/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components{.input,.select,.textarea{background:var(--background-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;color:var(--foreground-default);height:40px;padding:0 var(--space-3);font-family:inherit;font-size:.875rem;transition:border-color .14s,box-shadow .14s}.textarea{height:auto;min-height:96px;padding:var(--space-3);resize:vertical;line-height:1.5}.input::placeholder,.textarea::placeholder{color:var(--text-subtle)}.input:focus,.select:focus,.textarea:focus{border-color:var(--border-focus);box-shadow:var(--focus-ring);outline:0}.input:disabled,.select:disabled,.textarea:disabled{cursor:not-allowed;opacity:.7}}@layer utilities{.absolute{position:absolute}.flex{display:flex}}:root{color-scheme:light;--color-volt:#b9ed00;--color-white:#ece9e9;--color-black:#1d2121;--color-heat:#ff6716;--color-grey:#cecece;--color-lean:#7182cb;--brand-primary:var(--color-volt);--brand-primary-hover:#a6d800;--brand-primary-active:#8fc000;--brand-primary-soft:#f1ffc2;--brand-primary-muted:#e3f78a;--brand-accent:var(--color-heat);--brand-accent-hover:#e85b10;--brand-accent-soft:#ffe1d2;--brand-ink:var(--color-black);--brand-paper:var(--color-white);--background-default:#f7f5f2;--background-canvas:#faf9f6;--background-surface:#fff;--background-surface-soft:#f2f0ed;--background-surface-muted:#ece9e9;--background-inverse:#1d2121;--foreground-default:#1d2121;--foreground-light:#424747;--foreground-lighter:#626868;--foreground-muted:#8b8f8f;--foreground-inverse:#ece9e9;--foreground-on-primary:#1d2121;--foreground-on-accent:#fff;--text-primary:var(--foreground-default);--text-secondary:var(--foreground-light);--text-muted:var(--foreground-lighter);--text-subtle:var(--foreground-muted);--border-default:#d9d6d2;--border-muted:#e6e3df;--border-inverse:#2c3131;--border-focus:var(--color-volt);--success-default:var(--color-volt);--success-bg:#f1ffc2;--success-border:#d7f25a;--success-text:#354500;--warning-default:var(--color-heat);--warning-bg:#ffe1d2;--warning-border:#ffb088;--warning-text:#7a2a00;--danger-default:#e5484d;--danger-bg:#ffe5e5;--danger-border:#ffb3b3;--danger-text:#8a1f24;--info-default:var(--color-lean);--info-bg:#e6eaff;--info-border:#c8d0ff;--info-text:#27366f;--font-sans:"Geist","Geist Sans",Inter,"Helvetica Neue",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"Geist Mono","SF Mono","Roboto Mono",monospace;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--shadow-sm:0 1px 2px #1d21210f;--shadow-md:0 8px 24px #1d212114;--shadow-lg:0 16px 48px #1d21211f;--header-height:64px;--tab-bar-height:64px;--surface-quiet:#f4f2ef}.page-title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:600;line-height:1.875rem}.page-subtitle{color:var(--text-muted);font-size:.9375rem;font-weight:400;line-height:1.375rem}.page-section-title{color:var(--text-primary);letter-spacing:-.015em;font-size:1.125rem;font-weight:500;line-height:1.5rem}.card-title{color:var(--text-secondary);font-size:.9375rem;font-weight:500;line-height:1.3125rem}.stat-value{color:var(--text-primary);font-variant-numeric:tabular-nums;font-feature-settings:"tnum","zero";font-size:1.375rem;font-weight:500;line-height:1.75rem}.body{color:var(--text-secondary);font-weight:400}.body,.body-strong{font-size:.875rem;line-height:1.3125rem}.body-strong{color:var(--text-primary);font-weight:500}.table-header{color:var(--text-muted);font-size:.75rem;font-weight:500;line-height:1rem}.table-cell{color:var(--text-secondary);font-weight:400}.table-cell,.table-key-cell{font-size:.875rem;line-height:1.3125rem}.table-key-cell{color:var(--text-primary);font-weight:500}.meta{color:var(--text-muted)}.meta,.meta-strong{font-size:.75rem;font-weight:500;line-height:1rem}.meta-strong{color:var(--text-primary)}.status-message{font-size:.875rem;font-weight:500;line-height:1.3125rem}.chart-legend,.numeric-emphasis{color:var(--text-primary);font-weight:500}.chart-legend{font-size:.75rem;line-height:1rem}.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}.text-light{color:var(--text-secondary)}.text-heat{color:var(--color-heat)}.text-danger{color:var(--danger-text)}.app-shell{background:var(--background-default)}.app-header{height:var(--header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-muted);background:#ffffffd1}.sidebar-new{background:var(--background-inverse);width:260px;color:var(--foreground-inverse);border-right:1px solid var(--border-inverse)}.card{background:var(--background-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-soft{background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-lg)}.card-hover{transition:transform .14s,box-shadow .14s,border-color .14s}.card-hover:hover{box-shadow:var(--shadow-md);border-color:var(--border-default);transform:translateY(-1px)}.button{justify-content:center;align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-4);border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.button:active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{background:var(--brand-primary);color:var(--foreground-on-primary);border:1px solid var(--brand-primary)}.button-primary:hover:not(:disabled){background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.button-black{background:var(--color-black);color:var(--color-white);border:1px solid var(--color-black)}.button-black:hover:not(:disabled){background:#2c3131;border-color:#2c3131}.button-heat{background:var(--brand-accent);color:var(--foreground-on-accent);border:1px solid var(--brand-accent)}.button-heat:hover:not(:disabled){background:var(--brand-accent-hover);border-color:var(--brand-accent-hover)}.button-outline{color:var(--foreground-default);border:1px solid var(--border-default);background:0 0}.button-outline:hover:not(:disabled){background:var(--background-surface-soft)}.button-ghost{color:var(--foreground-light);background:0 0;border:1px solid #0000}.button-ghost:hover:not(:disabled){background:var(--background-surface-soft);color:var(--foreground-default)}.badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-full);border:1px solid var(--border-default);background:var(--background-surface-soft);color:var(--foreground-light);padding:3px 9px;font-size:.75rem;font-weight:500;display:inline-flex}.badge-primary{background:var(--brand-primary);color:var(--foreground-on-primary);border-color:var(--brand-primary)}.badge-success{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.badge-warning{background:var(--warning-bg);color:var(--warning-text);border-color:var(--warning-border)}.badge-danger{background:var(--danger-bg);color:var(--danger-text);border-color:var(--danger-border)}.badge-info{background:var(--info-bg);color:var(--info-text);border-color:var(--info-border)}.badge-soft{background:var(--brand-primary-soft);color:var(--success-text);border-color:var(--success-border)}.dialog{background:var(--background-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.dashboard-select{min-width:220px;position:relative}.dashboard-select__trigger{justify-content:space-between;align-items:center;gap:var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--background-surface);width:100%;height:40px;color:var(--foreground-default);padding:0 var(--space-3);box-shadow:var(--shadow-sm);font-size:.875rem;font-weight:500;transition:border-color .14s,box-shadow .14s,background .14s;display:inline-flex}.dashboard-select__trigger:hover{border-color:var(--border-strong,var(--border-default));background:var(--background-canvas)}.dashboard-select__trigger[aria-expanded=true]{border-color:var(--border-focus);box-shadow:var(--focus-ring)}.dashboard-select__icon{color:var(--foreground-muted);display:inline-flex}.dashboard-select__icon svg{width:16px;height:16px}.dashboard-select__value{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.dashboard-select__chevron{width:16px;height:16px;color:var(--foreground-muted);flex:none}.dashboard-select__menu{z-index:40;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);width:100%;min-width:240px;box-shadow:var(--shadow-lg);padding:var(--space-1);position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.dashboard-select__option{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);width:100%;min-height:38px;padding:var(--space-2) var(--space-3);color:var(--foreground-default);text-align:left;display:flex}.dashboard-select__option:hover{background:var(--background-surface-soft)}.dashboard-select__option[aria-selected=true]{background:var(--brand-primary-soft)}.dashboard-select__option-icon{color:var(--foreground-muted);display:inline-flex}.dashboard-select__option-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dashboard-select__option-label{font-size:.875rem;font-weight:500;line-height:1.25}.dashboard-select__option-description{color:var(--text-muted);font-size:.75rem;line-height:1.25}.dashboard-select__check{width:16px;height:16px;color:var(--brand-primary-active);flex:none}.usage-range{position:relative}.date-range-picker__popover{z-index:45;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);width:316px;box-shadow:var(--shadow-lg);padding:var(--space-4);position:absolute;top:calc(100% + 8px);right:0}.date-range-picker__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.date-range-picker__month{color:var(--foreground-default);font-size:.875rem;font-weight:500}.date-range-picker__nav{border:1px solid var(--border-muted);border-radius:var(--radius-md);width:32px;height:32px;color:var(--foreground-light);justify-content:center;align-items:center;display:inline-flex}.date-range-picker__nav:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.date-range-picker__nav svg{width:16px;height:16px}.date-range-picker__grid,.date-range-picker__weekdays{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.date-range-picker__weekdays{margin-bottom:var(--space-1);color:var(--text-muted);text-align:center;font-size:.75rem;font-weight:500}.date-range-picker__day{aspect-ratio:1;border-radius:var(--radius-md);color:var(--foreground-default);justify-content:center;align-items:center;font-size:.8125rem;font-weight:500;display:inline-flex}.date-range-picker__day:hover{background:var(--background-surface-soft)}.date-range-picker__day[data-in-range=true]{background:var(--brand-primary-soft)}.date-range-picker__day[data-selected=true]{background:var(--color-black);color:var(--color-white)}.date-range-picker__day--empty,.date-range-picker__day--empty:hover{pointer-events:none;background:0 0}.date-range-picker__footer{justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-4);border-top:1px solid var(--border-muted);padding-top:var(--space-3);display:flex}.usage-toolbar{align-items:start;gap:var(--space-6);margin-bottom:var(--space-8);grid-template-columns:minmax(0,1fr) minmax(360px,720px);display:grid}.usage-toolbar__filters{align-items:flex-end;gap:var(--space-3);flex-direction:column;display:flex}.usage-range-tabs{gap:var(--space-1);border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--background-surface);width:fit-content;max-width:100%;box-shadow:var(--shadow-sm);padding:4px;display:flex}.usage-range-tab{border-radius:var(--radius-full);height:34px;color:var(--foreground-light);padding:0 var(--space-4);white-space:nowrap;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:background .14s,color .14s;display:inline-flex}.usage-range-tab:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.usage-range-tab[aria-pressed=true]{background:var(--brand-primary);color:var(--foreground-on-primary)}.usage-filter-row{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.usage-filter-row .dashboard-select{min-width:220px}@media (max-width:900px){.usage-toolbar{grid-template-columns:1fr}.usage-toolbar__filters{align-items:stretch}.usage-range-tabs{width:100%;overflow-x:auto}.usage-range-tab{flex:1 0 auto}.usage-filter-row{justify-content:stretch}.usage-filter-row .dashboard-select{flex:220px}}@media (max-width:640px){.date-range-picker__popover{width:min(316px,100vw - 48px);left:0;right:auto}}:root{--bg:#f8f9f8;--panel:#fff;--panel-muted:#f4f5f4;--border:#d9ddda;--border-strong:#c4c9c6;--text:var(--foreground-default);--muted:var(--foreground-lighter);--muted-2:var(--foreground-muted);--green:#2dc978;--green-strong:#16a464;--green-soft:#e6f8ee;--amber:#f39b2f;--amber-soft:#fff4e4;--red:#df4d43;--red-soft:#feeceb;--blue:#3b73d9;--shadow:0 1px 2px #1018140f;--topbar-height:64px;--sidebar-width:260px;--sidebar-collapsed:72px;--focus-ring:0 0 0 3px #b9ed0052}*{box-sizing:border-box}html{min-width:320px;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body,html{background:var(--bg)}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{box-shadow:var(--focus-ring);outline:0}.app-shell{min-height:100vh}.sidebar-link{color:var(--foreground-light);background:0 0;border:1px solid #0000;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:100%;height:40px;padding:0 12px;font-weight:500;transition:background .14s,color .14s;display:flex}.sidebar-link:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.sidebar-icon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:16px;display:inline-flex}.sidebar-label{font-size:14px;font-weight:400}.primary-pill{background:var(--brand-primary);border:1px solid var(--brand-primary-active);color:var(--foreground-on-primary);border-radius:999px;align-items:center;gap:8px;height:40px;padding:0 18px;font-weight:600;display:inline-flex}.sidebar{background:var(--background-surface);border-right:1px solid var(--border-muted);color:var(--foreground-default);width:var(--sidebar-collapsed);z-index:20;flex-direction:column;align-items:stretch;gap:4px;padding:24px 16px;transition:width .16s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar:focus-within,.sidebar:hover,.sidebar[data-ws-open=true]{width:var(--sidebar-width);box-shadow:var(--shadow-lg)}.sidebar-label{display:none}.sidebar-section-label,.ws-switcher__chev,.ws-switcher__meta{opacity:0;transition:opacity .12s}.sidebar:focus-within .sidebar-link,.sidebar:hover .sidebar-link,.sidebar[data-ws-open=true] .sidebar-link{justify-content:flex-start}.sidebar:focus-within .sidebar-label,.sidebar:hover .sidebar-label,.sidebar[data-ws-open=true] .sidebar-label{display:block}.sidebar:focus-within .sidebar-section-label,.sidebar:focus-within .ws-switcher__chev,.sidebar:focus-within .ws-switcher__meta,.sidebar:hover .sidebar-section-label,.sidebar:hover .ws-switcher__chev,.sidebar:hover .ws-switcher__meta,.sidebar[data-ws-open=true] .sidebar-section-label,.sidebar[data-ws-open=true] .ws-switcher__chev,.sidebar[data-ws-open=true] .ws-switcher__meta{opacity:1}.sidebar-link-active,.sidebar-link-active:hover{background:var(--brand-primary);color:var(--foreground-on-primary);border-color:var(--brand-primary)}.sidebar-divider{border-top:1px solid var(--border-muted);flex-direction:column;gap:4px;margin-top:auto;padding-top:16px;display:flex}.tab-bar{display:none}.tab-bar-link{border-radius:var(--radius-lg);min-height:48px;color:var(--foreground-lighter);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:4px 2px;font-weight:500;transition:color .14s;display:flex}.tab-bar-link:hover{color:var(--foreground-default)}.tab-bar-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:44px;height:28px;transition:background .14s,color .14s;display:inline-flex}.tab-bar-label{letter-spacing:.01em;font-size:10.5px;line-height:1}.tab-bar-link-active{color:var(--foreground-default)}.tab-bar-link-active .tab-bar-icon{background:var(--brand-primary);color:var(--foreground-on-primary)}.tab-bar-link:focus-visible{box-shadow:var(--focus-ring);outline:0}.more-sheet{background:0 0;border:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;position:fixed;inset:0}.more-sheet:not([open]){display:none}.more-sheet::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1d212173}.more-sheet-inner{background:var(--background-surface);border-top:1px solid var(--border-muted);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:12px 16px calc(20px + env(safe-area-inset-bottom));position:absolute;inset:auto 0 0}.more-sheet[open] .more-sheet-inner{animation:sheet-up .24s cubic-bezier(.32,.72,0,1)}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.more-sheet-handle{background:var(--border-default);border-radius:999px;width:40px;height:4px;margin:0 auto 14px}.more-sheet-grid{flex-direction:column;gap:2px;display:flex}.more-sheet-item{border-radius:var(--radius-lg);min-height:52px;color:var(--foreground-light);align-items:center;gap:14px;padding:0 14px;font-size:15px;font-weight:500;transition:background .14s,color .14s;display:flex}.more-sheet-item:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.more-sheet-item-active{background:var(--brand-primary);color:var(--foreground-on-primary)}.more-sheet-item-icon{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.more-sheet-item:focus-visible{box-shadow:var(--focus-ring);outline:0}@media (prefers-reduced-motion:reduce){.more-sheet[open] .more-sheet-inner{animation:none}.sidebar,.sidebar-label,.sidebar-section-label,.ws-switcher__chev,.ws-switcher__meta{transition:none}}.desktop-only{display:block}.mobile-only{display:none}.app-main{margin-left:var(--sidebar-collapsed);min-height:100vh;padding:52px 56px 72px}.page-frame{max-width:1480px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:36px;display:flex}.page-kicker{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:500;line-height:16px}.page-description{color:var(--text-muted);max-width:720px;margin:8px 0 0;font-size:15px;line-height:22px}.status-badge{border:1px solid var(--border-default);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-height:22px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.status-success{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}.status-warning{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}.status-neutral{background:var(--background-surface-soft);border-color:var(--border-default);color:var(--foreground-light)}.status-danger{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.copy-field{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.copy-value{color:var(--muted);overflow-wrap:anywhere;font-size:14px;font-weight:500}.copy-button,.ghost-button,.secondary-button{border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-weight:600;display:inline-flex}.copy-button,.secondary-button{background:var(--panel);border:1px solid var(--border-strong);color:var(--text)}.copy-button:hover,.secondary-button:hover{background:var(--panel-muted)}.ghost-button{color:var(--muted);background:0 0;border:1px solid #0000}.ghost-button:hover{background:var(--panel-muted);color:var(--text)}.dashboard-grid{gap:28px;display:grid}.dashboard-grid-2{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr)}.tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.metric-card,.metric-row,.panel,.provider-card,.service-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.panel{padding:24px}.muted{color:var(--text-muted)}.status-tile{min-height:142px;padding:22px}.status-tile-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.status-icon{border:1px solid var(--border);letter-spacing:.02em;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:13px;font-weight:700;display:inline-flex}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot-success{background:var(--green)}.status-dot-warning{background:var(--amber)}.status-dot-neutral{background:var(--border-strong)}.status-dot-danger{background:var(--red)}.status-tile-value{color:var(--text-primary);margin:14px 0 4px;font-size:clamp(20px,2.5vw,26px);font-weight:600}.status-tile-label{color:var(--text-muted);margin:0 0 10px;font-size:12px;font-weight:500;line-height:16px}.provider-card h3{margin:18px 0 8px;font-size:18px}.provider-card p,.service-card p,.service-card>.service-node p,.status-tile p{color:var(--muted);margin:0;line-height:1.5}.checklist{gap:14px;margin:0;padding:0;display:grid}.checklist-item{grid-template-columns:24px minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.check-dot{border:1px solid var(--border);color:var(--muted-2);border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:inline-flex}.check-dot-done{background:var(--green-soft);color:var(--green-strong);border-color:#16a46459}.service-card{min-height:390px;padding:26px;position:relative;overflow:hidden}.service-card:before{background-image:radial-gradient(var(--border-strong) 1px,transparent 1px);content:"";opacity:.7;background-size:22px 22px;position:absolute;inset:0}.service-node{background:var(--panel);border:1px solid var(--border-strong);box-shadow:var(--shadow);border-radius:8px;max-width:420px;margin:130px auto 0;position:relative;overflow:hidden}.metric-card{padding:20px 24px}.metric-card-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.metric-label{color:var(--text-muted);font-size:12px;font-weight:500;line-height:16px}.metric-value{color:var(--text-primary);font-size:18px;font-weight:500;line-height:1.2}.obs-legend{border-left:3px solid var(--border-strong);color:var(--muted);margin:-6px 0 20px;padding:6px 12px;font-size:13px;line-height:1.6}.service-node-main{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;display:grid}.service-node-footer{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;gap:14px;padding:12px 16px;font-size:13px;display:flex}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:14px 10px}.table th{color:var(--text-muted);font-size:.75rem;font-weight:500;line-height:1rem}.table td{color:var(--text-secondary);font-size:.875rem;font-weight:400;line-height:1.3125rem}.provider-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:28px;display:flex}.segmented{background:var(--panel);border:1px solid var(--border);border-radius:8px;align-items:center;padding:3px;display:inline-flex}.segment{color:var(--muted);background:0 0;border:0;border-radius:6px;min-height:28px;padding:0 10px;font-size:.8125rem}.segment-active{background:var(--panel-muted);color:var(--text)}.provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.provider-card{flex-direction:column;min-height:300px;padding:24px;display:flex}.provider-card-top{justify-content:space-between;align-items:center;display:flex}.provider-logo{border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:750;display:inline-flex}.provider-meta{color:var(--muted);gap:10px;margin:20px 0;font-size:14px;display:grid}.provider-meta-label{color:var(--text-muted);margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px;display:block}.capability-chips{flex-wrap:wrap;gap:5px;display:flex}.capability-chip{background:var(--panel-muted);border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.provider-card-actions{gap:10px;margin-top:auto;display:flex}.mcp-card{gap:22px;display:grid}.client-tabs{gap:18px;display:grid}.client-tab-list{flex-wrap:wrap;gap:8px;display:flex}.setup-code{color:#e8f5ed;white-space:pre;background:#111513;border-radius:8px;padding:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5;display:block;overflow-x:auto}.client-tab-body{gap:20px;display:grid}.client-tab-step{gap:8px;display:grid}.client-tab-paths{gap:6px;display:grid}.client-tab-paths ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.client-tab-paths li{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.client-tab-paths code{background:var(--panel-muted);border-radius:6px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.client-tab-snippet{gap:6px;display:grid}.client-tab-snippet-header{justify-content:space-between;align-items:center;display:flex}.setup-code-wrap{white-space:pre-wrap;word-break:break-all}.client-tab-manual{border:1px solid var(--border);border-radius:8px;gap:16px;padding:14px 16px;display:grid}.client-tab-manual[open]{padding-bottom:18px}.client-tab-manual>summary{color:var(--text);cursor:pointer;font-weight:500;list-style:none}.client-tab-manual>summary::-webkit-details-marker{display:none}.client-tab-manual>summary:before{content:"▸";margin-right:8px;transition:transform .15s;display:inline-block}.client-tab-manual[open]>summary:before{transform:rotate(90deg)}.auth-page{--color-volt:#b9ed00;--color-black:#1d2121;--color-heat:#ff6716;--color-grey:#cecece;--auth-brand-primary:var(--color-volt);--auth-brand-primary-hover:#a6d800;--auth-brand-primary-active:#8fc000;--auth-bg:#f7f5f2;--auth-surface:#fff;--auth-surface-soft:#f2f0ed;--auth-fg:#1d2121;--auth-fg-light:#424747;--auth-fg-muted:#8b8f8f;--auth-fg-on-primary:#1d2121;--auth-border:#d9d6d2;--auth-border-muted:#e6e3df;--auth-border-strong:#c8c5c1;--auth-success-bg:#f1ffc2;--auth-success-text:#354500;--auth-success-border:#d7f25a;--auth-danger-bg:#ffe5e5;--auth-danger-text:#8a1f24;--auth-danger-border:#ffb3b3;--auth-radius-sm:6px;--auth-radius-md:8px;--auth-radius-lg:12px;--auth-radius-xl:16px;--auth-radius-2xl:20px;--auth-radius-full:999px;--auth-shadow-sm:0 1px 2px #1d21210f;--auth-shadow-lg:0 16px 48px #1d21211f;color:var(--auth-fg);background:radial-gradient(circle at 18% 12%,#b9ed0014,#0000 30%),radial-gradient(circle at 82% 88%,#ff67160a,#0000 32%),linear-gradient(#faf9f6,#f2f0ed);justify-content:center;align-items:center;min-height:100vh;padding:48px 32px;font-family:Inter,Helvetica Neue,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.auth-grid{grid-template-columns:minmax(420px,520px) minmax(0,1fr);align-items:center;gap:64px;width:100%;max-width:1200px;margin:0 auto;display:grid}@media (max-width:960px){.auth-grid{grid-template-columns:minmax(0,520px);justify-content:center;gap:40px}.auth-marketing{display:none}}.auth-card{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--auth-radius-2xl);box-shadow:var(--auth-shadow-lg);padding:44px 44px 36px}.auth-card__brand{gap:10px;margin-bottom:28px;display:flex}.auth-card__brand,.auth-card__brand-mark{justify-content:center;align-items:center}.auth-card__brand-mark{background:var(--color-volt);border-radius:var(--auth-radius-full);color:var(--auth-fg-on-primary);width:28px;height:28px;display:inline-flex}.auth-card__brand-mark svg{width:58%;height:58%}.auth-card__brand-name{color:var(--auth-fg);letter-spacing:-.01em;font-size:16px;font-weight:600}.auth-card__title{color:var(--auth-fg);letter-spacing:-.02em;text-align:center;margin:0;font-size:1.5rem;font-weight:600;line-height:1.875rem}.auth-card__subtitle{color:var(--text-muted);text-align:center;margin:8px 0 0;font-size:.9375rem;font-weight:400;line-height:1.375rem}.auth-form{gap:14px;margin-top:28px}.auth-field,.auth-form{flex-direction:column;display:flex}.auth-field{gap:6px}.auth-field label{color:var(--auth-fg);font-size:.8125rem;font-weight:500}.auth-input{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--auth-radius-lg);color:var(--auth-fg);width:100%;height:44px;padding:0 14px;font-family:inherit;font-size:.9375rem;transition:border-color .14s,box-shadow .14s}.auth-input::placeholder{color:var(--auth-fg-muted)}.auth-input:hover{border-color:var(--auth-border-strong)}.auth-input:focus{border-color:var(--auth-brand-primary-active);outline:0;box-shadow:0 0 0 3px #b9ed004d}.auth-button{border-radius:var(--auth-radius-full);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;padding:0 20px;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.auth-button:active{transform:translateY(1px)}.auth-button:disabled{cursor:wait;opacity:.65;transform:none}.auth-button--primary{background:var(--color-black);border-color:var(--color-black);color:#fff}.auth-button--primary:hover:not(:disabled){background:#2c3131;border-color:#2c3131}.auth-button--volt{background:var(--auth-brand-primary);border-color:var(--auth-brand-primary);color:var(--auth-fg-on-primary)}.auth-button--volt:hover:not(:disabled){background:var(--auth-brand-primary-hover);border-color:var(--auth-brand-primary-hover)}.auth-button--outline{background:var(--auth-surface);border-color:var(--auth-border);color:var(--auth-fg)}.auth-button--outline:hover:not(:disabled){background:var(--auth-surface-soft);border-color:var(--auth-border-strong)}.auth-divider{color:var(--auth-fg-muted);align-items:center;gap:12px;margin:18px 0 14px;font-size:.8125rem;display:flex}.auth-divider:after,.auth-divider:before{background:var(--auth-border-muted);content:"";flex:1;height:1px}.auth-oauth{gap:10px;display:grid}.auth-oauth__icon{width:18px;height:18px}.auth-message{border-radius:var(--auth-radius-md);border:1px solid #0000;margin:4px 0 0;padding:10px 12px;font-size:.875rem;line-height:1.4}.auth-message--sent{background:var(--auth-success-bg);border-color:var(--auth-success-border);color:var(--auth-success-text)}.auth-message--error{background:var(--auth-danger-bg);border-color:var(--auth-danger-border);color:var(--auth-danger-text)}.auth-fineprint{color:var(--auth-fg-light);text-align:center;margin:24px 0 0;font-size:.8125rem;line-height:1.35rem}.auth-fineprint a{color:var(--auth-fg);text-decoration:underline;-webkit-text-decoration-color:var(--auth-brand-primary);text-decoration-color:var(--auth-brand-primary);text-underline-offset:3px;font-weight:600;text-decoration-thickness:2px}.auth-fineprint a:hover{color:var(--color-heat);-webkit-text-decoration-color:var(--color-heat);text-decoration-color:var(--color-heat)}.auth-card__footer{border-top:1px solid var(--auth-border-muted);color:var(--auth-fg-light);text-align:center;margin-top:28px;padding-top:20px;font-size:.875rem}.auth-link{color:var(--auth-fg);cursor:pointer;font:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--auth-brand-primary);text-decoration-color:var(--auth-brand-primary);text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:600;text-decoration-thickness:2px}.auth-link:hover{color:var(--color-heat);-webkit-text-decoration-color:var(--color-heat);text-decoration-color:var(--color-heat)}.auth-link--inline{font-size:inherit;font-weight:600}.auth-actions-row{justify-content:space-between;align-items:center;margin-top:-4px;display:flex}.auth-actions-row .auth-link{font-size:.8125rem}.auth-marketing{color:var(--auth-fg);max-width:520px}.auth-marketing__eyebrow{background:var(--color-black);border-radius:var(--auth-radius-full);color:#fff;letter-spacing:.02em;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-block}.auth-marketing__title{color:var(--auth-fg);letter-spacing:-.03em;margin:18px 0 24px;font-size:clamp(1.375rem,4vw,2.125rem);font-weight:600;line-height:1.1}.auth-marketing__title em{color:var(--auth-brand-primary-active);font-style:normal}.auth-marketing__list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.auth-marketing__list li{color:var(--auth-fg-light);align-items:flex-start;gap:12px;font-size:.9375rem;line-height:1.45rem;display:flex}.auth-marketing__check{background:var(--auth-brand-primary);border-radius:var(--auth-radius-full);color:var(--auth-fg-on-primary);flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:800;display:inline-flex}.auth-marketing__trust{color:var(--auth-fg-light);margin:36px 0 0;font-size:.875rem}.auth-marketing__trust strong{color:var(--auth-fg);font-weight:600}.consent-shell{width:100%;max-width:540px;margin:0 auto}.consent-brand{gap:10px;margin-bottom:24px;display:flex}.consent-brand,.consent-brand__mark{justify-content:center;align-items:center}.consent-brand__mark{background:var(--color-volt);border-radius:var(--auth-radius-full);color:var(--auth-fg-on-primary);width:28px;height:28px;display:inline-flex}.consent-brand__mark svg{width:58%;height:58%}.consent-brand__name{color:var(--auth-fg);letter-spacing:-.01em;font-size:16px;font-weight:600}.consent-card{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--auth-radius-2xl);box-shadow:var(--auth-shadow-lg);padding:40px 40px 32px}.consent-avatar{background:var(--auth-surface-soft);border:1px solid var(--auth-border);border-radius:var(--auth-radius-full);color:var(--auth-fg-light);justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.consent-avatar--brand{border-color:#0000}.consent-avatar__mark{background:currentColor;width:60%;height:60%;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.consent-avatar__image{object-fit:contain;width:64%;height:64%;display:block}.consent-heading{color:var(--auth-fg);letter-spacing:-.02em;text-align:center;margin:0 0 6px;font-size:1.25rem;font-weight:600;line-height:1.625rem}.consent-heading strong{font-weight:600}.consent-subheading{color:var(--text-muted);text-align:center;margin:0 0 28px;font-size:.9375rem;line-height:1.375rem}.consent-scope-list{gap:18px;margin:0 0 28px;padding:0;display:grid}.consent-scope-item{grid-template-columns:22px minmax(0,1fr);align-items:flex-start;gap:12px;display:grid}.consent-check{background:var(--auth-brand-primary);border-radius:var(--auth-radius-full);color:var(--auth-fg-on-primary);justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:800;display:inline-flex}.consent-scope-title{color:var(--auth-fg);margin:0 0 4px;font-size:.9375rem;font-weight:500}.consent-scope-desc{color:var(--auth-fg-light);margin:0;font-size:.875rem;line-height:1.4rem}.consent-actions{grid-template-columns:1fr 1fr;gap:12px;margin:8px 0 20px;display:grid}.consent-footer{color:var(--auth-fg-light);text-align:center;margin:0;font-size:.8125rem;line-height:1.4}.consent-footer strong{color:var(--auth-fg);font-weight:500}.consent-user{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--auth-radius-xl);box-shadow:var(--auth-shadow-sm);text-align:center;margin-top:16px;padding:18px}.consent-user-avatar{background:var(--auth-brand-primary);border-radius:var(--auth-radius-full);color:var(--auth-fg-on-primary);justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto 10px;font-size:14px;font-weight:800;display:inline-flex}.consent-user-label{color:var(--auth-fg-muted);margin:0 0 4px;font-size:.75rem}.consent-user-email{color:var(--auth-fg);margin:0 0 10px;font-size:.875rem;font-weight:500}.consent-error{background:var(--auth-surface);border:1px solid var(--auth-danger-border);border-radius:var(--auth-radius-xl);box-shadow:var(--auth-shadow-sm);color:var(--auth-danger-text);text-align:center;max-width:540px;margin:0 auto;padding:24px}.consent-error code{background:var(--auth-surface-soft);border-radius:var(--auth-radius-sm);padding:2px 6px;font-family:Geist Mono,SF Mono,Roboto Mono,monospace;font-size:.8125rem}@media (max-width:1100px){.dashboard-grid-2,.provider-grid,.tile-grid{grid-template-columns:1fr}.search-box{display:none}}@media (max-width:720px){:root{--sidebar-width:0px;--sidebar-collapsed:0px}.sidebar{display:none}.tab-bar{z-index:30;padding:8px 8px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-muted);background:#ffffffe6;align-items:stretch;gap:2px;display:flex;position:fixed;inset:auto 0 0}.app-main{padding:28px 24px calc(var(--tab-bar-height) + env(safe-area-inset-bottom) + 24px);margin-left:0}.button{min-height:44px}.desktop-only{display:none}.mobile-only,.page-header{display:block}.service-node{margin-top:72px}.table{min-width:680px}.panel-table-scroll{overflow-x:auto}}@keyframes skeleton-shimmer{0%{opacity:.4}50%{opacity:.7}to{opacity:.4}}.skeleton-pulse{background:var(--border);border-radius:6px;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-line{width:80%;height:14px;margin-bottom:10px}.skeleton-line-short{width:40%}.skeleton-line-wide{width:60%;height:22px}.skeleton-block{height:140px;margin-bottom:16px}.install-page,.overview-page{flex-direction:column;margin:0 auto;display:flex}.overview-page{gap:var(--space-10);max-width:1180px}.overview-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--foreground-lighter);font-size:.6875rem;font-weight:500;display:inline-block}.overview-eyebrow--inline{letter-spacing:.08em;color:var(--foreground-muted)}.overview-hero{gap:var(--space-3);flex-direction:column;max-width:760px;display:flex}.overview-hero__title{margin:0}.overview-hero__lead{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.375rem}.overview-inline-code{font-family:var(--font-mono);background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-sm);color:var(--foreground-default);white-space:nowrap;padding:2px 7px;font-size:.875rem}.overview-grid{gap:var(--space-6);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;display:grid}.overview-col{gap:var(--space-6)}.overview-card,.overview-col{flex-direction:column;display:flex}.overview-card{background:var(--background-surface);border:1px solid var(--border-muted);border-radius:var(--radius-lg);padding:var(--space-6);gap:var(--space-5);box-shadow:var(--shadow-sm)}.overview-card__header{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.overview-card__title{margin:0}.overview-card__meta-link{color:var(--foreground-light);border-bottom:1px solid #0000;font-size:.8125rem;font-weight:600;transition:color .14s,border-color .14s}.overview-card__meta-link:hover{color:var(--foreground-default);border-color:var(--border-default)}.overview-card__hint{color:var(--foreground-light);margin:0;font-size:.875rem;line-height:1.5}.notifications-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.notifications-item{background:var(--surface-muted,#f5f5f5);border:1px solid var(--border-subtle,#eaeaea);border-radius:10px;gap:12px;padding:12px;display:flex}.notifications-item__icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.notifications-item__icon--warning{color:#b56a00;background:#eaa2271f}.notifications-item__icon--error{color:#b91c1c;background:#dc26261f}.notifications-item__icon--info{color:#3753f5;background:#3753f51f}.notifications-item__body{flex-direction:column;gap:4px;min-width:0;display:flex}.notifications-item__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.notifications-item__title{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.3125rem}.notifications-item__time{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:600;line-height:1rem}.notifications-item__text{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.3125rem}.notifications-item__action{color:#3753f5;margin-top:4px;font-size:.8125rem;font-weight:500;text-decoration:none}.notifications-item__action:hover{text-decoration:underline}.overview-client-mark{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.overview-client-mark__mask{display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.overview-client-list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.overview-client-row{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border-muted);background:var(--background-surface);color:var(--foreground-default);grid-template-columns:auto minmax(0,1fr) auto;transition:background .14s,border-color .14s;display:grid}.overview-client-row:hover{background:var(--background-surface-soft);border-color:var(--border-default)}.overview-client-row__label{font-size:.9375rem;font-weight:600}.overview-client-row__cta{border:1px solid var(--border-muted);border-radius:var(--radius-md);background:var(--background-surface);color:var(--foreground-light);align-items:center;gap:4px;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:color .14s,border-color .14s,background .14s;display:inline-flex}.overview-client-row:hover .overview-client-row__cta{color:var(--foreground-default);border-color:var(--border-default)}.overview-terminal{border-radius:var(--radius-lg);padding:var(--space-4) var(--space-4) var(--space-4);background:#111513;position:relative}.overview-terminal__chrome{margin-bottom:var(--space-3);gap:6px;display:flex}.overview-terminal__chrome span{background:#2a2f2d;border-radius:50%;width:10px;height:10px}.overview-terminal__body{font-family:var(--font-mono);color:#d6dad7;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:0;font-size:13px;line-height:1.6}.overview-terminal__prompt{color:var(--brand-primary);margin-right:2px}.overview-terminal__copy{top:var(--space-3);right:var(--space-3);border-radius:var(--radius-md);color:#d6dad7;cursor:pointer;background:#ece9e914;border:1px solid #ece9e929;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;font-weight:600;transition:background .14s,border-color .14s;display:inline-flex;position:absolute}.overview-terminal__copy:hover{background:#ece9e924;border-color:#ece9e93d}.overview-url{gap:var(--space-2);background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);flex-direction:column;display:flex}.overview-url__head,.overview-url__row{justify-content:space-between;align-items:center;display:flex}.overview-url__row{gap:var(--space-3)}.overview-url__value{font-family:var(--font-mono);color:var(--foreground-default);overflow-wrap:anywhere;font-size:.875rem}.overview-url__copy{border-radius:var(--radius-md);border:1px solid var(--border-muted);background:var(--background-surface);width:32px;height:32px;color:var(--foreground-light);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .14s,color .14s,background .14s;display:inline-flex}.overview-url__copy:hover{border-color:var(--border-default);color:var(--foreground-default)}.overview-platforms{gap:var(--space-6)}.overview-platforms__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.overview-platforms__hint{margin-top:6px}.overview-platforms__cta{border-radius:var(--radius-full);border:1px solid var(--border-muted);background:var(--background-surface);height:36px;color:var(--foreground-default);white-space:nowrap;align-items:center;gap:6px;padding:0 14px;font-size:.875rem;font-weight:600;transition:background .14s,border-color .14s;display:inline-flex}.overview-platforms__cta:hover{background:var(--background-surface-soft);border-color:var(--border-default)}.overview-platforms__grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.overview-platforms__item{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border-muted);border-radius:var(--radius-lg);background:var(--background-surface);display:flex}.overview-platforms__tile{border-radius:var(--radius-md);background:var(--background-surface-soft);justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.overview-platforms__label{color:var(--foreground-default);font-size:.875rem;font-weight:600}.install-page{gap:var(--space-8);max-width:760px}.install-page__back{color:var(--foreground-light);align-items:center;gap:6px;width:fit-content;font-size:.875rem;font-weight:600;transition:color .14s;display:inline-flex}.install-page__back:hover{color:var(--foreground-default)}.install-page__header{align-items:center;gap:var(--space-4);padding:var(--space-6);border:1px solid var(--border-muted);border-radius:var(--radius-lg);background:var(--background-surface);box-shadow:var(--shadow-sm);display:flex}.install-page__title{margin:0}.install-page__tagline{color:var(--text-muted);margin:4px 0 0;font-size:.9375rem;line-height:1.375rem}.install-steps{border:1px solid var(--border-muted);border-radius:var(--radius-lg);background:var(--background-surface);box-shadow:var(--shadow-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.install-step{gap:var(--space-4);padding:var(--space-6);border-bottom:1px solid var(--border-muted);grid-template-columns:40px minmax(0,1fr);display:grid}.install-step:last-child{border-bottom:0}.install-step__index{border:1px solid var(--border-muted);background:var(--background-surface);width:32px;height:32px;color:var(--foreground-default);font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.install-step__content{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.install-step__title{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:500;line-height:1.3125rem}.install-step__body{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.3125rem}.install-step__copy{align-items:center;gap:var(--space-2);margin-top:var(--space-2);background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-md);min-width:0;padding:10px 12px;display:flex}.install-step__copy code{min-width:0;font-family:var(--font-mono);color:var(--foreground-default);overflow-wrap:anywhere;flex:1;font-size:13px}.install-step__copy button{border-radius:var(--radius-sm);border:1px solid var(--border-muted);background:var(--background-surface);width:28px;height:28px;color:var(--foreground-light);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:color .14s,border-color .14s;display:inline-flex}.install-step__copy button:hover{color:var(--foreground-default);border-color:var(--border-default)}@media (max-width:960px){.overview-grid{grid-template-columns:1fr}.overview-platforms__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.overview-platforms__grid{grid-template-columns:1fr}.install-step{padding:var(--space-5);grid-template-columns:32px minmax(0,1fr)}}.onboarding-banner{border:1px solid var(--border-muted);background:var(--background-surface);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;max-width:1480px;margin:0 auto 28px;padding:14px 18px;display:flex}.onboarding-banner-main{flex-wrap:wrap;align-items:baseline;gap:12px;min-width:0;display:flex}.onboarding-banner-title{color:var(--foreground-default);font-size:14px;font-weight:600}.onboarding-banner-progress{color:var(--text-muted);font-size:13px}.onboarding-banner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.onboarding-banner-collapsed{justify-content:space-between}.onboarding-steps{gap:16px;display:grid}.onboarding-step{border:1px solid var(--border-muted);background:var(--background-surface);border-radius:14px;padding:20px 22px}.onboarding-step-current{border-color:var(--brand-primary);box-shadow:0 0 0 1px var(--brand-primary)}.onboarding-step-head{align-items:center;gap:12px;display:flex}.onboarding-step-num{background:var(--background-surface-soft);width:28px;height:28px;color:var(--foreground-default);border:1px solid var(--border-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.onboarding-step-num-done{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.onboarding-step-body{gap:14px;margin-top:16px;display:grid}.onboarding-step-actions{gap:8px;display:flex}.onboarding-prompts{gap:12px;display:grid}.onboarding-prompt{border:1px solid var(--border-muted);background:var(--background-canvas);border-radius:10px;gap:8px;padding:12px 14px;display:grid}.onboarding-prompt-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.onboarding-complete{gap:8px;display:grid}@media (max-width:640px){.onboarding-banner{flex-direction:column;align-items:flex-start}}.cal-page-header{margin-bottom:var(--space-6)}.cal-toolbar{justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap}.cal-toolbar,.cal-toolbar__nav{align-items:center;display:flex}.cal-toolbar__nav{gap:var(--space-3)}.cal-today{height:36px;padding:0 14px}.cal-stepper{gap:var(--space-1);display:flex}.cal-step{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--background-surface);width:32px;height:32px;color:var(--foreground-light);cursor:pointer;justify-content:center;align-items:center;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.cal-step:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.cal-range-label{color:var(--text-primary);font-size:.9375rem;font-weight:500}.cal-filters{align-items:center;gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.cal-filters .dashboard-select{min-width:168px}.cal-badge{border-radius:var(--radius-full);white-space:nowrap;border:1px solid #0000;align-items:center;gap:5px;padding:1px 8px;font-size:11px;font-weight:500;line-height:1.5;display:inline-flex}.cal-badge:before{content:"";border-radius:var(--radius-full);opacity:.85;background:currentColor;width:6px;height:6px}.cal-badge--success{color:#2f5d3b;background:#eaf3ec;border-color:#cfe3d4}.cal-badge--blocked{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}.cal-badge--error{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.cal-event{text-align:left;border:1px solid var(--border-muted);border-left:3px solid var(--border-default);border-radius:var(--radius-sm);background:var(--background-surface);cursor:pointer;flex-direction:column;gap:3px;width:100%;padding:5px 7px;transition:box-shadow .14s,border-color .14s;display:flex}.cal-event:hover{box-shadow:var(--shadow-sm);border-color:var(--border-default)}.cal-event--detailed{gap:5px;padding:8px 10px}.cal-event--success{background:#fafcfa;border-left-color:#6aa17e}.cal-event--blocked{background:#fffcfa;border-left-color:#e0913f}.cal-event--error{background:#fffbfb;border-left-color:#d2585c}.cal-event__head{align-items:center;gap:6px;display:flex}.cal-event__icon{flex:none;width:16px;height:16px;display:inline-flex}.cal-event__icon img{border-radius:4px}.cal-event__dot{border-radius:var(--radius-full);background:var(--text-subtle);width:8px;height:8px}.cal-event__tool{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:500;overflow:hidden}.cal-event__time{color:var(--text-muted);flex:none;font-size:11px}.cal-event__entity{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cal-event__entity-type{color:var(--text-muted)}.cal-event__change{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:11px}.cal-event__foot{justify-content:space-between;align-items:center;gap:6px;display:flex}.cal-event__agent{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cal-event__agent,.cal-more{color:var(--text-muted);font-size:11px}.cal-more{background:var(--background-surface-soft);border:1px dashed var(--border-default);border-radius:var(--radius-sm);cursor:pointer;text-align:left;padding:2px 6px}.cal-more:hover{color:var(--text-primary)}.cal-week{--cal-slot-h:56px;padding:0;overflow:hidden}.cal-week__scroll{max-height:640px;overflow:auto}.cal-week__inner{min-width:720px}.cal-week__header{z-index:1;background:var(--background-canvas);border-bottom:1px solid var(--border-muted);grid-template-columns:64px repeat(7,minmax(0,1fr));display:grid;position:sticky;top:0}.cal-week__tz{color:var(--text-muted);border-right:1px solid var(--border-muted);justify-content:center;align-items:center;font-size:11px;font-weight:500;display:flex}.cal-week__day-head{border:0;border-left:1px solid var(--border-muted);cursor:pointer;background:0 0;flex-direction:column;align-items:center;gap:2px;padding:10px 0;transition:background .14s;display:flex}.cal-week__day-head:hover{background:var(--background-surface-soft)}.cal-week__weekday{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:11px;font-weight:500}.cal-week__daynum{width:24px;height:24px;color:var(--text-primary);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.cal-week__day-head.is-today .cal-week__daynum{background:var(--background-inverse);color:var(--foreground-inverse)}.cal-week__grid{grid-template-columns:64px repeat(7,minmax(0,1fr));grid-auto-rows:minmax(var(--cal-slot-h,56px),auto);display:grid}.cal-week__time-slot{border-top:1px solid var(--border-muted);border-right:1px solid var(--border-muted);text-align:right;padding:4px 8px 0}.cal-week__time-slot span{color:var(--text-subtle);font-size:11px}.cal-week__slot{border-top:1px solid var(--border-muted);border-left:1px solid var(--border-muted);flex-direction:column;gap:3px;padding:3px;display:flex}.cal-day{padding:var(--space-2) 0}.cal-day--empty{padding:0}.cal-day__group{gap:var(--space-3);padding:var(--space-3) var(--space-5);border-top:1px solid var(--border-muted);grid-template-columns:72px minmax(0,1fr);display:grid}.cal-day__group:first-child{border-top:0}.cal-day__hour{color:var(--text-muted);text-align:right;padding-top:6px;font-size:12px;font-weight:500}.cal-day__events{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.cal-day__events .cal-event{max-width:540px}.cal-month{padding:0;overflow:hidden}.cal-month__weekdays{background:var(--background-canvas);border-bottom:1px solid var(--border-muted);grid-template-columns:repeat(7,1fr);display:grid}.cal-month__weekday{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-left:1px solid var(--border-muted);padding:10px 12px;font-size:11px;font-weight:500}.cal-month__weekday:first-child{border-left:0}.cal-month__grid{grid-template-columns:repeat(7,1fr);display:grid}.cal-month__cell{border-top:1px solid var(--border-muted);border-left:1px solid var(--border-muted);background:var(--background-surface);cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:6px;min-height:112px;padding:8px 10px;transition:background .14s;display:flex}.cal-month__cell:hover{background:var(--background-surface-soft)}.cal-month__cell:nth-child(7n+1){border-left:0}.cal-month__cell:nth-child(-n+7){border-top:0}.cal-month__cell--empty{cursor:default}.cal-month__cell--empty,.cal-month__cell--empty:hover{background:var(--background-canvas)}.cal-month__daynum{color:var(--text-primary);font-size:13px;font-weight:600}.cal-month__cell.is-today .cal-month__daynum{border-radius:var(--radius-full);background:var(--background-inverse);width:22px;height:22px;color:var(--foreground-inverse);justify-content:center;align-items:center;display:inline-flex}.cal-month__count{color:var(--text-muted);font-size:11px;font-weight:500}.cal-month__bars{gap:2px;width:100%;height:4px;display:flex}.cal-bar{border-radius:var(--radius-full);height:4px}.cal-bar--success{background:#6aa17e}.cal-bar--blocked{background:#e0913f}.cal-bar--error{background:#d2585c}.cal-month__breakdown{flex-wrap:wrap;gap:10px;display:flex}.cal-dot-stat{color:var(--text-secondary);align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.cal-dot{border-radius:var(--radius-full);width:7px;height:7px}.cal-dot--success{background:#6aa17e}.cal-dot--blocked{background:#e0913f}.cal-dot--error{background:#d2585c}.cal-empty{gap:var(--space-3);text-align:center;flex-direction:column;padding:64px 24px;display:flex}.cal-empty,.cal-empty__icon{justify-content:center;align-items:center}.cal-empty__icon{border-radius:var(--radius-full);background:var(--background-surface-soft);width:40px;height:40px;color:var(--text-muted);display:inline-flex}.cal-skeleton{padding:0;overflow:hidden}.cal-skeleton__head{grid-template-columns:repeat(7,1fr);gap:12px;padding:16px;display:grid}.cal-skeleton__col-head{height:28px}.cal-skeleton__body{grid-template-columns:repeat(6,1fr);gap:12px;padding:0 16px 16px;display:grid}.cal-skeleton__cell{border-radius:8px;height:64px}.cal-drawer-root{z-index:60;justify-content:flex-end;display:flex;position:fixed;inset:0}.cal-drawer__scrim{cursor:pointer;background:#1d212147;border:0;animation:cal-fade .14s;position:absolute;inset:0}.cal-drawer{gap:var(--space-4);border:0;border-left:1px solid var(--border-default);border-radius:0;flex-direction:column;width:384px;max-width:92vw;height:100%;padding:20px 22px;animation:cal-slide .18s;display:flex;position:relative;overflow-y:auto}@keyframes cal-slide{0%{opacity:.5;transform:translate(16px)}to{opacity:1;transform:none}}@keyframes cal-fade{0%{opacity:0}to{opacity:1}}.cal-drawer__header{justify-content:space-between;align-items:center;display:flex}.cal-drawer__fields{gap:var(--space-4);flex-direction:column;margin:0;display:flex}.cal-drawer__field{flex-direction:column;gap:3px;display:flex}.cal-drawer__field dd{margin:0}.cal-drawer__provider{align-items:center;gap:8px;display:inline-flex}.cal-drawer__provider img{border-radius:4px}.cal-drawer__toolname{font-size:11px;font-family:var(--font-mono,monospace);color:var(--foreground-light);background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-sm);margin-top:4px;padding:1px 6px;display:inline-block}.cal-drawer__section{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--border-muted);flex-direction:column;display:flex}.cal-drawer__section-title{text-transform:uppercase;letter-spacing:.04em}.cal-drawer__change-empty{background:var(--background-surface-soft);border:1px dashed var(--border-default);border-radius:var(--radius-md);padding:12px}.cal-change-table{border-collapse:collapse;width:100%;font-size:12px}.cal-change-table th{text-align:left;color:var(--text-muted);padding:0 0 6px;font-weight:500}.cal-change-table td,.cal-change-table th{border-bottom:1px solid var(--border-muted)}.cal-change-table td{color:var(--text-secondary);font-variant-numeric:tabular-nums;padding:7px 0}.cal-change-table tr:last-child td{border-bottom:0}.cal-change-table__after{color:var(--text-primary);font-weight:500}.cal-drawer__footer{padding-top:var(--space-4);border-top:1px solid var(--border-muted);margin-top:auto}.cal-drawer__logs{width:100%;height:38px}@media (max-width:900px){.cal-toolbar{align-items:stretch}.cal-filters .dashboard-select{flex:168px}}.button-sm{height:32px;padding:0 12px;font-size:.8125rem}.field-label{margin-bottom:6px;display:block}.input-search{display:block;position:relative}.input-search>svg{color:var(--text-subtle);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.input-search .input{background:var(--background-surface-soft);border-radius:var(--radius-md);border:1px solid #0000;height:36px;padding-left:34px;padding-right:12px;font-size:.8125rem}.input-search .input::placeholder{color:var(--text-subtle)}.input-search .input:hover{background:var(--background-surface-muted)}.input-search .input:focus{background:var(--background-surface);border-color:var(--border-default);outline:0;box-shadow:0 0 0 3px #b9ed002e}.avatar{border-radius:var(--radius-md);background:var(--background-surface-muted);color:var(--foreground-light);letter-spacing:.01em;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:inline-flex}.avatar-lg{border-radius:var(--radius-lg);width:40px;height:40px;font-size:.8125rem}.avatar-sm{width:26px;height:26px;font-size:.6875rem}.avatar-volt{background:var(--brand-primary-muted);color:#354500}.avatar-ink{background:var(--background-inverse);color:var(--foreground-inverse)}.sidebar-section-label{margin:14px 0 4px;padding:0 12px}.ws-switcher{margin-bottom:10px;position:relative}.ws-switcher__trigger{border-radius:var(--radius-lg);text-align:left;width:100%;height:52px;box-shadow:none;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:0;transition:border-color .14s,background .14s,box-shadow .14s,padding .14s;display:flex}.sidebar:focus-within .ws-switcher__trigger,.sidebar:hover .ws-switcher__trigger,.sidebar[data-ws-open=true] .ws-switcher__trigger{border-color:var(--border-default);background:var(--background-surface);box-shadow:var(--shadow-sm);padding:0 10px}.sidebar:focus-within .ws-switcher__trigger:hover,.sidebar:hover .ws-switcher__trigger:hover,.sidebar[data-ws-open=true] .ws-switcher__trigger:hover{background:var(--background-canvas)}.ws-switcher__meta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ws-switcher__name{color:var(--foreground-default);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.ws-switcher__sub{color:var(--text-muted);font-size:.6875rem}.ws-switcher__chev{color:var(--foreground-muted);flex:none}.ws-menu{z-index:40;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);box-shadow:var(--shadow-lg);padding:var(--space-1);position:absolute;top:calc(100% + 6px);left:0;right:0}.ws-menu__head{padding:8px 10px 4px}.ws-menu__search{padding:4px}.ws-menu__scroll{max-height:232px;overflow-y:auto}.ws-menu__option{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:44px;padding:6px 8px;display:flex;position:relative}.ws-menu__option:hover{background:var(--background-surface-soft)}.ws-menu__option[aria-selected=true]{background:var(--brand-primary-soft)}.ws-menu__option[aria-selected=true]:before{content:"";background:var(--brand-primary-active);border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.ws-menu__check{color:var(--brand-primary-active);flex:none}.ws-menu__divider{background:var(--border-muted);height:1px;margin:4px 0}.ws-menu__action{border-radius:var(--radius-md);text-align:left;width:100%;min-height:40px;color:var(--foreground-light);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 8px;font-size:.75rem;font-weight:400;display:flex}.ws-menu__action:hover:not(:disabled){background:var(--background-surface-soft);color:var(--foreground-default)}.ws-menu__action:disabled{cursor:not-allowed;color:var(--text-subtle)}.kebab{position:relative}.kebab__btn{border-radius:var(--radius-md);width:34px;height:34px;color:var(--foreground-light);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.kebab__btn:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.menu{z-index:45;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);min-width:184px;box-shadow:var(--shadow-lg);padding:var(--space-1);position:absolute;top:calc(100% + 6px);right:0}.menu--fixed{z-index:80;position:fixed;top:0;left:0;right:auto}.menu__item{border-radius:var(--radius-md);width:100%;min-height:38px;color:var(--foreground-default);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;font-size:.875rem;display:flex}.menu__item:hover:not(:disabled){background:var(--background-surface-soft)}.menu__item:disabled{cursor:not-allowed;color:var(--text-subtle)}.menu__item-danger{color:var(--danger-text)}.menu__item-danger:hover:not(:disabled){background:var(--danger-bg)}.menu__divider{background:var(--border-muted);height:1px;margin:4px 0}.overlay{z-index:60;position:fixed;inset:0}.overlay__scrim{cursor:pointer;background:#1d212157;border:0;animation:ov-fade .14s;position:absolute;inset:0}.modal{z-index:1;background:var(--background-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);width:min(520px,100vw - 32px);box-shadow:var(--shadow-lg);margin:8vh auto 0;padding:24px;animation:modal-pop .18s cubic-bezier(.2,0,0,1);position:relative}.modal__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.modal__close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--foreground-light);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.modal__close:hover{background:var(--background-surface-soft);color:var(--foreground-default)}.modal__footer{align-items:center;gap:10px;margin-top:22px}.drawer-root,.modal__footer{justify-content:flex-end;display:flex}.drawer-root{position:absolute;inset:0}.drawer{gap:var(--space-4);background:var(--background-surface);border-left:1px solid var(--border-default);width:420px;max-width:92vw;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;padding:22px;animation:drawer-slide .18s;display:flex;position:relative;overflow-y:auto}.drawer__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.drawer__section{gap:var(--space-3)}.drawer__footer,.drawer__section{padding-top:var(--space-4);border-top:1px solid var(--border-muted);flex-direction:column;display:flex}.drawer__footer{gap:10px;margin-top:auto}.drawer__danger{border:1px solid var(--danger-border);background:var(--danger-bg);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:none}}@keyframes ov-fade{0%{opacity:0}to{opacity:1}}@keyframes drawer-slide{0%{opacity:.4;transform:translate(16px)}to{opacity:1;transform:none}}.ws-checklist{border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.ws-checklist__toolbar{border-bottom:1px solid var(--border-muted);background:var(--background-surface-soft);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.ws-checklist__scroll{max-height:220px;padding:4px;overflow-y:auto}.ws-check-row{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:10px;min-height:40px;padding:0 8px;display:flex}.ws-check-row:hover{background:var(--background-surface-soft)}.ws-check-box{border:1.5px solid var(--border-default);color:#0000;border-radius:5px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;transition:background .12s,border-color .12s;display:inline-flex}.ws-check-row[aria-checked=true] .ws-check-box{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--foreground-on-primary)}.linktext{color:var(--foreground-light);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:2px 4px;font-size:.8125rem;font-weight:500}.linktext:hover{color:var(--foreground-default);background:var(--background-surface-muted)}.chips{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.quota__track{background:var(--background-surface-muted);border-radius:999px;width:100%;height:8px;overflow:hidden}.quota__fill{background:var(--text-muted);border-radius:999px;height:100%;transition:width .5s}.quota__fill.is-near{background:var(--color-heat)}.banner{border-radius:var(--radius-lg);border:1px solid var(--warning-border);background:var(--warning-bg);color:var(--warning-text);align-items:center;gap:14px;padding:14px 18px;display:flex}.banner__icon{flex:none;display:inline-flex}.empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 24px;display:flex}.empty__art{border-radius:var(--radius-xl);background:var(--background-surface-soft);border:1px solid var(--border-muted);width:52px;height:52px;color:var(--foreground-muted);justify-content:center;align-items:center;display:inline-flex}.toast-wrap{z-index:80;flex-direction:column;position:fixed;bottom:20px;right:20px}.toast,.toast-wrap{gap:10px;display:flex}.toast{border-radius:var(--radius-lg);background:var(--background-inverse);color:var(--foreground-inverse);box-shadow:var(--shadow-lg);align-items:center;padding:12px 14px;font-size:.875rem;font-weight:500;animation:toast-in .2s cubic-bezier(.2,0,0,1)}.toast__icon{color:var(--brand-primary);display:inline-flex}.toast--error .toast__icon{color:var(--danger-default)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (max-width:720px){.modal{margin-top:4vh}.drawer{width:100%;max-width:100%}}@media (prefers-reduced-motion:reduce){.drawer,.modal,.overlay__scrim,.quota__fill,.toast{transition:none!important;animation:none!important}}.exp-page{gap:var(--space-6);flex-direction:column;display:flex}.exp-filters{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.exp-filters .dashboard-select{min-width:168px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.exp-daterange{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.exp-daterange .dashboard-select{min-width:184px}.exp-daterange__fixed{min-width:220px;position:relative}.exp-dot{border-radius:var(--radius-full);flex:none;width:7px;height:7px}.exp-dot--healthy{background:var(--success-default)}.exp-dot--needs_attention{background:var(--warning-default)}.exp-dot--paused{background:var(--foreground-muted)}.exp-dot--running{background:var(--info-default);animation:exp-pulse 1.6s ease-out infinite;box-shadow:0 0 #7182cb80}@keyframes exp-pulse{0%{box-shadow:0 0 #7182cb73}70%{box-shadow:0 0 0 6px #7182cb00}to{box-shadow:0 0 #7182cb00}}.exp-row{cursor:pointer;transition:background .12s}.exp-row:hover{background:var(--background-surface-soft)}.exp-card-dl{gap:var(--space-2);flex-direction:column;display:flex}.exp-card-dl>div{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.exp-empty{gap:var(--space-3);text-align:center;flex-direction:column;padding:72px 24px;display:flex}.exp-empty,.exp-empty__icon{justify-content:center;align-items:center}.exp-empty__icon{border-radius:var(--radius-lg);background:var(--background-surface-soft);width:48px;height:48px;color:var(--text-muted);margin-bottom:var(--space-1);display:inline-flex}.exp-empty__copy{max-width:420px}.exp-wizard{gap:var(--space-8);grid-template-columns:minmax(0,1fr) 280px;align-items:start;display:grid}.exp-wizard__main{gap:var(--space-6);flex-direction:column;max-width:780px;display:flex}.exp-wizard__summary{position:sticky;top:24px}.exp-stepper{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.exp-step{align-items:center;gap:var(--space-2);cursor:pointer;border-radius:var(--radius-full);color:var(--text-subtle);background:0 0;border:1px solid #0000;padding:5px 12px 5px 6px;font-size:.8125rem;font-weight:500;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.exp-step:not(:disabled):hover{color:var(--text-secondary);background:var(--background-surface-soft)}.exp-step:disabled{cursor:not-allowed}.exp-step__num{border-radius:var(--radius-full);border:1px solid var(--border-default);width:22px;height:22px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.exp-step--active,.exp-step__num{background:var(--background-surface)}.exp-step--active{color:var(--text-primary);border-color:var(--border-default);box-shadow:var(--shadow-sm)}.exp-step--active .exp-step__num{background:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.exp-step--done{color:var(--text-secondary)}.exp-step--done .exp-step__num{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.exp-step__sep{color:var(--border-muted)}.exp-draft{color:var(--text-subtle);align-items:center;gap:6px;font-size:.75rem;display:inline-flex}.exp-actionbar{border-top:1px solid var(--border-muted);padding-top:var(--space-4);margin-top:var(--space-2);justify-content:space-between}.exp-actionbar,.exp-rowsel{align-items:center;display:flex}.exp-rowsel{gap:var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--background-surface);width:100%;padding:var(--space-3) var(--space-4);cursor:pointer;text-align:left;transition:border-color .12s,background .12s}.exp-rowsel:hover{border-color:var(--border-strong,var(--foreground-muted))}.exp-rowsel--selected{border-color:var(--color-black);box-shadow:inset 0 0 0 1px var(--color-black)}.exp-rowsel__radio{border-radius:var(--radius-full);border:1.5px solid var(--border-default);flex:none;width:16px;height:16px;position:relative}.exp-rowsel--selected .exp-rowsel__radio{border-color:var(--color-black)}.exp-rowsel--selected .exp-rowsel__radio:after{content:"";border-radius:var(--radius-full);background:var(--color-black);position:absolute;inset:3px}.exp-spine{flex-direction:column;display:flex}.exp-spine__node{gap:var(--space-3);padding-bottom:var(--space-4);grid-template-columns:26px minmax(0,1fr);display:grid;position:relative}.exp-spine__node:last-child{padding-bottom:0}.exp-spine__node:not(:last-child):before{content:"";background:var(--border-default);border-radius:2px;width:2px;position:absolute;top:26px;bottom:-2px;left:12px}.exp-spine__node--set:not(:last-child):before{background:var(--foreground-muted)}.exp-spine__marker{z-index:1;border-radius:var(--radius-full);background:var(--background-surface);border:1px solid var(--border-default);width:26px;height:26px;color:var(--text-subtle);place-items:center;display:grid;position:relative}.exp-spine__marker img{width:15px;height:15px;display:block}.exp-spine__node--set .exp-spine__marker{border-color:var(--color-black);color:var(--text-primary)}.exp-spine__node--empty .exp-spine__marker{border-style:dashed}.exp-spine__node--active .exp-spine__marker{border-color:var(--color-black);box-shadow:0 0 0 3px var(--background-surface-soft)}.exp-spine__body{flex-direction:column;gap:1px;min-width:0;padding-top:1px;display:flex}.exp-spine__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--text-subtle);font-size:.625rem}.exp-spine__node--active .exp-spine__label,.exp-spine__value{color:var(--text-primary)}.exp-spine__value{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.exp-spine__node--empty .exp-spine__value{color:var(--text-muted);font-weight:400}.exp-spine__meta{font-family:var(--font-mono);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.exp-fieldrow{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--border-muted);padding:8px 4px;display:flex}.exp-fieldrow:last-child{border-bottom:0}.exp-seg{background:var(--background-surface-soft);border-radius:var(--radius-md);gap:2px;padding:3px;display:inline-flex}.exp-seg button{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:5px 12px;font-size:.8125rem}.exp-seg button[aria-pressed=true]{background:var(--background-surface);color:var(--text-primary);box-shadow:var(--shadow-sm)}.exp-sample{border:1px solid var(--border-muted);border-radius:var(--radius-md);position:relative;overflow:hidden}.exp-sample__tag{text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);background:var(--background-canvas);border:1px solid var(--border-muted);border-radius:var(--radius-full);padding:2px 8px;font-size:.6875rem;position:absolute;top:8px;right:8px}.exp-notice{gap:var(--space-3);border:1px solid var(--border-muted);border-radius:var(--radius-md);padding:var(--space-4);background:var(--background-surface-soft);display:flex}.exp-notice--warn{background:var(--warning-bg);border-color:var(--warning-border)}.exp-notice--danger{background:var(--danger-bg);border-color:var(--danger-border)}.exp-field-error{color:var(--danger-text);margin-top:4px;font-size:.75rem}.exp-fieldrow--disabled{opacity:.55}.exp-field-reason,.exp-fieldrow--disabled .body{color:var(--text-subtle)}.exp-field-reason{margin-top:2px;font-size:.6875rem}.exp-field-hint{color:var(--text-secondary);background:var(--background-surface-soft);border:1px solid var(--border-muted);border-radius:var(--radius-md);padding:8px 10px;font-size:.75rem}.exp-field-warning{color:var(--warning-text);background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius-md);padding:6px 10px;font-size:.75rem}.exp-origin{align-items:center;gap:var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-xl);background:var(--background-surface);padding:var(--space-4) var(--space-5);display:flex;position:relative;overflow:hidden}.exp-origin:before{content:"";background:var(--color-black);border-radius:0 3px 3px 0;width:3px;position:absolute;top:14px;bottom:14px;left:0}.exp-origin--empty:before{background:var(--border-default)}.exp-origin__tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);flex:none;font-size:.625rem;font-weight:500}.exp-origin__node{flex:auto;align-items:center;gap:11px;min-width:0;display:flex}.exp-origin__glyph{border-radius:var(--radius-md);background:var(--background-surface-soft);border:1px solid var(--border-muted);flex:none;place-items:center;width:40px;height:40px;display:grid}.exp-origin__glyph img{display:block}.exp-origin__glyph--empty{color:var(--text-subtle);border-style:dashed}.exp-origin__text{flex-direction:column;gap:1px;min-width:0;display:flex}.exp-origin__name{color:var(--text-primary);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.exp-origin--empty .exp-origin__name,.exp-origin__meta{color:var(--text-muted)}.exp-origin__meta{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.exp-origin__flow{color:var(--border-default);flex:none;align-items:center;gap:6px;display:flex}.exp-origin__wire{background:repeating-linear-gradient(90deg,var(--border-default) 0 4px,transparent 4px 8px);border-radius:2px;width:34px;height:2px}.exp-origin--empty .exp-origin__flow{opacity:.55}.exp-origin__dest{color:var(--success-text);flex:none;align-items:center;gap:8px;display:flex}.exp-origin__desttext{flex-direction:column;gap:1px;display:flex}.exp-origin__destname{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.exp-origin__destsub{text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);font-size:.625rem}@media (max-width:560px){.exp-origin{gap:var(--space-3);flex-wrap:wrap}.exp-origin__flow{display:none}.exp-origin__dest{width:100%;padding-top:var(--space-3);border-top:1px solid var(--border-muted)}}.exp-src-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:560px){.exp-src-grid{grid-template-columns:1fr}}.exp-srctile{text-align:left;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);width:100%;padding:var(--space-3) var(--space-4);cursor:pointer;align-items:center;gap:11px;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex;position:relative}.exp-srctile:not(:disabled):hover{border-color:var(--foreground-muted);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.exp-srctile--selected{border-color:var(--color-black);box-shadow:inset 0 0 0 1px var(--color-black)}.exp-srctile--selected:not(:disabled):hover{box-shadow:inset 0 0 0 1px var(--color-black);transform:none}.exp-srctile:disabled{cursor:not-allowed}.exp-srctile--muted{opacity:.5}.exp-srctile__glyph{border-radius:var(--radius-md);background:var(--background-surface-soft);border:1px solid var(--border-muted);flex:none;place-items:center;width:34px;height:34px;display:grid}.exp-srctile__glyph img{display:block}.exp-srctile__body{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.exp-srctile__name{color:var(--text-primary);letter-spacing:-.005em;font-size:.8125rem;font-weight:500}.exp-srctile__status{color:var(--text-subtle);align-items:center;gap:6px;font-size:.6875rem;display:inline-flex}.exp-srctile__status.is-on{color:var(--success-text)}.exp-srctile__dot{border-radius:var(--radius-full);background:var(--success-default);flex:none;width:6px;height:6px}.exp-srctile__check{color:var(--color-black);flex:none}.exp-acct-list{gap:var(--space-2);flex-direction:column;display:flex}.exp-acct{align-items:center;gap:var(--space-3);text-align:left;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--background-surface);width:100%;padding:var(--space-3) var(--space-4);cursor:pointer;transition:border-color .12s,box-shadow .12s;display:flex}.exp-acct:not(:disabled):hover{border-color:var(--foreground-muted)}.exp-acct--selected{border-color:var(--color-black);box-shadow:inset 0 0 0 1px var(--color-black)}.exp-acct:disabled{cursor:default}.exp-acct__body{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.exp-acct__name{color:var(--text-primary);letter-spacing:-.005em;font-size:.875rem;font-weight:500}.exp-acct__meta{font-family:var(--font-mono);color:var(--text-muted);font-size:.6875rem}.exp-acct__check{border-radius:var(--radius-full);border:1.5px solid var(--border-default);width:20px;height:20px;color:var(--color-white);flex:none;place-items:center;display:grid}.exp-acct--selected .exp-acct__check{background:var(--color-black);border-color:var(--color-black)}@media (prefers-reduced-motion:reduce){.exp-srctile,.exp-srctile:not(:disabled):hover{transform:none}}.exp-stepblocks{gap:var(--space-5);flex-direction:column;display:flex}.exp-stepblocks>*{min-width:0}.exp-preset-list{gap:var(--space-2);flex-direction:column;display:flex}.exp-preset{align-items:flex-start;gap:var(--space-3);text-align:left;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);width:100%;padding:var(--space-4);cursor:pointer;transition:border-color .12s,box-shadow .12s;display:flex}.exp-preset:hover{border-color:var(--foreground-muted)}.exp-preset--selected{border-color:var(--color-black);box-shadow:inset 0 0 0 1px var(--color-black)}.exp-preset__body{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.exp-preset__name{align-items:center;gap:var(--space-2);color:var(--text-primary);letter-spacing:-.005em;font-size:.875rem;font-weight:500;display:flex}.exp-preset__desc{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.exp-preset__count{font-family:var(--font-mono);color:var(--text-subtle);margin-top:1px;font-size:.6875rem}.exp-preset__check{border-radius:var(--radius-full);border:1.5px solid var(--border-default);width:20px;height:20px;color:var(--color-white);flex:none;place-items:center;margin-top:1px;display:grid}.exp-preset--selected .exp-preset__check{background:var(--color-black);border-color:var(--color-black)}.exp-cols-card{border:1px solid var(--border-muted);border-radius:var(--radius-lg);background:var(--background-surface-soft);padding:var(--space-4)}.exp-cols-card__head{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.exp-cols-card__title{align-items:baseline;gap:var(--space-2);color:var(--text-primary);font-size:.875rem;font-weight:500;display:inline-flex}.exp-cols-card__count{font-family:var(--font-mono);color:var(--text-subtle);font-size:.6875rem}.exp-cols{gap:var(--space-3)}.exp-cols,.exp-cols__group{flex-direction:column;display:flex}.exp-cols__group{gap:var(--space-2)}.exp-cols__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);font-size:.625rem}.exp-cols__empty{color:var(--text-muted);font-size:.8125rem}.exp-cols__pills{flex-wrap:wrap;gap:6px;display:flex}.exp-col-pill{border-radius:var(--radius-full);border:1px solid var(--border-muted);background:var(--background-surface);height:26px;color:var(--text-secondary);letter-spacing:-.005em;white-space:nowrap;align-items:center;padding:0 11px;font-size:.75rem;display:inline-flex}.exp-review{gap:var(--space-3);flex-direction:column;display:flex}.exp-review__sec{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--background-surface);padding:var(--space-4) var(--space-5)}.exp-review__head{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.exp-review__glyph{border-radius:var(--radius-md);background:var(--background-surface-soft);border:1px solid var(--border-muted);width:32px;height:32px;color:var(--text-secondary);flex:none;place-items:center;display:grid}.exp-review__glyph img{display:block}.exp-review__title{color:var(--text-primary);letter-spacing:-.005em;margin-right:auto;font-size:.875rem;font-weight:500}.exp-review__facts{gap:var(--space-3) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.exp-review__fact{flex-direction:column;gap:1px;min-width:0;display:flex}.exp-review__fact dt{text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);font-size:.625rem}.exp-review__fact dd{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}@media (max-width:560px){.exp-review__facts{grid-template-columns:1fr}}@media (max-width:980px){.exp-wizard{grid-template-columns:1fr}.exp-wizard__summary{position:static}}.exp-overview-grid{gap:var(--space-4) var(--space-8);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:640px){.exp-overview-grid{grid-template-columns:1fr}}.link-quiet{color:var(--text-secondary);text-underline-offset:2px;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.link-quiet:hover{color:var(--text-primary)}.exp-status{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.exp-status__label{letter-spacing:-.005em;font-size:.8125rem;font-weight:500}.exp-status--healthy .exp-status__label,.exp-status--succeeded .exp-status__label{color:var(--success-text)}.exp-status--needs_attention .exp-status__label{color:var(--warning-text)}.exp-status--running .exp-status__label{color:var(--info-text)}.exp-status--failed .exp-status__label{color:var(--danger-text)}.exp-status--cancelled .exp-status__label,.exp-status--paused .exp-status__label,.exp-status--queued .exp-status__label,.exp-status--skipped .exp-status__label{color:var(--text-subtle)}.exp-dot--succeeded{background:var(--success-default)}.exp-dot--failed{background:var(--danger-default)}.exp-dot--cancelled,.exp-dot--queued,.exp-dot--skipped{background:var(--foreground-muted)}.exp-card--attention,.exp-row--attention td:first-child{box-shadow:inset 3px 0 0 var(--warning-default)}.exp-name{color:var(--text-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.exp-statrow{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.exp-stat{padding:var(--space-2) 0;flex-direction:column;gap:4px;display:flex}.exp-stat+.exp-stat{border-left:1px solid var(--border-muted);padding-left:var(--space-5)}.exp-stat__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);font-size:.6875rem}.exp-stat__value{color:var(--text-primary);font-size:1.375rem;font-weight:500;line-height:1.75rem}.exp-stat__sub{color:var(--text-muted);font-size:.75rem}@media (max-width:640px){.exp-statrow{grid-template-columns:1fr;gap:0}.exp-stat+.exp-stat{border-left:0;border-top:1px solid var(--border-muted);padding-left:0;padding-top:var(--space-3)}}.exp-fieldlist{color:var(--text-secondary);font-size:.8125rem;line-height:1.65}.exp-fieldlist__more{color:var(--text-subtle)}.exp-overview{gap:var(--space-3)}.exp-chips,.exp-overview{align-items:center;flex-wrap:wrap;display:flex}.exp-chips{gap:6px}.exp-chip{border-radius:var(--radius-full);border:1px solid var(--border-muted);background:var(--background-surface);height:32px;color:var(--text-secondary);white-space:nowrap;cursor:pointer;align-items:center;gap:7px;padding:0 13px;font-size:.8125rem;font-weight:500;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.exp-chip:hover{border-color:var(--border-default);background:var(--background-surface-soft)}.exp-chip--active{background:var(--color-black);border-color:var(--color-black);color:var(--color-white)}.exp-chip__count{font-family:var(--font-mono);color:var(--text-subtle);font-size:.6875rem}.exp-chip--active .exp-chip__count{color:#ece9e98c}.exp-overview__count{white-space:nowrap;margin-left:auto}.exp-rack{gap:var(--space-3)}.exp-pipe,.exp-rack{flex-direction:column;display:flex}.exp-pipe{background:var(--background-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-5);gap:var(--space-4);cursor:pointer;transition:transform .16s cubic-bezier(.16,1,.3,1),box-shadow .16s,border-color .16s;position:relative}.exp-pipe:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.exp-pipe:focus-within{box-shadow:var(--shadow-md)}.exp-pipe:before{content:"";background:0 0;border-radius:0 3px 3px 0;width:3px;position:absolute;top:18px;bottom:18px;left:-1px}.exp-pipe--needs_attention{border-color:var(--warning-border)}.exp-pipe--needs_attention:before{background:var(--warning-default)}.exp-pipe--running:before{background:var(--info-default)}.exp-pipe__head{align-items:center;gap:var(--space-3);display:flex}.exp-pipe__head .exp-name{margin-right:auto}.exp-flow{gap:var(--space-3)}.exp-flow,.exp-node{align-items:center;min-width:0;display:flex}.exp-node{flex:1 1 0;gap:11px}.exp-node--dest{justify-content:flex-end}.exp-node--dest .exp-node__text{text-align:right}.exp-node__glyph{border-radius:var(--radius-md);background:var(--background-surface-soft);border:1px solid var(--border-muted);width:42px;height:42px;color:var(--text-secondary);flex:none;place-items:center;display:grid}.exp-node__glyph--dest{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}.exp-node__text{flex-direction:column;gap:1px;min-width:0;display:flex}.exp-node__name{color:var(--text-primary);letter-spacing:-.01em;font-size:.875rem}.exp-node__name,.exp-node__sub{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.exp-node__sub{text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);font-size:.625rem}.exp-wire{flex:auto;justify-content:center;align-items:center;min-width:60px;height:42px;display:flex;position:relative}.exp-wire__track{background:var(--border-default);border-radius:2px;height:2px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.exp-wire__flow{position:absolute;inset:0}.exp-wire__label{z-index:1;background:var(--background-surface);border-radius:var(--radius-full);border:1px solid var(--border-muted);font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;padding:3px 10px;font-size:.6875rem;font-weight:500;position:relative}.exp-wire--healthy .exp-wire__track{background:linear-gradient(90deg,var(--success-border),var(--color-volt),var(--success-border))}.exp-wire--running .exp-wire__track{background:var(--info-bg)}.exp-wire--running .exp-wire__flow{background-image:repeating-linear-gradient(90deg,var(--color-lean) 0 5px,transparent 5px 15px);background-size:15px 100%}.exp-wire--running .exp-wire__label{color:var(--info-text);border-color:var(--info-border);background:var(--info-bg)}.exp-wire--needs_attention .exp-wire__track{background:repeating-linear-gradient(90deg,var(--warning-default) 0 7px,transparent 7px 13px);opacity:.85}.exp-wire--needs_attention .exp-wire__label{color:var(--warning-text);border-color:var(--warning-border);background:var(--warning-bg)}.exp-wire--paused .exp-wire__track{background:repeating-linear-gradient(90deg,var(--foreground-muted) 0 2px,transparent 2px 7px);opacity:.5}.exp-arrow{color:var(--border-default);flex:none;place-items:center;display:grid}.exp-arrow--healthy{color:var(--color-volt)}.exp-arrow--running{color:var(--color-lean)}.exp-arrow--needs_attention{color:var(--warning-default)}@keyframes exp-flow{0%{background-position:0 0}to{background-position:15px 0}}@media (prefers-reduced-motion:no-preference){.exp-wire--running .exp-wire__flow{animation:exp-flow .75s linear infinite}}.exp-pipe__meta{gap:var(--space-5);padding-top:var(--space-3);border-top:1px solid var(--border-muted);flex-wrap:wrap}.exp-fact,.exp-pipe__meta{align-items:center;display:flex}.exp-fact{gap:7px;min-width:0}.exp-fact__ic{color:var(--text-subtle);flex:none;place-items:center;display:grid}.exp-fact__k{text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);font-size:.625rem}.exp-fact__v{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono)}.exp-fact--mobile{display:none}.exd-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4)}.exd-head,.exd-title{flex-wrap:wrap;display:flex}.exd-title{align-items:center;gap:var(--space-3)}.exd-alert{gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);background:var(--warning-bg);border-left:3px solid var(--warning-default);display:flex}.exd-alert__ic{color:var(--warning-default);flex:none;margin-top:1px}.exd-alert__body,.exd-alert__title{color:var(--warning-text)}.exd-alert__body{opacity:.85}.exd-station__glyph{border-radius:var(--radius-md);background:var(--background-surface);border:1px solid var(--border-muted);width:48px;height:48px;box-shadow:var(--shadow-sm);color:var(--text-secondary);flex:none;place-items:center;display:grid}.exd-station__glyph--dest{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}.exd-station__kicker{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);font-size:.625rem;font-weight:500}.exd-station__title{color:var(--text-primary);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;font-size:1.0625rem;font-weight:500;overflow:hidden}.exd-station__meta{flex-direction:column;gap:3px;display:flex}.exd-station__meta span{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.exd-desk{grid-template-columns:minmax(0,336px) minmax(0,1fr);align-items:start;display:grid}.exd-blueprint{top:var(--space-5);gap:var(--space-8);padding-right:var(--space-8);position:sticky}.exd-activity,.exd-blueprint{flex-direction:column;display:flex}.exd-activity{border-left:1px solid var(--border-muted);padding-left:var(--space-8);gap:var(--space-6);min-width:0}.exd-spine{position:relative}.exd-spine:before{content:"";background:var(--border-default);border-radius:2px;width:2px;position:absolute;top:26px;bottom:26px;left:24px;transform:translate(-1px)}.exd-spine--healthy:before{background:linear-gradient(180deg,var(--success-border),var(--color-volt),var(--success-border))}.exd-spine--running:before{background:repeating-linear-gradient(0deg,var(--color-lean) 0 5px,transparent 5px 15px);background-size:100% 15px}.exd-spine--needs_attention:before{background:repeating-linear-gradient(0deg,var(--warning-default) 0 7px,transparent 7px 13px);opacity:.85}.exd-spine--paused:before{background:repeating-linear-gradient(0deg,var(--foreground-muted) 0 2px,transparent 2px 7px);opacity:.5}@media (prefers-reduced-motion:no-preference){.exd-spine--running:before{animation:exp-flow-v .75s linear infinite}}@keyframes exp-flow-v{0%{background-position:0 0}to{background-position:0 15px}}.exd-spine__station{gap:var(--space-3);padding-bottom:var(--space-6);grid-template-columns:48px 1fr;display:grid;position:relative}.exd-spine__station:last-child{padding-bottom:0}.exd-spine__glyph{z-index:1;box-shadow:0 0 0 5px var(--background-canvas),var(--shadow-sm);position:relative}.exd-spine__text{flex-direction:column;gap:4px;min-width:0;padding-top:4px;display:flex}.exd-spine__text .exd-station__meta{margin-top:3px}.exd-spine__text .exd-station__meta span{white-space:normal;text-overflow:clip;overflow:visible}.exd-spine__chip{border-radius:var(--radius-full);border:1px solid var(--border-muted);background:var(--background-surface);font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;align-self:flex-start;margin-top:2px;padding:3px 10px;font-size:.625rem;font-weight:500}.exd-gauges{padding:var(--space-6) 0;border-bottom:1px solid var(--border-muted);grid-template-columns:1.25fr 1.25fr 1fr;gap:0;display:grid}.exd-gauge{padding:0 var(--space-5);flex-direction:column;gap:9px;min-width:0;display:flex}.exd-gauge:first-child{padding-left:0}.exd-gauge+.exd-gauge{border-left:1px solid var(--border-muted)}.exd-gauge__k{text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);font-size:.625rem;font-weight:500}.exd-gauge__v{color:var(--text-primary);font-size:1.5rem;font-weight:500;line-height:1.85rem;font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em;text-wrap:balance}.exd-gauge__v--sm{font-size:1.0625rem;line-height:1.5rem}.exd-gauge__sub{color:var(--text-muted);font-size:.75rem}.exd-heart{align-items:flex-end;gap:4px;height:32px;display:flex}.exd-heart__bar{background:var(--foreground-muted);border-radius:2px;flex:none;width:10px}.exd-heart__bar--succeeded{background:var(--color-volt);height:100%}.exd-heart__bar--failed{background:var(--color-heat);height:60%}.exd-heart__bar--cancelled,.exd-heart__bar--queued,.exd-heart__bar--skipped{background:var(--border-default);height:36%}.exd-heart__bar--running{background:var(--color-lean);height:80%}@media (prefers-reduced-motion:no-preference){.exd-heart__bar--running{animation:exp-pulse-soft 1.4s ease-in-out infinite}}@keyframes exp-pulse-soft{0%,to{opacity:1}50%{opacity:.45}}.exd-section__head{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.exd-fields{gap:var(--space-4)}.exd-fields,.exd-runs{flex-direction:column;display:flex}.exd-runs__head,.exd-runs__row{gap:var(--space-4);grid-template-columns:minmax(130px,1.25fr) minmax(84px,auto) minmax(160px,1.5fr) minmax(98px,.8fr) minmax(88px,.6fr);align-items:center;display:grid}.exd-runs__head{border-bottom:1px solid var(--border-muted);padding-bottom:10px}.exd-runs__head span{text-transform:uppercase;letter-spacing:.07em;color:var(--text-subtle);font-size:.5625rem;font-weight:500}.exd-runs__row{padding:var(--space-3) 0}.exd-runitem+.exd-runitem{border-top:1px solid var(--border-muted)}.exd-runs__status{min-width:0}.exd-runs__cell{font-family:var(--font-mono);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;overflow:hidden}.exd-runs__num{text-align:right}.exd-trigger{border-radius:var(--radius-full);border:1px solid var(--border-muted);color:var(--text-muted);background:var(--background-canvas);white-space:nowrap;padding:2px 9px;font-size:.625rem;font-weight:500;display:inline-flex}.exd-run__error{margin:var(--space-2) 0;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);border-left:3px solid var(--danger-default);background:var(--danger-bg);align-items:flex-start;display:flex}.exd-run__error p{color:var(--danger-text);font-size:.8125rem}@media (max-width:640px){.exd-runs__head{display:none}.exd-runs__row{gap:var(--space-2) var(--space-4);grid-template-columns:1fr 1fr}.exd-runs__num{text-align:left}.exd-runs__cell{white-space:normal}.exd-runs__cell[data-k]:before{content:attr(data-k);text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);margin-bottom:2px;font-size:.5rem;display:block}}@media (max-width:1024px){.exd-desk{grid-template-columns:1fr}.exd-blueprint{padding-right:0;position:static}.exd-activity{border-left:0;border-top:1px solid var(--border-muted);padding-left:0;padding-top:var(--space-6);margin-top:var(--space-6)}}@media (max-width:760px){.exd-gauges{padding:var(--space-4) 0;grid-template-columns:1fr;gap:0}.exd-gauge{padding:var(--space-3) 0}.exd-gauge:first-child{padding-top:0}.exd-gauge+.exd-gauge{border-left:0;border-top:1px solid var(--border-muted)}}@media (max-width:600px){.exp-flow{flex-direction:column;align-items:stretch;gap:4px}.exp-node{flex:none;gap:12px}.exp-node--dest{flex-direction:row-reverse;justify-content:flex-end}.exp-node--dest .exp-node__text{text-align:left}.exp-arrow{display:none}.exp-wire{width:100%;height:auto;min-height:34px}.exp-wire__track{width:2px;height:auto;inset:0 auto 0 50%;transform:translate(-50%)}.exp-wire--running .exp-wire__flow{background-image:repeating-linear-gradient(0deg,var(--color-lean) 0 5px,transparent 5px 15px);background-size:100% 15px}}