:root{--bg:#f6f7f9;--surface:#fff;--surface-2:#f9fafb;--border:#e6e8ec;--border-strong:#d6d9df;--text:#1a1d23;--muted:#6b7280;--faint:#9aa1ad;--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#eef2ff;--green:#15803d;--green-soft:#dcfce7;--red:#b91c1c;--red-soft:#fee2e2;--amber:#b45309;--amber-soft:#fef3c7;--violet:#6d28d9;--violet-soft:#ede9fe;--blue:#1d4ed8;--blue-soft:#dbeafe;--shadow:0 1px 2px #1018280a, 0 1px 3px #1018280f;--sidebar-bg:#eff0eb;--nav-text:#1a1a17;--nav-strong:#111110;--nav-icon:#232320;--nav-hover:#e6e7e1;--nav-active:#fff;--nav-border:#e3e4de;--nav-accent:#c15a2b;--nav-shadow:0 0 0 1px var(--nav-border), 0 1px 4px #1414141f}html[data-theme=dark]{--bg:#0b0e14;--surface:#141922;--surface-2:#1b2230;--border:#262f3d;--border-strong:#38445a;--text:#e7eaf0;--muted:#9aa4b6;--faint:#6b7688;--accent:#6d7cff;--accent-hover:#7f8dff;--accent-soft:#1d2440;--green:#34d399;--green-soft:#102b20;--red:#f87171;--red-soft:#3a1c1c;--amber:#fbbf24;--amber-soft:#3a2e12;--violet:#a78bfa;--violet-soft:#241a3a;--blue:#60a5fa;--blue-soft:#12233d;--shadow:0 1px 2px #00000059, 0 1px 3px #00000073;--sidebar-bg:#0d1017;--nav-text:#e7ebf1;--nav-strong:#f6f9fe;--nav-icon:#cfd6df;--nav-hover:#191f2a;--nav-active:#1e2734;--nav-border:#29323f;--nav-accent:#e08a5a;--nav-shadow:0 0 0 1px var(--nav-border), 0 1px 4px #00000073}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font-inter), Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}.shell{background:var(--sidebar-bg);min-height:100vh;display:flex}.content{flex:1;min-width:0}.container{max-width:100%;margin:0;padding:32px 32px 64px;position:relative}@media (min-width:861px){.shell{height:100vh;overflow:hidden}.content{padding:10px 12px 12px 6px;display:flex}.container{background:var(--surface);border:1px solid var(--nav-border);border-radius:18px;flex:1;min-height:0;padding:28px 34px 46px;overflow-y:auto;box-shadow:0 1px 3px #1414140d}}:root{--sidebar-w:244px;--sidebar-w-collapsed:60px}.sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);z-index:40;flex-direction:column;flex:none;height:100vh;transition:width .22s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.sidebar.collapsed{width:var(--sidebar-w-collapsed)}.sidebar-head{justify-content:space-between;align-items:center;gap:8px;height:60px;padding:0 14px 0 16px;display:flex}.brand-row{align-items:center;gap:9px;display:flex;overflow:hidden}.logo{object-fit:contain;width:28px;height:28px;image-rendering:-webkit-optimize-contrast;border-radius:7px;flex:none;display:block}.brand-text{letter-spacing:-.02em;white-space:nowrap;color:var(--nav-strong);font-size:15px;font-weight:650}.collapse-btn{cursor:pointer;width:28px;height:28px;color:var(--nav-icon);background:0 0;border:none;border-radius:7px;flex:none;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.collapse-btn:hover{background:var(--nav-hover);color:var(--nav-strong)}.collapse-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav{flex-direction:column;flex:1;gap:3px;padding:8px;display:flex}.sidebar-link{height:34px;color:var(--nav-text);letter-spacing:-.01em;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:600;transition:background .12s,color .12s;display:flex;position:relative;overflow:hidden}.sidebar-link:hover{background:var(--nav-hover);color:var(--nav-strong)}.sidebar-link.active{background:var(--nav-active);color:var(--nav-strong);box-shadow:var(--nav-shadow)}.sidebar-link.active .sidebar-icon{color:var(--nav-strong)}.sidebar-icon{color:var(--nav-icon);flex:none;justify-content:center;align-items:center;transition:color .12s;display:inline-flex}.sidebar-icon svg{width:16px;height:16px;display:block}.chev-wrap{color:var(--nav-icon);align-items:center;margin-left:auto;display:inline-flex}.sidebar-link.group{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.sidebar-link.group.active{background:var(--nav-active);box-shadow:var(--nav-shadow)}.sidebar-link.group:hover{background:var(--nav-hover)}.sidebar-link.group .chev{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;margin-left:auto;transition:transform .18s}.sidebar-link.group .chev.open{transform:rotate(180deg)}.submenu{flex-direction:column;gap:1px;margin:0 0 2px;padding:5px 10px 8px 22px;display:flex;position:relative}.submenu:before{content:"";background:var(--nav-border);border-radius:2px;width:1.5px;position:absolute;top:8px;bottom:11px;left:15px}.sub-link{color:var(--nav-text);border-radius:8px;align-items:center;gap:10px;padding:7px 12px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex;position:relative}.sub-link:hover{background:var(--nav-hover);color:var(--nav-strong)}.sub-link.active{color:var(--nav-strong);background:var(--nav-active);box-shadow:var(--nav-shadow);font-weight:600}.sub-dot{display:none}.sidebar-foot{border-top:1px solid var(--nav-border);color:var(--muted);white-space:nowrap;align-items:center;gap:10px;padding:14px 20px;font-size:13px;display:flex;overflow:hidden}.sidebar-foot .dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 0 3px var(--green-soft);border-radius:50%;flex:none}.brand-text,.sidebar-label{transition:opacity .18s}.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-label{opacity:0}.sidebar.collapsed .sidebar-link{border-radius:10px}.sidebar.collapsed .chev-wrap{display:none}.sidebar-head{position:relative;overflow:hidden}.brand-row{flex:1;min-width:0}.collapse-btn{opacity:0;transition:opacity .14s,background .12s,color .12s}.sidebar-head:hover .collapse-btn,.collapse-btn:focus-visible{opacity:1}.logo{transition:opacity .14s}.sidebar.collapsed .collapse-btn{background:var(--sidebar-bg);width:28px;height:28px;position:absolute;top:16px;left:calc(50% - 14px)}.sidebar.collapsed .collapse-btn:hover{background:var(--nav-hover)}.sidebar.collapsed .sidebar-head:hover .logo{opacity:0}.sidebar.collapsed .collapse-btn{display:flex}.sidebar.collapsed .sidebar-foot{justify-content:center;padding:14px}.mobilebar{display:none}.scrim{z-index:39;background:#11182766;position:fixed;inset:0}@media (max-width:860px){.mobilebar{border-bottom:1px solid var(--border);background:var(--surface);z-index:30;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex;position:sticky;top:0}.mobilebar .brand{font-size:15px;font-weight:700}.iconbtn{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:36px;height:36px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;display:flex}.iconbtn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round}.sidebar{transition:transform .24s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 10px 40px #1018282e;width:var(--sidebar-w)!important}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-label{opacity:1;width:auto}.sidebar.collapsed .sidebar-link{justify-content:flex-start;gap:12px;padding:10px 12px}.container{padding:24px 18px 56px}}.row{flex-wrap:wrap;gap:12px;display:flex}.between{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}h1{letter-spacing:-.02em;margin:0 0 4px;font-size:24px;font-weight:700}h2{letter-spacing:-.01em;margin:0 0 16px;font-size:15px;font-weight:600}.sub{color:var(--muted);margin:0 0 28px;font-size:14px}.cards{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:28px;display:grid}.stat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;padding:18px 20px}.stat .label{color:var(--muted);font-size:12px;font-weight:500}.stat .value{letter-spacing:-.02em;margin-top:8px;font-size:28px;font-weight:700}.dash-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.dash-h-title{align-items:center;gap:10px;display:inline-flex}.dash-h-title h1{margin:0}.dash-h-title .tico{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--muted);border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.dash-h-actions{align-items:center;gap:8px;display:flex}.dash-kpis{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:16px;display:grid}@media (max-width:1180px){.dash-kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width:620px){.dash-kpis{grid-template-columns:repeat(2,1fr)}}.dash-kpi{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:11px;padding:13px 14px;transition:box-shadow .13s,border-color .13s;display:flex}.dash-kpi:hover{box-shadow:var(--shadow);border-color:var(--border-strong)}.dash-kpi .ico{border:1px solid var(--border);background:var(--surface-2);width:30px;height:30px;color:var(--muted);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.dash-kpi .ico svg{display:block}.dash-kpi .lbl{color:var(--muted);font-size:12px;font-weight:500}.dash-kpi .val{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:1px;font-size:20px;font-weight:700;line-height:1.05}.dash-kpi .val.pos{color:var(--green)}.dash-kpi .val .u{color:var(--faint);margin-left:3px;font-size:12px;font-weight:500}.filterbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.filterbar-line{background:var(--border);height:1px;margin:0 0 16px}.fpill,.fadd,.fpill-main{background:var(--surface);border:1px solid var(--border-strong);height:34px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.fpill:hover,.fadd:hover,.fpill-main:hover{background:var(--surface-2);border-color:var(--border-strong)}.fpill-ic,.fitem-ic,.fsearch-ic{color:var(--muted);flex:none;display:inline-flex}.fadd{color:var(--muted)}.fadd:hover{color:var(--text)}.filterpill{border:1px solid var(--border-strong);border-radius:999px;gap:0;padding:0;overflow:hidden}.filterpill:hover{background:var(--surface)}.fpill-main{background:0 0;border:none;border-radius:0;height:32px}.fpill-main b{font-weight:600}.fpill-sep{color:var(--faint);font-weight:400}.fpill-val{color:var(--accent);font-weight:600}.fpill-any{color:var(--faint)}.fpill-x{border:none;border-left:1px solid var(--border);width:30px;height:32px;color:var(--faint);cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.fpill-x:hover{background:var(--red-soft);color:var(--red)}.fpop{background:var(--surface);border:1px solid var(--border);box-shadow:0 0 0 1px var(--nav-border), 0 10px 34px #14141429;z-index:60;border-radius:12px;padding:5px;overflow:hidden}.fpop-pad{padding:8px 10px 4px}.fsearch{border-bottom:1px solid var(--border);align-items:center;gap:8px;margin:-5px -5px 4px;padding:6px 8px;display:flex}.fsearch input{box-shadow:none;background:0 0;border:none;padding:4px 0;font-size:13px}.fsearch input:focus{box-shadow:none;outline:none}.flist{flex-direction:column;max-height:260px;display:flex;overflow-y:auto}.fitem{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:flex}.fitem:hover{background:var(--nav-hover)}.fitem.on{color:var(--nav-strong);background:var(--surface-2)}.fempty{color:var(--faint);text-align:center;padding:12px 10px;font-size:13px}.dash-sec{letter-spacing:-.01em;margin:4px 0 10px;font-size:15px;font-weight:600}.container:has(.dash-root){box-shadow:none;background:0 0;border-color:#0000}@media (min-width:861px){.container:has(.dash-root){padding-top:2px}}.dash-topcard{background:var(--surface);border:1px solid var(--nav-border);border-radius:18px;margin-bottom:16px;padding:34px 30px 32px;box-shadow:0 1px 3px #1414140d}.dash-tablecard{background:var(--surface);border:1px solid var(--nav-border);border-radius:18px;overflow:hidden;box-shadow:0 1px 3px #1414140d}.dash-cardhead{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin:0;padding:12px 16px;display:flex}.dash-cardhead h3{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:600}.dash-cardhead .muted{font-weight:400}.dash-cardhead .head-sep{background:var(--border);flex:none;align-self:stretch;width:1px;min-height:20px}.dash-cardhead .filterbar{flex:auto;min-width:0;margin-bottom:0}.dash-tablecard .tablewrap{border:none;border-radius:0}.dash-tablecard table{font-size:14px}.dash-tablecard thead th{color:var(--muted);text-transform:none;letter-spacing:0;border-bottom:1px solid var(--border);white-space:nowrap;background:0 0;padding:10px 16px;font-size:13px;font-weight:500}.dash-tablecard thead th.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .12s}.dash-tablecard thead th.th-sortable:hover{color:var(--text)}.dash-tablecard thead th.active{color:var(--text);font-weight:600}.dash-tablecard .th-in{align-items:center;gap:5px;max-width:100%;display:inline-flex}.dash-tablecard th,.dash-tablecard td{text-overflow:ellipsis;overflow:hidden}.sortcaret{flex-direction:column;gap:1.5px;display:inline-flex}.sortcaret svg{width:8px;height:5px;fill:var(--faint);transition:fill .12s;display:block}.sortcaret svg.on{fill:var(--text)}.dash-tablecard tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:9px 16px}.dash-tablecard tbody tr:last-child td{border-bottom:none}.dash-tablecard tbody tr{transition:background .1s}.dash-tablecard tbody tr:hover td{background:var(--surface-2)}.dash-tablecard td.muted,.dash-tablecard .num{color:var(--muted)}.dash-tablecard .pagination{border-top:1px solid var(--border);margin:0;padding:10px 16px}.dash-tablecard thead th:nth-child(2),.dash-tablecard tbody td:nth-child(2),.dash-tablecard thead th:nth-child(8),.dash-tablecard tbody td:nth-child(8),.dash-tablecard thead th:nth-child(9),.dash-tablecard tbody td:nth-child(9),.dash-tablecard thead th:nth-child(10),.dash-tablecard tbody td:nth-child(10){text-align:right;font-variant-numeric:tabular-nums}.dash-prod{align-items:center;gap:10px;min-width:0;display:flex}.dash-prod .thumb{object-fit:cover;background:var(--surface-2);border:none;border-radius:8px;flex:none}.dash-prod .nm{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.dash-prod .sub{color:var(--muted);font-weight:400}.status-dot{white-space:nowrap;color:var(--text);text-transform:capitalize;align-items:center;gap:7px;display:inline-flex}.status-dot .dot{border-radius:50%;flex:none;width:8px;height:8px}.status-dot .dot.win{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.status-dot .dot.lose{background:var(--red);box-shadow:0 0 0 3px var(--red-soft)}.status-dot .dot.pend{background:var(--faint)}.metric-cards-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}@media (max-width:1080px){.metric-cards-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.metric-cards-row{grid-template-columns:1fr}}.dash-mcard{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;padding:2px 14px 12px;display:flex}.dash-mcard .mtitle{text-transform:none;letter-spacing:0;color:var(--muted);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin:0 0 2px;padding:11px 0 9px;font-size:12px;font-weight:600;display:flex}.dash-mcard .mcount{text-align:center;background:var(--surface-2);min-width:18px;color:var(--faint);border-radius:20px;margin-left:4px;padding:1px 6px;font-size:11px;font-weight:700;display:inline-block}.dash-mcard .mexpand{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--muted);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s,transform .1s;display:inline-flex}.dash-mcard .mexpand:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.dash-mcard .mexpand:active{transform:scale(.9)}.dash-mcard .metric-list{gap:0;margin-top:2px}.dash-mcard .metric-row{border-bottom:1px solid var(--border);padding:7px 0;font-size:13px}.dash-mcard .metric-row:last-child{border-bottom:none}.dash-mcard{cursor:pointer;color:inherit;text-decoration:none;transition:box-shadow .13s,border-color .13s,transform 80ms}.dash-mcard:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.dash-mcard:active{transform:scale(.994)}.dash-mcard .mexpand{pointer-events:none;transition:transform .14s,color .12s}.dash-mcard:hover .mexpand{color:var(--accent);transform:translate(2px)}.dash-mcard .mmore{color:var(--accent);align-self:flex-start;margin-top:8px;padding:4px 0 2px;font-size:12px;font-weight:600}.dash-mcard:hover .mmore{text-decoration:underline}.modal-scrim.metric-scrim{background:#000000ad;align-items:center;animation:none}.dash-mcard.metric-enlarged{cursor:default;flex-direction:column;width:100%;max-width:1080px;height:min(80vh,720px);padding:2px 20px 18px;display:flex;box-shadow:0 24px 70px #10182847}.dash-mcard.metric-enlarged .mtitle{color:var(--text);padding:16px 0 12px;font-size:15px}.dash-mcard.metric-enlarged .mtitle .mexpand{width:30px;height:30px}.metric-modal-body{flex:auto;min-height:0;padding-top:4px;overflow-y:auto}.metric-empty{height:100%;color:var(--faint);text-align:center;border:1px dashed var(--border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.metric-empty svg{opacity:.5}.page-frame{position:static}.page-loader{z-index:45;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:860px){.page-loader{position:fixed}}.donut{border:3px solid #00000024;border-top-color:#000;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}.metric-modal-body .tablewrap{border:1px solid var(--border);border-radius:10px}table.metric-table{font-size:13.5px}table.metric-table thead th{background:var(--surface);color:var(--muted);text-transform:none;letter-spacing:0;border-bottom:1px solid var(--border);padding:10px 14px;font-size:12px;font-weight:500}table.metric-table tbody td{border-bottom:1px solid var(--border);padding:10px 14px}table.metric-table tbody tr:last-child td{border-bottom:none}table.metric-table tbody tr:hover td{background:var(--surface-2)}table.metric-table th.r,table.metric-table td.r{text-align:right;font-variant-numeric:tabular-nums}table.metric-table td.strong{font-weight:600}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;margin-bottom:20px;padding:22px}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 14px;font-size:14px}th{color:var(--faint);text-transform:uppercase;letter-spacing:.05em;background:var(--surface-2);font-size:11px;font-weight:600}th:first-child{border-top-left-radius:8px}th:last-child{border-top-right-radius:8px}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--surface-2)}.tablewrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:10px;overflow-x:auto}.badge{letter-spacing:.01em;text-transform:capitalize;border-radius:6px;padding:3px 9px;font-size:12px;font-weight:600;display:inline-block}.badge.testing{background:var(--amber-soft);color:var(--amber)}.badge.scaling{background:var(--violet-soft);color:var(--violet)}.badge.winner{background:var(--green-soft);color:var(--green)}.badge.loser{background:var(--red-soft);color:var(--red)}.badge.pending{background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge.shipped{background:var(--blue-soft);color:var(--blue)}.badge.notyet{background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge.network-meta{color:#1877f2;background:#e7f3ff}.badge.network-google{color:#1a73e8;background:#e8f5e9}.badge.network-tiktok{color:#fe2c55;background:#f0e6ff}.badge.network-snapchat{color:#fffc00;background:#fff8e1}input,select,textarea{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;width:100%;padding:9px 11px;font-family:inherit;font-size:14px;transition:border-color .12s,box-shadow .12s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}input::placeholder{color:var(--faint)}label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.field{margin-bottom:16px}.checkbox-label{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.checkbox-label input{width:auto}.auto-ta{resize:none;min-height:38px;line-height:1.45;display:block;overflow:hidden}.grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:760px){.grid2,.grid3{grid-template-columns:1fr}}.btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:500;transition:background .12s}.btn:hover{background:var(--accent-hover)}.btn:active{transform:scale(.97)}.btn{transition:background .12s,transform 80ms,box-shadow .12s}.btn.ghost{background:var(--surface);border:1px solid var(--border-strong);color:var(--text)}.btn.ghost:hover{background:var(--surface-2)}.btn.danger{color:var(--red);background:0 0;padding:6px 10px;font-weight:500}.btn.danger:hover{background:var(--red-soft)}.btn.sm{padding:6px 12px;font-size:13px}.thumb{object-fit:cover;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;width:40px;height:40px}.linklike{color:var(--accent);font-weight:500}.linklike:hover{text-decoration:underline}.muted{color:var(--muted)}.empty{text-align:center;color:var(--muted);padding:44px}.filters{flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:20px;display:flex}.filters .field{min-width:150px;margin-bottom:0}.fullcenter{justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:400px;box-shadow:var(--shadow);border-radius:16px;padding:32px}.auth-logo{object-fit:contain;border-radius:14px;width:56px;height:56px;margin:0 auto 18px;display:block}.auth-title{text-align:center;margin:0 0 4px;font-size:20px}.auth-sub{text-align:center;color:var(--muted);margin:0 0 24px;font-size:14px}.checkrow{color:var(--text);cursor:pointer;align-items:center;gap:8px;margin-bottom:18px;font-size:14px;font-weight:500;display:flex}.checkrow input{width:auto}.auth-err{background:var(--red-soft);color:var(--red);border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:13px}.auth-msg{background:var(--green-soft);color:var(--green);border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:13px}.auth-foot{text-align:center;color:var(--muted);margin:20px 0 0;font-size:14px}.pending-icon{background:var(--amber-soft);width:60px;height:60px;color:var(--amber);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.pending-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.sidebar-bottom{flex-direction:column;gap:6px;padding:8px 8px 10px;display:flex}.focus-sel{position:relative}.focus-label{color:var(--nav-icon);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;padding:0 4px;font-size:10.5px;font-weight:600}.focus-trigger{width:100%;box-shadow:var(--nav-shadow);cursor:pointer;color:var(--nav-strong);background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,box-shadow .12s;display:flex}.focus-trigger:hover{background:var(--nav-hover)}.focus-cur{align-items:center;gap:7px;display:flex}.focus-globe-icon{color:var(--nav-icon);flex:none}.flag{object-fit:cover;border:1px solid var(--nav-border);border-radius:2px;flex:none;width:18px;height:13px}.focus-menu{background:var(--surface);border:1px solid var(--nav-border);box-shadow:0 0 0 1px var(--nav-border), 0 8px 28px #14141429;z-index:50;border-radius:12px;max-height:240px;padding:5px;position:absolute;bottom:calc(100% + 4px);left:0;right:0;overflow-y:auto}.focus-opt{cursor:pointer;width:100%;color:var(--nav-text);text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:flex}.focus-opt:hover{background:var(--nav-hover);color:var(--nav-strong)}.focus-opt.active{background:var(--nav-active);color:var(--nav-strong);box-shadow:var(--nav-shadow);font-weight:600}.focus-trigger{overflow:hidden}.focus-label{white-space:nowrap;transition:opacity .16s}.focus-cur .sidebar-label{transition:opacity .16s}.sidebar.collapsed .focus-label{opacity:0}.sidebar.collapsed .focus-trigger{box-shadow:none}.sidebar.collapsed .focus-menu{width:220px;bottom:0;left:calc(100% + 8px);right:auto}.sidebar-profile{position:relative}.profile-trigger{cursor:pointer;width:100%;color:var(--nav-text);background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:6px 8px;font-family:inherit;font-size:13px;transition:background .12s;display:flex}.profile-trigger:hover{background:var(--nav-hover)}.avatar{object-fit:cover;border:1.5px solid var(--nav-border);background:var(--surface-2);border-radius:50%;flex:none;width:28px;height:28px}.avatar-wrap{flex:none;display:inline-flex;position:relative}.avatar-dot{background:var(--green);border:2px solid var(--sidebar-bg);width:9px;height:9px;box-shadow:0 0 0 1px var(--green-soft);border-radius:50%;position:absolute;bottom:-1px;right:-1px}.profile-name{color:var(--nav-strong);white-space:nowrap;text-overflow:ellipsis;text-align:left;font-weight:600;overflow:hidden}.profile-chev{color:var(--nav-icon);flex:none;margin-left:auto}.profile-dropdown{background:var(--surface);border:1px solid var(--nav-border);box-shadow:0 0 0 1px var(--nav-border), 0 8px 28px #14141429;z-index:50;border-radius:12px;padding:6px;position:absolute;bottom:calc(100% + 6px);left:0;right:0}.profile-dd-info{padding:8px 10px 4px}.profile-dd-name{color:var(--nav-strong);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.profile-dd-role{color:var(--nav-icon);text-transform:capitalize;margin-top:1px;font-size:12px}.profile-dd-divider{background:var(--nav-border);height:1px;margin:6px 8px}.profile-dd-btn{cursor:pointer;width:100%;color:var(--nav-text);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s;display:flex}.profile-dd-btn:hover{background:var(--nav-hover);color:var(--nav-strong)}.profile-dd-btn svg{color:var(--nav-icon);fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none}.profile-dd-danger{color:var(--red)}.profile-dd-danger:hover{background:var(--red-soft);color:var(--red)}.profile-dd-danger svg{color:var(--red)}.profile-trigger{overflow:hidden}.profile-name,.profile-chev{transition:opacity .16s}.sidebar.collapsed .profile-name,.sidebar.collapsed .profile-chev{opacity:0}.sidebar.collapsed .profile-dropdown{width:220px;bottom:0;left:calc(100% + 8px);right:auto}.grid-table td{vertical-align:middle;padding:6px 8px;overflow:hidden}.grid-table th{text-overflow:ellipsis;position:relative;overflow:hidden}.grid-table input,.grid-table select{max-width:100%}.th-sortable{cursor:pointer}.th-sortable:hover{color:var(--text)}.col-resize{cursor:col-resize;z-index:2;width:8px;height:100%;position:absolute;top:0;right:0}.col-resize:hover{background:var(--accent);opacity:.35}.grid-table input,.grid-table select{padding:7px 9px;font-size:13px}.grid-table .add-row td{background:var(--accent-soft)}.row-overdue td{background:var(--red-soft)!important}.row-overdue:hover td{filter:brightness(1.04)}.grid-table th.col-result{background:var(--accent-soft);color:var(--accent)}.grid-table td.col-result{background:var(--accent-soft)}.grid-table tr.add-row td.col-result{background:var(--accent-soft);filter:brightness(.97)}.col-add{vertical-align:middle;border:1px solid var(--accent);background:var(--accent-soft);width:18px;height:18px;color:var(--accent);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;margin-left:6px;padding:0;display:inline-flex}.col-add:hover{background:var(--accent);color:#fff}.task-cell{flex-direction:column;gap:5px;display:flex}.ro-cell{color:var(--text);padding:6px 2px;font-size:13px;display:inline-block}.confirm-modal{max-width:420px}.btn.confirm-danger{background:var(--red)}.btn.confirm-danger:hover{background:#a01414}.proof-cell{align-items:center;display:flex}.proof-has{align-items:center;gap:8px;display:flex}.proof-thumb{object-fit:cover;cursor:pointer;border:1px solid var(--border);background:var(--surface-2);border-radius:8px;width:40px;height:40px}.proof-thumb:hover{border-color:var(--accent)}.proof-actions{flex-direction:column;gap:3px;display:flex}.proof-upload{cursor:pointer;border:1px dashed var(--border-strong);background:var(--surface-2);color:var(--muted);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500}.proof-upload:hover{border-color:var(--accent);color:var(--accent)}.proof-lightbox{background:var(--surface);border-radius:12px;max-width:90vw;max-height:90vh;padding:10px;position:relative;box-shadow:0 20px 60px #0006}.proof-lightbox img{border-radius:8px;max-width:86vw;max-height:76vh;display:block}.proof-lightbox-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.perm-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;display:grid}.perm-item{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.perm-label{font-size:14px;font-weight:600}.perm-hint{color:var(--muted);margin-top:2px;font-size:12px}.role-panel{padding:0;overflow:hidden}.role-head{justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex}.role-head:hover{background:var(--surface-2)}.role-panel .role-head:only-child,.role-head{transition:background .12s}.role-head-main{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.role-name{letter-spacing:-.01em;font-size:16px;font-weight:700}.role-sum{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.role-sum span{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.chip-w{background:var(--green-soft);color:var(--green)}.chip-r{background:var(--amber-soft);color:var(--amber)}.chip-rd{background:var(--blue-soft);color:var(--blue)}.chip-none{background:var(--surface-2);color:var(--faint);border:1px solid var(--border)}.role-head-actions{flex:none;align-items:center;gap:10px;display:flex}.role-body{border-top:1px solid var(--border);padding:4px 20px 20px}.role-presets{flex-wrap:wrap;align-items:center;gap:8px;padding:14px 0 6px;display:flex}.perm-group{border:1px solid var(--border);border-radius:12px;margin-top:12px;overflow:hidden}.perm-group-head{background:var(--surface-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.perm-group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--faint);font-size:11px;font-weight:700}.perm-group-bulk{gap:4px;display:flex}.perm-group-bulk button{color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:2px 9px;font-size:11px;font-weight:600}.perm-group-bulk button:hover{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.perm-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.perm-row:last-child{border-bottom:none}.perm-row-info{min-width:0}.perm-seg{background:var(--surface-2);border:1px solid var(--border);border-radius:9px;flex:none;gap:2px;padding:2px;display:inline-flex}.perm-seg-btn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:5px 12px;font-size:12.5px;font-weight:600;transition:background .1s,color .1s}.perm-seg-btn:hover{color:var(--text)}.perm-seg-btn.active{color:#fff;box-shadow:0 1px 2px #1018281f}.perm-seg-btn.active.none{background:var(--faint)}.perm-seg-btn.active.read{background:var(--blue)}.perm-seg-btn.active.result{background:var(--amber)}.perm-seg-btn.active.write{background:var(--green)}@media (max-width:620px){.perm-row{flex-direction:column;align-items:stretch}.perm-seg{align-self:flex-start}}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:28px;display:grid}.metric-panel{flex-direction:column;display:flex}.metric-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.metric-row{justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.metric-name{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.metric-row .muted{white-space:nowrap;font-size:12px}.metric-card{background:var(--surface-2);border-radius:10px;flex-direction:column;flex:1;gap:4px;padding:14px 18px;display:flex}.metric-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.metric-value{color:var(--text);font-size:22px;font-weight:700}.tabbar{border-bottom:1px solid var(--border);gap:4px;margin-bottom:16px;display:flex}.tabbtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 16px;font-size:14px;font-weight:600;display:flex}.tabbtn:hover{color:var(--text)}.tabbtn.active{color:var(--accent);border-bottom-color:var(--accent)}.tabbtn-count{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.tabbtn.active .tabbtn-count{background:var(--accent-soft);color:var(--accent)}.tabbtn.sm{padding:6px 10px;font-size:13px}.ps-menu-wide{width:340px;padding:8px}.ps-menu-scroll{max-height:268px;margin:0 -2px;padding:0 2px;overflow-y:auto}.ps-menu-wide .tabbar{background:var(--surface-2);border-bottom:none;border-radius:10px;gap:3px;padding:3px;margin:0 0 8px!important}.ps-menu-wide .tabbtn{color:var(--muted);border-radius:7px;margin-bottom:0;padding:6px 12px}.ps-menu-wide .tabbtn:hover{color:var(--text)}.ps-menu-wide .tabbtn.active{background:var(--surface);color:var(--text);border-bottom-color:#0000;box-shadow:0 1px 2px #10182814,0 0 0 1px #1018280a}.ps-menu-wide .tabbtn.active .tabbtn-count{background:var(--accent-soft);color:var(--accent)}.ps-menu-wide input{background:var(--surface-2);border:1px solid var(--border);border-radius:9px;margin-bottom:4px;padding:9px 12px}.ps-menu-wide input:focus{background:var(--surface);border-color:var(--accent)}.bulkbar{background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent);border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:14px;font-weight:600;display:flex}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:12px 4px 2px;display:flex}.pag-rows{color:var(--muted);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.pag-rows select{width:auto;color:var(--text);border-color:var(--border);border-radius:8px;padding:5px 26px 5px 9px;font-size:13px;font-weight:500}.pag-rows select:hover{border-color:var(--border-strong)}.pag-nav{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:14px;font-size:13px;display:inline-flex}.pag-arrows{align-items:center;gap:4px;display:inline-flex}.pag-arrow{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.pag-arrow:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong)}.pag-arrow:disabled{color:var(--faint);cursor:default;opacity:.55}.pag-page{color:var(--text);white-space:nowrap;padding:0 6px;font-weight:600}.pag-page-of{color:var(--faint);margin-left:5px;font-weight:400}.grid-table .add-row input,.grid-table .add-row select{background:var(--surface)}.grid-table th,.grid-table td{padding:8px}.grid-table td input{padding-left:8px;padding-right:8px}.grid-table .ps-trigger{min-height:32px}.grid-table td input[type=number]{appearance:textfield}.grid-table td input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.grid-table td input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.grid-table td .market-cell{max-width:100%;display:flex}.grid-table td .market-cell>span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.rowimg{align-items:center;gap:6px;display:flex}.rowimg-box{border:1px dashed var(--border-strong);background:var(--surface-2);cursor:pointer;width:42px;height:42px;color:var(--faint);border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0;font-size:18px;display:flex;overflow:hidden}.rowimg-box img{object-fit:cover;width:100%;height:100%}.rowimg-box:hover{border-color:var(--accent)}.rowimg-actions{flex-direction:column;gap:3px;display:flex}.rowimg-btn{border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;color:var(--muted);border-radius:5px;padding:2px 6px;font-size:11px;line-height:1.4}.rowimg-btn:hover{background:var(--surface-2);color:var(--text)}.test-card-head{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.test-card-prod{align-items:center;gap:12px;display:flex}.test-toggle{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:30px;height:30px;color:var(--muted);border-radius:7px;flex:none;justify-content:center;align-items:center;display:flex}.test-toggle:hover{background:var(--surface-2);color:var(--text)}.test-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s}.test-toggle svg.open{transform:rotate(90deg)}.pricing-row{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2px;margin-top:16px;display:grid;overflow:hidden}.pricing-row .pf{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.pricing-row .pf:last-child{border-right:none}.pricing-row .pf label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.pricing-row .pf label .muted{text-transform:none;letter-spacing:0;font-weight:500}.pricing-row .pf input{padding:8px 10px;font-size:14px}.pricing-row .pf-total{letter-spacing:-.01em;padding:7px 0;font-size:16px;font-weight:700}.pf-hard{color:var(--text);font-size:15px}.test-mini{gap:22px;margin-left:auto;display:flex}.test-mini>div{flex-direction:column;display:flex}.test-mini span{font-size:11px}.test-mini strong{font-size:15px}@media (max-width:640px){.test-mini{flex-wrap:wrap;gap:14px}}.test-card-name{font-size:16px;font-weight:700}.test-card-actions{align-items:flex-end;gap:12px;display:flex}.test-total-row td{background:var(--accent-soft)}.asset-links{flex-direction:column;gap:10px;display:flex}.asset-link{border:1px solid var(--border-strong);color:var(--accent);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;font-weight:600;display:flex}.asset-link:hover{background:var(--accent-soft)}.asset-link svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.market-chips{flex-wrap:wrap;gap:8px;display:flex}.mchip{background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:14px;font-weight:500;transition:all .12s;display:inline-flex}.mchip:hover{border-color:var(--accent)}.mchip.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.test-cell{align-items:center;gap:10px;display:flex}.test-sum{white-space:nowrap;font-size:13px}.test-days{flex-direction:column;gap:12px;margin-top:16px;display:flex}.test-day{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;padding:14px}.test-day-head{margin-bottom:10px;font-size:14px;font-weight:600}.test-day-grid{grid-template-columns:1fr 1fr 1fr;align-items:end;gap:12px;display:grid}.test-day-grid label{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.test-cost-val{padding:9px 0;font-weight:700}.test-cost{text-align:left}.test-totals{background:var(--accent-soft);border:1px solid var(--border);border-radius:10px;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;padding:16px;display:grid}.test-totals>div{flex-direction:column;gap:4px;display:flex}.test-totals span{font-size:12px}.test-totals strong{font-size:18px}@media (max-width:620px){.test-day-grid{grid-template-columns:1fr}.test-totals{grid-template-columns:1fr 1fr}}.modal-scrim{z-index:60;background:#11182773;justify-content:center;align-items:flex-start;padding:40px 20px;animation:.14s fade;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:860px;animation:.16s cubic-bezier(.4,0,.2,1) pop;box-shadow:0 20px 60px #10182840}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-body{padding:24px}.modal-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.modal-close{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--surface-2);color:var(--text)}.modal-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:none}}.daterange{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.daterange-presets{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--surface);border:1px solid var(--border-strong);color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .12s}.chip:hover{border-color:var(--accent);color:var(--text)}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.daterange-inputs{flex-wrap:wrap;gap:14px;display:flex}.daterange-inputs .field{min-width:150px;margin-bottom:0}.ps{width:100%;position:relative}.ps-trigger{background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;width:100%;color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:7px 11px;font-size:14px;display:flex}.ps-trigger:hover{border-color:var(--accent)}.ps-trigger.status-trigger{box-shadow:none;background:0 0;border:none;min-height:32px;padding:2px 6px 2px 2px}.ps-trigger.status-trigger:hover{background:var(--surface-2);border:none}.days-pill{background:var(--surface-2);color:var(--muted);border:1px solid var(--border);white-space:nowrap;border-radius:6px;flex:none;padding:3px 8px;font-size:11px;font-weight:700;display:inline-block}.followup-controls{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.tweak{border:1px solid var(--border-strong);background:var(--surface);border-radius:9px;align-items:center;height:40px;display:inline-flex;overflow:hidden}.tweak input{text-align:center;appearance:textfield;border:none;border-radius:0;width:54px;padding:0 4px}.tweak input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tweak input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tweak-btn{background:var(--surface-2);width:30px;height:100%;color:var(--text);cursor:pointer;border:none;font-size:17px;line-height:1}.tweak-btn:hover{background:var(--border)}.tweak-suffix{color:var(--muted);white-space:nowrap;padding:0 11px 0 6px;font-size:12px}.follow-row:hover td{background:var(--surface-2)}.follow-detail td{background:var(--surface-2);padding:0}.follow-hist{padding:12px 16px 14px}.follow-hist-head{text-transform:uppercase;letter-spacing:.04em;color:var(--faint);margin-bottom:10px;font-size:11px;font-weight:600}.hist-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:5px 0;font-size:13px;display:flex}.hist-row:last-child{border-bottom:none}.hist-dot{background:var(--border-strong);border-radius:50%;flex:none;width:7px;height:7px}.hist-row.is-call .hist-dot{background:var(--accent)}.hist-date{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;min-width:82px}.hist-status{align-items:center;gap:6px;font-weight:600;display:inline-flex}.hist-call{text-transform:uppercase;letter-spacing:.04em;background:var(--accent-soft);color:var(--accent);border-radius:5px;padding:1px 5px;font-size:10px;font-weight:700}.hist-note{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hist-user{color:var(--faint);white-space:nowrap;margin-left:auto;font-size:12px}.spin{animation:.8s linear infinite spin}.ps-row{align-items:center;gap:9px;display:flex;overflow:hidden}.ps-caret{color:var(--faint);font-size:12px}.ps-thumb{object-fit:cover;background:var(--surface-2);border:1px solid var(--border);border-radius:7px;flex:none;width:30px;height:30px}.ps-menu{background:var(--surface);border:1px solid var(--border);z-index:30;border-radius:12px;max-height:300px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #10182829,0 0 0 1px #10182808}.ps-option{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;line-height:1.35;transition:background .1s;display:flex}.ps-option:hover{background:var(--surface-2)}.ps-option.active{background:var(--surface-2);color:var(--text);font-weight:600}.ps-option.active .ps-thumb{box-shadow:0 0 0 2px var(--accent);border-color:#0000}.ps-empty{color:var(--muted);text-align:center;padding:14px 10px;font-size:13px}.ps-menu-portal{z-index:200;border-radius:12px;max-height:340px;overflow-y:auto;box-shadow:0 16px 44px #10182833,0 0 0 1px #1018280a;right:auto!important}.ps-menu::-webkit-scrollbar{width:10px}.ps-menu-scroll::-webkit-scrollbar{width:10px}.ps-menu::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--surface);background-clip:padding-box;border-radius:10px}.ps-menu-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--surface);background-clip:padding-box;border-radius:10px}.ps-menu::-webkit-scrollbar-track{background:0 0}.ps-menu-scroll::-webkit-scrollbar-track{background:0 0}.ps-thumb.ps-all{background:linear-gradient(135deg, var(--accent), #7c74f0);border:none}.market-cell{align-items:center;gap:8px;display:inline-flex}.flag{object-fit:cover;border:1px solid var(--border);background:var(--surface-2);border-radius:3px;flex:none;width:22px;height:15px}.uploader{border:1.5px dashed var(--border-strong);background:var(--surface-2);cursor:pointer;border-radius:10px;outline:none;justify-content:center;align-items:center;min-height:120px;padding:12px;transition:border-color .12s,background .12s;display:flex}.uploader:hover,.uploader:focus{border-color:var(--accent)}.uploader.dragging{border-color:var(--accent);background:var(--accent-soft)}.uploader-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:4px;display:flex}.uploader-empty strong{color:var(--accent);font-size:14px;font-weight:600}.uploader-empty span{font-size:12px}.uploader-preview{display:inline-block;position:relative}.uploader-preview img{border-radius:8px;max-width:100%;max-height:140px;display:block}.uploader-remove{color:#fff;cursor:pointer;background:#111827d1;border:none;border-radius:6px;padding:4px 9px;font-size:12px;font-weight:500;position:absolute;top:6px;right:6px}.uploader-remove:hover{background:#111827f2}.donut-wrap{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.donut-legend{flex-direction:column;gap:16px;display:flex}.legend-item{align-items:center;gap:12px;display:flex}.legend-swatch{border-radius:4px;flex:none;width:14px;height:14px}.legend-label{color:var(--muted);font-size:12px;font-weight:500}.legend-value{font-size:16px;font-weight:700}.banner{background:var(--red-soft);color:var(--red);border:1px solid #f3c0c0;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:13px}.banner code{background:#0000000d;border-radius:4px;padding:1px 5px}@media (max-width:860px){.cards{gap:12px;margin-bottom:20px}.tabbar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.tabbtn{white-space:nowrap}}@media (max-width:600px){.container{padding:16px 12px 48px}h1{font-size:20px}h2{margin-bottom:12px;font-size:14px}.sub{margin-bottom:18px;font-size:13.5px}.panel{border-radius:12px;margin-bottom:16px;padding:16px 13px}.between{gap:12px;flex-direction:column!important;align-items:stretch!important}.between>*,.between .btn{width:100%}th,td{padding:9px 10px;font-size:13px}.empty{padding:30px 16px}.cards{grid-template-columns:1fr 1fr}.stat{padding:14px 15px}.stat .value{font-size:22px}.metrics-grid{grid-template-columns:1fr;gap:12px}.filters{gap:10px}.filters .field,.daterange-inputs .field{flex:100%;min-width:0!important}input,select,textarea{font-size:16px}.modal-scrim{align-items:flex-start;padding:12px}.modal{border-radius:12px;max-height:calc(100vh - 24px);overflow-y:auto}.modal-head{padding:14px 16px}.modal-body{padding:16px}.modal-foot{padding:14px 16px}.modal-foot .btn,.confirm-modal .modal-foot .btn{flex:1}.bulkbar{flex-wrap:wrap}.donut-wrap{gap:24px}.pagination{gap:8px;padding:12px 0 2px}.pag-nav{gap:8px}.ps-menu-wide{width:min(320px,100vw - 32px)}.ps-menu-portal{max-width:calc(100vw - 24px)}}@media (max-width:400px){.cards,.test-totals{grid-template-columns:1fr}}@media (max-width:700px){.tablewrap.mcards{border:none;border-radius:0;overflow:visible}.tablewrap.mcards table{width:100%;table-layout:auto!important;min-width:0!important}.tablewrap.mcards colgroup,.tablewrap.mcards thead{display:none}.tablewrap.mcards tbody{display:block}.tablewrap.mcards tbody tr{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;margin-bottom:12px;padding:6px 14px;display:block}.tablewrap.mcards tbody tr:hover td{background:0 0}.tablewrap.mcards td{border:none;border-bottom:1px solid var(--border);white-space:normal;padding:10px 0;display:block;width:auto!important}.tablewrap.mcards tr td:last-child{border-bottom:none}.tablewrap.mcards td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--faint);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.tablewrap.mcards td[data-label=""]:before,.tablewrap.mcards td:not([data-label]):before{display:none}.tablewrap.mcards .add-row td[data-label=""]{padding-top:4px}.tablewrap.mcards .empty{text-align:center;border:none;padding:28px 0}.tablewrap.mcards .col-resize{display:none}.tablewrap.mcards td.col-result{background:0 0}}.sim-kpis{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:14px;margin-bottom:22px;display:grid}.sim-kpi{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-left:3px solid var(--border-strong);border-radius:12px;padding:16px 18px}.sim-kpi.pos{border-left-color:var(--green)}.sim-kpi.neg{border-left-color:var(--red)}.sim-kpi.accent{border-left-color:var(--accent)}.sim-kpi-label{color:var(--muted);font-size:12px;font-weight:500}.sim-kpi-value{letter-spacing:-.02em;margin-top:7px;font-size:25px;font-weight:700}.sim-kpi.pos .sim-kpi-value{color:var(--green)}.sim-kpi.neg .sim-kpi-value{color:var(--red)}.sim-kpi.accent .sim-kpi-value{color:var(--accent)}.sim-kpi-hint{color:var(--faint);margin-top:4px;font-size:11.5px}.sim-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:20px;display:grid}.sim-col{flex-direction:column;min-width:0;display:flex}.sim-field{margin-bottom:0}.sim-input-wrap{position:relative}.sim-affix{color:var(--faint);pointer-events:none;font-size:13px;font-weight:500;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.sim-affix.right{left:auto;right:11px}.sim-hint{color:var(--faint);margin-top:5px;font-size:12px}.sim-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.sim-link:hover{text-decoration:underline}.sim-funnel{flex-direction:column;gap:16px;display:flex}.sim-funnel-head{justify-content:space-between;align-items:baseline;margin-bottom:7px;display:flex}.sim-funnel-label{font-size:13px;font-weight:600}.sim-funnel-count{align-items:center;gap:8px;font-size:15px;font-weight:700;display:inline-flex}.sim-funnel-badge{color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600}.sim-funnel-track{background:var(--surface-2);border-radius:999px;height:12px;overflow:hidden}.sim-funnel-bar{border-radius:999px;height:100%}.sim-funnel-bar.t1{background:linear-gradient(90deg, var(--accent), #7c74f0)}.sim-funnel-bar.t2{background:linear-gradient(90deg, var(--blue), #4f8bf0)}.sim-funnel-bar.t3{background:linear-gradient(90deg, var(--green), #34d399)}.sim-wf{flex-direction:column;display:flex}.sim-wf-row{border-radius:8px;justify-content:space-between;align-items:center;padding:9px 12px;font-size:14px;display:flex}.sim-wf-row .sim-wf-val{font-variant-numeric:tabular-nums;font-weight:600}.sim-wf-row.sub{color:var(--muted)}.sim-wf-row.sub .sim-wf-val{color:var(--red)}.sim-wf-row.net{background:var(--surface-2);margin:4px 0;font-weight:600}.sim-wf-row.net .sim-wf-val{color:var(--text)}.sim-wf-row.profit{background:var(--accent-soft);margin-top:4px;font-size:15px;font-weight:700}.sim-wf-row.profit .sim-wf-val{color:var(--accent)}.sim-be{flex-direction:column;gap:10px;display:flex}.sim-be-row{justify-content:space-between;align-items:center;font-size:14px;display:flex}.sim-be-row span{color:var(--muted)}.sim-be-row strong{font-variant-numeric:tabular-nums}.sim-be-headroom{border-radius:10px;margin-top:4px;padding:12px 14px;font-size:13.5px;line-height:1.5}.sim-be-headroom.pos{background:var(--green-soft);color:var(--green)}.sim-be-headroom.neg{background:var(--red-soft);color:var(--red)}.sim-be-totals{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding-top:16px;display:grid}.sim-be-totals.wide{border-top:none;grid-template-columns:1fr 1fr;margin-top:0;padding-top:0}.sim-be-totals>div{flex-direction:column;gap:3px;display:flex}.sim-be-totals span{color:var(--muted);font-size:12px}.sim-be-totals strong{letter-spacing:-.01em;font-size:17px;font-weight:700}.sim-be-totals .span2{border-top:1px solid var(--border);grid-column:1/-1;padding-top:12px}.sim-be-totals strong.pos{color:var(--green)}.sim-be-totals strong.neg{color:var(--red)}.sim-config-head{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.sim-metrics{flex-direction:column;gap:20px;display:flex}.sim-mgroup-title{letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin-bottom:10px;font-size:11px;font-weight:700}.sim-mrow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.sim-mcell{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:3px;padding:12px 14px;display:flex}.sim-mcell strong{letter-spacing:-.01em;font-size:20px;font-weight:700}.sim-mcell strong.accent{color:var(--accent)}.sim-mcell strong.pos{color:var(--green)}.sim-mcell strong.neg{color:var(--red)}.sim-mcell span{color:var(--muted);font-size:12px}.sim-cascade{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.sim-cascade-step{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;flex:130px;gap:3px;padding:12px 14px;display:flex}.sim-cascade-step strong{font-size:20px;font-weight:700}.sim-cascade-step span{color:var(--muted);font-size:12px}.sim-cascade-step.hot-pos{background:var(--green-soft);border-color:#0000}.sim-cascade-step.hot-pos strong{color:var(--green)}.sim-cascade-step.hot-neg{background:var(--red-soft);border-color:#0000}.sim-cascade-step.hot-neg strong{color:var(--red)}.sim-cascade-arrow{color:var(--faint);align-items:center;font-size:18px;font-weight:700;display:flex}@media (max-width:560px){.sim-cascade-arrow{display:none}}.sim-pos{color:var(--green)}.sim-neg{color:var(--red)}.sim-saved-row:hover td{background:var(--surface-2)}@media (max-width:900px){.sim-grid{grid-template-columns:1fr}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_7LqjUnHxghfgtyT8932aVcjBfufN)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter", "Inter Fallback"}
