:root{--primary: #006dc7;--primary-secondary: #00559d;--primary-fixed: #d4e3ff;--primary-fixed-dim: #b3cff7;--surface: #fcf8ff;--surface-dim: #f5f2ff;--surface-container-lowest: #ffffff;--surface-container-low: #f7f4fc;--surface-container: #efebf7;--surface-container-high: #e8e3f0;--surface-container-highest: #ded8e8;--on-surface: #161640;--on-surface-variant: #4a4a6b;--on-surface-muted: #7a7a94;--outline-variant: #c1c7d4;--outline-faint: #e4e0ec;--dark-1: #0c0c28;--dark-2: #161640;--dark-3: #1e1e50;--status-running: #0086ea;--status-running-bg: rgba(0, 134, 234, .1);--status-ok: #0e8b5c;--status-ok-bg: rgba(14, 139, 92, .1);--status-warn: #b7791f;--status-warn-bg: rgba(183, 121, 31, .1);--status-fail: #c5314b;--status-fail-bg: rgba(197, 49, 75, .1);--status-attention: #ca8a04;--status-attention-bg: rgba(202, 138, 4, .12);--accent-purple: #6d5bd0;--accent-purple-bg: rgba(109, 91, 208, .12);--status-queued: #7a7a94;--status-queued-bg: rgba(122, 122, 148, .1);--on-dark: oklch(.985 .005 270);--cat-mission: #161640;--cat-customer: #006dc7;--cat-regulated: #a60055;--cat-internal: #0086ea;--cat-low: #b3cff7;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-2xl: 28px;--r-pill: 999px;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-display: var(--font-sans);--text-2xs: .625rem;--text-xs: .6875rem;--text-sm: .75rem;--text-md: .8125rem;--text-base: .875rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 2rem;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--track-tight: -.02em;--track-snug: -.01em;--track-uppercase: .12em;--ease: cubic-bezier(.4, 0, .2, 1);--grad-primary: linear-gradient(135deg, var(--primary-secondary) 0%, var(--primary) 100%);--nav-active-blue: var(--primary);--nav-text-navy: var(--on-surface);--nav-text-muted: var(--on-surface-variant);--nav-icon-muted: var(--on-surface-muted);--nav-active-bg: oklch(.95 .032 262);--row-hover: oklch(.958 .028 262);--nav-border: rgba(0, 109, 199, .18);--nav-badge-bg: var(--surface-container);--nav-badge-bg-active: var(--primary-fixed-dim);--nav-height: 36px;--nav-gap: 2px;--nav-radius: var(--r-md);--nav-transition: .15s var(--ease);--lum-xs: 0 6px 12px -6px rgba(22, 22, 64, .05);--lum-sm: 0 10px 20px -8px rgba(22, 22, 64, .06);--lum-md: 0 18px 36px -10px rgba(22, 22, 64, .08);--lum-lg: 0 24px 48px -12px rgba(22, 22, 64, .1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}html{background:#fefdff;overscroll-behavior-y:none}body{min-height:100vh;background:radial-gradient(1400px 900px at 100% -10%,rgba(0,109,199,.06),transparent 60%),radial-gradient(900px 600px at 0% 10%,rgba(212,227,255,.35),transparent 55%),linear-gradient(180deg,var(--surface) 0%,var(--surface-dim) 100%);background-attachment:fixed,fixed,fixed;color:var(--on-surface);font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;color:inherit;background:transparent;border:0;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--r-xs)}.shell{display:flex;flex-direction:column;min-height:100vh}header.console{position:sticky;top:0;z-index:40;height:60px;background:var(--surface-container-lowest);box-shadow:0 1px #1616400f}header.console .row{height:60px;max-width:1500px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:14px}.brand img{height:26px;width:auto;display:block}.brand-home{display:inline-flex;border-radius:var(--r-sm);transition:opacity .15s var(--ease)}.brand-home:hover{opacity:.7}.brand .divider{width:1px;height:22px;background:var(--outline-variant);opacity:.45;margin:0 2px}.brand .product{display:flex;flex-direction:column;line-height:1.15}.brand .product .row1{font-size:var(--text-2xs);letter-spacing:.18em;color:var(--on-surface-muted);font-weight:600;text-transform:uppercase;white-space:nowrap}.brand .product .row2{margin:1px 0 0;font-size:var(--text-md);color:var(--on-surface);font-weight:600;letter-spacing:-.01em;white-space:nowrap}.spacer{flex:1}.search-wrap{position:relative;flex:0 1 280px;max-width:280px}.search-wrap>svg{position:absolute;top:50%;left:13px;transform:translateY(-50%);width:14px;height:14px;color:var(--on-surface-muted);pointer-events:none}.search-wrap kbd{position:absolute;top:50%;right:10px;transform:translateY(-50%);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:500;color:var(--on-surface-muted);padding:2px 6px;background:var(--surface-container);border-radius:var(--r-xs);letter-spacing:.04em;pointer-events:none;transition:opacity .12s var(--ease)}.search:focus~kbd,.search:not(:placeholder-shown)~kbd{opacity:0}.search{width:100%;height:36px;padding:0 44px 0 36px;border-radius:var(--r-md);background:var(--surface-container-low);font-family:var(--font-sans);font-size:var(--text-md);color:var(--on-surface);border:1px solid transparent;transition:background .15s var(--ease),border-color .15s var(--ease),box-shadow .15s var(--ease)}.search::placeholder{color:var(--on-surface-muted)}.search:hover{background:var(--surface-container)}.search:focus{outline:none;background:var(--on-dark);border-color:var(--primary-fixed-dim);box-shadow:0 0 0 4px #006dc71a}.user-badge{display:inline-flex;align-items:center;gap:9px;flex-shrink:0;padding:4px 10px 4px 4px;border-radius:var(--r-pill);transition:background .15s var(--ease)}.user-badge:hover,.user-badge[aria-expanded=true]{background:var(--surface-container-high)}.user-badge .ava{width:32px;height:32px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--grad-primary);color:var(--on-dark);font-size:var(--text-xs);font-weight:700;letter-spacing:.02em;box-shadow:inset 0 1px #fff3}.user-badge__id{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;line-height:1.15}.user-badge__name{max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-xs);font-weight:600;color:var(--on-surface)}.user-badge__role{font-size:var(--text-2xs);font-weight:500;letter-spacing:.01em;text-transform:capitalize;color:var(--on-surface-muted)}.user-badge>svg{width:14px;height:14px;flex:none;color:var(--on-surface-muted)}.user-menu{position:relative;flex-shrink:0}.user-menu__pop{position:absolute;top:calc(100% + 8px);right:0;z-index:60;min-width:224px;padding:6px;background:var(--surface-container-lowest);border-radius:var(--r-md);box-shadow:var(--lum-lg);display:flex;flex-direction:column;gap:2px}.user-menu__id{display:flex;flex-direction:column;gap:3px;padding:11px 12px 13px}.user-menu__name{font-size:var(--text-sm);font-weight:600;color:var(--on-surface)}.user-menu__email{font-size:var(--text-xs);color:var(--on-surface-muted);word-break:break-all}.user-menu__role{margin-top:5px;align-self:flex-start;text-transform:capitalize;font-size:var(--text-2xs);font-weight:600;letter-spacing:.02em;padding:2px 9px;border-radius:var(--r-pill);background:var(--surface-container-high);color:var(--on-surface-variant)}.user-menu__item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 12px;border-radius:var(--r-sm);text-align:left;font-size:var(--text-sm);font-weight:500;color:var(--on-surface);transition:background .12s var(--ease)}.user-menu__item:hover{background:var(--surface-container-high)}.user-menu__item svg{width:16px;height:16px;flex:none;color:var(--on-surface-muted)}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--surface-container-low)}.login-panel{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:360px;padding:40px 36px 36px;background:var(--surface-container-lowest);border-radius:var(--r-lg);box-shadow:var(--lum-lg)}.login-mark{width:44px;height:44px;object-fit:contain}.login-eyebrow{margin-top:22px;font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-muted)}.login-title{margin-top:4px;font-size:var(--text-2xl);font-weight:700;color:var(--on-surface)}.login-lede{margin-top:12px;font-size:var(--text-sm);color:var(--on-surface-muted)}.login-cta{margin-top:24px;width:100%;justify-content:center;height:42px}.modnav{display:flex;align-items:center;gap:var(--nav-gap);margin-left:12px}.modnav__sep{width:1px;height:20px;margin:0 5px;background:var(--outline-variant);opacity:.4;flex-shrink:0}.modnav__item{position:relative;display:inline-flex;align-items:center;gap:8px;height:var(--nav-height);padding:0 13px;border:1px solid transparent;border-radius:var(--nav-radius);font-size:var(--text-md);font-weight:500;letter-spacing:-.005em;color:var(--nav-text-muted);white-space:nowrap;transition:background var(--nav-transition),color var(--nav-transition),border-color var(--nav-transition)}.modnav__item>svg{width:16px;height:16px;color:var(--nav-icon-muted);transition:color var(--nav-transition)}.modnav__item:not(.is-active):hover{background:var(--surface-container);color:var(--nav-text-navy)}.modnav__item:not(.is-active):hover>svg{color:var(--nav-text-navy)}.modnav__item.is-active{background:var(--nav-active-bg);border-color:var(--nav-border);color:var(--nav-text-navy);font-weight:600}.modnav__item.is-active>svg{color:var(--nav-active-blue)}.sub-bar{position:sticky;top:60px;z-index:30;background:var(--surface-container-low);box-shadow:0 1px #1616400f}.sub-bar .row{height:50px;max-width:1500px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:18px}.submenu{display:flex;align-items:center;gap:var(--nav-gap);overflow-x:auto;scrollbar-width:none;min-width:0;margin-left:-12px}.submenu::-webkit-scrollbar{display:none}.submenu__item{position:relative;height:50px;padding:0 12px;display:inline-flex;align-items:center;font-size:var(--text-sm);font-weight:500;color:var(--nav-text-muted);white-space:nowrap;flex-shrink:0;transition:color var(--nav-transition)}.submenu__item:hover{color:var(--nav-text-navy)}.submenu__item.is-active{color:var(--nav-text-navy);font-weight:600}.submenu__item.is-active:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;border-radius:2px 2px 0 0;background:var(--nav-active-blue)}@media (max-width: 1100px){header.console .row{gap:12px}.modnav__item{padding:0 10px}.search-wrap{flex-basis:220px;max-width:220px}}@media (max-width: 900px){header.console .row{padding:0 16px;gap:10px}.brand .product .row1{display:none}.user-badge{padding:2px;gap:0}.user-badge__id,.user-badge>svg{display:none}}@media (max-width: 600px){.search-wrap,.modnav__label{display:none}}.content{flex:1;width:100%;max-width:1500px;margin:0 auto;padding:28px 24px 56px}.page-hd{margin-bottom:20px}.page-hd h1{font-size:var(--text-xl);margin:0 0 4px;letter-spacing:var(--track-snug);font-weight:600}.page-hd p{margin:0;color:var(--on-surface-variant);font-size:var(--text-md)}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:22px}.kpi{background:var(--surface-container-lowest);border-radius:var(--r-lg);padding:16px 18px;box-shadow:var(--lum-sm)}.kpi__label{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600}.kpi__value{font-size:var(--text-2xl);font-weight:700;letter-spacing:var(--track-tight);margin-top:4px}.kpi__sub{font-size:var(--text-xs);color:var(--on-surface-variant);margin-top:2px}.card{background:var(--surface-container-lowest);border-radius:var(--r-lg);padding:18px 20px;box-shadow:var(--lum-sm)}.card__title{font-size:var(--text-sm);font-weight:700;margin:0 0 12px;letter-spacing:var(--track-snug)}.split{display:grid;grid-template-columns:1fr;gap:18px}@media (min-width: 1100px){.split.with-aside{grid-template-columns:1.6fr 1fr}}.tbl{width:100%;border-collapse:collapse;font-size:var(--text-md)}.tbl th{text-align:left;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600;padding:8px 10px}.tbl td{padding:9px 10px;border-top:1px solid var(--outline-faint)}.tbl tbody tr{cursor:pointer;transition:background .12s var(--ease)}.tbl tbody tr:hover{background:var(--surface-container-low)}.tbl tbody tr.is-selected{background:var(--nav-active-bg)}.mono{font-family:var(--font-mono);font-size:.95em}.badge{display:inline-flex;align-items:center;gap:5px;font-size:var(--text-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;border-radius:var(--r-pill);background:var(--surface-container);color:var(--on-surface-variant)}.badge.tier-critical,.badge.fail{background:var(--status-fail-bg);color:var(--status-fail)}.badge.tier-high,.badge.warn{background:var(--status-warn-bg);color:var(--status-warn)}.badge.tier-medium,.badge.run{background:var(--status-running-bg);color:var(--status-running)}.badge.tier-low{background:var(--status-queued-bg);color:var(--status-queued)}.badge.ok{background:var(--status-ok-bg);color:var(--status-ok)}.badge.info{background:var(--status-running-bg);color:var(--status-running)}.btn{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;border-radius:var(--r-md);font-size:var(--text-sm);font-weight:600;letter-spacing:-.005em;font-family:var(--font-sans);white-space:nowrap;background:var(--surface-container);color:var(--on-surface);transition:transform .15s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease)}.btn:hover:not([disabled]){background:var(--surface-container-high)}.btn-primary,.btn--primary{background:var(--grad-primary);color:var(--on-dark);box-shadow:0 6px 14px -4px #00559d52,inset 0 1px #fff3}.btn-primary:hover:not([disabled]),.btn--primary:hover:not([disabled]){transform:translateY(-1px);background:var(--grad-primary);box-shadow:0 10px 22px -6px #00559d66,inset 0 1px #fff3}.btn[disabled]{opacity:.45;cursor:not-allowed}.btn svg{width:16px;height:16px;flex:none}.detail .overline{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600}.detail h2{font-size:var(--text-lg);margin:4px 0 10px;font-weight:600}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:12px 0}.meta-grid .k{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-muted)}.meta-grid .v{font-size:var(--text-md);font-weight:600}.trace{background:var(--surface-container-low);border-radius:var(--r-md);padding:14px 16px;margin-top:14px}.trace__chain{display:flex;flex-direction:column;gap:10px}.trace__step .lbl{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600;margin-bottom:3px}.trace__step .body{font-size:var(--text-md)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:var(--text-xs);background:var(--surface-container);border-radius:var(--r-pill);padding:3px 10px}.muted{color:var(--on-surface-muted)}.loading,.empty{padding:28px;text-align:center;color:var(--on-surface-muted);font-size:var(--text-md)}.stub{background:var(--surface-container-lowest);border-radius:var(--r-lg);padding:40px;text-align:center;color:var(--on-surface-variant);box-shadow:var(--lum-sm)}.stub h3{margin:0 0 6px;color:var(--on-surface)}.row-actions{display:flex;gap:8px;margin-top:14px}select{font-family:var(--font-sans);font-size:var(--text-md);padding:6px 10px;border-radius:var(--r-sm);border:1px solid var(--outline-variant);background:var(--surface-container-lowest);color:var(--on-surface)}.dash{display:flex;flex-direction:column;gap:30px}.dash-sec{display:flex;flex-direction:column;gap:14px}.dash-sec__hd{display:flex;align-items:center;gap:13px;padding:0 2px}.dash-sec__lbl{font-size:var(--text-md);text-transform:uppercase;letter-spacing:var(--track-uppercase);font-weight:700;color:var(--on-surface);white-space:nowrap}.dash-sec__hd:after{content:"";flex:1;height:1px;background:var(--outline-faint)}.dash-row{display:grid;gap:16px}.dash-row>*{min-width:0}.dash-row--3{grid-template-columns:1fr 1fr 1fr}.dash-row--3>.card{display:flex;flex-direction:column}.dash-row--kpi{grid-template-columns:repeat(6,1fr)}.dash-row--2{grid-template-columns:1.6fr 1fr}.dash-row--drivers{grid-template-columns:1.5fr 1fr}.dash-row--drivers>.card{display:flex;flex-direction:column}@media (max-width: 1200px){.dash-row--3,.dash-row--2,.dash-row--drivers{grid-template-columns:1fr}.dash-row--kpi{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.dash-row--kpi{grid-template-columns:repeat(2,1fr)}}.accent-critical{background:var(--status-fail)}.accent-high{background:var(--status-warn)}.accent-medium{background:var(--status-running)}.accent-low{background:var(--outline-variant)}.text-critical{color:var(--status-fail)}.text-high{color:var(--status-warn)}.metric{position:relative;overflow:hidden;cursor:pointer;transition:box-shadow .15s var(--ease),transform .15s var(--ease)}.metric:hover{box-shadow:var(--lum-md);transform:translateY(-1px)}.metric__accent{position:absolute;left:0;top:0;bottom:0;width:3px}.metric__top{display:flex;align-items:center;gap:8px}.metric__icon{width:28px;height:28px;border-radius:var(--r-sm);display:grid;place-items:center;background:var(--surface-container);color:var(--on-surface-variant)}.metric__icon svg{width:15px;height:15px}.metric__label{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600}.metric__value{font-size:1.6rem;font-weight:700;letter-spacing:var(--track-tight);margin-top:8px;line-height:1}.metric__sub{font-size:var(--text-xs);color:var(--on-surface-variant);margin-top:4px}.rpc__status{display:flex;align-items:center;gap:18px;margin-top:8px}.rpc__shield{flex-shrink:0;display:grid;place-items:center}.rpc__shield svg{width:60px;height:60px}.rpc__shield--critical,.rpc__shield--high{color:var(--status-fail)}.rpc__shield--moderate{color:var(--status-warn)}.rpc__shield--low{color:var(--primary)}.rpc__shield--healthy{color:var(--status-ok)}.rpc__statusText{min-width:0}.rpc__level{font-size:1.9rem;font-weight:800;line-height:1.05;letter-spacing:var(--track-tight)}.rpc__level--critical,.rpc__level--high{color:var(--status-fail)}.rpc__level--moderate{color:var(--status-warn)}.rpc__level--low{color:var(--primary)}.rpc__level--healthy{color:var(--status-ok)}.rpc__summary{margin-top:6px;font-size:var(--text-base);color:var(--on-surface-variant);line-height:1.45}.rpc__summary strong{color:var(--on-surface);font-weight:700}.rpc__driver{margin-top:6px;font-size:var(--text-sm);color:var(--on-surface-muted)}.rpc__driver strong{color:var(--status-fail)}.rpc__divider{height:1px;background:var(--outline-faint);margin:20px 0}.rpc__metrics{display:grid;grid-template-columns:repeat(4,1fr)}.rpc__metric{position:relative;text-align:center;padding:2px 6px}.rpc__metric:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:var(--outline-faint)}.rpc__metric:first-child:before{content:none}.rpc__metricValue{font-size:1.5rem;font-weight:700;color:var(--on-surface);letter-spacing:var(--track-tight);line-height:1.1}.rpc__metricLabel{font-size:var(--text-xs);color:var(--on-surface-muted);margin-top:5px;line-height:1.25}.rpc__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rpc__sync{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-xs);color:var(--on-surface-muted);min-width:0}.rpc__sync svg{width:15px;height:15px;color:var(--status-ok);flex-shrink:0}@media (max-width: 600px){.rpc__metrics{grid-template-columns:repeat(2,1fr);row-gap:14px}.rpc__metric:nth-child(odd):before{content:none}}.src-row{display:flex;align-items:center;gap:11px;padding:9px 0;border-top:1px solid var(--outline-faint)}.src-row:first-child{border-top:0}.src__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.src__dot.ok{background:var(--status-ok)}.src__dot.error{background:var(--status-fail)}.src__dot.stale{background:var(--status-warn)}.src__name{font-weight:600;font-size:var(--text-md)}.src__meta{margin-left:auto;font-size:var(--text-xs);color:var(--on-surface-muted)}.pipeline{display:flex;gap:8px;flex-wrap:wrap}.pipeline__stage{flex:1;min-width:96px;background:var(--surface-container-low);border-radius:var(--r-md);padding:12px}.pipeline__stage .n{font-size:1.4rem;font-weight:700;letter-spacing:var(--track-tight)}.pipeline__stage .s{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-muted);font-weight:600}.pipeline__bar{height:3px;border-radius:2px;background:var(--primary);margin-top:8px;min-width:4px}.spark{width:100%;height:96px;display:block}.trend-empty{padding:14px 0}.trend-empty .big{font-size:1.4rem;font-weight:700}.hot-group{margin-bottom:12px}.hot-group h5{margin:0 0 6px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-muted);font-weight:600}.hot-bar{display:flex;align-items:center;gap:8px;margin:4px 0;font-size:var(--text-sm)}.hot-bar .nm{width:38%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot-bar .track{flex:1;height:6px;border-radius:3px;background:var(--surface-container);overflow:hidden}.hot-bar .fill{height:6px;border-radius:3px;background:var(--primary-fixed-dim)}.hot-bar .n{width:20px;text-align:right;color:var(--on-surface-muted);font-size:var(--text-xs)}.na .card__foot{margin-top:auto}.na-list{display:flex;flex-direction:column}.na-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--outline-faint)}.na-row:first-child{border-top:0}.na-row.clickable{cursor:pointer;border-radius:8px;transition:background .12s var(--ease)}.na-row.clickable:hover{background:var(--row-hover)}.na-row.clickable:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.na-ico{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:none}.na-ico svg{width:18px;height:18px}.na-ico--critical{color:var(--status-fail)}.na-ico--warning{color:var(--status-warn)}.na-ico--attention{color:var(--status-attention)}.na-ico--neutral{color:var(--on-surface-muted)}.na-label{font-size:var(--text-base);color:var(--on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.na-pill{min-width:34px;text-align:center;font-size:var(--text-sm);font-weight:700;padding:3px 11px;border-radius:var(--r-pill)}.na-pill--active{background:var(--status-fail-bg);color:var(--status-fail)}.na-pill--zero{background:var(--surface-container);color:var(--on-surface-muted)}.na-empty{padding:28px 0;color:var(--on-surface-muted);font-size:var(--text-sm)}.na-skel-ico{width:24px;height:24px;border-radius:50%;background:var(--surface-container-high)}.na-skel-line{height:14px;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.na-skel-pill{width:34px;height:20px;border-radius:var(--r-pill);background:var(--surface-container-high)}.agent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 980px){.agent-grid{grid-template-columns:1fr}}.agent-card{display:flex;flex-direction:column;gap:12px}.agent-card__hd{display:flex;align-items:center;gap:12px}.agent-ico{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--status-running-bg);color:var(--status-running);flex:none}.agent-ico svg{width:20px;height:20px}.agent-card__title{min-width:0;flex:1}.agent-name{font-weight:700;color:var(--on-surface)}.agent-sub{display:flex;align-items:center;gap:8px;margin-top:4px}.agent-stage{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted)}.agent-purpose{font-size:var(--text-sm);margin:0;line-height:1.45}.agent-cfg{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:10px}.agent-field{display:flex;flex-direction:column;gap:4px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted)}.agent-field select,.agent-field input{font:inherit;font-size:var(--text-sm);padding:6px 8px;border-radius:var(--r-sm);background:var(--surface-container-low);color:var(--on-surface);border:0;text-transform:none;letter-spacing:normal}.agent-field input:focus-visible,.agent-field select:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.agent-field--full{gap:5px}.agent-persona{font:inherit;font-size:var(--text-sm);padding:8px 10px;border-radius:var(--r-sm);background:var(--surface-container-low);color:var(--on-surface);border:0;text-transform:none;letter-spacing:normal;resize:vertical;line-height:1.45}.agent-persona:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.agent-hint{text-transform:none;letter-spacing:normal;font-size:var(--text-2xs);color:var(--on-surface-muted)}.agent-persona__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.agent-persona__save{flex-shrink:0;padding:6px 14px;font-size:var(--text-xs)}.agent-persona__save:disabled{opacity:.55;cursor:default}.agent-run{margin-top:auto;display:flex;align-items:center;gap:8px;border-top:1px solid var(--outline-faint);padding-top:11px;font-size:var(--text-sm);color:var(--on-surface-variant)}.studio{display:grid;grid-template-columns:260px 1fr;gap:16px;align-items:start}@media (max-width: 900px){.studio{grid-template-columns:1fr}}.studio-list{display:flex;flex-direction:column;gap:8px}.studio-item{text-align:left;background:var(--surface-container-lowest);border:0;border-radius:var(--r-md);padding:11px 13px;cursor:pointer;box-shadow:var(--lum-sm)}.studio-item.is-active{background:var(--nav-active-bg)}.studio-item__name{font-weight:700;color:var(--on-surface);font-size:var(--text-sm)}.studio-item__meta{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:2px}.studio-graph{background:var(--surface-container-lowest);border-radius:var(--r-lg);padding:18px 20px;box-shadow:var(--lum-sm)}.studio-graph__hd{display:flex;align-items:center;gap:10px;margin-bottom:14px}.studio-rail{display:flex;flex-direction:column;gap:0}.studio-node{background:var(--surface-container-low);border-radius:var(--r-md);padding:12px 14px}.studio-node+.studio-node{margin-top:18px;position:relative}.studio-node+.studio-node:before{content:"";position:absolute;left:26px;top:-16px;height:16px;width:2px;background:var(--outline-faint)}.studio-node__hd{display:flex;align-items:center;gap:10px}.studio-node__ico{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--status-running-bg);color:var(--status-running);flex:none}.studio-node__ico svg{width:16px;height:16px}.studio-node__label{font-weight:700;color:var(--on-surface);font-size:var(--text-sm)}.studio-node__key{font-size:var(--text-2xs);color:var(--on-surface-muted)}.studio-node__summary{font-size:var(--text-xs);color:var(--on-surface-variant);margin:8px 0 0 38px;font-family:var(--font-mono)}.studio-instr{margin:10px 0 0 38px;display:flex;flex-direction:column;gap:6px}.studio-instr textarea{font:inherit;font-size:var(--text-sm);line-height:1.45;padding:8px 10px;border-radius:var(--r-sm);background:var(--surface-container-lowest);color:var(--on-surface);border:0;resize:vertical}.studio-instr .btn{align-self:flex-start}.studio-edges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0 38px}.studio-edge{font-size:var(--text-2xs);color:var(--on-surface-muted);background:var(--surface-container);padding:2px 8px;border-radius:var(--r-pill)}.studio-run-result{margin:-6px 0 14px;font-size:var(--text-sm);color:var(--on-surface-variant);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.trace-approval{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;background:var(--status-warn-bg)}.trace-approval__btns{display:flex;gap:8px;flex:none}.trace-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;align-items:start}@media (max-width: 900px){.trace-grid{grid-template-columns:1fr}}.trace-steps{display:flex;flex-direction:column}.trace-step{padding:11px 0;border-top:1px solid var(--outline-faint)}.trace-step:first-child{border-top:0}.trace-step__hd{display:flex;align-items:center;gap:10px}.trace-step__seq{width:22px;height:22px;border-radius:50%;background:var(--surface-container);color:var(--on-surface-muted);display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-2xs);font-weight:700;flex:none}.trace-step__node{font-weight:600;font-size:var(--text-sm);flex:1;min-width:0}.trace-step__row{margin:5px 0 0 32px;font-size:var(--text-xs);color:var(--on-surface-variant);overflow-wrap:anywhere}.trace-step__out{margin:6px 0 0 32px;font-size:var(--text-xs);color:var(--on-surface-muted);overflow-wrap:anywhere}.trace-step__err{margin:5px 0 0 32px;font-size:var(--text-xs);color:var(--status-fail);overflow-wrap:anywhere}.trace-side{display:flex;flex-direction:column;gap:16px}.trace-art,.trace-pol{display:flex;align-items:center;gap:8px;padding:5px 0}.trace-json{font-size:var(--text-xs);color:var(--on-surface-variant);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.dash-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:700;margin-bottom:12px}.src__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.src__head .dash-label{margin:0}.src__summary{display:inline-flex;align-items:center;gap:5px;font-size:var(--text-xs);font-weight:700;white-space:nowrap;padding:4px 9px 4px 7px;border-radius:999px}.src__summary svg{width:14px;height:14px}.src__summary.ok{color:var(--status-ok);background:var(--status-ok-bg)}.src__summary.warn{color:var(--status-warn);background:var(--status-warn-bg)}.src__fresh{font-size:var(--text-sm);color:var(--on-surface-muted);margin-bottom:8px;font-variant-numeric:tabular-nums}.src__fresh strong{color:var(--on-surface);font-weight:700}.src__logo{width:20px;height:20px;flex-shrink:0;background:var(--on-surface);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.src__status{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:var(--text-md);font-weight:600;white-space:nowrap}.src__status.ok{color:var(--status-ok)}.src__status.warn{color:var(--status-warn)}.src__status.error{color:var(--status-fail)}.card__foot{display:flex;align-items:center;gap:6px;width:100%;text-align:left;margin-top:10px;padding-top:11px;border-top:1px solid var(--outline-faint);background:none;cursor:pointer;font-size:var(--text-xs);font-weight:600;color:var(--primary-secondary)}.card__foot:hover{text-decoration:underline}.card__foot-ico{width:14px;height:14px}.dash-row--3 .card__foot{margin-top:auto}.ra-list{display:flex;flex-direction:column}.ra-row{display:flex;align-items:center;gap:11px;padding:11px 6px;border-top:1px solid var(--outline-faint);border-radius:var(--r-sm)}.ra-row:first-child{border-top:0}.ra-row.clickable{cursor:pointer;transition:background var(--nav-transition, .12s ease)}.ra-row.clickable:hover{background:var(--row-hover)}.ra-icon{flex-shrink:0;display:grid;place-items:center;width:20px;height:20px}.ra-icon svg{width:18px;height:18px}.ra-label{flex:1;min-width:0;font-size:var(--text-sm);color:var(--on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ra-label strong{font-weight:700}.ra-pill{flex-shrink:0;min-width:28px;height:21px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-xs);font-weight:700}.ra-chev{flex-shrink:0;display:grid;place-items:center;color:var(--on-surface-muted);opacity:.55}.ra-chev svg{width:14px;height:14px}.ra-row--critical .ra-icon{color:var(--status-fail)}.ra-row--critical .ra-pill{background:var(--status-fail-bg);color:var(--status-fail)}.ra-row--warning .ra-icon{color:var(--status-warn)}.ra-row--warning .ra-pill{background:var(--status-warn-bg);color:var(--status-warn)}.ra-row--attention .ra-icon{color:var(--status-attention)}.ra-row--attention .ra-pill{background:var(--status-attention-bg);color:var(--status-attention)}.ra-row--success .ra-icon{color:var(--status-ok)}.ra-row--success .ra-pill{background:var(--status-ok-bg);color:var(--status-ok)}.ra-row--neutral .ra-icon{color:var(--on-surface-muted)}.ra-row--neutral .ra-pill{background:var(--surface-container);color:var(--on-surface-variant)}.ra-skel{height:21px;margin:11px 6px;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}@keyframes ra-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ra-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px 0;color:var(--on-surface-muted);text-align:center;font-size:var(--text-sm)}.ra-empty svg{width:30px;height:30px;color:var(--status-ok)}.ra-error{padding:18px 0;color:var(--on-surface-variant);font-size:var(--text-sm);display:flex;flex-direction:column;align-items:flex-start;gap:10px}.ra-retry{height:30px;padding:0 12px}.dmc{display:flex;flex-direction:column;padding:16px;--dmc-color: var(--on-surface-muted);--dmc-bg: var(--surface-container)}.dmc.clickable{cursor:pointer;transition:background .12s ease}.dmc.clickable:hover{background:var(--row-hover)}.dmc.clickable:focus-visible{outline:2px solid var(--dmc-color);outline-offset:2px}.dmc__top{display:flex;align-items:center;gap:10px;min-width:0}.dmc__badge{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--dmc-bg);color:var(--dmc-color)}.dmc__badge svg{width:17px;height:17px}.dmc__title{font-size:var(--text-sm);font-weight:600;color:var(--on-surface);line-height:1.25;min-width:0}.dmc__mid{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.dmc__value{font-size:1.7rem;font-weight:700;color:var(--on-surface);letter-spacing:var(--track-tight);line-height:1;font-variant-numeric:tabular-nums}.dmc__value--idle{color:var(--on-surface-muted)}.dmc__spark{width:66px;height:26px;flex-shrink:0;color:var(--dmc-color)}.dmc__spark--empty{color:var(--outline-faint)}.dmc__delta{margin-top:9px;font-size:var(--text-sm)}.dmc__deltaHead{font-weight:700}.dmc__deltaHead--good{color:var(--status-ok)}.dmc__deltaHead--bad{color:var(--status-fail)}.dmc__deltaHead--neutral,.dmc__deltaTail{color:var(--on-surface-muted)}.dmc__context{margin-top:4px;font-size:var(--text-sm);color:var(--on-surface-muted)}.dmc--red{--dmc-color: var(--status-fail);--dmc-bg: var(--status-fail-bg)}.dmc--orange{--dmc-color: var(--status-warn);--dmc-bg: var(--status-warn-bg)}.dmc--yellow{--dmc-color: var(--status-attention);--dmc-bg: var(--status-attention-bg)}.dmc--purple{--dmc-color: var(--accent-purple);--dmc-bg: var(--accent-purple-bg)}.dmc--blue{--dmc-color: var(--status-running);--dmc-bg: var(--status-running-bg)}.dmc--green{--dmc-color: var(--status-ok);--dmc-bg: var(--status-ok-bg)}.dmc--neutral{--dmc-color: var(--on-surface-muted);--dmc-bg: var(--surface-container)}.dmc__skel{display:block;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.dmc__skel-badge{background:var(--surface-container)}.dmc__skel-title{width:60%;height:12px}.dmc__skel-value{width:42%;height:24px;margin-top:14px}.dmc__skel-line{width:72%;height:11px;margin-top:12px}.rpl-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:22px}.rpl-head .dash-label{margin:0}.rpl-controls{display:flex;align-items:center;gap:12px}.rpl-range-wrap{position:relative}.rpl-range{height:36px;gap:8px}.rpl-range svg{width:15px;height:15px}.rpl-range-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:168px;padding:5px;background:var(--surface-container-lowest);border-radius:var(--r-md);box-shadow:var(--lum-lg, var(--lum-sm)),0 8px 24px -8px #1616402e}.rpl-range-opt{display:block;width:100%;text-align:left;padding:8px 11px;border-radius:var(--r-sm);background:none;cursor:pointer;font-size:var(--text-sm);color:var(--on-surface);white-space:nowrap}.rpl-range-opt:hover{background:var(--surface-container-low)}.rpl-range-opt.is-selected{font-weight:600;color:var(--primary-secondary)}.rpl-updated{font-size:var(--text-xs);color:var(--on-surface-muted);white-space:nowrap}.rpl-rail-scroll{overflow-x:auto;scrollbar-width:none}.rpl-rail-scroll::-webkit-scrollbar{display:none}.rpl-rail{display:grid;grid-template-columns:repeat(6,1fr);min-width:600px}.rpl-stage{--rpl-color: var(--on-surface-muted);--rpl-bg: var(--surface-container);min-width:0}.rpl-stage--red{--rpl-color: var(--status-fail);--rpl-bg: var(--status-fail-bg)}.rpl-stage--orange{--rpl-color: var(--status-warn);--rpl-bg: var(--status-warn-bg)}.rpl-stage--green{--rpl-color: var(--status-ok);--rpl-bg: var(--status-ok-bg)}.rpl-stage--blue{--rpl-color: var(--status-running);--rpl-bg: var(--status-running-bg)}.rpl-stage--neutral{--rpl-color: var(--on-surface-muted);--rpl-bg: var(--surface-container)}.rpl-node-row{display:flex;align-items:center}.rpl-line{flex:1;height:2px;align-self:center;position:relative}.rpl-line[data-hidden]{visibility:hidden}.rpl-line--red{background:var(--status-fail);color:var(--status-fail)}.rpl-line--orange{background:var(--status-warn);color:var(--status-warn)}.rpl-line--green{background:var(--status-ok);color:var(--status-ok)}.rpl-line--blue{background:var(--status-running);color:var(--status-running)}.rpl-line--neutral{background:var(--status-queued);color:var(--status-queued)}.rpl-line-r:after{content:"";position:absolute;right:-2.5px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:currentColor}.rpl-badge{flex:0 0 auto;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--rpl-bg);color:var(--rpl-color);box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--rpl-color) 32%,transparent)}.rpl-badge svg{width:28px;height:28px}.rpl-badge.clickable{cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.rpl-badge.clickable:hover{box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--rpl-color) 58%,transparent);transform:translateY(-1px)}.rpl-badge.clickable:focus-visible{outline:2px solid var(--rpl-color);outline-offset:2px}.rpl-meta{text-align:center;padding:14px 8px 2px}.rpl-stage:not(:first-child) .rpl-meta{border-left:1px solid var(--outline-faint)}.rpl-name{font-size:var(--text-sm);font-weight:600;color:var(--on-surface)}.rpl-count{font-size:1.7rem;font-weight:700;color:var(--on-surface);letter-spacing:var(--track-tight);line-height:1.2;margin:4px 0}.rpl-sup{font-size:var(--text-xs);color:var(--on-surface-muted);line-height:1.3}.rpl-divider{height:1px;background:var(--outline-faint);margin:24px 0 18px}.rpl-progress{display:flex;gap:32px;align-items:flex-start}.rpl-progress-left{flex:0 0 auto;min-width:220px}.rpl-progress-label{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:700;margin-bottom:10px}.rpl-progress-main{font-size:1.05rem;font-weight:700;color:var(--on-surface)}.rpl-green{color:var(--status-ok)}.rpl-progress-sub{font-size:var(--text-xs);color:var(--on-surface-muted);margin-top:6px}.rpl-progress-right{flex:1;min-width:0}.rpl-pbar{display:flex;height:12px;border-radius:999px;background:var(--surface-container);overflow:hidden;gap:1.5px}.rpl-pseg{height:100%;min-width:3px}.rpl-pseg--validated{background:var(--status-ok)}.rpl-pseg--executing{background:var(--primary)}.rpl-pseg--approved{background:var(--primary-fixed-dim)}.rpl-pseg--prioritized{background:var(--surface-container-highest)}.rpl-pseg--detected{background:var(--surface-container-high)}.rpl-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:var(--text-xs);color:var(--on-surface-muted)}.rpl-leg{display:inline-flex;align-items:center;gap:6px}.rpl-leg-dot{width:9px;height:9px;border-radius:3px;flex-shrink:0}.rpl-leg--validated .rpl-leg-dot{background:var(--status-ok)}.rpl-leg--executing .rpl-leg-dot{background:var(--primary)}.rpl-leg--approved .rpl-leg-dot{background:var(--primary-fixed-dim)}.rpl-leg--prioritized .rpl-leg-dot{background:var(--surface-container-highest)}.rpl-leg--detected .rpl-leg-dot{background:var(--surface-container-high)}.rpl-empty{font-size:var(--text-sm);color:var(--on-surface-muted);margin:0 0 10px}.rpl-error{padding:18px 0;color:var(--on-surface-variant);font-size:var(--text-sm)}.rpl-skel{display:block;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.rpl-skel-badge{background:var(--surface-container);box-shadow:none}.rpl-skel-line{width:70%;height:11px;margin:12px auto 0}.rpl-skel-num{width:40%;height:18px;margin:10px auto 0}@media (max-width: 760px){.rpl-progress{flex-direction:column;gap:16px}.rpl-progress-left{min-width:0}.rpl-progress-right{width:100%}}.rt-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.rt-head .dash-label{margin:0}.rt-range-wrap{position:relative}.rt-range{height:34px;gap:8px}.rt-range svg{width:14px;height:14px}.rt-range-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:130px;padding:5px;background:var(--surface-container-lowest);border-radius:var(--r-md);box-shadow:var(--lum-lg, var(--lum-sm)),0 8px 24px -8px #1616402e}.rt-range-opt{display:block;width:100%;text-align:left;padding:8px 11px;border-radius:var(--r-sm);background:none;cursor:pointer;font-size:var(--text-sm);color:var(--on-surface);white-space:nowrap}.rt-range-opt:hover{background:var(--surface-container-low)}.rt-range-opt.is-selected{font-weight:600;color:var(--primary-secondary)}.rt-chart{width:100%;height:auto;display:block}.rt-grid{stroke:var(--outline-faint);stroke-width:1}.rt-axis{fill:var(--on-surface-muted);font-size:13px}.rt-series--orange{--rt-c: var(--status-warn)}.rt-series--blue{--rt-c: var(--status-running)}.rt-line{stroke:var(--rt-c);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.rt-dot{fill:var(--rt-c)}.rt-guide{stroke:var(--on-surface-muted);stroke-width:1;stroke-dasharray:3 3;opacity:.6}.rt-dot-hi{fill:var(--rt-c);stroke:var(--surface-container-lowest);stroke-width:2}.rt-tip-bg{fill:var(--surface-container-lowest);stroke:var(--outline-faint);stroke-width:1;filter:drop-shadow(0 6px 16px rgba(22,22,64,.16))}.rt-tip-date{fill:var(--on-surface);font-size:13px;font-weight:700}.rt-tip-val{fill:var(--rt-c);font-size:12.5px;font-weight:600}.rt-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;margin-top:12px}.rt-leg{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-sm);color:var(--on-surface);font-weight:500}.rt-leg-dot{width:10px;height:10px;border-radius:50%;background:var(--rt-c)}.rt-skel{height:300px;border-radius:var(--r-md);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.rt-msg{padding:56px 0;text-align:center;color:var(--on-surface-muted);font-size:var(--text-sm)}.hs{display:flex;flex-direction:column}.hs-tabs{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--outline-faint);margin:2px 0}.hs-tabs::-webkit-scrollbar{display:none}.hs-tab{position:relative;padding:9px 11px;background:none;cursor:pointer;font-size:var(--text-sm);font-weight:500;color:var(--on-surface-muted);white-space:nowrap}.hs-tab:hover{color:var(--on-surface)}.hs-tab.is-active{color:var(--primary-secondary);font-weight:600}.hs-tab.is-active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:var(--primary-secondary)}.hs-table-wrap{overflow-x:auto}.hs-table{width:100%;border-collapse:collapse}.hs-table th{text-transform:uppercase;font-size:var(--text-2xs);letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600;text-align:center;padding:12px 8px 8px;white-space:nowrap}.hs-table th.hs-th-label{text-align:left}.hs-table td{padding:9px 8px;font-size:var(--text-sm);color:var(--on-surface);border-top:1px solid var(--outline-faint)}.hs-table .clickable{cursor:pointer}.hs-table .clickable:hover{background:var(--row-hover)}.hs-label{font-weight:600;white-space:nowrap}.hs-num{text-align:center;font-variant-numeric:tabular-nums}.hs-risk{display:flex;align-items:center;gap:12px}.hs-bar{flex:none;width:78px;height:5px;border-radius:999px;background:var(--surface-container);overflow:hidden}.hs-bar-fill{display:block;height:100%;border-radius:999px}.hs-bar-fill.sev-red{background:var(--status-fail)}.hs-bar-fill.sev-orange{background:var(--status-warn)}.hs-bar-fill.sev-yellow{background:var(--status-attention)}.hs-bar-fill.sev-green{background:var(--status-ok)}.hs-score{font-weight:600;font-variant-numeric:tabular-nums}.hs-msg{padding:30px 0;text-align:center;color:var(--on-surface-muted);font-size:var(--text-sm)}.hs-skel-wrap{padding:10px 0}.hs-skel{height:16px;margin:12px 0;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.hs .card__foot,.trd .card__foot{margin-top:auto}.trd-table{width:100%;border-collapse:collapse;font-size:var(--text-sm);table-layout:fixed}.trd-table th{text-align:left;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-uppercase);color:var(--on-surface-muted);font-weight:600;padding:4px 8px 10px}.trd-table th:nth-child(1){width:24%}.trd-table th:nth-child(2){width:25%}.trd-table th:nth-child(3){width:18%}.trd-table th:nth-child(4){width:18%}.trd-table th:nth-child(5){width:15%}.trd-table td{padding:11px 8px;border-top:1px solid var(--outline-faint);vertical-align:middle}.trd-table tbody tr.clickable{cursor:pointer;transition:background .12s var(--ease)}.trd-table tbody tr.clickable:hover{background:var(--row-hover)}.trd-table tbody tr.clickable:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;border-radius:8px}.trd-c{text-align:center}.trd-driver{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.trd-cve{font-weight:700;color:var(--on-surface);font-size:var(--text-md);white-space:nowrap}.trd-why{color:var(--on-surface-variant);overflow-wrap:anywhere}.trd-impact{color:var(--on-surface);overflow-wrap:anywhere}.trd-badge{display:inline-flex;align-items:center;font-size:var(--text-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:var(--r-pill);white-space:nowrap}.trd-badge--critical{background:var(--status-fail-bg);color:var(--status-fail)}.trd-badge--warning{background:var(--status-warn-bg);color:var(--status-warn)}.trd-badge--info{background:var(--status-running-bg);color:var(--status-running)}.trd-badge--neutral{background:var(--surface-container);color:var(--on-surface-variant)}.trd-st{display:inline-flex;align-items:center;justify-content:center;max-width:100%;font-size:var(--text-xs);font-weight:700;padding:4px 10px;border-radius:var(--r-pill);white-space:nowrap}.trd-st--ready{background:var(--status-ok-bg);color:var(--status-ok)}.trd-st--blocked{background:var(--status-warn-bg);color:var(--status-warn)}.trd-st--needs_plan,.trd-st--past_sla{background:var(--status-fail-bg);color:var(--status-fail)}.trd-st--plan_needed{background:var(--status-attention-bg);color:var(--status-attention)}.trd-action{background:none;border:0;padding:0;font:inherit;font-weight:600;color:var(--primary-secondary);cursor:pointer;white-space:nowrap}.trd-action:hover{text-decoration:underline}.trd-msg{padding:26px 12px;color:var(--on-surface-muted);font-size:var(--text-sm)}.trd-skel-wrap{padding:8px 0}.trd-skel{height:18px;margin:14px 12px;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.raa .card__foot{margin-top:auto}.raa-list{display:flex;flex-direction:column}.raa-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:start;column-gap:12px;row-gap:2px;padding:11px 0;border-top:1px solid var(--outline-faint)}.raa-row:first-child{border-top:0}.raa-row.clickable{cursor:pointer;border-radius:8px;transition:background .12s var(--ease)}.raa-row.clickable:hover{background:var(--row-hover)}.raa-row.clickable:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.raa-ico{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:none}.raa-ico svg{width:15px;height:15px}.raa-ico--info{background:var(--status-running-bg);color:var(--status-running)}.raa-ico--warning{background:var(--status-warn-bg);color:var(--status-warn)}.raa-ico--success{background:var(--status-ok-bg);color:var(--status-ok)}.raa-ico--critical{background:var(--status-fail-bg);color:var(--status-fail)}.raa-ico--neutral{background:var(--surface-container);color:var(--on-surface-muted)}.raa-text{font-size:var(--text-sm);color:var(--on-surface-variant);line-height:1.45;align-self:center;overflow-wrap:anywhere}.raa-text strong{font-weight:700;color:var(--on-surface)}.raa-time{font-size:var(--text-xs);color:var(--on-surface-muted);white-space:nowrap;align-self:center}.raa-action{background:none;border:0;padding:0;font:inherit;font-size:var(--text-sm);font-weight:600;color:var(--primary-secondary);cursor:pointer;white-space:nowrap;align-self:center}.raa-action:hover{text-decoration:underline}.raa-empty{padding:26px 0;color:var(--on-surface-muted);font-size:var(--text-sm)}.raa-skel-ico{background:var(--surface-container-high)}.raa-skel-line{grid-column:2 / -1;height:14px;align-self:center;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}@media (max-width: 560px){.raa-row{grid-template-columns:auto 1fr}.raa-text{grid-column:2}.raa-time{grid-column:2;align-self:start}.raa-action{grid-column:2;justify-self:start;align-self:start}}.badge.st-ready,.badge.st-validated{background:var(--status-ok-bg);color:var(--status-ok)}.badge.st-blocked{background:var(--status-fail-bg);color:var(--status-fail)}.badge.st-awaiting,.badge.st-needs{background:var(--status-warn-bg);color:var(--status-warn)}.badge.st-approved,.badge.st-executing{background:var(--status-running-bg);color:var(--status-running)}.ri-flow__sub{font-size:var(--text-sm);color:var(--on-surface-muted);margin:2px 0 18px}.ri-flow__cols{display:grid;grid-template-columns:1fr auto 1fr;gap:56px;align-items:center}.ri-col{display:flex;flex-direction:column;gap:10px}.ri-colhead{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--track-wide);text-transform:uppercase;color:var(--on-surface-muted);margin-bottom:2px}.ri-colhead--center{text-align:center}.ri-src,.ri-out{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface-container-low);border-radius:var(--r-md)}.ri-src .src__logo{width:22px;height:22px;background:var(--on-surface-variant)}.ri-src__name,.ri-out__title{font-weight:650;font-size:var(--text-sm);color:var(--on-surface)}.ri-src__desc,.ri-out__desc{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:2px;line-height:1.35}.ri-out__ico{width:30px;height:30px;flex-shrink:0;display:grid;place-items:center;border-radius:var(--r-sm);background:var(--surface-container-high);color:var(--primary)}.ri-out__ico svg{width:17px;height:17px}.ri-agentwrap{position:relative}.ri-agentwrap:before,.ri-agentwrap:after{content:"";position:absolute;top:56%;width:40px;border-top:2px dashed var(--outline-faint)}.ri-agentwrap:before{left:-48px}.ri-agentwrap:after{right:-48px}.ri-agent{display:block;width:100%;text-align:center;cursor:pointer;padding:22px 20px;border-radius:var(--r-lg);background:var(--surface-container-lowest);box-shadow:var(--lum-md);background-image:linear-gradient(180deg,#006dc70f,#006dc700);transition:box-shadow .15s,transform .15s}.ri-agent:hover{box-shadow:var(--lum-lg);transform:translateY(-2px)}.ri-agent__ico{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--grad-primary);color:#fff;margin-bottom:12px}.ri-agent__ico svg{width:26px;height:26px}.ri-agent__name{font-size:var(--text-lg);font-weight:750;color:var(--on-surface)}.ri-agent__action{font-size:var(--text-sm);font-weight:650;color:var(--primary);margin-top:2px}.ri-agent__desc{font-size:var(--text-xs);color:var(--on-surface-variant);margin:10px auto 12px;max-width:230px;line-height:1.45}.ri-agent__hint{display:inline-flex;align-items:center;gap:5px;font-size:var(--text-2xs);font-weight:600;color:var(--on-surface-muted)}.ri-agent:hover .ri-agent__hint{color:var(--primary)}.ri-agent__hint svg,.ri-flow__cta svg,.ri-link svg{width:13px;height:13px;flex:none}.ri-flow__cta{display:flex;width:fit-content;margin:18px auto 0;padding:9px 18px;border-radius:var(--r-pill);background:var(--status-running-bg);color:var(--primary);font-weight:650;font-size:var(--text-sm);cursor:pointer;align-items:center;gap:6px}.ri-buckets{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:20px 0}.ri-bucket{text-align:left;cursor:pointer;transition:box-shadow .15s,transform .15s}.ri-bucket:hover{box-shadow:var(--lum-md);transform:translateY(-2px)}.ri-bucket.is-active{box-shadow:inset 0 0 0 2px var(--primary)}.ri-bucket__hd{display:flex;align-items:center;gap:9px;margin-bottom:12px}.ri-bucket__ico{width:30px;height:30px;display:grid;place-items:center;border-radius:var(--r-sm)}.ri-bucket__ico svg{width:17px;height:17px}.ri-bucket__label{font-weight:650;font-size:var(--text-sm);color:var(--on-surface)}.ri-bucket__val{font-size:2rem;font-weight:750;color:var(--on-surface);line-height:1}.ri-skel{display:inline-block;width:38px;height:26px;border-radius:var(--r-sm);background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:ra-shimmer 1.3s ease-in-out infinite}.ri-bucket__sub{font-size:var(--text-xs);color:var(--on-surface-variant);margin-top:6px}.ri-bucket--fail .ri-bucket__ico{background:var(--status-fail-bg);color:var(--status-fail)}.ri-bucket--warn .ri-bucket__ico{background:var(--status-warn-bg);color:var(--status-warn)}.ri-bucket--running .ri-bucket__ico{background:var(--status-running-bg);color:var(--status-running)}.ri-bucket--attention .ri-bucket__ico{background:var(--accent-purple-bg);color:var(--accent-purple)}.ri-bucket--neutral .ri-bucket__ico{background:var(--surface-container-high);color:var(--on-surface-muted)}.ri-findhd{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ri-prio{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;font-weight:700;font-size:var(--text-xs);color:#fff}.ri-prio--1{background:var(--status-fail)}.ri-prio--2{background:var(--status-warn)}.ri-prio--3{background:var(--status-attention)}.ri-prio--n{background:var(--on-surface-muted)}.ri-fbadge{margin-left:7px;font-size:var(--text-2xs)}.ri-sub{font-size:var(--text-2xs);margin-top:2px}.ri-link{display:inline-flex;align-items:center;gap:3px;color:var(--primary);font-weight:600;font-size:var(--text-sm);cursor:pointer;white-space:nowrap}.ri-link:hover{text-decoration:underline}.ri-link--muted{color:var(--on-surface-muted);font-weight:500}.ri-link--muted:hover{color:var(--primary)}.pl-action{text-align:right;white-space:nowrap;min-width:168px}.ri-action{text-align:right;white-space:nowrap;min-width:240px}.ri-action__group{display:inline-flex;align-items:center;justify-content:flex-end;gap:20px}.ri-find td{vertical-align:middle}.ri-grid2{margin-top:20px}.ri-factors{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:4px}.ri-factor{display:flex;align-items:center;gap:8px;font-size:var(--text-sm);color:var(--on-surface-variant)}.ri-factor svg{width:15px;height:15px;color:var(--status-running);flex-shrink:0}.ri-srccov{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ri-srccov__item{display:flex;align-items:center;gap:11px;padding:12px 14px;background:var(--surface-container-low);border-radius:var(--r-md)}.ri-srccov__item .src__logo{width:22px;height:22px;background:var(--on-surface-variant)}@media (max-width: 900px){.ri-flow__cols{grid-template-columns:1fr;gap:22px}.ri-agentwrap:before,.ri-agentwrap:after{display:none}.ri-buckets{grid-template-columns:repeat(2,1fr)}.ri-srccov,.ri-factors{grid-template-columns:1fr}}.pl-agents{display:flex;flex-direction:column;gap:0}.pl-agents .ri-agent{padding:18px}.pl-agents .ri-agent__ico{width:46px;height:46px;margin-bottom:9px}.pl-agents .ri-agent__name{font-size:var(--text-md)}.pl-agents .ri-agent__desc{margin:8px auto 10px;max-width:240px}.pl-arrow{display:grid;place-items:center;padding:9px 0;color:var(--on-surface-muted)}.pl-arrow svg{width:20px;height:20px;transform:rotate(90deg)}.pl-arrow span{font-size:var(--text-2xs);font-weight:650;letter-spacing:var(--track-wide);text-transform:uppercase}.pl-rings{display:flex;flex-direction:column;gap:10px;margin-top:4px}.pl-ring{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 14px;background:var(--surface-container-low);border-radius:var(--r-md)}.pl-ring__seq{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--grad-primary);color:#fff;font-weight:750;font-size:var(--text-sm)}.pl-ring__name{font-weight:650;font-size:var(--text-sm);color:var(--on-surface)}.pl-ring__purpose{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:2px;line-height:1.35}.pl-ring__meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.pl-ring__count{font-weight:700;font-size:var(--text-sm);color:var(--on-surface)}.pl-ring__win{display:inline-flex;align-items:center;gap:5px;font-size:var(--text-2xs);color:var(--on-surface-muted)}.pl-ring__win svg{width:12px;height:12px}.pl-winsel{font-size:var(--text-2xs);color:var(--on-surface);background:var(--surface-container-high);border:none;border-radius:var(--r-pill);padding:4px 9px;cursor:pointer;max-width:170px}.pl-sched-msg{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:var(--r-md);font-size:var(--text-xs);margin-bottom:12px}.pl-sched-msg svg{width:15px;height:15px;flex-shrink:0}.pl-sched-msg.ok{background:var(--status-ok-bg);color:var(--status-ok)}.pl-sched-msg.err{background:var(--status-fail-bg);color:var(--status-fail)}.pl-prio{display:inline-block;padding:2px 9px;border-radius:var(--r-pill);font-weight:700;font-size:var(--text-2xs);letter-spacing:var(--track-wide);text-transform:uppercase}.pl-prio--critical{background:var(--status-fail-bg);color:var(--status-fail)}.pl-prio--high{background:var(--status-warn-bg);color:var(--status-warn)}.pl-prio--medium{background:var(--accent-purple-bg);color:var(--accent-purple)}.pl-prio--low{background:var(--surface-container-high);color:var(--on-surface-muted)}.tbl tr.is-selected{background:var(--status-running-bg)}.tbl tr.pl-row{cursor:pointer}.tbl tr.pl-row:hover{background:var(--row-hover)}.tbl tr.pl-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.ri-find tbody tr.is-featured{background:var(--nav-active-bg)}.pl-rec{margin-left:8px}@media (max-width: 900px){.pl-agents .ri-agent{padding:16px}}.ex-buckets{grid-template-columns:repeat(6,1fr)}.ex-bar{height:6px;border-radius:var(--r-pill);background:var(--surface-container-high);overflow:hidden;min-width:70px}.ex-bar>span{display:block;height:100%;border-radius:var(--r-pill);background:var(--grad-primary)}.ex-bar--lg{height:8px}.ex-bar__pct{font-size:var(--text-2xs);margin-left:2px}.ex-sub{font-size:var(--text-2xs)}.ex-owner{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-2xs);font-weight:650;color:var(--primary);background:var(--status-running-bg);padding:5px 10px;border-radius:var(--r-pill);white-space:nowrap}.ex-owner svg{width:13px;height:13px}.ex-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0;font-size:var(--text-xs)}.ex-row__name{display:inline-flex;align-items:center;gap:6px;color:var(--on-surface)}.ex-row__name svg{width:13px;height:13px;color:var(--on-surface-muted)}.split-2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:4px}.art-row{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;margin:2px 0;border:0;border-radius:var(--r-md);background:var(--surface-container-lowest);cursor:pointer;text-align:left;transition:background .12s,box-shadow .12s}.art-row:hover{background:var(--surface-container-high);box-shadow:var(--lum-sm)}.art-row__ico{width:30px;height:30px;flex:none;border-radius:8px;display:grid;place-items:center;background:var(--surface-container-high);color:var(--primary)}.art-row__ico svg{width:15px;height:15px}.art-row__body{flex:1;min-width:0}.art-row__name{font-size:var(--text-sm);font-weight:600;color:var(--on-surface)}.art-row__sub{font-size:var(--text-2xs);color:var(--on-surface-muted)}.art-row__chev{color:var(--on-surface-muted);flex:none}.art-row__chev svg{width:16px;height:16px}.art-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a47;z-index:60}.art-drawer{position:fixed;top:0;right:0;bottom:0;width:min(560px,94vw);z-index:61;background:var(--surface-container-lowest);box-shadow:-12px 0 40px #0f172a2e;display:flex;flex-direction:column}.art-drawer__hd{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;border-bottom:1px solid var(--outline-faint)}.art-drawer__hd .art-row__ico{width:36px;height:36px}.art-drawer__title{font-size:var(--text-lg);font-weight:700;color:var(--on-surface)}.art-drawer__type{font-size:var(--text-xs);color:var(--on-surface-muted)}.art-drawer__close{margin-left:auto;flex:none;width:30px;height:30px;border:0;border-radius:var(--r-sm);background:var(--surface-container-high);color:var(--on-surface);cursor:pointer}.art-drawer__body{padding:16px 20px;overflow:auto;flex:1}.art-meta{display:flex;flex-wrap:wrap;gap:6px 20px;margin-bottom:14px;font-size:var(--text-xs)}.art-meta__k{color:var(--on-surface-muted);margin-right:6px}.art-sec-title{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;color:var(--on-surface-muted);margin:14px 0 6px}.art-kv{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;font-size:var(--text-xs)}.art-kv__k{color:var(--on-surface-muted)}.art-drawer .wt-adv{margin-top:16px}.toast{position:fixed;top:18px;right:18px;z-index:80;display:inline-flex;align-items:center;gap:9px;padding:12px 16px;background:var(--status-ok-bg);color:var(--status-ok);font-size:var(--text-sm);font-weight:600;border-radius:var(--r-md);box-shadow:0 12px 30px -8px #0f172a47;animation:toast-in .2s var(--ease)}.toast svg{width:17px;height:17px;flex:none}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a52;z-index:70}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:71;width:min(1080px,95vw);max-height:90vh;display:flex;flex-direction:column;background:var(--surface-container-lowest);border-radius:var(--r-lg);box-shadow:0 24px 60px #0f172a47}.modal__hd{display:flex;align-items:flex-start;gap:12px;padding:18px 24px;border-bottom:1px solid var(--outline-faint);flex:none}.modal__hd-ico{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary)}.modal__hd-ico svg{width:22px;height:22px}.modal__title{font-size:var(--text-lg);font-weight:700;color:var(--on-surface)}.modal__sub{font-size:var(--text-xs);color:var(--on-surface-muted);margin-top:2px;max-width:70ch}.modal__close{margin-left:auto;flex:none;width:32px;height:32px;border:0;border-radius:var(--r-sm);display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container);color:var(--on-surface-muted);cursor:pointer;font-size:14px;line-height:1}.modal__close:hover{background:var(--surface-container-high);color:var(--on-surface)}.modal__body{padding:18px 24px;overflow:auto;flex:1;display:flex;flex-direction:column;gap:20px}.modal__sectitle{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--on-surface-muted);margin-bottom:10px}.modal__secnum{color:var(--on-surface-muted);margin-right:7px}.modal__hint{display:inline-flex;gap:9px;align-items:baseline;text-transform:none;letter-spacing:normal;font-size:var(--text-xs);color:var(--on-surface-muted)}.lnk{border:0;background:none;color:var(--primary);cursor:pointer;font:inherit;font-size:var(--text-xs);font-weight:600;padding:0}.lnk svg{width:12px;height:12px;flex:none;vertical-align:middle}.lnk:hover{text-decoration:underline}.lnk[disabled]{color:var(--on-surface-muted);cursor:default;text-decoration:none}.dtbl{border-radius:var(--r-md);background:var(--surface-container-low);overflow:hidden}.dtbl__row{display:grid;grid-template-columns:30px minmax(150px,1.1fr) minmax(190px,1.5fr) minmax(82px,.7fr) minmax(120px,.9fr);gap:14px;align-items:center;padding:11px 14px}.dtbl__head{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--on-surface-muted)}.dtbl__body .dtbl__row{cursor:pointer;min-height:58px;border-top:1px solid var(--outline-faint)}.dtbl__body .dtbl__row:hover{background:var(--surface-container)}.dtbl__body .dtbl__row.is-sel{background:var(--nav-active-bg)}.dtbl__driver{display:flex;flex-direction:column;gap:2px;min-width:0}.dtbl__name{font-weight:600;color:var(--on-surface);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtbl__sub{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtbl__signals{display:flex;flex-wrap:wrap;gap:6px}.dtbl__impact{font-size:var(--text-xs);color:var(--on-surface-variant);line-height:1.45}.dtbl__impact b{font-weight:600;color:var(--on-surface)}.dtbl__action{font-size:var(--text-xs);color:var(--on-surface)}.dtbl__more{width:100%;padding:10px 14px;border:0;border-top:1px solid var(--outline-faint);background:none;cursor:pointer;color:var(--primary);font:inherit;font-size:var(--text-xs);font-weight:600;display:inline-flex;align-items:center;gap:6px}.dtbl__more:hover{background:var(--surface-container)}.dtbl__more svg{width:13px;height:13px}.dtbl__empty{padding:18px 14px;color:var(--on-surface-muted);font-size:var(--text-sm)}.dtbl input[type=checkbox],.modal__check input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex:none}.rstrat{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rstrat__card{display:flex;align-items:flex-start;gap:11px;padding:14px;text-align:left;cursor:pointer;border-radius:var(--r-md);background:var(--surface-container-low);box-shadow:inset 0 0 0 1.5px transparent;transition:background .15s var(--ease),box-shadow .15s var(--ease)}.rstrat__card:hover{background:var(--surface-container)}.rstrat__card.is-active{background:var(--nav-active-bg);box-shadow:inset 0 0 0 1.5px var(--primary)}.rstrat__ico{flex:none;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--on-surface-muted)}.rstrat__ico svg{width:20px;height:20px}.rstrat__card.is-active .rstrat__ico{color:var(--primary)}.rstrat__name{font-size:var(--text-sm);font-weight:600;color:var(--on-surface)}.rstrat__card.is-active .rstrat__name{color:var(--primary)}.rstrat__desc{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:3px;line-height:1.45}.rstrat__radio{margin-left:auto;flex:none;width:16px;height:16px;border-radius:50%;box-shadow:inset 0 0 0 1.5px var(--outline-variant)}.rstrat__card.is-active .rstrat__radio{box-shadow:inset 0 0 0 5px var(--primary)}.modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 16px;align-items:end}.modal__check{display:inline-flex;align-items:center;gap:9px;font-size:var(--text-sm);color:var(--on-surface);align-self:center}.modal__notes{display:flex;flex-direction:column;gap:5px}.modal__notes-counter{align-self:flex-end;font-size:var(--text-2xs);color:var(--on-surface-muted)}.modal__ft{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 24px;border-top:1px solid var(--outline-faint);flex:none}.modal__ft-msg{margin-right:auto;font-size:var(--text-xs);color:var(--on-surface-muted)}@media (max-width: 820px){.rstrat{grid-template-columns:1fr}.modal__grid{grid-template-columns:1fr;align-items:stretch}.dtbl__head{display:none}.dtbl__row{grid-template-columns:24px 1fr;gap:6px 12px;padding:12px 14px}}.modal--xl{width:min(1480px,95vw);max-height:92vh}.pdm-state{padding:64px 24px;text-align:center;color:var(--on-surface-muted);font-size:var(--text-sm)}.pdm-state--err{color:var(--status-fail)}.pdm__hd{align-items:flex-start}.pdm__hdmain{min-width:0;flex:1}.pdm__title{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.pdm__meta{font-size:var(--text-xs);color:var(--on-surface-muted);margin-top:5px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.pdm__meta .lnk{display:inline-flex;align-items:center;gap:3px}.pdm__meta .lnk svg{width:11px;height:11px}.pdm-chip--muted{display:inline-flex;align-items:center;gap:5px;color:var(--on-surface-muted)}.pdm-chip--muted svg{width:12px;height:12px}.pdm__tabs{display:flex;gap:2px;padding:0 24px;border-bottom:1px solid var(--outline-faint);flex:none}.pdm__tab{border:0;background:none;cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:600;padding:11px 12px;color:var(--on-surface-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.pdm__tab:hover{color:var(--on-surface)}.pdm__tab.is-active{color:var(--primary);border-bottom-color:var(--primary)}.pdm__body{gap:16px;background:var(--surface-container-low)}.pdm__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.pdm-scard{background:var(--surface-container-lowest);border-radius:var(--r-md);padding:13px 14px;position:relative}.pdm-scard__ico{position:absolute;top:12px;right:12px;color:var(--on-surface-muted)}.pdm-scard__ico svg{width:17px;height:17px}.pdm-scard__label{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;color:var(--on-surface-muted);font-weight:700;padding-right:22px}.pdm-scard__val{font-size:var(--text-lg);font-weight:700;color:var(--on-surface);margin:3px 0 2px;line-height:1.2}.pdm-sub{font-size:var(--text-2xs);color:var(--on-surface-muted)}.pdm__cols{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.pdm__main{display:flex;flex-direction:column;gap:16px;min-width:0}.pdm__side{display:flex;flex-direction:column;gap:16px}.pdm__sec{background:var(--surface-container-lowest);border-radius:var(--r-md);padding:14px 16px}.pdm__sechd{display:flex;justify-content:space-between;align-items:baseline;font-weight:700;font-size:var(--text-md);color:var(--on-surface);margin-bottom:10px}.pdm-tbl{width:100%}.pdm-tbl td{vertical-align:top}.pdm-driver__name,.pdm-ring__name{font-weight:600;color:var(--on-surface)}.pdm-tags{display:inline-flex;flex-wrap:wrap;gap:5px}.pdm-ringseq{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--nav-active-bg);color:var(--primary);font-weight:700;font-size:var(--text-xs)}.pdm-win{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-xs);color:var(--on-surface)}.pdm-win svg{width:13px;height:13px;flex:none}.pdm-win--none{display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:var(--status-warn)}.pdm-cap{display:flex;flex-direction:column;gap:3px;margin-top:5px}.pdm-cap__bar{height:5px;border-radius:3px;background:var(--surface-container-high);overflow:hidden;max-width:120px}.pdm-cap__bar span{display:block;height:100%;background:var(--status-ok)}.pdm-cap__bar span.is-full{background:var(--status-warn)}.pdm-blk{color:var(--status-fail)}.pdm-policy{display:flex;flex-direction:column}.pdm-policy__row{display:flex;align-items:center;gap:9px;padding:7px 0}.pdm-policy__row svg{width:15px;height:15px;color:var(--on-surface-muted);flex:none}.pdm-policy__row--ok svg{color:var(--status-ok)}.pdm-policy__row--warn svg{color:var(--status-warn)}.pdm-policy__row--fail svg{color:var(--status-fail)}.pdm-policy__name{flex:1;font-size:var(--text-sm);color:var(--on-surface)}.pdm-kv{display:flex;flex-direction:column;gap:9px}.pdm-kv>div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:var(--text-sm)}.pdm-kv>div>span{color:var(--on-surface-muted);flex:none}.pdm-kv b{font-weight:600;color:var(--on-surface);text-align:right}.pdm-blkrow{display:flex;align-items:center;gap:8px;padding:9px 0;font-size:var(--text-sm);border-bottom:1px solid var(--outline-faint)}.pdm-blkrow svg{width:15px;height:15px;color:var(--status-fail);flex:none}@media (max-width: 1100px){.pdm__cols{grid-template-columns:1fr}}.rfd-rank{flex:none;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:var(--text-base);color:#fff;background:var(--status-queued)}.rfd-rank.tier-critical{background:var(--status-fail)}.rfd-rank.tier-high{background:var(--status-warn)}.rfd-rank.tier-medium{background:var(--status-running)}.rfd-why{font-size:var(--text-base);line-height:1.6;color:var(--on-surface);margin:0}.rfd-ev{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rfd-ev__card{background:var(--surface-container-low);border-radius:var(--r-md);padding:12px 14px;min-width:0}.rfd-ev__hd{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:var(--text-sm);color:var(--on-surface);margin-bottom:10px}.rfd-ev__hd svg{width:15px;height:15px;color:var(--on-surface-muted);flex:none}.rfd-ev__empty{font-size:var(--text-xs);padding:6px 0}.rfd-ev .pdm-kv{gap:7px;font-size:var(--text-xs)}.rfd-ev .pdm-kv b{font-weight:600;word-break:break-word}.rfd-score__total{display:flex;justify-content:space-between;align-items:baseline;font-size:var(--text-sm);color:var(--on-surface-muted);padding-bottom:9px;margin-bottom:9px;border-bottom:1px solid var(--outline-faint)}.rfd-score__total b{color:var(--on-surface);font-size:var(--text-base)}.rfd-score__row{display:flex;align-items:center;gap:9px;padding:5px 0;font-size:var(--text-sm)}.rfd-score__dot{flex:none;width:8px;height:8px;border-radius:50%;box-shadow:inset 0 0 0 1.5px var(--outline-variant)}.rfd-score__dot.is-on{background:var(--status-running);box-shadow:none}.rfd-score__name{flex:1;color:var(--on-surface)}.rfd-score__val{color:var(--on-surface-muted);font-weight:600;white-space:nowrap}.rfd-score__val.is-pts{color:var(--status-running)}.rfd-rec{display:flex;flex-direction:column;gap:16px}.rfd-rec__grid{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:22px;align-items:start}.rfd-rec__big{font-size:var(--text-base);font-weight:700;color:var(--on-surface);margin-top:3px}.rfd-rec__guide div{margin-top:3px;font-size:var(--text-sm);color:var(--on-surface);line-height:1.5}.rfd-wf{display:flex;align-items:center;flex-wrap:wrap}.rfd-wf__step{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-xs);color:var(--on-surface-muted)}.rfd-wf__dot{flex:none;width:9px;height:9px;border-radius:50%;box-shadow:inset 0 0 0 1.5px var(--outline-variant)}.rfd-wf__sep{width:26px;height:2px;background:var(--outline-faint);margin:0 6px}.rfd-rec .btn{align-self:flex-start}@media (max-width: 1100px){.rfd-ev{grid-template-columns:repeat(2,1fr)}.rfd-rec__grid{grid-template-columns:1fr;gap:12px}}.cdm a.btn{text-decoration:none;color:var(--on-surface)}.cdm__hd{align-items:flex-start;gap:14px}.cdm .modal__hd-ico{width:38px;height:38px;border-radius:var(--r-md);background:var(--status-running-bg);display:grid;place-items:center}.cdm .modal__hd-ico svg{width:20px;height:20px}.cdm__hdmain{min-width:0;flex:1}.cdm__hdmain .modal__sub{margin-top:1px}.cdm__badges{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:11px}.cdm__bk{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);font-weight:700;color:var(--on-surface-muted)}.cdm__bk:not(:first-child){margin-left:12px}.cdm__badges .badge{text-transform:none}.cdm__hdright{display:flex;align-items:flex-start;gap:14px;flex:none}.cdm__hdmeta{display:flex;flex-direction:column;gap:3px;font-size:var(--text-xs);color:var(--on-surface);text-align:right}.cdm__hdmeta>div{display:flex;gap:8px;justify-content:flex-end;align-items:baseline}.cdm__hdmeta span{color:var(--on-surface-muted)}.cdm__sn{height:32px;padding:0 12px}.cdm__summary{font-size:var(--text-sm);line-height:1.6;color:var(--on-surface);margin:0;max-width:92ch}.cdm__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px 18px;margin-top:14px}.cdm__facts>div{display:flex;flex-direction:column;gap:2px;min-width:0}.cdm__facts span{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);font-weight:700;color:var(--on-surface-muted)}.cdm__facts b{font-size:var(--text-sm);font-weight:600;color:var(--on-surface);overflow-wrap:anywhere}.cdm__twocol{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.cdm__scroll{overflow-x:auto}.cdm__auto{min-width:860px}.cdm__steps{list-style:none;counter-reset:cstep;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.cdm__steps li{counter-increment:cstep;display:flex;gap:10px;font-size:var(--text-sm);color:var(--on-surface);line-height:1.5}.cdm__steps li:before{content:counter(cstep);flex:none;width:19px;height:19px;margin-top:1px;border-radius:50%;background:var(--surface-container-high);color:var(--on-surface-muted);font-size:var(--text-2xs);font-weight:700;display:grid;place-items:center}.cdm__checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.cdm__checks li{display:flex;gap:9px;align-items:flex-start;font-size:var(--text-sm);color:var(--on-surface);line-height:1.5}.cdm__checks li svg{width:15px;height:15px;flex:none;margin-top:2px;color:var(--status-ok)}.cdm__checks--warn li svg{color:var(--status-fail)}.cdm__backout{background:var(--status-fail-bg)}.cdm__backout .pdm__sechd{color:var(--status-fail)}.cdm__backout .pdm__sechd svg{width:16px;height:16px;margin-right:4px}.cdm__more{margin-top:12px;display:inline-flex;align-items:center;gap:4px;font-size:var(--text-xs)}.cdm__more svg{width:12px;height:12px}.cdm__full{margin:10px 0 0;padding:12px 14px;border-radius:var(--r-sm);background:var(--surface-container);color:var(--on-surface-muted);font-size:var(--text-xs);line-height:1.6;white-space:pre-wrap;max-height:260px;overflow:auto;font-family:var(--font-sans)}.cdm__ft{justify-content:space-between}.cdm__ft-l,.cdm__ft-r{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cdm__ft .btn svg{width:14px;height:14px}@media (max-width: 1100px){.cdm__twocol{grid-template-columns:1fr}.cdm__hdright{flex-direction:column;align-items:flex-end;gap:8px}}.erm .cdm__hdmeta svg{width:13px;height:13px;vertical-align:-2px;margin-right:3px}.erm .cdm__hdmeta>div:first-child span{color:var(--on-surface);font-weight:600}.erm-tl{display:flex;align-items:flex-start;gap:0;overflow-x:auto;padding:4px 0 2px}.erm-tl__node{position:relative;flex:1 1 0;min-width:78px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.erm-tl__line{position:absolute;top:14px;right:50%;width:100%;height:2px;background:var(--outline-faint);z-index:0}.erm-tl__node.is-complete .erm-tl__line{background:var(--status-ok)}.erm-tl__dot{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface-container-high);color:var(--on-surface-muted)}.erm-tl__dot svg{width:15px;height:15px}.erm-tl__node.is-complete .erm-tl__dot{background:var(--status-ok);color:#fff}.erm-tl__node.is-running .erm-tl__dot{background:var(--primary);color:#fff;box-shadow:0 0 0 4px var(--status-running-bg)}.erm-tl__node.is-failed .erm-tl__dot,.erm-tl__node.is-rolled .erm-tl__dot{background:var(--status-fail);color:#fff}.erm-tl__lbl{font-size:var(--text-xs);font-weight:600;color:var(--on-surface);line-height:1.2;padding:0 4px}.erm-tl__at{font-size:var(--text-2xs);color:var(--on-surface-muted)}.erm-tl__node.is-running .erm-tl__at{color:var(--primary)}.erm-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--status-ok);margin-right:7px;vertical-align:1px}.erm-ring{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:16px 22px;align-items:start}.erm-ring__facts{display:flex;flex-direction:column;gap:8px}.erm-ring__facts>div{display:flex;justify-content:space-between;gap:12px;font-size:var(--text-sm)}.erm-ring__facts span{color:var(--on-surface-muted)}.erm-ring__facts b{color:var(--on-surface);font-weight:600}.erm-donut{position:relative;width:92px;height:92px;justify-self:center}.erm-donut svg{width:92px;height:92px}.erm-donut__bg{fill:none;stroke:var(--surface-container-high);stroke-width:9}.erm-donut__fg{fill:none;stroke:var(--primary);stroke-width:9;stroke-linecap:round;transition:stroke-dasharray .4s var(--ease)}.erm-donut__pct{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:var(--text-md);font-weight:700;color:var(--on-surface)}.erm-act{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--outline-faint);font-size:var(--text-sm)}.erm-act:last-child{border-bottom:0}.erm-act svg{width:15px;height:15px;flex:none;color:var(--status-ok)}.erm-act__at{color:var(--on-surface-muted);font-size:var(--text-xs);width:64px;flex:none}.erm-act__txt{color:var(--on-surface)}.erm-ev{display:flex;flex-direction:column;gap:8px}.erm-ev__item{background:var(--surface-container-low);border-radius:var(--r-md);overflow:hidden}.erm-ev__hd{width:100%;display:flex;align-items:center;gap:10px;padding:11px 13px;background:none;border:0;cursor:pointer;font:inherit;text-align:left}.erm-ev__hd svg{width:15px;height:15px;flex:none;color:var(--on-surface-muted)}.erm-ev__hd svg:last-child{margin-left:auto}.erm-ev__label{font-weight:600;color:var(--on-surface);font-size:var(--text-sm)}.erm-ev__body{padding:0 13px 12px 38px;font-size:var(--text-sm);color:var(--on-surface-variant);line-height:1.5}@media (max-width: 1100px){.erm-ring{grid-template-columns:1fr 1fr}}.pl-plandetail{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:2px 0 6px}.pl-blockers{margin:4px 0 8px;display:flex;flex-direction:column;gap:2px}.ex-timeline{display:flex;flex-wrap:wrap;gap:6px 4px;margin:4px 0 14px}.ex-tl{display:flex;align-items:center;gap:6px;padding:4px 9px;border-radius:var(--r-pill);background:var(--surface-container-low);font-size:var(--text-2xs);font-weight:600}.ex-tl__dot{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;color:#fff;flex-shrink:0}.ex-tl__dot svg{width:10px;height:10px}.ex-tl__lbl{white-space:nowrap}.ex-tl--done .ex-tl__dot{background:var(--status-ok)}.ex-tl--done{color:var(--status-ok)}.ex-tl--run .ex-tl__dot{background:var(--primary)}.ex-tl--run{color:var(--primary);background:var(--status-running-bg)}.ex-tl--fail .ex-tl__dot{background:var(--status-fail)}.ex-tl--fail{color:var(--status-fail)}.ex-tl--pending .ex-tl__dot{background:var(--on-surface-muted)}.ex-tl--pending{color:var(--on-surface-muted)}.ex-evsum{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:4px 0 10px}.ex-evsum>div{background:var(--surface-container-low);border-radius:var(--r-md);padding:10px 12px}.ex-evsum strong{display:block;font-size:var(--text-lg);font-weight:750;color:var(--on-surface);line-height:1}.ex-evsum span{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:4px;display:block}.ex-cand{margin-top:12px;padding:10px 12px;border-radius:var(--r-md);background:var(--status-warn-bg);color:var(--on-surface-variant);font-size:var(--text-xs)}.btn--danger{color:var(--status-fail);background:var(--status-fail-bg)}@media (max-width: 1100px){.ex-buckets{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.ex-buckets,.ex-evsum{grid-template-columns:repeat(2,1fr)}.split-2{grid-template-columns:1fr}}.ws{display:flex;flex-direction:column;gap:14px}.ws-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--surface-container-lowest);border-radius:var(--r-md);padding:10px 14px;box-shadow:var(--lum-sm)}.ws-toolbar__lbl{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);color:var(--on-surface-muted)}.ws-toolbar select{font:inherit;font-size:var(--text-sm);padding:6px 9px;border:0;border-radius:var(--r-sm);background:var(--surface-container-high);color:var(--on-surface)}.ws-toolbar__sp{flex:1}.ws-toolbar .badge{text-transform:none}.ws-toolbar .btn{display:inline-flex;align-items:center;gap:6px}.ws-toolbar .btn svg{width:15px;height:15px}.ws-overflow{position:relative}.ws-overflow>summary{list-style:none;cursor:pointer;padding:7px 12px}.ws-overflow>summary::-webkit-details-marker{display:none}.ws-overflow__menu{position:absolute;right:0;top:calc(100% + 4px);z-index:20;background:var(--surface-container-lowest);border-radius:var(--r-md);box-shadow:var(--lum-lg);padding:6px;display:flex;flex-direction:column;gap:2px;min-width:160px}.ws-overflow__menu button{text-align:left;border:0;background:transparent;font:inherit;font-size:var(--text-sm);padding:7px 10px;border-radius:var(--r-sm);color:var(--on-surface-muted)}.ws-overflow__menu button:disabled{opacity:.6;cursor:default}.ws-shell{display:grid;grid-template-columns:280px minmax(0,1fr) 360px;grid-template-rows:auto auto;gap:14px;align-items:start}.ws-shell .ws-lib{grid-column:1;grid-row:1 / span 2;min-width:0}.ws-shell .ws-canvas{grid-column:2;grid-row:1;min-width:0}.ws-shell .ws-bottom{grid-column:2;grid-row:2;min-width:0}.ws-shell .ws-insp{grid-column:3;grid-row:1 / span 2;align-self:stretch;max-height:none}.ws-lib{display:flex;flex-direction:column;gap:24px;overflow-y:auto}.ws-lib__group{display:flex;flex-direction:column;gap:11px}.ws-lib__group-h{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--track-wide);text-transform:uppercase;color:var(--on-surface-muted);margin:0}.ws-lib__card{display:flex;flex-direction:column;gap:9px;min-height:92px;padding:14px;width:100%;box-sizing:border-box;text-align:left;border:0;cursor:pointer;background:var(--surface-container-lowest);border-radius:var(--r-md);box-shadow:var(--lum-sm);transition:box-shadow .12s}.ws-lib__card:hover{box-shadow:var(--lum-md)}.ws-lib__card.is-active{background:var(--nav-active-bg);box-shadow:inset 0 0 0 1.5px var(--primary)}.ws-lib__top{display:flex;align-items:flex-start;gap:10px}.ws-lib__ico{width:28px;height:28px;border-radius:8px;flex:none;display:grid;place-items:center;background:var(--ncb, var(--surface-container-high));color:var(--nc, var(--on-surface-muted))}.ws-lib__ico svg{width:15px;height:15px}.ws-lib__titles{min-width:0;flex:1}.ws-lib__name{font-weight:650;font-size:var(--text-sm);color:var(--on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-lib__agent{font-size:var(--text-2xs);color:var(--on-surface-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.ws-lib__meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:var(--text-2xs);color:var(--on-surface-muted);white-space:nowrap}.ws-lib__pills{display:flex;gap:6px;flex:none}.ws-canvas{display:flex;flex-direction:column;background:var(--surface-container-lowest);border-radius:var(--r-lg);box-shadow:var(--lum-sm);overflow:hidden;min-height:560px;min-width:0}.ws-canvas__bar{display:flex;align-items:center;gap:6px;padding:8px 16px 8px 10px}.ws-zbtn{min-width:26px;height:26px;border:0;border-radius:var(--r-sm);background:var(--surface-container-high);color:var(--on-surface);cursor:pointer;font-weight:700}.ws-zbtn--text{padding:0 10px;font-size:var(--text-xs)}.ws-zlabel{font-size:var(--text-xs);color:var(--on-surface-muted);min-width:42px;text-align:center}.ws-canvas__scroll{flex:1;overflow:hidden;position:relative;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background-color:var(--surface-container-lowest);background-image:radial-gradient(var(--outline-faint) 1.1px,transparent 1.1px);background-size:18px 18px}.ws-canvas__scroll.is-panning{cursor:grabbing}.ws-canvas__inner{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform}.ws-labels-toggle{display:inline-flex;align-items:center;gap:6px;flex:none;white-space:nowrap;font-size:var(--text-2xs);color:var(--on-surface-muted);cursor:pointer}.ws-labels-toggle input{accent-color:var(--primary);flex:none}.ws-edges{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none}.ws-edge{fill:none;stroke:var(--outline-faint);stroke-width:2}.ws-edge--fail{stroke:var(--status-fail);stroke-dasharray:5 4}.ws-arrowhead{fill:var(--on-surface-muted)}.ws-edge-lbl{position:absolute;transform:translate(-50%,-120%);pointer-events:none;font-size:10px;font-weight:650;line-height:1;padding:2px 7px;border-radius:var(--r-pill);background:var(--surface-container-lowest);box-shadow:0 0 0 1px var(--outline-faint);white-space:nowrap}.ws-edge-lbl--neutral{color:var(--on-surface-muted)}.ws-edge-lbl--pass{color:var(--status-ok);background:var(--status-ok-bg);box-shadow:none}.ws-edge-lbl--fail{color:var(--status-fail);background:var(--status-fail-bg);box-shadow:none}.ws-legend{display:flex;flex-wrap:wrap;gap:6px 14px;padding:9px 12px;border-top:1px solid var(--outline-faint)}.ws-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-2xs);color:var(--on-surface-muted)}.ws-legend__dot{width:9px;height:9px;border-radius:50%;background:var(--nc, var(--on-surface-muted))}.ws-node{position:absolute;width:196px;height:84px;display:flex;gap:10px;align-items:center;padding:11px 13px;border-radius:var(--r-md);box-shadow:var(--lum-sm);cursor:pointer;text-align:left;transition:border-color .12s,box-shadow .12s,transform .12s;box-sizing:border-box;--nbg: color-mix(in srgb, var(--ncb, var(--surface-container-high)) 68%, var(--surface-container-lowest));--nbd: color-mix(in srgb, var(--nc, var(--on-surface-muted)) 38%, var(--surface-container-lowest));background:var(--ncb, var(--surface-container-high));background:var(--nbg);border:1.5px solid var(--nc, var(--outline-faint));border-color:var(--nbd)}.ws-node:hover{transform:translateY(-1px);box-shadow:var(--lum-md);border-color:color-mix(in srgb,var(--nc) 58%,var(--surface-container-lowest))}.ws-node.is-selected{border-width:2px;border-color:var(--nc);box-shadow:0 0 0 3px color-mix(in srgb,var(--nc) 16%,transparent),var(--lum-md)}.ws-node.is-dim{opacity:.42}.ws-node--mini{width:118px;height:52px}.ws-node__ico{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--ncb, var(--surface-container-high));color:var(--nc, var(--on-surface-muted));flex:none;align-self:flex-start}.ws-node__ico svg{width:17px;height:17px}.ws-node__logo{width:18px;height:18px;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.ws-node__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.ws-node__label{font-weight:650;font-size:var(--text-xs);color:var(--on-surface);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ws-node__sub{font-size:var(--text-2xs);color:var(--on-surface-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-node--mini .ws-node__ico{align-self:center}.ws-node__status{position:absolute;top:6px;right:6px;z-index:2;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:var(--lum-sm)}.ws-node__status svg{width:11px;height:11px}.ws-node__status.is-ok{background:var(--status-ok)}.ws-node__status.is-fail{background:var(--status-fail)}.ws-node__status.is-run{background:var(--primary)}.ws-node__status.is-warn{background:var(--status-warn)}.ws-node__status.is-skip{background:var(--on-surface-muted)}.ws-node--source,.ws-dot--source{--nc: var(--status-running);--ncb: var(--status-running-bg)}.ws-node--llm,.ws-dot--llm{--nc: var(--accent-purple);--ncb: var(--accent-purple-bg)}.ws-node--compute,.ws-dot--compute,.ws-node--artifact,.ws-dot--artifact{--nc: #5b6b86;--ncb: var(--surface-container-high)}.ws-node--gate,.ws-dot--gate,.ws-node--branch,.ws-dot--branch{--nc: var(--status-warn);--ncb: var(--status-warn-bg)}.ws-node--action,.ws-dot--action{--nc: var(--status-ok);--ncb: var(--status-ok-bg)}.ws-node--human,.ws-dot--human{--nc: #0e8a93;--ncb: #d8eff1}.ws-node--rollback,.ws-dot--rollback{--nc: var(--status-fail);--ncb: var(--status-fail-bg)}.ws-node--start,.ws-node--end,.ws-dot--start{--nc: var(--on-surface-muted);--ncb: var(--surface-container-high)}.ws-insp{background:var(--surface-container-lowest);border-radius:var(--r-lg);box-shadow:var(--lum-sm);padding:14px 16px;display:flex;flex-direction:column;gap:11px;max-height:600px;overflow:auto}.ws-insp__hd{display:flex;align-items:center;gap:10px}.ws-insp__title{font-weight:700;font-size:var(--text-md);color:var(--on-surface)}.ws-insp__sub{font-size:var(--text-2xs);color:var(--on-surface-muted)}.ws-field{display:flex;flex-direction:column;gap:4px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);color:var(--on-surface-muted)}.ws-field input,.ws-field select,.ws-field textarea{font:inherit;font-size:var(--text-sm);text-transform:none;letter-spacing:normal;padding:7px 9px;border:0;border-radius:var(--r-sm);background:var(--surface-container-low);color:var(--on-surface);resize:vertical}.ws-field input:focus-visible,.ws-field select:focus-visible,.ws-field textarea:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.ws-insp__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ws-insp__save{align-self:flex-start;margin-top:2px}.ws-insp__empty{color:var(--on-surface-muted);font-size:var(--text-sm);padding:16px 0}.ws-insp__sumcard{background:var(--surface-container-low);border-radius:var(--r-md);padding:12px 14px;margin-top:10px}.ws-insp__sumrow{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:var(--text-xs);padding:3px 0}.ws-insp__sumrow span:first-child{color:var(--on-surface-muted)}.ws-insp__tabs{display:flex;gap:4px;flex-wrap:wrap;margin:2px 0 4px}.ws-insp__tab{border:0;background:transparent;cursor:pointer;font:inherit;font-size:var(--text-xs);padding:4px 9px;border-radius:var(--r-sm);color:var(--on-surface-muted)}.ws-insp__tab.is-active{background:var(--status-running-bg);color:var(--primary);font-weight:650}.ws-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);color:var(--on-surface-muted)}.ws-toggle input{accent-color:var(--primary)}.ws-bottom{display:block}.ws-drawer{background:var(--surface-container-lowest);border-radius:var(--r-lg);box-shadow:var(--lum-sm);overflow:hidden}.ws-drawer__hd{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-right:12px}.ws-tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--outline-faint)}.ws-tab{border:0;background:transparent;cursor:pointer;font:inherit;font-size:var(--text-sm);padding:6px 12px;border-radius:var(--r-sm);color:var(--on-surface-muted);display:inline-flex;align-items:center;gap:6px}.ws-tab.is-active{background:var(--status-running-bg);color:var(--primary);font-weight:650}.ws-tab__count{font-size:var(--text-2xs);background:var(--surface-container-high);border-radius:var(--r-pill);padding:0 6px}.ws-drawer__body{padding:12px 14px;max-height:300px;overflow:auto}.ws-trace-tbl{width:100%;table-layout:fixed}.ws-trace-tbl th,.ws-trace-tbl td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-trace-tbl .ws-c-conf{width:64px}.ws-trace-tbl .ws-c-time{width:76px}.ws-trace-tbl .ws-c-action{width:68px;text-align:right}.ws-issue{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-top:1px solid var(--outline-faint)}.ws-issue:first-child{border-top:0}.ws-issue__ico{width:17px;height:17px;flex:none;margin-top:1px}.ws-issue--error .ws-issue__ico{color:var(--status-fail)}.ws-issue--warning .ws-issue__ico{color:var(--status-warn)}.ws-issue--info .ws-issue__ico{color:var(--primary)}.ws-issue__msg{font-size:var(--text-sm);color:var(--on-surface)}.ws-issue__node{font-size:var(--text-2xs);color:var(--on-surface-muted);margin-top:1px}.ws-issue__go{margin-left:auto}@media (max-width: 1240px){.ws-shell{grid-template-columns:210px minmax(0,1fr)}.ws-shell .ws-insp{grid-column:1 / -1;grid-row:3;max-height:none}.ws-shell .ws-bottom{grid-column:1 / -1;grid-row:2}.ws-shell .ws-canvas{grid-column:2;grid-row:1}.ws-shell .ws-lib{grid-row:1}}@media (max-width: 900px){.ws-shell{grid-template-columns:1fr}.ws-shell .ws-lib,.ws-shell .ws-canvas,.ws-shell .ws-bottom,.ws-shell .ws-insp{grid-column:1;grid-row:auto}.ws-bottom{grid-template-columns:1fr}}.wt-summary{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.wt-summary__item{display:flex;flex-direction:column;gap:2px}.wt-summary__k{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);color:var(--on-surface-muted)}.wt-summary__v{font-size:var(--text-sm);font-weight:650;color:var(--on-surface)}.wt-grid{display:grid;grid-template-columns:1fr 340px;gap:14px;align-items:start;margin-top:14px}.wt-step{display:flex;flex-direction:column;gap:9px}.wt-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:var(--text-sm)}.wt-row__k{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--track-wide);color:var(--on-surface-muted)}.wt-adv{margin-top:10px}.wt-adv summary{cursor:pointer;font-size:var(--text-xs);color:var(--on-surface-muted)}.wt-adv pre{margin-top:8px;font-size:var(--text-2xs);background:var(--surface-container-high);border-radius:var(--r-sm);padding:10px;overflow:auto;max-height:280px;color:var(--on-surface-variant)}@media (max-width: 1000px){.wt-grid{grid-template-columns:1fr}}
