:root{color:#e8f0f5;background:#050a0f;color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #050a0f;--night: #071116;--shell: #09151b;--surface: #0b171f;--surface-raised: #0f2029;--surface-active: #122832;--surface-glass: rgb(11 23 31 / 88%);--line: #1b3039;--line-strong: #2d4b57;--text: #e8f0f5;--text-bright: #f7fbfd;--muted: #9aabb5;--dim: #71858f;--cyan: #56e4ff;--blue: #42a5ff;--teal: #4ecdc4;--violet: #a978ff;--amber: #f0b36f;--danger: #ff8f87;--success: #62d5b3;--grid: rgb(144 197 211 / 6%);--shadow: 0 24px 70px rgb(0 0 0 / 34%);--mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body,#root{min-width:320px;min-height:100vh;min-height:100svh;margin:0}body{overflow-x:hidden;background:var(--night)}#root{box-sizing:border-box;padding-bottom:2.5rem}.legal-footer{position:fixed;z-index:120;right:0;bottom:0;left:0;display:flex;min-height:2.25rem;align-items:center;justify-content:center;padding:.45rem clamp(1rem,4vw,3rem);border-top:1px solid rgb(123 225 255 / 13%);background:#040811eb;color:var(--dim);text-align:center;backdrop-filter:blur(18px) saturate(125%);box-sizing:border-box}.legal-footer small{font-family:var(--mono);font-size:.62rem;line-height:1.45;letter-spacing:.055em}button,input,select,textarea{font:inherit}button,select,summary{cursor:pointer}button:disabled,select:disabled,input:disabled,textarea:disabled{cursor:not-allowed;opacity:.54}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}::selection{color:var(--ink);background:var(--cyan)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--night)}::-webkit-scrollbar-thumb{border:3px solid var(--night);border-radius:999px;background:#34505b}.skip-link{position:fixed;z-index:1000;inset:0 auto auto 1rem;transform:translateY(-150%);border:1px solid var(--cyan);color:var(--text-bright);background:var(--surface-raised);padding:.75rem 1rem;font-weight:750;text-decoration:none}.skip-link:focus{transform:translateY(1rem)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.kicker,.small-label,.form-label,.project-switcher label,.navigator-label{margin:0;color:var(--teal);font-family:var(--mono);font-size:.66rem;font-weight:780;letter-spacing:.16em;line-height:1.45;text-transform:uppercase}.mono{font-family:var(--mono)}.mioworkx-mark{position:relative;display:inline-grid;place-items:center;width:3.2rem;height:3.2rem;flex:0 0 auto;overflow:hidden;border-radius:.9rem;box-shadow:0 10px 30px #249aff2e}.mioworkx-mark:after{position:absolute;inset:0;border:1px solid rgb(200 246 255 / 14%);border-radius:inherit;content:"";pointer-events:none}.mioworkx-mark.compact{width:2.5rem;height:2.5rem;border-radius:.7rem}.mioworkx-mark svg{display:block;width:100%;height:100%}.primary,.secondary,.download-button{min-height:2.75rem;border:1px solid var(--line-strong);border-radius:.35rem;padding:.7rem 1rem;font-weight:720;line-height:1.25;transition:transform .13s ease,box-shadow .13s ease,background-color .13s ease,border-color .13s ease,color .13s ease}.primary{border-color:transparent;color:#041116;background:linear-gradient(135deg,var(--cyan),var(--blue) 62%,#6f8fff);box-shadow:0 10px 28px #42a5ff33}.secondary{color:var(--text);background:#ffffff08}.secondary.danger{border-color:#ff8f877a;color:#ffb0aa;background:#ff8f870d}.compact-button{min-height:2.75rem;padding:.42rem .75rem;font-size:.74rem}.text-button{width:max-content;min-height:2.75rem;border:0;color:inherit;background:transparent;padding:.4rem 0;text-decoration:underline;text-decoration-color:#56e4ff75;text-decoration-thickness:1px;text-underline-offset:.25rem}.language-toggle{display:inline-flex;align-items:center;gap:.2rem;color:var(--muted);font-family:var(--mono);font-size:.66rem;font-weight:780;letter-spacing:.1em}.language-toggle button{min-width:2.75rem;min-height:2.75rem;border:1px solid transparent;border-radius:.3rem;color:inherit;background:transparent;padding:.3rem;opacity:.66}.language-toggle button.active{border-color:var(--line-strong);color:var(--text-bright);background:#56e4ff12;opacity:1}.hub-status{display:inline-flex;width:max-content;max-width:100%;min-height:1.7rem;align-items:center;gap:.48rem;color:var(--muted);font-family:var(--mono);font-size:.64rem;font-weight:700;letter-spacing:.045em;line-height:1.3;text-transform:uppercase}.hub-status-dot{width:.48rem;height:.48rem;flex:0 0 auto;border:1px solid currentColor;border-radius:50%;background:currentColor}.hub-online{color:var(--success)}.hub-offline{color:var(--danger)}.hub-checking{color:var(--amber)}.hub-online .hub-status-dot,.hub-checking .hub-status-dot{animation:status-pulse 2.8s ease-out infinite}.login-shell{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(25rem,.85fr);grid-template-rows:4.7rem minmax(0,1fr) 2.35rem;grid-template-areas:"masthead masthead" "copy console" "rail rail";overflow:hidden;color:var(--text);background:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px),linear-gradient(135deg,#050c12,#08151c 58%,#071017);background-size:2rem 2rem,2rem 2rem,auto}.login-shell:before{position:absolute;z-index:-1;inset:4.7rem 0 2.35rem;background:linear-gradient(112deg,transparent 0 49.92%,rgb(86 228 255 / 12%) 50%,transparent 50.08%),linear-gradient(90deg,transparent 0 8%,rgb(78 205 196 / 6%) 8% 8.08%,transparent 8.08%);content:"";pointer-events:none}.login-atmosphere{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none}.aurora{position:absolute;width:42rem;height:42rem;border-radius:50%;opacity:.16;filter:blur(34px);will-change:transform;animation:aurora-shift 18s ease-in-out infinite alternate}.aurora-one{top:-22rem;left:-8rem;background:radial-gradient(circle,var(--teal),transparent 68%)}.aurora-two{right:-14rem;bottom:-24rem;background:radial-gradient(circle,var(--blue),transparent 68%);animation-delay:-9s}.flow-line{position:absolute;height:1px;overflow:visible;background:linear-gradient(90deg,transparent,rgb(86 228 255 / 8%),var(--cyan),rgb(66 165 255 / 8%),transparent);background-size:220% 100%;opacity:.42;animation:signal-flow 9s linear infinite}.flow-one{top:31%;left:3%;width:47%;transform:rotate(-7deg)}.flow-two{right:4%;bottom:23%;width:36%;transform:rotate(9deg);animation-direction:reverse}.flow-node{position:absolute;width:.38rem;height:.38rem;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan);animation:node-breathe 3.4s ease-in-out infinite}.node-one{top:29%;left:32%}.node-two{right:21%;bottom:19%;animation-delay:-1.7s}.login-masthead{position:relative;z-index:3;grid-area:masthead;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);background:#050c12c7;padding:0 clamp(1rem,3.6vw,3.8rem);backdrop-filter:blur(18px) saturate(130%)}.brand-lockup,.brand{display:flex;align-items:center;gap:.85rem;min-width:0}.brand-lockup-copy,.brand-copy{min-width:0;display:grid;gap:.1rem}.brand-lockup-copy strong,.brand-copy strong{color:var(--text-bright);font-size:1rem;font-weight:720;letter-spacing:-.025em}.brand-lockup-copy small,.brand-copy small{overflow:hidden;color:var(--dim);font-family:var(--mono);font-size:.56rem;letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.login-copy{position:relative;z-index:1;grid-area:copy;min-width:0;display:flex;align-items:center;padding:clamp(3rem,7vw,7.5rem)}.login-copy-inner{width:min(100%,58rem)}.login-copy .kicker{color:var(--cyan);animation:intro-reveal .42s ease-out both}.login-copy h1{max-width:10.5ch;margin:1rem 0 1.35rem;color:var(--text-bright);font-size:clamp(3.5rem,7.1vw,7.5rem);font-weight:640;letter-spacing:-.075em;line-height:.9;text-wrap:balance;animation:intro-reveal .52s 70ms ease-out both}.login-lead{max-width:40rem;margin:0;color:#b8c8d0;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.65;animation:intro-reveal .52s .14s ease-out both}.workspace-proof{max-width:48rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(2.2rem,5vh,4rem);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);animation:intro-reveal .52s .21s ease-out both}.proof-item{display:grid;grid-template-columns:2.3rem 1fr;gap:.85rem;padding:1.1rem 1rem 1.1rem 0}.proof-item+.proof-item{border-left:1px solid var(--line);padding-left:1rem}.proof-index{color:var(--cyan);font-family:var(--mono);font-size:.62rem;letter-spacing:.08em}.proof-item>span:last-child{display:grid;gap:.35rem}.proof-item strong{color:var(--text-bright);font-size:.76rem;letter-spacing:.015em}.proof-item small{color:var(--muted);font-size:.7rem;line-height:1.55}.login-console{position:relative;z-index:2;grid-area:console;min-width:0;display:grid;place-items:center;border-left:1px solid var(--line);background:#03090e6b;padding:clamp(1.2rem,4vw,4rem)}.console-frame{width:min(100%,30rem);border:1px solid var(--line-strong);border-radius:.55rem;overflow:hidden;background:#071116e5;box-shadow:var(--shadow),inset 0 1px #ffffff0a;backdrop-filter:blur(22px) saturate(125%)}.console-head,.console-foot{min-height:3.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffffff05;padding:.7rem 1.15rem}.console-head{border-bottom:1px solid var(--line)}.console-head>span:first-child{display:grid;gap:.18rem}.console-head small,.console-foot,.console-coordinate{color:var(--dim);font-family:var(--mono);font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.console-head strong{color:var(--text);font-size:.78rem}.console-foot{min-height:2.5rem;border-top:1px solid var(--line);padding-block:.55rem}.login-card{color:var(--text);background:linear-gradient(145deg,rgb(86 228 255 / 3%),transparent 42%),var(--surface-glass);padding:clamp(1.35rem,3.6vw,2.5rem)}.login-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.login-card .mioworkx-mark{width:3rem;height:3rem}.login-card form,.stack,.auth-state{display:grid;gap:1rem}.auth-state h2{margin:0;color:var(--text-bright);font-size:clamp(1.65rem,4vw,2.35rem);font-weight:620;letter-spacing:-.045em;line-height:1.08}.auth-state p{margin:0;color:var(--muted);line-height:1.6}.loading-line{height:2px;overflow:hidden;background:var(--line)}.loading-line span{display:block;width:38%;height:100%;background:linear-gradient(90deg,var(--teal),var(--cyan));animation:loading 1.3s ease-in-out infinite alternate}label{display:grid;gap:.48rem;color:#c4d0d6;font-size:.74rem;font-weight:680}input,select,textarea{width:100%;min-height:2.9rem;border:1px solid var(--line-strong);border-radius:.32rem;outline:none;color:var(--text-bright);background:#020a0fc7;padding:.74rem .82rem;transition:border-color .13s ease,box-shadow .13s ease,background-color .13s ease}textarea{min-height:8rem;resize:vertical;line-height:1.55}input:hover,select:hover,textarea:hover{border-color:#42606b}input:focus,select:focus,textarea:focus{border-color:var(--cyan);background:#06141b;box-shadow:0 0 0 3px #56e4ff1f}.code-input{font-family:var(--mono);font-size:1.2rem;font-variant-numeric:tabular-nums;font-weight:720;letter-spacing:.35em;text-align:center}.form-copy{margin:0;color:var(--muted);font-size:.83rem;line-height:1.55}.security-copy{display:grid;grid-template-columns:1rem 1fr;gap:.6rem;margin-top:1.35rem;border-top:1px solid var(--line);color:var(--dim);padding-top:1rem;font-size:.66rem;line-height:1.55}.security-glyph,.security-lock{position:relative;display:inline-block;width:.8rem;height:.68rem;margin-top:.2rem;border:1px solid var(--teal);border-radius:.14rem}.security-glyph:before,.security-lock:before{position:absolute;left:50%;bottom:.48rem;width:.4rem;height:.4rem;transform:translate(-50%);border:1px solid var(--teal);border-bottom:0;border-radius:.4rem .4rem 0 0;content:""}.error,.warning,.notice{border:1px solid currentColor;border-left-width:3px;border-radius:.25rem;padding:.78rem .9rem;font-size:.76rem;line-height:1.5}.error{color:#ffb0aa;background:#ff8f8714}.warning{color:#ffd092;background:#f0b36f14}.notice{color:#9bece4;background:#4ecdc414}.auth-warning{margin:1.1rem 0 0}.login-status-rail{position:relative;z-index:3;grid-area:rail;display:grid;grid-template-columns:auto minmax(3rem,1fr) auto auto;align-items:center;gap:1rem;border-top:1px solid var(--line);color:var(--dim);background:#061016;padding:0 clamp(1rem,3.6vw,3.8rem);font-family:var(--mono);font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.rail-line{height:1px;background:linear-gradient(90deg,var(--line-strong),transparent)}.rail-index{color:var(--cyan)}.desk{min-height:100vh;min-height:100svh;display:grid;grid-template-columns:17rem minmax(0,1fr);color:var(--text);background:var(--night)}.sidebar{position:sticky;z-index:20;top:0;height:100vh;height:100svh;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--line);color:var(--text);background:linear-gradient(180deg,rgb(86 228 255 / 3%),transparent 24%),#08151c;padding:1.25rem}.sidebar-chrome{position:absolute;inset:0 auto 0 0;width:2px;background:linear-gradient(180deg,var(--cyan),var(--blue) 42%,transparent 88%);opacity:.7}.brand{min-height:2.8rem}.brand-copy strong{font-size:1.08rem}.account{display:grid;gap:.4rem;margin:2.35rem -1.25rem 1.4rem;border-block:1px solid var(--line);background:#ffffff04;padding:1.1rem 1.25rem}.account .small-label{color:var(--dim)}.account strong{overflow:hidden;color:var(--text-bright);font-size:.84rem;line-height:1.4;text-overflow:ellipsis}.account small{color:var(--dim);font-family:var(--mono);font-size:.6rem}.navigator-label{margin:0 0 .55rem;color:var(--dim)}.sidebar nav{display:grid;border-top:1px solid var(--line)}.sidebar nav a{position:relative;min-height:3.15rem;display:grid;grid-template-columns:2.4rem 1fr;align-items:center;border-bottom:1px solid var(--line);color:var(--muted);padding:0 .55rem;font-size:.8rem;font-weight:650;text-decoration:none;transition:color .13s ease,background-color .13s ease,padding-left .13s ease,box-shadow .13s ease}.sidebar nav a>span{color:var(--dim);font-family:var(--mono);font-size:.62rem}.sidebar nav a.active{color:var(--text-bright);background:linear-gradient(90deg,rgb(86 228 255 / 10%),transparent 82%);box-shadow:inset 2px 0 var(--cyan)}.sidebar nav a.active>span{color:var(--cyan)}.sidebar-foot{display:grid;gap:.85rem;margin-top:auto;border-top:1px solid var(--line);color:var(--muted);padding-top:1rem}.sidebar-connection{display:grid;gap:.25rem}.sidebar-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.workspace{min-width:0;min-height:100vh;outline:none;background:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px),var(--night);background-size:2rem 2rem}.topbar{position:sticky;z-index:15;top:0;min-height:4.45rem;display:grid;grid-template-columns:2.25rem minmax(17rem,1fr) auto;align-items:center;gap:1rem;border-bottom:1px solid var(--line);background:#071116e8;padding:.7rem clamp(1rem,3vw,2.5rem);backdrop-filter:blur(20px) saturate(130%)}.topbar-index{display:grid;place-items:center;width:2.1rem;height:2.1rem;border:1px solid var(--line-strong);border-radius:.3rem;color:var(--cyan);font-family:var(--mono);font-size:.52rem;font-weight:800}.project-switcher{min-width:0;display:grid;grid-template-columns:auto minmax(12rem,27rem);align-items:center;gap:.9rem}.project-switcher label{color:var(--dim)}.project-switcher select{min-width:0;min-height:2.35rem;border:0;border-bottom:1px solid var(--line-strong);border-radius:0;color:var(--text-bright);background-color:transparent;padding:.35rem 1.7rem .35rem .2rem;font-size:.88rem;font-weight:650;text-overflow:ellipsis}.topbar-status,.health,.refresh-control{display:flex;align-items:center;gap:.7rem}.topbar-status{justify-content:flex-end}.topbar-status>.hub-status{border-right:1px solid var(--line);padding-right:.8rem}.health{min-width:0;color:var(--muted);font-size:.7rem}.health>span:last-child{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refresh-control{border-left:1px solid var(--line);padding-left:.7rem}.refresh-control small{max-width:10rem;color:var(--dim);font-size:.59rem;line-height:1.35;text-align:right}.banner{margin:1rem clamp(1rem,3vw,2.5rem) 0}.stale-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem clamp(1rem,3vw,2.5rem) 0;border:1px solid rgb(240 179 111 / 48%);border-left-width:3px;border-radius:.3rem;color:#ffd6a4;background:#f0b36f14;padding:.85rem 1rem}.stale-banner>div{display:grid;gap:.2rem}.stale-banner span,.stale-banner small{color:#c9ad88;font-size:.73rem;line-height:1.4}.view-stage{min-height:calc(100vh - 4.45rem);animation:view-reveal .21s ease-out both}.hero,.page-head{position:relative;overflow:hidden;border-bottom:1px solid var(--line);color:var(--text);background:radial-gradient(circle at 88% 8%,rgb(66 165 255 / 12%),transparent 24rem),linear-gradient(110deg,rgb(78 205 196 / 5%),transparent 44%),#09161d;padding:clamp(3rem,6vw,6.2rem) clamp(1rem,5vw,5rem)}.hero:after,.page-head:after{position:absolute;inset:auto -8% 0 42%;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);content:"";opacity:.4}.hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem}.hero .kicker,.page-head .kicker{color:var(--cyan)}.hero h1,.page-head h1{max-width:15ch;margin:.65rem 0;color:var(--text-bright);font-size:clamp(2.9rem,5.8vw,6rem);font-weight:620;letter-spacing:-.065em;line-height:.95;text-wrap:balance}.hero p:not(.kicker),.page-head>p:not(.kicker){max-width:51rem;color:var(--muted);line-height:1.65}.hero .product-name{margin:.4rem 0 1.4rem;color:#c7d7df;font-family:var(--mono);font-size:.7rem;letter-spacing:.09em;text-transform:uppercase}.hero-signal{position:relative;min-width:14rem;display:grid;gap:.8rem;border:1px solid var(--line-strong);border-top:2px solid var(--cyan);border-radius:.3rem;background:#030c11ad;padding:1.15rem;box-shadow:0 16px 40px #0003}.hero-signal>span{color:var(--dim);font-family:var(--mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.page-head .privacy-notice{margin:2rem 0 0;border:1px solid rgb(240 179 111 / 26%);border-left:3px solid var(--amber);border-radius:.25rem;color:#d5c1a5;background:#f0b36f0f;padding:.8rem 1rem;font-size:.73rem}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,.8fr)) minmax(0,1.6fr);border-bottom:1px solid var(--line);background:var(--line);gap:1px}.metrics article{min-height:8.25rem;display:grid;align-content:center;gap:.72rem;background:#0a181ffa;padding:1.2rem clamp(1rem,3vw,2.4rem)}.metrics article>span,.estimate>span,.document-head>div>span,.total>span{color:var(--dim);font-family:var(--mono);font-size:.62rem;letter-spacing:.06em;text-transform:uppercase}.metrics article>strong{color:var(--text-bright);font-size:clamp(1.7rem,3vw,2.35rem);font-weight:580;line-height:1.05}.metrics article>small{color:var(--dim);font-family:var(--mono);font-size:.64rem}.status{display:inline-flex;width:max-content;max-width:100%;min-height:1.6rem;align-items:center;gap:.42rem;border:1px solid currentColor;border-radius:999px;color:#a2b2ba;background:#ffffff06;padding:.22rem .52rem;font-family:var(--mono);font-size:.56rem;font-weight:800;letter-spacing:.055em;line-height:1.25;text-transform:uppercase}.status-dot{width:.34rem;height:.34rem;flex:0 0 auto;border-radius:50%;background:currentColor}.status-operational,.status-active,.status-accepted,.status-approved,.status-completed,.status-paid,.status-closed,.status-delivered,.status-validated-by-tool-version,.status-applied{color:var(--success)}.status-degraded,.status-maintenance,.status-planning,.status-quoted,.status-due,.status-overdue,.status-urgent,.status-partial,.status-pending,.status-review,.status-generated-unvalidated{color:var(--amber)}.status-outage,.status-blocked,.status-rejected,.status-cancelled,.status-void,.status-failed,.status-expired{color:var(--danger)}.portfolio-section{border-bottom:1px solid var(--line);background:#071116e0;padding:clamp(2.4rem,5vw,4.8rem) clamp(1rem,4vw,4rem)}.section-intro{max-width:50rem;margin-bottom:2rem}.section-intro h2,.unavailable-panel h2,.legacy-records h2{margin:.35rem 0 .65rem;color:var(--text-bright);font-size:clamp(1.9rem,4vw,3.35rem);font-weight:590;letter-spacing:-.05em;line-height:1.02}.section-intro>p:last-child{color:var(--muted);line-height:1.6}.section-intro.compact{margin-bottom:1.25rem}.customer-ledger{border-top:2px solid var(--cyan)}.customer-row{border-bottom:1px solid var(--line)}.customer-row>header{display:grid;grid-template-columns:3.3rem minmax(12rem,1fr) minmax(22rem,1.5fr);align-items:center;gap:1.2rem;padding:1.25rem 0}.ledger-index{color:var(--cyan);font-family:var(--mono);font-size:.66rem;font-weight:800}.customer-row h3{margin:0;color:var(--text-bright);font-size:1.28rem;font-weight:620;letter-spacing:-.025em}.customer-row header p{margin:.3rem 0 0;color:var(--dim);font-size:.68rem}.customer-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0}.customer-totals div{border-left:1px solid var(--line);padding-left:.75rem}.customer-totals dt{color:var(--dim);font-family:var(--mono);font-size:.56rem;text-transform:uppercase}.customer-totals dd{margin:.25rem 0 0;color:var(--text-bright);font-size:1.35rem}.project-ledger{margin-left:3.3rem;border-top:1px solid var(--line)}.project-ledger>button{position:relative;width:100%;min-height:4.6rem;display:grid;grid-template-columns:minmax(12rem,1fr) auto 3rem;align-items:center;gap:1rem;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;padding:.8rem;text-align:left;transition:background-color .13s ease,box-shadow .13s ease,padding-left .13s ease}.project-ledger>button:last-child{border-bottom:0}.project-ledger>button.current{color:var(--text-bright);background:linear-gradient(90deg,rgb(86 228 255 / 9%),transparent 72%);box-shadow:inset 2px 0 var(--cyan)}.project-ledger>button>span:first-child{min-width:0;display:grid;gap:.22rem}.project-ledger small{overflow:hidden;color:var(--dim);font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.project-states{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.project-counts{display:grid;place-items:center;width:2.15rem;height:2.15rem;border:1px solid var(--line-strong);border-radius:.28rem;color:var(--cyan);font-family:var(--mono);font-size:.85rem}.overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);gap:1rem;padding:clamp(1rem,4vw,4rem)}.panel{min-width:0;border:1px solid var(--line);border-radius:.4rem;color:var(--text);background:linear-gradient(145deg,rgb(86 228 255 / 2.5%),transparent 42%),#0b171ff5;padding:clamp(1rem,3vw,1.9rem);box-shadow:0 14px 38px #00000026}.section-head,.document-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.section-head h2,.panel h2,.billing-columns>div>h2{margin:.28rem 0 1.25rem;color:var(--text-bright);font-size:clamp(1.45rem,3vw,2.05rem);font-weight:600;letter-spacing:-.04em}.conversation-list,.ticket-preview-list,.ticket-nav{border-top:2px solid var(--line-strong)}.conversation-entry,.ticket-preview-list>button{width:100%;display:grid;gap:.4rem;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;padding:1rem .75rem 1rem 1rem;text-align:left;transition:background-color .13s ease,box-shadow .13s ease,padding-left .13s ease}.conversation-entry{box-shadow:inset 2px 0 var(--blue)}.conversation-entry.team{box-shadow:inset 2px 0 var(--teal)}.conversation-entry strong,.ticket-preview-list>button>strong{color:var(--text-bright);font-size:.85rem}.conversation-meta,.ticket-preview-list small{color:var(--dim);font-family:var(--mono);font-size:.58rem;text-transform:uppercase}.conversation-body,.ticket-preview-list>button>span:last-child{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.74rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ticket-preview-list>button>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.planning-layout{display:grid;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.28fr);gap:1rem;padding:clamp(1rem,4vw,4rem)}.ticket-list{align-self:start}.ticket-nav>button{width:100%;min-height:4.15rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;padding:.85rem .45rem;text-align:left;transition:color .13s ease,background-color .13s ease,box-shadow .13s ease,padding-left .13s ease}.ticket-nav>button>span:first-child{min-width:0;display:grid;gap:.25rem}.ticket-nav>button strong,.ticket-nav>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-nav>button small{color:var(--dim);font-size:.64rem}.ticket-nav>button.selected{color:var(--text-bright);background:linear-gradient(90deg,rgb(86 228 255 / 8%),transparent);box-shadow:inset 2px 0 var(--cyan);padding-left:.8rem}details{margin-top:1rem;border-top:2px solid var(--line-strong);padding-top:.8rem}summary{min-height:2.75rem;display:flex;align-items:center;color:var(--text-bright);font-weight:720}.ticket-heading small{color:var(--dim);font-family:var(--mono);font-size:.62rem}.ticket-body{margin:1.3rem 0;border-block:1px solid var(--line);color:#c1cdd3;padding:1.15rem 0;line-height:1.7;white-space:pre-wrap}.estimate.pending{display:grid;gap:.4rem;border:1px solid rgb(78 205 196 / 20%);border-left:2px solid var(--teal);color:#c9f2ed;background:#4ecdc40f;padding:1rem}.comments{margin-top:2rem}.comments h3{color:var(--text-bright);font-size:1.3rem;font-weight:600}.comment-list{display:grid;gap:.7rem}.comment{margin:0;border:1px solid var(--line);border-left:2px solid var(--blue);border-radius:.3rem;background:#42a5ff0d;padding:.9rem 1rem}.comment.team{border-left-color:var(--teal);background:#4ecdc40d}.comment>span{color:var(--dim);font-family:var(--mono);font-size:.58rem;text-transform:uppercase}.comment p{margin:.5rem 0 0;color:#c6d3d9;line-height:1.55;white-space:pre-wrap}.comment-form{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.75rem;margin-top:1rem}.comment-form textarea{min-height:5.5rem}.empty-copy{color:var(--muted);font-size:.78rem;line-height:1.55}.empty-state{max-width:56rem;margin:clamp(1rem,5vw,5rem);border:1px solid var(--line);border-top:2px solid var(--cyan);border-radius:.35rem;background:var(--surface);padding:clamp(1.5rem,5vw,4rem)}.empty-state h1{margin:.6rem 0;color:var(--text-bright);font-size:clamp(2.2rem,5vw,4.2rem);font-weight:600;letter-spacing:-.055em}.empty-state>p:last-child{max-width:42rem;color:var(--muted);line-height:1.65}.unavailable-panel{display:grid;grid-template-columns:3rem 1fr;gap:1rem;margin:clamp(1rem,4vw,4rem);border:1px solid var(--line);border-left:2px solid var(--amber);border-radius:.35rem;background:var(--surface);padding:clamp(1.5rem,4vw,3rem)}.unavailable-panel p{color:var(--muted);line-height:1.6}.billing-foundation,.billing-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:clamp(1rem,4vw,4rem)}.billing-columns{padding-top:0}.billing-columns>div>h2{border-bottom:2px solid var(--line-strong);padding-bottom:.75rem}.party-card address{margin:1rem 0;color:#c5d1d7;font-style:normal;line-height:1.65}.revision{color:var(--teal);font-family:var(--mono);font-size:.62rem;text-transform:uppercase}.party-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.party-form button{align-self:end}.evidence-copy{border:1px solid rgb(240 179 111 / 20%);border-left:2px solid var(--amber);border-radius:.25rem;color:#e1c8a5;background:#f0b36f0f;padding:.8rem;font-size:.72rem;line-height:1.55}.billing-facts,.lifecycle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:1.25rem 0 0}.billing-facts div,.lifecycle-grid div{min-width:0;border-top:1px solid var(--line);padding-top:.65rem}.billing-facts dt,.lifecycle-grid dt{color:var(--dim);font-family:var(--mono);font-size:.58rem;line-height:1.35;text-transform:uppercase}.billing-facts dd,.lifecycle-grid dd{margin:.35rem 0 0;overflow-wrap:anywhere;color:var(--text);font-size:.76rem}.billing-facts dd{color:var(--text-bright);font-size:1.35rem}.document-card{position:relative;margin-bottom:1rem;border:1px solid var(--line);border-top:2px solid var(--line-strong);border-radius:.35rem;color:var(--text);background:#0b171ff5;padding:1.2rem}.quotation-card{border-top-color:var(--teal)}.fiscal-card{border-top-color:var(--blue)}.legacy-card{border-top-color:var(--dim)}.document-head{margin-bottom:1.3rem}.document-head>div{min-width:0;display:grid;gap:.28rem}.document-head strong{overflow-wrap:anywhere;color:var(--text-bright);font-family:var(--mono);font-size:.86rem}.document-head small{color:var(--dim);font-size:.63rem;line-height:1.45}.scope-list{color:#bdcad1;line-height:1.55}.scope-list p{padding-left:1rem}.scope-list p:before{margin-left:-1rem;margin-right:.55rem;color:var(--teal);content:"›"}.total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-top:.7rem;border-top:1px solid var(--line-strong);padding:.8rem 0}.total strong{overflow-wrap:anywhere;color:var(--text-bright);text-align:right}.document-card>small{display:block;color:var(--muted);line-height:1.45}.digest{display:block;margin-top:.8rem;overflow-wrap:anywhere;color:var(--dim);font-size:.62rem}.artifact-list{display:grid;gap:.5rem;margin-top:1rem}.download-button{display:grid;gap:.22rem;color:var(--text);background:#ffffff05;text-align:left}.download-button span{overflow-wrap:anywhere;font-size:.72rem}.download-button small{color:var(--dim);font-family:var(--mono);font-size:.56rem;font-weight:500}.decision-box{margin-top:1rem;border:1px solid rgb(86 228 255 / 20%);border-left:2px solid var(--cyan);border-radius:.3rem;background:#56e4ff0d;padding:.85rem}.decision-box p{margin:0;color:#bedce5;font-size:.72rem;line-height:1.5}.actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.85rem}.document-events{display:grid;gap:.4rem;margin-top:1rem;border-top:1px solid var(--line);padding-top:.75rem}.document-events small{color:var(--muted);line-height:1.45}.validation{margin-top:.75rem;border-left:2px solid var(--success);color:#a9e8d5!important;padding-left:.55rem}.validation-validator-unavailable{border-left-color:var(--danger);color:#ffaaa3!important}.legacy-records{margin:0 clamp(1rem,4vw,4rem) clamp(1rem,4vw,4rem);border:1px solid var(--line);border-radius:.35rem;background:#09151bbd;padding:clamp(1rem,3vw,2rem)}.legacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;padding:clamp(1rem,4vw,4rem)}.profile-state{grid-column:1 / -1;display:grid;grid-template-columns:3px minmax(0,1fr);gap:1.25rem}.profile-state-line{min-height:8rem;background:linear-gradient(180deg,var(--cyan),var(--blue),transparent)}.profile-state h2{margin:.45rem 0 1rem;color:var(--text-bright);font-size:clamp(1.4rem,3vw,2.2rem);font-weight:600;letter-spacing:-.04em}.profile-card-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.7rem;border-bottom:1px solid var(--line);padding-bottom:1.3rem}.profile-card-head>div{min-width:0}.profile-card-head h2{margin:.3rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-facts{display:grid;gap:0;margin:0}.profile-facts>div{display:grid;grid-template-columns:minmax(7rem,.55fr) minmax(0,1fr);gap:1rem;border-top:1px solid var(--line);padding:.75rem 0}.profile-facts>div:first-child{border-top:0}.profile-facts dt{color:var(--dim);font-family:var(--mono);font-size:.6rem;text-transform:uppercase}.profile-facts dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--text-bright);font-size:.8rem}.profile-count{display:grid;place-items:center;width:2.4rem;height:2.4rem;border:1px solid var(--line-strong);border-radius:.3rem;color:var(--cyan);font-family:var(--mono);font-size:.72rem}.profile-customer-list{border-top:2px solid var(--line-strong)}.profile-customer-row{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:3.4rem;border-bottom:1px solid var(--line)}.profile-customer-row>span{color:var(--teal);font-family:var(--mono);font-size:.6rem}.profile-customer-row strong{overflow:hidden;color:var(--text-bright);font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.profile-customer-row small{color:var(--dim);font-family:var(--mono);font-size:.58rem;text-transform:uppercase}.profile-security{grid-column:1 / -1}.profile-security .security-lock{width:1rem;height:.82rem;margin:.45rem .2rem 0 0}.profile-security>p{max-width:48rem;color:var(--muted);line-height:1.6}.profile-scopes{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.3rem;padding:0;list-style:none}.profile-scopes li{border:1px solid var(--line-strong);border-radius:999px;color:var(--teal);background:#4ecdc40d;padding:.3rem .55rem;font-family:var(--mono);font-size:.6rem}@media(hover:hover){.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 34px #42a5ff47}.secondary:hover:not(:disabled),.download-button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--cyan);color:var(--text-bright);background:#56e4ff14;box-shadow:0 8px 24px #0003}.secondary.danger:hover:not(:disabled){border-color:var(--danger);color:#fff;background:#ff8f8724}.primary:active:not(:disabled),.secondary:active:not(:disabled),.download-button:active:not(:disabled){transform:translateY(0) scale(.99)}.sidebar nav a:hover{color:var(--text-bright);background:#ffffff09;padding-left:.72rem}.project-ledger>button:hover,.ticket-nav>button:hover,.conversation-entry:hover,.ticket-preview-list>button:hover{color:var(--text-bright);background:#56e4ff0d;padding-left:1rem}.document-card:hover,.panel:hover{border-color:#27434f}}@keyframes intro-reveal{0%{opacity:0;transform:translateY(.7rem)}to{opacity:1;transform:translateY(0)}}@keyframes view-reveal{0%{opacity:.55}to{opacity:1}}@keyframes aurora-shift{0%{transform:translate3d(-2%,-2%,0) scale(.96)}to{transform:translate3d(7%,5%,0) scale(1.06)}}@keyframes signal-flow{to{background-position:-220% 0}}@keyframes node-breathe{0%,to{opacity:.35;box-shadow:0 0 5px var(--cyan)}50%{opacity:1;box-shadow:0 0 18px var(--cyan)}}@keyframes status-pulse{0%,to{box-shadow:0 0 0 0 currentColor}50%{box-shadow:0 0 0 .28rem transparent}}@keyframes loading{0%{transform:translate(-25%)}to{transform:translate(190%)}}@media(max-width:1180px){.login-copy{padding-inline:clamp(2rem,5vw,4rem)}.workspace-proof{grid-template-columns:1fr}.proof-item+.proof-item{border-top:1px solid var(--line);border-left:0;padding-left:0}.desk{grid-template-columns:1fr}.sidebar{position:relative;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem 1rem;border-right:0;border-bottom:1px solid var(--line);padding:.8rem 1rem 0}.sidebar-chrome{inset:auto 0 0;width:auto;height:1px;background:linear-gradient(90deg,var(--cyan),var(--blue),transparent 70%)}.account{min-width:0;margin:0;border:0;background:transparent;padding:0}.account strong,.account small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navigator-label{display:none}.sidebar nav{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}.sidebar nav a{min-width:0;grid-template-columns:auto 1fr;justify-content:center;gap:.45rem;border-right:1px solid var(--line);border-bottom:0;padding-inline:.75rem}.sidebar nav a:last-child{border-right:0}.sidebar-foot{display:flex;align-items:center;gap:.75rem;margin:0;border:0;padding:0}.sidebar-connection{display:none}.overview-grid,.billing-foundation,.billing-columns{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.login-shell{min-height:100svh;grid-template-columns:1fr;grid-template-rows:4.35rem auto auto 2.35rem;grid-template-areas:"masthead" "console" "copy" "rail";overflow:visible}.login-shell:before{inset:4.35rem 0 2.35rem}.login-copy{min-height:25rem;padding-block:3.5rem}.login-copy h1{max-width:12ch;font-size:clamp(3.4rem,11vw,5.8rem)}.login-console{border-top:1px solid var(--line);border-left:0;padding-block:2.5rem 4rem}.console-frame{width:min(100%,34rem)}.topbar{position:relative;grid-template-columns:2.25rem minmax(0,1fr)}.topbar-status{grid-column:1 / -1;justify-content:space-between;border-top:1px solid var(--line);padding-top:.65rem}.customer-row>header{grid-template-columns:2.5rem 1fr}.customer-totals{grid-column:2}.project-ledger{margin-left:2.5rem}.planning-layout,.party-form,.legacy-grid,.profile-layout{grid-template-columns:1fr}.profile-security,.profile-state{grid-column:1}}@media(max-width:620px){#root{padding-bottom:4rem}.legal-footer{min-height:3.5rem;padding-block:.55rem}.legal-footer small{font-size:.56rem;letter-spacing:.035em}.login-masthead{padding-inline:.85rem}.brand-lockup-copy small{max-width:10rem}.login-copy{min-height:auto;padding:2.8rem 1.15rem 2.3rem}.login-copy h1{margin-block:.8rem 1rem;font-size:clamp(2.85rem,15vw,4.2rem)}.login-lead{font-size:.94rem}.workspace-proof{margin-top:1.8rem}.proof-item{grid-template-columns:1.8rem 1fr;padding-block:.85rem}.login-console{padding:1.25rem .75rem 2.5rem}.console-frame{border-radius:.4rem}.console-head,.console-foot{padding-inline:.85rem}.console-head,.console-foot{align-items:flex-start;flex-direction:column}.login-card{padding:1.15rem}.login-status-rail{grid-template-columns:auto 1fr auto;gap:.6rem;padding-inline:.8rem}.login-status-rail>span:nth-last-child(2){display:none}.sidebar{grid-template-columns:minmax(0,1fr) auto}.account,.brand-copy small{display:none}.sidebar-actions{justify-self:end}.sidebar nav a{grid-template-columns:1fr;justify-items:center;gap:.1rem;min-height:3.5rem;padding-inline:.25rem;font-size:.68rem;text-align:center}.sidebar nav a>span{font-size:.52rem}.topbar{grid-template-columns:1fr;gap:.65rem;padding:.8rem 1rem}.topbar-index{display:none}.project-switcher{grid-template-columns:1fr;gap:.25rem}.topbar-status{align-items:stretch;flex-direction:column}.topbar-status>.hub-status{border-right:0;padding-right:0}.health,.refresh-control{align-items:flex-start}.refresh-control{justify-content:space-between;border-top:1px solid var(--line);border-left:0;padding-top:.55rem;padding-left:0}.refresh-control small{max-width:none;text-align:left}.hero,.page-head{padding:2.7rem 1rem}.hero{grid-template-columns:1fr}.hero h1,.page-head h1{font-size:clamp(2.55rem,14vw,4rem)}.hero-signal{min-width:0}.metrics{grid-template-columns:1fr}.metrics article{min-height:6.2rem}.portfolio-section,.overview-grid,.planning-layout,.billing-foundation,.billing-columns,.profile-layout{padding:1rem}.customer-row>header{grid-template-columns:1fr;gap:.7rem}.customer-row .ledger-index{display:none}.customer-totals{grid-column:1}.project-ledger{margin-left:0}.project-ledger>button{grid-template-columns:1fr auto}.project-states{align-items:flex-end;flex-direction:column}.project-counts{display:none}.section-head,.document-head,.stale-banner,.total{align-items:stretch;flex-direction:column}.total strong{text-align:left}.comment-form,.billing-facts,.lifecycle-grid,.profile-facts>div{grid-template-columns:1fr}.actions>button{width:100%}.legacy-records{margin:0 1rem 1rem}.profile-customer-row{grid-template-columns:1.8rem minmax(0,1fr)}.profile-customer-row small{grid-column:2}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.aurora,.flow-line,.flow-node{display:none}}@media(prefers-reduced-transparency:reduce){.login-masthead,.console-frame,.topbar{backdrop-filter:none}.console-frame,.login-card,.topbar{background:var(--surface)}}@media(prefers-contrast:more){:root{--line: #52707d;--line-strong: #8eabb7;--muted: #c2d0d6;--dim: #aebfc7}.status,input,select,textarea,.panel,.document-card,.console-frame{border-width:2px}}@media(forced-colors:active){:root{--text: CanvasText;--text-bright: CanvasText;--muted: CanvasText;--dim: CanvasText}.login-shell,.login-masthead,.login-console,.console-frame,.login-card,.desk,.sidebar,.workspace,.topbar,.hero,.page-head,.panel,.document-card,.metrics article,.portfolio-section,.legacy-records,.empty-state{color:CanvasText;border-color:CanvasText;background:Canvas;box-shadow:none;forced-color-adjust:none}.login-atmosphere,.sidebar-chrome,.hero:after,.page-head:after{display:none}.primary,.secondary,.download-button,.status,.language-toggle button,input,select,textarea{color:ButtonText;border:1px solid ButtonText;background:ButtonFace;forced-color-adjust:auto}.sidebar nav a.active,.project-ledger>button.current,.ticket-nav>button.selected{color:HighlightText;background:Highlight;box-shadow:none}.status-dot,.hub-status-dot{forced-color-adjust:none}}
