:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8edf7;font-synthesis:none;--bg:#0b1019;--surface:#111a28;--surface-2:#172234;--line:#26344a;--muted:#8e9bb1;--text:#e8edf7;--accent:#7c9cff;--accent-2:#52d6b2;--danger:#ff6f7d;--warning:#ffbd66;--radius:14px;background:#0b1019;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:radial-gradient(circle at 80% -10%, #415ca02e, transparent 30%), var(--bg);min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}a:hover{color:#aebeff}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}:focus-visible{outline:2px solid var(--accent)}code{overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,monospace}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem)}h2{letter-spacing:-.02em}p{line-height:1.6}.app-shell{min-height:100vh}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b1019e0;border-bottom:1px solid #53698a4d;justify-content:space-between;align-items:center;min-height:72px;padding:12px clamp(18px,4vw,48px);display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:12px;display:flex}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.01em;font-size:.95rem}.brand small{color:var(--muted);margin-top:2px;font-size:.72rem}.brand-mark{color:#071119;background:linear-gradient(135deg, var(--accent), var(--accent-2));border-radius:11px;place-items:center;width:38px;height:38px;font-weight:900;display:inline-grid;box-shadow:0 10px 30px #52d6b229}.brand-mark.large{border-radius:16px;width:54px;height:54px;margin-bottom:10px;font-size:1.4rem}.topbar-actions{align-items:center;gap:12px;display:flex}.actor-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.82rem;overflow:hidden}.locale-picker select{min-width:64px}.page{padding:clamp(24px,4vw,54px) clamp(18px,4vw,48px) 80px}.content-width{width:min(1440px,100%);margin:0 auto}.content-width.narrow{width:min(1120px,100%)}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-heading p{color:var(--muted);margin-bottom:0}.eyebrow{color:var(--accent-2);text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px;font-size:.68rem;font-weight:750;display:block}.breadcrumbs{color:var(--muted);gap:8px;margin-bottom:24px;font-size:.82rem;display:flex}.breadcrumbs a{color:#bdc9df}.panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(150deg,#182335f0,#0f1826f0);padding:clamp(18px,2.5vw,28px);box-shadow:0 14px 40px #0000001f}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.section-heading h2{margin-bottom:0;font-size:1.25rem}.section-heading .eyebrow{margin-bottom:5px}.muted{color:var(--muted)}.lead-copy{color:#b8c5d9;font-size:1.04rem}.button{color:var(--text);background:var(--surface-2);cursor:pointer;border:1px solid #0000;border-radius:9px;padding:10px 15px;font-weight:700;transition:transform .15s,background .15s,border-color .15s}.button:hover:not(:disabled){border-color:#5e7190;transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait}.button.primary{color:#09101b;background:linear-gradient(135deg,#89a5ff,#58d9b8)}.button.secondary{background:#1b2940;border-color:#3e5270}.button.ghost{background:0 0;border-color:#2b3a50}.button.small{padding:7px 10px;font-size:.78rem}.button.full{width:100%}.action-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}input,select,textarea{width:100%;color:var(--text);background:#0d1522;border:1px solid #32445f;border-radius:9px;padding:10px 12px}textarea{resize:vertical}label{color:#c8d3e5;gap:7px;font-size:.85rem;font-weight:650;display:grid}.inline-form{gap:9px;min-width:min(100%,420px);display:flex}.vertical-form{gap:14px;display:grid}.vertical-form.compact{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.center-screen{place-items:center;min-height:100vh;padding:20px;display:grid}.auth-background{background:radial-gradient(circle at 20% 10%,#7c9cff33,#0000 33%),radial-gradient(circle at 80% 90%,#52d6b21f,#0000 30%)}.auth-panel{gap:16px;width:min(480px,100%);display:grid}.auth-panel p{color:var(--muted)}.error-box{background:#9d273747;border:1px solid #ff6f7d80;border-radius:9px;padding:11px 13px;color:#ffd7dc!important}.spinner{border:3px solid #2c3d58;border-top-color:var(--accent);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.workspace-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:16px;display:grid}.workspace-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#131e2e,#0f1725);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:114px;padding:20px;transition:transform .18s,border-color .18s;display:grid}.workspace-card:hover{color:var(--text);border-color:#536b91;transform:translateY(-2px)}.workspace-card h2{margin:0 0 5px;font-size:1.05rem}.workspace-card p{color:var(--muted);margin:0;font-size:.78rem}.workspace-icon{color:#aebeff;background:#1c2a42;border:1px solid #465c80;border-radius:13px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.arrow{color:var(--accent-2);font-size:1.4rem}.empty-state{text-align:center;padding:70px 20px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.metric-card{border-radius:var(--radius);border:1px solid var(--line);background:#111a28cc;grid-template-columns:1fr auto;align-items:end;min-height:116px;padding:18px;display:grid}.metric-card>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.metric-card strong{letter-spacing:-.05em;color:#dce4f3;grid-area:1/2/3;font-size:2.35rem}.metric-card small{color:#7988a0}.metric-card.danger{background:#531b284d;border-color:#ff6f7d80}.metric-card.danger strong{color:#ff9eaa}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(290px,.85fr);gap:16px;margin-bottom:16px;display:grid}.span-2{min-width:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.84rem}th{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;text-align:left;font-size:.68rem}th,td{vertical-align:top;border-bottom:1px solid #37486380;padding:13px 10px}td:nth-child(3){color:#aab8cc;max-width:380px}.stack-list{gap:10px;display:grid}.agent-row,.repo-row{border-bottom:1px solid #37486380;align-items:center;gap:10px;padding:11px 0;display:flex}.agent-row>div,.repo-row>div{flex:1;min-width:0}.agent-row strong,.agent-row small,.repo-row strong,.repo-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.agent-row small,.repo-row small{color:var(--muted);margin-top:3px;font-size:.72rem}.presence{background:#68778e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #68778e1f}.presence.active{background:var(--accent-2);box-shadow:0 0 0 4px #52d6b21f}.live-pill{color:#8ce7cc;background:#2267542e;border:1px solid #52d6b24d;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:.75rem;display:inline-flex}.live-pill i{background:var(--accent-2);border-radius:50%;width:7px;height:7px}.status{white-space:nowrap;color:#aebbd0;letter-spacing:.04em;text-transform:uppercase;background:#172236;border:1px solid #3c4c65;border-radius:999px;align-items:center;padding:4px 8px;font-size:.65rem;font-weight:750;display:inline-flex}.status-active,.status-coordinated,.status-completed,.status-published,.status-resolved{color:#95e7cf;background:#2267542e;border-color:#52d6b259}.status-failed,.status-blocked,.status-cancelled,.status-uncoordinated{color:#ffacb5;background:#7824303b;border-color:#ff6f7d66}.status-write,.status-modified,.status-create,.status-added{color:#b9c5ff;background:#3b4b8140;border-color:#7c9cff66}.status-read,.status-draft{color:#ffd294;background:#734d1d33;border-color:#ffbd6659}.version-pill{color:#b8c5d9;border:1px solid #3a4c67;border-radius:8px;padding:5px 9px;font-size:.72rem;display:inline-flex}.incident-grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:10px;display:grid}.incident-card{background:#131e2e;border:1px solid #33445f;border-left-width:4px;border-radius:11px;justify-content:space-between;gap:14px;padding:16px;display:flex}.incident-card h3{margin:7px 0 4px;font-size:.95rem}.incident-card p{color:var(--muted);margin:0;font-size:.74rem}.severity-critical{border-left-color:#ff6f7d}.severity-high{border-left-color:#ff9e68}.severity-medium{border-left-color:#ffcf72}.severity-low,.severity-info{border-left-color:#7c9cff}.severity-label{text-transform:uppercase;letter-spacing:.11em;color:#ff9ca7;font-size:.62rem;font-weight:850;display:inline-flex}.success-empty{text-align:center;color:#8ce7cc;background:#22675424;border:1px dashed #52d6b24d;border-radius:10px;padding:22px}.timeline{margin:0;padding:0;list-style:none}.timeline li{gap:12px;padding:8px 0 8px 4px;display:flex;position:relative}.timeline-dot{background:var(--accent);border-radius:50%;flex:none;width:8px;height:8px;margin-top:5px}.timeline strong,.timeline small{display:block}.timeline strong{font-size:.78rem;font-weight:650}.timeline small{color:var(--muted);margin-top:2px;font-size:.68rem}.secret-box{background:#0b1421;border:1px solid #446083;border-radius:10px;gap:8px;margin-top:16px;padding:14px;display:grid}.secret-box code{-webkit-user-select:all;user-select:all;color:#9ae2cf;font-size:.72rem}.resource-columns,.party-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.resource-columns h3{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.resource-list{gap:7px;display:grid}.resource-row{background:#0b1421a6;border:1px solid #293a53;border-radius:9px;grid-template-columns:auto 1fr;gap:7px 10px;padding:10px;display:grid}.resource-row code{align-self:center;font-size:.76rem}.resource-row small{color:var(--muted);grid-column:2}.resource-row.inactive{opacity:.52}.git-ref,.context-card,.resolution-card{background:#0b14218c;border:1px solid #2e405b;border-radius:9px;margin-bottom:9px;padding:12px}.git-ref code,.git-ref small{display:block}.git-ref small,.context-card small,.resolution-card small{color:var(--muted);margin-top:5px}.context-card p,.resolution-card p{margin:10px 0 0}.reviewed,.unreviewed{margin-left:8px;font-size:.68rem}.reviewed{color:#85dec4}.unreviewed{color:#ffca84}.party-grid{margin-bottom:16px}.party-grid dl{color:var(--muted);grid-template-columns:auto 1fr;gap:7px 12px;font-size:.76rem;display:grid}.party-grid dt{font-weight:750}.party-grid dd{color:#bdc8da;margin:0}.negotiation-flow,.message-list{gap:10px;display:grid}.turn-card,.message-list article{background:#101a29;border-left:3px solid #617db7;border-radius:7px;padding:13px}.turn-card small,.message-list small{color:var(--muted)}.turn-card p,.message-list p{white-space:pre-wrap;margin:7px 0 0}blockquote{border-left:3px solid var(--accent-2);color:#c8ded8;background:#52d6b214;margin:10px 0 0;padding:10px 12px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}@media (width<=900px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.resource-columns,.party-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.actor-name{display:none}}@media (width<=620px){.topbar{min-height:62px;padding:10px 14px}.brand small,.topbar .button{display:none}.page{padding:22px 14px 60px}.page-heading{flex-direction:column;align-items:flex-start}.inline-form{flex-direction:column;width:100%}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:96px;padding:13px}.metric-card strong{font-size:1.9rem}.panel{padding:17px}}
