:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Noto Sans CJK SC,sans-serif;color:#1c2a33;background:#f3f2ed;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17242d;--muted: #66747d;--line: #dde0dc;--paper: #fbfbf8;--paper-strong: #ffffff;--nav: #15212b;--nav-soft: #22323e;--accent: #d6f36a;--accent-ink: #213013;--success: #2f7651;--danger: #b74a43;--warning: #a76e24;--focus: #466d86}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 55%,transparent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);box-shadow:inset 0 0 0 1px #1c2a3314}.brand-mark.large{width:52px;height:52px;border-radius:15px}.eyebrow{display:block;color:#728089;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.primary-button,.secondary-button{border:0;border-radius:10px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:760;transition:transform .16s ease,background .16s ease,opacity .16s ease}.primary-button{background:var(--ink);color:#fff;box-shadow:0 8px 20px #14202921}.primary-button:hover:not(:disabled){background:#263a47;transform:translateY(-1px)}.primary-button:disabled{opacity:.52}.secondary-button{background:#eef0ed;color:var(--ink);border:1px solid #d9deda}.secondary-button:hover:not(:disabled){background:#e5e9e5}.icon-button{width:38px;height:38px;padding:0;border:1px solid #dce1de;border-radius:10px;background:#ffffff9e;color:#44545e;display:grid;place-items:center}.icon-button:hover:not(:disabled){background:#fff;color:var(--ink)}.boot-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:18px;color:#5b6972}.boot-screen p{margin:0;font-size:14px;font-weight:650}.boot-line{display:block;width:160px;height:2px;background:#e0e3df;overflow:hidden;position:relative}.boot-line:after{content:"";position:absolute;inset:0 auto 0 0;width:48px;background:var(--ink);animation:load 1.3s ease-in-out infinite}@keyframes load{0%{transform:translate(-50px)}to{transform:translate(170px)}}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);background:var(--paper)}.login-context{position:relative;overflow:hidden;min-height:100vh;padding:42px clamp(42px,7vw,110px);color:#eff4f1;background:var(--nav);display:flex;flex-direction:column;justify-content:space-between}.login-context:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(214,243,106,.13);border-radius:50%;right:-180px;bottom:-240px;box-shadow:0 0 0 68px #d6f36a06,0 0 0 140px #d6f36a05}.login-context:after{content:"S00";position:absolute;right:5vw;top:20%;font-size:clamp(90px,13vw,190px);line-height:1;font-weight:850;letter-spacing:-.08em;color:#ffffff06}.login-brand,.mobile-brand{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:.13em;font-weight:800}.login-copy{position:relative;z-index:1;max-width:680px;margin:auto 0}.login-copy .eyebrow{color:var(--accent)}.login-copy h1{margin:18px 0 24px;max-width:650px;font-size:clamp(40px,5.2vw,72px);line-height:1.02;letter-spacing:-.045em;font-weight:750}.login-copy p{max-width:590px;margin:0;color:#aebbc0;font-size:16px;line-height:1.8}.foundation-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:620px}.foundation-list div{border-top:1px solid rgba(255,255,255,.12);padding-top:14px;display:flex;align-items:center;gap:10px;color:#c9d2d3;font-size:13px}.foundation-list svg{color:var(--accent)}.login-panel{display:grid;place-items:center;padding:48px;background:#f6f5f1}.login-card{width:min(420px,100%);display:grid;gap:22px}.mobile-brand{display:none}.login-card h2{margin:8px 0 6px;font-size:31px;letter-spacing:-.035em}.login-card p{margin:0;color:var(--muted);font-size:14px}.login-card label{display:grid;gap:8px;color:#33434d;font-size:13px;font-weight:720}.login-card input{width:100%;height:48px;border:1px solid #d5dad7;border-radius:10px;background:#fff;color:var(--ink);padding:0 14px;box-shadow:0 1px #14202905}.login-card input::placeholder{color:#9da6ab}.login-card input:focus{border-color:#7993a3}.login-button{width:100%;margin-top:2px}.login-button svg:last-child{margin-left:auto}.login-card small{color:#7a878e;font-size:11px;line-height:1.6}.inline-error{border-radius:10px;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;background:#faecea;color:#8d3833;font-size:12px;line-height:1.5}.inline-error svg{flex:0 0 auto;margin-top:1px}.app-shell{min-height:100vh;background:#f3f2ed}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:246px;background:var(--nav);color:#e9efec;padding:22px 14px 18px;display:flex;flex-direction:column}.sidebar-brand{height:52px;display:flex;align-items:center;gap:11px;padding:0 8px}.sidebar-brand>div:last-child{display:grid;gap:2px}.sidebar-brand strong{font-size:14px;letter-spacing:.12em}.sidebar-brand span{font-size:9px;color:#81919a;letter-spacing:.16em}.workspace-switcher{margin:20px 4px 28px;padding:11px;border:1px solid rgba(255,255,255,.09);background:#ffffff09;border-radius:12px;display:flex;align-items:center;gap:9px}.workspace-avatar{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);font-weight:850}.workspace-switcher div{min-width:0;display:grid;gap:2px;flex:1}.workspace-switcher small{color:#83929a;font-size:9px}.workspace-switcher strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar nav{display:grid;gap:4px}.nav-label{color:#71818a;padding:0 12px 7px;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.nav-item{width:100%;height:43px;border:0;border-radius:9px;background:transparent;color:#8fa0a8;padding:0 11px;display:flex;align-items:center;gap:11px;text-align:left}.nav-item span{flex:1;font-size:13px;font-weight:650}.nav-item small{font-size:9px;color:#61727b}.nav-item.active{background:var(--nav-soft);color:#f7faf8;box-shadow:inset 3px 0 0 var(--accent)}.nav-item:disabled{opacity:.74}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:16px 8px 0;display:flex;gap:10px;color:#8fa0a8}.sidebar-footer svg{color:var(--accent);margin-top:1px}.sidebar-footer div{display:grid;gap:3px}.sidebar-footer strong{color:#cbd4d4;font-size:11px}.sidebar-footer span{font-size:9px}.sidebar-scrim{display:none}.workspace{min-height:100vh;margin-left:246px}.topbar{position:sticky;top:0;z-index:10;height:64px;padding:0 clamp(20px,3vw,42px);display:flex;align-items:center;gap:20px;border-bottom:1px solid rgba(210,215,211,.86);background:#f3f2ede8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.menu-button{display:none}.breadcrumbs{display:flex;align-items:center;gap:7px;color:#829097;font-size:12px}.breadcrumbs strong{color:#34454f}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.identity-chip{display:grid;gap:1px;border-left:1px solid #d9ddda;padding:0 12px}.identity-chip span{font-size:12px;font-weight:780}.identity-chip small{color:#859198;font-size:9px}.main-content{width:min(1480px,100%);margin:0 auto;padding:36px clamp(20px,3vw,42px) 70px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-heading h1{margin:8px 0 6px;font-size:clamp(30px,3.5vw,45px);line-height:1;letter-spacing:-.045em}.page-heading p{margin:0;color:var(--muted);font-size:13px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:16px}.health-banner{grid-column:1 / -1;min-height:82px;border:1px solid #d9ded9;border-radius:14px;padding:17px 20px;display:flex;align-items:center;gap:14px;background:var(--paper-strong)}.health-banner.healthy{border-color:#cadbcf;background:#f7fbf6}.health-banner.degraded{border-color:#ead4cd;background:#fff8f5}.health-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;background:#e7f1e8;color:var(--success)}.degraded .health-icon{background:#f8e7e2;color:var(--danger)}.health-banner>div:nth-child(2){display:grid;gap:4px}.health-banner strong{font-size:14px}.health-banner span{color:#6b797f;font-size:11px}.health-checks{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 15px}.health-checks span{display:flex;align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.health-checks i{width:7px;height:7px;border-radius:50%;background:var(--danger)}.health-checks i.ok{background:#3e9a67;box-shadow:0 0 0 3px #3e9a671c}.metric-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{min-width:0;border:1px solid var(--line);border-radius:13px;background:var(--paper);padding:16px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto auto;column-gap:11px}.metric-icon{grid-row:1 / 4;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#edf0ec;color:#52636d}.metric-card>span{color:#6e7b82;font-size:10px}.metric-card>strong{margin-top:4px;font-size:26px;line-height:1;letter-spacing:-.04em}.metric-card>small{margin-top:5px;color:#8a959a;font-size:9px}.panel{min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--paper);overflow:hidden}.panel-heading{min-height:71px;padding:15px 17px;border-bottom:1px solid #e5e7e3;display:flex;align-items:center;gap:11px}.panel-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#ebeeea;color:#50616a}.panel-heading h2{margin:0;font-size:14px;letter-spacing:-.01em}.panel-heading p{margin:4px 0 0;color:#849097;font-size:10px}.worker-list,.task-list{padding:4px 16px 10px}.worker-row,.task-row{min-height:65px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e8e9e6}.worker-row:last-child,.task-row:last-child{border-bottom:0}.worker-symbol{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#edf0ed;color:#68767e}.worker-symbol.ready{background:#e6f2e9;color:var(--success)}.worker-symbol.not-ready{background:#f7e9e5;color:var(--danger)}.worker-name,.task-main{min-width:0;display:grid;gap:4px;flex:1}.worker-name strong,.task-main strong{font-size:12px}.worker-name code,.task-main code{color:#849097;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-meta{display:grid;gap:3px;text-align:right}.worker-meta span{font-size:10px}.worker-meta small{color:#8d979c;font-size:9px}.status-pill{flex:0 0 auto;min-width:64px;height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#edf0ed;color:#68757c;font-size:9px;font-weight:750}.status-pill i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-pill.success{background:#e5f1e8;color:var(--success)}.status-pill.running{background:#e7eff4;color:#3d6b86}.status-pill.waiting,.status-pill.warning{background:#f8efdd;color:var(--warning)}.status-pill.danger{background:#f8e8e5;color:var(--danger)}.step-progress{width:68px;display:flex;gap:3px}.step-progress i{height:4px;flex:1;border-radius:2px;background:#dfe3df}.step-progress i.succeeded{background:#4e9b70}.step-progress i.running{background:#5788a5;animation:pulse 1.2s ease-in-out infinite}.step-progress i.failed{background:var(--danger)}@keyframes pulse{50%{opacity:.45}}.task-attempt{color:#76848a;font-size:9px}.artifacts-panel{grid-column:1 / 2}.audit-panel{grid-column:2 / 3}.table-wrap{position:relative;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}table{width:100%;border-collapse:collapse}th{height:38px;padding:0 16px;color:#829096;font-size:9px;text-align:left;font-weight:760;background:#f4f5f2}td{height:61px;padding:8px 16px;border-top:1px solid #e9eae7;color:#5f6e75;font-size:10px;white-space:nowrap}td:first-child{max-width:260px}td:first-child strong,td:nth-child(2) span{display:block;color:#2d3d46;font-size:10px;overflow:hidden;text-overflow:ellipsis}td code,td small{display:block;margin-top:4px;color:#919a9f;font-size:8px}.text-button{border:0;background:transparent;color:#345c72;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:750}.audit-list{list-style:none;margin:0;padding:5px 16px 10px}.audit-list li{min-height:54px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e8e9e6}.audit-list li:last-child{border-bottom:0}.audit-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto;background:#8a969b}.audit-dot.succeeded{background:#4b976d;box-shadow:0 0 0 3px #e3f0e7}.audit-dot.failed,.audit-dot.denied{background:var(--danger);box-shadow:0 0 0 3px #f6e6e3}.audit-list div{min-width:0;display:grid;gap:4px;flex:1}.audit-list strong{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-list span{color:#8b959a;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-list time{color:#8a959a;font-size:8px;white-space:nowrap}.empty-state{min-height:170px;padding:28px;display:grid;place-content:center;justify-items:center;text-align:center;color:#8b979c}.empty-state strong{margin-top:12px;color:#52616a;font-size:12px}.empty-state p{max-width:270px;margin:7px 0 0;font-size:10px;line-height:1.6}.stale-banner{margin-top:16px;padding:10px 12px;border:1px solid #e5cfc8;border-radius:9px;background:#fff7f4;color:#8b4039;display:flex;gap:8px;align-items:center;font-size:11px}.error-state{min-height:420px;border:1px solid #e4e2dc;border-radius:14px;background:var(--paper);display:grid;place-content:center;justify-items:center;text-align:center;padding:30px;color:#7d898e}.error-state svg{color:var(--danger)}.error-state h2{margin:15px 0 7px;color:var(--ink);font-size:20px}.error-state p{max-width:520px;margin:0 0 18px;font-size:12px;line-height:1.6}.skeleton-layout{display:grid;gap:14px}.skeleton{border-radius:13px;background:linear-gradient(100deg,#e8e8e3 25%,#f2f2ee 42%,#e8e8e3 62%);background-size:300% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{to{background-position:-100% 0}}.skeleton.wide{height:82px}.skeleton-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.skeleton.card{height:92px}.skeleton-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.skeleton.panel-shape{height:330px}.dialog-backdrop{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px;background:#0b131994;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog{width:min(540px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:16px;background:#fbfbf8;box-shadow:0 30px 90px #08111652}.dialog>header{padding:20px 22px 16px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #e2e5e1}.dialog h2{margin:7px 0 0;font-size:22px;letter-spacing:-.025em}.dialog form{display:grid;gap:16px;padding:20px 22px 22px}.drop-zone{width:100%;min-height:174px;padding:24px;border:1.5px dashed #bdc7c2;border-radius:13px;background:#f4f5f1;color:#69777d;display:grid;place-content:center;justify-items:center;gap:9px;text-align:center}.drop-zone:hover{border-color:#79919e;background:#f0f3f0}.drop-zone.has-file{border-style:solid;border-color:#b8cbbd;background:#f1f7f2;color:var(--success)}.drop-zone strong{color:#34464f;font-size:13px;max-width:420px;overflow-wrap:anywhere}.drop-zone span{font-size:10px}.check-row{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #dfe3df;border-radius:10px}.check-row input{width:16px;height:16px;margin-top:2px;accent-color:var(--ink)}.check-row span{display:grid;gap:4px}.check-row strong{font-size:11px}.check-row small{color:#7c898f;font-size:9px;line-height:1.5}.dialog footer{display:flex;justify-content:flex-end;gap:9px;margin-top:2px}.toast{position:fixed;z-index:70;right:24px;bottom:24px;max-width:min(420px,calc(100vw - 48px));padding:12px 15px;border-radius:10px;background:#20322a;color:#f2f7f2;display:flex;align-items:center;gap:9px;box-shadow:0 18px 50px #101e183d;font-size:11px}.toast svg{color:var(--accent)}@media(max-width:1080px){.dashboard-grid{grid-template-columns:1fr}.workers-panel,.tasks-panel,.artifacts-panel,.audit-panel{grid-column:1}.metric-grid{grid-template-columns:repeat(2,1fr)}.login-page{grid-template-columns:1fr 1fr}.login-context{padding:36px}.login-copy h1{font-size:46px}.foundation-list{grid-template-columns:1fr}}@media(max-width:760px){.login-page{display:block;background:var(--nav);padding-top:72px}.login-context{display:none}.login-panel{min-height:calc(100vh - 72px);padding:28px 20px;border-radius:24px 24px 0 0;align-items:start}.mobile-brand{display:flex;margin-bottom:18px}.login-card{margin-top:6px}.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:24px 0 60px #070e1340}.sidebar.open{transform:translate(0)}.sidebar-scrim{position:fixed;z-index:19;inset:0;border:0;background:#080f1475;opacity:0;pointer-events:none;display:block;transition:opacity .2s ease}.sidebar-scrim.visible{opacity:1;pointer-events:auto}.workspace{margin-left:0}.topbar{height:58px;padding:0 14px;gap:10px}.menu-button{display:grid}.breadcrumbs span,.breadcrumbs svg{display:none}.identity-chip{display:none}.main-content{padding:25px 15px 55px}.page-heading{align-items:flex-start}.page-heading p{max-width:240px;line-height:1.6}.page-heading .primary-button{width:42px;padding:0}.page-heading .primary-button{font-size:0}.page-heading .primary-button svg{margin:0}.health-banner{align-items:flex-start;flex-wrap:wrap}.health-checks{width:100%;margin-left:57px;justify-content:flex-start}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{padding:13px;grid-template-columns:30px 1fr}.metric-icon{width:30px;height:30px}.worker-row{flex-wrap:wrap;padding:10px 0}.worker-meta{margin-left:47px;text-align:left}.task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:10px 0}.step-progress{grid-row:2}.task-attempt{display:none}.task-row .status-pill{grid-column:2;grid-row:1}.audit-list time{display:none}.skeleton-metrics{grid-template-columns:1fr 1fr}.skeleton-columns{grid-template-columns:1fr}.dialog-backdrop{padding:0;align-items:end}.dialog{width:100%;max-height:92vh;border-radius:18px 18px 0 0}.toast{left:15px;right:15px;bottom:15px;max-width:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.projects-main-content{min-height:calc(100vh - 64px)}.projects-workspace{min-height:calc(100vh - 64px);display:grid;grid-template-columns:322px minmax(0,1fr);background:#f3f2ed}.project-rail{position:sticky;top:64px;align-self:start;height:calc(100vh - 64px);overflow-y:auto;padding:30px 18px 34px;border-right:1px solid #d9ddd8;background:#f8f8f4}.project-rail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-rail-heading h1{margin:7px 0 0;font-size:32px;line-height:1;letter-spacing:-.045em}.project-rail-copy{margin:14px 0 18px;color:var(--muted);font-size:11px;line-height:1.7}.import-project-button{width:100%}.project-list{display:grid;gap:7px;margin-top:22px}.project-list-item{width:100%;min-height:102px;border:1px solid transparent;border-radius:12px;padding:12px 11px;background:transparent;color:var(--ink);display:flex;align-items:center;gap:10px;text-align:left}.project-list-item:hover{border-color:#dde1dc;background:#fff}.project-list-item.selected{border-color:#c9d2cc;background:#fff;box-shadow:0 8px 24px #16222b0f}.project-list-icon{width:35px;height:35px;flex:0 0 auto;border-radius:10px;background:#e9ede8;color:#53656e;display:grid;place-items:center}.project-list-item.selected .project-list-icon{background:var(--nav);color:var(--accent)}.project-list-copy{min-width:0;flex:1;display:grid;gap:5px}.project-list-copy strong,.project-list-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list-copy strong{font-size:12px}.project-list-copy small{color:#78868c;font-size:9px}.project-list-copy>span{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#7e8a90;font-size:8px}.project-list-copy>span i{width:2px;height:2px;border-radius:50%;background:#a9b1b4}.project-list-item>svg{flex:0 0 auto;color:#a0aaae}.project-status-dot{width:6px;height:6px;border-radius:50%;background:#89959a}.project-status-dot.success{background:var(--success);box-shadow:0 0 0 3px #e4f0e7}.project-status-dot.waiting{background:#b88337;box-shadow:0 0 0 3px #f6eddd}.project-status-dot.warning{background:var(--warning)}.project-empty,.compact-error{min-height:290px;margin-top:22px;padding:28px 16px;border:1px dashed #d6dbd6;border-radius:13px;color:#89959a;display:grid;align-content:center;justify-items:center;text-align:center}.project-empty strong,.compact-error strong{margin-top:12px;color:#506069;font-size:12px}.project-empty p,.compact-error p{max-width:235px;margin:7px 0 16px;font-size:10px;line-height:1.65}.compact-error svg{color:var(--danger)}.compact-stale{margin-top:14px;padding:9px;border-radius:9px;background:#fff4f0;color:#914941;display:flex;align-items:flex-start;gap:7px;font-size:9px;line-height:1.5}.skeleton-list{margin-top:22px}.project-list-skeleton{height:102px}.project-detail-shell{min-width:0}.project-detail{width:min(1280px,100%);margin:0 auto;padding:35px clamp(24px,3.4vw,54px) 72px}.mobile-project-back{display:none}.project-detail-empty{min-height:calc(100vh - 64px);padding:40px;color:#8a969b;display:grid;align-content:center;justify-items:center;text-align:center}.project-detail-empty h2{margin:16px 0 7px;color:var(--ink);font-size:21px}.project-detail-empty p{max-width:500px;margin:0 0 18px;font-size:11px;line-height:1.7}.project-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px}.project-hero-main{min-width:0;max-width:850px}.project-title-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#839097;font-size:9px}.project-status-badge{height:25px;padding:0 9px;border-radius:999px;background:#eef0ed;display:inline-flex;align-items:center;gap:6px;color:#64737a;font-weight:760}.project-status-badge.success{background:#e5f1e8;color:var(--success)}.project-status-badge.waiting,.project-status-badge.warning{background:#f8efdd;color:var(--warning)}.project-hero h1{margin:13px 0 8px;font-size:clamp(31px,3.5vw,48px);line-height:1.04;letter-spacing:-.045em;overflow-wrap:anywhere}.project-hero-main>p{max-width:780px;margin:0;color:#63727a;font-size:12px;line-height:1.75;overflow-wrap:anywhere}.project-meta-row{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:17px}.project-meta-row span{display:inline-flex;align-items:center;gap:6px;color:#55666e;font-size:9px}.project-meta-row svg{color:#778890}.project-status-actions{flex:0 0 auto;display:flex;gap:8px}.quiet-danger-button{min-height:42px;border:1px solid #ead8d2;border-radius:10px;padding:0 12px;background:#fff8f5;color:#9b4b43;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:730}.quiet-danger-button:hover:not(:disabled){background:#faece8}.quiet-danger-button:disabled{opacity:.5}.completeness-panel{min-height:96px;margin-bottom:16px;border:1px solid #e5d8c8;border-radius:14px;padding:17px 18px;background:#fffaf3;display:flex;align-items:center;gap:26px}.completeness-panel.ready{border-color:#cddcd1;background:#f6fbf6}.completeness-summary{min-width:360px;display:flex;align-items:center;gap:13px}.completeness-icon{width:43px;height:43px;flex:0 0 auto;border-radius:12px;background:#f2e8d9;color:var(--warning);display:grid;place-items:center}.ready .completeness-icon{background:#e3f0e6;color:var(--success)}.completeness-summary h2{margin:5px 0 3px;font-size:14px}.completeness-summary p{margin:0;color:#758189;font-size:9px;line-height:1.5}.blocker-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}.blocker-list li{min-height:29px;padding:0 9px;border:1px solid #eadcc9;border-radius:8px;background:#ffffffb8;color:#755b3e;display:inline-flex;align-items:center;gap:6px;font-size:9px}.completeness-pending{margin:0;color:#80674b;display:flex;align-items:center;gap:7px;font-size:9px}.project-section-grid{display:grid;grid-template-columns:minmax(0,1.07fr) minmax(360px,.93fr);gap:16px}.project-section{min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--paper);overflow:hidden}.project-section-heading{min-height:74px;padding:15px 17px;border-bottom:1px solid #e5e7e3;display:flex;align-items:center;gap:11px}.project-section-icon{width:37px;height:37px;flex:0 0 auto;border-radius:10px;background:#ebeeea;color:#50616a;display:grid;place-items:center}.project-section-heading>div:nth-child(2){min-width:0}.project-section-heading h2{margin:0;font-size:14px;letter-spacing:-.01em}.project-section-heading p{margin:4px 0 0;color:#849097;font-size:9px}.project-section-action{margin-left:auto}.compact-button{min-height:34px;padding:0 11px;font-size:10px}.project-copy-block{margin:17px;padding:15px;border-left:3px solid #9bb4a1;background:#f2f5f1}.project-copy-block span,.definition-list>span{color:#718087;font-size:9px;font-weight:780;letter-spacing:.04em}.project-copy-block p{margin:7px 0 0;color:#3d4e56;font-size:11px;line-height:1.7;overflow-wrap:anywhere}.project-definition-grid{padding:0 17px 20px;display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.definition-list{min-width:0}.definition-list ul{list-style:none;margin:9px 0 0;padding:0;display:grid;gap:7px}.definition-list li{position:relative;padding-left:12px;color:#4f6068;font-size:10px;line-height:1.55;overflow-wrap:anywhere}.definition-list li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:#82938b}.definition-list li.code-item{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.definition-list p{color:#9aa3a7;font-size:9px}.blueprint-identity{margin:17px 17px 8px;padding:13px;border:1px solid #dfe3df;border-radius:11px;background:#f6f7f4;display:flex;align-items:center;gap:11px}.blueprint-mark{width:39px;height:39px;border-radius:10px;background:var(--nav);color:var(--accent);display:grid;place-items:center}.blueprint-identity>div{min-width:0;flex:1;display:grid;gap:4px}.blueprint-identity strong{font-size:11px;overflow-wrap:anywhere}.blueprint-identity code{color:#879298;font-size:8px;overflow-wrap:anywhere}.version-tag{height:25px;padding:0 8px;border-radius:7px;background:#e7ece7;color:#51645b;display:inline-flex;align-items:center;font-size:9px;font-weight:800}.capability-group{padding:10px 17px 6px}.capability-group:last-child{padding-bottom:17px}.capability-group>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.capability-group>header div{display:grid;gap:3px}.capability-group>header strong{font-size:10px}.capability-group>header small{color:#8a959a;font-size:8px}.capability-group>header>span{color:#8d989c;font-size:9px}.capability-row{min-height:44px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e8eae6}.capability-row:last-child{border-bottom:0}.capability-check{width:21px;height:21px;flex:0 0 auto;border-radius:6px;background:#eef0ed;color:#8b969a;display:grid;place-items:center}.capability-row.enabled .capability-check{background:#e2f0e6;color:var(--success)}.capability-row>div{min-width:0;flex:1;display:grid;gap:3px}.capability-row strong{font-size:9px}.capability-row code{color:#929ca0;font-size:7px;overflow-wrap:anywhere}.capability-row>span:last-child{color:#839096;font-size:8px}.capability-row.disabled{opacity:.64}.topics-section,.business-model-section{grid-column:1 / -1}.topic-list{padding:8px 17px 17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.topic-card{min-width:0;padding:14px;border:1px solid #e0e3df;border-radius:11px;background:#fdfdfa}.topic-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.topic-card header>div{min-width:0;display:flex;align-items:center;gap:9px}.topic-index{width:25px;height:25px;flex:0 0 auto;border-radius:7px;background:#e8ece8;color:#596a72;display:grid;place-items:center;font-size:9px;font-weight:850}.topic-card h3{margin:0;font-size:11px;overflow-wrap:anywhere}.intent-tag{flex:0 0 auto;height:23px;padding:0 8px;border-radius:999px;background:#edf1ec;color:#5e7067;display:inline-flex;align-items:center;font-size:8px}.normalized-question{margin:12px 0;color:#485961;font-size:10px;line-height:1.65;overflow-wrap:anywhere}.question-examples{display:grid;gap:5px}.question-examples span{padding-left:10px;border-left:2px solid #dce1dc;color:#7a878d;font-size:9px;line-height:1.5;overflow-wrap:anywhere}.topic-card footer{margin-top:13px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#829096;font-size:8px}.topic-card footer>span{margin-right:auto;text-transform:uppercase}.topic-card footer small{color:#70827a;font-size:8px}.project-inline-empty{min-height:230px;padding:34px;color:#8a969b;display:grid;align-content:center;justify-items:center;text-align:center}.project-inline-empty strong{margin-top:11px;color:#52616a;font-size:12px}.project-inline-empty p{max-width:440px;margin:7px 0 16px;font-size:9px;line-height:1.7}.business-model-content{padding:16px 17px 20px}.model-version-row{display:flex;align-items:center;gap:8px;color:var(--success)}.model-version-row strong{color:#34464f;font-size:11px}.model-version-row code{margin-left:auto;color:#929ca0;font-size:8px;overflow-wrap:anywhere}.business-value-card{margin-top:14px;padding:14px 15px;border:1px solid #dae1da;border-radius:10px;background:#f4f7f2}.business-value-card span{color:#728078;font-size:8px;font-weight:780}.business-value-card p{margin:7px 0 0;color:#405049;font-size:11px;line-height:1.65;overflow-wrap:anywhere}.model-columns{padding:17px 0 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.evidence-heading{padding-top:15px;border-top:1px solid #e5e7e3;display:flex;align-items:center;justify-content:space-between}.evidence-heading h3{margin:5px 0 0;font-size:12px}.evidence-heading>span{height:25px;padding:0 8px;border-radius:999px;background:#e5f1e8;color:var(--success);display:inline-flex;align-items:center;font-size:8px;font-weight:780}.evidence-list{margin-top:9px;display:grid;gap:7px}.evidence-list article{min-height:57px;padding:9px 11px;border:1px solid #e0e4df;border-radius:9px;display:flex;align-items:center;gap:10px}.evidence-check{width:25px;height:25px;flex:0 0 auto;border-radius:7px;background:#e4f1e7;color:var(--success);display:grid;place-items:center}.evidence-list article>div{min-width:0;flex:1;display:grid;gap:3px}.evidence-list strong{font-size:9px;line-height:1.5;overflow-wrap:anywhere}.evidence-list code,.evidence-list small{color:#8b969a;font-size:7px;overflow-wrap:anywhere}.evidence-role{flex:0 0 auto;color:#6e7e75;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px}.no-evidence{margin:11px 0 0;padding:11px;border-radius:8px;background:#fff5ef;color:#995249;display:flex;align-items:center;gap:7px;font-size:9px}.model-history-panel{margin-top:20px;padding-top:18px;border-top:1px solid #e5e7e3}.model-history-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.model-history-heading h3{margin:5px 0 0;font-size:12px}.model-history-heading p{margin:5px 0 0;color:#849097;font-size:8px;line-height:1.5}.model-history-heading>span{height:25px;padding:0 8px;border-radius:999px;background:#eef1ed;color:#697871;display:inline-flex;align-items:center;font-size:8px;font-weight:780}.model-history-loading,.model-history-empty{min-height:58px;margin-top:10px;padding:12px;border:1px dashed #dce0dc;border-radius:9px;background:#fafbf8;color:#7b888e;display:flex;align-items:center;justify-content:center;gap:8px;font-size:9px}.model-history-error{margin-top:10px;padding:12px;border-radius:9px;background:#faecea;color:#8d3833;display:flex;align-items:flex-start;gap:9px}.model-history-error>svg{flex:0 0 auto;margin-top:1px}.model-history-error>div{min-width:0;flex:1;display:grid;gap:4px}.model-history-error strong{font-size:10px}.model-history-error p{margin:0;font-size:8px;line-height:1.5;overflow-wrap:anywhere}.model-history-list{max-height:330px;margin-top:10px;padding-right:2px;display:grid;gap:6px;overflow-y:auto}.model-history-item{min-height:54px;padding:9px 11px;border:1px solid #e0e4df;border-radius:9px;display:flex;align-items:center;gap:10px}.model-history-version{width:34px;height:28px;flex:0 0 auto;border-radius:7px;background:#e9ede8;color:#53655c;display:grid;place-items:center;font-size:9px;font-weight:850}.model-history-item>div{min-width:0;flex:1;display:grid;gap:4px}.model-history-item strong{color:#42535a;font-size:9px;line-height:1.4;overflow-wrap:anywhere}.model-history-item small{color:#899499;font-size:7px}.current-version-tag{height:22px;padding:0 7px;border-radius:999px;background:#e5f1e8;color:var(--success);display:inline-flex;align-items:center;font-size:7px;font-weight:780}.model-compare-workspace{margin-top:12px;padding:13px;border:1px solid #dce1dc;border-radius:10px;background:#f8f9f6}.model-compare-controls{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:end;gap:10px}.model-compare-controls label{min-width:0;display:grid;gap:6px;color:#4e6068;font-size:8px;font-weight:760}.model-compare-controls select{width:100%;height:36px;border:1px solid #d2d8d3;border-radius:8px;padding:0 30px 0 9px;background:#fff;color:#394b53;font-size:9px}.model-compare-controls select:focus-visible,.model-compare-controls button:focus-visible,.model-compare-error button:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 35%,transparent);outline-offset:2px}.model-compare-arrow{align-self:end;margin-bottom:9px;color:#8a969b}.model-compare-hint{margin:9px 0 0;color:#8a633b;font-size:8px}.model-compare-error{margin-top:10px;padding:10px;border-radius:8px;background:#faecea;color:#8d3833;display:flex;align-items:center;gap:7px;font-size:8px;line-height:1.5}.model-compare-error button{margin-left:auto;border:0;background:transparent;color:inherit;font-size:8px;font-weight:780;text-decoration:underline}.model-comparison-result{margin-top:12px}.model-comparison-result>header{padding-bottom:9px;border-bottom:1px solid #dfe3df}.model-comparison-result>header>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.model-comparison-result>header strong{color:#3d4e56;font-size:10px}.model-comparison-result>header span{color:#748188;font-size:8px}.model-comparison-empty{min-height:62px;color:var(--success);display:flex;align-items:center;justify-content:center;gap:8px;font-size:9px}.model-comparison-fields{padding-top:9px;display:grid;gap:8px}.model-comparison-fields article{padding:11px;border:1px solid #dde2dd;border-radius:9px;background:#fff}.model-comparison-fields h4{margin:0 0 9px;color:#405159;font-size:9px}.model-comparison-values{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px}.model-comparison-values>div{min-width:0}.model-comparison-values span{color:#7b888e;font-size:7px;font-weight:780}.model-comparison-values pre{min-height:44px;margin:5px 0 0;padding:9px;border-radius:7px;background:#f3f5f1;color:#415259;font:8px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.model-comparison-values>svg{color:#8e999d}.project-detail-skeleton{display:grid;gap:16px}.project-hero-skeleton{height:185px}.project-panel-skeleton{height:380px}.project-panel-skeleton.tall{grid-column:1 / -1;height:300px}.reference-project-card{padding:15px;border:1px solid #dce1dc;border-radius:11px;background:#f4f6f2;display:flex;gap:12px}.reference-project-icon{width:42px;height:42px;flex:0 0 auto;border-radius:11px;background:var(--nav);color:var(--accent);display:grid;place-items:center}.reference-project-card>div{min-width:0;display:grid;gap:5px}.reference-project-card strong{font-size:12px}.reference-project-card code{color:#7f8c91;font-size:8px;overflow-wrap:anywhere}.reference-project-card p{margin:2px 0 0;color:#66757c;font-size:9px;line-height:1.6}.dialog-note{padding:11px;border-radius:9px;background:#f8f0e2;color:#765f3e;display:flex;align-items:flex-start;gap:8px;font-size:9px;line-height:1.6}.dialog-note svg{flex:0 0 auto}.wide-dialog{width:min(790px,100%)}.structured-form{gap:17px!important}.form-grid{display:grid;gap:14px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.form-field{min-width:0;display:grid;gap:7px;color:#34464f;font-size:10px;font-weight:720}.form-field>span{display:inline-flex;gap:3px}.form-field>span i{color:var(--danger);font-style:normal}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #d5dad7;border-radius:9px;background:#fff;color:var(--ink);padding:10px 11px;font-size:11px}.form-field input,.form-field select{height:42px}.form-field textarea{min-height:78px;resize:vertical;line-height:1.55}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#7993a3;outline:3px solid color-mix(in srgb,var(--focus) 35%,transparent);outline-offset:1px}.form-field small{color:#889398;font-size:8px;line-height:1.5;font-weight:500}.intake-form{padding-top:8px!important}.form-section{min-width:0;margin:0;padding:16px;border:1px solid #dfe3df;border-radius:11px}.form-section legend{padding:0 7px;color:#33454e;font-size:11px;font-weight:780}.form-section>p{margin:-2px 0 14px;color:#859197;font-size:8px;line-height:1.5}.form-section>div{display:grid;gap:14px}@media(max-width:1180px){.projects-workspace{grid-template-columns:286px minmax(0,1fr)}.project-detail{padding-inline:24px}.project-section-grid{grid-template-columns:1fr}.project-overview-section,.blueprint-section,.topics-section,.business-model-section{grid-column:1}.model-columns{grid-template-columns:1fr 1fr}}@media(max-width:900px){.completeness-panel{align-items:flex-start;flex-direction:column;gap:14px}.completeness-summary{min-width:0}.topic-list{grid-template-columns:1fr}.project-hero{align-items:flex-start;flex-direction:column}}@media(max-width:760px){.projects-main-content{min-height:calc(100vh - 58px)}.projects-workspace{min-height:calc(100vh - 58px);display:block}.project-rail{position:static;height:auto;min-height:calc(100vh - 58px);padding:24px 15px 40px;border-right:0}.projects-workspace.show-detail .project-rail{display:none}.projects-workspace:not(.show-detail) .project-detail-shell{display:none}.project-detail{padding:18px 15px 55px}.mobile-project-back{margin:13px 15px 0;border:0;background:transparent;color:#50636d;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:740}.project-hero{margin-top:18px;gap:18px}.project-hero h1{font-size:32px}.project-status-actions{width:100%}.project-status-actions .primary-button,.project-status-actions .secondary-button{flex:1}.completeness-panel{padding:15px}.completeness-summary{align-items:flex-start}.project-definition-grid,.model-columns{grid-template-columns:1fr}.project-section-heading{align-items:flex-start;flex-wrap:wrap}.project-section-action{width:100%;margin:2px 0 0 48px}.model-version-row{flex-wrap:wrap}.model-version-row code{width:100%;margin-left:26px}.evidence-list article{align-items:flex-start;flex-wrap:wrap}.evidence-role{margin-left:35px}.model-history-heading{gap:12px}.model-history-item{align-items:flex-start;flex-wrap:wrap}.current-version-tag{margin-left:44px}.model-compare-controls{grid-template-columns:1fr}.model-compare-controls .model-compare-arrow{display:none}.model-compare-controls .compact-button{width:100%;justify-content:center}.model-comparison-result>header>div{align-items:flex-start;flex-direction:column;gap:4px}.model-comparison-values{grid-template-columns:1fr}.model-comparison-values>svg{margin:0 auto;transform:rotate(90deg)}.form-grid.two-columns,.form-grid.three-columns{grid-template-columns:1fr}.wide-dialog{width:100%}.project-dialog form{padding-inline:16px}.project-dialog>header{padding-inline:16px}}
