:root{color:#edf4f8;font-synthesis:none;--surface:#17242c;--surface-strong:#121d23;--line:#425863;--line-strong:#607783;--text-muted:#b8c9d2;--accent:#ffb95b;--accent-strong:#f4a842;--danger:#c2675d;--danger-soft:#3a211e;--focus:#7dd6ff;background:#0e171d;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:linear-gradient(135deg,#111f27,#0b1217 58%);margin:0;overflow-x:hidden}main{max-width:86rem;margin:0 auto;padding:3.5rem 1.5rem}.hero{max-width:55rem;padding:4rem 0 2rem}.hero h1{color:#edf4f8;letter-spacing:0;margin:.3rem 0 1rem;font-size:5.2rem;line-height:.96}.hero p{color:#edf4f8;margin:0;font-size:1rem}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 .8rem;font-size:.72rem;font-weight:900}.journey-tabs{border:1px solid var(--line);background:#17242ce0;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin:1rem 0 1.4rem;padding:.5rem;display:flex}.journey-tabs a,.journey-tabs button{color:#d9e8ef;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:auto;min-height:2.25rem;padding:.45rem .72rem;font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex}.journey-tabs a[aria-current=page]{color:#271b0b;background:var(--accent);border-color:#765d34}.journey-tabs button{color:#271b0b;background:var(--accent);cursor:pointer;margin-left:auto}.auth-card,.reauth-card,.command-card,.status-panel,.notice,.error{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0}.auth-card,.reauth-card,.command-card,.status-panel{padding:1.25rem}.auth-card{align-content:start;gap:.8rem;max-width:30rem;margin:1rem 0;display:grid}.auth-card h2{color:#edf4f8;margin:0;font-size:1.35rem;line-height:1.2}.operator-header{justify-content:flex-end;margin-bottom:1rem;display:flex}.operator-header>div{max-width:28rem;color:var(--text-muted);text-align:right;gap:.25rem;font-size:.8rem;display:grid}.operator-header strong{color:#edf4f8}.reauth-card,.command-card{align-content:start;gap:.8rem;margin:1rem 0;display:grid}.reauth-card h2,.command-card h2,.command-card h3,section>h2{color:#edf4f8;letter-spacing:0;margin:0;font-size:1.1rem;line-height:1.25}.reauth-card p,.command-card p,section>p{color:var(--text-muted);margin:0}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin:.5rem 0 1rem;display:flex}.section-heading h2{color:#edf4f8;letter-spacing:0;margin:0;font-size:1.25rem;line-height:1.2}.section-heading>strong,.status{overflow-wrap:anywhere;color:#271b0b;background:var(--accent);text-transform:capitalize;border-radius:999px;max-width:100%;padding:.3rem .65rem;font-size:.82rem;font-weight:900}.coverage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:1rem;display:grid}.status-panel h3{color:#edf4f8;text-transform:capitalize;margin:0 0 .6rem;font-size:.9rem}.status-panel p{color:#edf4f8;margin:0}.command-card{grid-template-columns:repeat(2,minmax(0,1fr))}.command-card h2,.command-card h3,.command-card p,.command-card button,.command-card label:last-of-type,.command-card fieldset{grid-column:1/-1}fieldset{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;padding:1rem;display:grid}legend{color:var(--text-muted);padding:0 .35rem;font-weight:800}label{color:#edf4f8;gap:.35rem;min-width:0;font-size:.78rem;font-weight:800;display:grid}label:has(input[type=checkbox]){align-items:center;gap:.5rem;display:flex}input,select,textarea,button{border:1px solid var(--line-strong);color:#edf4f8;width:100%;min-width:0;max-width:100%;font:inherit;background:#0e171d;border-radius:6px;padding:.7rem}input[type=checkbox]{width:1rem;height:1rem;padding:0}textarea{resize:vertical;min-height:5rem}button{color:#271b0b;background:var(--accent);cursor:pointer;border-color:#0000;font-weight:900;transition:transform .12s cubic-bezier(.23,1,.32,1)}button:active{transform:scale(.98)}button:disabled{opacity:.55;cursor:not-allowed}.notice,.error{overflow-wrap:anywhere;margin:1rem 0;padding:1rem}.notice{color:#d9fff5;background:#12342e;border-color:#4c8274}.error{border-color:var(--danger);color:#fff;background:var(--danger-soft)}.resource-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:8px;max-width:100%;margin:1rem 0;overflow-x:auto}.resource-table-wrap table{border-collapse:separate;border-spacing:0;width:100%;min-width:48rem}.resource-table-wrap th,.resource-table-wrap td{text-align:left;vertical-align:middle;border-bottom:1px solid #31444f;padding:.7rem}.resource-table-wrap th{color:#edf4f8;background:var(--surface-strong);position:sticky;top:0}.resource-table-wrap td{color:#edf4f8}.resource-table-wrap tr:last-child td{border-bottom:0}.resource-table-wrap .ops{background:var(--surface);min-width:11rem;position:sticky;right:0}.resource-table-wrap .ops button{margin:.15rem;padding:.55rem .65rem;font-size:.75rem}.session span,small{color:#b4c4cc}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}@media (width<=900px){main{padding:1.2rem}.hero{padding:2rem 0 1.4rem}.hero h1{font-size:3rem}.coverage-grid,.command-card,fieldset{grid-template-columns:1fr}.operator-header{justify-content:flex-start}.operator-header>div{text-align:left}.journey-tabs button{margin-left:0}}@media (width<=620px){main{padding:1rem}.hero h1{font-size:2.35rem}.journey-tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.journey-tabs a,.journey-tabs button{width:100%}}.operator-app-shell{max-width:112rem;padding-top:2.25rem}.operator-topbar{border-bottom:1px solid var(--line);max-width:none;min-height:4rem;padding:.55rem 0 .7rem}.operator-topbar h1{letter-spacing:-.02em;margin:.1rem 0;font-size:1.35rem;line-height:1.1}.operator-topbar p:not(.eyebrow){color:var(--text-muted);margin:0;font-size:.82rem}.operator-topbar .eyebrow{margin-right:.45rem;font-size:.66rem;display:inline}.operator-navigation{z-index:2;float:left;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);background:#121d23d1;border-radius:1rem;width:13rem;min-height:calc(100vh - 2rem);margin-right:1.5rem;padding:.75rem;position:sticky;top:1rem}.operator-navigation.is-collapsed{width:3.5rem}.navigation-toggle,.navigation-signout,.operator-navigation a{width:100%;min-height:2.5rem;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.7rem;align-items:center;gap:.55rem;padding:.55rem .65rem;font-weight:700;text-decoration:none;display:flex}.navigation-toggle{color:#edf4f8;background:#ffffff0f;justify-content:flex-start}.navigation-signout{color:#271b0b;background:var(--accent);margin-top:1rem}.navigation-group{margin-top:1rem}.navigation-group h2{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:.3rem .65rem;font-size:.66rem}.operator-navigation a:hover,.operator-navigation a[aria-current=page]{color:#271b0b;background:var(--accent)}.operator-app-shell>.hero,.operator-app-shell>.error,.operator-app-shell>.notice,.operator-app-shell>.auth-card,.operator-app-shell>.operator-header,.operator-app-shell>.reauth-card,.operator-app-shell>section,.operator-app-shell>form{margin-left:15rem}.operator-navigation.is-collapsed~*{margin-left:5rem}.guided-resource-page{clear:none}.resource-workspace{grid-template-columns:minmax(0,1fr) minmax(22rem,25rem);align-items:start;gap:1rem;display:grid}.resource-workspace:not(.has-selection){grid-template-columns:minmax(0,1fr)}.resource-primary{min-width:0}.resource-primary .resource-table-wrap{margin:0}.resource-primary .resource-table-wrap table{min-width:44rem;font-size:.82rem}.resource-primary .resource-table-wrap th{z-index:1;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding-block:.62rem;font-size:.7rem}.resource-primary .resource-table-wrap td{height:3.2rem;padding-block:.55rem}.resource-primary .resource-table-wrap tr{background:var(--surface)}.resource-primary .resource-table-wrap tr.is-selected{box-shadow:inset 3px 0 0 var(--accent);background:#202f37}.resource-table-trigger{color:#f6c67f;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;width:auto;max-width:20rem;padding:.25rem 0;font-weight:800;overflow:hidden}.resource-table-trigger:active,.navigation-toggle:active,.navigation-signout:active,button:active{transform:scale(.97)}.resource-state-cell>span{color:#ffe0b5;white-space:nowrap;background:#ffb95b14;border:1px solid #ffb95b6b;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.74rem;font-weight:750;display:inline-flex}@media (hover:hover) and (pointer:fine){.resource-primary .resource-table-wrap tbody tr:hover{background:#1d2b33}.resource-table-trigger:hover{color:#ffd59b;text-underline-offset:.18rem;text-decoration:underline}}.resource-inspector{border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);background:#17242ceb;border-radius:1rem;min-width:0;max-height:calc(100vh - 2rem);padding:1rem;position:sticky;top:1rem;overflow:auto;box-shadow:0 1rem 3rem #00000038}.inspector-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.inspector-header h2{overflow-wrap:anywhere;margin:0;font-size:1.1rem}.inspector-facts{gap:.7rem;margin:1rem 0 0;display:grid}.inspector-facts>div{border-top:1px solid #60778366;grid-template-columns:minmax(7.5rem,.72fr) minmax(0,1fr);align-items:baseline;gap:.75rem;padding-top:.6rem;display:grid}.inspector-facts dt{color:var(--text-muted);font-size:.72rem}.inspector-facts dd{overflow-wrap:anywhere;margin:0;font-size:.8rem}.inspector-actions{gap:.55rem;margin-top:1.25rem;display:grid}.inspector-actions>button{min-height:2.5rem}.catalog-summary{border:1px solid var(--line);background:var(--surface);border-radius:.9rem;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:1rem 0;display:grid;overflow:hidden}.catalog-summary>div{border-right:1px solid var(--line);min-width:0;padding:.85rem 1rem}.catalog-summary>div:last-child{border-right:0}.catalog-summary dt{color:var(--text-muted);font-size:.7rem}.catalog-summary dd{overflow-wrap:anywhere;margin:.25rem 0 0;font-size:.86rem;font-weight:750}.catalog-table-section{margin-top:1.25rem}.catalog-table-section>h2{margin-bottom:-.35rem;font-size:.95rem}.catalog-table-section .resource-table-wrap{margin-bottom:0}.state-banner{color:#edf4f8;background:#ffffff12;border-radius:.8rem;gap:.25rem;margin:.75rem 0;padding:.8rem 1rem;display:grid}.state-banner-success{border:1px solid #5e9e78}.state-banner-warning{border:1px solid var(--accent)}.state-banner-error{border:1px solid var(--danger)}@media (width<=1100px){.resource-workspace,.resource-workspace.has-selection{grid-template-columns:minmax(0,1fr)}.resource-inspector{max-height:none;position:static}.catalog-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-summary>div{border-bottom:1px solid var(--line)}}@media (width<=900px){.operator-navigation{float:none;width:100%;min-height:auto;margin:0 0 1rem}.operator-navigation.is-collapsed{width:100%}.navigation-group{vertical-align:top;flex-wrap:wrap;margin:.5rem .25rem 0;display:inline-flex}.navigation-group h2{width:100%}.operator-app-shell>.hero,.operator-app-shell>.error,.operator-app-shell>.notice,.operator-app-shell>.auth-card,.operator-app-shell>.operator-header,.operator-app-shell>.reauth-card,.operator-app-shell>section,.operator-app-shell>form,.operator-navigation.is-collapsed~*{margin-left:0}}@media (prefers-reduced-motion:reduce){.resource-table-trigger,.resource-table-trigger:active,.navigation-toggle:active,.navigation-signout:active,button:active{transition:none;transform:none}}@media (prefers-reduced-transparency:reduce){.operator-navigation,.resource-inspector{background:var(--surface-strong);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (prefers-contrast:more){:root{--line:#b8d2df}button,input,select,textarea{border-width:2px}}.hero{position:relative}.hero-tools{justify-content:flex-end;max-width:calc(100% - 2rem);display:flex;position:absolute;top:1rem;right:1rem}.language-switcher{white-space:nowrap;align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.language-switcher span{flex:none}.language-switcher select{min-width:8.5rem;color:inherit;background:0 0;border:1px solid;border-radius:.35rem;padding:.3rem .45rem}@media (width<=620px){.hero-tools{justify-content:flex-start;max-width:none;margin-bottom:.75rem;position:static}}
