:root{--arc-bg-body:#020617;--arc-bg-page:#030712;--arc-bg-card:#0b1120;--arc-border:#1e293b;--arc-border-strong:#1f2937;--arc-text:#e5e7eb;--arc-text-secondary:#cbd5f5;--arc-text-muted:#9ca3af;--arc-text-disabled:#6b7280;--arc-accent-cyan:#22d3ee;--arc-accent-cyan-hover:#06b6d4;--arc-accent-violet:#a855f7;--arc-accent-violet-hover:#8b5cf6;--arc-link:#38bdf8;--arc-link-hover:#0ea5e9;--arc-success:#22c55e;--arc-warning:#facc15;--arc-danger:#ef4444;--arc-neutral:#4b5563;--arc-ease-soft-out:cubic-bezier(.16,1,.3,1);--arc-ease-soft-inout:cubic-bezier(.8,0,.2,1);--arc-ease-soft-back:cubic-bezier(.2,.9,.3,1.2);--arc-tempo-fast:.16s;--arc-tempo-normal:.24s;--arc-tempo-slow:.36s;--arc-shadow-soft:0 8px 22px #02061773;--arc-shadow-lift:0 14px 35px #0f172a8c}*,:before,:after{box-sizing:border-box}body{background-color:var(--arc-bg-body);min-width:320px;min-height:100vh;color:var(--arc-text);transition:background-color .4s var(--arc-ease-soft-inout),color .4s var(--arc-ease-soft-inout);margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}a{color:var(--arc-link);font-weight:500;text-decoration:none}a:hover{color:var(--arc-link-hover)}.app-layout-root{background-color:var(--arc-bg-page);min-height:100vh;color:var(--arc-text);overflow-x:hidden}.app-header{background-color:var(--arc-bg-card);border-bottom:1px solid var(--arc-border);width:100%;min-height:56px;box-shadow:var(--arc-shadow-soft);align-items:center;gap:1.25rem;padding:.5rem 1.5rem;display:flex}.app-header-logo{letter-spacing:.05em;color:var(--arc-accent-cyan);font-size:1.3rem;font-weight:700}.app-header-nav{flex-wrap:wrap;flex:auto;align-items:center;gap:1.1rem;min-width:0;display:flex}.app-header-nav-item{color:var(--arc-text-secondary);opacity:.85;border-bottom:2px solid #0000;padding:.35rem .1rem;font-size:.95rem;transition:color .18s,opacity .18s,border-color .18s}.app-header-nav-item:hover{opacity:1;color:var(--arc-accent-cyan)}.app-header-nav-item-active{color:var(--arc-accent-cyan);opacity:1;border-bottom-color:var(--arc-accent-cyan)}.app-header-right{color:var(--arc-text-secondary);opacity:.9;margin-left:auto;font-size:.95rem}.app-layout-page{padding:1.5rem 2rem 2rem}.app-layout-shell{align-items:flex-start;gap:1.5rem;display:flex}.app-sidebar{background-color:var(--arc-bg-card);border:1px solid var(--arc-border);max-width:280px;box-shadow:var(--arc-shadow-soft);border-radius:.75rem;flex:0 0 280px;padding:1rem}.app-main-content{flex:auto}.app-sidebar-header{margin-bottom:.5rem}.app-sidebar-title{text-transform:uppercase;letter-spacing:.08em;opacity:.75;font-size:.9rem;font-weight:600}.app-sidebar-nav{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.app-sidebar-item{color:var(--arc-text-secondary);background-color:#0000;border-radius:.5rem;align-items:center;padding:.45rem .6rem;font-size:.9rem;transition:background-color .16s,color .16s,transform .12s;display:flex}.app-sidebar-item-link{text-decoration:none}.app-sidebar-item-link:hover{color:var(--arc-accent-cyan);background-color:#0f172a;transform:translate(1px)}.app-sidebar-item-disabled{opacity:.45;cursor:default}.app-sidebar-item-inner{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.app-sidebar-item-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-sidebar-badge{text-transform:uppercase;letter-spacing:.06em;background-color:#1f2937e6;border:1px solid #4b5563;border-radius:999px;padding:.1rem .4rem;font-size:.65rem}@media (max-width:768px){.app-layout-shell{flex-direction:column}.app-sidebar{width:100%;max-width:100%}}.landing-root{background-color:var(--arc-bg-page);width:100%;min-height:100vh;color:var(--arc-text);position:relative;overflow:hidden}.landing-root-inner{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.landing-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-bg-video{object-fit:cover;opacity:.38;width:100%;height:100%}.landing-bg-overlay{mix-blend-mode:normal;opacity:.94;background:radial-gradient(circle at top,#22d3ee2e,#0000 55%),radial-gradient(circle at bottom,#0f172af2,#020617);position:absolute;inset:0}.landing-topbar{background-color:var(--arc-bg-card);border-bottom:1px solid var(--arc-border);align-items:center;height:56px;padding:0 2rem;display:flex;box-shadow:0 8px 20px #0f172a99}.landing-topbar-left{align-items:center;display:flex}.landing-topbar-logo{letter-spacing:.08em;text-transform:uppercase;color:var(--arc-accent-cyan);font-size:1.25rem;font-weight:700}.landing-topbar-right{align-items:center;gap:.75rem;margin-left:auto;display:flex}.landing-size-toggle{border:1px solid var(--arc-border);background-color:#0f172ae6;border-radius:999px;align-items:center;padding:.1rem;display:inline-flex}.landing-size-toggle-btn{color:var(--arc-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.15rem .45rem;font-size:.7rem;transition:background-color .16s,color .16s}.landing-size-toggle-btn-active{background-color:var(--arc-accent-cyan);color:#020617}.landing-reorder-toggle{border:1px solid var(--arc-border);color:var(--arc-text-secondary);cursor:pointer;background-color:#0000;border-radius:999px;padding:.25rem .7rem;font-size:.8rem;transition:background-color .16s,border-color .16s,transform .12s}.landing-reorder-toggle:hover{border-color:var(--arc-accent-cyan);background-color:#0f172a;transform:translateY(-1px)}.landing-reorder-toggle-active{border-color:var(--arc-accent-cyan);background-color:#0f172a}.landing-user-button{border:1px solid var(--arc-border);color:var(--arc-text-secondary);cursor:pointer;background-color:#0000;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.9rem;transition:background-color .18s,border-color .18s,transform .12s;display:inline-flex}.landing-user-button:hover{border-color:var(--arc-accent-cyan);background-color:#0f172a;transform:translateY(-1px)}.landing-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.landing-user-caret{opacity:.8;font-size:.7rem}.arcadia-landing-page{flex-direction:column;gap:3rem;width:100%;max-width:1600px;margin:0 auto;padding:3rem 2rem 4rem;display:flex}.landing-header{flex-direction:column;gap:.4rem;display:flex}.landing-title{background:linear-gradient(90deg,#22d3ee,#a855f7 55%,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:700}.landing-subtitle{opacity:.8;letter-spacing:.015em;font-size:1rem}.landing-reorder-banner{border:1px dashed var(--arc-border);background:radial-gradient(circle at 0 0,#0b1120,#020617);border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;padding:.75rem 1rem;display:flex}.landing-reorder-text{opacity:.85;font-size:.85rem}.landing-reorder-reset{border:1px solid var(--arc-border);color:var(--arc-text-secondary);cursor:pointer;background-color:#0000;border-radius:999px;padding:.25rem .8rem;font-size:.8rem;transition:background-color .16s,border-color .16s,transform .12s}.landing-reorder-reset:hover{border-color:var(--arc-accent-cyan);background-color:#0f172a;transform:translateY(-1px)}.landing-modules{flex-direction:column;gap:1rem;display:flex}.landing-modules-inner{align-items:stretch;gap:1rem;display:flex}.landing-modules-grid{flex:1;gap:1.2rem;display:grid}.landing-modules-grid-compact,.landing-modules-grid-standard{grid-template-columns:repeat(6,minmax(0,1fr))}.landing-modules-grid-large{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-module-tile{background-color:var(--arc-bg-card);border:1px solid var(--arc-border);box-shadow:var(--arc-shadow-soft);border-radius:.9rem;padding:1.3rem 1.4rem;transition:all .25s}.landing-module-tile-link{color:inherit}.landing-module-tile-link:hover{border-color:var(--arc-accent-cyan);box-shadow:var(--arc-shadow-lift);background-color:#0d1528;transform:translateY(-4px)scale(1.02)}.landing-module-tile-disabled{opacity:.4;cursor:default}.landing-module-tile-reorder{border-style:dashed;border-color:var(--arc-accent-cyan-hover);box-shadow:none}.landing-module-tile-reorder-active{border-style:solid;border-color:var(--arc-accent-cyan);box-shadow:var(--arc-shadow-lift);transform:translateY(-2px)scale(1.01)}.landing-module-icon-placeholder{border:1px dashed var(--arc-neutral);opacity:.6;border-radius:999px;width:36px;height:36px}.landing-module-tile-content{flex-direction:column;gap:.6rem;display:flex}.landing-module-text{flex-direction:column;gap:.35rem;display:flex}.landing-module-label-row{align-items:center;gap:.4rem;display:flex}.landing-module-label{font-size:1.05rem;font-weight:600}.landing-module-badge{letter-spacing:.05em;text-transform:uppercase;background-color:#1f2937d9;border:1px solid #4b5563;border-radius:999px;padding:.15rem .5rem;font-size:.65rem}.landing-carousel-arrow{border:1px solid var(--arc-border);background-color:var(--arc-bg-card);width:2.8rem;box-shadow:var(--arc-shadow-soft);cursor:pointer;border-radius:.8rem;transition:all .25s}.landing-carousel-arrow:hover:not(:disabled){border-color:var(--arc-accent-cyan);background-color:#0d1528;transform:translateY(-3px)}.landing-carousel-arrow:disabled{opacity:.35;cursor:default}.landing-carousel-dots{justify-content:center;gap:.4rem;margin-top:.25rem;display:flex}.landing-carousel-dot{background-color:var(--arc-neutral);opacity:.55;border-radius:999px;width:6px;height:6px;transition:all .25s}.landing-carousel-dot-active{opacity:1;background-color:var(--arc-accent-cyan);width:22px}.landing-analytics{margin-top:.5rem}.landing-analytics-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.3rem;display:grid}.landing-analytics-card{background-color:var(--arc-bg-card);border:1px solid var(--arc-border);box-shadow:var(--arc-shadow-soft);border-radius:.9rem;padding:1.4rem;transition:all .25s}.landing-analytics-card:hover{box-shadow:var(--arc-shadow-lift);border-color:var(--arc-accent-cyan);transform:translateY(-3px)}.landing-analytics-title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.landing-analytics-body{flex-direction:column;gap:.35rem;display:flex}.landing-analytics-metric{justify-content:space-between;gap:.75rem;font-size:.9rem;display:flex}.landing-analytics-metric-label{opacity:.8}.landing-analytics-metric-value{font-weight:600}.landing-footer{opacity:.6;margin-top:1.5rem;font-size:.8rem}@media (max-width:960px){.app-header{flex-wrap:wrap;row-gap:.35rem;padding:.35rem 1.25rem .6rem}.app-header-logo{font-size:1.15rem}.app-header-nav{order:3;justify-content:flex-start;gap:.7rem;width:100%}.app-header-right{font-size:.85rem}}@media (max-width:1024px){.arcadia-landing-page{padding:2.5rem 1.5rem 3rem}.landing-modules-grid-compact,.landing-modules-grid-standard{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-modules-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.landing-topbar{padding:0 1.25rem}.arcadia-landing-page{padding:2rem 1rem 3rem}.landing-title{font-size:2.2rem}.landing-modules-grid-compact,.landing-modules-grid-standard,.landing-modules-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-root{animation:.6s ease-out both landing-fade-in-soft;position:relative;overflow:hidden}.landing-root:before,.landing-root:after{content:"";pointer-events:none;z-index:-1;opacity:.7;filter:blur(40px);position:absolute;inset:-220px -180px auto;transform:translate(0,0)}.landing-root:before{background:radial-gradient(circle at 0 0,#22d3ee33,#0000 60%),radial-gradient(circle at 100% 0,#a855f729,#0000 65%)}.landing-root:after{background:radial-gradient(circle at 100% 100%,#0f172af2,#0000 65%),radial-gradient(circle at 0 100%,#22d3ee1f,#0000 55%);inset:auto -200px -260px -140px}.landing-header{z-index:1;position:relative}.landing-header:before{content:"";opacity:.9;filter:blur(32px);pointer-events:none;z-index:-1;background:radial-gradient(circle at 0 0,#22d3ee2e,#0000 70%),radial-gradient(circle at 100% 0,#a855f729,#0000 75%);position:absolute;inset:-28px -40px auto}.landing-analytics-grid{z-index:1;position:relative}.landing-analytics-grid:before{content:"";opacity:.85;filter:blur(26px);pointer-events:none;z-index:-1;background:radial-gradient(circle at 100% 100%,#22d3ee1a,#0000 70%),radial-gradient(circle at 0 100%,#0f172ae6,#0000 80%);position:absolute;inset:auto -40px -40px}@keyframes landing-fade-down-soft{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-up-soft{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-in-soft{0%{opacity:0}to{opacity:1}}@keyframes landing-bloom-soft{0%{opacity:0;filter:blur(6px);transform:translateY(6px)scale(.99)}60%{opacity:1;filter:blur();transform:translateY(0)scale(1.005)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.landing-root .landing-topbar{animation:.55s ease-out 40ms both landing-fade-down-soft}.landing-root .landing-header-text{animation:.7s ease-out .16s both landing-bloom-soft}.landing-root .landing-modules-grid .landing-module-tile{opacity:0;animation:.6s ease-out forwards landing-fade-up-soft;transform:translateY(10px)}.landing-root .landing-modules-grid .landing-module-tile:first-child{animation-delay:.22s}.landing-root .landing-modules-grid .landing-module-tile:nth-child(2){animation-delay:.26s}.landing-root .landing-modules-grid .landing-module-tile:nth-child(3){animation-delay:.3s}.landing-root .landing-modules-grid .landing-module-tile:nth-child(4){animation-delay:.34s}.landing-root .landing-modules-grid .landing-module-tile:nth-child(5){animation-delay:.38s}.landing-root .landing-modules-grid .landing-module-tile:nth-child(6){animation-delay:.42s}.landing-root .landing-analytics-card{opacity:0;animation:.55s ease-out .4s forwards landing-fade-up-soft;transform:translateY(8px)}.landing-root .landing-analytics-card:nth-child(2){animation-delay:.46s}.landing-root .landing-analytics-card:nth-child(3){animation-delay:.52s}.landing-root .landing-analytics-card:nth-child(4){animation-delay:.58s}.landing-root .landing-analytics-card:nth-child(5){animation-delay:.64s}.landing-root .landing-footer{opacity:0;animation:.5s ease-out .7s forwards landing-fade-in-soft}.landing-module-tile,.landing-analytics-card{transform-origin:50%;will-change:transform,box-shadow}.landing-root .arcadia-landing-page{will-change:transform;transition:transform .6s ease-out}.landing-root:hover .arcadia-landing-page{transform:translateY(-2px)}.landing-root .landing-analytics-grid{will-change:transform;transition:transform .6s ease-out}.landing-root:hover .landing-analytics-grid{transform:translateY(1px)}.landing-root .landing-modules-inner{will-change:transform;transition:transform .6s ease-out}.landing-root:hover .landing-modules-inner{transform:translateY(-1px)}@keyframes arcadia-trace-line{0%{opacity:0;transform:scaleX(0)}35%{opacity:1}to{opacity:.85;transform:scaleX(1)}}.landing-root .landing-modules-inner{z-index:1;position:relative}.landing-root .landing-modules-inner:before{content:"";transform-origin:0;opacity:0;filter:drop-shadow(0 0 10px #22d3eea6);pointer-events:none;will-change:transform,opacity;background:linear-gradient(90deg,#0000 0%,#22d3ee26 8%,#22d3eee6 22%,#a855f7f2 50%,#22d3eee6 78%,#22d3ee26 92%,#0000 100%);border-radius:999px;height:2px;animation:.7s ease-out .26s forwards arcadia-trace-line;position:absolute;bottom:-.25rem;left:1.2rem;right:1.2rem;transform:scaleX(0)}.landing-root .landing-modules:hover .landing-modules-inner{filter:drop-shadow(0 0 18px #22d3ee40)}.landing-root .landing-analytics:hover .landing-analytics-grid:before{opacity:.95;filter:blur(30px)}.landing-root .landing-modules:hover .landing-module-tile{box-shadow:0 10px 26px #0f172ac7}.landing-root .landing-module-tile{transition:box-shadow .35s ease-out,transform .25s ease-out,border-color .25s ease-out}.landing-root .landing-modules-inner:hover:before{opacity:1;filter:drop-shadow(0 0 14px #22d3eed9)}.landing-root:hover .landing-header:before{opacity:1;filter:blur(36px)}.app-sidebar{background:radial-gradient(circle at top,#0f172af5,var(--arc-bg-card));border-color:var(--arc-border-strong);box-shadow:var(--arc-shadow-soft)}.app-sidebar-item{position:relative;overflow:hidden}.app-sidebar-item:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 0,#22d3ee21,#0000 65%);transition:opacity .22s ease-out;position:absolute;inset:0}.app-sidebar-item-link:hover:before{opacity:1}.app-sidebar-item-active{border-left:2px solid var(--arc-accent-cyan);background:linear-gradient(90deg,#22d3ee29,#0f172afa);box-shadow:0 10px 26px #0f172ae6}.app-sidebar-item-active .app-sidebar-item-label{color:var(--arc-accent-cyan)}.app-sidebar-dot{background-color:var(--arc-neutral);opacity:.45;border-radius:999px;flex-shrink:0;width:6px;height:6px;transition:background-color .18s,opacity .18s,transform .18s}.app-sidebar-dot-active{background-color:var(--arc-accent-cyan);opacity:1;transform:scale(1.15)}.landing-size-toggle-btn,.landing-reorder-toggle,.landing-reorder-reset,.landing-user-button,.landing-module-tile,.landing-analytics-card,.landing-carousel-arrow,.landing-carousel-dot,.app-header-nav-item,.app-sidebar-item,.app-sidebar-item-link,.app-sidebar-item-active{transition-timing-function:var(--arc-ease-soft-out)}.app-sidebar-item{transition:background-color .22s var(--arc-ease-soft-out),color .22s var(--arc-ease-soft-out),transform .18s var(--arc-ease-soft-back),box-shadow .26s var(--arc-ease-soft-out),border-color .22s var(--arc-ease-soft-out)}.app-sidebar-item-active{transition:background-color .24s var(--arc-ease-soft-inout),color .22s var(--arc-ease-soft-out),box-shadow .3s var(--arc-ease-soft-out),border-color .22s var(--arc-ease-soft-out)}.landing-module-tile,.landing-analytics-card{transition-timing-function:var(--arc-ease-soft-out)}.landing-carousel-arrow{transition-timing-function:var(--arc-ease-soft-back)}.landing-root .landing-modules-grid:hover .landing-module-tile{opacity:.85}.landing-root .landing-modules-grid .landing-module-tile:hover{opacity:1;box-shadow:0 14px 32px #0f172ae6}.landing-root .landing-modules:hover .landing-carousel-arrow:not(:disabled){transform:translateY(-2px)}.landing-root .landing-carousel-dots:hover .landing-carousel-dot{opacity:.4}.landing-root .landing-carousel-dot:hover,.landing-root .landing-carousel-dot.landing-carousel-dot-active{opacity:1;transform:scale(1.25)}.app-sidebar-item-link:focus-visible{outline-offset:2px;border-radius:.5rem;outline:1px solid #22d3eecc}.landing-root .landing-module-tile-link:focus-visible{outline-offset:3px;border-radius:.9rem;outline:1px solid #22d3eee6}.arcadia-theme-day{--arc-bg-body:#040618;--arc-bg-page:#050816;--arc-bg-card:#0e172a;--arc-text:#f1f5f9;--arc-text-secondary:#e2e8f0;--arc-text-muted:#94a3b8;--arc-accent-cyan:#22d3ee;--arc-accent-cyan-hover:#06b6d4;--arc-accent-violet:#a855f7;--arc-accent-violet-hover:#8b5cf6;--arc-shadow-soft:0 10px 26px #0f172a8c;--arc-shadow-lift:0 18px 40px #0f172aa6}.arcadia-theme-night{--arc-bg-body:#020617;--arc-bg-page:#030712;--arc-bg-card:#050816;--arc-text:#e5e7eb;--arc-text-secondary:#cbd5f5;--arc-text-muted:#9ca3af;--arc-accent-cyan:#1fb6cf;--arc-accent-cyan-hover:#0ea5e9;--arc-accent-violet:#9d4ae8;--arc-accent-violet-hover:#7c3aed;--arc-shadow-soft:0 8px 24px #02061799;--arc-shadow-lift:0 16px 38px #020617b3}:root,.arcadia-theme-day,.arcadia-theme-night,.arcadia-theme-astral{transition:--arc-text .4s var(--arc-ease-soft-inout),--arc-text-secondary .4s var(--arc-ease-soft-inout),--arc-text-muted .4s var(--arc-ease-soft-inout),--arc-accent-cyan .4s var(--arc-ease-soft-inout),--arc-accent-violet .4s var(--arc-ease-soft-inout),--arc-shadow-soft .4s var(--arc-ease-soft-inout),--arc-shadow-lift .4s var(--arc-ease-soft-inout)}body{transition:background-color .4s var(--arc-ease-soft-inout),color .4s var(--arc-ease-soft-inout),box-shadow .4s var(--arc-ease-soft-inout),border-color .4s var(--arc-ease-soft-inout)}.landing-root:before,.landing-root:after,.landing-header:before,.landing-analytics-grid:before{transition:opacity .4s var(--arc-ease-soft-inout),filter .4s var(--arc-ease-soft-inout)}.arcadia-theme-astral{--arc-bg-body:#010310;--arc-bg-page:#01020d;--arc-bg-card:#030414;--arc-text:#cdd3e0;--arc-text-secondary:#9ba2b5;--arc-text-muted:#6b7280;--arc-accent-cyan:#0ea5c7;--arc-accent-cyan-hover:#0891b2;--arc-accent-violet:#7c3aed;--arc-accent-violet-hover:#6d28d9;--arc-shadow-soft:0 6px 18px #000000b3;--arc-shadow-lift:0 12px 28px #000000bf}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.landing-root .arcadia-landing-page,.landing-root .landing-analytics-grid,.landing-root .landing-modules-inner{transform:none!important}.landing-root .landing-modules-inner:before{opacity:.85!important;animation:none!important;transform:scaleX(1)!important}.landing-root .landing-modules:hover .landing-module-tile,.landing-root .landing-analytics:hover .landing-analytics-grid:before{box-shadow:none!important;filter:none!important}}.landing-size-toggle-btn,.landing-reorder-toggle,.landing-reorder-reset,.landing-user-button,.landing-module-tile,.landing-analytics-card,.landing-carousel-arrow,.landing-carousel-dot,.app-header-nav-item,.app-sidebar-item,.app-sidebar-item-link,.app-sidebar-item-active{transition-duration:var(--arc-tempo-normal)}body.arcadia-tempo-calm .landing-size-toggle-btn,body.arcadia-tempo-calm .landing-reorder-toggle,body.arcadia-tempo-calm .landing-reorder-reset,body.arcadia-tempo-calm .landing-user-button,body.arcadia-tempo-calm .landing-module-tile,body.arcadia-tempo-calm .landing-analytics-card,body.arcadia-tempo-calm .landing-carousel-arrow,body.arcadia-tempo-calm .landing-carousel-dot,body.arcadia-tempo-calm .app-header-nav-item,body.arcadia-tempo-calm .app-sidebar-item,body.arcadia-tempo-calm .app-sidebar-item-link,body.arcadia-tempo-calm .app-sidebar-item-active{transition-duration:var(--arc-tempo-slow)}body.arcadia-tempo-brisk .landing-size-toggle-btn,body.arcadia-tempo-brisk .landing-reorder-toggle,body.arcadia-tempo-brisk .landing-reorder-reset,body.arcadia-tempo-brisk .landing-user-button,body.arcadia-tempo-brisk .landing-module-tile,body.arcadia-tempo-brisk .landing-analytics-card,body.arcadia-tempo-brisk .landing-carousel-arrow,body.arcadia-tempo-brisk .landing-carousel-dot,body.arcadia-tempo-brisk .app-header-nav-item,body.arcadia-tempo-brisk .app-sidebar-item,body.arcadia-tempo-brisk .app-sidebar-item-link,body.arcadia-tempo-brisk .app-sidebar-item-active{transition-duration:var(--arc-tempo-fast)}.landing-modules:hover~.landing-analytics{opacity:.9}.landing-analytics-grid:hover .landing-analytics-card{box-shadow:0 16px 38px #0f172af2}.app-sidebar-nav:hover .app-sidebar-item{opacity:.78}.app-sidebar-nav:hover .app-sidebar-item:hover{opacity:1}.landing-root.arcadia-focus-mode .landing-header:before{opacity:1;filter:blur(30px)brightness(1.05)}.landing-root.arcadia-focus-mode .landing-module-tile{border-color:#22d3ee66}.app-layout-root.arcadia-state-critical .app-header{border-bottom-color:#ef4444b8;box-shadow:0 14px 38px #7f1d1da6}.arcadia-theme-day .landing-root:before{opacity:.9;filter:blur(42px)}.arcadia-theme-night .landing-root:before{opacity:.75;filter:blur(38px)}.arcadia-theme-astral .landing-root:before{opacity:.5;filter:blur(32px)}.login-root{background-color:var(--arc-bg-page);width:100%;min-height:100vh;color:var(--arc-text);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-root-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:960px;padding:3rem 1.5rem;display:flex;position:relative}.login-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.login-bg-video{object-fit:cover;opacity:.45;width:100%;height:100%}.login-bg-overlay{mix-blend-mode:normal;opacity:.96;background:radial-gradient(circle at top,#22d3ee2e,#0000 55%),radial-gradient(circle at bottom,#0f172af2,#020617);position:absolute;inset:0}.login-header-badge{text-transform:uppercase;letter-spacing:.22em;color:var(--arc-text-muted);background-color:#0f172ae6;border:1px solid #94a3b88c;border-radius:999px;align-items:center;padding:.25rem .9rem;font-size:.65rem;display:inline-flex}.login-title{letter-spacing:.02em;margin:1rem 0 .35rem;font-size:2.2rem;font-weight:650}@media (min-width:640px){.login-title{font-size:2.7rem}}.login-title-highlight{background:linear-gradient(90deg,#22d3ee,#38bdf8,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-subtitle{max-width:34rem;color:var(--arc-text-muted);margin:.25rem auto 0;font-size:.9rem;line-height:1.5}.login-card{border:1px solid var(--arc-border-strong);width:100%;max-width:420px;box-shadow:var(--arc-shadow-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left;background:radial-gradient(circle at top,#22d3ee2e,#0000 60%),linear-gradient(to bottom right,#0f172af5,#020617f5);border-radius:1.1rem;padding:1.9rem 2.1rem}.login-card-header-label{text-transform:uppercase;letter-spacing:.22em;color:var(--arc-text-muted);font-size:.7rem;font-weight:600}.login-card-header-copy{color:var(--arc-text-muted);margin-top:.55rem;font-size:.74rem;line-height:1.5}.login-field-group{margin-top:1rem}.login-field-label{text-transform:uppercase;letter-spacing:.18em;color:var(--arc-text-secondary);margin-bottom:.35rem;font-size:.7rem;font-weight:500;display:block}.login-input{width:100%;color:var(--arc-text);transition:border-color .18s var(--arc-ease-soft-out),box-shadow .18s var(--arc-ease-soft-out),background-color .18s var(--arc-ease-soft-out);background-color:#0f172af5;border:1px solid #334155e6;border-radius:.55rem;outline:none;padding:.55rem .75rem;font-size:.85rem}.login-input:focus-visible{border-color:var(--arc-accent-cyan);background-color:#0f172afa;box-shadow:0 0 0 1px #22d3eea6}.login-error{color:#fecaca;background-color:#7f1d1d40;border:1px solid #f87171bf;border-radius:.6rem;margin-top:.8rem;padding:.55rem .75rem;font-size:.75rem}.login-submit{color:#020617;cursor:pointer;width:100%;transition:transform .16s var(--arc-ease-soft-out),box-shadow .22s var(--arc-ease-soft-out),filter .18s var(--arc-ease-soft-out),opacity .12s ease-out;background:linear-gradient(90deg,#22d3ee,#0ea5e9);border:none;border-radius:.75rem;margin-top:1rem;padding:.65rem .9rem;font-size:.9rem;font-weight:600;box-shadow:0 14px 32px #0891b2a6}.login-submit:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 18px 40px #0891b2cc}.login-submit:disabled{cursor:default;opacity:.65;box-shadow:0 8px 20px #0f172ab3}.login-footnote{color:var(--arc-text-muted);margin-top:.75rem;font-size:.7rem;line-height:1.5}@media (max-width:640px){.login-root-inner{gap:2rem;padding:2.5rem 1.25rem}.login-card{padding:1.7rem 1.5rem}}.project-health{border-top:1px solid #94a3b840;margin-top:.75rem;padding-top:.6rem}.project-health-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.project-progress-wrapper{flex:220px}.project-progress-label-row{color:#9ca3af;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.75rem;display:flex}.project-progress-label{text-transform:uppercase;letter-spacing:.08em;font-weight:500}.project-progress-value{font-variant-numeric:tabular-nums}.project-progress-bar{background:#0f172af2;border:1px solid #94a3b866;border-radius:999px;width:100%;height:.65rem;position:relative;overflow:hidden}.project-progress-bar-green .project-progress-bar-inner{background:linear-gradient(90deg,#22c55e,#4ade80)}.project-progress-bar-amber .project-progress-bar-inner{background:linear-gradient(90deg,#facc15,#fde047)}.project-progress-bar-red .project-progress-bar-inner{background:linear-gradient(90deg,#ef4444,#f97373)}.project-overall-rag{color:#e5e7eb;justify-content:flex-end;align-items:center;gap:.35rem;min-width:150px;font-size:.75rem;display:flex}.project-overall-rag-label{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-weight:500}.project-overall-rag-dot{border-radius:999px;width:.7rem;height:.7rem;box-shadow:0 0 10px #22c55e66}.project-overall-rag-text{font-size:.8rem}.project-rag-matrix{flex-wrap:wrap;gap:.75rem;margin-top:.2rem;display:flex}.project-rag-matrix-item{color:#9ca3af;align-items:center;gap:.3rem;font-size:.7rem;display:inline-flex}.project-rag-matrix-label{min-width:60px}.project-rag-matrix-dot{border-radius:999px;width:.6rem;height:.6rem}.rag-neutral{background:#94a3b873}.rag-green{background:#22c55e;box-shadow:0 0 10px #22c55e99}.rag-amber{background:#facc15;box-shadow:0 0 10px #facc1599}.rag-red{background:#ef4444;box-shadow:0 0 10px #ef444499}@media (max-width:640px){.project-health-row{align-items:flex-start}.project-overall-rag{justify-content:flex-start}}.project-health-container{color:#9ca3af;border-top:1px solid #94a3b840;margin-top:.75rem;padding-top:.6rem;font-family:inherit;font-size:.8rem;line-height:1.4}.project-health-top-row{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:.75rem;display:flex}.project-health-block{flex-direction:column;gap:.15rem;display:flex}.project-health-status-block{min-width:120px}.project-health-progress-block{flex:1.2;min-width:160px}.project-health-dates-block{flex-direction:column;gap:.25rem;min-width:140px;display:flex}.project-health-overall-block{text-align:right;align-items:flex-end;min-width:150px}.project-health-overall-block,.project-health-dates-block,.project-health-progress-block,.project-health-status-block{flex-direction:column;display:flex}.project-health-label{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;font-size:.7rem;font-weight:500}.project-health-value{color:#e5e7eb;font-size:.85rem;font-weight:500}.project-progress-shell{flex-direction:column;gap:.15rem;display:flex}.project-progress-value{color:#e5e7eb;font-size:.8rem;font-weight:500}.project-progress-bar{background:#0f172ae6;border-radius:999px;height:.25rem;position:relative;overflow:hidden}.project-progress-bar-inner{border-radius:999px;height:100%;transition:width .25s ease-out}.project-progress-bar-neutral .project-progress-bar-inner{background:#94a3b8b3}.project-progress-bar-red .project-progress-bar-inner{background:#f97373;box-shadow:0 0 10px #f8717180}.project-progress-bar-amber .project-progress-bar-inner{background:#eab308;box-shadow:0 0 10px #eab30880}.project-progress-bar-green .project-progress-bar-inner{background:#22c55e;box-shadow:0 0 10px #22c55e80}.project-health-overall-pill{align-items:center;gap:.35rem;margin-top:.15rem;display:inline-flex}.project-health-governance{color:#a5b4fc;margin-top:.1rem;font-size:.74rem}.project-rag-matrix-compact{margin-top:.4rem}.projects-list-root{margin:0;padding:0;line-height:1.8;list-style:none}.project-card{background:radial-gradient(circle at 0 0,#38bdf80f,#0000 55%),radial-gradient(circle at 100% 100%,#818cf80d,#0000 60%),#0f172af5;border:1px solid #94a3b859;border-radius:.9rem;margin-bottom:.85rem;transition:transform .16s ease-out,box-shadow .22s ease-out,border-color .18s ease-out,background-color .18s ease-out;position:relative;overflow:hidden;box-shadow:0 6px 18px #0000008c}.project-card:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(circle at top,#38bdf838,#0000 60%);transition:opacity .22s ease-out;position:absolute;inset:0}.project-card-link{color:inherit;z-index:1;padding:.95rem 1.25rem 1rem;text-decoration:none;display:block;position:relative}.project-card+.project-card{margin-top:.2rem}.project-card:hover{background-color:#020617;border-color:#38bdf8d9;transform:translateY(-2px);box-shadow:0 12px 30px #000000b3}.project-card:hover:before{opacity:.35}.project-card-title-row{color:#e5e7eb;font-size:.98rem;font-weight:600}.project-card-meta-row{color:#9ca3af;flex-wrap:wrap;gap:.5rem;margin-top:.15rem;font-size:.8rem;display:flex}.project-card-chip-row{flex-wrap:wrap;gap:.4rem;margin-top:.45rem;display:flex}.project-chip{color:#e5e7eb;letter-spacing:.02em;background:#0f172ae6;border:1px solid #94a3b866;border-radius:9999px;padding:.1rem .55rem;font-size:.7rem;font-weight:500}.project-chip-status{color:#bfdbfe;background:#3b82f62e;border-color:#3b82f6b3}.project-chip-governance{color:#ddd6fe;background:#8b5cf629;border-color:#8b5cf6b3}.project-card-summary{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:.4rem;font-size:.8rem;overflow:hidden}@media (max-width:640px){.project-card-link{padding:.8rem .9rem .85rem}}.project-card .project-health-container{border-top:1px solid #94a3b84d;margin-top:.8rem;padding-top:.75rem}.project-card-title-row{margin-bottom:.15rem}.project-card-chip-row{margin-top:.5rem;margin-bottom:.1rem}.project-card-title-row{color:#e5e7eb;letter-spacing:.02em;text-shadow:0 0 8px #38bdf84d;margin-bottom:.2rem;font-size:1.02rem;font-weight:600}.project-card-title-row span:first-child{color:#38bdf8}.project-card-title-row span:nth-child(2){opacity:.65}.project-card-title-row span:last-child{font-weight:600}.project-card-meta-row{color:#9ca3af;font-size:.78rem}
