:root{color-scheme:light;--rail-width:248px;--bg:#f3f3f2;--bg-subtle:#e8e8e6;--bg-elevated:#ffffff;--bg-panel:#ffffff;--bg-panel-strong:#f8f8f8;--bg-inverse:#111111;--bg-inverse-soft:#202020;--line:#dddddd;--line-strong:#bdbdbd;--line-inverse:rgba(255,255,255,0.12);--text:#121212;--text-muted:#555555;--text-soft:#767676;--text-inverse:#f8f8f8;--accent:#161616;--accent-strong:#050505;--accent-soft:rgba(17,17,17,0.07);--accent-tint:#eeeeee;--success:#161616;--success-soft:rgba(17,17,17,0.08);--warning:#606060;--danger:#252525;--danger-soft:rgba(17,17,17,0.08);--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:8px;--radius-xl:8px;--shadow:0 1px 2px rgba(17,17,17,0.06);--shadow-strong:0 16px 42px rgba(17,17,17,0.18);--shadow-soft:0 1px 2px rgba(17,17,17,0.05);--font-sans:"SF Pro Text","SF Pro Display","PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"SFMono-Regular","Cascadia Mono","Roboto Mono",Consolas,monospace}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body:before{content:none}a{color:inherit;text-decoration:none}.skip-link{position:fixed;top:14px;left:14px;z-index:100;padding:10px 12px;color:#ffffff;background:var(--accent);border-radius:var(--radius-sm);box-shadow:var(--shadow);transform:translateY(-140%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}button,input,select,textarea{min-width:0;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}input,textarea{color:var(--text)}textarea{resize:vertical}select{color:var(--text);background:var(--bg-elevated)}input::placeholder,textarea::placeholder{color:#8b8b88}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(17,17,17,.22);outline-offset:2px}.app-shell{display:grid;min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;gap:20px;height:100vh;padding:18px 14px;overflow-y:auto;color:rgba(247,247,247,.9);background:#151515;border-right:1px solid rgba(255,255,255,.08);box-shadow:none}.sidebar:before{content:none}.sidebar>*{position:relative;z-index:1}.sidebar-top{display:flex;align-items:center;gap:10px;padding:2px 4px 10px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{display:grid;flex-shrink:0;width:34px;height:34px;place-items:center;color:#ffffff;background:#242424;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);box-shadow:none}.brand-copy{min-width:0}.brand-eyebrow,.hero-kicker,.hero-metric span,.mini-metric span,.muted-label,.page-eyebrow,.panel-overline,.sidebar-label{color:var(--text-soft);font-size:11px;font-weight:700;line-height:1.4;letter-spacing:0;text-transform:none}.sidebar .brand-eyebrow,.sidebar .sidebar-label{color:rgba(247,250,249,.5)}.brand-title{margin-top:2px;font-size:15px;font-weight:750;line-height:1.25}.sidebar-section{display:grid;grid-gap:12px;gap:12px}.sidebar-section-fill{flex:1 1;align-content:start}.nav-list{display:grid;grid-gap:4px;gap:4px}.nav-item{display:flex;align-items:center;min-height:40px;padding:8px 10px;color:rgba(247,250,249,.68);background:transparent;border-radius:var(--radius-sm);transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.nav-item:hover{background:rgba(255,255,255,.08);border-color:transparent}.nav-item-active{color:#ffffff;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.12);box-shadow:none}.nav-icon-wrap{display:grid;flex-shrink:0;width:26px;height:26px;place-items:center;color:rgba(247,250,249,.72);background:transparent;border:0;border-radius:var(--radius-xs)}.nav-item-active .nav-icon-wrap{color:#ffffff;background:rgba(255,255,255,.08)}.nav-label{flex:1 1;min-width:0;font-weight:680}.nav-chevron{flex-shrink:0;color:rgba(247,250,249,.34)}.empty-state,.hero-panel,.login-card,.ops-card,.page-summary-card,.panel,.stat-card,.table-card{background:var(--bg-panel);border:1px solid var(--line);box-shadow:var(--shadow)}.ops-card{display:grid;grid-gap:12px;gap:12px;padding:16px;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);border-radius:var(--radius-lg);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.ops-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:30px;gap:8px;padding:0 10px;color:#ffffff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:12px;font-weight:700}.login-card h2,.ops-card h2,.panel h2,.table-toolbar h2{margin:0;color:inherit;font-size:18px;font-weight:750;line-height:1.32}.empty-state p,.hero-copy p,.login-card p,.ops-card p,.page-header p,.page-summary-meta,.panel p,.stack-subtitle,.stat-hint{margin:0;color:var(--text-muted);line-height:1.65}.sidebar .ops-card p{color:rgba(247,250,249,.64)}.ops-meta{display:flex;flex-wrap:wrap;gap:8px}.ops-meta span{display:inline-flex;min-height:28px;align-items:center;padding:0 9px;color:rgba(247,250,249,.72);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:999px}.panel-note,.stack-status-group,.topbar-user-meta{color:var(--text-soft);font-size:12px}.sidebar-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.page-summary-value,.sidebar-footer-value,.topbar-user-name{margin-top:4px;font-size:14px;font-weight:700}.sidebar-footer-value{color:#ffffff}.content{padding:24px 30px 36px}.content-inner{width:min(100%,1500px);min-width:0;margin:0 auto}.page-stack{display:grid;min-width:0;grid-gap:22px;gap:22px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px 16px;margin-bottom:22px;flex-wrap:wrap}.topbar-search{display:flex;flex:1 1 360px;align-items:center;min-width:280px;min-height:46px;gap:10px;padding:0 15px;color:var(--text-muted);background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.68);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.mini-metric strong,.page-summary-meta,.topbar-search span{overflow-wrap:anywhere}.topbar-actions{flex:1 1 auto;justify-content:flex-end;gap:10px;flex-wrap:wrap}.topbar-actions,.topbar-user{display:flex;align-items:center}.topbar-user{min-height:46px;gap:12px;padding:0 14px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.68);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.topbar-context{display:grid;flex:1 1 240px;min-height:46px;align-content:center;grid-gap:3px;gap:3px;padding:0 2px}.topbar-context span{color:var(--text-soft);font-size:12px;line-height:1.3}.topbar-context strong{font-size:15px;font-weight:760;line-height:1.3}.stat-pulse,.topbar-user-dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 5px var(--accent-soft)}.ghost-button,.icon-button,.primary-button,.secondary-button,.toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid transparent;border-radius:var(--radius-sm);transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.ghost-button,.icon-button,.secondary-button{color:var(--text);background:rgba(255,255,255,.78);border-color:rgba(17,31,37,.1)}.sidebar .ghost-button{color:rgba(247,250,249,.86);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.icon-button{width:42px;padding:0}.primary-button{background:#121212;border-color:#121212;box-shadow:0 14px 30px rgba(17,17,17,.16);font-weight:760}.ghost-button,.secondary-button{font-weight:700}.ghost-button:hover,.icon-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.ghost-button:hover,.icon-button:hover,.secondary-button:hover{background:#ffffff;border-color:var(--line-strong);box-shadow:var(--shadow-soft)}.sidebar .ghost-button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}.primary-button:hover{background:#000000;box-shadow:0 18px 36px rgba(17,17,17,.2)}.danger-primary-button{color:#ffffff;background:var(--danger);border-color:var(--danger);box-shadow:0 14px 30px rgba(17,17,17,.16)}.danger-primary-button:hover{background:#3a3a3a;border-color:#3a3a3a;box-shadow:0 18px 36px rgba(17,17,17,.2)}.ghost-button:active,.icon-button:active,.primary-button:active,.secondary-button:active{transform:translateY(0) scale(.98)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px 24px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid var(--line)}.page-header>div:first-child{flex:1 1 540px;min-width:0}.page-header h1{max-width:none;margin:0;font-size:24px;line-height:1.2;text-wrap:balance}.hero-copy h2{max-width:15ch;margin:8px 0 0;font-size:clamp(34px,3.1vw,48px);font-weight:790;line-height:1.02;text-wrap:balance}.page-header p{max-width:68ch;margin-top:4px}.page-header-aside{flex:0 0 min(304px,100%);min-width:min(304px,100%)}.page-summary-card{min-width:0;padding:18px;border-radius:var(--radius-lg)}.page-summary-value{color:var(--accent-strong);font-size:22px}.hero-panel{position:relative;display:grid;grid-template-columns:minmax(0,1.48fr) minmax(300px,390px);grid-gap:22px;gap:22px;min-height:360px;padding:30px;overflow:hidden;background:rgba(255,255,255,.94);border-radius:var(--radius-lg);box-shadow:var(--shadow-strong)}.hero-panel:after{position:absolute;right:-80px;bottom:-110px;width:360px;height:360px;content:none;background:none;transform:rotate(-12deg);opacity:.42}.hero-copy,.hero-metrics{position:relative;z-index:1}.hero-copy{display:grid;align-content:center;grid-gap:16px;gap:16px}.hero-kicker{width:-moz-fit-content;width:fit-content;padding:7px 10px;color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--line);border-radius:999px}.hero-copy p{max-width:62ch;font-size:16px}.hero-actions{display:flex;gap:12px;margin-top:4px;flex-wrap:wrap}.hero-metrics{display:grid;align-content:center;grid-gap:12px;gap:12px}.hero-metric{display:grid;grid-gap:9px;gap:9px;min-height:98px;padding:17px 18px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.hero-metric span{color:var(--text-soft)}.hero-metric strong{color:var(--text);font-size:20px;font-weight:760;line-height:1.25}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));grid-gap:14px;gap:14px}.stats-grid-compact{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.stat-card{position:relative;display:grid;min-width:0;grid-gap:12px;gap:12px;padding:18px;overflow:hidden;border-radius:var(--radius-lg)}.stat-card:after{position:absolute;inset:auto 16px 0;height:3px;content:"";background:#121212;border-radius:999px 999px 0 0;opacity:.14}.stat-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.stat-value{font-family:var(--font-mono);font-size:34px;font-weight:760;line-height:1;letter-spacing:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.content-grid,.feature-grid,.integration-grid{display:grid;grid-gap:16px;gap:16px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.integration-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.content-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}.empty-state,.login-card,.panel{min-width:0;padding:21px;border-radius:var(--radius-lg)}.spotlight-panel{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.panel-icon{display:grid;width:42px;height:42px;place-items:center;color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--line);border-radius:var(--radius-sm)}.panel-body{display:grid;min-width:0;grid-gap:8px;gap:8px}.form-footer,.panel-head,.panel-headline,.settings-toolbar,.table-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px 16px;flex-wrap:wrap}.overview-list-panel{display:grid;grid-gap:16px;gap:16px}.stack-list{display:grid;grid-gap:10px;gap:10px}.stack-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px 16px;padding:14px 0;border-top:1px solid var(--line);flex-wrap:wrap}.stack-list-item:first-child{padding-top:0;border-top:0}.stack-title{font-size:15px;font-weight:720;line-height:1.45}.runner-command-panel{display:grid;grid-gap:16px;gap:16px}.runner-command-panel h2{margin:0;font-size:22px;font-weight:760;line-height:1.3}.runner-command-panel p{margin-top:8px;max-width:64ch;color:var(--text-muted);line-height:1.65}.runner-command-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.runner-command-block{margin:0;padding:16px 18px;overflow-x:auto;color:var(--text);background:var(--bg-panel-strong);border:1px solid var(--line);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:13px;line-height:1.65;white-space:pre}.runner-chip-row,.table-actions{align-items:center}.runner-chip-row,.runner-note-row,.table-actions{display:flex;gap:10px;flex-wrap:wrap}.runner-row-actions{display:grid;width:-moz-fit-content;width:fit-content;margin-top:10px;grid-gap:8px;gap:8px}.runner-row-error{color:var(--danger);font-size:12px;line-height:1.45}.danger-button{color:var(--danger);min-width:112px;white-space:nowrap;border-color:rgba(17,17,17,.18);background:rgba(255,255,255,.82)}.danger-button:hover{color:#111111;border-color:rgba(17,17,17,.3);background:#ededeb;box-shadow:0 10px 22px rgba(17,17,17,.08)}.runner-command-error{color:var(--danger);font-size:13px;line-height:1.5}.stack-status-group{display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap}.integration-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.mini-metric{display:grid;min-width:0;min-height:110px;grid-gap:10px;gap:10px;padding:16px;background:var(--bg-panel-strong);border:1px solid var(--line);border-radius:var(--radius-md)}.mini-metric span{color:var(--text-soft)}.mini-metric strong{font-size:15px;font-weight:700;line-height:1.5}.mini-metric-span{grid-column:span 2}.panel-footer-note{align-items:flex-start;gap:8px;font-size:13px;line-height:1.6}.panel-footer-note,.status-chip{display:inline-flex;color:var(--text-muted)}.status-chip{align-items:center;width:-moz-fit-content;width:fit-content;min-height:30px;gap:6px;white-space:nowrap;background:rgba(255,255,255,.72);border:1px solid var(--line);font-size:12px;font-weight:700}.status-chip-ok{color:var(--accent-strong);background:var(--success-soft);border-color:var(--line-strong)}.status-chip-danger{color:var(--danger);background:#ececea;border-color:rgba(17,17,17,.2)}.status-chip-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.table-card{display:grid;grid-gap:16px;gap:16px;overflow:hidden;border-radius:var(--radius-lg)}.table-toolbar{padding:20px 20px 0}.table-scroll{padding-bottom:4px;overflow-x:auto}.table-scroll::-webkit-scrollbar{height:10px}.table-scroll::-webkit-scrollbar-thumb{background:rgba(17,31,37,.18);border-radius:999px}table{width:100%;min-width:980px;border-collapse:collapse}td,th{padding:16px 20px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line);font-size:14px;line-height:1.5}th{color:var(--text-soft);background:rgba(246,248,248,.88);font-size:11px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}tbody tr{transition:background-color .16s ease}tbody tr:hover{background:rgba(17,17,17,.035)}tr:last-child td{border-bottom:0}.table-title-cell{display:grid;min-width:0;grid-gap:4px;gap:4px}.table-title-cell strong{font-size:14px;font-weight:720;line-height:1.45}.table-title-cell span{color:var(--text-soft);overflow-wrap:anywhere;font-family:var(--font-mono);font-size:12px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-strong);font-size:14px;font-weight:740}.text-link:hover{color:var(--accent)}.empty-state{display:grid;grid-gap:8px;gap:8px;min-height:190px;align-content:center;background:#f7f7f5}.empty-state-title{font-size:20px;font-weight:760}.integration-form{display:grid;grid-gap:16px;gap:16px}.settings-toolbar-premium{padding:21px 22px}.settings-toolbar-copy{display:grid;grid-gap:8px;gap:8px}.settings-toolbar-copy h2{margin:0;font-size:22px;font-weight:760;line-height:1.3}.status-block{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settings-panel{display:grid;grid-gap:18px;gap:18px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.field{display:grid;min-width:0;grid-gap:8px;gap:8px}.field span{color:var(--text-muted);font-size:13px;font-weight:700}.field input,.field select{min-height:46px;padding:12px 14px;color:var(--text);background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.field input:hover,.field select:hover{border-color:var(--line-strong)}.field input:focus,.field select:focus{background:#ffffff;border-color:rgba(17,17,17,.44);box-shadow:0 0 0 4px rgba(17,17,17,.08);outline:none}.field input:disabled{color:var(--text-soft);background:rgba(236,241,243,.78)}.field input[type=file]{padding:8px;background:#ffffff}.field input[type=file]::-webkit-file-upload-button{min-height:30px;margin-right:12px;padding:0 12px;color:#ffffff;background:#161616;border:1px solid #161616;border-radius:var(--radius-xs);font:inherit;font-weight:720;cursor:pointer}.field input[type=file]::file-selector-button{min-height:30px;margin-right:12px;padding:0 12px;color:#ffffff;background:#161616;border:1px solid #161616;border-radius:var(--radius-xs);font:inherit;font-weight:720;cursor:pointer}.field input[type=file]::-webkit-file-upload-button:hover{background:#000000}.field input[type=file]::file-selector-button:hover{background:#000000}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-soft) 50%),linear-gradient(135deg,var(--text-soft) 50%,transparent 50%);background-position:calc(100% - 18px) 20px,calc(100% - 12px) 20px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.field-span-2{grid-column:span 2}.field-toggle{display:flex;align-items:center;justify-content:space-between;min-height:46px;gap:12px;padding-left:2px}.toggle{justify-content:flex-start;width:58px;min-height:34px;padding:4px;background:#d6dde0;border-color:var(--line);border-radius:999px}.toggle-thumb{width:24px;height:24px;background:#ffffff;border:1px solid rgba(17,31,37,.09);border-radius:999px;box-shadow:0 6px 14px rgba(16,31,38,.12);transition:transform .18s ease}.toggle-active{background:var(--accent);border-color:var(--accent)}.toggle-active .toggle-thumb{transform:translateX(22px)}.footer-copy p{margin-top:8px}.footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.form-error,.form-success{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;font-size:14px;line-height:1.5}.form-error{color:var(--danger);background:var(--danger-soft);border:1px solid rgba(17,17,17,.16)}.form-success{color:var(--accent-strong);background:var(--success-soft);border:1px solid var(--line)}.spin{animation:spin 1s linear infinite}.loading-card,.loading-line,.loading-row,.loading-summary{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(17,31,37,.07),rgba(17,31,37,.13),rgba(17,31,37,.07));background-size:220% 100%;border-radius:var(--radius-sm);animation:loading-sweep 1.15s ease-in-out infinite}.loading-line-label{width:96px;height:14px;margin-bottom:14px}.loading-line-title{width:min(420px,70vw);height:44px}.loading-copy{margin:14px 0 0;color:var(--text-soft);font-size:15px}.loading-summary{width:190px;height:92px}.loading-card{min-height:132px}.loading-panel{display:grid;grid-gap:14px;gap:14px}.loading-row{height:46px}.loading-row-short{width:64%}@keyframes loading-sweep{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.field textarea{min-height:112px;resize:vertical;padding:12px 14px;color:var(--text);background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:inset 0 1px 0 rgba(255,255,255,.72);font:inherit;line-height:1.6;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.field textarea:hover{border-color:var(--line-strong)}.field textarea:focus{background:#ffffff;border-color:rgba(17,17,17,.44);box-shadow:0 0 0 4px rgba(17,17,17,.08);outline:none}.overview-metric-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.overview-metric-strip-compact{grid-template-columns:repeat(5,minmax(0,1fr))}.overview-metric{display:grid;min-width:0;grid-gap:5px;gap:5px;padding:14px 16px;border-right:1px solid var(--line)}.overview-metric span{color:var(--text-soft);font-size:12px;line-height:1.35}.overview-metric strong{color:var(--text);overflow-wrap:anywhere;font-size:24px;font-weight:780;line-height:1.05}.overview-metric small{color:var(--text-muted);font-size:12px;line-height:1.4}.overview-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;min-width:0}.overview-card,.overview-grid{display:grid;grid-gap:14px;gap:14px}.overview-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.overview-card-header h2{margin:0;font-size:18px;font-weight:760;line-height:1.25}.overview-card-header p{margin:5px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55}.overview-list{display:grid;border-top:1px solid var(--line)}.overview-list-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.overview-list-row:last-child{border-bottom:0}.overview-status-row{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.overview-empty{padding:18px 0;color:var(--text-soft);font-size:14px}.overview-table-card{align-self:stretch}.runner-command-card{display:grid;grid-gap:12px;gap:12px;padding:16px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.runner-command-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.runner-command-header h2{margin:0;font-size:18px;font-weight:760;line-height:1.25}.runner-command-header p{margin:5px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55}.runner-metric-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.loading-console{gap:14px}.loading-console-board{display:grid;grid-template-columns:minmax(320px,370px) minmax(0,1fr);grid-gap:14px;gap:14px}.loading-panel-card{min-height:260px;padding:16px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.loading-metric-card{min-height:86px;border-radius:0}.management-console{display:grid;grid-gap:14px;gap:14px;min-width:0}.console-board{grid-template-columns:minmax(320px,370px) minmax(0,1fr);grid-gap:14px}.console-board,.runner-split-console{display:grid;gap:14px;align-items:start;min-width:0}.runner-split-console{grid-template-columns:minmax(360px,430px) minmax(0,1fr);grid-gap:14px}.runner-detail-inspector,.runner-sidebar-stack{display:grid;grid-gap:14px;gap:14px;min-width:0}.runner-record-list{max-height:560px}.runner-record .status-chip-row{justify-content:flex-end}.runner-record{padding:0}.runner-record-main{display:grid;width:100%;min-height:44px;grid-gap:8px;gap:8px;padding:12px 14px 10px;color:inherit;text-align:left;background:transparent;border:0}.runner-record-actions{display:flex;justify-content:flex-end;padding:0 14px 12px}.runner-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.runner-detail-stack{display:grid;grid-gap:12px;gap:12px}.workstation-status-bar{display:grid;grid-gap:8px;gap:8px;min-height:24px}.remote-workstation-shell{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr) minmax(220px,272px);min-height:min(680px,calc(100vh - 176px));background:#f3f3f3;border:1px solid var(--line);overflow:hidden}.remote-workstation-sidebar{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;padding:14px;background:#171717;border-right:1px solid rgba(255,255,255,.1)}.remote-workstation-sidebar .panel-overline{color:rgba(255,255,255,.48)}.remote-workstation-sidebar-section{display:grid;grid-gap:8px;gap:8px;padding:12px;color:rgba(255,255,255,.9);background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md)}.remote-workstation-sidebar-section strong{overflow-wrap:anywhere;font-size:15px;line-height:1.35}.remote-workstation-section-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.remote-workstation-session-list{display:grid;max-height:180px;grid-gap:4px;gap:4px;overflow:auto}.remote-workstation-session{display:grid;grid-gap:3px;gap:3px;width:100%;padding:8px;color:rgba(255,255,255,.8);text-align:left;border-radius:4px}.remote-workstation-session-active,.remote-workstation-session:focus-visible,.remote-workstation-session:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}.remote-workstation-session span,.remote-workstation-session strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-session strong{font-size:12px}.remote-workstation-session span,.remote-workstation-session-empty{color:rgba(255,255,255,.48);font-family:var(--font-mono);font-size:11px}.remote-workstation-meta,.remote-workstation-sidebar-section p{margin:0;color:rgba(255,255,255,.62);font-size:12px;line-height:1.55;overflow-wrap:anywhere}.remote-workstation-meta{display:grid;grid-gap:4px;gap:4px;font-family:var(--font-mono)}.remote-workstation-sidebar-actions,.remote-workstation-status-row{display:flex;gap:8px;flex-wrap:wrap}.remote-workstation-sidebar-actions{padding-top:4px}.remote-workstation-attachment{display:flex;align-items:center;gap:8px;padding:9px 10px;color:rgba(255,255,255,.72);font-size:12px;border:1px dashed rgba(255,255,255,.2);border-radius:4px;cursor:pointer}.remote-workstation-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-attachment input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.remote-workstation-thread{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;min-height:0;background:#f7f7f7}.remote-workstation-thread-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;background:#ffffff;border-bottom:1px solid var(--line)}.remote-workstation-thread-header h3{margin:0;font-size:16px;font-weight:760;line-height:1.3}.remote-workstation-thread-meta{display:grid;justify-items:end;grid-gap:3px;gap:3px;color:var(--text-soft);font-family:var(--font-mono);font-size:12px;line-height:1.45}.remote-workstation-thread .workstation-status-bar{padding:10px 16px 0}.remote-workstation-thread-body{display:grid;align-content:start;grid-gap:10px;gap:10px;min-height:0;padding:16px;overflow:auto}.remote-workstation-message{display:grid;max-width:min(720px,100%);grid-gap:8px;gap:8px;padding:12px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-md)}.remote-workstation-message-assistant{margin-left:auto;background:#111111;border-color:#111111}.remote-workstation-message-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-soft);font-size:12px;line-height:1.4}.remote-workstation-message-meta strong{color:var(--text);font-size:13px}.remote-workstation-message-assistant .remote-workstation-message-meta,.remote-workstation-message-assistant .remote-workstation-message-meta strong{color:rgba(255,255,255,.72)}.remote-workstation-message-body{max-width:100%;margin:0;overflow:auto;color:var(--text);font-family:var(--font-mono);font-size:12px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.remote-workstation-message-assistant .remote-workstation-message-body{color:#ffffff}.remote-workstation-empty-state{display:grid;min-height:180px;place-items:center;color:var(--text-soft);border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffff}.remote-workstation-composer{display:grid;grid-gap:10px;gap:10px;padding:14px 16px 16px;background:#ffffff;border-top:1px solid var(--line)}.remote-workstation-composer textarea{width:100%;min-height:104px}.remote-workstation-composer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:10px;gap:10px}.remote-workstation-approval{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 16px 12px;padding:10px;color:var(--text);font-size:12px;background:#ededed;border:1px solid var(--line);border-radius:4px}.remote-workstation-resource-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;background:#ffffff;border-left:1px solid var(--line)}.remote-workstation-resource-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;padding:8px;background:#eeeeee}.remote-workstation-resource-tab{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:6px;color:var(--text-muted);font-size:11px;background:#f9f9f9;border:1px solid transparent;border-radius:3px}.remote-workstation-resource-tab-active,.remote-workstation-resource-tab:focus-visible,.remote-workstation-resource-tab:hover{color:#ffffff;background:#161616;border-color:#161616}.remote-workstation-resource-body{min-height:0;overflow:auto}.remote-workstation-resource-body pre{margin:0;color:var(--text-muted);font-family:var(--font-mono);font-size:11px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.remote-workstation-resource-actions{display:grid;grid-gap:8px;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.remote-workstation-resource-actions input,.remote-workstation-resource-actions select,.remote-workstation-resource-actions textarea{width:100%;min-width:0;min-height:34px;padding:7px 9px;color:var(--text);font:inherit;font-size:12px;line-height:1.45;background:#f8f8f8;border:1px solid var(--line);border-radius:3px;resize:vertical}.remote-workstation-resource-actions input:focus-visible,.remote-workstation-resource-actions select:focus-visible,.remote-workstation-resource-actions textarea:focus-visible{outline:2px solid #161616;outline-offset:1px}.remote-workstation-resource-list,.remote-workstation-settings-list{display:grid;grid-gap:6px;gap:6px}.remote-workstation-resource-item,.remote-workstation-settings-list article{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;padding:9px;background:#f6f6f6;border:1px solid var(--line);border-radius:4px}.remote-workstation-resource-item>div:first-child,.remote-workstation-settings-list article{min-width:0}.remote-workstation-resource-item span,.remote-workstation-resource-item strong,.remote-workstation-settings-list span,.remote-workstation-settings-list strong{display:block;overflow-wrap:anywhere}.remote-workstation-resource-item strong,.remote-workstation-settings-list strong{color:var(--text);font-size:12px;line-height:1.35}.remote-workstation-resource-item span,.remote-workstation-settings-list span{margin-top:2px;color:var(--text-soft);font-family:var(--font-mono);font-size:10px;line-height:1.45}.remote-workstation-resource-item-actions{display:flex;flex-shrink:0;gap:4px}.remote-workstation-secret-toggle{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:7px;color:var(--text-muted);font-size:12px}.remote-workstation-secret-toggle input{width:15px;min-height:15px;margin:0}.remote-workstation-settings-list article{align-items:start;flex-direction:column}.remote-workstation-resource-empty{display:grid;min-height:128px;place-items:center;color:var(--text-soft);font-size:12px;text-align:center}.remote-workstation-files-button{margin:12px}.dialog-panel-workstation .dialog-header{align-items:center;padding:14px 18px}.dialog-panel-workstation .dialog-header h2{font-size:18px}.dialog-panel-workstation .dialog-header p{margin-top:4px;font-size:13px;line-height:1.45}.remote-workstation-shell{grid-template-columns:minmax(220px,252px) minmax(0,1fr);height:min(760px,calc(100dvh - 132px));min-height:540px}.remote-workstation-shell-resource-open{grid-template-columns:minmax(220px,252px) minmax(0,1fr) minmax(238px,280px)}.remote-workstation-sidebar{grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:10px;padding:12px}.remote-workstation-sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.remote-workstation-sidebar-header>div:first-child{display:grid;min-width:0;grid-gap:3px;gap:3px}.remote-workstation-sidebar-header strong{overflow:hidden;color:#ffffff;font-size:14px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-sidebar-footer,.remote-workstation-sidebar-header>div:first-child>span:last-child{color:rgba(255,255,255,.5);font-family:var(--font-mono);font-size:11px;line-height:1.45}.remote-workstation-new-session{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;color:#111111;font-weight:650;background:#ffffff;border:1px solid #ffffff;border-radius:4px}.remote-workstation-new-session:hover:not(:disabled){background:#dcdcdc}.remote-workstation-session-search,.remote-workstation-workdir{display:flex;align-items:center;min-width:0;gap:7px;border:1px solid rgba(255,255,255,.16);border-radius:4px}.remote-workstation-session-search{padding:0 9px;color:rgba(255,255,255,.5);background:rgba(255,255,255,.055)}.remote-workstation-session-search input,.remote-workstation-workdir input{width:100%;min-width:0;padding:8px 0;color:inherit;font:inherit;font-size:12px;background:transparent;border:0;outline:0}.remote-workstation-session-search input::placeholder{color:rgba(255,255,255,.38)}.remote-workstation-session-list{padding-right:2px}.remote-workstation-session{padding:9px 8px}.remote-workstation-session:disabled{cursor:wait;opacity:.55}.remote-workstation-sidebar-footer{display:flex;justify-content:space-between;gap:8px;min-width:0}.remote-workstation-sidebar-footer span:last-child{overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-thread{grid-template-rows:auto auto minmax(0,1fr) auto auto}.remote-workstation-thread-header{align-items:center;padding:12px 16px}.remote-workstation-thread-heading{min-width:0}.remote-workstation-thread-heading h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-composer-actions,.remote-workstation-composer-toolbar,.remote-workstation-composer-tools,.remote-workstation-header-actions{display:flex;align-items:center;min-width:0;gap:8px}.remote-workstation-header-actions{justify-content:flex-end}.remote-workstation-agent-picker{display:inline-flex;align-items:center;min-width:0;gap:6px;padding:0 8px;color:var(--text-muted);background:#f2f2f2;border:1px solid var(--line);border-radius:4px}.remote-workstation-agent-picker select{min-width:92px;max-width:168px;padding:7px 0;color:var(--text);font:inherit;font-size:12px;background:transparent;border:0;outline:0}.remote-workstation-agent-picker:has(select:disabled){opacity:.62}.remote-workstation-model-chip{max-width:156px;overflow:hidden;color:var(--text-soft);font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.remote-workstation-thread .workstation-status-bar{min-height:0;padding:8px 16px 0}.remote-workstation-thread-body{padding:16px 18px 22px}.remote-workstation-message{max-width:min(760px,88%);padding:11px 13px;border-radius:5px}.remote-workstation-message-user{background:#e7e7e7}.remote-workstation-empty-state{align-content:center;justify-items:center;min-height:220px;gap:9px;padding:24px;text-align:center}.remote-workstation-empty-state strong{max-width:440px;color:var(--text);font-size:15px;font-weight:650;line-height:1.45}.remote-workstation-empty-state span{max-width:440px;color:var(--text-soft);font-size:13px;line-height:1.55}.remote-workstation-approval{margin:0 16px 10px}.remote-workstation-composer{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;gap:9px;padding:12px 16px;box-shadow:0 -12px 24px rgba(17,17,17,.04)}.remote-workstation-composer textarea{min-height:72px;padding:10px 11px;resize:vertical}.remote-workstation-composer-toolbar{justify-content:space-between}.remote-workstation-composer-tools{flex:1 1 auto}.remote-workstation-composer-actions{flex:0 0 auto}.remote-workstation-composer-actions .primary-button{min-width:82px}.remote-workstation-attachment{flex:0 0 auto;padding:7px 8px;color:var(--text-muted);border-color:var(--line)}.remote-workstation-workdir{width:min(240px,32vw);padding:0 8px;color:var(--text-muted);background:#f7f7f7;border-color:var(--line)}.remote-workstation-workdir input{padding:7px 0}.remote-workstation-resource-panel{grid-template-rows:auto auto minmax(0,1fr) auto}.remote-workstation-resource-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid var(--line)}.remote-workstation-resource-header>div{display:grid;grid-gap:2px;gap:2px}.remote-workstation-resource-header strong{font-size:13px}@media (max-width:1200px){.remote-workstation-shell,.remote-workstation-shell-resource-open{grid-template-columns:minmax(210px,244px) minmax(0,1fr)}.remote-workstation-shell-resource-open .remote-workstation-resource-panel{grid-column:1/-1;min-height:320px;border-top:1px solid var(--line);border-left:0}}@media (max-width:760px){.remote-workstation-shell,.remote-workstation-shell-resource-open{position:relative;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);height:calc(100dvh - 140px);min-height:0;overflow:hidden}.remote-workstation-sidebar{grid-template-rows:auto auto minmax(0,1fr);max-height:176px;padding:10px;overflow:hidden;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.remote-workstation-section-heading,.remote-workstation-session-search,.remote-workstation-sidebar-footer{display:none}.remote-workstation-session-list{display:flex;min-height:0;overflow-x:auto;overflow-y:hidden}.remote-workstation-session{flex:0 0 164px}.remote-workstation-thread{min-height:0;overflow:hidden}.remote-workstation-shell-resource-open .remote-workstation-resource-panel{position:absolute;z-index:5;inset:0;min-height:0;overflow:auto;border:0}.remote-workstation-composer-toolbar,.remote-workstation-thread-header{align-items:stretch;flex-direction:column}.remote-workstation-composer-actions,.remote-workstation-header-actions{justify-content:space-between}.remote-workstation-agent-picker,.remote-workstation-agent-picker select,.remote-workstation-workdir{max-width:none;width:100%}.remote-workstation-composer-tools{align-items:stretch;flex-direction:column}}.detail-muted-block{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:12px;background:#f7f7f7;border:1px solid var(--line);border-radius:var(--radius-md)}.detail-muted-block p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6;overflow-wrap:anywhere}.detail-muted-title{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px;font-weight:720}.enrollment-token-panel .table-toolbar{align-items:flex-start}.enrollment-token-inline-code{display:grid;grid-gap:8px;gap:8px;padding:14px;background:#fbfbfb;border-top:1px solid var(--line)}.enrollment-token-inline-code code{display:block;max-width:100%;overflow-wrap:anywhere;color:var(--text);font-family:var(--font-mono);font-size:13px;line-height:1.6}.llm-ledger-list,.llm-usage-record-list,.token-record-list{display:grid;grid-gap:0;gap:0;min-width:0}.assignment-card,.llm-ledger-record,.llm-usage-record,.token-record{display:grid;min-width:0;grid-gap:10px;gap:10px;padding:14px;background:#ffffff;border-bottom:1px solid var(--line)}.llm-ledger-record:last-child,.llm-usage-record:last-child,.token-record:last-child{border-bottom:0}.assignment-card-footer,.assignment-card-header,.llm-ledger-footer,.llm-ledger-main,.llm-usage-main,.llm-usage-meta,.token-record-actions,.token-record-header{display:flex;align-items:flex-start;gap:10px;min-width:0;flex-wrap:wrap}.assignment-card-footer,.assignment-card-header,.llm-ledger-main,.llm-usage-main,.token-record-header{justify-content:space-between}.assignment-card-header>div,.llm-ledger-main>div,.llm-usage-main>div,.token-record-header>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.assignment-card strong,.llm-ledger-record strong,.llm-usage-record strong,.token-record strong{overflow-wrap:anywhere;color:var(--text);font-size:14px;font-weight:740;line-height:1.35}.assignment-card span,.llm-ledger-record span,.llm-usage-record span,.token-record span{color:var(--text-soft);font-size:12px;line-height:1.45}.assignment-card-grid,.llm-ledger-metrics,.token-record-meta{display:grid;min-width:0;grid-gap:8px;gap:8px}.token-record-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.assignment-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assignment-card-grid>div,.llm-ledger-metrics>div{display:grid;min-width:0;grid-gap:3px;gap:3px;padding:8px;background:#f8f8f8;border:1px solid var(--line);border-radius:var(--radius-sm)}.skill-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:14px}.assignment-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none}.llm-ledger-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.llm-ledger-footer,.llm-usage-meta{color:var(--text-soft)}.llm-usage-main{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(180px,1fr) auto;align-items:start}.llm-usage-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.compact-table-card,.console-list-card,.inspector-card{min-width:0;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.console-list-card{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:calc(100vh - 176px);overflow:hidden}.console-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid var(--line)}.console-card-header h2,.inspector-header h2{margin:0;color:var(--text);font-size:18px;font-weight:760;line-height:1.25}.console-row-meta,.console-summary-row,.console-toolbar,.inspector-actions{display:flex;align-items:center;flex-wrap:wrap}.console-summary-row{gap:10px;margin-top:6px;color:var(--text-soft);font-size:12px;line-height:1.4}.console-toolbar,.inspector-actions{justify-content:flex-end;gap:8px}.console-list{display:grid;align-content:start;min-height:0;overflow:auto}.console-row{display:grid;width:100%;grid-gap:8px;gap:8px;padding:12px 14px;color:var(--text);text-align:left;background:#ffffff;border:0;border-left:3px solid transparent;border-bottom:1px solid var(--line);border-radius:0;transition:background-color .16s ease,border-color .16s ease}.console-row:hover{background:#f7f7f7}.console-row-active{background:#f2f2f2;border-left-color:#111111}.console-row-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.console-row-main>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.console-row-main strong{overflow-wrap:anywhere;font-size:14px;font-weight:760;line-height:1.35}.console-row-main span,.console-row-meta{color:var(--text-soft);font-family:var(--font-mono);font-size:12px;line-height:1.45}.console-row p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.console-row-meta{gap:10px}.detail-inspector{display:grid;grid-gap:12px;gap:12px;min-width:0}.inspector-card{padding:16px}.inspector-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}.inspector-header>div:first-child{display:grid;min-width:0;grid-gap:6px;gap:6px}.inspector-header p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.inspector-section{display:grid;grid-gap:12px;gap:12px}.inspector-section-title{color:var(--text-muted);font-size:13px;font-weight:720}.definition-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 22px;gap:0 22px}.definition-list>div{display:grid;min-width:0;grid-gap:5px;gap:5px;padding:12px 0;border-bottom:1px solid var(--line)}.definition-list span{color:var(--text-soft);font-size:12px;line-height:1.4}.definition-list strong{color:var(--text);overflow-wrap:anywhere;font-size:14px;font-weight:680;line-height:1.5}.inspector-code{max-height:280px;margin:0;padding:12px;overflow:auto;color:var(--text);background:#f7f7f7;border:1px solid var(--line);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:12px;line-height:1.65;white-space:pre-wrap}.compact-empty-state{display:grid;grid-gap:12px;gap:12px;align-content:center;justify-items:flex-start;min-height:180px;padding:18px;color:var(--text)}.compact-table-card{display:grid;grid-gap:0;gap:0;overflow:hidden}.compact-table-card .table-toolbar{padding:13px 14px;border-bottom:1px solid var(--line)}.compact-table-card .table-toolbar h2{margin:0;font-size:15px;font-weight:740;line-height:1.35}.agent-workbench,.skill-workbench{display:grid;grid-column:1/-1;grid-template-columns:minmax(300px,350px) minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;min-width:0}.agent-workbench .console-list-card,.agent-workbench .inspector-card,.skill-workbench .console-list-card,.skill-workbench .inspector-card{border-radius:var(--radius-md);box-shadow:none}.agent-workbench .ghost-button,.agent-workbench .primary-button,.agent-workbench .secondary-button,.skill-workbench .ghost-button,.skill-workbench .primary-button,.skill-workbench .secondary-button{min-height:38px;border-radius:var(--radius-sm);box-shadow:none}.agent-workbench .ghost-button:hover,.agent-workbench .primary-button:hover,.agent-workbench .secondary-button:hover,.skill-workbench .ghost-button:hover,.skill-workbench .primary-button:hover,.skill-workbench .secondary-button:hover{box-shadow:none}.agent-workbench .status-chip,.skill-workbench .status-chip{min-height:26px;padding:0 8px;border-radius:var(--radius-sm);font-size:11px;font-weight:720}.skill-empty-workbench{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:start;min-height:360px;padding:26px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none}.skill-empty-copy{display:flex;align-items:flex-start;max-width:680px;gap:16px;min-width:0}.skill-empty-copy svg{flex:0 0 auto;color:var(--text)}.skill-empty-copy h2{margin:0;color:var(--text);font-size:clamp(24px,2.5vw,34px);font-weight:780;line-height:1.08}.skill-empty-copy p{max-width:46ch;margin:10px 0 0;color:var(--text-muted);font-size:14px;line-height:1.7}.skill-empty-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.skill-empty-rules{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin-top:8px;border-top:1px solid var(--line)}.skill-empty-rules>div{display:grid;min-width:0;grid-gap:8px;gap:8px;padding:18px 18px 0 0;border-right:1px solid var(--line)}.skill-empty-rules>div:last-child{border-right:0}.skill-empty-rules span{color:var(--text-soft);font-family:var(--font-mono);font-size:12px;line-height:1.4}.skill-empty-rules strong{color:var(--text);font-size:14px;font-weight:720;line-height:1.45}.skill-directory-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:calc(100vh - 176px);overflow:hidden}.skill-directory-panel .console-card-header{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;padding:16px}.skill-directory-panel .console-toolbar{justify-content:flex-start}.skill-directory-list{background:#ffffff}.skill-directory-row{gap:10px;padding:14px 16px;border-left:3px solid transparent}.skill-detail-actions,.skill-detail-title-row,.skill-directory-row-footer,.skill-directory-row-header,.skill-release-footer,.skill-release-header,.skill-section-heading{display:flex;align-items:flex-start;gap:10px;min-width:0;flex-wrap:wrap}.skill-detail-title-row,.skill-directory-row-header,.skill-release-header,.skill-section-heading{justify-content:space-between}.skill-detail-heading,.skill-directory-row-title,.skill-release-title,.skill-runner-assignment-title{display:grid;min-width:0;grid-gap:4px;gap:4px}.skill-directory-row-title strong{color:inherit;font-size:14px;font-weight:760;line-height:1.35}.skill-directory-row-footer,.skill-directory-row-title span{color:var(--text-soft);font-family:var(--font-mono);font-size:11px;line-height:1.45}.skill-directory-row p{color:var(--text-muted);font-size:12px;line-height:1.55}.skill-directory-row.console-row-active{color:var(--text);background:#f2f2f2;border-left-color:#111111}.skill-directory-row.console-row-active:hover{background:#f2f2f2}.skill-directory-row.console-row-active .skill-directory-row-footer,.skill-directory-row.console-row-active .skill-directory-row-title span,.skill-directory-row.console-row-active p{color:var(--text-soft)}.skill-directory-row.console-row-active .status-chip{color:var(--text);background:#f2f2f2;border-color:var(--line)}.skill-detail-panel{display:grid;grid-gap:0;gap:0;min-height:calc(100vh - 176px);padding:0;overflow:hidden}.skill-detail-header{padding:20px;border-bottom:1px solid var(--line)}.skill-detail-heading{gap:8px}.skill-detail-heading h2{margin:0;font-size:clamp(22px,2vw,30px);font-weight:780;line-height:1.08}.skill-detail-heading p{max-width:72ch;margin:0;color:var(--text-muted);font-size:13px;line-height:1.65}.skill-detail-slug{width:-moz-fit-content;width:fit-content;max-width:100%;padding:4px 7px;overflow-wrap:anywhere;color:var(--text-soft);background:#f6f6f6;border:1px solid var(--line);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:12px;line-height:1.4}.skill-detail-actions{justify-content:flex-end}.skill-detail-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.skill-strip-item{display:grid;min-width:0;grid-gap:7px;gap:7px;padding:16px 20px;border-right:1px solid var(--line)}.skill-strip-item:last-child{border-right:0}.skill-detail-field span,.skill-release-label,.skill-strip-item span{color:var(--text-soft);font-size:12px;line-height:1.45}.skill-detail-field strong,.skill-strip-item strong{overflow-wrap:anywhere;color:var(--text);font-size:14px;font-weight:740;line-height:1.45}.skill-detail-section{display:grid;grid-gap:14px;gap:14px;padding:18px 20px 20px;border-bottom:1px solid var(--line)}.skill-detail-section:last-child{border-bottom:0}.skill-section-heading h3{margin:0;color:var(--text);font-size:15px;font-weight:760;line-height:1.35}.skill-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.skill-detail-field{display:grid;min-width:0;grid-gap:6px;gap:6px;padding:12px;background:#f7f7f7;border:1px solid var(--line);border-radius:var(--radius-sm)}.skill-detail-field-span-2{grid-column:1/-1}.skill-section-empty{min-height:96px;padding:14px}.skill-runner-assignment-list,.skill-section-empty{border:1px solid var(--line);border-radius:var(--radius-sm)}.skill-runner-assignment-list{grid-template-columns:1fr;gap:0;padding:0;overflow:hidden}.skill-runner-assignment-row{gap:12px;padding:14px;border:0;border-bottom:1px solid var(--line);border-radius:0}.skill-runner-assignment-row:last-child{border-bottom:0}.skill-runner-assignment-main{align-items:center}.skill-runner-assignment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.skill-runner-assignment-grid>div{padding:0;background:transparent;border:0;border-radius:0}.skill-release-title strong,.skill-runner-assignment-title strong{color:var(--text);font-size:14px;font-weight:760;line-height:1.4}.skill-release-meta,.skill-release-title span,.skill-runner-assignment-title span{color:var(--text-soft);font-family:var(--font-mono);font-size:12px;line-height:1.45}.skill-release-list{display:grid;grid-gap:0;gap:0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.skill-release-row{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:14px;background:#ffffff;border-bottom:1px solid var(--line)}.skill-release-row:last-child{border-bottom:0}.skill-release-row p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.skill-release-footer{align-items:center;justify-content:flex-start;padding-top:2px}.skill-release-footer .skills-code-line{flex:1 1 260px;min-width:0;color:var(--text-muted)}.agent-directory-shell{background:#ffffff}.agent-directory-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:calc(100vh - 176px);overflow:hidden}.agent-directory-panel .console-card-header{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;padding:16px}.agent-directory-panel .console-toolbar{justify-content:flex-start}.agent-directory-list{background:#ffffff}.agent-directory-empty{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-content:start;margin:8px;padding:18px;min-height:160px;color:var(--text);background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-sm)}.agent-directory-empty svg{margin-top:1px;color:var(--text-soft)}.agent-directory-empty strong{display:block;font-size:14px;font-weight:760;line-height:1.35}.agent-directory-empty p{margin:6px 0 0;color:var(--text-muted);font-size:12px;line-height:1.6}.agent-directory-row{gap:10px;padding:14px 16px;border-left:3px solid transparent}.agent-detail-actions,.agent-detail-title-row,.agent-directory-row-footer,.agent-directory-row-header,.agent-section-heading,.agent-skill-card-header{display:flex;align-items:flex-start;gap:10px;min-width:0;flex-wrap:wrap}.agent-detail-title-row,.agent-directory-row-header,.agent-section-heading{justify-content:space-between}.agent-detail-heading,.agent-directory-row-title{display:grid;min-width:0;grid-gap:4px;gap:4px}.agent-directory-row-title strong{color:inherit;font-size:14px;font-weight:760;line-height:1.35}.agent-directory-row-footer,.agent-directory-row-title span{color:var(--text-soft);font-family:var(--font-mono);font-size:11px;line-height:1.45}.agent-directory-row p{color:var(--text-muted);font-size:12px;line-height:1.55}.agent-directory-row.console-row-active{color:var(--text);background:#f2f2f2;border-left-color:#111111}.agent-directory-row.console-row-active:hover{background:#f2f2f2}.agent-directory-row.console-row-active .agent-directory-row-footer,.agent-directory-row.console-row-active .agent-directory-row-title span,.agent-directory-row.console-row-active p{color:var(--text-soft)}.agent-directory-row.console-row-active .status-chip{color:var(--text);background:#f2f2f2;border-color:var(--line)}.agent-detail-panel{display:grid;grid-gap:0;gap:0;min-height:calc(100vh - 176px);padding:0;overflow:hidden;background:#ffffff}.agent-detail-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:start;padding:24px 26px;border-bottom:1px solid var(--line)}.agent-detail-heading{gap:8px}.agent-detail-heading h2{margin:0;font-size:clamp(21px,1.8vw,26px);font-weight:780;line-height:1.12}.agent-detail-heading p{max-width:78ch;margin:0;color:var(--text-muted);font-size:13px;line-height:1.65}.agent-detail-meta-line{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;color:var(--text-soft);font-family:var(--font-mono);font-size:12px;line-height:1.4}.agent-detail-meta-line span{overflow-wrap:anywhere}.agent-detail-actions{justify-content:flex-end}.agent-detail-empty-panel{display:grid;align-content:start;min-height:calc(100vh - 176px);padding:0;overflow:hidden;background:#ffffff;border-radius:var(--radius-md)}.agent-detail-empty-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start;padding:24px 26px;border-bottom:1px solid var(--line)}.agent-detail-empty-copy{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;min-width:0}.agent-detail-empty-copy svg{margin-top:2px;color:var(--text)}.agent-detail-empty-copy h2{margin:0;color:var(--text);font-size:clamp(22px,2vw,28px);font-weight:780;line-height:1.12}.agent-detail-empty-copy p{max-width:58ch;margin:10px 0 0;color:var(--text-muted);font-size:13px;line-height:1.7}.agent-empty-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.agent-empty-guide-list{display:grid;padding:8px 26px 26px}.agent-empty-guide-row{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;padding:16px 0;border-bottom:1px solid var(--line)}.agent-empty-guide-row:last-child{border-bottom:0}.agent-empty-guide-row span{color:var(--text-soft);font-size:12px;font-weight:720;line-height:1.5}.agent-empty-guide-row strong{color:var(--text);font-size:14px;font-weight:700;line-height:1.55}.agent-runtime-grid span{color:var(--text-soft);font-size:12px;line-height:1.45}.agent-runtime-grid strong{overflow-wrap:anywhere;color:var(--text);font-size:14px;font-weight:740;line-height:1.45}.agent-detail-section{display:grid;grid-gap:16px;gap:16px;padding:22px 26px;border-bottom:1px solid var(--line)}.agent-detail-section:last-child{border-bottom:0}.agent-section-heading h3{margin:0;color:var(--text);font-size:15px;font-weight:760;line-height:1.35}.agent-section-count{color:var(--text-soft);font-size:12px;line-height:1.4}.agent-runtime-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.agent-runtime-grid>div{display:grid;min-width:0;grid-gap:7px;gap:7px;padding:14px 16px;background:#fafafa;border-right:1px solid var(--line)}.agent-runtime-grid>div:last-child{border-right:0}.agent-section-empty{min-height:96px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-sm)}.agent-skill-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px}.agent-skill-card{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:13px 14px;background:#fafafa;border:1px solid var(--line);border-radius:var(--radius-sm)}.agent-skill-card-header{align-items:center;justify-content:space-between}.agent-skill-card strong{color:var(--text);font-size:14px;font-weight:760;line-height:1.4}.agent-skill-card span{color:var(--text-soft);line-height:1.45}.agent-prompt-block,.agent-skill-card span{font-family:var(--font-mono);font-size:12px}.agent-prompt-block{max-height:300px;margin:0;padding:16px;overflow:auto;white-space:pre-wrap;word-break:break-word;color:var(--text);background:#111111;border:1px solid var(--line);border-radius:var(--radius-sm);line-height:1.65;color:#f4f4f4}.agent-editor-form{gap:14px}.agent-editor-grid{gap:12px 14px}.agent-editor-grid .field textarea{min-height:auto}.agent-editor-grid .field input,.agent-editor-grid .field textarea{background:#ffffff}.agent-editor-skills{margin-top:0;padding:12px 14px;background:#ffffff}.agent-editor-skills,.skill-import-summary{border:1px solid var(--line);border-radius:var(--radius-sm)}.skill-import-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden}.skill-import-summary>div{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:12px 14px;background:#fafafa;border-right:1px solid var(--line)}.skill-import-summary>div:last-child{border-right:0}.skill-import-summary small,.skill-import-summary span{color:var(--text-soft);font-size:12px;line-height:1.35}.skill-import-summary strong{color:var(--text);font-family:var(--font-mono);font-size:18px;font-weight:760;line-height:1.1}.audit-toolbar-copy{display:grid;grid-gap:4px;gap:4px}.audit-toolbar-meta{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45}.audit-pagination{gap:8px;flex-wrap:wrap}.audit-footer-controls,.audit-pagination{display:flex;align-items:center;justify-content:flex-end}.audit-footer-controls{flex:1 1;gap:10px;flex-wrap:wrap}.audit-control-form{display:flex;align-items:center;gap:8px;color:var(--text-soft);font-size:12px;line-height:1.4;white-space:nowrap}.audit-control-form input,.audit-control-form select{height:34px;color:var(--text);background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-sm)}.audit-control-form input{width:72px;padding:0 10px}.audit-control-form select{padding:0 30px 0 10px}.compact-button{min-height:34px;padding:8px 12px}.disabled-link{color:var(--text-soft);background:var(--bg-subtle);border-color:var(--line);pointer-events:none}.pagination-button-placeholder{display:inline-flex;width:92px;min-height:36px}.audit-footer{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;padding:14px 20px 18px;border-top:1px solid var(--line);flex-wrap:wrap}.audit-footer-summary{color:var(--text-soft);font-size:12px;line-height:1.45}.compact-table-card td,.compact-table-card th{padding:12px 14px}.skills-layout{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.sidebar-action-row{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.console-workspace{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.entity-list-panel,.workspace-main{min-width:0}.entity-list-panel,.workspace-main{display:grid;grid-gap:18px;gap:18px}.detail-actions,.detail-hero-panel,.entity-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px 16px;flex-wrap:wrap}.detail-hero-panel{padding:24px}.detail-hero-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}.detail-hero-copy h2{margin:0;font-size:28px;font-weight:780;line-height:1.08}.detail-actions{justify-content:flex-end}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.empty-detail-panel{display:grid;grid-gap:14px;gap:14px;justify-items:flex-start}.empty-state-action{width:-moz-fit-content;width:fit-content}.skills-main,.skills-sidebar-panel{min-width:0}.skills-main,.skills-sidebar-panel{display:grid;grid-gap:18px;gap:18px}.skills-empty-state{min-height:180px}.skills-list{display:grid;grid-gap:10px;gap:10px}.skills-list-item{display:grid;grid-gap:12px;gap:12px;width:100%;padding:16px;color:var(--text);text-align:left;background:rgba(255,255,255,.7);border:1px solid rgba(17,31,37,.08);border-radius:var(--radius-md);transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.skills-list-item:hover{transform:translateY(-1px);background:#ffffff;border-color:rgba(17,31,37,.14);box-shadow:var(--shadow-soft)}.skills-list-item-active{background:#ffffff;border-color:rgba(17,17,17,.18);box-shadow:var(--shadow-soft)}.skills-list-foot,.skills-list-title,.skills-sync-cell{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.skills-list-title{display:grid;grid-gap:4px;gap:4px}.skills-list-title strong{font-size:15px;font-weight:740;line-height:1.4}.skills-list-foot,.skills-list-title span{color:var(--text-soft);font-size:12px;font-family:var(--font-mono)}.skills-list-item p{margin:0;color:var(--text-muted);line-height:1.6}.skills-list-meta,.skills-meta-grid{display:grid;grid-gap:10px;gap:10px}.skills-list-meta{grid-template-columns:repeat(2,minmax(0,max-content))}.skills-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skills-code-line{line-height:1.7}.skills-code-line,.table-code{overflow-wrap:anywhere;font-family:var(--font-mono);font-size:12px}.table-code{display:inline-block;max-width:240px;line-height:1.55;color:var(--text-muted)}.llm-definition-list{grid-template-columns:repeat(3,minmax(0,1fr))}.llm-usage-footer-controls{justify-content:flex-end}.dialog-footer-actions-spread{width:100%;justify-content:space-between}.dialog-danger-actions{display:flex;gap:10px;flex-wrap:wrap}.inline-note{align-items:flex-start;line-height:1.5}.inline-note,.llm-price-unit{display:inline-flex;gap:8px;padding:12px 14px;color:var(--text-muted);background:#f7f7f7;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:13px}.llm-price-unit{align-items:center;min-height:46px;line-height:1.45}.compact-action-row,.model-chip-list,.model-picker-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.compact-action-row{justify-content:flex-end}.model-picker-panel{display:grid;grid-gap:14px;gap:14px;padding:16px;background:#fafafa;border:1px solid var(--line);border-radius:var(--radius-md)}.model-picker-header{justify-content:space-between}.model-picker-header h3{margin:0;color:var(--text);font-size:16px;font-weight:760}.model-picker-header p{max-width:640px;margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.model-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.model-option{display:flex;align-items:center;min-width:0;gap:10px;padding:10px 12px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-mono);font-size:12px;line-height:1.45}.model-option input{width:16px;height:16px;accent-color:#111111;flex:0 0 auto}.model-option span{min-width:0;overflow-wrap:anywhere}.agent-skill-picker{display:grid;grid-gap:12px;gap:12px}.agent-skill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.agent-skill-option{display:flex;gap:10px;align-items:flex-start;min-width:0;padding:12px;background:#ffffff;border:1px solid rgba(17,17,17,.1);border-radius:var(--radius-md)}.agent-skill-option input{margin-top:3px}.agent-skill-option span{display:grid;grid-gap:3px;gap:3px;min-width:0}.agent-skill-option small,.agent-skill-option strong{overflow-wrap:anywhere}.agent-skill-option small{color:var(--text-soft);font-family:var(--font-mono)}.dialog-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(17,17,17,.34)}.dialog-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(680px,calc(100vw - 48px));max-height:min(860px,calc(100vh - 48px));overflow:hidden;background:#fbfbfb;border:1px solid rgba(17,17,17,.12);border-radius:var(--radius-lg);box-shadow:0 24px 56px rgba(17,17,17,.2)}.dialog-panel-large{width:min(760px,calc(100vw - 48px))}.dialog-panel-wide{width:min(980px,calc(100vw - 48px))}.dialog-panel-workstation{width:min(1180px,calc(100vw - 32px));max-height:min(900px,calc(100vh - 32px));background:#f7f7f7}.dialog-panel-workstation .dialog-body{padding:0}.dialog-footer,.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 24px}.dialog-header{border-bottom:1px solid var(--line)}.dialog-header h2{margin:0;font-size:22px;font-weight:780;line-height:1.18}.dialog-header p{margin-top:8px;color:var(--text-muted);line-height:1.65}.dialog-close-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text);background:rgba(17,17,17,.03);border:1px solid rgba(17,17,17,.08);border-radius:var(--radius-sm)}.dialog-close-button:hover{background:rgba(17,17,17,.08)}.dialog-body{min-width:0;min-height:0;padding:20px 24px;overflow:auto}.dialog-footer{border-top:1px solid var(--line)}.dialog-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1 1;flex-wrap:wrap}.login-page{display:grid;min-height:100vh;place-items:center;padding:28px}.login-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);width:min(1240px,100%);grid-gap:20px;gap:20px;align-items:stretch}.login-card,.login-hero{min-height:570px}.login-hero{position:relative;display:grid;align-content:space-between;grid-gap:24px;gap:24px;padding:34px;overflow:hidden;color:var(--text-inverse);border-right:1px solid rgba(255,255,255,.12);box-shadow:none}.login-hero:after{position:absolute;right:-90px;bottom:-120px;width:390px;height:390px;background:none;transform:rotate(-10deg);opacity:.36}.login-hero>*{position:relative;z-index:1}.login-hero-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:34px;padding:0 12px;color:#ffffff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:12px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.login-hero h1{margin:0;font-size:clamp(40px,4.6vw,64px);font-weight:800;line-height:.98;text-wrap:balance}.login-hero p{max-width:56ch;margin:16px 0 0;color:rgba(247,250,249,.72);line-height:1.72}.login-feature-list{display:grid;grid-gap:14px;gap:14px}.login-feature-item{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;padding:16px 18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md)}.login-feature-item svg{color:#ffffff}.login-feature-item strong{display:block;color:#ffffff;font-size:15px;line-height:1.4}.login-feature-item span{display:block;margin-top:6px;color:rgba(247,250,249,.66);font-size:14px;line-height:1.6}.login-card{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:30px;border-radius:var(--radius-lg)}.login-card-header{display:grid;grid-gap:10px;gap:10px}.login-form{display:grid;grid-gap:16px;gap:16px}.login-form .primary-button{width:100%}.login-hint-row{display:flex;gap:10px 18px;color:var(--text-soft);font-size:13px;flex-wrap:wrap}.login-back{margin-top:6px}@media (max-width:1360px){.content{padding:20px 22px 30px}.page-header h1{font-size:22px}.hero-copy h2{font-size:clamp(32px,2.9vw,44px)}.runner-split-console{grid-template-columns:minmax(330px,390px) minmax(0,1fr)}.skill-workbench{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}.skill-detail-strip,.skill-import-summary,.skill-runner-assignment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-runtime-grid,.skill-assignment-grid{grid-template-columns:1fr}.llm-ledger-metrics,.llm-usage-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1200px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.content{padding-top:18px}.agent-workbench,.console-board,.content-grid,.feature-grid,.hero-panel,.integration-grid,.loading-console-board,.login-layout,.overview-grid,.runner-split-console,.skill-workbench,.skills-layout{grid-template-columns:1fr}.console-list-card{min-height:auto}.remote-workstation-shell{grid-template-columns:1fr}.remote-workstation-sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.remote-workstation-resource-panel{min-height:300px;border-left:0;border-top:1px solid var(--line)}.skill-empty-workbench{grid-template-columns:1fr}.agent-empty-actions,.skill-empty-actions{justify-content:flex-start}.skill-import-summary{grid-template-columns:1fr}.form-footer,.page-header,.settings-toolbar,.topbar{flex-direction:column;align-items:stretch}.page-header-aside{width:100%;flex-basis:auto}.footer-actions,.status-block{justify-content:flex-start}.login-card,.login-hero{min-height:auto}}@media (max-width:880px){.content,.login-page{padding:18px}.sidebar{padding:20px 18px}.assignment-card-grid,.definition-list,.field-grid,.integration-summary-grid,.llm-ledger-metrics,.llm-usage-main,.llm-usage-meta,.overview-metric-strip,.overview-metric-strip-compact,.remote-workstation-composer-row,.runner-detail-grid,.runner-metric-strip,.skill-detail-grid,.skill-detail-strip,.skill-empty-rules,.skill-runner-assignment-grid,.skills-meta-grid,.token-record-meta,.workstation-command-grid{grid-template-columns:1fr}.field-span-2,.mini-metric-span,.skill-detail-field-span-2{grid-column:span 1}.content-grid,.feature-grid,.stats-grid,.stats-grid-compact{grid-template-columns:1fr}.agent-detail-empty-hero,.assignment-card-footer,.assignment-card-header,.audit-footer,.audit-footer-controls,.console-card-header,.inspector-header,.llm-ledger-footer,.llm-ledger-main,.llm-usage-main,.overview-card-header,.panel-head,.panel-headline,.runner-command-header,.table-toolbar,.token-record-actions,.token-record-header{flex-direction:column;align-items:stretch}.agent-empty-actions,.audit-control-form,.audit-pagination{justify-content:flex-start}.agent-empty-guide-row{grid-template-columns:1fr;gap:6px}.topbar-search{min-width:0}.skill-empty-rules>div{padding:14px 0;border-right:0;border-bottom:1px solid var(--line)}.skill-empty-rules>div:last-child{border-bottom:0}}@media (max-width:720px){.content,.login-page{padding:16px}.sidebar{padding:18px 16px}.field-toggle,.sidebar-footer,.stack-list-item,.topbar-actions{flex-direction:column;align-items:flex-start}.topbar-user{width:100%}.hero-panel,.login-card,.login-hero,.page-summary-card,.panel,.stat-card,.table-card{border-radius:var(--radius-lg)}.hero-panel,.login-card,.login-hero{padding:20px}.page-header h1{font-size:20px}.hero-copy h2,.login-hero h1{font-size:34px}.login-hero p{font-size:15px}table{min-width:760px}}*{letter-spacing:0}body{background:var(--bg)}.app-shell{grid-template-columns:var(--rail-width) minmax(0,1fr);min-height:100dvh}.sidebar{gap:0;height:100dvh;padding:0 18px;color:#e8e8e6;background:#121212;border-right:1px solid #292929}.sidebar-top{min-height:82px;gap:12px;padding:0;border-bottom-color:#2b2b2b}.console-wordmark{display:block;flex:0 0 auto;width:38px;height:38px;padding:4px;object-fit:contain;background:#f4f4f2;border:1px solid #f4f4f2;border-radius:4px}.brand-copy{display:grid;grid-gap:3px;gap:3px}.brand-title{margin:0;color:#ffffff;font-size:16px;font-weight:760;line-height:1.2}.brand-eyebrow{color:#777777;font-family:var(--font-mono);font-size:9px;font-weight:600;line-height:1.2}.sidebar-section{gap:8px;padding-top:24px}.sidebar .sidebar-label{color:#6f6f6f;font-family:var(--font-mono);font-size:10px;font-weight:600}.nav-list{gap:2px}.nav-item{min-height:42px;gap:10px;padding:7px 9px;color:#a7a7a4;border:1px solid transparent;border-radius:4px}.nav-item:hover{color:#ffffff;background:#1d1d1d;border-color:#292929}.nav-item-active{color:#111111;background:#f2f2f0;border-color:#f2f2f0}.nav-icon-wrap{width:25px;height:25px;color:currentColor}.nav-item-active .nav-icon-wrap{color:#111111;background:transparent}.nav-label{font-size:13px;font-weight:650}.nav-chevron{color:currentColor;opacity:.42}.sidebar-section-fill{display:flex;align-items:flex-end;padding-bottom:22px}.sidebar-system-index{display:grid;width:100%;grid-gap:8px;gap:8px;padding:16px 0;border-top:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b}.sidebar-system-state{display:flex;align-items:center;gap:9px}.sidebar-system-state span{width:7px;height:7px;background:#f1f1ef;border-radius:50%;box-shadow:0 0 0 4px #292929}.sidebar-system-state strong{color:#ededeb;font-size:13px;font-weight:650}.sidebar-system-index small{color:#747474;font-family:var(--font-mono);font-size:10px}.sidebar-footer{min-height:78px;gap:10px;padding:0;border-top-color:#2b2b2b}.sidebar-footer-value{margin-top:3px;color:#f4f4f2;font-size:13px;font-weight:650}.sidebar-logout-button{min-width:62px;min-height:32px;padding:0 9px}.content{min-width:0;padding:0;background:var(--bg)}.topbar{min-height:66px;align-items:center;gap:20px;margin:0;padding:0 32px;background:rgba(243,243,242,.96);border-bottom:1px solid #d8d8d5}.topbar-context{min-height:auto;gap:2px;padding:0}.topbar-context span{color:#858582;font-family:var(--font-mono);font-size:10px}.topbar-context strong{font-size:13px;font-weight:700}.topbar-actions{flex:0 0 auto;gap:14px}.topbar-system-state{display:inline-flex;align-items:center;min-height:32px;gap:7px;padding:0 10px;color:#4f4f4d;background:transparent;border-right:1px solid #d2d2cf;font-family:var(--font-mono);font-size:10px}.topbar-user{min-height:38px;gap:10px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.topbar-user-dot{width:26px;height:26px;border:1px solid #cececb;border-radius:4px;background:#ffffff;box-shadow:inset 0 0 0 8px #191919}.topbar-user-name{margin:0;font-size:12px;line-height:1.25}.topbar-user-meta{margin-top:2px;color:#858582;font-family:var(--font-mono);font-size:9px}.content-inner{width:min(100%,1540px);padding:34px 36px 52px}.page-stack{gap:24px}.page-header{align-items:end;min-height:86px;padding:0 0 22px;border-bottom:1px solid #d4d4d1}.page-header h1{margin-top:5px;font-size:28px;font-weight:760;line-height:1.1}.page-header p{margin-top:8px;color:#686865;font-size:13px;line-height:1.55}.page-eyebrow{color:#8a8a87;font-family:var(--font-mono);font-size:10px;font-weight:650}.ghost-button,.icon-button,.primary-button,.secondary-button,.toggle{min-height:36px;border-radius:4px;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.primary-button{color:#ffffff;background:#171717;border-color:#171717;box-shadow:none}.primary-button:hover{background:#333333;border-color:#333333;box-shadow:none}.ghost-button,.icon-button,.secondary-button{color:#242424;background:#ffffff;border-color:#cececb}.ghost-button:active,.icon-button:active,.primary-button:active,.secondary-button:active{transform:translateY(1px)}.sidebar .ghost-button{color:#d9d9d6;background:#1b1b1b;border-color:#343434}.sidebar .ghost-button:hover{color:#ffffff;background:#252525;border-color:#464646;box-shadow:none}.danger-button,.status-chip-danger{color:#202020;background:#ededeb;border-color:#bdbdba}.form-error{color:#242424;background:#ececea;border-color:#bdbdba}.field{gap:7px}.field>span{color:#4f4f4d;font-size:12px;font-weight:650}.field input,.field select,.field textarea{min-height:42px;color:#1a1a1a;background:#ffffff;border-color:#c9c9c6;border-radius:4px;box-shadow:none}.field input:hover,.field select:hover,.field textarea:hover{border-color:#969693}.field input:focus,.field select:focus,.field textarea:focus{border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(17,17,17,.08)}:where(.inspector-card,.compact-table-card,.console-list-card,.detail-inspector,.skill-directory-panel,.skill-detail-panel,.agent-directory-panel,.agent-detail-panel,.runner-detail-inspector,.table-card,.panel){background:#ffffff;border-color:#d2d2cf;border-radius:6px;box-shadow:none}.status-chip{min-height:26px;padding:0 10px;color:#5d645e;background:#eff1ee;border-color:#d8dcd7;border-radius:999px;font-size:11px;font-weight:650}.status-chip-ok{color:#1f653d;background:#e5f3e9;border-color:#bddbc6}.overview-metric-strip{overflow:hidden;gap:0;color:#ffffff;background:#171717;border:1px solid #171717;border-radius:6px;box-shadow:none}.overview-metric{min-height:112px;padding:20px 22px;background:transparent;border:0;border-right:1px solid #343434}.overview-metric:last-child{border-right:0}.overview-metric span{color:#8f8f8c;font-family:var(--font-mono);font-size:10px}.overview-metric strong{margin-top:5px;color:#ffffff;font-family:var(--font-mono);font-size:28px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.overview-metric small{color:#9b9b98;font-size:11px}.overview-command-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.overview-card-runners{grid-column:span 7;grid-row:auto;min-height:0}.overview-card-agents{grid-column:span 5}.overview-card-skills{grid-column:span 12}.overview-card-skills .definition-list{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px}.overview-card{padding:22px}.overview-card-header{padding-bottom:16px;border-bottom:1px solid #dededb}.overview-card-header h2{font-size:17px;font-weight:720}.overview-card-header p{margin-top:5px;font-size:12px}.overview-list-row{min-height:68px;padding:14px 0;border-bottom-color:#e2e2df}.definition-list>div{min-height:58px;padding:11px 0;border-bottom-color:#e2e2df}.console-summary-row strong,.definition-list strong,.table-title-cell strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.agent-directory-row.console-row-active,.console-row-active,.skill-directory-row.console-row-active{color:var(--text);background:#ededeb;border-left-color:#111111;box-shadow:none}.dialog-backdrop{background:rgba(17,17,17,.58)}.dialog-panel{background:#f7f7f5;border-color:#bdbdba;border-radius:8px;box-shadow:0 24px 64px rgba(17,17,17,.26)}.dialog-footer,.dialog-header{padding:18px 22px}.dialog-header h2{font-size:19px}.dialog-close-button{width:36px;height:36px;border-radius:4px}.dialog-panel-workstation{background:#f5f5f3}.remote-workstation-sidebar{background:#151515}.remote-workstation-thread{background:#f5f5f3}.login-page{min-height:100dvh;padding:0;place-items:stretch;background:#111111}.login-layout{grid-template-columns:minmax(0,1.3fr) minmax(420px,.7fr);width:100%;gap:0}.login-card,.login-hero,.login-layout{min-height:100dvh}.login-hero{grid-template-rows:auto minmax(180px,1fr) auto auto;align-content:stretch;gap:36px;padding:48px 56px 36px;background:#111111;border:0;border-right:1px solid #303030}.login-hero:after{content:none}.login-brand-lockup{display:flex;align-items:center;gap:13px}.login-brand-lockup span,.login-brand-lockup strong{display:block}.login-brand-lockup strong{color:#ffffff;font-size:16px;font-weight:720}.login-brand-lockup span{margin-top:3px;color:#727272;font-family:var(--font-mono);font-size:9px}.login-hero-copy{align-self:center;max-width:760px}.login-sequence{margin-bottom:18px;color:#747474;font-family:var(--font-mono);font-size:11px}.login-hero h1{max-width:12ch;font-size:58px;font-weight:720;line-height:1.08}.login-hero p{max-width:38ch;margin-top:18px;color:#9a9a97;font-size:16px;line-height:1.65}.login-system-index{display:grid;border-top:1px solid #343434}.login-system-row{display:grid;grid-template-columns:34px 24px minmax(0,1fr) auto;align-items:center;min-height:48px;grid-gap:10px;gap:10px;color:#e9e9e6;border-bottom:1px solid #343434}.login-system-row small,.login-system-row>span{color:#686868;font-family:var(--font-mono);font-size:9px}.login-system-row strong{font-family:var(--font-mono);font-size:11px;font-weight:600}.login-hero-footer{display:flex;justify-content:space-between;color:#585858;font-family:var(--font-mono);font-size:9px}.login-card{align-content:center;gap:28px;padding:72px;background:#f4f4f2;border:0;border-radius:0;box-shadow:none}.login-card-header{gap:8px;max-width:440px}.login-card-header h2{font-size:28px;font-weight:740}.login-card-header p{color:#696966;font-size:13px}.login-form{width:100%;max-width:440px;gap:18px}.login-form .field input{min-height:48px;background:#ffffff}.login-form .primary-button{min-height:46px;justify-content:space-between;padding:0 16px}.session-notice{padding:11px 12px;color:#222222;background:#e5e5e2;border-left:3px solid #222222;font-size:12px;line-height:1.5}.login-hint-row{color:#92928f}.login-card-footer,.login-hint-row{justify-content:space-between;font-family:var(--font-mono);font-size:9px}.login-card-footer{display:flex;width:100%;max-width:440px;padding-top:18px;color:#8b8b88;border-top:1px solid #d3d3d0}@media (max-width:1180px){.content-inner{padding:30px 28px 44px}.overview-card-runners{grid-column:span 12;grid-row:auto;min-height:0}.overview-card-agents,.overview-card-skills{grid-column:span 6}.overview-card-skills{grid-column:span 12}.login-card{padding:52px 44px}.login-hero{padding:42px}.login-hero h1{font-size:50px}}@media (max-width:1024px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;height:auto;padding:0 20px;overflow:visible;border-right:0;border-bottom:1px solid #292929}.sidebar-top{grid-column:1;min-height:66px;border-bottom:0}.sidebar-section{grid-column:1/-1;grid-row:2;padding:0 0 12px;overflow-x:auto}.sidebar-operator,.sidebar-section-fill,.sidebar-section>.sidebar-label{display:none}.nav-list{display:grid;grid-auto-columns:max-content;grid-auto-flow:column;grid-gap:4px;gap:4px}.nav-item{min-width:132px}.sidebar-footer{grid-column:2;grid-row:1;min-height:66px;border:0}.content{padding:0}.topbar{flex-direction:row;align-items:center;flex-wrap:nowrap}.page-header>div:first-child{flex:0 1 auto;width:100%}}@media (max-width:900px){.login-layout{grid-template-columns:1fr}.login-card,.login-hero{min-height:auto}.login-hero{grid-template-rows:auto auto auto auto;padding:36px 28px 28px;border-right:0;border-bottom:1px solid #303030}.login-hero h1{font-size:42px}.login-card{min-height:520px;padding:48px 28px}}@media (max-width:760px){.topbar{min-height:58px;padding:0 18px}.topbar-system-state,.topbar-user-meta{display:none}.content-inner{padding:24px 18px 36px}.page-header{min-height:72px}.page-header h1{font-size:24px}.overview-metric-strip,.overview-metric-strip-compact,.runner-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-metric{min-height:96px;padding:16px;border-right:1px solid #343434;border-bottom:1px solid #343434}.overview-metric:nth-child(2n){border-right:0}.overview-metric strong{font-size:24px}.overview-command-grid{grid-template-columns:1fr}.overview-card-agents,.overview-card-runners,.overview-card-skills{grid-column:auto}.dialog-backdrop{padding:10px}.dialog-panel,.dialog-panel-large,.dialog-panel-wide,.dialog-panel-workstation{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}}@media (max-width:520px){.sidebar{padding:0 14px}.brand-copy{display:none}.sidebar-footer,.sidebar-top{min-height:58px}.sidebar-logout-button span,.topbar-user>div:last-child{display:none}.sidebar-logout-button{min-width:36px;width:36px;padding:0}.nav-item{min-width:118px}.login-hero{gap:28px;padding:28px 20px 24px}.login-hero h1{font-size:34px}.login-system-row{grid-template-columns:24px 20px minmax(0,1fr)}.login-system-row small{display:none}.login-card{min-height:480px;padding:38px 20px}}.remote-workstation-page{position:fixed;z-index:90;inset:0;width:100vw;height:100dvh;background:#f3f3f3}.remote-workstation-page .remote-workstation-shell{width:100%;height:100dvh;min-height:0;border:0}.remote-workstation-page .remote-workstation-sidebar{align-content:stretch}.remote-workstation-page .remote-workstation-resource-panel,.remote-workstation-page .remote-workstation-thread{min-height:0}.remote-workstation-section-heading{width:100%;padding:2px 1px 0;text-align:left}.remote-workstation-session-title{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:8px}.remote-workstation-session-title strong{min-width:0}.remote-workstation-session-status{position:absolute;top:50%;right:51px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;transform:translateY(-50%);pointer-events:none}.remote-workstation-session-spinner{flex:0 0 auto;color:#ffffff;animation:remote-session-spin .85s linear infinite}.remote-workstation-session-unread{flex:0 0 auto;width:8px;height:8px;background:#36c978;border-radius:50%;box-shadow:0 0 0 3px rgba(54,201,120,.14)}.remote-workstation-message-error{border-color:#e2a8a8;background:#fff5f5}.remote-workstation-activity{display:grid;justify-self:start;max-width:min(680px,88%);grid-gap:5px;gap:5px;padding:9px 12px;color:var(--text-muted);background:#eeeeec;border-left:2px solid #9f9f98;border-radius:0 4px 4px 0}.remote-workstation-activity p{margin:0;font-size:12px;line-height:1.5}.remote-workstation-activity-spinner{color:var(--text-muted);animation:remote-session-spin .85s linear infinite}.remote-markdown{display:grid;grid-gap:9px;gap:9px;font-family:var(--font-sans);font-size:13px;line-height:1.7;overflow-wrap:anywhere}.remote-markdown>*{margin:0}.remote-markdown h3,.remote-markdown h4,.remote-markdown h5,.remote-markdown h6{color:inherit;font-size:14px;line-height:1.45;letter-spacing:0}.remote-markdown ol,.remote-markdown ul{display:grid;grid-gap:4px;gap:4px;padding-left:20px}.remote-markdown code{padding:1px 4px;font-family:var(--font-mono);font-size:.92em;background:rgba(127,127,127,.16);border-radius:3px}.remote-markdown pre{max-width:100%;padding:11px;overflow:auto;color:#f5f5f5;background:#202020;border-radius:4px}.remote-markdown pre code{padding:0;color:inherit;background:transparent}.remote-markdown a{color:inherit;text-decoration:underline;text-underline-offset:2px}@keyframes remote-session-spin{to{transform:rotate(1turn)}}.remote-workstation-page{color:#242622;background:#f5f5f2;display:grid;grid-template-rows:66px minmax(0,1fr)}.remote-workstation-brandbar{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:20px;padding:0 32px;color:var(--text);background:rgba(243,243,242,.96);border-bottom:1px solid #d8d8d5}.remote-workstation-brand-primary{display:flex;align-items:center;min-width:0;gap:12px}.remote-workstation-back{flex:0 0 auto;width:38px;min-height:38px;color:#4f4f4d;background:transparent;border-color:#d2d2cf;box-shadow:none}.remote-workstation-brand-context{flex:0 1 auto}.remote-workstation-brand-actions{min-width:0}.remote-workstation-brand-status{color:#4f4f4d}.remote-workstation-brand-runner{display:grid;align-content:center;min-width:0;grid-gap:2px;gap:2px;padding-right:14px;border-right:1px solid #d2d2cf}.remote-workstation-brand-runner span{color:#858582;font-family:var(--font-mono);font-size:9px;line-height:1.2}.remote-workstation-brand-runner strong{max-width:220px;overflow:hidden;font-family:var(--font-mono);font-size:11px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-brand-user{flex:0 0 auto}.remote-workstation-page .remote-workstation-shell{height:auto;grid-template-columns:248px minmax(0,1fr);grid-template-rows:minmax(0,1fr);background:#f5f5f2}.remote-workstation-page .remote-workstation-shell-resource-open{grid-template-columns:248px minmax(0,1fr) minmax(280px,320px)}.remote-workstation-page .remote-workstation-sidebar{grid-template-rows:auto auto auto auto auto minmax(0,1fr) auto;gap:12px;padding:18px 14px 14px;background:#1d1f1c;border-right:0;box-shadow:inset -1px 0 rgba(255,255,255,.06)}.remote-workstation-sidebar-header{padding:0 2px 4px}.remote-workstation-sidebar-header strong{font-size:15px;font-weight:620;letter-spacing:-.015em}.remote-workstation-sidebar .status-chip-row{gap:4px}.remote-workstation-sidebar .status-chip{padding:3px 6px;color:rgba(255,255,255,.66);font-size:10px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.08)}.remote-workstation-new-session{min-height:40px;color:#20221f;font-size:13px;font-weight:620;background:#f4f4f0;border-color:#f4f4f0;border-radius:7px;transition:transform .18s ease,background-color .18s ease}.remote-workstation-new-session:hover:not(:disabled){background:#ffffff;transform:translateY(-1px)}.remote-workstation-new-session:active:not(:disabled){transform:translateY(0) scale(.985)}.remote-workstation-session-search{min-height:36px;color:rgba(255,255,255,.52);background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.09);border-radius:7px;transition:border-color .18s ease,background-color .18s ease}.remote-workstation-session-search:focus-within{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.2)}.remote-workstation-section-heading{min-height:30px;padding:2px 2px 0}.remote-workstation-section-heading .icon-button{width:28px;height:28px;color:rgba(255,255,255,.55);background:transparent;border-color:transparent}.remote-workstation-section-heading .icon-button:hover{color:#ffffff;background:rgba(255,255,255,.08)}.remote-workstation-session-filter{display:flex;align-items:center;min-height:30px;gap:16px;padding:0 2px;border-bottom:1px solid rgba(255,255,255,.08)}.remote-workstation-session-filter button{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0;min-height:30px;gap:5px;margin-bottom:-1px;padding:0;color:rgba(255,255,255,.52);font-size:11.5px;font-weight:600;background:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;cursor:pointer;transition:color .16s ease,background-color .16s ease}.remote-workstation-session-filter button[aria-pressed=true]{color:rgba(255,255,255,.94);border-bottom-color:#c6d7a7}.remote-workstation-session-filter button span{color:rgba(255,255,255,.42);font-family:var(--font-mono);font-size:10px}.remote-workstation-session-list{display:flex;align-items:stretch;align-content:flex-start;flex-direction:column;min-height:0;max-height:none;gap:5px;padding:0;overflow-x:hidden;overflow-y:auto}.remote-workstation-session-row{position:relative;flex:0 0 auto;min-width:0}.remote-workstation-session{flex:0 0 auto;min-height:64px;padding:11px 74px 11px 10px;gap:7px;color:rgba(255,255,255,.72);background:transparent;border:1px solid transparent;border-radius:7px;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.remote-workstation-session-menu{position:absolute;top:14px;right:5px;z-index:12}.remote-workstation-session-menu-trigger{width:34px;height:34px;color:rgba(255,255,255,.48);background:transparent;border-color:transparent;opacity:.72}.remote-workstation-session-menu-trigger[aria-expanded=true],.remote-workstation-session-row:focus-within .remote-workstation-session-menu-trigger,.remote-workstation-session-row:hover .remote-workstation-session-menu-trigger{color:#ffffff;background:rgba(255,255,255,.08);opacity:1}.remote-workstation-session-menu-popover{position:absolute;top:38px;right:0;display:grid;width:154px;padding:5px;background:#272727;border:1px solid rgba(255,255,255,.14);border-radius:7px;box-shadow:0 16px 34px rgba(0,0,0,.32)}.remote-workstation-session-menu-popover button{display:flex;align-items:center;min-height:36px;gap:9px;padding:0 9px;color:rgba(255,255,255,.82);font-size:12px;text-align:left;background:transparent;border:0;border-radius:5px;cursor:pointer}.remote-workstation-session-menu-popover button:focus-visible,.remote-workstation-session-menu-popover button:hover:not(:disabled){color:#ffffff;background:rgba(255,255,255,.09)}.remote-workstation-session-menu-popover button:disabled{cursor:not-allowed;opacity:.38}.remote-workstation-session-menu-popover .remote-workstation-session-menu-danger{color:#f0b2ad}.remote-workstation-session:focus-visible,.remote-workstation-session:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.07)}.remote-workstation-session-active{background:rgba(255,255,255,.095);border-color:rgba(255,255,255,.1);box-shadow:inset 2px 0 #c6d7a7}.remote-workstation-session-title strong{color:rgba(255,255,255,.9);font-family:var(--font-sans);font-size:12.5px;font-weight:560}.remote-workstation-session>span:last-child{font-size:10.5px}.remote-workstation-sidebar-footer{padding:10px 2px 0;border-top:1px solid rgba(255,255,255,.07)}.remote-workstation-thread{position:relative;grid-template-rows:auto minmax(0,1fr) auto auto auto;background:#f5f5f2}.remote-workstation-page .remote-workstation-thread{overflow:hidden}.remote-workstation-thread-header{grid-row:1;min-height:70px;padding:14px clamp(22px,3vw,44px);background:rgba(250,250,248,.94);border-bottom-color:#e7e7e2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.remote-workstation-thread-heading h3{margin-top:3px;font-size:17px;font-weight:620;letter-spacing:-.02em}.remote-workstation-header-actions{gap:10px}.remote-workstation-agent-picker{min-height:36px;padding:0 10px;background:#f0f0ec;border-color:#e1e1dc;border-radius:7px}.remote-workstation-model-chip{max-width:190px;color:#85877f;font-family:var(--font-sans);font-size:11px}.remote-workstation-thread-body{grid-row:2;display:flex;align-items:stretch;flex-direction:column;gap:18px;padding:36px max(28px,calc((100% - 860px) / 2)) 52px;scroll-behavior:smooth;scrollbar-gutter:stable}.remote-workstation-message{flex:0 0 auto;max-width:min(720px,82%);gap:7px;padding:0;background:transparent;border:0;border-radius:0}.remote-workstation-message-assistant{margin-right:auto;margin-left:0;color:#2c2e29;background:transparent}.remote-workstation-message-user{min-width:72px;max-width:min(560px,72%);margin-right:0;margin-left:auto;padding:11px 14px;background:#e8e8e4;border-radius:12px 12px 3px 12px}.remote-workstation-message-meta{gap:7px;color:#999b93;font-size:10.5px}.remote-workstation-message-assistant .remote-workstation-message-meta strong,.remote-workstation-message-meta strong{color:#6f716a;font-size:11px;font-weight:600}.remote-workstation-message-assistant .remote-workstation-message-meta{color:#a1a39b}.remote-workstation-message-assistant .remote-workstation-message-body,.remote-workstation-message-body{color:inherit;font-family:var(--font-sans)}.remote-workstation-message-assistant .remote-workstation-message-body{padding:2px 0 2px 14px;border-left:2px solid #d7ddc9}.remote-markdown{gap:10px;font-size:13.5px;line-height:1.75}.remote-markdown-table-wrap{max-width:100%;overflow-x:auto;border:1px solid #dedfd8;border-radius:7px;background:rgba(255,255,255,.62);scrollbar-gutter:stable}.remote-markdown-table-wrap:focus-visible{outline:2px solid rgba(96,105,80,.28);outline-offset:2px}.remote-markdown table{width:100%;min-width:max-content;border-spacing:0;border-collapse:separate;font-size:12.5px;line-height:1.55;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.remote-markdown td,.remote-markdown th{min-width:112px;max-width:360px;padding:9px 12px;vertical-align:top;overflow-wrap:anywhere;border-right:1px solid #e6e7e1;border-bottom:1px solid #e6e7e1}.remote-markdown td:last-child,.remote-markdown th:last-child{border-right:0}.remote-markdown tbody tr:last-child td{border-bottom:0}.remote-markdown th{color:#51544c;font-weight:620;white-space:nowrap;background:#f0f1ec}.remote-markdown tbody tr:nth-child(2n) td{background:rgba(244,245,240,.62)}.remote-markdown-align-left{text-align:left}.remote-markdown-align-center{text-align:center}.remote-markdown-align-right{text-align:right}.remote-workstation-status-dock{grid-row:3;display:flex;align-items:center;min-width:0;min-height:0;gap:7px;padding:7px max(24px,calc((100% - 900px) / 2));background:#f5f5f2;animation:remote-activity-enter .22s ease both}.remote-workstation-live-status{display:inline-flex;align-items:center;min-width:0;max-width:min(620px,78%);gap:7px;padding:7px 10px;color:rgba(255,255,255,.72);background:#292c27;border-left:3px solid #b8cd91;border-radius:5px;box-shadow:0 5px 16px rgba(35,38,32,.1)}.remote-workstation-live-status span{flex:0 0 auto;color:#b8cd91;font-size:9px;font-weight:680}.remote-workstation-live-status strong{min-width:0;overflow:hidden;font-size:11px;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-live-status .remote-workstation-activity-spinner{flex:0 0 auto;color:#b8cd91}.remote-workstation-status-note{display:inline-flex;max-width:min(520px,70%);padding:6px 9px;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap;border-radius:5px}.remote-workstation-status-note-success{color:#46543a;background:#e6ecda}.remote-workstation-status-note-error{color:#7c3535;background:#f5e3e3}.remote-workstation-empty-state{align-self:center;width:min(480px,90%);min-height:240px;color:#85877f;background:transparent;border:0}.remote-workstation-composer{grid-row:5;position:relative;bottom:auto;gap:8px;padding:12px max(24px,calc((100% - 900px) / 2)) 14px;background:rgba(250,250,248,.96);border-top-color:#e4e4df;box-shadow:0 -12px 30px rgba(48,50,44,.035);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.remote-workstation-composer textarea{min-height:76px;max-height:180px;padding:14px 15px;color:#292b27;font-size:13.5px;line-height:1.6;background:#ffffff;border:1px solid #deded8;border-radius:9px;box-shadow:0 5px 18px rgba(54,56,49,.035);transition:border-color .18s ease,box-shadow .18s ease}.remote-workstation-composer textarea:focus{border-color:#a7aa9f;box-shadow:0 0 0 3px rgba(94,100,82,.08),0 6px 20px rgba(54,56,49,.04);outline:0}.remote-workstation-attachment{min-width:0;padding:6px 8px;color:#73756e;border-color:transparent;border-radius:6px}.remote-workstation-attachment:hover{background:#efefeb}.remote-workstation-workdir{display:inline-flex;flex:0 1 auto;width:auto;max-width:min(210px,24vw);padding:6px 8px;color:#85877f;background:transparent;border-color:transparent;border-radius:6px}.remote-workstation-workdir span{min-width:0;overflow:hidden;font-family:var(--font-mono);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-composer-actions .primary-button{min-width:86px;min-height:36px;background:#32352f;border-color:#32352f;border-radius:7px;transition:transform .18s ease,background-color .18s ease}.remote-workstation-composer-actions .primary-button:hover:not(:disabled){background:#20231e;transform:translateY(-1px)}.remote-workstation-resource-panel{grid-template-rows:auto auto auto minmax(0,1fr);background:#fafaf8;border-left-color:#e4e4df}.remote-workstation-thread>.remote-workstation-approval{grid-row:4}.remote-workstation-resource-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0 12px;background:#fafaf8;border-bottom:1px solid #e7e7e2}.remote-workstation-resource-tab{min-width:0;min-height:48px;flex-direction:column;gap:3px;padding:6px 2px;color:#8a8c84;background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0}.remote-workstation-resource-tab:focus-visible,.remote-workstation-resource-tab:hover{color:#454840;background:#f2f2ee;border-color:transparent}.remote-workstation-resource-tab-active,.remote-workstation-resource-tab-active:focus-visible,.remote-workstation-resource-tab-active:hover{color:#242722;background:transparent;border-color:#6f7e58}.remote-workstation-resource-tab span{overflow:hidden;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-resource-summary{display:grid;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;grid-gap:9px;gap:9px;padding:14px 12px 12px;border-bottom:1px solid #e9e9e4}.remote-workstation-resource-summary-icon{display:grid;width:34px;height:34px;place-items:center;color:#536043;background:#e7ecdd;border-radius:6px}.remote-workstation-resource-summary>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.remote-workstation-resource-summary strong{font-size:12px;font-weight:650}.remote-workstation-resource-summary div span{color:#85877f;font-size:9.5px;line-height:1.45}.remote-workstation-resource-summary .icon-button{width:30px;height:30px;color:#7e8078;background:transparent;border-color:transparent}.remote-workstation-resource-body{padding:12px;background:#f7f7f4}.remote-workstation-resource-loading{display:flex;align-items:center;justify-content:center;min-height:150px;gap:8px;color:#8a8c84;font-size:11px}.remote-workstation-resource-empty{align-content:center;min-height:210px;gap:7px;padding:24px;color:#969890;background:transparent;border:1px dashed #d9dad4;border-radius:6px}.remote-workstation-resource-empty svg{color:#b0b2aa}.remote-workstation-resource-empty strong{color:#65685f;font-size:12px;font-weight:620}.remote-workstation-resource-empty span{max-width:220px;font-size:10px;line-height:1.5}.remote-workstation-resource-list{gap:8px}.remote-workstation-resource-item{padding:10px;background:#ffffff;border-color:#e4e5df;border-radius:6px}.remote-workstation-provider-picker{gap:9px;margin-bottom:14px;padding:11px;background:#ffffff;border:1px solid #e2e3dd;border-radius:6px}.remote-workstation-provider-picker label{display:grid;grid-gap:5px;gap:5px}.remote-workstation-provider-picker label>span{color:#74776e;font-size:9px;font-weight:650}.remote-workstation-provider-picker .ghost-button{justify-content:center;min-height:34px;margin-top:2px}.remote-workstation-provider-card{display:grid;width:100%;min-width:0;grid-gap:7px;gap:7px;padding:11px;color:#282b26;text-align:left;background:#ffffff;border:1px solid #e2e3dd;border-radius:6px;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.remote-workstation-provider-card:focus-visible,.remote-workstation-provider-card:hover{background:#fbfcf8;border-color:#bfc6b1;transform:translateY(-1px)}.remote-workstation-provider-card-active{background:#f5f8ef;border-color:#9eaa8b;box-shadow:inset 3px 0 #809166}.remote-workstation-provider-card-heading{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:8px}.remote-workstation-provider-card-heading strong{overflow:hidden;font-size:11.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.remote-workstation-provider-card-heading small,.remote-workstation-provider-slug{color:#92948c;font-family:var(--font-mono);font-size:9px}.remote-workstation-provider-models{display:flex;flex-wrap:wrap;gap:4px}.remote-workstation-provider-current,.remote-workstation-provider-models span{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:3px 5px;color:#666960;font-family:var(--font-mono);font-size:8.5px;background:#eff0eb;border-radius:3px}.remote-workstation-provider-current{color:#536043;background:#e6ecd9}.dialog-panel-danger{grid-template-rows:auto auto auto;width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 32px);background:#fbfaf8;border-color:#d8cfcb;border-radius:8px;box-shadow:0 24px 72px rgba(37,25,22,.28)}.dialog-panel-danger .dialog-header{display:grid;grid-template-columns:38px minmax(0,1fr) 32px;align-items:start;grid-gap:12px;gap:12px;padding:22px 22px 14px;border-bottom:0}.dialog-danger-icon{display:grid;width:38px;height:38px;place-items:center;color:#9b3028;background:#f2dfdc;border:1px solid #e7c7c2;border-radius:7px}.dialog-panel-danger .dialog-header-copy{display:grid;grid-gap:3px;gap:3px;min-width:0;padding-top:1px}.dialog-panel-danger .dialog-header h2{color:#211b19;font-size:18px;font-weight:680;line-height:1.3;letter-spacing:0}.dialog-panel-danger .dialog-header p{color:#796d69;font-size:12.5px;line-height:1.45}.dialog-panel-danger .dialog-close-button{width:32px;height:32px;color:#756a66;background:transparent;border-color:transparent}.dialog-panel-danger .dialog-close-button:hover{color:#211b19;background:#eee9e6;border-color:#ded5d1}.dialog-panel-danger .dialog-body{padding:0 22px 20px 72px;overflow:visible}.remote-workstation-delete-warning{display:grid;grid-gap:5px;gap:5px;min-width:0}.remote-workstation-delete-warning>span{color:#9b3028;font-size:11px;font-weight:650}.remote-workstation-delete-warning strong{overflow-wrap:anywhere;color:#292321;font-size:14px;font-weight:650;line-height:1.45}.remote-workstation-delete-warning p{max-width:34em;margin:1px 0 0;color:#706560;font-size:12px;line-height:1.6}.dialog-panel-danger .dialog-footer{padding:14px 22px;background:#f3f0ed;border-top-color:#e2dbd7}.dialog-panel-danger .dialog-footer-actions{gap:8px}.dialog-panel-danger .dialog-footer button{min-width:88px;min-height:38px;border-radius:6px}.dialog-panel-danger .danger-button{color:#ffffff;background:#993129;border-color:#993129;box-shadow:0 6px 14px rgba(116,37,31,.18)}.dialog-panel-danger .danger-button:hover:not(:disabled){color:#ffffff;background:#81271f;border-color:#81271f;box-shadow:0 8px 18px rgba(116,37,31,.24);transform:translateY(-1px)}.dialog-panel-danger .danger-button:active:not(:disabled){transform:translateY(0) scale(.985)}.dialog-panel-danger .danger-button:focus-visible{outline:3px solid rgba(153,49,41,.24);outline-offset:2px}@keyframes remote-activity-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.remote-workstation-page .remote-workstation-shell,.remote-workstation-page .remote-workstation-shell-resource-open{grid-template-columns:220px minmax(0,1fr)}.remote-workstation-thread-body{padding-right:24px;padding-left:24px}}@media (max-width:760px){.remote-workstation-page .remote-workstation-shell,.remote-workstation-page .remote-workstation-shell-resource-open{height:calc(100dvh - 66px)}.remote-workstation-brandbar{padding:0 12px}.remote-workstation-back{width:34px;min-height:34px}.remote-workstation-brand-context span,.remote-workstation-brand-runner span,.remote-workstation-brand-status,.remote-workstation-brand-user{display:none}.remote-workstation-brand-runner{padding-right:0;border-right:0}.remote-workstation-brand-runner strong{max-width:110px}.remote-workstation-page .remote-workstation-sidebar{grid-template-rows:auto auto auto minmax(0,1fr)}.dialog-panel-danger .dialog-header{grid-template-columns:36px minmax(0,1fr) 32px;padding:18px 16px 12px}.dialog-panel-danger .dialog-body{padding:0 16px 18px 64px}.dialog-panel-danger .dialog-footer{padding:12px 16px}}.management-console{gap:18px}.management-console .runner-metric-strip{gap:0;overflow:hidden;color:var(--text);background:#f8f9f7;border:1px solid #dcded9;border-radius:8px;box-shadow:0 10px 28px rgba(31,38,33,.05)}.management-console .runner-metric-strip .overview-metric{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;min-height:78px;grid-gap:3px 16px;gap:3px 16px;padding:13px 18px;color:var(--text);background:transparent;border:0;border-right:1px solid #dfe1dc}.management-console .runner-metric-strip .overview-metric:last-child{border-right:0}.runner-metric-label{display:flex;grid-column:1;align-items:center;gap:7px;min-width:0;color:#5f665f}.management-console .runner-metric-strip .runner-metric-label span{color:inherit;font-family:var(--font-sans);font-size:11px;font-weight:650}.management-console .runner-metric-strip .overview-metric strong{grid-column:2;grid-row:1/3;align-self:center;margin:0;color:#18211b;font-size:25px;font-weight:680;line-height:1}.management-console .runner-metric-strip .overview-metric small{grid-column:1;color:#8a908a;font-size:10px}.management-console .runner-split-console{grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:20px}.management-console .runner-detail-inspector,.management-console .runner-sidebar-stack{gap:16px}.management-console .compact-table-card,.management-console .console-list-card,.management-console .runner-inspector-surface{overflow:hidden;background:#ffffff;border:1px solid #dcded9;border-radius:8px;box-shadow:0 8px 24px rgba(31,38,33,.04)}.management-console .compact-table-card .table-toolbar,.management-console .console-card-header{align-items:center;padding:15px 16px;background:#fbfcfa;border-bottom-color:#e3e5e0}.management-console .compact-table-card .table-toolbar h2,.management-console .console-card-header h2{color:#202620;font-size:14px;font-weight:720}.management-console .audit-toolbar-meta{max-width:32ch;margin-top:3px;color:#7d837d;font-size:11px;line-height:1.45}.management-console .compact-action-row{flex-wrap:nowrap;gap:7px}.management-console .compact-action-row .icon-button{width:34px;min-height:34px}.management-console .compact-action-row .primary-button{min-height:34px;padding-inline:11px;font-size:12px}.runner-token-empty{display:flex;align-items:center;min-height:82px;gap:11px;padding:15px 16px}.runner-token-empty-icon{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;color:#667068;background:#eef1ed;border:1px solid #dde2dc;border-radius:6px}.runner-token-empty>div{display:grid;grid-gap:3px;gap:3px}.runner-token-empty strong{color:#353b36;font-size:13px;font-weight:680}.runner-token-empty span:not(.runner-token-empty-icon){color:#8a908a;font-size:11px}.management-console .token-record-list{padding:8px}.management-console .token-record{padding:11px;border-color:#e3e5e0;border-radius:6px;box-shadow:none}.management-console .runner-sidebar-stack .console-list-card{min-height:292px}.management-console .console-summary-row{gap:8px;margin-top:4px;color:#818781;font-size:10px}.management-console .runner-record-list{max-height:500px}.management-console .runner-record{border-left:0;border-bottom-color:#e5e7e2;transition:background-color .18s ease,box-shadow .18s ease}.management-console .runner-record:hover{background:#f7f9f6}.management-console .runner-record.console-row-active{background:#f0f4f0;box-shadow:inset 3px 0 #3f7554}.management-console .runner-record-main{gap:9px;padding:15px 16px 10px}.management-console .runner-record .console-row-main strong{color:#202620;font-size:14px;font-weight:720}.management-console .runner-record .console-row-main span,.management-console .runner-record .console-row-meta{color:#858b85;font-size:10px}.management-console .runner-record-actions{padding:0 16px 14px}.management-console .runner-record-actions .ghost-button{width:100%;min-height:34px;justify-content:center;color:#303730;background:#ffffff;border-color:#d6dad4;font-size:12px}.management-console .status-chip{min-height:23px;padding:0 7px;font-size:10px}.management-console .status-chip-ok{color:#23583a;background:#e9f2ec;border-color:#c8ddcf}.runner-inspector-surface{padding:0}.runner-inspector-header{align-items:center;padding:20px 22px;background:#fbfcfa;border-bottom:1px solid #e1e4de}.runner-inspector-title{display:flex!important;align-items:flex-start;gap:12px!important}.runner-inspector-title>div{display:grid;grid-gap:2px;gap:2px}.runner-health-dot{flex:0 0 auto;width:9px;height:9px;margin-top:19px;background:#a3a8a3;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 0 1px #cbd0ca}.runner-health-dot-online{background:#3f855b;box-shadow:0 0 0 1px #7fad8e,0 0 0 4px #e8f1eb}.runner-detail-overline{color:#858b85;font-family:var(--font-mono);font-size:9px;font-weight:650}.management-console .runner-inspector-header h2{color:#1d231e;font-size:20px;font-weight:740}.management-console .runner-inspector-header p{color:#7a807a;font-family:var(--font-mono);font-size:11px}.management-console .runner-inspector-header .danger-button{min-height:32px;padding-inline:9px;color:#6b3d3d;background:#fffafa;border-color:#e4cfcf;font-size:11px}.runner-inspector-definition-list{padding:2px 22px 8px}.runner-inspector-definition-list>div{min-height:72px;align-content:center;justify-content:stretch;padding:13px 0;border-bottom-color:#e5e7e2}.runner-inspector-definition-list span{color:#8a908a;font-size:10px}.runner-inspector-definition-list strong{color:#2a302b;font-size:13px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.runner-inspector-capabilities{display:grid;grid-gap:12px;gap:12px;padding:18px 22px 22px}.runner-inspector-capabilities .inspector-section-title{color:#555d56;font-size:11px;font-weight:680}.runner-inspector-capabilities .runner-detail-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.runner-inspector-capabilities .detail-muted-block{min-height:98px;padding:13px;background:#f7f9f6;border-color:#e0e4df;border-radius:6px}.runner-inspector-capabilities .detail-muted-title{color:#5b635c;font-size:11px}.runner-inspector-capabilities .detail-muted-block p{color:#7d837d;font-size:11px}.management-console .runner-note-row{position:fixed;top:78px;right:24px;z-index:30;width:min(360px,calc(100vw - 32px));pointer-events:none}.management-console .runner-note-row:empty{display:none}.management-console .runner-note-row>*{box-shadow:0 16px 34px rgba(26,33,28,.14)}@media (max-width:1200px){.management-console .runner-split-console{grid-template-columns:1fr}.management-console .runner-sidebar-stack .console-list-card{min-height:0}}@media (max-width:760px){.management-console .runner-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.management-console .runner-metric-strip .overview-metric{min-height:72px;padding:11px 13px;border-right:1px solid #dfe1dc;border-bottom:1px solid #dfe1dc}.management-console .runner-metric-strip .overview-metric:nth-child(2n){border-right:0}.management-console .runner-metric-strip .overview-metric:nth-last-child(-n+2){border-bottom:0}.management-console .runner-metric-strip .overview-metric strong{font-size:22px}.runner-inspector-capabilities .runner-detail-stack,.runner-inspector-header{grid-template-columns:1fr}.runner-inspector-header{align-items:stretch}.management-console .runner-inspector-header .inspector-actions{justify-content:flex-start}.runner-inspector-definition-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}