:root{--bg:#fafaf9;--bg-elev:#fff;--bg-sunken:#f4f4f3;--bg-stripe:#f7f7f6;--bg-hover:#f1f1ef;--fg:#18181b;--fg-muted:#52525b;--fg-subtle:#a1a1aa;--fg-faint:#d4d4d8;--line:#18181b1a;--line-strong:#18181b29;--accent:#686bb9;--accent-soft:#eff1ff;--accent-line:#d0d5f9;--ok:#429c5a;--ok-soft:#e0fae4;--warn:#d49838;--warn-soft:#ffefd8;--bad:#cf4040;--bad-soft:#ffedeb;--d-up:#1d7d3e;--d-up-bg:#e4f8e7;--d-down:#c13c3b;--d-down-bg:#fff1ef;--sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--row-h:44px;--row-h-compact:36px;--r-sm:4px;--r-md:6px;--r-lg:8px;--nav-w:208px;--nav-w-collapsed:48px;--top-h:48px}@supports (color:lab(0% 0 0)){:root{--accent:lab(47.5894% 14.556 -42.4328);--accent-soft:lab(95.205% 1.35976 -7.41782);--accent-line:lab(85.6613% 3.87532 -18.3024);--ok:lab(57.5643% -39.1713 25.737);--ok-soft:lab(95.8936% -11.84 7.56052);--warn:lab(67.4206% 16.9757 56.8987);--warn-soft:lab(95.4087% 3.83016 15.0742);--bad:lab(49.4737% 56.8232 34.3326);--bad-soft:lab(94.9893% 12.2795 6.63545);--d-up:lab(45.9442% -39.3942 26.1392);--d-up-bg:lab(95.7616% -8.8726 5.65814);--d-down:lab(46.0946% 53.6611 32.391);--d-down-bg:lab(96.2895% 7.65759 4.12633)}}.dark{--bg:#0c0c0d;--bg-elev:#131315;--bg-sunken:#0a0a0b;--bg-stripe:#111113;--bg-hover:#1a1a1d;--fg:#f4f4f5;--fg-muted:#a1a1aa;--fg-subtle:#71717a;--fg-faint:#3f3f46;--line:#f4f4f51a;--line-strong:#f4f4f52e;--accent:#959af4;--accent-soft:#1c1d32;--accent-line:#37395c;--ok:#5ac576;--ok-soft:#06210d;--warn:#f2af48;--warn-soft:#2d1b00;--bad:#fa6863;--bad-soft:#371210;--d-up:#5ac576;--d-up-bg:#071b0c;--d-down:#fa6863;--d-down-bg:#2e100e}@supports (color:lab(0% 0 0)){.dark{--accent:lab(66.126% 14.5167 -46.2001);--accent-soft:lab(11.4223% 4.30949 -14.2494);--accent-line:lab(25.1334% 6.46421 -21.374);--ok:lab(71.7413% -45.1561 29.6234);--ok-soft:lab(10.149% -14.7787 9.06456);--warn:lab(76.7033% 18.106 60.6421);--warn-soft:lab(11.7835% 6.83393 17.441);--bad:lab(63.4204% 56.5783 32.9929);--bad-soft:lab(11.248% 18.8478 10.2853);--d-up:lab(71.7413% -45.1561 29.6234);--d-up-bg:lab(7.71098% -10.4164 6.30971);--d-down:lab(63.4204% 56.5783 32.9929);--d-down-bg:lab(9.02985% 15.6747 7.8086)}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);margin:0;padding:0}body{font-family:var(--sans);font-feature-settings:"cv11", "ss01", "ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.4}.num,td.num,.num *{font-variant-numeric:tabular-nums;letter-spacing:-.005em}.mono{font-family:var(--mono);font-feature-settings:"tnum";letter-spacing:-.02em}button{color:inherit;font-family:inherit}.app{grid-template-columns:var(--nav-w) 1fr;grid-template-rows:var(--top-h) 1fr;min-height:100vh;display:grid}.app.collapsed{grid-template-columns:var(--nav-w-collapsed) 1fr}.topbar{height:var(--top-h);border-bottom:1px solid var(--line);background:var(--bg-elev);z-index:50;grid-column:1/-1;align-items:center;display:flex;position:sticky;top:0}.topbar-left{width:var(--nav-w);border-right:1px solid var(--line);align-items:center;gap:8px;height:100%;padding:0 12px;display:flex}.app.collapsed .topbar-left{width:var(--nav-w-collapsed);padding:0 8px}.brand{letter-spacing:-.01em;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.brand-mark{background:var(--fg);width:22px;height:22px;color:var(--bg);letter-spacing:0;border-radius:5px;place-items:center;font-size:11px;font-weight:700;display:grid}.collapse-btn{width:24px;height:24px;color:var(--fg-subtle);cursor:default;background:0 0;border:0;border-radius:4px;place-items:center;margin-left:auto;display:grid}.collapse-btn:hover{background:var(--bg-hover);color:var(--fg)}.app.collapsed .brand{display:none}.app.collapsed .collapse-btn{margin:0 auto}.topbar-main{flex:1;align-items:center;gap:8px;min-width:0;height:100%;padding:0 12px;display:flex}.topbar-main>*{flex-shrink:0}.topbar-main .spacer{flex:1;min-width:8px}.acct{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-elev);cursor:default;white-space:nowrap;align-items:center;gap:8px;height:28px;padding:0 8px 0 6px;font-size:12.5px;font-weight:500;display:flex}.acct>*{flex-shrink:0}.acct:hover{background:var(--bg-hover)}.acct-avatar{background:var(--accent);color:#fff;border-radius:4px;place-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:grid}.acct-ccy{color:var(--fg-subtle);font-weight:400}.acct-kbd{font-family:var(--mono);color:var(--fg-subtle);border:1px solid var(--line);background:var(--bg-sunken);border-radius:3px;margin-left:6px;padding:1px 4px;font-size:10.5px}.tb-btn{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-elev);cursor:default;white-space:nowrap;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12.5px;font-weight:500;display:inline-flex}.tb-btn>*{flex-shrink:0}.tb-btn:hover{background:var(--bg-hover)}.tb-btn .ico{color:var(--fg-subtle)}.tb-btn.icon-only{justify-content:center;width:28px;padding:0}.pill-toggle{border:1px solid var(--line);background:var(--bg-elev);cursor:default;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.pill-toggle.on{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent)}.pill-toggle .dot{background:var(--fg-faint);border-radius:50%;width:6px;height:6px}.pill-toggle.on .dot{background:var(--accent)}.sync-pill{background:var(--ok-soft);height:24px;color:var(--ok);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:11.5px;font-weight:500;display:inline-flex}.sync-pill .dot{background:var(--ok);border-radius:50%;width:6px;height:6px}.login-page{grid-template-rows:var(--top-h) 1fr;background:var(--bg);place-items:center;min-height:100vh;padding:0 16px 48px;display:grid}.login-page:before{content:"";border-bottom:1px solid var(--line);background:var(--bg-elev);grid-row:1;place-self:stretch stretch;width:calc(100% + 32px);margin:0 -16px}.login-panel{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);grid-row:2;width:min(100%,360px);overflow:hidden;box-shadow:0 12px 34px #0003}.login-panel-hd{border-bottom:1px solid var(--line);background:var(--bg-elev);justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:9px 12px;display:flex}.login-brand{align-items:center;gap:8px;min-width:0;font-size:12.5px;font-weight:500;display:flex}.login-brand>span:last-child{min-width:0;color:var(--fg-muted);align-items:baseline;gap:5px;display:flex}.login-brand strong{color:var(--fg);font-weight:650}.login-status{border:1px solid var(--line);background:var(--bg-sunken);height:22px;color:var(--fg-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.login-status .dot{background:var(--ok);border-radius:999px;width:6px;height:6px}.login-copy{padding:16px 14px 14px}.login-copy .lbl-uc{margin:0 0 8px}.login-copy h1{letter-spacing:0;margin:0;font-size:18px;line-height:1.2}.login-copy p{color:var(--fg-muted);margin:6px 0 0;font-size:12.5px}.login-form{gap:10px;padding:0 14px 14px;display:grid}.login-field{gap:5px;display:grid}.login-field label{color:var(--fg-muted);font-size:12px;font-weight:600}.login-form input{border:1px solid var(--line);background:var(--bg-sunken);width:100%;height:34px;color:var(--fg);font:inherit;border-radius:5px;outline:none;padding:0 10px;transition:border-color .12s,background .12s,box-shadow .12s}.login-form input:hover{border-color:var(--line-strong);background:var(--bg-hover)}.login-form input:focus{border-color:var(--accent);background:var(--bg);box-shadow:0 0 0 3px var(--accent-soft)}.login-form input[aria-invalid=true]{border-color:color-mix(in oklch, var(--bad) 58%, var(--line))}.login-password-wrap{position:relative}.login-password-wrap input{padding-right:42px}.login-password-toggle{width:28px;height:28px;color:var(--fg-subtle);cursor:default;background:0 0;border:0;border-radius:4px;place-items:center;display:grid;position:absolute;top:3px;right:4px}.login-password-toggle:hover{background:var(--bg-hover);color:var(--fg)}.login-password-toggle:focus-visible{box-shadow:0 0 0 3px var(--accent-soft);color:var(--fg);outline:none}.login-error{border:1px solid color-mix(in oklch, var(--bad) 35%, transparent);background:var(--bad-soft);color:var(--bad);border-radius:5px;margin:0;padding:8px 10px;font-size:12.5px}.login-submit{border:1px solid var(--line-strong);background:var(--fg);height:34px;color:var(--bg);cursor:default;border-radius:5px;font-size:13px;font-weight:650;transition:opacity .12s,transform .12s,box-shadow .12s}.login-submit:hover{opacity:.92}.login-submit:focus-visible{box-shadow:0 0 0 3px var(--accent-soft);outline:none}.login-submit:active{transform:translateY(1px)}@media (max-width:480px){.login-page{align-items:start;padding:0 12px 32px}.login-page:before{width:calc(100% + 24px);margin:0 -12px}.login-panel{width:100%;margin-top:28px}.login-panel-hd{flex-direction:column;align-items:flex-start}}.nav{border-right:1px solid var(--line);background:var(--bg-elev);top:var(--top-h);height:calc(100vh - var(--top-h));flex-direction:column;gap:1px;padding:8px;display:flex;position:sticky;overflow-y:auto}.nav-item{height:30px;color:var(--fg-muted);cursor:default;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;width:100%;padding:0 8px;font-size:13px;font-weight:450;display:flex}.nav-item:hover{background:var(--bg-hover);color:var(--fg)}.nav-item.active{background:var(--bg-sunken);color:var(--fg);font-weight:550}.app.collapsed .nav-item{justify-content:center;padding:0}.app.collapsed .nav-label,.app.collapsed .nav-caret{display:none}.nav-caret{color:var(--fg-subtle);margin-left:auto;font-size:10px;transition:transform .12s}.nav-caret.open{transform:rotate(90deg)}.nav-sub{flex-direction:column;gap:1px;padding-left:24px;display:flex}.nav-section{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-subtle);padding:12px 8px 4px;font-size:10.5px;font-weight:600}.app.collapsed .nav-section{display:none}.main{background:var(--bg);min-width:0}.stale-sync-banner{top:var(--top-h);z-index:30;border-bottom:1px solid var(--line);background:var(--warn-soft);min-height:34px;color:var(--fg);justify-content:space-between;align-items:center;gap:12px;padding:7px 16px;font-size:12px;display:flex;position:sticky}.stale-sync-copy{align-items:center;gap:8px;min-width:0;display:inline-flex}.stale-sync-copy .ico{color:var(--warn);flex-shrink:0}.stale-sync-link{color:var(--fg);white-space:nowrap;font-weight:600;text-decoration:none}.stale-sync-link:hover{color:var(--accent)}.state-wrap{padding:0 16px 32px}.state-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);align-items:center;gap:12px;min-height:82px;padding:16px;display:flex}.state-card.compact{min-height:64px;padding:12px 14px}.state-card.error{border-color:color-mix(in oklch, var(--bad) 22%, var(--line))}.state-icon{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-sunken);width:28px;height:28px;color:var(--fg-subtle);flex-shrink:0;place-items:center;display:grid}.state-card.error .state-icon{color:var(--bad);background:var(--bad-soft);border-color:#0000}.state-copy{flex:1;min-width:0}.state-copy h2{letter-spacing:0;margin:0 0 3px;font-size:13px;font-weight:600}.state-copy p{color:var(--fg-muted);margin:0;font-size:12.5px;line-height:1.45}.state-card .tb-btn{text-decoration:none}.changes-strip{top:var(--top-h);z-index:20;background:var(--bg-elev);border-bottom:1px solid var(--line);align-items:center;gap:10px;height:36px;padding:0 16px;font-size:12px;display:flex;position:sticky;overflow-x:auto}.changes-strip .lbl{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-subtle);white-space:nowrap;font-size:10.5px;font-weight:600}.changes-strip .sep{background:var(--line);flex-shrink:0;width:1px;height:16px}.change-pill{background:var(--bg-sunken);border:1px solid var(--line);white-space:nowrap;height:22px;color:var(--fg);border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:11.5px;display:inline-flex}.change-pill .em{color:var(--fg-muted)}.change-pill .glyph{font-size:11px}.page-head{align-items:center;gap:12px;padding:16px 16px 12px;display:flex}.page-title{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:600}.crumb{color:var(--fg-muted);font-size:12.5px}.crumb .sep{color:var(--fg-faint);margin:0 6px}.seg{background:var(--bg-sunken);border:1px solid var(--line);border-radius:var(--r-md);align-items:center;height:28px;padding:2px;display:inline-flex}.seg button{height:22px;color:var(--fg-muted);cursor:default;background:0 0;border:0;border-radius:4px;padding:0 10px;font-size:12px;font-weight:500}.seg button.active{background:var(--bg-elev);color:var(--fg);box-shadow:0 0 0 1px var(--line)}.filterbar{flex-wrap:wrap;align-items:center;gap:8px;padding:0 16px 12px;display:flex}.chip{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-elev);height:26px;color:var(--fg);cursor:default;align-items:center;gap:6px;padding:0 9px;font-size:12px;display:inline-flex}.chip:hover{background:var(--bg-hover)}.chip .k{color:var(--fg-subtle)}.chip .v{font-weight:500}.chip .caret{color:var(--fg-subtle);font-size:9px}.chip.active{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent)}.search{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-elev);align-items:center;gap:6px;min-width:220px;height:26px;padding:0 8px;font-size:12px;display:inline-flex}.search input{font:inherit;color:var(--fg);background:0 0;border:0;outline:0;flex:1;min-width:0}.search .ico{color:var(--fg-subtle)}.switch{color:var(--fg-muted);cursor:default;align-items:center;gap:6px;font-size:12px;display:inline-flex}.switch-track{background:var(--fg-faint);border-radius:999px;width:26px;height:14px;transition:background .12s;position:relative}.switch.on .switch-track{background:var(--accent)}.switch-knob{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .12s;position:absolute;top:1px;left:1px}.switch.on .switch-knob{transform:translate(12px)}.tbl-wrap{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);margin:0 16px;overflow:hidden}.tbl-scroll{overflow-x:auto}table.tbl{border-collapse:separate;border-spacing:0;width:100%;font-size:12.5px}.tbl thead th{background:var(--bg-elev);z-index:2;text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);border-bottom:1px solid var(--line);white-space:nowrap;height:34px;padding:8px 10px;font-size:10.5px;font-weight:600;position:sticky;top:0}.tbl thead th.num,.tbl tbody td.num{text-align:right}.tbl thead th.center,.tbl tbody td.center{text-align:center}.tbl thead .grouphd{color:var(--fg-faint);letter-spacing:.08em;border-bottom:1px solid var(--line);background:var(--bg-stripe);height:22px;padding:6px 10px 2px;font-size:9.5px;font-weight:600}.tbl tbody td{height:var(--row-h);border-bottom:1px solid var(--line);vertical-align:middle;color:var(--fg);white-space:nowrap;padding:0 10px}.tbl tbody tr:hover td{background:var(--bg-hover)}.tbl tbody tr.selected td{background:var(--accent-soft)}.tbl tbody tr.group-hd td{background:var(--bg-stripe);color:var(--fg);letter-spacing:-.005em;height:30px;font-size:11.5px;font-weight:600}.tbl tbody tr:last-child td{border-bottom:0}.tbl tfoot td{background:var(--bg-stripe);border-top:1px solid var(--line-strong);height:38px;color:var(--fg);padding:0 10px;font-size:12px;font-weight:600;position:sticky;bottom:0}.tbl tfoot td .lbl{color:var(--fg-subtle);letter-spacing:.06em;text-transform:uppercase;margin-right:4px;font-size:10px;font-weight:600}.frozen{background:var(--bg-elev);z-index:1;position:sticky;left:0}.tbl tbody tr:hover .frozen{background:var(--bg-hover)}.tbl tbody tr.selected .frozen{background:var(--accent-soft)}.tbl tfoot td.frozen{background:var(--bg-stripe);z-index:3}.tbl thead th.frozen{z-index:3;background:var(--bg-elev)}.col-divider{border-left:1px solid var(--line)}.cell-id{align-items:center;gap:10px;min-width:280px;display:flex}.thumb{background:var(--bg-sunken);border:1px solid var(--line);border-radius:6px;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.thumb-sm{border-radius:5px;width:28px;height:28px}.thumb-lg{border-radius:8px;width:64px;height:64px}.thumb-grid{aspect-ratio:16/9;border-radius:6px 6px 0 0;width:100%}.thumb svg{display:block}.cell-name{flex-direction:column;gap:1px;min-width:0;display:flex}.cell-name .nm{color:var(--fg);text-overflow:ellipsis;max-width:220px;font-weight:500;overflow:hidden}.cell-name .sub{color:var(--fg-subtle);font-size:11px}.badge{background:var(--bg-sunken);height:18px;color:var(--fg-muted);border:1px solid var(--line);white-space:nowrap;border-radius:4px;align-items:center;gap:5px;padding:0 7px;font-size:11px;font-weight:500;display:inline-flex}.badge .dot{background:var(--fg-subtle);border-radius:50%;width:5px;height:5px}.badge.active{background:var(--ok-soft);color:var(--ok);border-color:#0000}.badge.active .dot{background:var(--ok)}.badge.paused{background:var(--bg-sunken);color:var(--fg-muted)}.badge.paused .dot{background:var(--fg-subtle)}.badge.learning{background:var(--accent-soft);color:var(--accent);border-color:#0000}.badge.learning .dot{background:var(--accent)}.badge.learning-lim{background:var(--bad-soft);color:var(--bad);border-color:#0000}.badge.learning-lim .dot{background:var(--bad);animation:1.4s ease-in-out infinite pulse}.badge.review{background:var(--warn-soft);color:var(--warn);border-color:#0000}.badge.review .dot{background:var(--warn)}.badge.rejected{background:var(--bad-soft);color:var(--bad);border-color:#0000}.badge.rejected .dot{background:var(--bad)}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 0 var(--bad)}50%{opacity:.65;box-shadow:0 0 0 4px #0000}}.health{white-space:nowrap;border-radius:4px;align-items:center;gap:5px;height:18px;padding:0 7px;font-size:11px;font-weight:500;display:inline-flex}.health.healthy{background:var(--ok-soft);color:var(--ok)}.health.watch{background:var(--warn-soft);color:var(--warn)}.health.fatigued{background:var(--bad-soft);color:var(--bad)}.health .gl{font-size:8px}.delta{font-variant-numeric:tabular-nums;border-radius:3px;align-items:center;gap:2px;padding:1px 5px;font-size:10.5px;font-weight:500;display:inline-flex}.delta.up{background:var(--d-up-bg);color:var(--d-up)}.delta.down{background:var(--d-down-bg);color:var(--d-down)}.delta.neutral{background:var(--bg-sunken);color:var(--fg-subtle)}.spend-cell{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.spend-cell .v{font-weight:500}.spend-cell .row2{align-items:center;gap:4px;display:flex}.money-inline{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:5px;display:inline-flex}.money-inline .ccy{color:var(--fg-subtle);font-family:var(--mono);font-size:10px;font-weight:500}.cell-tint-up{box-shadow:inset 2px 0 0 var(--d-up)}.cell-tint-down{box-shadow:inset 2px 0 0 var(--d-down)}.note-input{font:inherit;color:var(--fg);background:0 0;border:0;outline:0;width:100%;padding:4px 0;font-size:11.5px}.note-input::placeholder{color:var(--fg-faint);font-style:italic}.note-input:hover,.note-input:focus{color:var(--fg)}.minibar{background:var(--bg-sunken);border-radius:999px;width:80px;height:6px;position:relative;overflow:hidden}.minibar .fill{background:var(--fg-muted);border-radius:999px;position:absolute;top:0;bottom:0;left:0}.minibar.good .fill{background:var(--ok)}.minibar.bad .fill{background:var(--bad)}.minibar.warn .fill{background:var(--warn)}.minibar .bench{background:var(--fg);width:1px;position:absolute;top:-2px;bottom:-2px}.minibar-wrap{font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:11.5px;display:inline-flex}.minibar-wrap .vl{color:var(--fg);min-width:28px;font-weight:500}.spark{display:block}.floatbar{background:var(--fg);height:40px;color:var(--bg);z-index:40;border-radius:8px;align-items:center;gap:10px;padding:0 6px 0 14px;font-size:12.5px;font-weight:500;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000002e,0 0 0 1px #0000000a}.floatbar .ct{font-variant-numeric:tabular-nums;background:#ffffff29;border-radius:4px;padding:1px 7px;font-size:11px}.floatbar button{background:var(--bg-elev);height:28px;color:var(--fg);cursor:default;border:0;border-radius:5px;padding:0 12px;font-size:12px;font-weight:500}.floatbar .ghost{color:#ffffffb3;background:0 0;height:24px;padding:0 8px}.floatbar .ghost:hover{color:var(--bg)}.chk{border:1px solid var(--line-strong);background:var(--bg-elev);cursor:default;border-radius:3px;place-items:center;width:14px;height:14px;display:inline-grid}.chk.on{background:var(--accent);border-color:var(--accent)}.chk.on:after{content:"";border-top:0;border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;border-right:0;width:7px;height:4px;transform:rotate(-45deg)translateY(-1px)}.metric-strip{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);grid-template-columns:repeat(7,1fr);margin:0 16px;display:grid;overflow:hidden}.metric-strip .m{border-right:1px solid var(--line);flex-direction:column;gap:4px;padding:12px 14px;display:flex}.metric-strip .m:last-child{border-right:0}.metric-strip .m .k{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.metric-strip .m .v{letter-spacing:-.01em;font-variant-numeric:tabular-nums;align-items:baseline;gap:8px;font-size:18px;font-weight:600;display:flex}.metric-strip .m .v .ccy{color:var(--fg-subtle);letter-spacing:.02em;font-size:11px;font-weight:500}.metric-strip-stack{flex-direction:column;gap:10px;margin:0 16px;display:flex}.metric-strip-stack .metric-strip{margin:0}.metric-strip-group{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);overflow:hidden}.metric-strip-group .metric-strip{border:0;border-radius:0}.metric-strip-band{border-bottom:1px solid var(--line);background:var(--bg-sunken);color:var(--fg-subtle);align-items:center;gap:8px;padding:7px 12px;font-size:11px;font-weight:600;display:flex}.metric-strip-band .ccy{color:var(--fg);font-family:var(--mono);letter-spacing:.04em}.panel{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);overflow:hidden}.panel-hd{border-bottom:1px solid var(--line);background:var(--bg-elev);justify-content:space-between;align-items:center;gap:8px;height:36px;padding:0 14px;display:flex}.panel-hd .ti{letter-spacing:-.005em;font-size:12px;font-weight:600}.panel-hd .sub{color:var(--fg-subtle);margin-left:6px;font-size:11px}.panel-action{color:var(--fg-subtle);white-space:nowrap;margin-left:auto;font-size:11px}.panel-link{color:var(--accent);font-weight:600;text-decoration:none}.panel-bd{padding:14px}.tabs{border-bottom:1px solid var(--line);align-items:center;gap:0;padding:0 16px;display:flex}.tabs button{height:34px;color:var(--fg-muted);cursor:default;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 12px;font-size:12.5px;font-weight:500}.tabs button.active{color:var(--fg);border-bottom-color:var(--fg)}.kpi{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);flex-direction:column;gap:10px;min-height:110px;padding:14px 16px;display:flex}.kpi .k{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.kpi .vrow{align-items:baseline;gap:8px;display:flex}.kpi .v{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600}.kpi .ccy{color:var(--fg-subtle);letter-spacing:.02em;font-size:11px;font-weight:500}.hm-cell{aspect-ratio:1;border-radius:2px;width:100%;position:relative}.pulse-alert-rail{border-bottom:1px solid var(--line);background:var(--bg-elev);align-items:center;gap:8px;min-height:38px;padding:0 16px;display:flex;overflow-x:auto}.pulse-alert-rail .rail-label{color:var(--fg-subtle);letter-spacing:.08em;flex:none;font-size:11px;font-weight:700}.pulse-alert-rail .rail-chip{border:1px solid var(--line);background:var(--bg-sunken);height:22px;color:var(--fg-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.pulse-head{padding:14px 16px 10px}.pulse-shell{gap:18px;padding:0 16px 32px;display:grid}.pulse-block{gap:12px;min-width:0;display:grid}.pulse-block.stacked{padding-top:2px}.pulse-currency-band{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);min-height:34px;color:var(--fg-muted);align-items:center;gap:10px;padding:0 12px;font-size:12px;display:flex}.pulse-currency-band .ccy,.pulse-kpi .ccy,.pulse-mini-row .ccy,.pulse-pacing-value .ccy,.pulse-mini-metric .ccy{font-family:var(--mono);color:var(--fg-subtle);margin-right:6px;font-size:10.5px}.pulse-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.pulse-kpi{min-height:136px;padding:14px 16px 12px;position:relative}.pulse-kpi .vrow{flex-wrap:wrap;min-width:0;margin-top:4px}.pulse-kpi .v{font-size:clamp(25px,2.2vw,32px);line-height:1.05}.pulse-kpi-delta{border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:12px;right:14px}.pulse-kpi-foot{justify-content:space-between;align-items:flex-end;gap:10px;min-height:34px;margin-top:auto;display:flex}.pulse-kpi-foot .spark{color:var(--fg);flex:none;width:min(148px,45%);height:30px}.pulse-kpi.leads .pulse-kpi-foot .spark{color:var(--ok)}.pulse-kpi.cpl .pulse-kpi-foot .spark,.pulse-kpi.ctr .pulse-kpi-foot .spark{color:var(--fg-muted)}.pulse-tabs{margin-top:-2px;padding:0}.pulse-tabs button{height:36px;padding:0 12px}.pulse-reference-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.41fr);align-items:start;gap:14px;display:grid}.pulse-reference-main,.pulse-reference-rail{gap:14px;min-width:0;display:grid}.pulse-reference-rail .panel-bd{padding:12px}.pulse-grid-main{grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);align-items:stretch;gap:14px;display:grid}.pulse-grid-secondary{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.pulse-grid-secondary .panel{min-width:0}.pulse-panel-large .panel-bd{padding:0 14px 12px}.pulse-small-multiples{gap:0;display:grid}.pulse-chart-row{gap:8px;padding:14px 0 10px;display:grid}.pulse-chart-row+.pulse-chart-row{border-top:1px solid var(--line)}.pulse-chart-label{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.pulse-chart-meta{justify-content:space-between;align-items:center;min-height:18px;display:flex}.pulse-chart-total{font-family:var(--mono);color:var(--fg);font-size:12px;font-weight:700}.pulse-legend{align-items:center;gap:12px;display:inline-flex}.pulse-legend span{align-items:center;gap:5px;display:inline-flex}.pulse-legend i{border-top:2px solid var(--fg-muted);width:14px}.pulse-legend .dash{border-top-style:dashed}.pulse-mini-table{margin:-4px -8px;display:grid}.pulse-mini-row{border-bottom:1px solid var(--line);min-height:45px;color:inherit;grid-template-columns:minmax(0,1fr) 82px 92px;align-items:center;gap:10px;padding:7px 8px;text-decoration:none;display:grid}.pulse-mini-row:last-child{border-bottom:0}.pulse-mini-row:hover{background:var(--bg-hover)}.pulse-mini-name{gap:2px;min-width:0;display:grid}.pulse-mini-name span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pulse-mini-name span:first-child{color:var(--fg);font-size:12px;font-weight:500}.pulse-mini-name span:last-child{color:var(--fg-subtle);font-size:11px}.pulse-mini-row>.num{text-align:right;color:var(--fg-muted);font-size:11.5px}.pulse-health{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.pulse-health-count{min-width:0;color:var(--fg-muted);background:0 0;gap:8px;padding:2px 0 0;display:grid}.pulse-health-count strong{color:var(--fg);font-size:18px}.pulse-health-count.healthy{color:var(--ok)}.pulse-health-count.watch{color:var(--warn)}.pulse-health-count.fatigued{color:var(--bad)}.pulse-health-label{color:var(--fg-muted);align-items:center;gap:6px;font-size:11.5px;display:inline-flex}.health-dot{background:currentColor;border-radius:999px;width:7px;height:7px}.health-bar{background:var(--bg-sunken);border-radius:999px;height:4px;overflow:hidden}.health-bar span{border-radius:inherit;background:currentColor;height:100%;display:block}.pulse-pacing{gap:12px;display:grid}.pulse-pacing-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pulse-pacing-value{letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin-top:2px;font-size:22px;font-weight:600}.pulse-pacing-value .subtle{letter-spacing:0;font-size:12px;font-weight:500}.pulse-percent-chip{background:var(--bg-sunken);height:22px;color:var(--fg-muted);border-radius:5px;align-items:center;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.pulse-progress-labels{color:var(--fg-subtle);justify-content:space-between;align-items:center;margin-top:-8px;font-size:10.5px;display:flex}.pulse-pacing-note{border-radius:6px;align-items:center;min-height:34px;padding:0 10px;font-size:12px;display:flex}.pulse-pacing-note.warn{color:var(--warn);background:var(--warn-soft)}.pulse-pacing-note.ok{color:var(--ok);background:var(--ok-soft)}.pulse-pacing-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pulse-mini-metric{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-stripe);gap:2px;padding:8px 9px;display:grid}.pulse-mini-metric span{color:var(--fg-subtle);font-size:10.5px}.pulse-mini-metric strong{color:var(--fg);font-variant-numeric:tabular-nums;font-size:12px}.pulse-mini-metric.ok strong{color:var(--ok)}.pulse-mini-metric.warn strong{color:var(--warn)}.pulse-empty-cta{text-align:center;align-content:center;justify-items:center;gap:6px;min-height:178px;padding:12px;display:grid}.pulse-budget-link{border:1px solid var(--line-strong);background:var(--bg-elev);height:30px;color:var(--accent);border-radius:5px;justify-content:center;align-items:center;padding:0 11px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.empty-title{color:var(--fg);font-size:13px;font-weight:600}.pulse-hourly-empty{grid-template-columns:240px minmax(0,1fr);align-items:center;gap:18px;min-height:160px;display:grid}.pulse-heatmap-reference{gap:16px;padding:2px 0;display:grid}.heatmap-head{flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.heatmap-head .subtle{color:var(--fg-muted);font-weight:500}.heatmap-grid{gap:3px;min-width:0;display:grid}.heatmap-hours{color:var(--fg-muted);font-family:var(--mono);grid-template-columns:34px repeat(24,minmax(0,1fr));font-size:10.5px;font-weight:600;display:grid}.heatmap-hours span{text-align:center;grid-column:span 1}.heatmap-hours:before{content:""}.heatmap-row{grid-template-columns:34px repeat(24,minmax(0,1fr));align-items:center;gap:3px;display:grid}.heatmap-day{color:var(--fg);font-size:11.5px;font-weight:600}.heatmap-cell{border:1px solid color-mix(in oklch, var(--line), #fff 26%);background:color-mix(in oklch, var(--bg-sunken), #fff 34%);color:#fff;min-height:46px;font-family:var(--mono);font-variant-numeric:tabular-nums;border-radius:3px;justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;display:flex}.heatmap-cell:not(.empty){border-color:color-mix(in oklch, var(--accent), #000 10%);box-shadow:inset 0 0 0 1px #ffffff52}.heatmap-cell.empty{color:#0000}.heatmap-foot{color:var(--fg-muted);justify-content:flex-end;align-items:center;gap:8px;font-size:11.5px;font-weight:500;display:flex}.hm-scale{background:linear-gradient(90deg, color-mix(in oklch, var(--bg-sunken), #fff 34%), color-mix(in oklch, var(--accent), #fff 48%), var(--accent));border:1px solid var(--line);border-radius:999px;width:112px;height:9px}.hm-placeholder{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-stripe);grid-template-columns:repeat(8,1fr);gap:4px;padding:10px;display:grid}.hm-placeholder span{aspect-ratio:1;background:var(--bg-sunken);border:1px solid var(--line);border-radius:3px}@media (max-width:1180px){.pulse-kpis,.pulse-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.pulse-grid-main{grid-template-columns:1fr}}@media (max-width:760px){.pulse-kpis,.pulse-grid-secondary,.pulse-grid-main,.pulse-chart-row,.pulse-hourly-empty{grid-template-columns:1fr}.pulse-mini-row{grid-template-columns:minmax(0,1fr) 38px 76px}}.grid-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);flex-direction:column;display:flex;overflow:hidden}.grid-card .meta{flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.grid-card .nm{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:500;overflow:hidden}.grid-card .badges{flex-wrap:wrap;gap:5px;display:flex}.grid-card .stats{font-variant-numeric:tabular-nums;border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:4px 12px;margin-top:4px;padding-top:8px;font-size:11px;display:grid}.grid-card .stats .k{color:var(--fg-subtle)}.grid-card .stats .v{color:var(--fg);text-align:right;font-weight:500}.progress{background:var(--bg-sunken);border-radius:999px;height:6px;position:relative;overflow:hidden}.progress .fill{background:var(--accent);border-radius:999px;height:100%}.progress.warn .fill{background:var(--warn)}.progress.ok .fill{background:var(--ok)}.progress .marker{background:var(--fg);width:1px;position:absolute;top:-3px;bottom:-3px}.spill{background:var(--ok-soft);height:18px;color:var(--ok);border-radius:4px;align-items:center;gap:5px;padding:0 7px;font-size:11px;font-weight:500;display:inline-flex}.spill.fail{background:var(--bad-soft);color:var(--bad)}.spill.warn{background:var(--warn-soft);color:var(--warn)}.spill.idle{background:var(--bg-sunken);color:var(--fg-muted)}.spill .gl{font-size:8px}.sync-page-head{align-items:flex-start;padding:16px 16px 10px}.sync-page{gap:18px;padding:0 0 32px;display:grid}.sync-section{gap:8px;display:grid}.sync-section-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:0 16px;display:flex}.sync-section-head h2{letter-spacing:-.005em;margin:0;font-size:12.5px;font-weight:600}.sync-section-head p{color:var(--fg-subtle);margin:2px 0 0;font-size:11.5px}.sync-trigger{flex-direction:column;align-items:flex-end;gap:4px;min-width:260px;display:flex}.sync-trigger .tb-btn{align-self:flex-end}.sync-trigger .tb-btn:disabled{opacity:.55}.sync-trigger-msg{text-align:right;max-width:360px;color:var(--fg-subtle);font-size:11px}.sync-trigger-msg.ok{color:var(--ok)}.sync-trigger-msg.error{color:var(--bad)}.sync-trigger-msg.running{color:var(--accent)}.backfill-trigger{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);gap:9px;margin:0 16px;padding:12px;display:grid}.backfill-trigger.disabled{opacity:.72}.backfill-trigger-main{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.backfill-trigger h3{letter-spacing:-.005em;margin:0;font-size:12.5px;font-weight:600}.backfill-trigger p{max-width:680px;color:var(--fg-subtle);margin:3px 0 0;font-size:11.5px}.backfill-actions{align-items:flex-end;gap:8px;display:inline-flex}.backfill-actions label{color:var(--fg-subtle);gap:4px;font-size:10.5px;display:grid}.backfill-actions input{border:1px solid var(--line);background:var(--bg-sunken);width:72px;height:28px;color:var(--fg);font-family:var(--mono);border-radius:5px;padding:0 8px;font-size:12px}.backfill-meta,.backfill-phases{color:var(--fg-subtle);flex-wrap:wrap;gap:6px 12px;font-size:11px;display:flex}.backfill-phases{gap:7px}.backfill-phase{border:1px solid var(--line);background:var(--bg-sunken);border-radius:5px;align-items:center;gap:7px;min-height:24px;padding:3px 7px;display:inline-flex}.backfill-error{text-overflow:ellipsis;white-space:nowrap;max-width:320px;color:var(--bad);overflow:hidden}.sync-empty{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);color:var(--fg-muted);margin:0 16px;padding:14px;font-size:12.5px}.sync-table-wrap{margin-top:0}.sync-table tbody td{height:42px}.sync-account-cell{flex-direction:column;gap:1px;min-width:160px;line-height:1.18;display:flex}.sync-account-cell .nm{color:var(--fg);font-weight:500}.sync-account-cell .sub{color:var(--fg-subtle);font-size:10.5px}.sync-token-cell,.sync-ingest-cell,.sync-payload-cell{flex-direction:column;align-items:flex-start;gap:3px;display:inline-flex}.sync-payload-cell code{text-overflow:ellipsis;max-width:220px;color:var(--fg-subtle);font-family:var(--mono);font-size:10.5px;overflow:hidden}.sync-spark{display:block;overflow:visible}.sync-spark rect{fill:var(--accent);opacity:.78}.sync-spark path{stroke:var(--fg-faint);stroke-width:1px}.sync-error-cell{max-width:260px;color:var(--bad);text-overflow:ellipsis;overflow:hidden}.sync-detail summary{border:1px solid var(--line);background:var(--bg-sunken);height:22px;color:var(--fg-muted);cursor:default;border-radius:4px;align-items:center;padding:0 8px;font-size:11px;list-style:none;display:inline-flex}.sync-detail summary::-webkit-details-marker{display:none}.sync-detail[open] summary{color:var(--fg);border-color:var(--line-strong)}.sync-detail pre{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--bg-elev);width:min(520px,58vw);max-height:320px;color:var(--fg-muted);font-family:var(--mono);white-space:pre-wrap;word-break:break-word;margin:6px 0 0;padding:10px;font-size:10.5px;line-height:1.5;overflow:auto}.budgets-page{max-width:1180px}.budget-form{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);margin:0 16px;padding:12px}.budget-fields{grid-template-columns:minmax(220px,1.2fr) minmax(160px,.7fr) minmax(150px,.7fr) auto;align-items:end;gap:10px;display:grid}.budget-fields label{min-width:0;color:var(--fg-subtle);letter-spacing:.04em;text-transform:uppercase;gap:5px;font-size:10.5px;font-weight:600;display:grid}.budget-fields select,.budget-fields input{border:1px solid var(--line);background:var(--bg);width:100%;height:32px;color:var(--fg);font:inherit;border-radius:5px;outline:none;padding:0 9px;font-size:12.5px}.budget-fields select:focus,.budget-fields input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.budget-submit{justify-content:center;height:32px}.budget-form-msg{min-height:16px;color:var(--fg-subtle);margin-top:8px;font-size:11px}.budget-form-msg.ok{color:var(--ok)}.budget-form-msg.error{color:var(--bad)}.budget-table tbody td{height:42px}@media (max-width:860px){.budget-fields{grid-template-columns:1fr 1fr}.budget-submit{width:100%}}@media (max-width:620px){.budget-fields{grid-template-columns:1fr}}.compare-grid{align-items:start;gap:14px;padding:0 16px 32px;display:grid}.compare-card{min-width:0;position:relative}.compare-color{height:3px}.compare-card-head{border-bottom:1px solid var(--line);grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}.compare-ad-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;text-decoration:none;overflow:hidden}.compare-ad-name:hover{color:var(--accent)}.compare-crumb{border-bottom:1px solid var(--line);color:var(--fg-muted);gap:6px;min-width:0;padding:9px 12px;font-size:11.5px;display:flex}.compare-crumb span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compare-crumb .sep{color:var(--fg-faint);flex-shrink:0}.compare-metrics{padding:4px 12px;display:grid}.compare-metric-row{border-bottom:1px dashed var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.compare-metric-row:last-child{border-bottom:0}.compare-metric-row .k{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.compare-metric-row .v{align-items:baseline;gap:6px;font-size:12.5px;font-weight:500;display:inline-flex}.compare-metric-row .v.strong{color:var(--fg);font-size:14px}.compare-metric-row .ccy{color:var(--fg-subtle);font-family:var(--mono);font-size:10.5px}.compare-health{border-top:1px solid var(--line);background:var(--bg-stripe);gap:8px;padding:12px;display:grid}.compare-bars{gap:8px;display:grid}.compare-rate{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:10px;display:grid}.compare-rate .k{color:var(--fg-muted);font-size:11.5px}.compare-chart-row{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:10px;display:grid}.compare-chart-label{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.compare-legend{color:var(--fg-muted);flex-wrap:wrap;gap:8px 12px;font-size:11.5px;display:flex}.compare-legend-item{align-items:center;gap:6px;min-width:0;display:inline-flex}.compare-legend-dot{border-radius:999px;flex-shrink:0;width:7px;height:7px}@media (max-width:960px){.compare-grid{grid-template-columns:1fr!important}.compare-chart-row{grid-template-columns:1fr}}.campaigns-table .tbl tbody tr.depth-0 td{background:color-mix(in srgb, var(--bg-stripe) 72%, transparent)}.campaigns-table .tbl tbody tr.depth-1 td{background:color-mix(in srgb, var(--bg-elev) 88%, var(--bg-stripe))}.campaign-tree-cell{align-items:center;gap:8px;min-width:340px;display:flex}.tree-toggle{border:1px solid var(--line);background:var(--bg-elev);width:18px;height:18px;color:var(--fg-muted);border-radius:4px;place-items:center;font-size:12px;line-height:1;display:inline-grid}.tree-toggle:disabled{opacity:.25}.level-dot{border:1px solid var(--line);border-radius:4px;flex:none;width:18px;height:18px;display:inline-block}.level-dot.campaign{background:var(--accent-soft)}.level-dot.adset{background:var(--warn-soft)}.tree-link{min-width:0;color:inherit;flex-direction:column;gap:2px;text-decoration:none;display:flex}.tree-link:hover .nm{color:var(--accent)}.tree-link .nm{color:var(--fg);text-overflow:ellipsis;max-width:360px;font-weight:500;overflow:hidden}.tree-link .sub{color:var(--fg-subtle);text-overflow:ellipsis;max-width:360px;font-size:11px;overflow:hidden}.thumb-placeholder{color:var(--fg-subtle);font-family:var(--mono);place-items:center;font-size:9px;display:inline-grid}.metric-delta-cell{flex-direction:column;align-items:flex-end;gap:2px;display:inline-flex}.metric-delta-cell .delta{font-size:10.5px}.entity-icon{border:1px solid var(--line);width:42px;height:42px;font-family:var(--mono);color:var(--fg-muted);background:var(--bg-sunken);border-radius:7px;flex:none;place-items:center;font-weight:700;display:inline-grid}.entity-icon.campaign{background:var(--accent-soft);color:var(--accent)}.entity-icon.adset{background:var(--warn-soft);color:var(--warn)}.detail-table-stack{gap:14px;padding:0 16px 32px;display:grid}.child-perf-panel .tbl{border-radius:0}.compact-child-table .tree-link .nm,.compact-child-table .tree-link .sub{max-width:420px}.budget-timeline .panel-bd{max-height:360px;overflow:auto}.timeline-list{margin:0;padding:0;list-style:none;display:grid}.timeline-list li{grid-template-columns:18px minmax(0,1fr);gap:10px;padding:0 0 16px;display:grid;position:relative}.timeline-list li:before{content:"";background:var(--line);width:1px;position:absolute;top:10px;bottom:-2px;left:7px}.timeline-list li:last-child{padding-bottom:0}.timeline-list li:last-child:before{display:none}.timeline-dot{border:2px solid var(--accent);background:var(--bg-elev);z-index:1;border-radius:999px;width:15px;height:15px;margin-top:1px}.timeline-main{gap:5px;min-width:0;display:grid}.timeline-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.timeline-field{text-transform:capitalize;font-size:12px;font-weight:600}.timeline-values{font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:12px;display:flex}.timeline-arrow{color:var(--fg-faint)}@media (max-width:900px){.adset-detail-grid{grid-template-columns:1fr!important}}.timeline{flex-direction:column;gap:0;display:flex;position:relative}.timeline .entry{border-bottom:1px dashed var(--line);grid-template-columns:70px 1fr;gap:10px;padding:10px 0;font-size:11.5px;display:grid;position:relative}.timeline .entry:before{content:"";background:var(--accent);border:2px solid var(--bg-elev);z-index:1;border-radius:50%;width:6px;height:6px;position:absolute;top:18px;left:76px}.timeline .entry .when{font-family:var(--mono);color:var(--fg-subtle);font-size:11px}.timeline .entry .what{border-left:1px solid var(--line);flex-direction:column;gap:2px;padding-left:14px;display:flex}.timeline .entry .k{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-subtle);font-size:10.5px;font-weight:600}.timeline .entry .val{font-weight:500}.timeline .entry .from{color:var(--fg-subtle);text-decoration:line-through}.timeline .entry .arrow{color:var(--fg-subtle);margin:0 6px}.json{background:var(--bg-sunken);border:1px solid var(--line);font-family:var(--mono);color:var(--fg-muted);white-space:pre;border-radius:4px;padding:10px 12px;font-size:11px;line-height:1.55;overflow-x:auto}.json .key{color:var(--fg)}.json .str{color:var(--accent)}.json .num{color:var(--ok)}.json .punct{color:var(--fg-subtle)}.divider-v{background:var(--line);width:1px;height:18px}.lbl-uc{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-subtle);font-size:10px;font-weight:600}.link{color:var(--accent);cursor:default;font-weight:500}.link:hover{text-decoration:underline}.muted{color:var(--fg-muted)}.subtle{color:var(--fg-subtle)}.tri{border-left:4px solid var(--fg-subtle);border-top:3.5px solid #0000;border-bottom:3.5px solid #0000;width:0;height:0;transition:transform .12s;display:inline-block}.tri.open{transform:rotate(90deg)}.days{font-variant-numeric:tabular-nums;color:var(--fg-muted);font-size:11.5px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f padding-box content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#00000038 padding-box content-box;border:2px solid #0000}.dark ::-webkit-scrollbar-thumb{background:#ffffff1a padding-box content-box;border:2px solid #0000}.cmdk-scrim{-webkit-backdrop-filter:blur(1px);z-index:200;background:#14141640;justify-content:center;padding-top:96px;display:flex;position:fixed;inset:0}.cmdk{background:var(--bg-elev);border:1px solid var(--line-strong);border-radius:10px;flex-direction:column;width:520px;max-width:calc(100vw - 32px);font-size:13px;display:flex;overflow:hidden;box-shadow:0 24px 64px #0000002e,0 2px 6px #0000000f}.cmdk-input{border-bottom:1px solid var(--line);align-items:center;gap:8px;height:42px;padding:0 14px;display:flex}.cmdk-input .ico{color:var(--fg-subtle)}.cmdk-input input{color:var(--fg);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13.5px}.cmdk-input input::placeholder{color:var(--fg-subtle)}.cmdk-hint{background:var(--warn-soft);color:var(--warn);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:8px 14px;font-size:11.5px;display:flex}.cmdk-hint .hint-dot{background:var(--warn);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite pulse}.cmdk-list{max-height:360px;padding:6px;overflow-y:auto}.cmdk-section{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-subtle);padding:10px 10px 4px;font-size:10px;font-weight:600}.cmdk-row{width:100%;font:inherit;color:var(--fg);cursor:default;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;padding:8px 10px;display:flex}.cmdk-row:hover{background:var(--bg-hover)}.cmdk-row.active{background:var(--accent-soft);outline:1px solid var(--accent-line)}.cmdk-row.pinned{border:1px solid var(--line);background:var(--bg-stripe);margin:2px 4px;padding:9px 12px}.cmdk-row.pinned.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:inset 2px 0 0 var(--accent);outline:0}.cmdk-glyph{background:var(--bg-sunken);border:1px solid var(--line);width:24px;height:24px;color:var(--fg-muted);border-radius:5px;flex-shrink:0;place-items:center;display:grid}.cmdk-row.pinned.active .cmdk-glyph{background:var(--bg-elev);border-color:var(--accent-line);color:var(--accent)}.cmdk-avatar{background:var(--accent);color:#fff;border-radius:5px;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:11px;font-weight:600;display:grid}.cmdk-name{letter-spacing:-.005em;white-space:nowrap;font-size:13px;font-weight:550}.cmdk-row{white-space:nowrap}.cmdk-row .cmdk-sub{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cmdk-sub{color:var(--fg-subtle);flex:1;margin-left:4px;font-size:11.5px}.cmdk-check{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;margin-right:2px;display:grid}.cmdk-sep{background:var(--line);height:1px;margin:6px 4px}.cmdk-foot{border-top:1px solid var(--line);background:var(--bg-stripe);color:var(--fg-muted);align-items:center;gap:14px;padding:8px 14px;font-size:11px;display:flex}.cmdk-foot .acct-kbd{font-size:10px}.ccy-badge{height:16px;font-family:var(--mono);letter-spacing:.02em;background:var(--bg-sunken);color:var(--fg-muted);border:1px solid var(--line);border-radius:3px;align-items:center;padding:0 5px;font-size:9.5px;font-weight:600;display:inline-flex}.ccy-badge.gbp{color:#005358;color:lab(31.3499% -31.0288 -12.6693);background:#e3f6f7;background:lab(95.559% -6.32718 -2.65049);border-color:#b3d9db;border-color:lab(84.156% -12.6341 -5.2683)}.dark .ccy-badge.gbp{color:#5dcbd1;color:lab(75.454% -31.3976 -12.9418);background:#012527;background:lab(12.2266% -12.5176 -5.13913);border-color:#034649;border-color:lab(26.3399% -18.7765 -7.7087)}.acct-chip{border:1px solid var(--line);background:var(--bg-elev);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;height:22px;padding:0 8px 0 7px;font-size:11.5px;display:inline-flex}.acct-chip-dot{border-radius:50%;width:6px;height:6px}.acct-chip-name{font-weight:500}.acct-chip-ccy{font-family:var(--mono);color:var(--fg-muted);font-size:10.5px}.acct-chip.compact{max-width:170px}.acct-chip.compact .acct-chip-dot{background:var(--accent)}.acct-chip.compact .acct-chip-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.acct .ccy-strip{align-items:center;gap:4px;margin-left:4px;display:inline-flex}.acct .ccy-strip .ccy-badge{height:14px;padding:0 4px;font-size:9px}.sync-pill.v-ok{background:var(--ok-soft);color:var(--ok)}.sync-pill.v-warn{background:var(--warn-soft);color:var(--warn)}.sync-pill.v-fail{background:var(--bad-soft);color:var(--bad)}.sync-pill .meta{color:inherit;opacity:.75;font-family:var(--mono);margin-left:2px;font-size:10.5px}.ccy-band{border-top:1px solid var(--line-strong);align-items:center;gap:10px;padding:16px 16px 10px;display:flex}.ccy-band:first-child{border-top:0}.ccy-band .ccy-token{font-family:var(--mono);letter-spacing:.04em;background:var(--fg);color:var(--bg);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.ccy-band .ti{font-size:13px;font-weight:600}.ccy-band .sub{color:var(--fg-subtle);font-size:11.5px}.ccy-band .meta{color:var(--fg-subtle);align-items:center;gap:8px;margin-left:auto;font-size:11.5px;display:flex}.tbl tfoot tr.ccy-tot td{background:var(--bg-stripe);border-top:1px dashed var(--line);height:32px;font-size:11.5px}.tbl tfoot tr.ccy-tot:first-child td{border-top:1px solid var(--line-strong)}.tbl tfoot tr.ccy-tot td .lbl{align-items:center;gap:6px;display:inline-flex}.guard-screen{min-height:540px;padding:0 16px 32px;position:relative}.guard-ghost{filter:blur(1px)saturate(.6);opacity:.55;pointer-events:none}.guard-wrap{z-index:30;position:absolute;top:80px;left:50%;transform:translate(-50%)}.guard-arrow{background:linear-gradient(to bottom, transparent 0%, var(--accent) 30%, var(--accent) 100%);opacity:.7;width:2px;height:84px;position:absolute;top:-84px;left:50%;transform:translate(-50%)}.guard-arrow:before{content:"";border-left:1.5px solid var(--accent);border-top:1.5px solid var(--accent);width:8px;height:8px;position:absolute;top:0;left:-3px;transform:rotate(45deg)}.guard-toast{background:var(--bg-elev);border:1px solid var(--accent);box-shadow:0 8px 24px #0000001a, 0 0 0 4px var(--accent-soft);border-radius:8px;align-items:center;gap:12px;min-width:460px;max-width:540px;padding:12px 14px;display:flex}.guard-icon{background:var(--accent-soft);width:28px;height:28px;color:var(--accent);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.guard-cta{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;align-items:center;gap:7px;height:30px;margin-top:10px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.guard-cta:hover{filter:brightness(.96)}.ghost-page{flex-direction:column;gap:14px;padding-top:8px;display:flex}.ghost-page>*{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--r-lg)}.ghost-page .g-strip{height:38px}.ghost-page .g-metric-strip{border-radius:var(--r-lg);grid-template-columns:repeat(6,1fr);height:72px;padding:0;display:grid;overflow:hidden}.ghost-page .g-metric-strip .g-m{border-right:1px solid var(--line)}.ghost-page .g-metric-strip .g-m:last-child{border-right:0}.ghost-page .g-table{background-image:linear-gradient(var(--bg-stripe), var(--bg-stripe));background-position:0 36px;background-repeat:repeat-y;background-size:100% 36px;height:320px}.ghost-page .g-table.tall{height:460px}.ghost-page .g-cols{background:0 0;border:0;grid-template-columns:1fr 1fr;gap:14px;display:grid}.ghost-page .g-cols .g-col{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--r-lg);height:360px}.acct.guard-highlight{outline:2px solid var(--accent);outline-offset:2px;background:var(--accent-soft);border-color:var(--accent);color:var(--accent);animation:1.6s ease-in-out infinite hl-pulse}@keyframes hl-pulse{0%,to{box-shadow:0 0 0 0 var(--accent-soft)}50%{box-shadow:0 0 0 6px var(--accent-soft)}}
