:root{color-scheme:light;--canvas: #f6f8f7;--surface: #ffffff;--surface-subtle: #eef2f0;--surface-hover: #f2f5f3;--line: #dce4e0;--line-strong: #c9d4cf;--text: #17201d;--muted: #66716d;--quiet: #8a9490;--accent: #247a69;--accent-hover: #1d6759;--accent-soft: #e6f1ed;--blue: #3f72a8;--success: #23805b;--success-soft: #e8f4ef;--warning: #b27624;--warning-soft: #fbf3e6;--danger: #c84e55;--danger-soft: #fbecee;--focus: rgba(36, 122, 105, .28);--on-strong: #ffffff;--overlay: rgba(13, 19, 17, .36);--shadow-soft: rgba(23, 32, 29, .14);--shadow: rgba(23, 32, 29, .1);--shadow-drawer: rgba(23, 32, 29, .16);--shadow-modal: rgba(23, 32, 29, .22);--preview-light: #ffffff;--preview-canvas: #f6f8f7;--preview-dark-surface: #1a211e;--preview-dark-canvas: #131816;--qr-surface: #ffffff;--terminal-canvas: #111816;--terminal-surface: #19211f;--terminal-line: #2d3935;--terminal-text: #d9e8e2;--terminal-muted: #8ea29b;--terminal-quiet: #71857e;--terminal-accent: #83c7b1;--terminal-warning: #edbd64;--terminal-danger: #ff8585;--terminal-success: #68d39d;font-family:Inter,SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;color:var(--text);background:var(--canvas);letter-spacing:0}:root[data-color-mode=dark]{color-scheme:dark;--canvas: #131816;--surface: #1a211e;--surface-subtle: #222b27;--surface-hover: #26302c;--line: #313d38;--line-strong: #415049;--text: #edf3f0;--muted: #a7b2ad;--quiet: #818d87;--accent: #65ae9e;--accent-hover: #79bdad;--accent-soft: #203a33;--success: #67b993;--success-soft: #20372d;--warning: #d8a75f;--warning-soft: #3b3020;--danger: #e77a80;--danger-soft: #42272a;--focus: rgba(101, 174, 158, .32);--on-strong: #ffffff;--overlay: rgba(5, 8, 7, .62);--shadow-soft: rgba(0, 0, 0, .28);--shadow-drawer: rgba(0, 0, 0, .34);--shadow-modal: rgba(0, 0, 0, .42);--terminal-canvas: #0c1210;--terminal-surface: #141c19;--terminal-line: #34423c;--terminal-text: #e1eee9;--terminal-muted: #9fb2aa;--terminal-quiet: #80938b;--terminal-accent: #8ed4bd;--terminal-warning: #efc779;--terminal-danger: #ff9494;--terminal-success: #79dca9}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--canvas);color:var(--text);font-size:14px;line-height:20px}button,input,select,textarea{color:inherit;font:inherit;letter-spacing:0}button,select{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-block-start:0}code{font-family:SFMono-Regular,Consolas,monospace}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:grid;min-height:100vh;grid-template-columns:84px minmax(0,1fr);grid-template-rows:64px minmax(0,1fr);grid-template-areas:"sidebar topbar" "sidebar main"}.sidebar{position:sticky;z-index:20;top:0;display:flex;grid-area:sidebar;height:100vh;min-width:0;flex-direction:column;border-right:1px solid var(--line);background:var(--surface)}.brand{display:flex;height:64px;flex:0 0 64px;align-items:center;gap:10px;padding:0 20px;color:var(--text);font-size:18px;font-weight:720}.brand svg{color:var(--accent)}.brand--compact{height:80px;flex:0 0 80px;justify-content:center;border-bottom:1px solid var(--line);padding:0}.sidebar-nav,.sidebar-system{display:grid;gap:4px;padding:12px 8px}.sidebar-system{margin-top:auto;border-top:1px solid var(--line)}.nav-item{position:relative;display:grid;min-width:0;height:64px;place-items:center;align-content:center;gap:5px;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:6px 2px;font-size:11px;text-align:center}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.is-active{background:var(--accent-soft);color:var(--accent);font-weight:700}.nav-item.is-active:before{position:absolute;top:8px;bottom:8px;left:-8px;width:3px;background:var(--accent);content:""}.nav-item svg{flex:0 0 auto}.nav-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account{position:relative;border-top:1px solid var(--line);padding:10px 8px 14px}.account-trigger{display:grid;width:100%;min-width:0;height:44px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:6px;background:transparent;padding:0 8px;text-align:left}.sidebar>.account .account-trigger{display:flex;justify-content:center;padding:0}.sidebar>.account .account-copy,.sidebar>.account .account-trigger>svg{display:none}.account-trigger:hover{background:var(--surface-hover)}.avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:720}.account-copy{min-width:0}.account-copy strong,.account-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy small{color:var(--muted);font-size:12px}.account-menu{position:absolute;bottom:12px;left:76px;z-index:30;width:160px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);padding:6px;box-shadow:0 12px 30px var(--shadow-soft)}.account-menu button{display:flex;width:100%;height:36px;align-items:center;gap:8px;border:0;border-radius:4px;background:transparent;padding:0 10px}.account-menu button:hover{background:var(--surface-hover)}.topbar{position:sticky;z-index:15;top:0;display:flex;grid-area:topbar;min-width:0;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 97%,transparent);padding:0 20px 0 28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.global-search{position:relative;display:flex;width:min(560px,58vw);height:36px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:6px;background:var(--canvas);padding:0 10px;color:var(--quiet)}.global-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus)}.global-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.global-search kbd{color:var(--quiet);font-size:11px}.global-search-results{position:absolute;z-index:60;top:calc(100% + 7px);right:0;left:0;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);box-shadow:0 14px 36px var(--shadow-soft)}.global-search-results button{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:16px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:8px 12px;text-align:left}.global-search-results button:last-of-type{border-bottom:0}.global-search-results button:hover,.global-search-results button:focus-visible{background:var(--surface-hover);outline:0}.global-search-results button span{min-width:0}.global-search-results strong,.global-search-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-results strong{color:var(--text);font-size:13px}.global-search-results small{margin-top:2px;color:var(--muted);font-size:11px}.global-search-results em{flex:0 0 auto;color:var(--quiet);font-size:11px;font-style:normal}.global-search-results p{margin:0;padding:18px 12px;color:var(--muted);font-size:13px;text-align:center}.topbar-actions{display:flex;min-width:0;align-items:center;gap:6px}.topbar-account-menu{display:none}.account--compact{margin:0;border:0;padding:0}.account--compact .account-trigger{display:grid;width:36px;height:36px;grid-template-columns:1fr;place-items:center;padding:0}.account--compact .account-menu{top:calc(100% + 8px);right:0;bottom:auto;left:auto;width:152px}.action-with-count{position:relative;display:inline-flex}.action-with-count b{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;border:2px solid var(--surface);border-radius:9px;background:var(--danger);color:var(--on-strong);font-size:10px;line-height:13px;text-align:center}.realtime-state{color:var(--warning);font-size:12px;white-space:nowrap}.main{grid-area:main;min-width:0}.mobile-nav{display:none}.page{width:min(1600px,100%);margin:0 auto;padding:24px 28px 48px}.page-header{display:flex;min-height:52px;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.eyebrow{display:block;margin-bottom:2px;color:var(--muted);font-size:12px;font-weight:650}.page-header h1{margin:0;font-size:24px;line-height:32px;font-weight:720}.page-subtitle{margin-top:2px;color:var(--muted);font-size:12px}.detail-header{display:flex;min-height:72px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px;border-bottom:1px solid var(--line);padding-bottom:16px}.detail-heading{min-width:0}.detail-heading h1{margin:0;overflow:hidden;font-size:26px;line-height:34px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.detail-metadata{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px 16px;margin-top:6px;color:var(--muted);font-size:12px}.page-actions,.form-actions,.action-row,.dialog-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.button,a.button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--text);padding:0 12px;font-weight:640;line-height:1;white-space:nowrap}.button:hover:not(:disabled){border-color:var(--quiet);background:var(--surface-hover)}.button--primary{border-color:var(--accent);background:var(--accent);color:var(--on-strong)}.button--primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.button--ghost{border-color:transparent;background:transparent;color:var(--accent)}.button--danger{border-color:var(--danger);background:var(--danger);color:var(--on-strong)}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text);padding:0}.icon-button:hover:not(:disabled){border-color:var(--line);background:var(--surface-hover)}.error-action{display:block;margin-top:4px}.error-diagnostics{margin-top:8px;color:var(--muted)}.error-diagnostics summary{width:max-content;cursor:pointer;font-size:12px}.error-diagnostics small{display:block;margin-top:4px;overflow-wrap:anywhere}.summary-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.summary-row>div{min-width:0;padding:13px 16px;border-right:1px solid var(--line)}.summary-row>div:last-child{border-right:0}.summary-row span,.summary-row strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-row>div>span{margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:520}.summary-row>div>strong{font-size:14px}.tabs{display:flex;height:52px;align-items:flex-end;gap:24px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.tabs button{position:relative;display:inline-flex;height:52px;flex:0 0 auto;align-items:center;gap:7px;border:0;background:transparent;color:var(--muted);padding:0;font-weight:620}.tabs button span{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:10px;background:var(--surface-subtle);font-size:11px}.tabs button.is-active{color:var(--text)}.tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--accent);content:""}.tab-content{padding-top:20px}.production-status{margin-bottom:20px}.production-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px 8px 0 0;background:var(--surface)}.production-status-grid article{min-width:0;padding:12px 14px;border-right:1px solid var(--line)}.production-status-grid article:last-child{border-right:0}.production-status-grid header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;color:var(--muted);font-size:12px}.production-status-grid article>strong,.production-status-grid article>small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.production-status-grid article>strong{font-size:14px}.production-status-grid article>small{margin-top:3px;color:var(--muted);font-size:11px}.production-dependencies{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;background:var(--surface-subtle)}.production-dependencies>div{display:flex;min-width:0;min-height:38px;align-items:center;justify-content:space-between;gap:8px;border-right:1px solid var(--line);padding:7px 12px}.production-dependencies>div:last-child{border-right:0}.production-dependencies strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.production-diagnostics{margin-top:8px;border-bottom:1px solid var(--line)}.production-diagnostics summary{width:fit-content;cursor:pointer;color:var(--muted);font-size:12px;font-weight:620;line-height:32px}.production-diagnostics[open]{padding-bottom:12px}.production-diagnostics .diagnostic{grid-template-columns:110px minmax(0,1fr)}.overview-grid,.detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:24px;margin-top:20px}.overview-grid .section-block--span,.detail-grid .section-block--span{grid-column:1 / -1}.panel{min-width:0;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.workbench-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:16px}.workbench-grid>.section-block{overflow:hidden}.workbench-grid .section-header{min-height:52px;padding:0 16px}.workbench-grid .compact-list{border-top:0}.workbench-grid .compact-row{padding-inline:16px}.workbench-attention .action-list{grid-template-columns:1fr;padding-inline:16px}.workbench-health .summary-row{grid-template-columns:repeat(5,1fr);border:0;border-radius:0;border-bottom:1px solid var(--line)}.workbench-health .summary-row>div{min-height:84px;display:grid;align-content:center;text-align:center}.workbench-health .summary-row>div>strong{font-size:20px}.workbench-traffic{display:flex;min-height:92px;align-items:center;justify-content:space-between;padding:16px}.workbench-traffic span{color:var(--muted)}.workbench-traffic strong{font-size:24px}.overview-actions{padding-bottom:6px}.action-list{display:grid;grid-template-columns:1fr 1fr;column-gap:28px}.action-list button{display:grid;min-width:0;min-height:64px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);padding:9px 0;text-align:left;cursor:pointer}.action-list button:hover{color:var(--accent-strong)}.action-list button>span strong,.action-list button>span small{display:block}.action-list button>span small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.section-block{min-width:0}.section-header{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.section-header h2{margin:0;font-size:16px;line-height:22px}.section-actions{display:flex;min-width:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.narrow-section{max-width:920px}.resource-section{padding-top:18px}.resource-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.search{display:flex;width:min(420px,100%);height:38px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:0 10px;color:var(--quiet)}.search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus)}.search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.compact-list{border-top:1px solid var(--line)}.compact-row{display:grid;width:100%;min-width:0;min-height:54px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:8px;color:var(--text);text-align:left}button.compact-row{cursor:pointer}button.compact-row:hover{background:var(--surface-hover)}button.compact-row:focus-visible{position:relative;z-index:1;outline:2px solid var(--accent);outline-offset:-2px}.compact-row.is-selected{background:var(--accent-soft)}.compact-row--notification{grid-template-columns:minmax(0,1fr) auto auto}.row-main{min-width:0}.row-main strong,.row-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-main small,.compact-row time,.compact-row>span:not(.row-main):not(.status-badge){color:var(--muted);font-size:12px}.compact-list--columns{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.table-scroll{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface)}table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}th,td{min-width:0;height:48px;overflow:hidden;border-bottom:1px solid var(--line);padding:0 12px;text-align:left;vertical-align:middle}th{background:var(--surface-subtle);color:var(--muted);font-size:12px;font-weight:620}tr:last-child td{border-bottom:0}td strong,td small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}td small{color:var(--muted);font-size:11px}.clickable-row{cursor:pointer}.clickable-row:hover td{background:var(--surface-hover)}.audit-table table{min-width:1080px}.audit-col-action{width:18%}.audit-col-resource{width:17%}.audit-col-actor{width:14%}.audit-col-risk{width:10%}.audit-col-reason{width:29%}.audit-col-time{width:12%}.audit-table td{height:58px}.audit-table .audit-reason{padding-block:9px;overflow-wrap:anywhere;line-height:19px;white-space:normal}.audit-table .audit-time{white-space:nowrap}.audit-mobile-list{display:none}.status-badge{display:inline-flex!important;width:fit-content;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:620;white-space:nowrap}.status-badge i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor}.status-badge--success{color:var(--success)}.status-badge--warning{color:var(--warning)}.status-badge--danger{color:var(--danger)}.status-badge--info{color:var(--blue)}.definition-list{margin:0}.definition-list>div{display:grid;min-height:46px;grid-template-columns:130px minmax(0,1fr);align-items:center;border-bottom:1px solid var(--line)}.definition-list dt{color:var(--muted)}.definition-list dd{min-width:0;margin:0;overflow-wrap:anywhere}.diagnostic-list{display:grid;gap:8px;margin-top:12px}.diagnostic{display:grid;min-width:0;grid-template-columns:140px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:6px;padding:10px 12px}.diagnostic--warning{border-color:color-mix(in srgb,var(--warning) 42%,var(--line));background:var(--warning-soft)}.diagnostic--danger{border-color:color-mix(in srgb,var(--danger) 42%,var(--line));background:var(--danger-soft)}.diagnostic--ok{background:var(--success-soft)}.diagnostic strong,.diagnostic small{display:block;min-width:0;overflow-wrap:anywhere}.diagnostic small{color:var(--muted)}.success-line{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;color:var(--success)}.check-item{display:inline-flex;align-items:center;gap:7px}.danger-zone{margin-top:32px;border-top:1px solid var(--danger);padding-top:10px}.danger-zone .section-header{border:0}.action-row{justify-content:flex-start;margin-top:20px}.field{display:grid;min-width:0;gap:6px;color:var(--muted);font-size:12px;font-weight:620}.field input,.field select,.field textarea,select,input,textarea{width:100%;min-width:0;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--text);font-size:14px;font-weight:420}.field input,.field select,select,input{height:40px;padding:0 10px}.field textarea,textarea{resize:vertical;padding:10px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 3px var(--focus)}.field small{color:var(--muted);font-weight:420}.field-error{color:var(--danger)!important}.input-with-action{position:relative;display:flex}.input-with-action input{padding-right:44px}.input-with-action .icon-button{position:absolute;right:2px;top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span-2{grid-column:1 / -1}.form-actions{margin-top:4px}.update-center-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)}.update-notice{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:6px;padding:11px 12px}.update-notice>span{display:grid;min-width:0;gap:3px}.update-notice small{color:inherit}.update-notice--warning{border-color:color-mix(in srgb,var(--warning) 42%,var(--line));background:var(--warning-soft);color:var(--warning)}.update-form-message{margin-right:auto;color:var(--warning)}.update-source .tabs{height:46px;margin-bottom:18px}.update-source .tabs button{height:46px}.update-form{max-width:920px}.update-protection{margin-bottom:16px}.update-progress{margin-top:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px 16px}.update-progress header,.update-progress footer{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.update-progress header>div{display:flex;min-width:0;align-items:center;gap:12px}.update-progress header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.update-progress header b{flex:0 0 auto;font-variant-numeric:tabular-nums}.update-progress-track{height:7px;overflow:hidden;margin:12px 0 9px;border-radius:4px;background:var(--surface-subtle)}.update-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .32s ease}.update-progress footer{color:var(--muted);font-size:12px}.update-progress footer span:nth-child(2){min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;text-align:center;white-space:nowrap}.update-progress time{flex:0 0 auto}.inline-form{display:grid;grid-template-columns:minmax(240px,420px) auto;align-items:end;gap:10px;margin:16px 0}.advanced-toggle button{border:0;background:transparent;color:var(--accent);padding:4px 0}.checkbox-grid{display:grid;gap:0;margin:0;border:1px solid var(--line);border-radius:6px;padding:0}.checkbox-grid legend{margin-left:10px;color:var(--muted);font-size:12px;font-weight:620}.checkbox-grid label{display:grid;min-height:44px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:0 12px}.checkbox-grid label:last-child{border-bottom:0}.checkbox-grid input{width:16px;height:16px}.grant-picker{display:grid;gap:8px}.grant-picker>header{display:flex;min-height:36px;flex-wrap:wrap;align-items:center;gap:8px 12px;color:var(--muted);font-size:12px;font-weight:620}.grant-picker>header strong{color:var(--text)}.grant-picker>header>div{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.grant-picker>header .button{min-height:32px;padding:0 10px;font-size:12px}.grant-picker>small{color:var(--warning)}.switch-row{position:relative;display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.switch-row>span strong,.switch-row>span small{display:block}.switch-row>span small{color:var(--muted)}.switch-row input{position:absolute;opacity:0}.switch-row>i{position:relative;width:38px;height:22px;flex:0 0 38px;border-radius:11px;background:var(--line-strong);transition:background .18s}.switch-row>i:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--on-strong);content:"";transition:transform .18s}.switch-row input:checked+i{background:var(--accent)}.switch-row input:checked+i:after{transform:translate(16px)}.dialog-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;background:var(--overlay);animation:fade-in .12s ease-out}.drawer{position:fixed;z-index:90;top:0;right:0;display:grid;width:min(620px,100vw);height:100vh;grid-template-rows:64px minmax(0,1fr);border-left:1px solid var(--line-strong);background:var(--surface);box-shadow:-18px 0 50px var(--shadow-drawer);animation:slide-in .18s ease-out}.drawer--wide{width:min(760px,100vw)}.layer-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 20px}.layer-header h2{margin:0;font-size:18px}.drawer-body{min-height:0;overflow-y:auto;padding:20px}.drawer-body>.tabs{margin-top:-20px}.drawer-flow,.enroll-result{display:grid;gap:18px;padding-top:24px}.drawer-flow--compact{grid-template-columns:1fr;padding-top:18px}.drawer-flow--compact .button{width:100%}.flow-focus{display:flex;align-items:center;gap:12px;border-block:1px solid var(--line);padding:16px 0}.flow-focus strong,.flow-focus small{display:block}.flow-focus small,.time-note{color:var(--muted)}.flow-steps,.stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stepper{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px}.flow-steps>*,.stepper>*{border-top:2px solid var(--line-strong);padding-top:8px;color:var(--quiet);font-size:12px}.flow-steps .check-item,.stepper .is-active{border-color:var(--accent);color:var(--accent)}.preflight-review{display:grid;gap:18px}.deployment-page{max-width:1320px}.deployment-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}.deployment-progress>div{min-height:58px;display:flex;align-items:center;gap:10px;color:var(--muted);border-right:1px solid var(--line)}.deployment-progress>div:last-child{border-right:0}.deployment-progress>div>span{inline-size:26px;block-size:26px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;font-size:12px}.deployment-progress .is-active{color:var(--text)}.deployment-progress .is-active>span{border-color:var(--accent);color:var(--accent)}.deployment-progress .is-complete{color:var(--success)}.deployment-progress .is-complete>span{color:#fff;border-color:var(--success);background:var(--success)}.deployment-workspace{display:grid;gap:20px;padding-block:26px}.subscription-validation{display:grid;gap:12px}.validation-summary{align-items:center;display:flex;gap:18px;min-height:32px}.validation-summary time,.validation-summary>span{color:var(--muted);font-size:13px}.deployment-workspace>header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:16px}.deployment-workspace>header>div{display:flex;align-items:center;gap:10px}.deployment-workspace h2{margin:0;font-size:20px}.deployment-server-list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.deployment-server-list>button,.deployment-selection{min-height:68px;border:0;background:var(--surface);color:inherit;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.deployment-server-list>button{cursor:pointer}.deployment-server-list>button:hover{background:var(--surface-subtle)}.deployment-user-list,.deployment-validation-grid{display:grid;gap:1px;border:1px solid var(--line);background:var(--line)}.deployment-user-list>button,.deployment-validation-grid>div{min-height:58px;border:0;background:var(--surface);color:inherit;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.deployment-user-list>button{cursor:pointer}.deployment-user-list>button:hover:not(:disabled){background:var(--surface-subtle)}.deployment-user-list>button:disabled{cursor:not-allowed;opacity:.62}.deployment-user-list span,.deployment-validation-grid span{display:grid;gap:3px;min-width:0}.deployment-user-list small,.deployment-validation-grid small{color:var(--muted)}.deployment-server-list span,.deployment-selection>span{display:grid;gap:3px;min-width:0}.deployment-server-action{display:flex!important;flex:0 0 auto;align-items:center;gap:10px!important}.deployment-server-list small,.deployment-selection small,.deployment-delivery small{color:var(--muted)}.deployment-delivery{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border-block:1px solid var(--line);padding-block:18px}.deployment-delivery>div{display:grid;gap:4px}.deployment-delivery small{overflow-wrap:anywhere;word-break:break-word}.deployment-wait{display:grid;gap:6px;border-left:3px solid var(--accent);padding:12px 16px;background:var(--surface-subtle)}.deployment-wait>span{color:var(--muted)}.deployment-workflow{display:grid;gap:12px;border-top:1px solid var(--line);padding-block:20px 28px}.deployment-workflow>header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px}.deployment-workflow>header>div{display:grid;gap:3px;min-width:0}.deployment-workflow>header span{color:var(--muted)}.workflow-progress{overflow:hidden;height:6px;background:var(--line)}.workflow-progress>span{display:block;height:100%;background:var(--accent);transition:width .18s ease}.deployment-workflow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.deployment-workflow-steps>span{border-top:2px solid var(--line-strong);padding-top:7px;color:var(--quiet);font-size:12px}.deployment-workflow-steps>.is-active{border-color:var(--accent);color:var(--accent)}.deployment-workflow-steps>.is-complete{border-color:var(--success);color:var(--success)}@media(max-width:760px){.deployment-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.deployment-progress>div:nth-child(2){border-right:0}.deployment-progress>div{min-height:48px}.deployment-workspace>header{align-items:flex-start}.deployment-delivery{grid-template-columns:auto 1fr}.deployment-delivery .button{grid-column:1 / -1}.deployment-workflow>header{grid-template-columns:minmax(0,1fr) auto}.deployment-workflow>header .button{grid-column:1 / -1;justify-self:start}.deployment-workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}.review-section{margin-top:4px}.completion{display:grid;place-items:center;gap:8px;padding:80px 20px;text-align:center}.completion svg{color:var(--success)}.completion h2,.completion p{margin:0}.completion p{color:var(--muted)}.confirm-dialog{position:fixed;z-index:90;top:50%;left:50%;width:min(440px,calc(100vw - 32px));transform:translate(-50%,-50%);border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);padding:22px;box-shadow:0 18px 60px var(--shadow-modal)}.confirm-dialog h2{margin:8px 0;font-size:18px}.confirm-dialog p{color:var(--muted)}.confirm-icon{color:var(--warning)}.dialog-actions{margin-top:20px}@keyframes fade-in{0%{opacity:0}}@keyframes slide-in{0%{transform:translate(24px);opacity:.7}}.copy-value{display:flex;min-width:0;height:42px;align-items:center;gap:4px;border:1px solid var(--line);border-radius:6px;background:var(--canvas);padding-left:10px}.copy-value code{min-width:0;flex:1;overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.secret-disclosure{display:grid;gap:8px;margin:16px 0;border:1px solid color-mix(in srgb,var(--warning) 42%,var(--line));border-radius:8px;background:var(--warning-soft);padding:12px}.secret-disclosure header{display:flex;align-items:center;justify-content:space-between;gap:12px}.secret-disclosure header span{color:var(--muted);font-size:12px}.section-state{display:flex;min-height:96px;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;color:var(--muted);text-align:center}.section-state--error{justify-content:flex-start;min-height:60px;border:1px solid color-mix(in srgb,var(--danger) 40%,var(--line));border-radius:6px;background:var(--danger-soft);color:var(--danger);padding:10px 12px;text-align:left}.empty-state{display:grid;min-height:116px;place-items:center;align-content:center;gap:8px;border-block:1px solid var(--line);color:var(--muted);padding:18px;text-align:center}.empty-state-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--surface-subtle);color:var(--quiet)}.empty-state>strong{color:var(--text);font-size:13px;font-weight:650}.empty-state-action{margin-top:2px}.panel>.empty-state,.table-scroll+.empty-state{border-bottom:0}.loading-block{display:grid;gap:10px;color:var(--muted)}.skeleton{display:grid;gap:8px;padding:8px 0}.skeleton i{height:42px;border-radius:5px;background:var(--surface-subtle);animation:skeleton-pulse 1.2s ease-in-out infinite alternate}@keyframes skeleton-pulse{to{opacity:.48}}.split-workspace{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:24px}.workflow-workspace{display:grid;grid-template-columns:minmax(280px,.64fr) minmax(0,1.36fr);gap:24px;align-items:start}.workflow-list{position:sticky;top:84px;max-height:calc(100vh - 112px);overflow:auto}.workflow-row{grid-template-columns:minmax(0,1fr) auto}.workflow-row-state{display:flex;align-items:center;gap:8px}.workflow-row-state b{min-width:34px;color:var(--muted);font-size:12px;text-align:right}.workflow-console-body{display:grid;gap:20px}.workflow-progress-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.workflow-progress-head strong,.workflow-progress-head small{display:block}.workflow-progress-head strong{font-size:18px}.workflow-progress-head small{margin-top:4px;color:var(--muted)}.workflow-live{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--success);font-size:11px;font-weight:700}.workflow-live i{width:7px;height:7px;border-radius:50%;background:currentColor}.workflow-live.is-refreshing i{animation:workflow-pulse .8s ease-in-out infinite alternate}@keyframes workflow-pulse{to{opacity:.28}}.workflow-progress{height:8px;overflow:hidden;background:var(--surface-subtle)}.workflow-progress>i{display:block;height:100%;background:var(--accent);transition:width .24s ease}.workflow-telemetry{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--surface-subtle)}.workflow-telemetry>div{display:grid;min-width:0;gap:5px;border-right:1px solid var(--line);padding:12px}.workflow-telemetry>div:last-child{border-right:0}.workflow-telemetry span,.workflow-telemetry small{color:var(--muted);font-size:11px}.workflow-telemetry strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.workflow-telemetry i,.workflow-steps article div>i{display:block;height:3px;overflow:hidden;background:var(--line)}.workflow-telemetry i b,.workflow-steps article div>i span{display:block;height:100%;background:var(--accent)}.workflow-telemetry--empty{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 14px}.workflow-telemetry--empty strong{color:var(--muted);font-size:12px}.workflow-failure{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid color-mix(in srgb,var(--danger) 42%,var(--line));background:var(--danger-soft);color:var(--danger);padding:14px}.workflow-failure p{margin:3px 0;color:var(--text)}.workflow-failure small{color:var(--muted)}.workflow-view-switch{display:inline-flex;width:max-content;gap:2px;background:var(--surface-subtle);padding:3px}.workflow-view-switch button{min-height:34px;border:0;background:transparent;color:var(--muted);padding:0 14px;font:inherit;cursor:pointer}.workflow-view-switch button.is-active{background:var(--surface);color:var(--text);font-weight:700;box-shadow:0 1px 3px var(--shadow)}.workflow-console-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}.workflow-console-grid h3,.workflow-events h3{margin:0 0 8px;font-size:15px}.workflow-steps article,.workflow-evidence article{display:grid;min-height:58px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.workflow-steps article.is-current{background:var(--accent-soft)}.workflow-steps strong,.workflow-steps small,.workflow-evidence strong,.workflow-evidence small{display:block}.workflow-steps small,.workflow-evidence small,.workflow-evidence time,.workflow-steps article>span{color:var(--muted);font-size:12px}.workflow-steps article div>i{width:min(180px,100%);margin-top:7px}.workflow-terminal{overflow:hidden;border:1px solid var(--line-strong);background:var(--terminal-canvas);color:var(--terminal-text)}.workflow-terminal>header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--terminal-line);background:var(--terminal-surface);padding:11px 14px}.workflow-terminal>header strong,.workflow-terminal>header small{display:block}.workflow-terminal>header small,.workflow-terminal>header span{color:var(--terminal-muted);font-size:11px}.workflow-terminal-output{max-height:440px;overflow:auto;padding:8px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.workflow-terminal-output>div{display:grid;grid-template-columns:70px 38px 38px minmax(0,1fr);gap:8px;padding:5px 12px}.workflow-terminal-output time,.workflow-terminal-output b{color:var(--terminal-quiet);font-weight:400}.workflow-terminal-output span{color:var(--terminal-accent)}.workflow-terminal-output .is-warning span{color:var(--terminal-warning)}.workflow-terminal-output .is-error span{color:var(--terminal-danger)}.workflow-terminal-output .is-success span{color:var(--terminal-success)}.workflow-terminal-output p{min-width:0;margin:0;overflow-wrap:anywhere}.workflow-artifacts{border-top:1px solid var(--line);padding-top:14px}.workflow-artifacts summary{cursor:pointer;font-weight:700}.workflow-artifacts p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;margin:0}.timeline-item--error>i{background:var(--danger)}.timeline-item--warning>i{background:var(--warning)}.timeline-item--success>i{background:var(--success)}.timeline{position:relative;padding-top:8px}.timeline-item{position:relative;display:grid;min-height:58px;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.timeline-item>i{width:8px;height:8px;border-radius:50%;background:var(--accent)}.timeline-item strong,.timeline-item small{display:block}.timeline-item small,.timeline-item time{color:var(--muted);font-size:12px}.chart{width:100%;min-height:280px;padding-top:12px}.alert-list{display:grid}.alert-list article{display:grid;min-width:0;min-height:82px;grid-template-columns:28px minmax(0,1fr) minmax(112px,auto);align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:10px 0}.alert-list article.is-resolved{opacity:.68}.alert-list article.is-read:not(.is-resolved){opacity:.86}.alert-content{min-width:0}.alert-title{display:flex;min-width:0;flex-wrap:wrap;align-items:baseline;gap:2px 10px}.alert-title strong{min-width:0;overflow-wrap:anywhere}.alert-title span{color:var(--muted);font-size:11px;white-space:nowrap}.alert-list p{margin:2px 0;color:var(--muted)}.alert-list small{color:var(--quiet)}.alert-state{display:grid;justify-items:start;gap:5px}.alert-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--warning-soft);color:var(--warning)}.alert-icon--info{background:var(--accent-soft);color:var(--blue)}.alert-icon--critical{background:var(--danger-soft);color:var(--danger)}.alert-icon--resolved{background:var(--success-soft);color:var(--success)}.setting-line{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.setting-line strong,.setting-line small{display:block}.setting-line small{color:var(--muted)}.appearance-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.appearance-options button{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px;text-align:left}.appearance-options button.is-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--focus)}.appearance-preview{position:relative;display:block;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:5px;background:var(--preview-canvas)}.appearance-preview:before{position:absolute;inset:0 auto 0 0;width:22%;background:var(--preview-light);content:""}.appearance-preview--dark{background:var(--preview-dark-canvas)}.appearance-preview--dark:before{background:var(--preview-dark-surface)}.appearance-preview--system{background:var(--preview-dark-canvas)}.appearance-preview--system:before{width:50%;background:var(--preview-canvas)}.appearance-preview--system:after{position:absolute;inset:0 auto 0 0;width:11%;background:var(--preview-light);content:""}.subscription-main{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;align-items:start}.subscription-info{display:grid;gap:14px}.subscription-import{justify-self:start}.subscription-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted)}.advanced-links summary{color:var(--accent);cursor:pointer}.advanced-row{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:10px;margin-top:8px}.qr{margin:0;border:1px solid var(--line);border-radius:8px;background:var(--qr-surface);padding:12px}.qr img{display:block;width:100%;height:auto;aspect-ratio:1;image-rendering:crisp-edges}.qr figcaption{margin-top:10px;color:var(--muted);font-size:12px;text-align:center}.auth-page{display:grid;min-height:100vh;place-items:center;background:var(--canvas);padding:32px 20px}.auth-layout{display:grid;width:min(760px,100%);grid-template-columns:minmax(360px,440px) minmax(220px,1fr);grid-template-areas:"brand brand" "card trust" "connection connection";align-items:center;gap:28px 48px}.auth-layout>.brand{grid-area:brand;height:auto;flex-basis:auto;justify-self:center;padding:0;font-size:30px}.auth-card{display:grid;grid-area:card;width:100%;gap:20px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);padding:32px}.auth-card h1{margin:0;font-size:24px}.auth-form{display:grid;gap:16px}.auth-form .button--primary{width:100%;min-height:40px;margin-top:4px}.auth-link{justify-self:center;border:0;background:transparent;color:var(--accent);padding:4px}.auth-error{border-radius:6px;background:var(--danger-soft);color:var(--danger);padding:10px 12px}.auth-totp{border-top:1px solid var(--line);padding-top:14px}.auth-totp summary{cursor:pointer;color:var(--muted);font-weight:620}.auth-totp[open] summary{margin-bottom:14px;color:var(--text)}.auth-trust{display:grid;grid-area:trust;gap:22px;align-self:center}.auth-trust>strong{margin-bottom:4px;font-size:17px}.auth-trust>span{display:flex;align-items:center;gap:10px;color:var(--muted)}.auth-trust svg{color:var(--success)}.auth-connection{display:flex;grid-area:connection;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:12px}.global-error{position:fixed;z-index:100;right:20px;bottom:20px;width:min(420px,calc(100vw - 40px))}.route-error{min-height:100dvh;display:grid;place-items:center;padding:24px;background:var(--canvas)}.route-error section{width:min(100%,420px);padding:32px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.route-error span{color:var(--muted)}.route-error h1{margin:8px 0 24px;font-size:24px}.route-error button{min-height:40px;padding:0 16px;border:0;border-radius:6px;color:var(--on-strong);background:var(--accent);font:inherit;font-weight:700;cursor:pointer}.settings-workspace{display:grid;grid-template-columns:184px minmax(0,1fr);align-items:start;gap:28px}.settings-navigation{position:sticky;top:82px;display:grid;gap:3px;border-right:1px solid var(--line);padding-right:16px}.settings-navigation button{display:grid;min-width:0;min-height:54px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:6px;background:transparent;color:var(--muted);padding:8px 10px;text-align:left}.settings-navigation button:hover{background:var(--surface-hover);color:var(--text)}.settings-navigation button.is-active{background:var(--accent-soft);color:var(--accent-strong)}.settings-navigation button span,.settings-navigation button strong,.settings-navigation button small{display:block;min-width:0}.settings-navigation button strong,.settings-navigation button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-navigation button strong{color:inherit;font-size:13px}.settings-navigation button small{margin-top:2px;color:var(--quiet);font-size:11px}.settings-content{min-width:0}.settings-content>.tab-content{padding-top:0}.portal{min-height:100vh;background:var(--canvas)}.portal-bar{display:flex;height:64px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--surface);padding:0 max(20px,calc((100vw - 1040px)/2))}.portal-bar>div{display:flex;align-items:center;gap:8px}.portal-main{width:min(1040px,100%);margin:0 auto;padding:28px 20px 64px}.portal-hero{display:flex;min-height:94px;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.portal-hero>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 10px;padding-bottom:18px}.portal-hero>div>span:first-child{grid-column:1 / -1;color:var(--muted);font-size:12px;font-weight:650}.portal-hero h1{margin:0;font-size:28px;line-height:36px}.portal-tabs{display:flex;align-items:flex-end;gap:24px}.portal-tabs button{display:inline-flex;height:48px;align-items:center;gap:7px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:0}.portal-tabs button.is-active{border-color:var(--accent);color:var(--text);font-weight:650}.portal-metrics{display:grid;grid-template-columns:1.35fr 1fr 1fr;margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.portal-metrics>div{position:relative;display:grid;min-height:92px;grid-template-columns:24px minmax(0,1fr);align-content:center;column-gap:10px;border-right:1px solid var(--line);padding:14px 18px}.portal-metrics>div:last-child{border-right:0}.portal-metrics svg{grid-row:1 / 3;color:var(--accent)}.portal-metrics span{color:var(--muted);font-size:12px}.portal-metrics strong{overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.portal-metrics i{position:absolute;right:18px;bottom:12px;left:52px;height:3px;overflow:hidden;border-radius:2px;background:var(--surface-subtle)}.portal-metrics i b{display:block;height:100%;background:var(--accent)}.portal-node-list,.portal-subscription{margin-top:26px}.portal-node-list>header,.portal-subscription>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.portal-node-list>header span,.portal-subscription>header>span{font-size:16px;font-weight:700}.portal-node-list>header strong{display:inline-grid;min-width:22px;height:22px;place-items:center;border-radius:11px;background:var(--surface-subtle);font-size:11px}.portal-subscription>header .field{width:min(240px,50%)}.portal-node-list>div{border-bottom:1px solid var(--line)}.portal-node{display:grid;min-height:62px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border-top:1px solid var(--line);padding:9px 4px}.portal-node:first-child{border-top:0}@media(max-width:1000px){.overview-grid,.detail-grid,.workbench-grid,.split-workspace,.workflow-workspace,.workflow-console-grid,.update-center-grid{grid-template-columns:1fr}.settings-workspace{grid-template-columns:1fr;gap:18px}.settings-navigation{position:static;display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:0;scrollbar-width:none}.settings-navigation button{min-width:max-content;min-height:46px;grid-template-columns:18px auto;border-radius:0;padding:7px 10px}.settings-navigation button.is-active{box-shadow:inset 0 -2px var(--accent)}.settings-navigation button small{display:none}.workflow-list{position:static;max-height:none}.section-block--span{grid-column:auto!important}.summary-row{grid-template-columns:1fr 1fr}.summary-row>div:nth-child(2n){border-right:0}.summary-row>div{border-bottom:1px solid var(--line)}.summary-row>div:last-child{border-bottom:0}.compact-list--columns{grid-template-columns:1fr}.production-status-grid{grid-template-columns:1fr 1fr}.production-status-grid article{border-bottom:1px solid var(--line)}.production-status-grid article:nth-child(2n){border-right:0}.production-status-grid article:nth-last-child(-n+2){border-bottom:0}.production-dependencies{grid-template-columns:repeat(3,minmax(0,1fr))}.production-dependencies>div:nth-child(3n){border-right:0}.production-dependencies>div:nth-child(n+4){border-top:1px solid var(--line)}.workflow-telemetry{grid-template-columns:1fr 1fr}.workflow-telemetry>div:nth-child(2n){border-right:0}.workflow-telemetry>div:nth-child(n+3){border-top:1px solid var(--line)}.action-list{grid-template-columns:1fr}.workbench-health .summary-row{grid-template-columns:repeat(3,1fr)}.auth-layout{grid-template-columns:minmax(360px,440px);grid-template-areas:"brand" "card" "trust" "connection";justify-content:center}.auth-trust{grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}.auth-trust>strong{grid-column:1 / -1}.auth-trust>span{flex-direction:column}}@media(max-width:760px){.app-shell{display:block;padding-bottom:64px}.sidebar{display:none}.topbar{position:sticky;height:56px;gap:8px;padding:0 12px}.global-search{width:auto;min-width:0;flex:1 1 0}.topbar-actions{flex:0 0 auto}.global-search kbd,.realtime-state{display:none}.topbar-account-menu{display:block}.action-with-count b{top:-3px;right:3px}.main{min-width:0}.workflow-progress-head{align-items:stretch;flex-direction:column}.workflow-control-actions{flex-wrap:wrap}.workflow-telemetry{grid-template-columns:1fr}.workflow-telemetry>div{border-right:0;border-top:1px solid var(--line)}.workflow-telemetry>div:first-child{border-top:0}.workflow-failure{grid-template-columns:auto minmax(0,1fr)}.workflow-failure .button{grid-column:1 / -1}.workflow-terminal-output>div{grid-template-columns:62px 34px minmax(0,1fr)}.workflow-terminal-output>div span{display:none}.mobile-nav{position:fixed;z-index:40;right:0;bottom:0;left:0;display:grid;height:64px;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 96%,transparent);padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav .nav-item{display:grid;height:64px;place-items:center;gap:1px;border-radius:0;padding:5px 2px;font-size:11px;text-align:center}.mobile-nav .nav-item span{display:block;max-width:100%}.page{padding:18px 16px 32px}.detail-header{min-height:0;align-items:center;gap:12px;padding-bottom:14px}.detail-heading h1{font-size:21px;line-height:28px}.detail-metadata{gap:4px 10px;margin-top:4px}.workbench-grid{gap:12px}.workbench-health .summary-row{grid-template-columns:1fr 1fr}.workbench-health .summary-row>div{min-height:70px;border-bottom:1px solid var(--line)}.workbench-health .summary-row>div:nth-child(2n){border-right:0}.workbench-health .summary-row>div:last-child{grid-column:1 / -1}.auth-page{padding:24px 16px}.auth-layout{min-width:0;grid-template-columns:1fr;gap:20px}.auth-card{padding:24px 20px}.auth-trust{display:none}.update-center{padding-bottom:72px}.page-header{align-items:center}.page-header h1{font-size:20px;line-height:28px}.page-actions{gap:6px}.page-actions .button--with-icon span{display:none}.page-actions .button--with-icon{width:40px;min-height:40px;padding:0}.section-actions{flex-wrap:nowrap}.section-actions .button--with-icon{width:36px;padding:0}.section-actions .button--with-icon span{display:none}.tabs{gap:20px}.resource-toolbar{align-items:stretch}.resource-toolbar .button--with-icon span{display:none}.resource-toolbar .button--with-icon{width:40px;padding:0}.summary-row{grid-template-columns:1fr 1fr}.summary-row>div{padding:11px 12px}.production-dependencies{grid-template-columns:1fr 1fr}.production-dependencies>div,.production-dependencies>div:nth-child(3n){border-right:1px solid var(--line)}.production-dependencies>div:nth-child(2n){border-right:0}.production-dependencies>div:nth-child(n+3){border-top:1px solid var(--line)}.production-dependencies>div:last-child{grid-column:1 / -1;border-right:0}.compact-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.compact-row>span:not(.row-main):not(.status-badge),.compact-row>time{display:none}.alert-list article{grid-template-columns:28px minmax(0,1fr);align-items:start}.alert-icon{margin-top:2px}.alert-state{display:flex;grid-column:2;flex-wrap:wrap;gap:5px 12px}.diagnostic{grid-template-columns:1fr;gap:5px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.inline-form{grid-template-columns:1fr}.drawer,.drawer--wide{width:100vw}.drawer-body{padding:16px}.flow-steps{grid-template-columns:1fr 1fr}.subscription-main{grid-template-columns:1fr}.qr{width:min(260px,100%);justify-self:center}.advanced-row,.appearance-options{grid-template-columns:1fr}.portal-bar{padding:0 16px}.portal-bar .status-badge{display:none!important}.portal-main{padding-inline:16px}.portal-hero{min-height:82px;align-items:flex-end}.portal-hero>div{padding-bottom:14px}.portal-hero h1{max-width:50vw;overflow:hidden;font-size:22px;line-height:30px;text-overflow:ellipsis;white-space:nowrap}.portal-tabs{gap:16px}.portal-tabs button{height:44px}.portal-metrics{grid-template-columns:1fr 1fr}.portal-metrics>div{min-height:80px;border-bottom:1px solid var(--line)}.portal-metrics>div:nth-child(2){border-right:0}.portal-metrics>div:last-child{grid-column:1 / -1;border-bottom:0}.portal-subscription>header{align-items:stretch;flex-direction:column;padding-bottom:12px}.portal-subscription>header .field{width:100%}.update-progress header,.update-progress footer{align-items:flex-start}.update-progress footer{flex-wrap:wrap}.update-progress footer span:nth-child(2){order:3;width:100%;text-align:left;white-space:normal}.update-form{padding-bottom:24px}.audit-table{display:none}.audit-mobile-list{display:grid;gap:10px}.audit-mobile-list article{display:grid;gap:10px;border-bottom:1px solid var(--line);padding:2px 0 14px}.audit-mobile-list article:last-child{border-bottom:0}.audit-mobile-list header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.audit-mobile-list header>div{display:grid;gap:2px;min-width:0}.audit-mobile-list header small,.audit-mobile-list dt{color:var(--muted)}.audit-mobile-list p{margin:0;line-height:1.55;overflow-wrap:anywhere}.audit-mobile-list dl{display:grid;gap:5px;margin:0}.audit-mobile-list dl>div{display:grid;grid-template-columns:54px minmax(0,1fr);gap:8px}.audit-mobile-list dt,.audit-mobile-list dd{margin:0;font-size:12px;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
