:root{color-scheme:dark;--studio-page-bg: #0c0f18;--studio-sidebar-bg: #111520;--studio-sidebar-border: #2a2f3e;--studio-topbar-bg: #0f121c;--studio-board-bg: #111520;--studio-panel-bg: #2e2f39;--studio-panel-hover: #363844;--studio-panel-deep: #171b27;--studio-panel-soft: #222634;--studio-border: #3d4353;--studio-border-soft: #252b39;--studio-field-bg: #1b2130;--studio-text: #f1f2f5;--studio-text-strong: #ffffff;--studio-muted: #a6a9b6;--studio-subtle: #7f8493;--studio-purple: #6c72f8;--studio-purple-soft: rgba(108, 114, 248, .17);--studio-red: #f20d18;--studio-cyan: #45d0d4;--studio-green: #1bc995;--studio-green-soft: rgba(27, 201, 149, .18);--studio-yellow: #e7b416;--studio-danger: #ff4b55;--studio-chart-bg: #262934;--studio-chart-border: #3a4050;--studio-chart-grid: rgba(255, 255, 255, .08);--studio-chart-axis: #a6a9b6;--studio-chart-tooltip-bg: #171b27;--studio-chart-tooltip-border: #3d4353;--studio-loading-sheen: rgba(255, 255, 255, .08);--studio-loading-tint: rgba(255, 255, 255, .04);--studio-shadow: 0 18px 44px rgba(0, 0, 0, .22);--studio-radius: 5px;background:var(--studio-page-bg);color:var(--studio-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}html[data-theme=light]{color-scheme:light;--studio-page-bg: #f3f5f9;--studio-sidebar-bg: #ffffff;--studio-sidebar-border: #dce1ea;--studio-topbar-bg: #ffffff;--studio-board-bg: #f9fafc;--studio-panel-bg: #ffffff;--studio-panel-hover: #f3f5fa;--studio-panel-deep: #eef1f6;--studio-panel-soft: #f1f4f8;--studio-border: #d8dee8;--studio-border-soft: #e1e5ed;--studio-field-bg: #ffffff;--studio-text: #252a35;--studio-text-strong: #11151d;--studio-muted: #565e6e;--studio-subtle: #6c7484;--studio-purple: #545be7;--studio-purple-soft: rgba(84, 91, 231, .12);--studio-chart-bg: #ffffff;--studio-chart-border: #d8dee8;--studio-chart-grid: rgba(37, 42, 53, .1);--studio-chart-axis: #565e6e;--studio-chart-tooltip-bg: #ffffff;--studio-chart-tooltip-border: #d8dee8;--studio-loading-sheen: rgba(84, 91, 231, .09);--studio-loading-tint: rgba(84, 91, 231, .04);--studio-shadow: 0 12px 32px rgba(26, 34, 51, .09);background:var(--studio-page-bg)}html,body,#root{min-height:100%;overflow-x:hidden;width:100%}*{box-sizing:border-box}body{background:var(--studio-page-bg);color:var(--studio-text);margin:0}button,input,select{font:inherit}button,select{cursor:pointer}::selection{background:#6c72f859}.shell{background:var(--studio-page-bg);color:var(--studio-text);display:grid;grid-template-columns:216px minmax(0,1fr);max-width:100vw;min-height:100vh;overflow-x:clip}.sidebar{background:var(--studio-sidebar-bg);border-right:1px solid var(--studio-sidebar-border);color:var(--studio-text);display:flex;flex-direction:column;min-height:100vh;padding:12px 10px}.brand-lockup{align-items:flex-start;display:flex;min-height:42px;padding:8px 10px 22px}.sidebar-header{align-items:flex-start;display:flex;justify-content:space-between}.mobile-nav-toggle{align-items:center;background:transparent;border:1px solid var(--studio-sidebar-border);border-radius:6px;color:var(--studio-text);display:none;height:38px;justify-content:center;width:38px}.studio-wordmark{color:#fff;display:grid;font-size:18px;font-weight:900;letter-spacing:.02em;line-height:.95;position:relative}.studio-wordmark:after{background:var(--studio-cyan);border-radius:999px;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:97px}.sidebar-section{align-items:center;color:var(--studio-subtle);display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr);margin:18px 10px 9px}.sidebar-section span{font-size:9px;font-weight:900;letter-spacing:.22em}.sidebar-section i{background:var(--studio-sidebar-border);display:block;height:1px}.sidebar-footer{border-top:1px solid var(--studio-sidebar-border);margin-top:auto;padding:12px 4px 0}.sidebar-mobile-toggle{display:none}.sidebar-version{color:var(--studio-subtle);font-size:10px;font-weight:650;letter-spacing:.08em;padding:0 6px}.dashboard-nav,.dashboard-group{display:grid;gap:2px}.dashboard-group__trigger,.sidebar a{align-items:center;background:transparent;border:0;border-radius:4px;color:#c4c7d2;display:flex;font-size:14px;font-weight:650;gap:10px;min-height:32px;padding:7px 10px;text-decoration:none;transition:background .14s ease,color .14s ease;width:100%}.dashboard-group__trigger{justify-content:flex-start}.dashboard-group__trigger span{min-width:0}.dashboard-group__chevron{margin-left:auto;transition:transform .14s ease}.dashboard-group.is-open .dashboard-group__chevron{transform:rotate(180deg)}.dashboard-subnav{border-left:1px solid var(--studio-sidebar-border);display:grid;gap:2px;margin:2px 0 2px 18px;padding-left:8px}.dashboard-subnav a{font-size:13px;min-height:30px}.dashboard-subnav a.active{background:#6c72f82b;color:#8f96ff}.dashboard-group__trigger svg,.sidebar a svg{color:#a2a7ff;flex:0 0 auto}.dashboard-group__trigger.is-active,.sidebar a.active{background:#6c72f82b;color:#8f96ff}.dashboard-group__trigger.is-active{background:#ffffff0a;color:var(--studio-text)}.dashboard-group__trigger:hover,.sidebar a:hover{background:#ffffff0d;color:#fff}.sidebar-home-link{margin:2px 0 0}.sidebar-home-link.active{box-shadow:inset 3px 0 0 var(--studio-cyan);color:var(--studio-text-strong)}.sidebar-home-link.active svg{color:var(--studio-cyan)}.sidebar a.brand-home-link{align-items:flex-start;background:transparent;border-radius:0;color:inherit;min-height:42px;padding:8px 10px 22px;width:auto}.sidebar a.brand-home-link:hover{background:transparent;color:inherit;opacity:.86}.main{max-width:100vw;min-width:0;overflow-x:clip}.sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.home-content{align-content:start;display:grid;padding:54px clamp(32px,5vw,72px) 72px}.home-intro h2{color:var(--studio-text-strong);font-size:clamp(32px,3vw,40px);font-weight:820;letter-spacing:-.025em;line-height:1.08;margin:0}.home-intro p{color:var(--studio-muted);font-size:17px;line-height:1.45;margin:14px 0 0}.home-search{align-items:center;background:var(--studio-panel-deep);border:1px solid var(--studio-border);border-radius:var(--studio-radius);color:var(--studio-muted);display:flex;gap:15px;height:58px;margin-top:34px;padding:0 20px;transition:border-color .14s ease,box-shadow .14s ease}.home-search:focus-within{border-color:#45d0d4b8;box-shadow:0 0 0 3px #45d0d41f}.home-search svg{flex:0 0 auto}.home-search input{background:transparent;border:0;color:var(--studio-text);font-size:16px;height:100%;min-width:0;outline:0;padding:0;width:100%}.home-search input::placeholder{color:var(--studio-subtle);opacity:1}.home-dashboard-grid{display:grid;gap:34px 32px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:48px}.home-dashboard-card{--home-accent: var(--studio-cyan);--home-accent-soft: rgba(69, 208, 212, .12);background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-left:4px solid var(--home-accent);border-radius:var(--studio-radius);color:var(--studio-text);display:grid;gap:28px;grid-template-columns:76px minmax(0,1fr);min-height:238px;padding:32px 30px;text-decoration:none;transition:background .14s ease,border-color .14s ease,transform .14s ease}.home-dashboard-card--purple{--home-accent: #ad71ff;--home-accent-soft: rgba(173, 113, 255, .12)}.home-dashboard-card--green{--home-accent: #65d77d;--home-accent-soft: rgba(101, 215, 125, .12)}.home-dashboard-card--yellow{--home-accent: #ffc928;--home-accent-soft: rgba(255, 201, 40, .12)}.home-dashboard-card:hover{background:var(--studio-panel-hover);border-color:var(--home-accent);transform:translateY(-2px)}.home-dashboard-card:focus-visible{outline:3px solid var(--home-accent);outline-offset:3px}.home-dashboard-card__icon{align-items:center;align-self:start;background:var(--home-accent-soft);border:1px solid var(--home-accent);border-radius:var(--studio-radius);color:var(--home-accent);display:inline-flex;height:76px;justify-content:center;width:76px}.home-dashboard-card__body{align-items:start;display:grid;grid-template-rows:auto auto 1fr;min-width:0}.home-dashboard-card__body>strong{color:var(--studio-text-strong);font-size:24px;font-weight:800;letter-spacing:-.015em;line-height:1.15}.home-dashboard-card__description{color:var(--studio-muted);font-size:16px;line-height:1.45;margin-top:12px;max-width:32ch}.home-dashboard-card__action{align-items:center;align-self:end;color:var(--home-accent);display:inline-flex;font-size:15px;font-weight:800;gap:12px;margin-top:22px}.home-dashboard-card__action svg{transition:transform .14s ease}.home-dashboard-card:hover .home-dashboard-card__action svg{transform:translate(3px)}.home-empty-state{align-items:center;background:var(--studio-panel-deep);border:1px solid var(--studio-border);border-radius:var(--studio-radius);color:var(--studio-muted);display:grid;gap:8px;grid-column:1 / -1;justify-items:start;min-height:180px;padding:32px}.home-empty-state strong{color:var(--studio-text-strong);font-size:18px}.home-empty-state button{background:var(--studio-purple-soft);border:1px solid rgba(108,114,248,.55);border-radius:var(--studio-radius);color:#aeb2ff;font-size:13px;font-weight:800;margin-top:10px;min-height:34px;padding:0 14px}.dashboard-page{background:var(--studio-page-bg);display:grid;grid-template-rows:56px minmax(0,1fr);max-width:100vw;min-height:100vh;overflow-x:clip}.studio-topbar{align-items:center;background:var(--studio-topbar-bg);border-bottom:1px solid var(--studio-border-soft);display:flex;justify-content:space-between;padding:0 24px 0 21px}.studio-title{align-items:center;display:flex;gap:8px;min-width:0}.studio-title h1{color:var(--studio-text-strong);font-size:23px;font-weight:850;letter-spacing:0;line-height:1;margin:0}.env-pill{background:#242936;border:1px solid #333949;border-radius:3px;color:#9aa0b2;display:inline-flex;font-size:11px;font-weight:850;line-height:1;padding:4px 6px}.topbar-actions{align-items:center;display:flex;gap:8px;margin-left:auto}.topbar-theme-toggle{align-items:center;background:#222735;border:1px solid #353b4b;border-radius:4px;color:#d8dbe5;display:inline-flex;height:26px;justify-content:center;padding:0;width:26px}.topbar-theme-toggle:hover{background:var(--studio-panel-hover)}.profile-button{align-items:center;background:#222735;border:1px solid #353b4b;border-radius:4px;color:#d8dbe5;display:inline-flex;font-size:12px;font-weight:800;height:26px;justify-content:center;min-width:26px;padding:0 7px}.profile-menu{position:relative}.profile-button:hover,.profile-button[aria-expanded=true]{background:var(--studio-panel-hover)}.profile-menu__popover{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:6px;box-shadow:0 12px 30px #00000047;min-width:168px;padding:6px;position:absolute;right:0;top:calc(100% + 7px);z-index:40}.profile-menu__item{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--studio-text);display:flex;font-size:13px;font-weight:750;gap:8px;min-height:34px;padding:0 9px;text-align:left;width:100%}.profile-menu__item:hover,.profile-menu__item:focus-visible{background:var(--studio-panel-hover)}.profile-menu__item:disabled{cursor:progress;opacity:.65}.profile-menu__error{color:var(--studio-danger);font-size:11px;line-height:1.35;margin:6px 8px 4px;max-width:220px}.studio-board{align-content:start;background:var(--studio-board-bg);border-top:1px solid rgba(255,255,255,.02);display:grid;gap:0;grid-auto-rows:max-content;margin:20px;max-width:calc(100vw - 40px);min-width:0;overflow:visible}.board-toolbar{align-items:center;border:1px solid var(--studio-border-soft);border-bottom:0;display:flex;gap:16px;justify-content:space-between;min-height:55px;padding:12px 14px;position:relative;z-index:10}.board-toolbar h2{color:#dfe2ea;font-size:14px;font-weight:800;line-height:1.1;margin:0}.board-toolbar p{color:var(--studio-subtle);font-size:12px;line-height:1.35;margin:4px 0 0}.board-toolbar__actions,.hey-export-actions{align-items:center;display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.board-toolbar__actions{margin-left:auto}.hey-export-actions .button-secondary{min-width:58px}.hey-copy-status{flex-basis:100%;font-size:11px;font-weight:750;line-height:1.3;text-align:right}.hey-copy-status--success{color:var(--studio-green)}.hey-copy-status--error{color:#ff8f96}.filter-bar{align-items:end;background:var(--studio-board-bg);border:1px solid var(--studio-border-soft);border-bottom:0;display:grid;gap:10px;grid-template-columns:minmax(150px,1fr) 136px 136px minmax(270px,1.45fr);padding:12px 14px 14px}.date-range-system{align-items:center;display:flex;flex:0 1 auto;justify-content:flex-end;min-width:0;position:relative}.date-range-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:0}.date-range-chip{align-items:center;background:var(--studio-field-bg);border:1px solid #31384a;border-radius:4px;color:#c9cdd8;display:inline-flex;font-size:12px;font-weight:850;gap:7px;height:34px;justify-content:center;min-width:0;padding:0 12px;transition:background .14s ease,border-color .14s ease,color .14s ease;white-space:nowrap}.date-range-chip:hover{background:#242a39;color:var(--studio-text-strong)}.date-range-chip.is-active{background:#6c72f82e;border-color:#6c72f87a;color:#aeb2ff}.date-range-chip svg{color:currentColor;flex:0 0 auto}.date-range-chip--custom{max-width:260px;overflow:hidden;text-overflow:ellipsis}.date-range-popover{background:#f8f9fb;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 22px 70px #00000070;color:#20242b;display:grid;grid-template-columns:250px 532px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:40}.date-range-presets{background:#fff;border-right:1px solid #d9dde5;display:grid;grid-auto-rows:52px;padding:16px 0}.date-range-presets button{background:transparent;border:0;color:#262a31;font-size:17px;font-weight:550;padding:0 28px;text-align:left}.date-range-presets button:hover,.date-range-presets button.is-active{background:#d8e7ff}.date-range-presets button.is-active{box-shadow:inset 3px 0 #2376e5}.date-range-calendar{background:#fff;display:grid;grid-template-rows:auto auto auto 1fr auto}.date-range-inputs{align-items:end;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);padding:20px 32px 18px}.date-range-inputs label{color:#5f6672;display:grid;font-size:14px;font-weight:750;gap:5px}.date-range-inputs input{background:#fff;border:1px solid #89909a;border-radius:5px;color:#30343b;font-size:18px;height:48px;padding:0 12px}.date-range-inputs>span{align-self:center;color:#30343b;font-size:25px;padding-top:20px}.date-range-monthbar{align-items:center;display:flex;justify-content:space-between;padding:0 32px 18px}.date-range-monthbar strong{color:#30343b;font-size:16px;font-weight:650;letter-spacing:.03em}.date-range-monthbar div{display:flex;gap:18px}.date-range-monthbar button,.date-range-actions button{align-items:center;background:transparent;border:0;color:#2376e5;display:inline-flex;font-weight:700;justify-content:center}.date-range-monthbar button{color:#6b717d;height:34px;width:34px}.date-range-weekdays,.date-range-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:0 32px}.date-range-weekdays{border-bottom:1px solid #e0e3e8;color:#626873;font-size:14px;font-weight:750;height:42px;place-items:center}.date-range-grid{gap:0;padding-top:16px}.date-range-grid button{background:transparent;border:0;color:#30343b;font-size:16px;height:40px;position:relative}.date-range-grid button.is-outside{color:#a8adb5}.date-range-grid button.is-in-range{background:#e5efff}.date-range-grid button.is-edge{background:#2376e5;border-radius:999px;color:#fff;font-weight:800}.date-range-actions{align-items:center;border-top:1px solid #d9dde5;display:flex;gap:22px;justify-content:flex-end;min-height:72px;padding:0 28px}.date-range-actions button{font-size:16px;min-height:40px}.filter-bar label{color:var(--studio-subtle);display:grid;font-size:10px;font-weight:850;gap:6px;letter-spacing:.11em;text-transform:uppercase}.filter-bar input,.filter-bar select{background:var(--studio-field-bg);border:1px solid #283044;border-radius:3px;color:var(--studio-text);height:30px;min-width:0;outline:none;padding:0 10px;transition:border-color .14s ease,box-shadow .14s ease}.filter-bar input::placeholder{color:#7a8091}.filter-bar input:focus,.filter-bar select:focus{border-color:#6c72f8d1;box-shadow:0 0 0 2px #6c72f838}.board-content{border:1px solid var(--studio-border-soft);display:grid;gap:11px;min-width:0;padding:18px 14px}.openai-board{gap:18px}.openai-board__toolbar{min-height:126px}.openai-kicker{color:var(--studio-cyan);display:inline-flex;font-size:10px;font-weight:900;letter-spacing:.18em;margin-bottom:8px;text-transform:uppercase}.openai-content{gap:16px}.openai-stat-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.openai-stat-grid--overview{grid-template-columns:repeat(5,minmax(0,1fr))}.openai-stat-grid--compact .openai-stat{min-height:94px;padding:13px 14px}.openai-stat{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:var(--studio-radius);box-shadow:var(--studio-shadow);display:grid;gap:7px;min-height:104px;padding:14px}.openai-stat span{color:var(--studio-muted);font-size:12px;font-weight:750}.openai-stat strong{color:var(--studio-text-strong);font-size:25px;font-weight:850;letter-spacing:0;line-height:1.1}.openai-stat small,.openai-muted{color:var(--studio-muted);font-size:13px;font-weight:650}.openai-panel{display:grid;gap:14px}.openai-panel h2{font-size:16px;margin:0}.openai-collapsible__trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;font-weight:inherit;justify-content:space-between;padding:0;text-align:left;width:100%}.openai-collapsible__trigger svg{color:var(--studio-subtle);flex:0 0 auto;transition:transform .16s ease}.openai-collapsible__trigger svg.is-open{transform:rotate(180deg)}.openai-collapsible__trigger:focus-visible{border-radius:4px;outline:2px solid var(--studio-cyan);outline-offset:4px}.openai-collapsible__content{display:grid;gap:14px;min-width:0}.openai-panel-heading{align-items:center;display:flex;gap:14px;justify-content:space-between}.openai-chart{min-height:280px}.openai-table-link{color:var(--studio-cyan);font-weight:800;text-decoration:none}.openai-table-link:hover{text-decoration:underline}.openai-api-key-trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:6px;padding:0}.openai-api-key-trigger svg{color:var(--studio-subtle);transition:transform .16s ease}.openai-api-key-trigger svg.is-open{transform:rotate(180deg)}.openai-api-key-trigger:focus-visible{border-radius:4px;outline:2px solid var(--studio-cyan);outline-offset:3px}.openai-api-key-detail-row>td{padding:0}.openai-api-key-history{background:var(--studio-panel-soft);display:grid;gap:14px;padding:18px}.openai-api-key-history h3,.openai-api-key-history p{margin:0}.openai-api-key-history__chart{min-height:260px}.table-wrap td small{color:var(--studio-subtle);display:block;font-size:11px;margin-top:3px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.openai-pricing-table-wrap table{min-width:1240px}.openai-pricing-comparison__controls{display:grid;gap:10px;grid-template-columns:minmax(130px,.55fr) repeat(4,minmax(180px,1fr))}.openai-pricing-comparison__controls label{color:var(--studio-subtle);display:grid;font-size:10px;font-weight:850;gap:6px;letter-spacing:.11em;text-transform:uppercase}.openai-pricing-comparison__controls select{background:var(--studio-field-bg);border:1px solid var(--studio-border);border-radius:3px;color:var(--studio-text);height:34px;min-width:0;padding:0 10px}.openai-pricing-comparison__controls select:focus-visible{border-color:var(--studio-purple);box-shadow:0 0 0 2px var(--studio-purple-soft)}.openai-pricing-comparison__table table{min-width:900px}.openai-pricing-comparison__table th:not(:first-child),.openai-pricing-comparison__table td{min-width:210px}.openai-pricing-comparison__table thead th:not(:first-child){letter-spacing:0;text-transform:none}.openai-pricing-comparison__table thead th>*{display:block;margin-top:5px}.openai-pricing-comparison__table thead th>strong{color:var(--studio-text-strong);font-size:13px;margin-top:0}.openai-pricing-comparison__table thead th>small,.openai-pricing-comparison__table thead th>span:not(.status-badge){color:var(--studio-muted);font-size:11px;font-weight:650}.openai-pricing-comparison__table tbody th{position:static;white-space:nowrap}.openai-pricing-comparison__table tbody th small,.openai-pricing-comparison__table td>span{display:block;margin-top:5px}.openai-pricing-comparison__table td>strong{color:var(--studio-text-strong)}.openai-pricing-comparison__table td.is-cheapest{background:var(--studio-green-soft);box-shadow:inset 3px 0 0 var(--studio-green)}.openai-pricing-comparison__reference,.openai-pricing-comparison__best,.openai-pricing-comparison__delta{font-size:11px;font-weight:750}.openai-pricing-comparison__reference{color:var(--studio-cyan)}.openai-pricing-comparison__best,.openai-pricing-comparison__delta.is-cheaper{color:var(--studio-green)}.openai-pricing-comparison__delta.is-costlier{color:var(--studio-yellow)}.openai-pricing-comparison__delta.is-equal{color:var(--studio-muted)}.openai-api-key-filters{border-bottom:1px solid var(--studio-border-soft)}.openai-api-keys-table-wrap table{min-width:1120px}.openai-issues{display:grid;gap:8px}.openai-issue,.openai-source-status{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:6px;padding:12px}.openai-issue strong,.openai-source-status strong{color:var(--studio-text-strong);font-size:13px}.openai-issue span,.openai-source-status span{color:var(--studio-muted);font-size:12px;line-height:1.45}.openai-issue--warning{border-color:#e7b41673}.openai-issue--error{border-color:#ff4b558c}.openai-loading{margin:0}.openai-error{display:grid;gap:4px}.hey-controls{align-items:end;background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:14px}.hey-comparison-controls{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr)}.hey-control{color:var(--studio-subtle);display:grid;font-size:10px;font-weight:850;gap:6px;letter-spacing:.11em;min-width:0;text-transform:uppercase}.hey-control input,.hey-control select{background:var(--studio-field-bg);border:1px solid #31384a;border-radius:4px;color:var(--studio-text);font:inherit;font-size:12px;height:36px;letter-spacing:0;min-width:0;outline:none;padding:0 10px;text-transform:none}.hey-control input:focus,.hey-control select:focus{border-color:#6c72f8d1;box-shadow:0 0 0 2px #6c72f838}.hey-context-chip{align-content:center;background:var(--studio-field-bg);border:1px solid #31384a;border-radius:4px;display:grid;gap:4px;min-height:36px;padding:7px 10px}.hey-context-chip span{color:var(--studio-subtle);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hey-context-chip strong{color:var(--studio-text-strong);font-size:12px;overflow-wrap:anywhere}.hey-swap-button,.hey-reset-button,.hey-refresh-button{min-height:36px}.hey-series-picker{display:flex;flex-wrap:wrap;gap:8px}.hey-series-picker label{align-items:center;background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-text);cursor:pointer;display:flex;font-size:12px;gap:7px;padding:7px 9px}.hey-series-picker i{border-radius:999px;display:inline-block;height:8px;width:8px}.hey-series-summary{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.hey-sort-button{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:inherit;letter-spacing:inherit;padding:0;text-align:left;text-transform:inherit}.hey-row-copy{font-size:10px;min-height:28px;white-space:nowrap}.hey-pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding-top:12px}.hey-pagination span{color:var(--studio-muted);font-size:12px}.hey-comparison-table td:last-child{color:var(--studio-muted);min-width:240px}.hey-comparison-matrix{gap:12px;padding:0;overflow:hidden}.hey-comparison-heading{padding:16px 16px 4px}.hey-comparison-heading h2{margin-bottom:4px}.hey-comparison-matrix .table-wrap{border:0;border-radius:0}.hey-comparison-table--hierarchical{min-width:680px;table-layout:fixed}.hey-comparison-table--hierarchical td:last-child{min-width:0}.hey-comparison-table--hierarchical thead th:first-child{width:43%}.hey-comparison-table--hierarchical thead th:nth-child(2),.hey-comparison-table--hierarchical thead th:nth-child(3){text-align:right;width:17%}.hey-comparison-table--hierarchical thead th:last-child{text-align:right;width:23%}.hey-comparison-table--hierarchical tbody tr:nth-child(2n),.hey-comparison-table--hierarchical tbody tr{background:var(--studio-panel-bg)}html:not([data-theme=light]) .hey-comparison-matrix{background:#191b20;border-color:#666a75}html:not([data-theme=light]) .hey-comparison-matrix .table-wrap{background:#1d1f24}html:not([data-theme=light]) .hey-comparison-table--hierarchical thead th{background:#25272e;border-bottom-color:#70747f;color:#b8bcc7}html:not([data-theme=light]) .hey-comparison-table--hierarchical tbody tr:nth-child(2n),html:not([data-theme=light]) .hey-comparison-table--hierarchical tbody tr{background:#1d1f24}html:not([data-theme=light]) .hey-comparison-table--hierarchical tbody tr:hover{background:#282b33}html:not([data-theme=light]) .hey-comparison-table--hierarchical .hey-comparison-section{background:#50535b}html:not([data-theme=light]) .hey-comparison-table--hierarchical .hey-comparison-section th{border-bottom-color:#8b8e97;color:#f4f5f7}html:not([data-theme=light]) .hey-comparison-row th,html:not([data-theme=light]) .hey-comparison-row td{border-bottom-color:#515560}html:not([data-theme=light]) .hey-comparison-row:not(.hey-comparison-row--child) td:nth-child(2){color:#d4d7de}html:not([data-theme=light]) .hey-comparison-row--detail th strong,html:not([data-theme=light]) .hey-comparison-row--detail td:nth-child(2){color:#b8bcc7}.hey-comparison-table--hierarchical tbody tr:hover{background:var(--studio-panel-hover)}.hey-comparison-table--hierarchical .hey-comparison-section,.hey-comparison-table--hierarchical .hey-comparison-section:hover{background:var(--studio-panel-soft)}.hey-comparison-section th{border-bottom:1px solid var(--studio-border);color:var(--studio-text);font-size:11px;letter-spacing:.08em;padding:10px 16px;position:static}.hey-comparison-subsection th{background:color-mix(in srgb,var(--studio-panel-soft) 70%,var(--studio-panel-bg));color:var(--studio-subtle);font-size:10px;padding-left:34px}.hey-comparison-row th,.hey-comparison-row td{background:transparent;border-bottom-color:var(--studio-border-soft);padding:12px 16px;vertical-align:middle}.hey-comparison-row th{color:var(--studio-text-strong);font-size:13px;letter-spacing:0;position:static;text-transform:none}.hey-comparison-row td{font-variant-numeric:tabular-nums;text-align:right}.hey-comparison-row td:nth-child(2),.hey-comparison-row td:nth-child(3){color:var(--studio-text);font-size:15px}.hey-comparison-label{align-items:center;display:flex;gap:8px}.hey-comparison-label>span{color:var(--studio-cyan);font-size:15px;font-weight:500}.hey-comparison-row--nested th{padding-left:30px}.hey-comparison-hierarchy{line-height:1;margin-left:-5px}.hey-comparison-row th>small{color:var(--studio-subtle);display:block;font-size:11px;font-weight:650;line-height:1.35;margin-top:3px;max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hey-comparison-row--child th{padding-left:34px}.hey-comparison-row--detail th{padding-left:42px}.hey-comparison-row--detail th strong,.hey-comparison-row--detail td:nth-child(2),.hey-comparison-row--detail td:nth-child(3){color:var(--studio-subtle);font-weight:600}.hey-comparison-row--child th strong,.hey-comparison-row--child td:nth-child(2),.hey-comparison-row--child td:nth-child(3){font-size:13px;font-weight:700}.hey-comparison-delta{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.hey-comparison-delta strong{font-size:13px;font-weight:850}.hey-comparison-delta small{color:var(--studio-subtle);font-size:10px;font-weight:750}.hey-comparison-delta.is-positive strong{color:var(--studio-green)}.hey-comparison-delta.is-negative strong{color:#ff8f96}.hey-comparison-delta.is-neutral strong{color:var(--studio-subtle)}.hey-monthly-comparison{display:contents}.hey-monthly-toolbar{display:flex;flex-wrap:wrap}.hey-monthly-toolbar .hey-control{flex:1 1 170px}.hey-monthly-data-line{display:flex;flex-wrap:wrap;font-size:11px;gap:7px 12px}.hey-comparison-matrix--compact .hey-comparison-delta strong{border:1px solid currentColor;border-radius:999px;padding:3px 7px}.hey-empty-state{background:#ffffff06;border:1px dashed #454b5d;border-radius:var(--studio-radius);color:var(--studio-muted);display:grid;gap:5px;min-width:0;padding:18px}.hey-empty-state strong{color:var(--studio-text-strong);font-size:13px}.hey-empty-state span{font-size:12px;line-height:1.45}.hey-retry-state .button-secondary{justify-self:start;margin-top:8px}.hey-analysis-sections,.hey-quick-lists{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.hey-analysis-section ul,.hey-quick-lists ul{color:var(--studio-muted);display:grid;gap:9px;line-height:1.5;margin:0;padding-left:20px}.hey-analysis-section li,.hey-quick-lists li{padding-left:3px}.hey-refresh-summary{align-items:center;background:#5ce6a814;border:1px solid rgba(92,230,168,.28);border-radius:4px;color:var(--studio-muted);display:flex;font-size:12px;gap:10px;justify-content:space-between;padding:10px 12px}.hey-refresh-summary strong{color:var(--studio-text-strong)}.hey-wide-table table{min-width:max(780px,100%)}.openai-panel-heading>div{min-width:0}.openai-panel-heading .openai-muted{line-height:1.4;margin:5px 0 0}.nine-board{min-height:calc(100vh - 84px)}.nine-chart-grid{align-items:start;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.nine-chart-grid>:last-child:nth-child(odd){grid-column:1 / -1}.nine-chart-legend{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px}.nine-chart-legend span{align-items:center;color:var(--studio-text);display:inline-flex;font-size:12px;font-weight:750;gap:7px}.nine-chart-legend i{border-top-width:3px;display:inline-block;width:24px}.nine-metric-definition{border-top:1px solid var(--studio-border);margin-top:8px;padding-top:8px}.nine-metric-definition summary{color:var(--studio-muted);cursor:pointer;font-size:11px;font-weight:800}.nine-metric-definition dl,.nine-metric-definition dl div{display:grid;gap:4px}.nine-metric-definition dl{margin:8px 0 0}.nine-metric-definition dl div{grid-template-columns:72px minmax(0,1fr)}.nine-metric-definition dt,.nine-metric-definition dd{font-size:11px;line-height:1.4;margin:0}.nine-metric-definition dt{color:var(--studio-subtle);font-weight:800}.nine-quality-panel,.nine-quality-panel .openai-issues{align-self:start}.nine-quality-panel h3{font-size:13px;margin:8px 0 0}.nine-filter-bar{grid-template-columns:minmax(150px,.3fr) minmax(220px,.35fr) minmax(280px,1fr)}.nine-filter-bar label:last-child{min-width:0}.nine-library-controls,.nine-pagination{align-items:end;display:flex;gap:10px}.nine-table-controls,.nine-import-plan{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.nine-table-controls label,.nine-import-plan label{display:grid;gap:5px}.nine-table-controls label span,.nine-import-plan label span,.nine-import-plan strong{color:var(--studio-muted);font-size:11px;font-weight:800}.nine-table-controls input,.nine-table-controls select,.nine-import-plan input{background:var(--studio-field-bg);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-text);min-height:38px;padding:0 10px}.nine-import-plan{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:4px;padding:12px}.nine-import-plan ul{color:var(--studio-text);font-size:12px;line-height:1.55;margin:6px 0 0;padding-left:18px}.nine-confirm-import{align-items:flex-start;color:var(--studio-text);display:flex;font-size:12px;gap:8px}.nine-example-searches{display:flex;flex-wrap:wrap;gap:8px}.nine-board td>span{color:var(--studio-muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.nine-board button:focus-visible,.nine-board input:focus-visible,.nine-board select:focus-visible,.nine-board summary:focus-visible,.nine-board a:focus-visible{outline:3px solid var(--studio-cyan);outline-offset:2px}.nine-library-controls label{display:grid;gap:5px}.nine-library-controls label span{color:var(--studio-muted);font-size:11px;font-weight:800}.nine-library-controls select{background:var(--studio-field-bg);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-text);min-height:34px;padding:0 9px}.nine-pagination{justify-content:flex-end;margin-top:12px}.button-secondary{align-items:center;background:var(--studio-field-bg);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-text);display:inline-flex;font-size:12px;font-weight:800;justify-content:center;min-height:34px;padding:0 12px}.button-secondary:disabled{color:var(--studio-subtle);cursor:not-allowed;opacity:.65}html[data-theme=light] .studio-wordmark,html[data-theme=light] .board-toolbar h2,html[data-theme=light] .dashboard-group__trigger:hover,html[data-theme=light] .sidebar a:hover{color:var(--studio-text-strong)}html[data-theme=light] .dashboard-group__trigger,html[data-theme=light] .sidebar a{color:var(--studio-muted)}html[data-theme=light] .dashboard-group__trigger.is-active{background:#545be712}html[data-theme=light] .dashboard-group__trigger:hover,html[data-theme=light] .sidebar a:hover,html[data-theme=light] .hey-empty-state{background:#545be70d}html[data-theme=light] .env-pill,html[data-theme=light] .topbar-theme-toggle,html[data-theme=light] .profile-button{background:var(--studio-panel-soft);border-color:var(--studio-border);color:var(--studio-muted)}html[data-theme=light] .profile-menu__popover{background:var(--studio-panel-bg);box-shadow:0 12px 30px #272d4029}html[data-theme=light] .hey-control input,html[data-theme=light] .hey-control select,html[data-theme=light] .filter-bar input,html[data-theme=light] .filter-bar select,html[data-theme=light] .button-secondary,html[data-theme=light] .table-wrap,html[data-theme=light] th,html[data-theme=light] td{border-color:var(--studio-border)}html[data-theme=light] th{background:#e9edf4;color:var(--studio-subtle)}html[data-theme=light] td{color:var(--studio-text)}html[data-theme=light] tbody tr{background:#fff}html[data-theme=light] tbody tr:nth-child(2n){background:#f4f6fa}html[data-theme=light] tbody tr:hover{background:#e9edf5}html[data-theme=light] .status-badge--neutral{background:#dce2ec;color:#4f5868}.mock-banner{align-items:center;background:#e7b41621;border:1px solid rgba(231,180,22,.38);border-left:4px solid var(--studio-yellow);color:#f4df91;display:flex;gap:12px;justify-content:space-between;line-height:1.35;padding:12px 14px}.data-status-rail,.definition-strip,.join-readiness-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.data-status-rail--nine{grid-template-columns:repeat(3,minmax(0,1fr))}.data-status-card,.definition-strip article,.join-readiness-grid article{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:6px;min-width:0;padding:12px}.data-status-card>div{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.data-status-card strong,.definition-strip strong,.join-readiness-grid span{color:var(--studio-text-strong);font-size:12px;font-weight:850}.data-status-card span,.definition-strip span,.join-readiness-grid small{color:var(--studio-muted);font-size:12px;line-height:1.35}.data-status-card--mock,.data-status-card--unavailable,.data-status-card--failed,.data-status-card--overdue{border-color:#e7b4166b}.data-status-card--live,.data-status-card--ok{border-color:#1bc99557}.join-readiness-grid article{min-height:94px}.join-readiness-grid strong{color:var(--studio-text-strong);font-size:25px;font-weight:850;line-height:1}.definition-strip--costs{grid-template-columns:repeat(3,minmax(0,1fr))}.mock-banner strong{color:#fff3bd;flex:0 0 auto;font-size:13px;font-weight:850}.mock-banner span{color:#dfcf9c;font-size:13px}.metric-grid{display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr))}.product-kpi-layout{display:grid;gap:13px;grid-template-columns:minmax(280px,1.15fr) minmax(0,2fr)}.product-kpi-supporting,.product-driver-grid{display:grid;gap:13px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-driver-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-kpi{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:var(--studio-radius);box-shadow:var(--studio-shadow);display:grid;gap:10px;min-width:0;padding:16px}.product-kpi--primary{background:linear-gradient(145deg,rgba(108,114,248,.2),var(--studio-panel-bg) 62%);border-color:#6c72f88c}.product-kpi header,.product-panel-heading{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.product-kpi header>span{color:var(--studio-text);font-size:14px;font-weight:850}.product-kpi>strong{color:var(--studio-text-strong);font-size:30px;font-weight:900;line-height:1}.product-kpi--primary>strong{font-size:42px}.product-kpi__comparison{display:flex;flex-wrap:wrap;gap:6px 12px}.product-kpi__comparison span{color:var(--studio-green);font-size:12px;font-weight:800}.product-kpi__comparison span:last-child,.product-kpi__comparison .is-negative{color:var(--studio-muted)}.product-kpi__comparison .is-negative{color:var(--studio-danger)}.product-kpi p{color:var(--studio-muted);font-size:12px;line-height:1.4;margin:0}.product-kpi>small{color:var(--studio-subtle);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-panel-heading h2{margin-bottom:7px}.product-panel-heading .panel-note{margin:0}.product-range-copy{color:var(--studio-subtle);font-size:12px;font-weight:750;white-space:nowrap}.product-empty-state{background:var(--studio-chart-bg);border:1px dashed var(--studio-border);border-radius:var(--studio-radius);color:var(--studio-muted);padding:38px 18px;text-align:center}.product-reconciliation{border-left:4px solid var(--studio-subtle)}.product-reconciliation--trusted{border-left-color:var(--studio-green)}.product-reconciliation--review{border-left-color:var(--studio-yellow)}.product-reconciliation__metrics{display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px}.product-reconciliation__metrics>div{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:8px;padding:12px}.product-reconciliation__metrics span{color:var(--studio-muted);font-size:11px;font-weight:800;text-transform:uppercase}.product-reconciliation__metrics strong{color:var(--studio-text-strong);font-size:20px}.product-reconciliation__message{color:var(--studio-muted);font-size:13px;line-height:1.45;margin:12px 0 0}.product-section-divider{align-items:center;color:var(--studio-subtle);display:flex;font-size:11px;font-weight:850;gap:12px;letter-spacing:.08em;text-transform:uppercase}.product-section-divider:after{background:var(--studio-border);content:"";height:1px;width:100%}.product-loading{min-height:110px}.product-funnel{display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px}.product-funnel__step,.product-retention-grid>article,.product-segment-card{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);min-width:0}.product-funnel__step{display:grid;gap:8px;padding:13px;position:relative}.product-funnel__step:not(:last-child):after{color:var(--studio-subtle);content:"›";font-size:22px;position:absolute;right:-9px;top:50%;transform:translateY(-50%);z-index:2}.product-funnel__step header,.product-retention-grid header{align-items:center;display:flex;justify-content:space-between}.product-funnel__step header>span{align-items:center;background:#6c72f833;border-radius:999px;color:#b9bcff;display:inline-flex;font-size:11px;font-weight:900;height:22px;justify-content:center;width:22px}.product-funnel__step h3,.product-segment-card h3{color:var(--studio-text-strong);font-size:13px;margin:0}.product-funnel__step>strong{color:var(--studio-text-strong);font-size:25px}.product-funnel__step small,.product-retention-grid small{color:var(--studio-subtle);font-size:11px}.product-funnel__step>div{border-top:1px solid var(--studio-border);color:var(--studio-muted);font-size:11px;line-height:1.35;padding-top:8px}.product-retention-grid{display:grid;gap:13px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.product-retention-grid>article{display:grid;gap:13px;padding:16px}.product-retention-grid header>span{color:var(--studio-text);font-size:13px;font-weight:900}.product-retention-grid strong{color:var(--studio-text-strong);font-size:30px}.product-segment-grid{display:grid;gap:13px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.product-segment-card{padding:13px}.product-segment-rows{display:grid;margin-top:12px}.product-segment-row{align-items:center;border-top:1px solid var(--studio-border);display:grid;gap:8px;grid-template-columns:minmax(70px,1.3fr) repeat(3,minmax(48px,.7fr));min-height:34px}.product-segment-row>*{color:var(--studio-muted);font-size:11px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-segment-row strong{color:var(--studio-text)}.product-segment-row--header{border-top:0}.product-segment-row--header span{color:var(--studio-subtle);font-size:9px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.content-mover-grid,.push-ranking-grid{display:grid;gap:13px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.content-movers,.push-ranking-grid>article{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);min-width:0;padding:13px}.content-movers--winner{border-top:3px solid var(--studio-green)}.content-movers--loser{border-top:3px solid var(--studio-danger)}.content-movers header{align-items:center;display:flex;justify-content:space-between}.content-movers h3,.push-ranking-grid h3{color:var(--studio-text-strong);font-size:14px;margin:0 0 10px}.content-mover-row{align-items:center;border-top:1px solid var(--studio-border);display:flex;gap:14px;justify-content:space-between;padding:10px 0}.content-mover-row>div{min-width:0}.content-mover-row strong{color:var(--studio-text-strong);font-size:12px}.content-mover-row>div strong,.content-mover-row>div span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-mover-row span{color:var(--studio-subtle);font-size:11px;margin-top:4px}.content-movers--winner .content-mover-row>strong{color:var(--studio-green)}.content-movers--loser .content-mover-row>strong{color:var(--studio-danger)}.push-ranking-grid .table-wrap{max-height:310px}.push-downstream-card{align-items:start;display:grid;gap:14px;grid-template-columns:minmax(240px,1fr) auto minmax(320px,1.5fr)}.push-downstream-card h2{margin-bottom:8px}.push-downstream-card>div:nth-child(2){align-items:center;display:flex;gap:10px}.push-downstream-card>div:nth-child(2)>strong{color:var(--studio-text-strong);font-size:28px}.push-downstream-card>p{color:var(--studio-muted);font-size:13px;line-height:1.45;margin:0}.product-monetization-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.product-monetization-grid>div{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:10px;padding:14px}.product-monetization-grid span,.product-guardrail-list small,.product-annotation-list span,.product-annotation-impacts small{color:var(--studio-subtle);font-size:11px}.product-monetization-grid strong{color:var(--studio-text-strong);font-size:24px}.product-unavailable-copy{background:#e7b41614;border-left:3px solid var(--studio-yellow);color:var(--studio-muted);font-size:12px;line-height:1.45;margin:12px 0 0;padding:10px 12px}.product-quality-layout{display:grid;gap:13px;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.product-guardrail-list,.product-alert-list,.product-annotation-list{display:grid;gap:10px;margin-top:14px}.product-guardrail-list>article,.product-alert,.product-annotation-list>article{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);padding:12px}.product-guardrail-list>article{align-items:start;display:grid;gap:9px 12px;grid-template-columns:minmax(150px,1fr) auto}.product-guardrail-list>article>div{align-items:center;display:flex;gap:12px;justify-content:space-between}.product-guardrail-list strong,.product-annotation-list strong{color:var(--studio-text-strong);font-size:13px}.product-guardrail-list>article>div>span{color:var(--studio-text-strong);font-size:18px;font-weight:900}.product-guardrail-list p,.product-alert p{color:var(--studio-muted);font-size:12px;line-height:1.4;margin:0}.product-guardrail-list p,.product-guardrail-list small{grid-column:1 / -1}.product-alert{border-left:4px solid var(--studio-cyan)}.product-alert--warning{border-left-color:var(--studio-yellow)}.product-alert--critical{border-left-color:var(--studio-danger)}.product-alert header,.product-annotation-list>article>div:first-child{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.product-alert header>span{color:var(--studio-subtle);font-size:11px;font-weight:750}.product-alert h3{color:var(--studio-text-strong);font-size:14px;margin:10px 0 4px}.product-annotation-list>article{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.product-annotation-impacts{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-annotation-impacts>div{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:5px;padding:9px}.product-annotation-impacts strong{font-size:18px}.product-quality-summary{display:grid;gap:13px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.product-quality-summary>article{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:var(--studio-radius);display:grid;gap:9px;padding:13px}.product-quality-summary span{color:var(--studio-subtle);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.product-quality-summary strong{color:var(--studio-text-strong);font-size:22px;text-transform:capitalize}.product-quality-summary p{color:var(--studio-muted);font-size:12px;line-height:1.4;margin:0}.stat-card,.panel{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:var(--studio-radius);box-shadow:var(--studio-shadow)}.stat-card{display:grid;gap:6px;min-height:108px;overflow:hidden;padding:34px 14px 13px;position:relative}.stat-card:before{background:linear-gradient(90deg,#45d0d4cc,#6c72f8bf);content:"";height:3px;inset:0 auto auto 0;position:absolute;width:100%}.stat-card:after{background:#ffffff0f;border-radius:999px;content:"";height:18px;left:14px;position:absolute;top:11px;width:18px}.stat-card__label{align-items:center;color:var(--studio-text);display:flex;flex-wrap:wrap;font-size:13px;font-weight:850;gap:7px;letter-spacing:0;line-height:1.15;text-transform:none}.stat-card strong{color:var(--studio-text-strong);font-size:27px;font-weight:850;letter-spacing:0;line-height:1}.stat-card__trend{color:var(--studio-muted);font-size:12px;font-weight:700;line-height:1.35}.stat-card--good{border-color:#1bc99547}.stat-card--warning{border-color:#e7b41657}.stat-card--danger{border-color:#ff4b5570}.panel{min-width:0;padding:14px}.panel h2{align-items:center;color:var(--studio-text-strong);display:flex;flex-wrap:wrap;font-size:19px;font-weight:850;gap:8px;line-height:1.1;margin:0 0 14px}.panel-note{color:var(--studio-muted);font-size:14px;line-height:1.45;margin:-4px 0 14px}.chart-frame{background:var(--studio-chart-bg);border:1px solid var(--studio-chart-border);border-radius:4px;height:280px;padding:12px 8px 8px}.split-grid{display:grid;gap:13px;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr)}.route-loading{align-content:start;min-height:260px;padding:18px}.table-wrap{border:1px solid #404657;border-radius:4px;overflow:auto}.table-empty-state{color:var(--studio-muted);padding:28px 16px;text-align:center}table{border-collapse:collapse;min-width:780px;width:100%}th,td{border-bottom:1px solid #3d4353;padding:9px 10px;text-align:left;vertical-align:top}th{background:#262a36;color:#9ba0af;font-size:10px;font-weight:850;letter-spacing:.1em;position:sticky;top:0;text-transform:uppercase;z-index:1}td{color:#d7dae4;font-size:13px}tbody tr{background:#30313b;transition:background .15s ease}tbody tr:nth-child(2n){background:#2b2d37}tbody tr:hover{background:var(--studio-panel-hover)}tbody tr:last-child td{border-bottom:0}td strong{color:var(--studio-text-strong);font-weight:850}td span{color:var(--studio-subtle);display:block;font-size:12px;margin-top:3px}.quality-list{display:grid;gap:10px}.quality-overview-grid{display:grid;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr))}.quality-stat{background:var(--studio-panel-bg);border:1px solid #404657;border-radius:4px;min-height:118px;padding:18px}.quality-stat span{color:var(--studio-muted);display:block;font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.quality-stat strong{color:var(--studio-text-strong);display:block;font-size:34px;font-weight:900;line-height:1;margin-top:18px}.quality-stat--critical{border-color:#ff4b5570}.quality-stat--warning{border-color:#e7b41657}.quality-stat--info{border-color:#45d0d447}.source-health-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.source-health-card{background:#30313b;border:1px solid #404657;border-radius:4px;min-width:0;padding:14px}.source-health-card>div{align-items:center;display:flex;gap:8px;justify-content:space-between}.source-health-card strong{color:var(--studio-text-strong);font-size:14px;font-weight:850}.source-health-card p{color:var(--studio-muted);font-size:13px;line-height:1.45;margin:10px 0 12px}.source-health-card>span{color:var(--studio-subtle);font-size:12px;font-weight:700}.source-health-grid--compact{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.source-health-card__meta{border-top:1px solid #404657;display:grid;gap:5px 10px;grid-template-columns:76px minmax(0,1fr);margin:0;padding-top:10px}.source-health-card__meta dt{color:var(--studio-subtle);font-size:10px;font-weight:850;text-transform:uppercase}.source-health-card__meta dd{color:#d7dae4;font-size:12px;line-height:1.35;margin:0;overflow-wrap:anywhere}.import-timeline{display:grid;gap:8px;list-style:none;margin:0;padding:0}.import-timeline__item{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-left:4px solid var(--studio-subtle);border-radius:var(--studio-radius);display:grid;gap:4px;padding:10px 12px}.import-timeline__item--success{border-left-color:var(--studio-green)}.import-timeline__item--failed{border-left-color:var(--studio-danger)}.import-timeline__item--running{border-left-color:var(--studio-cyan)}.import-timeline__item strong{color:var(--studio-text-strong);font-size:13px}.import-timeline__item span{color:var(--studio-muted);font-size:12px}.quality-card{background:#30313b;border:1px solid #404657;border-radius:4px;padding:14px}.quality-card--critical{border-left:4px solid var(--studio-danger)}.quality-card--warning{border-left:4px solid var(--studio-yellow)}.quality-card--info{border-left:4px solid var(--studio-cyan)}.quality-card>div{align-items:center;display:flex;gap:8px}.quality-card h3{color:var(--studio-text-strong);font-size:15px;font-weight:850;margin:10px 0 4px}.quality-card p{color:var(--studio-muted);font-size:14px;line-height:1.45;margin:0}.quality-card__actions{border-top:1px solid #404657;display:grid;gap:6px 12px;grid-template-columns:92px minmax(0,1fr);margin:12px 0 0;padding-top:12px}.quality-card__actions dt{color:var(--studio-subtle);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.quality-card__actions dd{color:#d7dae4;font-size:13px;line-height:1.4;margin:0}.status-badge{border-radius:3px;display:inline-flex;font-size:11px;font-weight:800;letter-spacing:0;line-height:1;padding:5px 8px;text-transform:capitalize}.status-badge--neutral{background:#434857;color:#c7cad4}.status-badge--good{background:var(--studio-green-soft);color:#8ef1ce}.status-badge--warning{background:#e7b41629;color:#f1d778}.status-badge--danger{background:#ff4b552b;color:#ff9ca2}.mock-chip,.source-badge{border-radius:3px;display:inline-flex;font-size:10px;font-weight:850;letter-spacing:.04em;line-height:1;padding:4px 6px;text-transform:uppercase}.mock-chip,.source-badge--mock{background:#e7b4162e;color:#f3d775}.source-badge--mixed{background:#6c72f833;color:#aeb3ff}.source-badge--unavailable{background:#8b92a62e;color:var(--studio-muted)}.source-badge--live{background:var(--studio-green-soft);color:#8ef1ce}.source-stack{display:grid;gap:5px}.source-stack>span{align-items:center;color:var(--studio-muted);display:flex;gap:6px;margin:0}.loading-state,.error-state,.empty-state{background:var(--studio-panel-bg);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-muted);padding:16px}.loading-state{border-color:var(--studio-border);display:grid;gap:14px;overflow:hidden;position:relative}.loading-state:before{background:linear-gradient(90deg,#45d0d400,#45d0d426,#45d0d400),linear-gradient(180deg,var(--studio-loading-tint),transparent);content:"";inset:0;pointer-events:none;position:absolute}.loading-state__header{align-items:center;display:flex;gap:18px;justify-content:space-between;min-width:0;position:relative}.loading-state__header div{display:grid;gap:5px;min-width:0}.loading-state__header strong{color:var(--studio-text-strong);font-size:16px;font-weight:850;line-height:1.2}.loading-state__header span{color:var(--studio-muted);font-size:13px;line-height:1.35}.loading-state__pulse{border:2px solid rgba(69,208,212,.22);border-radius:999px;flex:0 0 auto;height:30px;position:relative;width:30px}.loading-state__pulse:after{animation:loading-spin .9s linear infinite;border:2px solid transparent;border-radius:inherit;border-top-color:var(--studio-cyan);content:"";inset:-2px;position:absolute}.loading-state__bar{background:var(--studio-panel-deep);border:1px solid var(--studio-border);border-radius:999px;height:8px;overflow:hidden;position:relative}.loading-state__bar span{animation:loading-progress 1.45s ease-in-out infinite;background:linear-gradient(90deg,var(--studio-purple),var(--studio-cyan));border-radius:inherit;display:block;height:100%;width:42%}.loading-state__steps{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));position:relative}.loading-state__steps span{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:4px;color:var(--studio-text);font-size:12px;font-weight:750;line-height:1.2;min-width:0;padding:8px 9px}.loading-skeleton{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));position:relative}.loading-skeleton span{animation:loading-sheen 1.4s ease-in-out infinite;background:linear-gradient(100deg,transparent,var(--studio-loading-sheen),transparent) 0 0 / 220% 100%,var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:4px;height:78px}.loading-skeleton span:nth-child(2){animation-delay:.12s}.loading-skeleton span:nth-child(3){animation-delay:.24s}.loading-skeleton span:nth-child(4){animation-delay:.36s}.error-state{border-left:4px solid var(--studio-danger);color:#ffadb2}.error-state--actionable{align-items:center;display:flex;gap:16px;justify-content:space-between}.error-state--actionable>div{display:grid;gap:4px;min-width:0}.error-state--actionable span{overflow-wrap:anywhere}.error-state--actionable .button-secondary{flex:0 0 auto;gap:6px}@keyframes loading-progress{0%{transform:translate(-110%)}55%,to{transform:translate(250%)}}@keyframes loading-sheen{0%{background-position:160% 0,0 0}to{background-position:-60% 0,0 0}}@keyframes loading-spin{to{transform:rotate(360deg)}}pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media(max-width:1280px){.home-content{padding-left:40px;padding-right:40px}.home-dashboard-card{gap:22px;grid-template-columns:64px minmax(0,1fr);padding:28px 24px}.home-dashboard-card__icon{height:64px;width:64px}.data-status-rail,.definition-strip,.join-readiness-grid,.metric-grid,.openai-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-driver-grid,.product-funnel,.product-reconciliation__metrics,.product-segment-grid,.product-monetization-grid,.filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.openai-board__toolbar{align-items:flex-start;flex-direction:column}.openai-board__toolbar .board-toolbar__actions{margin-left:0;width:100%}.openai-pricing-comparison__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.search-field{grid-column:1 / -1}.date-range-chips{justify-content:flex-start}.date-range-popover{grid-template-columns:220px minmax(0,1fr);left:0;right:auto;width:min(820px,calc(100vw - 64px))}}@media(max-width:900px){.nine-chart-grid,.nine-table-controls,.nine-import-plan,.hey-comparison-controls,.hey-controls,.hey-analysis-sections,.hey-quick-lists{grid-template-columns:1fr}.hey-refresh-summary{align-items:flex-start;display:grid}.hey-pagination{align-items:stretch;flex-direction:column}.shell{grid-template-columns:1fr}.sidebar{min-height:0}.mobile-nav-toggle{display:inline-flex}.sidebar:not(.is-mobile-open)>.sidebar-home-link,.sidebar:not(.is-mobile-open)>.dashboard-nav,.sidebar:not(.is-mobile-open)>.sidebar-footer{display:none}.sidebar-footer{margin-top:12px}.board-toolbar__actions,.hey-export-actions{justify-content:flex-start;margin-left:0;width:100%}.brand-lockup{padding-bottom:12px}.sidebar a.brand-home-link{padding:8px 10px 12px 4px}.dashboard-nav{display:block}.sidebar-section{display:none}.sidebar-home-link{margin-bottom:10px}.dashboard-group{gap:6px}.dashboard-group__trigger,.sidebar a{font-size:12px;min-height:38px;padding:8px 6px}.dashboard-group__trigger{margin-bottom:6px}.dashboard-subnav{border-left:0;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding-left:0}.dashboard-subnav a{justify-content:center}.dashboard-page{grid-template-rows:54px minmax(0,1fr)}.studio-board{margin:12px;max-width:calc(100vw - 24px)}.home-content{padding:40px 28px 56px}.board-toolbar{align-items:flex-start;flex-direction:column}.date-range-system{justify-content:flex-start;width:100%}.date-range-popover{left:0;right:auto;width:min(100%,calc(100vw - 48px))}.split-grid,.product-kpi-layout,.product-funnel,.product-segment-grid,.push-downstream-card,.product-quality-layout{grid-template-columns:1fr}.product-funnel__step:not(:last-child):after{content:"↓";inset:auto auto -14px 50%;transform:translate(-50%)}.quality-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.nine-pagination{align-items:stretch;flex-wrap:wrap;justify-content:flex-start}.nine-pagination span{flex-basis:100%}.nine-board tfoot,.nine-board tfoot tr{display:grid}.nine-board tfoot tr{background:var(--studio-panel-soft);border:1px solid var(--studio-border);border-radius:4px;margin-top:10px;overflow:hidden}.nine-board tfoot th,.nine-board tfoot td{border-bottom:1px solid var(--studio-border);display:grid;gap:10px;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);padding:10px 12px}.nine-board tfoot td:before{color:var(--studio-muted);content:attr(data-label);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hey-comparison-matrix--compact .hey-comparison-row--child{display:none}.openai-api-keys-table-wrap table{min-width:0}.openai-pricing-comparison .openai-panel-heading{align-items:stretch;flex-direction:column}.openai-pricing-comparison__controls{grid-template-columns:1fr}.error-state--actionable{align-items:stretch;flex-direction:column}.studio-topbar{padding:0 12px}.studio-title h1{font-size:18px}.home-content{padding:30px 14px 44px}.home-intro h2{font-size:29px}.home-intro p{font-size:15px}.home-search{height:52px;margin-top:26px;padding:0 15px}.home-dashboard-grid{gap:16px;grid-template-columns:1fr;margin-top:28px}.home-dashboard-card{gap:18px;grid-template-columns:58px minmax(0,1fr);min-height:200px;padding:22px 18px}.home-dashboard-card__icon{height:58px;width:58px}.home-dashboard-card__icon svg{height:30px;width:30px}.home-dashboard-card__body>strong{font-size:21px}.home-dashboard-card__description{font-size:14px}.brand-lockup{padding-left:4px}.dashboard-subnav{grid-template-columns:1fr 1fr}.hey-comparison-table--hierarchical{display:block;min-width:0;width:100%}.hey-comparison-table--hierarchical .hey-comparison-section{display:block}.hey-comparison-table--hierarchical .hey-comparison-section th{display:block;width:100%}.hey-comparison-table--hierarchical .hey-comparison-row th{background:#262a36;border-bottom:1px solid #3d4353;display:block;padding:12px}.hey-comparison-table--hierarchical .hey-comparison-row td{align-items:baseline;display:grid;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);min-width:0;padding:10px 12px;text-align:left}.hey-comparison-table--hierarchical .hey-comparison-row td>strong,.hey-comparison-table--hierarchical .hey-comparison-row td>.hey-comparison-delta{justify-self:end;text-align:right}.dashboard-group__trigger,.sidebar a{justify-content:flex-start}.board-content{padding:14px 10px}.filter-bar,.data-status-rail,.definition-strip,.definition-strip--costs,.join-readiness-grid,.loading-skeleton,.loading-state__steps,.metric-grid,.openai-stat-grid,.quality-overview-grid,.source-health-grid,.product-driver-grid,.product-kpi-supporting,.product-reconciliation__metrics,.product-retention-grid,.content-mover-grid,.push-ranking-grid{grid-template-columns:1fr}.product-annotation-list>article,.product-annotation-impacts,.product-monetization-grid,.product-quality-summary{grid-template-columns:1fr}.product-panel-heading{display:grid}.product-range-copy{white-space:normal}.quality-card__actions{grid-template-columns:1fr}.date-range-chip{flex:1 1 calc(50% - 8px)}.date-range-chip--custom{max-width:none}.date-range-popover{grid-template-columns:1fr;max-height:min(720px,calc(100vh - 120px));overflow:auto;width:calc(100vw - 44px)}.date-range-presets{border-bottom:1px solid #d9dde5;border-right:0;grid-auto-rows:42px;padding:8px 0}.date-range-presets button{font-size:15px;padding:0 18px}.date-range-inputs{gap:10px;padding:16px}.date-range-inputs input{font-size:14px;height:42px}.date-range-monthbar,.date-range-weekdays,.date-range-grid{padding-left:16px;padding-right:16px}.stat-card{min-height:118px}.table-wrap{border:0;overflow:visible}table{display:block;min-width:0}thead{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}tbody{display:grid;gap:10px}tbody tr,tbody tr:nth-child(2n){background:#30313b;border:1px solid #404657;border-radius:4px;display:grid;overflow:hidden}tbody tr:hover{background:#30313b}td{align-items:baseline;border-bottom:1px solid #3d4353;display:grid;gap:14px;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);padding:10px 12px}td:before{color:#9ba0af;content:attr(data-label);font-size:10px;font-weight:850;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}td:first-child{align-items:start;background:#262a36;grid-template-columns:1fr}td:first-child:before{margin-bottom:-7px}td:last-child{border-bottom:0}td span{margin-top:2px}td>.source-badge,td>.status-badge{justify-self:start}.openai-pricing-comparison__table{border:1px solid var(--studio-border);overflow:auto}.openai-pricing-comparison__table table{display:table;min-width:900px}.openai-pricing-comparison__table thead{clip:auto;clip-path:none;display:table-header-group;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.openai-pricing-comparison__table tbody{display:table-row-group}.openai-pricing-comparison__table tbody tr,.openai-pricing-comparison__table tbody tr:nth-child(2n){display:table-row}.openai-pricing-comparison__table td{display:table-cell}.openai-pricing-comparison__table td{border-bottom:1px solid var(--studio-border);padding:9px 10px}.openai-pricing-comparison__table td:before{content:none}}
