.chat-page{min-width:0}.chat-page-header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.chat-layout{grid-template-columns:minmax(220px,290px) minmax(420px,1fr) minmax(260px,340px);align-items:start;gap:1rem;display:grid}.chat-conversations,.chat-context{max-height:calc(100vh - 94px);position:sticky;top:74px;overflow:auto}.chat-context{gap:1rem;display:grid}.chat-new-form,.chat-task-form{gap:.65rem;display:grid}.chat-new-form label,.chat-task-form label,.chat-composer label,.chat-reference-row label{color:var(--muted);gap:.3rem;font-size:.78rem;display:grid}.chat-new-form input,.chat-new-form select,.chat-task-form input,.chat-reference-row input,.chat-reference-row select{width:100%;min-width:0}.chat-new-form textarea,.chat-task-form textarea,.chat-composer textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--text);font:inherit;background:#090d15;border-radius:8px;padding:.72rem .8rem}.chat-form-pair{grid-template-columns:80px minmax(0,1fr);gap:.55rem;display:grid}.chat-conversation-list{gap:.45rem;margin-top:1rem;display:grid}.chat-conversation-row{text-align:left;background:var(--surface);gap:.35rem;width:100%;display:grid}.chat-conversation-row>span{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.chat-conversation-row small{color:var(--muted);overflow-wrap:anywhere}.chat-conversation-row.selected{border-color:var(--accent-strong);background:#132334}.chat-thread{flex-direction:column;min-width:0;min-height:72vh;display:flex}.chat-thread-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:1rem;padding-bottom:.9rem;display:flex}.chat-thread-header h2{margin:.15rem 0 .45rem;font-size:1.35rem}.chat-meta-line{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.chat-boundary-note{color:#fde68a;background:#6b522124;border:1px solid #6b5221;border-radius:8px;margin:.85rem 0 0;padding:.65rem .75rem;font-size:.8rem}.chat-messages{flex-direction:column;gap:.8rem;min-height:280px;max-height:58vh;padding:1rem 0;display:flex;overflow-y:auto}.chat-message{border:1px solid var(--line);background:var(--surface);border-radius:12px;max-width:88%;padding:.8rem}.chat-message-user{background:#132334;align-self:flex-end}.chat-message-assistant,.chat-message-system,.chat-message-tool,.chat-message-event{align-self:flex-start}.chat-message.selected{border-color:var(--accent-strong)}.chat-message header{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;gap:1rem;font-size:.72rem;display:flex}.chat-message header strong{color:var(--text)}.chat-message header small{text-transform:none;letter-spacing:0;overflow-wrap:anywhere;margin-top:.15rem;display:block}.chat-message-content p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.65rem 0 0;line-height:1.5}.chat-message-content pre{font-size:.78rem}.chat-message-action{margin-top:.65rem;padding:.35rem .55rem;font-size:.75rem}.chat-redacted{color:var(--muted);font-style:italic}.chat-reference-chips{flex-wrap:wrap;gap:.4rem;margin-top:.65rem;display:flex}.chat-reference-chip{border:1px solid var(--line);max-width:100%;color:var(--accent);border-radius:999px;align-items:center;gap:.4rem;padding:.28rem .5rem;font-size:.72rem;text-decoration:none;display:inline-flex}.chat-reference-chip span{color:var(--muted)}.chat-reference-chip code{text-overflow:ellipsis;overflow:hidden}.chat-composer{border-top:1px solid var(--line);margin-top:auto;padding-top:.9rem}.chat-reference-row{grid-template-columns:minmax(120px,.65fr) minmax(180px,1fr) auto;align-items:end;gap:.55rem;margin-top:.55rem;display:grid}.chat-context-groups{gap:.8rem;display:grid}.chat-context-group{border-bottom:1px solid var(--line);gap:.3rem;padding-bottom:.65rem;display:grid}.chat-context-group>strong{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.chat-context-group a{color:var(--accent);overflow-wrap:anywhere;text-decoration:none}.chat-secondary{color:var(--muted);font-size:.8rem;line-height:1.4}.chat-activity-list{gap:.55rem;display:grid}.chat-activity-item{border-bottom:1px solid var(--line);gap:.25rem;padding:.55rem 0;display:grid}.chat-activity-item>div{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.chat-activity-item a{color:var(--accent);text-decoration:none}.chat-activity-item small{color:var(--muted)}.chat-authoritative{color:var(--success);border:1px solid #225d37;border-radius:999px;padding:.14rem .4rem;font-size:.65rem;display:inline-flex}.chat-selected-message{border:1px solid var(--line);overflow-wrap:anywhere;background:#090d15;border-radius:8px;margin:.6rem 0 .8rem;padding:.55rem}.chat-task-form+.chat-task-form{border-top:1px solid var(--line);margin-top:.8rem;padding-top:.8rem}.chat-task-form.compact{grid-template-columns:minmax(0,1fr) auto;align-items:end}.chat-export{max-height:320px;font-size:.72rem}@media (width<=1260px){.chat-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.chat-context{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;position:static}.chat-context>.card:last-child{grid-column:1/-1}}@media (width<=900px){.chat-layout{grid-template-columns:1fr}.chat-conversations{max-height:none;position:static}.chat-conversation-list{max-height:280px;overflow:auto}.chat-context{grid-template-columns:1fr}.chat-context>.card:last-child{grid-column:auto}.chat-thread-header{flex-direction:column}}@media (width<=620px){.chat-reference-row,.chat-task-form.compact,.chat-form-pair{grid-template-columns:1fr}.chat-message{max-width:100%}.chat-thread{min-height:0}.chat-messages{max-height:none}}:root{color:#eef2ff;font-synthesis:none;--surface:#111722;--surface-2:#171f2d;--surface-raised:#1a2332;--sidebar:#0a0f18;--line:#293244;--line-soft:#202838;--muted:#95a1b6;--text:#eef2ff;--accent:#7dd3fc;--accent-strong:#38bdf8;--danger:#fb7185;--warning:#fbbf24;--success:#4ade80;background:#080b12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 80% 0,#13243d 0,#080b12 35%);margin:0}a{color:inherit}button,input,select{font:inherit;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:8px;padding:.62rem .78rem}button{cursor:pointer}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent-strong);color:#061018;border-color:var(--accent-strong);font-weight:700}button.secondary{background:var(--surface);color:var(--text)}button.secondary.active{border-color:var(--accent-strong);color:var(--accent)}button.danger{color:#fecdd3;background:#6b263440;border-color:#6b2634}code,pre{font-family:SFMono-Regular,Consolas,monospace}pre{border:1px solid var(--line);background:#090d15;border-radius:8px;padding:1rem;overflow:auto}.skip-link{z-index:99;background:var(--accent);color:#061018;padding:.7rem;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.app-shell{grid-template-columns:276px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line-soft);scrollbar-width:thin;scrollbar-color:var(--line) transparent;background:#0a0f18f7;height:100vh;padding:.85rem .75rem 1.25rem;position:sticky;top:0;overflow-y:auto}.brand{border-bottom:1px solid var(--line-soft);align-items:center;gap:.75rem;margin-bottom:.35rem;padding:.45rem .5rem 1rem;display:flex}.brand-mark{object-fit:contain;filter:drop-shadow(0 4px 10px #38bdf82e);flex:none;width:2.4rem;height:2.4rem}.brand-copy{min-width:0}.brand strong,.brand small{display:block}.brand strong{letter-spacing:-.01em;font-size:.92rem}.brand small{color:var(--muted);margin-top:.12rem;font-size:.72rem}.primary-navigation{padding-top:.15rem}.nav-group{margin:.75rem 0 1rem}.nav-group-label{text-transform:uppercase;letter-spacing:.13em;color:#718096;padding:.25rem .65rem .32rem;font-size:.65rem;font-weight:700;display:block}.nav-group-links{gap:.08rem;display:grid}.nav-group a{color:#cbd5e1;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:.6rem;min-height:35px;padding:.48rem .65rem;text-decoration:none;display:flex}.nav-group a:hover{color:#fff;background:#171f2db8}.nav-group a.active{background:var(--surface-2);color:#fff;border-color:var(--line-soft);box-shadow:inset 2px 0 0 var(--accent-strong)}.nav-link-label{overflow-wrap:anywhere;min-width:0}.nav-badge{color:var(--accent);letter-spacing:.03em;text-transform:uppercase;border:1px solid #36536d;border-radius:999px;flex:none;padding:.08rem .34rem;font-size:.58rem;font-weight:700}.workspace{min-width:0}.topbar{border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#080b12d1;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.65rem clamp(1rem,2.4vw,2rem);display:flex;position:sticky;top:0}.topbar-leading{align-items:center;gap:.75rem;min-width:0;display:flex}.menu-button{display:none}.page-context{gap:.08rem;min-width:0;display:grid}.page-context span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:700}.page-context strong{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:650;overflow:hidden}.api-indicator{color:var(--muted);border:1px solid var(--line-soft);background:#111722b8;border-radius:999px;flex:none;align-items:center;gap:.45rem;padding:.35rem .55rem;font-size:.78rem;display:flex}.dot{background:var(--danger);border-radius:50%;width:.5rem;height:.5rem}.dot-ready{background:var(--success)}main{max-width:1500px;margin:0 auto;padding:1.8rem clamp(1rem,3vw,3rem) 5rem}.stack{gap:1.2rem;display:grid}.page-header{padding-bottom:.15rem}.page-header h1{letter-spacing:-.035em;margin:.1rem 0 .4rem;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.08}.page-header p{color:var(--muted);max-width:68ch;margin:0;line-height:1.55}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--accent)!important}.detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-status{align-items:center;gap:.6rem;display:flex}.card{border:1px solid var(--line-soft);background:linear-gradient(#171f2dc7,#111722e0);border-radius:14px;padding:1rem;box-shadow:0 12px 32px #0000001f}.card h2{margin:0 0 .9rem;font-size:1rem}.grid-two,.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.metric{background:var(--surface);border:1px solid var(--line-soft);border-radius:11px;padding:.9rem}.metric span{color:var(--muted);font-size:.75rem;display:block}.metric strong{margin-top:.25rem;font-size:1.45rem;display:block}.metric-action{align-content:space-between;gap:.5rem;display:grid}.metric-action button{width:100%}.context-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-content:center;min-height:42px;padding:.55rem .75rem;display:grid}.context-summary span{color:var(--muted);font-size:.72rem}.context-summary strong{overflow-wrap:anywhere}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.72rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}td a{color:var(--accent);text-decoration:none}td code{color:var(--muted);font-size:.75rem}td small{color:var(--muted);margin-top:.2rem;display:block}.status,.live{border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:.2rem .48rem;font-size:.72rem;display:inline-flex}.status-running,.status-starting,.status-ready,.status-active,.live-open{color:var(--accent);border-color:#175c78}.status-succeeded,.status-accepted{color:var(--success);border-color:#225d37}.status-failed,.status-cancelled,.status-timed-out,.status-revoked,.status-archived{color:var(--danger);border-color:#6b2634}.status-waiting,.status-pending,.status-suspended,.live-reconnecting,.live-connecting{color:var(--warning);border-color:#6b5221}.state{border:1px dashed var(--line);color:var(--muted);border-radius:10px;padding:1rem}.state strong{color:var(--text)}.state p{margin:.35rem 0}.state-error{border-color:#6b2634}.state-warning{border-color:#6b5221}.state button{margin-top:.65rem}.toolbar,.actions{flex-wrap:wrap;align-items:end;gap:.6rem;display:flex}.toolbar label{color:var(--muted);font-size:.8rem}.toolbar select{margin-top:.3rem;display:block}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.8rem;display:grid}.form-grid label{color:var(--muted);gap:.3rem;font-size:.8rem;display:grid}.form-grid button{min-height:42px}.compact-field{min-width:190px;color:var(--muted);gap:.2rem;font-size:.72rem;display:grid}.compact-field+.compact-field{margin-top:.45rem}.compact-field input{width:100%;padding:.42rem .55rem}.actions-cell{flex-wrap:wrap;gap:.4rem;min-width:230px;display:flex}.actions-cell button{padding:.42rem .55rem}dl{margin:0}dl>div{border-bottom:1px solid var(--line);grid-template-columns:110px 1fr;gap:.7rem;padding:.45rem 0;display:grid}dt{color:var(--muted)}dd{overflow-wrap:anywhere;margin:0}.reference-group{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr;gap:.6rem;padding:.45rem 0;display:grid}.reference-group ul,.timeline{margin:0;padding:0;list-style:none}.timeline li{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.timeline small{color:var(--muted);margin-top:.2rem;display:block}.terminal-layout{grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.terminal-session-list{padding:.75rem;position:sticky;top:80px}.terminal-session-scroll{gap:.45rem;max-height:70vh;display:grid;overflow:auto}.terminal-session-row{text-align:left;background:var(--surface);gap:.35rem;width:100%;display:grid}.terminal-session-row.selected{border-color:var(--accent-strong);background:#132334}.terminal-session-row>span{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.terminal-session-row small{color:var(--muted);overflow-wrap:anywhere}.terminal-workarea{min-width:0}.terminal-toolbar{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.terminal-toolbar>div{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.terminal-mode{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.72rem}.terminal-warning{color:#fde68a;background:#6b52212e;border:1px solid #6b5221;border-radius:8px;margin-bottom:.8rem;padding:.7rem .8rem;font-size:.82rem}.terminal-viewport{white-space:pre-wrap;overflow-wrap:anywhere;min-height:320px;max-height:62vh;margin:0;display:block}.terminal-viewport span{display:inline}.terminal-stderr{color:#fda4af}.terminal-log{color:#cbd5e1}.terminal-system{color:var(--accent)}.terminal-empty{color:var(--muted);border:1px solid var(--line);background:#090d15;border-radius:8px;place-items:center;display:grid}.terminal-input{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.7rem;margin-top:.8rem;display:grid}.terminal-input textarea{resize:vertical;border:1px solid var(--line);min-height:76px;color:var(--text);font:inherit;background:#090d15;border-radius:8px;padding:.7rem;font-family:SFMono-Regular,Consolas,monospace}.terminal-readonly{color:var(--muted);font-size:.85rem}.terminal-create{grid-template-columns:repeat(4,minmax(0,1fr)) auto}.terminal-filters input{min-width:260px;margin-top:.3rem;display:block}.terminal-context a{color:var(--accent);text-decoration:none}.danger-action{color:#fecdd3;background:#6b263440;border-color:#6b2634}.live-idle,.live-closed{color:var(--muted)}.live-error{color:var(--danger);border-color:#6b2634}@media (width<=1100px){.terminal-create{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:30;width:min(86vw,300px);display:none;position:fixed;box-shadow:20px 0 60px #00000073}.sidebar-open{display:block}.menu-button{display:inline-flex}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.terminal-layout{grid-template-columns:1fr}.terminal-session-list{position:static}.terminal-session-scroll{max-height:320px}}@media (width<=680px){.topbar{min-height:58px;padding:.55rem .8rem}.page-context span{display:none}.page-context strong{font-size:.86rem}.api-indicator{padding:.3rem .45rem}main{padding-top:1.2rem}.grid-two,.two-column,.form-grid,.metrics,.terminal-create{grid-template-columns:1fr}.detail-header,.terminal-toolbar{flex-direction:column;align-items:stretch}.actions-cell{min-width:180px}dl>div,.reference-group{grid-template-columns:1fr;gap:.2rem}.terminal-input{grid-template-columns:1fr}.terminal-filters input{width:100%;min-width:0}}@media (width<=480px){.api-indicator{text-overflow:ellipsis;white-space:nowrap;max-width:43vw;overflow:hidden}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.configuration-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.configuration-field{min-width:0;color:var(--muted);gap:.38rem;font-size:.82rem;display:grid}.configuration-field>span,.configuration-multi-picker legend{color:var(--text);font-weight:700}.configuration-field input,.configuration-field select,.configuration-field textarea,.configuration-multi-picker input{width:100%}.configuration-field textarea{resize:vertical;border:1px solid var(--line);background:var(--surface-2);min-height:96px;color:var(--text);font:inherit;border-radius:8px;padding:.62rem .78rem}.configuration-field small,.configuration-checkbox small,.configuration-multi-picker>small,.configuration-resource-list span,.team-member-editor small{color:var(--muted)}.configuration-checkbox{border:1px solid var(--line);background:#1117228c;border-radius:8px;align-items:flex-start;gap:.65rem;padding:.62rem .7rem;display:flex}.configuration-checkbox input{width:auto;margin-top:.2rem}.configuration-checkbox span{gap:.15rem;display:grid}.configuration-multi-picker{border:1px solid var(--line);border-radius:10px;min-width:0;margin:0;padding:.8rem}.configuration-multi-picker legend{padding:0 .35rem}.configuration-option-list{gap:.42rem;max-height:310px;margin-top:.65rem;padding-right:.2rem;display:grid;overflow:auto}.configuration-option{border:1px solid #0000;border-radius:7px;align-items:flex-start;gap:.6rem;padding:.5rem .6rem;display:flex}.configuration-option:hover{border-color:var(--line);background:var(--surface)}.configuration-option input{width:auto;margin-top:.2rem}.configuration-option span{gap:.12rem;min-width:0;display:grid}.configuration-option small{color:var(--muted);overflow-wrap:anywhere}.missing-reference{border-color:#6b5221}.configuration-bar{z-index:8;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080b12f0;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex;position:sticky;bottom:1rem;box-shadow:0 12px 35px #00000059}.configuration-area-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.configuration-area-card{min-height:118px;color:inherit;border:1px solid var(--line);background:linear-gradient(#171f2ddb,#111722e6);border-radius:12px;gap:.35rem;padding:1rem;text-decoration:none;display:grid}.configuration-area-card:hover,.configuration-area-card:focus-visible{border-color:var(--accent)}.configuration-area-card strong{color:var(--accent)}.configuration-area-card span{color:var(--muted)}.configuration-resource-list{gap:.5rem;margin-top:1rem;display:grid}.configuration-resource-list li{border-bottom:1px solid var(--line);gap:.15rem;padding:.55rem 0;display:grid}.configuration-resource-list a{color:var(--accent);text-decoration:none}.button-link{border:1px solid var(--line);color:var(--text);background:var(--surface-2);border-radius:8px;justify-content:center;align-items:center;padding:.62rem .78rem;text-decoration:none;display:inline-flex}.button-link:hover,.button-link:focus-visible{border-color:var(--accent)}.button-link.primary{color:#061018;background:var(--accent-strong);border-color:var(--accent-strong);font-weight:700}.member-picker{grid-template-columns:repeat(2,minmax(0,1fr));max-height:360px}.team-member-editor{border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:minmax(180px,1.2fr) minmax(180px,1fr) minmax(160px,.8fr) minmax(220px,1fr);align-items:end;gap:.7rem;margin-top:.8rem;padding:.8rem;display:grid}@media (width<=1100px){.configuration-area-grid,.team-member-editor{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.configuration-grid,.configuration-area-grid,.member-picker,.team-member-editor{grid-template-columns:1fr}.configuration-bar{flex-direction:column;align-items:stretch;bottom:.5rem}.configuration-bar .actions{width:100%}.configuration-bar button{flex:1}}main>.stack{grid-template-columns:minmax(0,1fr);gap:1.35rem;min-width:0}.page-header{padding:.1rem 0 .3rem}.page-header h1{text-wrap:balance;max-width:22ch}.page-header p:not(.eyebrow){max-width:72ch;font-size:.95rem;line-height:1.55}.eyebrow{margin-bottom:.28rem!important}.card{border-color:var(--line-soft,var(--line));padding:1.1rem 1.15rem;box-shadow:0 10px 28px #00000021}.card h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:.95rem;font-weight:700}.grid-two,.two-column{gap:1.1rem}.metrics{gap:.9rem}.metric{border-color:var(--line-soft,var(--line));background:linear-gradient(#171f2db8,#111722eb);align-content:space-between;gap:.55rem;min-height:92px;padding:1rem;display:grid}.metric span{letter-spacing:.08em;text-transform:uppercase;font-size:.69rem;font-weight:700}.metric strong{font-variant-numeric:tabular-nums;letter-spacing:-.025em;margin-top:0;font-size:1.55rem}.table-wrap{border:1px solid var(--line-soft,var(--line));background:#090d1547;border-radius:10px}.card>.table-wrap{border-color:var(--line-soft,var(--line))}table{font-size:.9rem}th,td{padding:.76rem .82rem}th{letter-spacing:.09em;background:#090d1585;font-size:.67rem;font-weight:750}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#171f2d57}td a{font-weight:600}.toolbar{border:1px solid var(--line-soft,var(--line));background:#1117228c;border-radius:10px;align-items:end;padding:.7rem .75rem}.toolbar label,.form-grid label{font-weight:600}textarea{font:inherit;border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:8px;padding:.62rem .78rem}textarea:disabled{opacity:.58;cursor:not-allowed}button,input,select,textarea{transition:border-color .12s,background-color .12s,box-shadow .12s}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:focus,select:focus,textarea:focus{border-color:#36536d;box-shadow:0 0 0 2px #38bdf814}.state{border-style:solid;border-color:var(--line-soft,var(--line));background:#11172280;line-height:1.45}.state-error{background:#6b26341f}.state-warning{background:#6b52211f}.status,.live{font-weight:650}.actions,.button-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.task-project-actions{min-width:0}.task-project-actions select{flex:220px;min-width:0;max-width:100%}.actions button,.actions-cell button,.button-row button{min-height:36px}.pagination{border-top:1px solid var(--line-soft,var(--line));color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;margin-top:.9rem;padding-top:.85rem;font-size:.8rem;display:flex}.pagination .actions{margin-left:auto}.definition-list>div{grid-template-columns:minmax(110px,.38fr) minmax(0,1fr);gap:.8rem}.definition-list dt{font-size:.78rem;font-weight:600}.definition-list dd{overflow-wrap:anywhere;min-width:0}dl>div:last-child,.reference-group:last-child,.timeline li:last-child{border-bottom:0}@media (width<=980px){.page-header h1{max-width:none}}@media (width<=680px){main>.stack{gap:1.1rem}.card{padding:.95rem}.table-wrap{border-radius:8px}th,td{padding:.66rem .7rem}.toolbar{align-items:stretch}.detail-header{flex-direction:column}.detail-status{justify-content:flex-start}.timeline li{flex-direction:column;align-items:flex-start;gap:.35rem}.timeline li>*{min-width:0;max-width:100%}.timeline li code{overflow-wrap:anywhere}.pagination{align-items:stretch}.pagination .actions{width:100%;margin-left:0}.pagination .actions button{flex:1}}main[data-route=\/]>.stack{gap:1.45rem}main[data-route=\/] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 88% 8%,#38bdf817,#0000 34%),linear-gradient(#171f2da8,#111722d1);border-radius:14px;padding:1.35rem 1.4rem 1.45rem;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000001c}main[data-route=\/] .page-header h1{max-width:none;margin-top:.16rem;font-size:clamp(2rem,3.4vw,3rem)}main[data-route=\/] .page-header p:not(.eyebrow){max-width:62ch}main[data-route=\/]>.stack>.metrics{grid-template-columns:1.15fr repeat(3,minmax(0,1fr))}main[data-route=\/]>.stack>.metrics>.metric:first-child{background:linear-gradient(#17304299,#111722f0);border-color:#36536d}main[data-route=\/]>.stack>.metrics>.metric:first-child strong{color:var(--accent)}main[data-route=\/]>.stack>.grid-two{align-items:stretch;gap:1.15rem}main[data-route=\/]>.stack>.grid-two>.card{min-width:0;min-height:250px}main[data-route=\/]>.stack>.grid-two>.card h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.75rem}main[data-route=\/]>.stack>.grid-two>.card .table-wrap{margin-top:-.1rem}@media (width<=1180px){main[data-route=\/]>.stack>.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){main[data-route=\/] .page-header{border-radius:11px;padding:1.05rem}main[data-route=\/]>.stack>.metrics{grid-template-columns:1fr}main[data-route=\/]>.stack>.grid-two>.card{min-height:0}}main[data-route=\/agents]>.stack{gap:1.15rem}main[data-route=\/agents] .page-header{border-bottom:1px solid var(--line-soft,var(--line));align-items:center;padding-bottom:.55rem}main[data-route=\/agents] .page-header>div:first-child{min-width:0}main[data-route=\/agents] .page-header .primary{flex:none;min-height:40px;padding-inline:1rem}main[data-route=\/agents]>.stack>.metrics{grid-template-columns:repeat(4,minmax(150px,1fr))}main[data-route=\/agents]>.stack>.metrics .metric:first-child{background:linear-gradient(#1636468f,#111722f0);border-color:#315b70}main[data-route=\/agents]>.stack>.metrics .metric:nth-child(2),main[data-route=\/agents]>.stack>.metrics .metric:nth-child(4){background:linear-gradient(#1c302d7a,#111722f0)}main[data-route=\/agents]>.stack>.card{padding:0;overflow:hidden}main[data-route=\/agents]>.stack>.card>h2{border-bottom:1px solid var(--line-soft,var(--line));background:#090d1557;margin:0;padding:.95rem 1.15rem}main[data-route=\/agents]>.stack>.card>.state{margin:1rem 1.15rem 0}main[data-route=\/agents]>.stack>.card>.table-wrap{background:0 0;border:0;border-radius:0}main[data-route=\/agents]>.stack>.card>.table-wrap th{z-index:1;position:sticky;top:0}main[data-route=\/agents]>.stack>.card>.table-wrap td:first-child{min-width:220px}main[data-route=\/agents]>.stack>.card>.table-wrap td:first-child a{font-weight:700}main[data-route=\/agents]>.stack>.card>:last-child:not(.table-wrap){margin:.85rem 1.15rem 1rem}main[data-route^="/agents/"] .page-header{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.75rem}main[data-route^="/agents/"] .detail-status{border:1px solid var(--line-soft,var(--line));color:var(--muted);background:#11172299;border-radius:10px;flex:none;padding:.45rem .6rem;font-size:.78rem}main[data-route^="/agents/"]>.stack>.actions{border:1px solid var(--line-soft,var(--line));background:#1117226b;border-radius:10px;padding:.65rem .75rem}main[data-route^="/agents/"] .grid-two .card{min-width:0}main[data-route^="/agents/"] .grid-two .card h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.7rem}main[data-route^="/agents/"] dl>div{grid-template-columns:minmax(120px,.72fr) minmax(0,1.6fr)}@media (width<=1100px){main[data-route=\/agents]>.stack>.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){main[data-route=\/agents] .page-header{align-items:stretch}main[data-route=\/agents] .page-header .primary{width:100%}main[data-route=\/agents]>.stack>.metrics{grid-template-columns:1fr}main[data-route=\/agents]>.stack>.card>h2{padding-inline:.95rem}main[data-route^="/agents/"] dl>div{grid-template-columns:1fr}}main[data-route=\/compute]>.stack{gap:1.45rem}main[data-route=\/compute] .page-header{padding:.25rem 0 .55rem}main[data-route=\/compute] .page-header h1{max-width:none}main[data-route=\/compute]>.stack>.card{padding:1.2rem;position:relative;overflow:hidden}main[data-route=\/compute]>.stack>.card:before{content:"";background:linear-gradient(180deg, var(--accent-strong), transparent 78%);opacity:.72;width:3px;position:absolute;inset:0 auto 0 0}main[data-route=\/compute]>.stack>.card>h2{margin-bottom:.38rem;font-size:1.02rem}main[data-route=\/compute]>.stack>.card>p:first-of-type{max-width:78ch;color:var(--muted);margin:0 0 1rem;font-size:.86rem;line-height:1.5}main[data-route=\/compute] .table-wrap{background:#080b1257;border-color:#7dd3fc24}main[data-route=\/compute] table{min-width:880px}main[data-route=\/compute] th{background:#080b12ad}main[data-route=\/compute] td:first-child,main[data-route=\/compute] td:first-child a{font-weight:650}main[data-route^="/compute/"]>.stack{gap:1.25rem}main[data-route^="/compute/"] .page-header{border:1px solid var(--line-soft);background:linear-gradient(135deg,#171f2db8,#080b126b);border-radius:14px;padding:1rem 1.1rem}main[data-route^="/compute/"] .page-header h1{overflow-wrap:anywhere;max-width:34ch;font-size:clamp(1.55rem,2.6vw,2.25rem)}main[data-route^="/compute/"] .page-header code{color:var(--accent);font-size:.82rem}main[data-route^="/compute/"] .card{padding:1.15rem}main[data-route^="/compute/"] .card h2{border-bottom:1px solid var(--line-soft);margin-bottom:.15rem;padding-bottom:.72rem}main[data-route^="/compute/"] .detail-grid{border:1px solid var(--line-soft);background:#080b123d;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:.45rem;display:grid;overflow:hidden}main[data-route^="/compute/"] .detail-grid>div{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(100px,.45fr) minmax(0,1fr);min-width:0;padding:.72rem .8rem}main[data-route^="/compute/"] .detail-grid>div:nth-child(odd){border-right:1px solid var(--line-soft)}main[data-route^="/compute/"] .detail-grid dt{letter-spacing:.025em;font-size:.72rem;font-weight:700}main[data-route^="/compute/"] .detail-grid dd{min-width:0;font-size:.88rem}main[data-route^="/compute/"] .button-row{border-top:1px solid var(--line-soft);flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:1rem;padding-top:.9rem;display:flex}main[data-route^="/compute/"] .button-row button{min-height:36px}main[data-route^="/compute/"] .muted{color:var(--muted);margin:.75rem 0 0;font-size:.79rem;line-height:1.5}main[data-route^="/compute/"] .card .table-wrap{margin-top:.75rem}main[data-route^="/compute/"] .card ul{line-height:1.55}@media (width<=900px){main[data-route^="/compute/"] .detail-grid{grid-template-columns:1fr}main[data-route^="/compute/"] .detail-grid>div:nth-child(odd){border-right:0}}@media (width<=680px){main[data-route=\/compute]>.stack>.card,main[data-route^="/compute/"] .card{padding:.95rem}main[data-route^="/compute/"] .page-header{padding:.85rem .9rem}main[data-route^="/compute/"] .detail-grid>div{grid-template-columns:1fr;gap:.22rem;padding:.65rem .7rem}main[data-route^="/compute/"] .button-row{align-items:stretch}main[data-route^="/compute/"] .button-row button{flex:160px}}main[data-route=\/evaluations]>.stack,main[data-route^="/evaluations/suites/"]>.stack,main[data-route^="/evaluations/runs/"]>.stack{gap:1.4rem}main[data-route=\/evaluations] .page-header,main[data-route^="/evaluations/suites/"] .page-header,main[data-route^="/evaluations/runs/"] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#38bdf814,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/evaluations] .page-header h1,main[data-route^="/evaluations/suites/"] .page-header h1,main[data-route^="/evaluations/runs/"] .page-header h1{margin-bottom:.5rem}main[data-route=\/evaluations] .page-header p:not(.eyebrow),main[data-route^="/evaluations/suites/"] .page-header p:not(.eyebrow),main[data-route^="/evaluations/runs/"] .page-header p:not(.eyebrow){max-width:78ch}main[data-route=\/evaluations] .stack>.card,main[data-route^="/evaluations/suites/"] .stack>.card,main[data-route^="/evaluations/runs/"] .stack>.card{position:relative;overflow:hidden}main[data-route=\/evaluations] .stack>.card:before,main[data-route^="/evaluations/suites/"] .stack>.card:before,main[data-route^="/evaluations/runs/"] .stack>.card:before{content:"";background:linear-gradient(180deg, var(--accent-strong), transparent 78%);opacity:.7;width:2px;position:absolute;inset:0 auto 0 0}main[data-route=\/evaluations] .card h2,main[data-route^="/evaluations/suites/"] .card h2,main[data-route^="/evaluations/runs/"] .card h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/evaluations] .table-wrap,main[data-route^="/evaluations/suites/"] .table-wrap,main[data-route^="/evaluations/runs/"] .table-wrap{margin-top:.15rem}main[data-route=\/evaluations] td:first-child,main[data-route^="/evaluations/suites/"] td:first-child,main[data-route^="/evaluations/runs/"] td:first-child{min-width:170px}main[data-route=\/evaluations] td .canonical-id,main[data-route^="/evaluations/suites/"] td .canonical-id,main[data-route^="/evaluations/runs/"] td .canonical-id{margin-top:.2rem}main[data-route^="/evaluations/suites/"] .card>p,main[data-route^="/evaluations/runs/"] .card>p{color:var(--muted);line-height:1.55}main[data-route^="/evaluations/suites/"] form.stack,main[data-route^="/evaluations/runs/"] form.stack{border:1px solid var(--line-soft,var(--line));background:#090d1552;border-radius:11px;gap:.85rem;margin-top:1rem;padding:.95rem}main[data-route^="/evaluations/suites/"] form.stack>label,main[data-route^="/evaluations/runs/"] form.stack>label{color:var(--muted);gap:.35rem;font-size:.78rem;font-weight:600;display:grid}main[data-route^="/evaluations/suites/"] form.stack input,main[data-route^="/evaluations/suites/"] form.stack select,main[data-route^="/evaluations/suites/"] form.stack textarea,main[data-route^="/evaluations/runs/"] form.stack input,main[data-route^="/evaluations/runs/"] form.stack select,main[data-route^="/evaluations/runs/"] form.stack textarea{width:100%}main[data-route^="/evaluations/suites/"] form.stack textarea,main[data-route^="/evaluations/runs/"] form.stack textarea{resize:vertical;min-height:96px}main[data-route^="/evaluations/suites/"] form.stack button,main[data-route^="/evaluations/runs/"] form.stack button{justify-self:start}main[data-route^="/evaluations/runs/"] .card dl{grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:0 1rem;display:grid}main[data-route^="/evaluations/runs/"] .card dl>dt,main[data-route^="/evaluations/runs/"] .card dl>dd{border-bottom:1px solid var(--line-soft,var(--line));margin:0;padding:.58rem 0}main[data-route^="/evaluations/runs/"] .card dl>dt{color:var(--muted);font-size:.78rem;font-weight:650}main[data-route^="/evaluations/runs/"] .card dl>dd{overflow-wrap:anywhere;min-width:0}main[data-route^="/evaluations/runs/"] .card .stack>div>strong{margin-bottom:.65rem;font-size:.82rem;display:block}main[data-route^="/evaluations/runs/"] .card .stack>p{color:var(--muted);margin:0;line-height:1.5}main[data-route^="/evaluations/runs/"] .card .stack ul{color:var(--muted);margin:.45rem 0 0;padding-left:1.2rem}main[data-route^="/evaluations/runs/"] .card .stack li+li{margin-top:.3rem}@media (width<=760px){main[data-route=\/evaluations] .page-header,main[data-route^="/evaluations/suites/"] .page-header,main[data-route^="/evaluations/runs/"] .page-header{padding:1rem}main[data-route^="/evaluations/runs/"] .card dl{grid-template-columns:1fr;gap:0}main[data-route^="/evaluations/runs/"] .card dl>dt{border-bottom:0;padding-bottom:.18rem}main[data-route^="/evaluations/runs/"] .card dl>dd{padding-top:0;padding-bottom:.7rem}}main[data-route=\/approvals]>.stack,main[data-route^="/approvals/"]>.stack{gap:1.4rem}main[data-route=\/approvals] .page-header,main[data-route^="/approvals/"] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#fbbf2412,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/approvals] .page-header p:not(.eyebrow),main[data-route^="/approvals/"] .page-header p:not(.eyebrow){max-width:80ch}main[data-route=\/approvals] .metrics{grid-template-columns:repeat(3,minmax(0,1fr))}main[data-route=\/approvals] .metric:first-child{background:radial-gradient(circle at 88% 12%,#38bdf817,#0000 38%),linear-gradient(#171f2dd1,#111722f2);border-color:#36536d}main[data-route=\/approvals] .stack>.card,main[data-route^="/approvals/"] .stack>.card,main[data-route^="/approvals/"] .grid-two>.card{min-width:0}main[data-route=\/approvals] .card h2,main[data-route^="/approvals/"] .card h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/approvals] .card>.actions:first-of-type{border:1px solid var(--line-soft,var(--line));background:#090d1547;border-radius:10px;justify-content:space-between;margin-bottom:.9rem;padding:.72rem .78rem}main[data-route=\/approvals] .card>.actions:first-of-type label{color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:inline-flex}main[data-route=\/approvals] .card>.actions:first-of-type input[type=checkbox],main[data-route^="/approvals/"] input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent-strong)}main[data-route=\/approvals] .table-wrap{margin-top:.15rem}main[data-route=\/approvals] th:first-child,main[data-route=\/approvals] td:first-child{min-width:180px}main[data-route=\/approvals] td:nth-child(3){font-weight:650}main[data-route=\/approvals] td:nth-child(4),main[data-route=\/approvals] td:nth-child(5){min-width:150px}main[data-route^="/approvals/"] .detail-header{align-items:center}main[data-route^="/approvals/"] .detail-status{border:1px solid var(--line-soft,var(--line));color:var(--muted);background:#090d1547;border-radius:10px;flex-wrap:wrap;justify-content:flex-end;padding:.55rem .65rem;font-size:.8rem;font-weight:650}main[data-route^="/approvals/"] .grid-two{align-items:stretch}main[data-route^="/approvals/"] .grid-two>.card{height:100%}main[data-route^="/approvals/"] .definition-list>div{grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);gap:1rem;padding:.58rem 0}main[data-route^="/approvals/"] .definition-list dt{text-transform:capitalize;font-size:.75rem;font-weight:650}main[data-route^="/approvals/"] .definition-list dd{overflow-wrap:anywhere;min-width:0}main[data-route^="/approvals/"] .field-wide{gap:.4rem;display:grid}main[data-route^="/approvals/"] .field-wide>span{color:var(--muted);font-size:.78rem;font-weight:650}main[data-route^="/approvals/"] .field-wide textarea{resize:vertical;width:100%;min-height:108px}main[data-route^="/approvals/"] .stack>label:not(.field){color:var(--muted);align-items:flex-start;gap:.55rem;line-height:1.45;display:flex}main[data-route^="/approvals/"] .stack>.actions{border-top:1px solid var(--line-soft,var(--line));padding-top:.8rem}main[data-route^="/approvals/"] .stack>.actions button{min-width:112px}main[data-route^="/approvals/"] .card>p{line-height:1.55}@media (width<=900px){main[data-route=\/approvals] .metrics{grid-template-columns:1fr}}@media (width<=760px){main[data-route=\/approvals] .page-header,main[data-route^="/approvals/"] .page-header{padding:1rem}main[data-route=\/approvals] .card>.actions:first-of-type{align-items:stretch}main[data-route=\/approvals] .card>.actions:first-of-type button{width:100%}main[data-route^="/approvals/"] .detail-header{align-items:flex-start}main[data-route^="/approvals/"] .detail-status{justify-content:flex-start;width:100%}main[data-route^="/approvals/"] .definition-list>div{grid-template-columns:1fr;gap:.18rem}main[data-route^="/approvals/"] .stack>.actions button{flex:1}}main[data-route=\/governance]>.stack,main[data-route^="/governance/proposals/"]>.stack,main[data-route^="/governance/specifications/"]>.stack{gap:1.4rem}main[data-route=\/governance] .page-header,main[data-route^="/governance/proposals/"] .page-header,main[data-route^="/governance/specifications/"] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#a78bfa14,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/governance] .page-header p:not(.eyebrow),main[data-route^="/governance/proposals/"] .page-header p:not(.eyebrow),main[data-route^="/governance/specifications/"] .page-header p:not(.eyebrow){max-width:80ch}main[data-route=\/governance] .card,main[data-route^="/governance/proposals/"] .card,main[data-route^="/governance/specifications/"] .card{min-width:0}main[data-route=\/governance] .card h2,main[data-route^="/governance/proposals/"] .card h2,main[data-route^="/governance/specifications/"] .card h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/governance] .card>.stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;display:grid}main[data-route=\/governance] .card>.stack>label,main[data-route^="/governance/proposals/"] .card>label,main[data-route^="/governance/proposals/"] .card .stack>label,main[data-route^="/governance/specifications/"] .card>label,main[data-route^="/governance/specifications/"] .card .stack>label{color:var(--muted);gap:.38rem;font-size:.8rem;font-weight:650;display:grid}main[data-route=\/governance] .card>.stack>label:nth-of-type(2),main[data-route=\/governance] .card>.stack>label:nth-of-type(3),main[data-route=\/governance] .card>.stack>.actions{grid-column:1/-1}main[data-route=\/governance] .card>.stack input,main[data-route=\/governance] .card>.stack textarea,main[data-route^="/governance/proposals/"] input,main[data-route^="/governance/proposals/"] select,main[data-route^="/governance/proposals/"] textarea,main[data-route^="/governance/specifications/"] input,main[data-route^="/governance/specifications/"] select,main[data-route^="/governance/specifications/"] textarea{width:100%}main[data-route=\/governance] textarea,main[data-route^="/governance/proposals/"] textarea,main[data-route^="/governance/specifications/"] textarea{resize:vertical;min-height:104px}main[data-route=\/governance] small,main[data-route^="/governance/proposals/"] small,main[data-route^="/governance/specifications/"] small{color:var(--muted);font-weight:500}main[data-route=\/governance] .card>.stack>.actions,main[data-route^="/governance/proposals/"] .card .actions,main[data-route^="/governance/specifications/"] .card .actions{border-top:1px solid var(--line-soft,var(--line));padding-top:.8rem}main[data-route=\/governance] .table-wrap{margin-top:.15rem}main[data-route=\/governance] th:first-child,main[data-route=\/governance] td:first-child{min-width:220px}main[data-route=\/governance] td:first-child .canonical-id{margin-top:.22rem}main[data-route=\/governance] td:nth-child(4){white-space:nowrap}main[data-route^="/governance/proposals/"] .page-header p:last-child,main[data-route^="/governance/specifications/"] .page-header p:last-child{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}main[data-route^="/governance/proposals/"] .detail-list,main[data-route^="/governance/specifications/"] .detail-list{grid-template-columns:minmax(150px,.4fr) minmax(0,1fr);gap:0 1rem;margin:0 0 1rem;display:grid}main[data-route^="/governance/proposals/"] .detail-list dt,main[data-route^="/governance/proposals/"] .detail-list dd,main[data-route^="/governance/specifications/"] .detail-list dt,main[data-route^="/governance/specifications/"] .detail-list dd{border-bottom:1px solid var(--line-soft,var(--line));margin:0;padding:.58rem 0}main[data-route^="/governance/proposals/"] .detail-list dt,main[data-route^="/governance/specifications/"] .detail-list dt{color:var(--muted);font-size:.76rem;font-weight:650}main[data-route^="/governance/proposals/"] .detail-list dd,main[data-route^="/governance/specifications/"] .detail-list dd{overflow-wrap:anywhere;min-width:0}main[data-route^="/governance/proposals/"] .card>label+label,main[data-route^="/governance/specifications/"] .card>label+label{margin-top:.8rem}main[data-route^="/governance/proposals/"] .card>.stack,main[data-route^="/governance/specifications/"] .card>.stack{gap:.85rem}main[data-route^="/governance/proposals/"] .card .stack>p,main[data-route^="/governance/specifications/"] .card>p,main[data-route^="/governance/specifications/"] .card .stack>p{color:var(--muted);margin-top:0;line-height:1.55}main[data-route^="/governance/proposals/"] .card .stack>button,main[data-route^="/governance/specifications/"] .card .stack>button{justify-self:start}main[data-route^="/governance/specifications/"] .card>div>strong{margin-top:.85rem;margin-bottom:.35rem;font-size:.8rem;display:block}main[data-route^="/governance/specifications/"] .card>div>ul{color:var(--muted);margin:0;padding-left:1.2rem}main[data-route^="/governance/specifications/"] .card>div>ul li+li{margin-top:.25rem}main[data-route^="/governance/specifications/"] .card code{overflow-wrap:anywhere}main[data-route^="/governance/specifications/"] .stack>.card:last-child>ul{margin:0;padding:0;list-style:none}main[data-route^="/governance/specifications/"] .stack>.card:last-child>ul li{border-bottom:1px solid var(--line-soft,var(--line));color:var(--muted);padding:.62rem 0;line-height:1.45}main[data-route^="/governance/specifications/"] .stack>.card:last-child>ul li:last-child{border-bottom:0}main[data-route^="/governance/specifications/"] .stack>.card:last-child>ul strong{color:var(--text);font-size:.82rem}@media (width<=760px){main[data-route=\/governance] .page-header,main[data-route^="/governance/proposals/"] .page-header,main[data-route^="/governance/specifications/"] .page-header{padding:1rem}main[data-route=\/governance] .card>.stack{grid-template-columns:1fr}main[data-route=\/governance] .card>.stack>label,main[data-route=\/governance] .card>.stack>.actions{grid-column:1}main[data-route^="/governance/proposals/"] .detail-list,main[data-route^="/governance/specifications/"] .detail-list{grid-template-columns:1fr;gap:0}main[data-route^="/governance/proposals/"] .detail-list dt,main[data-route^="/governance/specifications/"] .detail-list dt{border-bottom:0;padding-bottom:.16rem}main[data-route^="/governance/proposals/"] .detail-list dd,main[data-route^="/governance/specifications/"] .detail-list dd{padding-top:0;padding-bottom:.72rem}main[data-route^="/governance/proposals/"] .card .actions button,main[data-route^="/governance/specifications/"] .card .actions button{flex:1}}main[data-route=\/notifications]>.stack{gap:1.4rem}main[data-route=\/notifications] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#22c55e12,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/notifications] .page-header p:not(.eyebrow){max-width:80ch}main[data-route=\/notifications] .metrics{grid-template-columns:repeat(4,minmax(0,1fr))}main[data-route=\/notifications] .metric:last-child{border-color:#36536d}main[data-route=\/notifications]>.stack>.card{min-width:0}main[data-route=\/notifications]>.stack>.card>h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/notifications]>.stack>.card:first-of-type p{color:var(--muted);line-height:1.5}main[data-route=\/notifications]>.stack>.card:first-of-type p+p{margin-top:.35rem}main[data-route=\/notifications] .card>.actions{align-items:end}main[data-route=\/notifications] .card>.actions>label{min-width:150px;color:var(--muted);gap:.35rem;font-size:.78rem;font-weight:650;display:grid}main[data-route=\/notifications] .card>.actions>label select{min-width:150px}main[data-route=\/notifications] .card>.actions>button{min-width:112px}main[data-route=\/notifications] .notification-card{border-color:var(--line-soft,var(--line));box-shadow:none;background:linear-gradient(#171f2db3,#0f141ed1);padding:1rem 1.05rem}main[data-route=\/notifications] .notification-card+.notification-card{margin-top:.15rem}main[data-route=\/notifications] .notification-card .detail-header{border-bottom:1px solid var(--line-soft,var(--line));align-items:flex-start;gap:1rem;padding-bottom:.8rem}main[data-route=\/notifications] .notification-card .eyebrow{color:var(--muted)}main[data-route=\/notifications] .notification-card h2{border:0;margin:.1rem 0 .35rem;padding:0;font-size:1rem;line-height:1.3}main[data-route=\/notifications] .notification-card .detail-status{border:1px solid var(--line-soft,var(--line));background:#090d154d;border-radius:9px;flex-shrink:0;gap:.4rem;padding:.4rem .5rem}main[data-route=\/notifications] .notification-card .definition-list{margin:.85rem 0}main[data-route=\/notifications] .notification-card .definition-list>div{padding:.48rem 0}main[data-route=\/notifications] .notification-card .definition-list dt{text-transform:capitalize}main[data-route=\/notifications] .notification-card>p{color:var(--muted);margin:.75rem 0;font-size:.82rem;line-height:1.5}main[data-route=\/notifications] .notification-card>.actions{border-top:1px solid var(--line-soft,var(--line));padding-top:.75rem}main[data-route=\/notifications] .notification-card>.actions a{align-items:center;min-height:36px;padding:0 .2rem;font-size:.82rem;font-weight:650;display:inline-flex}main[data-route=\/notifications] .notification-card details{border-top:1px dashed var(--line-soft,var(--line));margin-top:.85rem;padding-top:.75rem}main[data-route=\/notifications] .notification-card details summary{cursor:pointer;color:var(--muted);font-size:.78rem;font-weight:650}main[data-route=\/notifications] .notification-card details>.stack{gap:.45rem;margin-top:.65rem}main[data-route=\/notifications] .notification-card details .stack>div{border:1px solid var(--line-soft,var(--line));color:var(--muted);background:#090d1542;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.55rem .65rem;font-size:.78rem;line-height:1.4;display:flex}main[data-route=\/notifications] .notification-card details .stack>div strong{color:var(--text)}main[data-route=\/notifications] .notification-card details button{margin-left:auto}main[data-route=\/notifications] .grid-two{align-items:start}main[data-route=\/notifications] .grid-two>div{min-width:0}main[data-route=\/notifications] .grid-two>div>strong{margin-bottom:.65rem;font-size:.8rem;display:block}main[data-route=\/notifications] .compact-stack{gap:.45rem}main[data-route=\/notifications] .grid-two label{border:1px solid var(--line-soft,var(--line));min-height:38px;color:var(--muted);background:#090d153d;border-radius:8px;align-items:center;gap:.55rem;padding:.46rem .58rem;font-size:.8rem;line-height:1.35;display:flex}main[data-route=\/notifications] .grid-two .compact-stack>label:first-child:has(select){gap:.35rem;padding:.6rem;display:grid}main[data-route=\/notifications] .grid-two label select{width:100%}main[data-route=\/notifications] .grid-two input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent-strong);flex:none}main[data-route=\/notifications] .grid-two+p{border-top:1px solid var(--line-soft,var(--line));color:var(--muted);margin:.9rem 0 0;padding-top:.75rem;font-size:.8rem;line-height:1.45}@media (width<=980px){main[data-route=\/notifications] .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){main[data-route=\/notifications] .page-header{padding:1rem}main[data-route=\/notifications] .metrics{grid-template-columns:1fr}main[data-route=\/notifications] .card>.actions{align-items:stretch}main[data-route=\/notifications] .card>.actions>label,main[data-route=\/notifications] .card>.actions>label select,main[data-route=\/notifications] .card>.actions>button{width:100%;min-width:0}main[data-route=\/notifications] .notification-card .detail-header{flex-direction:column}main[data-route=\/notifications] .notification-card .detail-status{justify-content:flex-start}main[data-route=\/notifications] .notification-card>.actions button{flex:1}main[data-route=\/notifications] .notification-card details button{width:100%;margin-left:0}}main[data-route=\/organizations]>.stack{gap:1.4rem}main[data-route=\/organizations] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#3b82f614,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/organizations] .page-header p:not(.eyebrow){max-width:82ch}main[data-route=\/organizations] .card{min-width:0}main[data-route=\/organizations] .card>h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/organizations] .form-grid{align-items:end;gap:.8rem .9rem}main[data-route=\/organizations] .form-grid>label{min-width:0;color:var(--muted);font-size:.78rem;font-weight:650}main[data-route=\/organizations] .form-grid input,main[data-route=\/organizations] .form-grid select,main[data-route=\/organizations] .form-grid textarea{width:100%}main[data-route=\/organizations] .form-grid textarea{resize:vertical;min-height:112px}main[data-route=\/organizations] .form-grid>button{justify-self:start;min-height:38px}main[data-route=\/organizations] .context-summary{border:1px solid var(--line-soft,var(--line));background:#090d154d;border-radius:9px;align-content:center;gap:.25rem;min-height:64px;padding:.65rem .75rem;display:grid}main[data-route=\/organizations] .context-summary span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.7rem;font-weight:700}main[data-route=\/organizations] .context-summary strong{overflow-wrap:anywhere;min-width:0;font-size:.9rem}main[data-route=\/organizations] .metrics{grid-template-columns:repeat(4,minmax(0,1fr))}main[data-route=\/organizations] .metric strong{overflow-wrap:anywhere;min-width:0;font-size:1.05rem;line-height:1.3}main[data-route=\/organizations] .metric-action{align-content:space-between}main[data-route=\/organizations] .metric-action button{width:100%}main[data-route=\/organizations] .two-column{align-items:stretch}main[data-route=\/organizations] .two-column>.card{height:100%}main[data-route=\/organizations] .two-column .card>p{color:var(--muted);line-height:1.55}main[data-route=\/organizations] .two-column .card>form+form{border-top:1px solid var(--line-soft,var(--line));margin-top:1rem;padding-top:1rem}main[data-route=\/organizations] .muted{color:var(--muted);line-height:1.5}main[data-route=\/organizations] .checkbox-field{border:1px solid var(--line-soft,var(--line));background:#090d153d;border-radius:8px;align-items:center;gap:.55rem;min-height:38px;padding:.5rem .6rem;display:flex!important}main[data-route=\/organizations] .checkbox-field input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent-strong);flex:none}main[data-route=\/organizations] .table-wrap{margin-top:.15rem}main[data-route=\/organizations] table{min-width:760px}main[data-route=\/organizations] td:first-child{min-width:180px}main[data-route=\/organizations] td small{color:var(--muted);margin-top:.15rem;font-size:.72rem;display:block}main[data-route=\/organizations] td .canonical-id{margin-top:.18rem}main[data-route=\/organizations] .compact-field{min-width:180px;color:var(--muted);gap:.35rem;font-size:.72rem;font-weight:600;display:grid}main[data-route=\/organizations] td .compact-field+.compact-field{margin-top:.45rem}main[data-route=\/organizations] .compact-field input,main[data-route=\/organizations] .compact-field select{width:100%;min-width:0}main[data-route=\/organizations] td>.compact-field{min-width:230px}main[data-route=\/organizations] td>.compact-field button{justify-self:start}main[data-route=\/organizations] .actions-cell{min-width:170px}main[data-route=\/organizations] .actions-cell button{width:100%;margin:0 0 .4rem}main[data-route=\/organizations] .actions-cell button:last-child{margin-bottom:0}main[data-route=\/organizations] .stack>.stack{gap:1.1rem}main[data-route=\/organizations] .stack>.stack>.two-column,main[data-route=\/organizations] .stack>.stack>.card{min-width:0}main[data-route=\/organizations] .card>form+p{border-top:1px solid var(--line-soft,var(--line));color:var(--muted);margin-top:.9rem;padding-top:.75rem;font-size:.8rem;line-height:1.5}@media (width<=1080px){main[data-route=\/organizations] .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){main[data-route=\/organizations] .page-header{padding:1rem}main[data-route=\/organizations] .metrics,main[data-route=\/organizations] .form-grid{grid-template-columns:1fr}main[data-route=\/organizations] .form-grid>label,main[data-route=\/organizations] .form-grid>button,main[data-route=\/organizations] .form-grid>p,main[data-route=\/organizations] .context-summary{grid-column:1/-1}main[data-route=\/organizations] .form-grid>button,main[data-route=\/organizations] .metric-action button{width:100%}main[data-route=\/organizations] .actions-cell button{min-height:38px}}main:is([data-route=\/events],[data-route^="/events/"])>.stack,main:is([data-route=\/observability],[data-route^="/observability/"])>.stack{gap:1.4rem}main:is([data-route=\/events],[data-route^="/events/"]) .page-header,main:is([data-route=\/observability],[data-route^="/observability/"]) .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#38bdf814,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main:is([data-route=\/events],[data-route^="/events/"]) .page-header p:not(.eyebrow),main:is([data-route=\/observability],[data-route^="/observability/"]) .page-header p:not(.eyebrow){max-width:82ch}main:is([data-route=\/events],[data-route^="/events/"]) .card,main:is([data-route=\/observability],[data-route^="/observability/"]) .card{min-width:0}main:is([data-route=\/events],[data-route^="/events/"]) .card>h2,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar{gap:.72rem .8rem}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar label,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar label{min-width:min(250px,100%);color:var(--muted);font-size:.76rem;font-weight:650}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar input,main:is([data-route=\/events],[data-route^="/events/"]) .toolbar select,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar input,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar select{width:100%;min-width:0}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar button,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar button{min-height:38px}main:is([data-route=\/events],[data-route^="/events/"]) .card>label,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>label{gap:.3rem;min-width:0;display:grid}main:is([data-route=\/events],[data-route^="/events/"]) .card>label>select,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>label>select{width:100%;min-width:0;max-width:100%}main:is([data-route=\/events],[data-route^="/events/"]) .metrics,main:is([data-route=\/observability],[data-route^="/observability/"]) .metrics{grid-template-columns:repeat(5,minmax(0,1fr))}main:is([data-route=\/events],[data-route^="/events/"]) .metric,main:is([data-route=\/observability],[data-route^="/observability/"]) .metric{min-width:0}main:is([data-route=\/events],[data-route^="/events/"]) .metric strong,main:is([data-route=\/observability],[data-route^="/observability/"]) .metric strong{overflow-wrap:anywhere}main:is([data-route=\/events],[data-route^="/events/"]) .table-wrap,main:is([data-route=\/observability],[data-route^="/observability/"]) .table-wrap{margin-top:.15rem}main:is([data-route=\/events],[data-route^="/events/"]) table,main:is([data-route=\/observability],[data-route^="/observability/"]) table{min-width:820px}main:is([data-route=\/events],[data-route^="/events/"]) th:first-child,main:is([data-route=\/events],[data-route^="/events/"]) td:first-child,main:is([data-route=\/observability],[data-route^="/observability/"]) th:first-child,main:is([data-route=\/observability],[data-route^="/observability/"]) td:first-child{white-space:nowrap}main:is([data-route=\/events],[data-route^="/events/"]) td:nth-child(2),main:is([data-route=\/observability],[data-route^="/observability/"]) td:nth-child(2){min-width:190px}main:is([data-route=\/events],[data-route^="/events/"]) td,main:is([data-route=\/observability],[data-route^="/observability/"]) td{vertical-align:top}main:is([data-route=\/events],[data-route^="/events/"]) td .canonical-id,main:is([data-route=\/observability],[data-route^="/observability/"]) td .canonical-id{margin-top:.2rem}main:is([data-route=\/events],[data-route^="/events/"]) .actions,main:is([data-route=\/observability],[data-route^="/observability/"]) .actions{align-items:flex-start}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar{grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;display:grid}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar label{min-width:0}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar button{justify-self:start}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar+p{border:1px solid var(--line-soft,var(--line));color:var(--muted);background:#090d1547;border-radius:8px;margin:.85rem 0 0;padding:.65rem .75rem;line-height:1.45}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap table{min-width:980px}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap td:first-child{white-space:normal;min-width:260px}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap td:first-child>div{min-width:0}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap td:first-child button{margin-top:.35rem}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap td:nth-child(4){overflow-wrap:anywhere;min-width:220px}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.table-wrap td:nth-child(5){min-width:210px}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>button:last-child{margin-top:.85rem}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>div:not(.table-wrap):not(.toolbar)>p{line-height:1.5}main:is([data-route=\/observability],[data-route^="/observability/"]) .card ul{margin:.5rem 0 0;padding-left:1.2rem}main:is([data-route=\/observability],[data-route^="/observability/"]) .card li{overflow-wrap:anywhere;margin:.28rem 0}main:is([data-route=\/observability],[data-route^="/observability/"]) details{border:1px solid var(--line-soft,var(--line));background:#090d153d;border-radius:8px;margin-top:.8rem}main:is([data-route=\/observability],[data-route^="/observability/"]) details summary{cursor:pointer;padding:.65rem .75rem;font-weight:650}main:is([data-route=\/observability],[data-route^="/observability/"]) details pre{border-top:1px solid var(--line-soft,var(--line));white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%;margin:0;padding:.75rem;font-size:.76rem;line-height:1.5;overflow:auto}main:is([data-route=\/observability],[data-route^="/observability/"]) .card .table-wrap+.table-wrap{margin-top:.8rem}@media (width<=1180px){main:is([data-route=\/events],[data-route^="/events/"]) .metrics,main:is([data-route=\/observability],[data-route^="/observability/"]) .metrics{grid-template-columns:repeat(3,minmax(0,1fr))}main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=760px){main:is([data-route=\/events],[data-route^="/events/"]) .page-header,main:is([data-route=\/observability],[data-route^="/observability/"]) .page-header{padding:1rem}main:is([data-route=\/events],[data-route^="/events/"]) .metrics,main:is([data-route=\/observability],[data-route^="/observability/"]) .metrics{grid-template-columns:1fr}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar{grid-template-columns:1fr;align-items:stretch;display:grid}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar label,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar label{min-width:0}main:is([data-route=\/events],[data-route^="/events/"]) .toolbar button,main:is([data-route=\/observability],[data-route^="/observability/"]) .toolbar button,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>.toolbar button,main:is([data-route=\/observability],[data-route^="/observability/"]) .card>button:last-child{width:100%}}main[data-route=\/usage]>.stack{gap:1.4rem}main[data-route=\/usage] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#38bdf814,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/usage] .page-header p:not(.eyebrow){max-width:80ch}main[data-route=\/usage] .metrics{grid-template-columns:repeat(4,minmax(0,1fr))}main[data-route=\/usage] .metric{min-width:0}main[data-route=\/usage] .metric strong{overflow-wrap:anywhere}main[data-route=\/usage] .card{min-width:0}main[data-route=\/usage] .card>h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/usage] .card>.muted{max-width:90ch;margin:.7rem 0 .9rem;line-height:1.5}main[data-route=\/usage] .toolbar{grid-template-columns:minmax(260px,1fr) auto auto;align-items:end;gap:.7rem;display:grid}main[data-route=\/usage] .toolbar label{min-width:0;color:var(--muted);font-size:.76rem;font-weight:650}main[data-route=\/usage] .toolbar input{width:100%;min-width:0}main[data-route=\/usage] .toolbar button{min-height:38px}main[data-route=\/usage] .table-wrap{margin-top:.15rem}main[data-route=\/usage] table{min-width:900px}main[data-route=\/usage] th,main[data-route=\/usage] td{vertical-align:top}main[data-route=\/usage] td{line-height:1.45}main[data-route=\/usage] td code{overflow-wrap:anywhere;word-break:break-word}main[data-route=\/usage] .card:first-of-type table{min-width:1120px}main[data-route=\/usage] .card:first-of-type td:first-child,main[data-route=\/usage] .card:nth-of-type(2) td:first-child,main[data-route=\/usage] .card:nth-of-type(3) td:first-child{min-width:150px}main[data-route=\/usage] td:nth-child(5){overflow-wrap:anywhere;max-width:310px}main[data-route=\/usage] time{font-variant-numeric:tabular-nums}main[data-route=\/usage] progress{background:var(--surface-2);border:0;border-radius:999px;width:min(230px,100%);height:8px;margin:.48rem 0 .3rem;display:block;overflow:hidden}main[data-route=\/usage] progress::-webkit-progress-bar{background:var(--surface-2);border-radius:999px}main[data-route=\/usage] progress::-webkit-progress-value{background:var(--accent);border-radius:999px}main[data-route=\/usage] progress::-moz-progress-bar{background:var(--accent);border-radius:999px}main[data-route=\/usage] progress+small{color:var(--muted);font-size:.72rem;display:block}main[data-route=\/usage] td>div>small:first-child,main[data-route=\/usage] td>small:first-child{color:var(--muted);margin-bottom:.28rem;display:inline-block}main[data-route=\/usage] td>div>div{font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:.8rem}main[data-route=\/usage]>.stack>.actions:last-child{justify-content:flex-end;padding-top:.1rem}main[data-route=\/usage]>.stack>.actions:last-child button{min-width:170px}@media (width<=1080px){main[data-route=\/usage] .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){main[data-route=\/usage] .page-header{padding:1rem}main[data-route=\/usage] .metrics{grid-template-columns:1fr}main[data-route=\/usage] .toolbar{grid-template-columns:1fr;align-items:stretch}main[data-route=\/usage] .toolbar button,main[data-route=\/usage]>.stack>.actions:last-child button{width:100%}main[data-route=\/usage]>.stack>.actions:last-child{justify-content:stretch}}main[data-route=\/settings]>.stack{gap:1.4rem}main[data-route=\/settings] .page-header{border:1px solid var(--line-soft,var(--line));background:radial-gradient(circle at 92% 8%,#38bdf814,#0000 34%),linear-gradient(#171f2dcc,#111722b8);border-radius:14px;padding:1.15rem 1.2rem;box-shadow:0 12px 30px #0000001f}main[data-route=\/settings] .page-header p:not(.eyebrow){max-width:82ch}main[data-route=\/settings] .card{min-width:0}main[data-route=\/settings] .card>h2{border-bottom:1px solid var(--line-soft,var(--line));padding-bottom:.72rem}main[data-route=\/settings]>.stack>.card>form.stack{max-width:620px}main[data-route=\/settings]>.stack>.card>form.stack label{color:var(--muted);gap:.38rem;font-size:.76rem;font-weight:650;display:grid}main[data-route=\/settings]>.stack>.card>form.stack input{width:100%}main[data-route=\/settings] .grid-two{align-items:stretch}main[data-route=\/settings] .grid-two>.card{height:100%}main[data-route=\/settings] .definition-list{margin:0}main[data-route=\/settings] .definition-list>div{padding:.58rem 0}main[data-route=\/settings] .definition-list dd code,main[data-route=\/settings] td code{overflow-wrap:anywhere;word-break:break-word}main[data-route=\/settings] .actions{margin-top:.8rem}main[data-route=\/settings] .actions button{min-width:128px}main[data-route=\/settings] .stack>.stack{gap:1rem}main[data-route=\/settings] fieldset.stack{border:1px solid var(--line-soft,var(--line));background:#090d1547;border-radius:10px;margin:.9rem 0;padding:.85rem .9rem}main[data-route=\/settings] fieldset.stack legend{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;padding:0 .35rem;font-size:.72rem;font-weight:700}main[data-route=\/settings] fieldset.stack label{align-items:center;gap:.45rem;padding:.28rem 0;display:flex}main[data-route=\/settings] fieldset.stack input[type=radio]{width:auto;margin:0}main[data-route=\/settings] .card>label{color:var(--muted);gap:.38rem;margin:.85rem 0;font-size:.76rem;font-weight:650;display:grid}main[data-route=\/settings] .card>label input,main[data-route=\/settings] .card>label select,main[data-route=\/settings] .grid-two label input,main[data-route=\/settings] .grid-two label select{width:100%}main[data-route=\/settings] .card h3{margin:.2rem 0 .55rem;font-size:.85rem}main[data-route=\/settings] .card ul{margin:.55rem 0 .15rem;padding-left:1.15rem}main[data-route=\/settings] .card li{margin:.28rem 0;line-height:1.45}main[data-route=\/settings] .table-wrap{margin-top:.85rem}main[data-route=\/settings] table{min-width:900px}main[data-route=\/settings] th,main[data-route=\/settings] td{vertical-align:top}main[data-route=\/settings] td{line-height:1.45}main[data-route=\/settings] td:first-child{min-width:135px}main[data-route=\/settings] td:last-child button{white-space:nowrap}main[data-route=\/settings] .state{margin:.75rem 0}main[data-route=\/settings] .state strong+p{margin-top:.4rem}main[data-route=\/settings] .card>.stack>.table-wrap,main[data-route=\/settings] .card>.table-wrap{border-color:var(--line-soft,var(--line))}main[data-route=\/settings] .card>.stack>div>strong{margin-bottom:.4rem;display:block}main[data-route=\/settings] .card>.stack>div>ul{margin-top:.3rem}main[data-route=\/settings] .grid-two label{min-width:0}@media (width<=980px){main[data-route=\/settings] .grid-two{grid-template-columns:1fr}}@media (width<=720px){main[data-route=\/settings] .page-header{padding:1rem}main[data-route=\/settings] .actions{align-items:stretch}main[data-route=\/settings] .actions button{width:100%}main[data-route=\/settings] fieldset.stack{padding:.75rem}}
