@font-face{font-family:Creolia;src:url(/assets/fonts/Creolia.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inclusive Sans;src:url(/assets/fonts/InclusiveSans-Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Inclusive Sans;src:url(/assets/fonts/InclusiveSans-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inclusive Sans;src:url(/assets/fonts/InclusiveSans-Medium.woff2) format("woff2");font-weight:500 600;font-display:swap}@font-face{font-family:Inclusive Sans;src:url(/assets/fonts/InclusiveSans-Bold.woff2) format("woff2");font-weight:700;font-display:swap}:root{--ink: #222D00;--lime: #DDDD6B;--olive: #777730;--orange: #F78731;--red: #F65508;--brown: #8A5B41;--lilac: #C5AAD4;--blue: #AABBCC;--pink: #FCA6C0;--mint: #C6D6A6;--cream: #FCE4C9;--bg: #F6F6F4;--bg-2: #FBFBF8;--surface: #FFFFFF;--surface-2: #F1F1ED;--hairline: rgba(34, 45, 0, .08);--hairline-strong: rgba(34, 45, 0, .14);--text: #1A1F0F;--text-2: #4B5340;--text-muted: #6F7560;--text-faint: #9BA088;--white: #FFFFFF;--font-display: "Creolia", "Times New Roman", serif;--font-body: "Inclusive Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;--r-sm: 8px;--r: 12px;--r-lg: 16px;--r-xl: 22px;--r-pill: 999px;--shadow-sm: 0 1px 1.5px rgba(20, 24, 12, .04), 0 1px 2px rgba(20, 24, 12, .04);--shadow-card: 0 1px 2px rgba(20, 24, 12, .04), 0 4px 16px rgba(20, 24, 12, .03);--shadow-pop: 0 6px 20px rgba(20, 24, 12, .08), 0 2px 6px rgba(20, 24, 12, .04);--sidebar-w: 240px;--header-h: 64px}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}html{background:var(--bg);color-scheme:light}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:13.5px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}img,svg{display:block}::selection{background:var(--lime);color:var(--ink)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#222d0029;border:3px solid transparent;border-radius:var(--r-pill);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#222d0042;border:3px solid transparent;background-clip:padding-box}#root{min-height:100vh}.app{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);min-height:100vh}.main{min-width:0;background:var(--bg)}.sidebar{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;height:100vh;padding:14px 12px;overflow-y:auto;background:var(--bg-2);border-right:1px solid var(--hairline)}.sidebar-backdrop{display:none}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 10px 16px}.sidebar__brand-icon{width:38px;height:38px;border-radius:10px;filter:drop-shadow(0 2px 4px rgba(20,24,12,.08))}.sidebar__brand-name{color:var(--ink);font-family:var(--font-display);font-size:22px;line-height:1}.sidebar__brand-sub,.sidebar__section-label,.sidebar__user-role{color:var(--text-faint)}.sidebar__brand-sub{margin-top:3px;font-size:10px;line-height:1.2}.sidebar__section-label{padding:12px 12px 4px;font-size:10px;font-weight:700;text-transform:uppercase}.sidebar__section-label--apps{margin-top:16px}.nav-item{display:flex;align-items:center;width:100%;min-height:38px;gap:11px;padding:8px 11px;border:0;border-radius:9px;background:transparent;color:var(--text-2);font:inherit;text-decoration:none;text-align:left;transition:background .16s ease,color .16s ease}.nav-item:hover{background:#222d000a;color:var(--text)}.nav-item.is-active{background:var(--ink);color:var(--white);font-weight:700}.nav-item.is-active .nav-item__icon{color:var(--lime)}.nav-item__icon,.icon-btn svg{width:18px;height:18px}.nav-item__badge{margin-left:auto;padding:1px 7px;border-radius:var(--r-pill);background:var(--lime);color:var(--ink);font-size:10px;font-weight:800}.sidebar__footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding:14px 8px 4px;border-top:1px solid var(--hairline)}.sidebar__avatar,.mobile-header__avatar{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--hairline);border-radius:50%;background:var(--lime);color:var(--ink);font-family:var(--font-display);overflow:hidden}.sidebar__avatar img,.mobile-header__avatar img{width:100%;height:100%;object-fit:cover}.sidebar__user-name{max-width:130px;overflow:hidden;color:var(--text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.sidebar__user{min-width:0}.sidebar__user-role{max-width:136px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__logout{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;margin-left:auto;border:1px solid var(--hairline);border-radius:50%;color:var(--text-muted);transition:background .16s ease,color .16s ease,border-color .16s ease}.sidebar__logout:hover{border-color:var(--hairline-strong);background:var(--surface);color:var(--ink)}.sidebar__logout svg{width:16px;height:16px}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;min-height:var(--header-h);gap:14px;padding:12px 28px;border-bottom:1px solid var(--hairline);background:#f6f6f4d6;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px)}.header__title{font-family:var(--font-display);font-size:26px;line-height:1.1}.header__subtitle{margin-top:2px;color:var(--text-muted);font-size:12px}.header__right{display:flex;align-items:center;gap:8px;margin-left:auto}.mobile-header,.mobile-tabs{display:none}.page{width:min(1480px,100%);margin:0 auto;padding:24px 28px 48px}.grid{display:grid;gap:18px;margin-top:18px}.grid--kpi{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--2{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.grid--12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-12{grid-column:span 12}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.auth-loading,.login-shell{display:grid;min-height:100vh;place-items:center;background:radial-gradient(circle at 54% 18%,rgba(221,221,107,.16),transparent 34%),linear-gradient(135deg,var(--bg-2),var(--bg));padding:24px}.auth-loading{gap:14px;align-content:center}.auth-loading img{width:54px;height:54px;border-radius:14px;box-shadow:var(--shadow-card)}.login-panel{display:grid;width:min(420px,100%);gap:22px;padding:30px;border:1px solid var(--hairline);border-radius:var(--r-xl);background:#ffffffe0;box-shadow:var(--shadow-pop);-webkit-backdrop-filter:saturate(145%) blur(18px);backdrop-filter:saturate(145%) blur(18px)}.login-brand{display:flex;align-items:center;gap:12px}.login-brand__mark{width:54px;height:54px;border-radius:14px;box-shadow:var(--shadow-card)}.login-brand span{color:var(--ink);font-family:var(--font-display);font-size:32px;line-height:1}.login-panel h1{color:var(--ink);font-family:var(--font-display);font-size:34px;line-height:1}.login-panel p{margin-top:7px;color:var(--text-muted);font-weight:700}.login-error{padding:10px 12px;border:1px solid rgba(246,85,8,.18);border-radius:12px;background:#f6550814;color:#9d4305;font-size:12px;font-weight:800}.google-login-btn,.google-login-slot{display:inline-flex;align-items:center;justify-content:center;min-height:46px}.google-login-slot{width:100%}.google-login-slot>div{display:flex;justify-content:center}.google-login-btn{gap:10px;border:1px solid var(--hairline-strong);border-radius:var(--r-pill);background:var(--ink);color:var(--cream);font-weight:800;box-shadow:var(--shadow-sm);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.google-login-btn:hover{transform:translateY(-1px);background:#152000;box-shadow:var(--shadow-card)}.google-login-btn span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--surface);color:var(--ink);font-family:var(--font-body);font-weight:900}.toolbar__left,.toolbar__right{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.toolbar__range-mobile{display:none}.seg{display:inline-grid;grid-template-columns:repeat(2,minmax(82px,1fr));gap:2px;min-height:36px;padding:3px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2)}.seg button{border:0;border-radius:var(--r-pill);background:transparent;color:var(--text-muted);font-weight:700;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.seg button.is-active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.seg--three{grid-template-columns:repeat(3,minmax(66px,1fr))}.chip,.btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;gap:7px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font-weight:700;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.chip,.btn{padding:0 12px}.btn--compact{min-height:30px;padding:0 10px;font-size:12px}.chip svg,.btn svg{width:15px;height:15px}.chip:hover,.btn:hover,.icon-btn:hover{border-color:var(--hairline-strong);background:var(--bg-2);color:var(--text)}.btn:disabled,.icon-btn:disabled{cursor:not-allowed;opacity:.45}.chip.is-dark{border-color:#222d0014;background:var(--ink);color:var(--lime)}.date-picker{position:relative;display:inline-flex}.date-picker__button{display:inline-flex;align-items:center;min-height:38px;gap:8px;padding:0 14px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:#ffffffd1;color:var(--text);font-weight:800;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:saturate(145%) blur(14px);backdrop-filter:saturate(145%) blur(14px);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.date-picker__button:hover,.date-picker__button[aria-expanded=true]{border-color:#0066ccd9;box-shadow:0 0 0 3px #0066cc24,var(--shadow-sm)}.date-picker__button svg{width:16px;height:16px}.date-picker__popover{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:min(340px,calc(100vw - 28px));padding:12px;border:1px solid var(--hairline-strong);border-radius:18px;background:#fbfbf8eb;box-shadow:var(--shadow-pop);-webkit-backdrop-filter:saturate(150%) blur(18px);backdrop-filter:saturate(150%) blur(18px)}.date-picker__quick{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;border-radius:var(--r-pill);background:#222d000f}.date-picker__quick button,.date-picker__actions button{min-height:34px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--text-2);font-weight:800}.date-picker__quick button:hover,.date-picker__actions button:hover{background:var(--surface);color:var(--ink)}.date-picker__fields{display:grid;min-width:0;gap:10px;margin-top:12px}.date-picker__fields label{display:grid;min-width:0;gap:6px;color:var(--text-muted);font-size:11px;font-weight:800}.date-picker__fields input{width:100%;min-width:0;max-width:100%;min-height:42px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-weight:800;padding:0 12px;text-align:center}.date-picker__fields input:focus{border-color:#0066ccd9;outline:3px solid rgba(0,102,204,.14)}.date-picker__actions{display:flex;justify-content:flex-end;gap:6px;margin-top:12px}.date-picker__actions button:last-child{background:var(--ink);color:var(--lime);padding:0 14px}.btn--primary{background:var(--ink);color:var(--white)}.icon-btn{width:36px;height:36px;padding:0}.icon-btn--refresh{background:#ffffffd1;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:saturate(145%) blur(14px);backdrop-filter:saturate(145%) blur(14px)}.icon-btn--refresh svg{width:17px;height:17px}.icon-btn--refresh.is-spinning svg{animation:refresh-spin .85s ease}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{min-width:0;border:1px solid var(--hairline);border-radius:var(--r);background:var(--surface);box-shadow:var(--shadow-card)}.card:not(.kpi){padding:20px}.card--lime{background:linear-gradient(180deg,rgba(221,221,107,.22),var(--surface))}.card--ink{background:var(--ink);color:var(--white)}.card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.card__title{color:var(--text);font-family:var(--font-display);font-size:20px;font-weight:400;line-height:1.05}.card__hint,.muted{color:var(--text-muted);font-size:12px}.tag{display:inline-flex;align-items:center;min-height:24px;gap:6px;padding:2px 8px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-2);font-size:11px;font-weight:800;white-space:nowrap}.tag--lime{background:#dddd6b66;color:var(--ink)}.tag--mint{background:#c6d6a67a;color:var(--ink)}.tag--cream{background:#fce4c999;color:var(--brown)}.tag--orange{background:#f7873124;color:#9d4305}.tag--red{background:#f655081f;color:#b73200}.tag--lilac{background:#c5aad459;color:var(--ink)}.hero{position:relative;display:flex;gap:18px;overflow:hidden;min-height:188px;padding:24px;border:1px solid var(--hairline);border-radius:var(--r-xl);background:linear-gradient(90deg,#fffffffa,#fffffff5);box-shadow:var(--shadow-card)}.hero__title{color:var(--ink);font-family:var(--font-display);font-size:clamp(28px,3vw,36px);line-height:1}.hero__sub{max-width:760px;margin-top:9px;color:var(--text-muted)}.hero__stats{display:flex;flex-wrap:wrap;gap:0;margin-top:18px}.hero__stat{min-width:126px;padding:0 16px 0 0;margin-right:16px;border-right:1px solid var(--hairline)}.hero__stat:last-child{border-right:0}.hero__stat-v{color:var(--text);font-family:var(--font-display);font-size:20px;line-height:1}.hero__stat-l{margin-top:5px;color:var(--text-muted);font-size:11px}.hero__chip{position:absolute;top:18px;right:18px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 #dddd6bb3;animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px #dddd6b00}to{box-shadow:0 0 #dddd6b00}}.kpi{display:flex;min-height:142px;flex-direction:column;justify-content:flex-start;padding:18px}.kpi__top{display:flex;align-items:center;gap:10px;min-width:0;margin-bottom:10px}.kpi__icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:9px;background:var(--surface-2)}.kpi__icon img{width:21px;height:21px;object-fit:contain}.kpi__label{min-width:0;flex:1 1 auto;color:var(--text-muted);font-weight:700}.kpi__info{position:relative;display:inline-grid;width:23px;height:23px;flex:0 0 23px;place-items:center;border:1px solid var(--hairline);border-radius:50%;background:#f6f8efe6;color:var(--text-muted);font-size:11px;font-weight:950;line-height:1}.kpi__info:hover,.kpi__info:focus-visible{border-color:#77773047;background:var(--lime);color:var(--ink)}.kpi__info .metric-tooltip{right:0;left:auto}.kpi__info .metric-tooltip:after{right:8px;left:auto}.kpi__main{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:10px}.kpi__value{color:var(--text);font-family:var(--font-display);font-size:clamp(28px,2.4vw,36px);line-height:1;overflow-wrap:anywhere}.kpi__sub{margin-left:5px;color:var(--text-muted);font-family:var(--font-body);font-size:12px;font-weight:700}.kpi__delta{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--r-pill);background:#7777301f;color:var(--olive);font-size:11px;font-weight:800}.kpi__compare{display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;max-width:100%;flex-wrap:wrap}.kpi__compare-label{max-width:220px;color:var(--text-faint);font-size:10px;font-weight:800;line-height:1.15;text-align:left}.kpi__note{margin-top:10px;color:var(--text-muted);font-size:11px;font-weight:850;line-height:1.2}.kpi__delta.is-down{background:#f655081a;color:var(--red)}.kpi__delta.is-flat{background:var(--surface-2);color:var(--text-muted)}.has-tooltip{position:relative;cursor:help}.metric-tooltip{position:absolute;z-index:25;bottom:calc(100% + 8px);left:0;width:max-content;max-width:min(280px,72vw);padding:9px 11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:var(--ink);box-shadow:var(--shadow-pop);color:var(--surface);font-family:var(--font-body);font-size:11px;font-weight:800;line-height:1.32;opacity:0;pointer-events:none;text-align:left;text-transform:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease;white-space:normal}.metric-tooltip:after{position:absolute;top:100%;left:18px;border:6px solid transparent;border-top-color:var(--ink);content:""}.has-tooltip:hover .metric-tooltip,.has-tooltip:focus-visible .metric-tooltip{opacity:1;transform:translateY(0)}.kpi__spark{display:none;height:36px;margin-top:auto}.inventory-kpi{display:flex;min-height:176px;flex-direction:column;justify-content:flex-start;padding:18px}.inventory-kpi__value{margin-top:18px;color:var(--text);font-family:var(--font-display);font-size:clamp(32px,2.7vw,42px);font-weight:800;line-height:.94;overflow-wrap:anywhere}.inventory-kpi__sub{min-height:20px;margin-top:9px;color:var(--text-muted);font-size:13px;font-weight:800}.inventory-kpi__action{align-self:flex-start;margin-top:auto}.skeleton{position:relative;display:inline-block;overflow:hidden;border-radius:var(--r-pill);background:linear-gradient(90deg,#222d0014,#222d0008,#222d0014);background-size:220% 100%;animation:skeleton-sheen 1.15s ease-in-out infinite}.skeleton--value{width:88px;height:20px}.skeleton--kpi{width:168px;height:36px;border-radius:12px}.skeleton--delta{width:118px;height:24px}.skeleton--row{width:108px;height:14px;border-radius:7px}.skeleton--bar{width:100%;height:8px}.skeleton--small{width:62px;height:12px;border-radius:7px}@keyframes skeleton-sheen{0%{background-position:120% 0}to{background-position:-120% 0}}.chart-host{position:relative;min-width:0}.chart-empty{display:grid;height:180px;place-items:center;border:1px dashed var(--hairline-strong);border-radius:var(--r);color:var(--text-faint);font-weight:700}.chart-tooltip{position:absolute;z-index:5;min-width:132px;padding:8px 10px;border-radius:10px;background:var(--ink);color:var(--cream);font-size:11px;pointer-events:none;box-shadow:var(--shadow-pop)}.chart-tooltip__title{margin-bottom:4px;color:var(--lime);font-weight:800}.chart-tooltip__row{display:flex;align-items:center;gap:6px;justify-content:space-between}.comparison-chart svg text{font-family:var(--font-body);letter-spacing:0}.comparison-chart__scroll{min-width:0}.comparison-chart__legend{display:flex;gap:12px;margin-top:8px;color:var(--text-muted);font-size:11px;font-weight:700}.comparison-chart__legend span{display:inline-flex;align-items:center;gap:6px}.comparison-chart__legend i{width:10px;height:10px;border-radius:3px}.legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px;color:var(--text-muted);font-size:11px}.legend__item{display:inline-flex;align-items:center;gap:6px}.legend__swatch,.swatch{width:9px;height:9px;border-radius:3px}.acquisition-chart__legend{margin-top:8px}.client-acquisition-card{overflow:hidden}.client-acquisition-card .acquisition-chart{max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.client-acquisition-card .acquisition-chart>div:first-child{max-width:none}.acquisition-chart svg text{font-family:var(--font-body);letter-spacing:0}.acquisition-chart__line-swatch{position:relative;display:inline-block;width:18px;height:10px}.acquisition-chart__line-swatch:before{position:absolute;top:4px;left:0;width:18px;height:2px;border-radius:var(--r-pill);background:var(--ink);content:""}.acquisition-chart__line-swatch:after{position:absolute;top:1px;left:7px;width:8px;height:8px;border:2px solid var(--ink);border-radius:50%;background:var(--surface);content:""}.bar-row{display:grid;align-items:center;gap:10px;margin:10px 0}.bar-row__label{display:flex;align-items:center;min-width:0;gap:7px;color:var(--text-2);font-weight:700}.bar-row__label span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-row__val{color:var(--text-muted);font-size:12px;font-weight:800;text-align:right}.state-list{max-height:326px;overflow-y:auto;padding-right:4px}.state-share{display:inline-flex;margin-left:6px;padding:1px 6px;border-radius:var(--r-pill);background:var(--surface-2);color:var(--olive);font-size:10px}.state-list .bar-row{gap:8px}.state-list .bar-row__val{font-size:11px}.progress{position:relative;height:8px;overflow:hidden;border-radius:var(--r-pill);background:var(--surface-2)}.progress__fill{height:100%;border-radius:inherit;background:var(--olive)}.payment-method-card{overflow:visible}.payment-mode-toggle{min-height:32px}.payment-mode-toggle button{padding:0 10px;font-size:12px}.payment-donut{position:relative;display:flex;justify-content:center;margin:2px 0 14px}.payment-donut__segment{cursor:crosshair;transition:opacity .15s ease,filter .15s ease,transform .15s ease;transform-box:fill-box;transform-origin:center}.payment-donut__segment:hover{filter:saturate(1.08) brightness(1.03);opacity:.94}.payment-donut__center-value{fill:var(--text);font-family:var(--font-display);font-size:28px;font-weight:700}.payment-donut__center-label{fill:var(--text-muted);font-size:11px;font-weight:900}.payment-donut-tooltip{position:fixed;z-index:10000;min-width:220px;max-width:min(280px,80vw);padding:11px 12px;transform:translate(-50%,calc(-100% - 14px));border-radius:14px;background:var(--ink);box-shadow:var(--shadow-pop);color:var(--surface);font-size:12px;font-weight:850;pointer-events:none}.payment-donut-tooltip__title,.payment-donut-tooltip__row{display:flex;align-items:center;justify-content:space-between;gap:14px}.payment-donut-tooltip__title{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.payment-donut-tooltip__title b{min-width:0;overflow:hidden;color:var(--lime);text-overflow:ellipsis;white-space:nowrap}.payment-donut-tooltip__row{margin-top:6px}.payment-donut-tooltip__row span{color:#ffffffb8}.payment-donut-tooltip__row strong{color:var(--surface);white-space:nowrap}.payment-method-row{grid-template-columns:minmax(0,1fr) minmax(72px,.7fr) minmax(62px,auto);gap:8px;margin:8px 0}.payment-method-row .bar-row__label{min-width:0}.payment-method-row .progress{height:8px}.payment-method-row__value{display:flex;min-width:0;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.05}.payment-method-row__value span,.payment-method-row__value small{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-method-row__value span{color:var(--text-2);font-size:12px;font-weight:950}.payment-method-row__value small{color:var(--text-faint);font-size:10px;font-weight:900}.summary-category-seg{min-height:32px}.summary-category-seg button{padding:0 10px;font-size:12px}.summary-category-card{overflow:hidden}.summary-category-layout{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.summary-category-donut{display:grid;min-width:0;justify-items:center;gap:8px}.summary-category-donut-skeleton{width:140px;height:140px;border-radius:999px}.summary-category-list{display:grid;width:100%;min-width:0;gap:5px}.summary-category-row{width:100%;min-width:0;grid-template-columns:minmax(0,1fr) minmax(42px,.42fr) minmax(42px,auto);gap:7px;margin:6px 0;padding:2px 0}.summary-category-row .progress{height:6px}.summary-category-row .bar-row__label{min-width:0;font-size:12px}.summary-category-row .bar-row__val{display:flex;min-width:0;max-width:48px;flex-direction:column;align-items:flex-end;gap:2px;overflow:hidden;font-size:11px;line-height:1.05}.summary-category-row .bar-row__val span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-category-row .bar-row__val small{max-width:100%;overflow:hidden;color:var(--text-faint);font-size:9.5px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.metric-bar{position:relative;padding-top:20px}.metric-bar__axis{display:grid;grid-template-columns:auto 1fr auto;gap:8px;margin-top:7px;color:var(--text-faint);font-size:11px}.metric-bar__tick{position:absolute;top:18px;width:2px;height:16px;border-radius:var(--r-pill);background:var(--ink);opacity:.42}.table-wrap{overflow-x:auto}.table-wrap--products{max-height:646px;overflow:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-gutter:stable both-edges}.table-wrap--summary-products{max-height:620px}.table-wrap--inventory{max-height:654px;overflow:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-gutter:stable both-edges}.table-wrap--modal{max-height:none;min-height:0;flex:1 1 auto;overflow:auto;overscroll-behavior:contain}.table-wrap--inventory.table-wrap--modal{max-height:none;min-height:0;flex:1 1 auto}.table{width:100%;min-width:720px;border-collapse:collapse}.table th,.table td{padding:10px 8px;border-bottom:1px solid var(--hairline);text-align:left;vertical-align:middle}.table th{position:relative;color:var(--text-faint);font-size:11px;font-weight:800;text-transform:uppercase}.table-wrap--products thead th,.table-wrap--promo-orders thead th,.table-wrap--inventory thead th,.table-wrap--restock thead th,.table-wrap--discount-products thead th{position:sticky;top:0;z-index:2;background:var(--surface);box-shadow:inset 0 -1px 0 var(--hairline)}.table td{color:var(--text-2)}.table th.is-right,.table td.is-right{text-align:right}.product-cell{display:flex;align-items:center;min-width:190px;gap:9px}.table--products{min-width:820px;table-layout:fixed}.table--summary-products{min-width:880px;table-layout:fixed}.table--promo-orders{min-width:920px;table-layout:fixed}.table--inventory{min-width:980px;table-layout:fixed}.table--restock{min-width:1040px;table-layout:fixed}.table--discount-products{min-width:1320px;table-layout:fixed}.table--products th:nth-child(3),.table--products th:nth-child(4),.table--products th:nth-child(5),.table--products td:nth-child(3),.table--products td:nth-child(4),.table--products td:nth-child(5){text-align:right}.table--promo-orders th:nth-child(4),.table--promo-orders th:nth-child(5),.table--promo-orders th:nth-child(6),.table--promo-orders td:nth-child(4),.table--promo-orders td:nth-child(5),.table--promo-orders td:nth-child(6){text-align:right}.product-conversion-table th:nth-child(6),.product-conversion-table th:nth-child(7),.product-conversion-table th:nth-child(8),.product-conversion-table td:nth-child(6),.product-conversion-table td:nth-child(7),.product-conversion-table td:nth-child(8){text-align:right}.product-conversion-table th:nth-child(n+3),.product-conversion-table td:nth-child(n+3){text-align:right}.product-cell--conversion{min-width:0}.product-cell--conversion>div:last-child{min-width:0}.product-image-button{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;padding:0;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-2);cursor:zoom-in}.product-image-button img{width:100%;height:100%;border-radius:9px;object-fit:cover}.product-conversion-actions{flex-wrap:wrap;justify-content:flex-end}.product-conversion-actions .input{width:min(220px,42vw)}.product-level-toggle{grid-template-columns:repeat(2,minmax(76px,1fr));min-height:34px}.product-analysis-card{margin-top:14px}.image-lightbox{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:28px;background:#1a1f0f94;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.image-lightbox__close{position:fixed;top:20px;right:20px;background:var(--surface)}.session-conversion-card{overflow:hidden}.session-conversion-card .card__header>div:first-child{min-width:0}.session-conversion-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px}.session-conversion-actions .tag{white-space:nowrap}.session-conversion-toggle{min-width:238px}.session-detail-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.session-detail-actions .tag{white-space:nowrap}.session-detail-date-wrap{position:relative;display:inline-flex;min-width:218px}.session-detail-date{display:inline-flex;width:100%;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:8px;overflow:hidden;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text);font:inherit;font-size:13px;font-weight:900;padding:0 15px;white-space:nowrap;cursor:pointer}.session-detail-date:before{content:"▦";color:var(--text-muted);font-size:13px}.session-detail-date span{min-width:0;overflow:hidden;text-overflow:ellipsis}.session-detail-date__input{position:absolute;left:50%;bottom:0;width:1px;height:1px;border:0;opacity:0;pointer-events:none}.session-detail-date:focus-visible,.session-detail-date-wrap:focus-within .session-detail-date{border-color:#0066ccd1;outline:3px solid rgba(0,102,204,.14)}.session-detail-week-switch{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:0 13px 0 9px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);font:inherit;font-size:13px;font-weight:900;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.session-detail-week-switch:hover,.session-detail-week-switch:focus-visible{border-color:var(--hairline-strong);color:var(--text)}.session-detail-week-switch.is-on{border-color:#77773047;background:#dddd6b3d;color:var(--ink)}.session-detail-week-switch__track{position:relative;width:34px;height:20px;flex:0 0 34px;border-radius:var(--r-pill);background:#222d0024;transition:background .16s ease}.session-detail-week-switch__track span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .16s ease,background .16s ease}.session-detail-week-switch.is-on .session-detail-week-switch__track{background:var(--ink)}.session-detail-week-switch.is-on .session-detail-week-switch__track span{transform:translate(14px);background:var(--lime)}.session-conversion-detail-card .session-conversion-chart svg{height:300px}.session-conversion-summary{margin-top:8px}.session-conversion-chart{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;scrollbar-gutter:stable}.session-conversion-chart>div:first-child{width:100%;max-width:none}.session-conversion-chart svg{display:block;width:100%;height:330px}.session-conversion-chart svg text{font-family:var(--font-body);letter-spacing:0}.session-conversion-chart .chart-tooltip{top:8px}.view-stack{display:grid;gap:18px}.view-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}.view-heading h2{color:var(--ink);font-family:var(--font-display);font-size:clamp(30px,3vw,44px);line-height:.95}.view-heading p{margin-top:6px;color:var(--text-muted);font-weight:750}.referrals-view .grid{margin-top:0}.referrals-card{overflow:hidden}.referrals-card .card__header{align-items:flex-start;gap:12px}.referrals-card .card__header>div:first-child{min-width:0}.referrals-card-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin-left:auto}.referrals-card-actions .tag{flex:0 0 auto}.referrals-acquisition-toggle{min-width:260px}.referrals-chart{position:relative;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;padding:2px 0 4px;overscroll-behavior-x:contain}.referrals-chart>div:first-child{width:100%;max-width:none;margin-inline:0}.referrals-chart svg{display:block}.referrals-chart svg text{font-family:var(--font-body);letter-spacing:0}.referrals-chart .chart-tooltip{min-width:168px;max-width:min(240px,calc(100vw - 36px))}.acquisition-chart__line-swatch{width:17px;height:0;border-top:3px solid var(--orange);border-radius:999px}.referrals-table-wrap{overflow:auto;max-height:420px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--surface)}.referrals-table-wrap--abuse{max-height:560px}.referrals-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0}.referrals-table th,.referrals-table td{padding:13px 14px;border-bottom:1px solid var(--hairline);color:var(--text);text-align:left;vertical-align:middle;white-space:nowrap}.referrals-table th{position:sticky;top:0;z-index:1;background:#f6f6f4f5;color:var(--text-faint);font-size:11px;font-weight:950;text-transform:uppercase}.referrals-table td{font-weight:850}.referrals-abuse-panel{display:grid;gap:12px}.referrals-abuse-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.referrals-abuse-summary{display:inline-flex;align-items:baseline;gap:7px;color:var(--text-muted);font-size:12px;font-weight:850}.referrals-abuse-summary b{color:var(--ink);font-family:var(--font-display);font-size:26px;line-height:1}.referrals-abuse-controls{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.referrals-search{display:inline-flex;align-items:center;min-height:38px;gap:8px;padding:0 12px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);box-shadow:var(--shadow-sm)}.referrals-search span{color:var(--text-faint);font-size:11px;font-weight:950;text-transform:uppercase}.referrals-search input{width:min(260px,42vw);border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:13px;font-weight:800}.referrals-active-switch{display:inline-flex;align-items:center;min-height:38px;gap:8px;padding:0 12px 0 8px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);cursor:pointer;font:inherit;font-size:12px;font-weight:950;box-shadow:var(--shadow-sm);transition:border-color .16s ease,color .16s ease,background .16s ease}.referrals-active-switch:hover,.referrals-active-switch:focus-visible{border-color:var(--hairline-strong);color:var(--text)}.referrals-active-switch.is-on{border-color:#777b3859;background:#e9eec68c;color:var(--ink)}.referrals-active-switch__track{position:relative;width:32px;height:20px;border-radius:999px;background:#1a1f0f21;transition:background .16s ease}.referrals-active-switch__track span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:999px;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .16s ease}.referrals-active-switch.is-on .referrals-active-switch__track{background:var(--olive)}.referrals-active-switch.is-on .referrals-active-switch__track span{transform:translate(12px)}.referrals-abuse-table{min-width:1380px}.referrals-abuse-table th,.referrals-abuse-table td{vertical-align:top}.referrals-abuse-table td span,.referrals-abuse-table td a.referrals-muted-link{display:block;margin-top:3px;color:var(--text-faint);font-size:11px;font-weight:800;text-decoration:none}.referrals-sort-btn{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:950;padding:0;text-align:left;text-transform:uppercase}.referrals-email-link{color:var(--ink);font-weight:950;text-decoration:none}.referrals-email-link:hover,.referrals-muted-link:hover{text-decoration:underline}.referrals-address-cell{max-width:260px;color:var(--text-muted);font-size:12px;line-height:1.25;white-space:normal!important}.referrals-abuse-row--alto{background:#ff694412}.referrals-abuse-row--medio-alto{background:#f787310f}.referrals-abuse-row--inactive{background:#f6550829;box-shadow:inset 4px 0 #9b2d168c}.referrals-table tbody tr.referrals-abuse-row--inactive:hover{background:#f6550838}.abuse-risk-pill,.referral-status-pill{display:inline-flex!important;align-items:center;justify-content:center;width:fit-content;margin-top:0!important;border-radius:var(--r-pill);font-size:11px!important;font-weight:950!important;line-height:1!important;white-space:nowrap}.abuse-risk-pill{padding:6px 9px;text-transform:capitalize}.abuse-risk-pill--alto{background:#ff694424;color:#9b2d16!important}.abuse-risk-pill--medio-alto{background:#f7873129;color:#a14908!important}.abuse-risk-pill--medio{background:#fce4c9c7;color:var(--brown)!important}.referral-status-pill{margin-top:6px!important;padding:5px 8px}.referral-status-pill.is-active{background:#dddd6b6b;color:var(--ink)!important}.referral-status-pill.is-inactive{background:#9b2d1629;color:#7c2110!important}.referrals-disable-btn{white-space:normal}.referral-confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#1a1f0f3d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.referral-confirm-modal__panel{width:min(720px,100%);max-height:min(88vh,760px);overflow:auto;border:1px solid var(--hairline);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-lg);padding:22px}.referral-confirm-modal__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.referral-confirm-modal__header h3{margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(28px,5vw,40px);line-height:.95}.referral-confirm-modal__header p{margin:7px 0 0;color:var(--text-muted);font-size:14px;font-weight:800}.referral-confirm-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.referral-confirm-modal__grid>div,.referral-confirm-modal__reason,.referral-confirm-modal__notice{border:1px solid var(--hairline);border-radius:14px;background:#fafaf6d1;padding:12px 14px}.referral-confirm-modal__grid span,.referral-confirm-modal__reason span{display:block;color:var(--text-faint);font-size:11px;font-weight:950;text-transform:uppercase}.referral-confirm-modal__grid b,.referral-confirm-modal__reason b{display:block;margin-top:5px;color:var(--ink);font-size:14px;font-weight:950;overflow-wrap:anywhere}.referral-confirm-modal__reason,.referral-confirm-modal__notice{margin-top:10px}.referral-confirm-modal__notice{color:var(--text-muted);font-size:13px;font-weight:850;line-height:1.35}.referral-action-status{margin-top:12px;border-radius:14px;padding:11px 13px;font-size:13px;font-weight:900}.referral-action-status--info{background:#dddd6b33;color:var(--ink)}.referral-action-status--success{background:#777b3821;color:var(--olive)}.referral-action-status--error{background:#ff69441f;color:#9b2d16}.referral-confirm-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px;flex-wrap:wrap}.referrals-table tbody tr:hover{background:#dddd6b14}.referrals-table td:first-child{min-width:230px;white-space:normal}.referrals-table td:first-child b,.referrals-table td:first-child span{display:block}.referrals-table td:first-child b{overflow-wrap:anywhere}.referrals-table td:first-child span{margin-top:3px;color:var(--text-faint);font-size:11px}.referral-code-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--r-pill);background:#dddd6b47;color:var(--ink);font-weight:950}.referrals-lookup-trigger{min-height:40px;white-space:nowrap}.referral-lookup-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px;background:#1a1f0f47;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.referral-lookup-modal__panel{display:flex;flex-direction:column;width:min(1080px,100%);max-height:min(92vh,920px);overflow:hidden;border:1px solid var(--hairline);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-lg)}.referral-lookup-modal__header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 14px}.referral-lookup-modal__header h3,.referral-lookup-not-enrolled h4,.referral-lookup-profile h4,.referral-lookup-invitations h5{margin:0;color:var(--ink);font-family:var(--font-display);letter-spacing:0}.referral-lookup-modal__header h3{font-size:30px;line-height:1}.referral-lookup-modal__header p{margin:6px 0 0;color:var(--text-muted);font-size:13px;font-weight:800}.referral-lookup-form{flex:0 0 auto;padding:0 24px 18px}.referral-lookup-form>label{display:block;margin-bottom:7px;color:var(--text-faint);font-size:11px;font-weight:950;text-transform:uppercase}.referral-lookup-form__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.referral-lookup-form input{width:100%;min-height:48px;border:1px solid var(--hairline-strong);border-radius:var(--r-pill);outline:none;background:#fff;color:var(--text);padding:0 18px;font:inherit;font-size:15px;font-weight:850;transition:border-color .16s ease,box-shadow .16s ease}.referral-lookup-form input:focus{border-color:var(--olive);box-shadow:0 0 0 4px #777b3824}.referral-lookup-form .btn{min-width:112px}.referral-lookup-modal__content{flex:1 1 auto;min-height:220px;overflow:auto;border-top:1px solid var(--hairline);overscroll-behavior:contain}.referral-lookup-empty,.referral-lookup-not-enrolled{display:flex;align-items:center;justify-content:center;min-height:260px;padding:30px;text-align:center}.referral-lookup-empty{flex-direction:column;gap:7px;color:var(--text-muted)}.referral-lookup-empty b{color:var(--ink);font-size:17px;font-weight:950}.referral-lookup-empty span{max-width:520px;font-size:13px;font-weight:800;line-height:1.45}.referral-lookup-empty--compact{min-height:130px}.referral-lookup-loading{display:grid;gap:12px;padding:30px 24px}.referral-lookup-loading__bar{height:68px;border-radius:8px;background:linear-gradient(90deg,#edeee7cc,#fafaf6,#edeee7cc);background-size:220% 100%;animation:skeleton-sheen 1.2s linear infinite}.referral-lookup-not-enrolled{gap:18px;text-align:left}.referral-lookup-not-enrolled__mark{display:grid;flex:0 0 auto;width:74px;height:74px;place-items:center;border-radius:50%;background:#dddd6b66;color:var(--ink);font-size:15px;font-weight:950}.referral-lookup-not-enrolled h4,.referral-lookup-profile h4{font-size:24px;line-height:1.05}.referral-lookup-not-enrolled p{max-width:620px;margin:7px 0 0;color:var(--text-muted);font-size:13px;font-weight:800;line-height:1.45}.referral-lookup-result{padding:20px 24px 24px}.referral-lookup-profile{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px}.referral-lookup-profile__eyebrow,.referral-lookup-account span,.referral-lookup-metrics span,.referral-lookup-mobile-label{color:var(--text-faint);font-size:10px;font-weight:950;text-transform:uppercase}.referral-lookup-profile__identity>a,.referral-lookup-profile__identity>span{display:block;width:fit-content;margin-top:5px;color:var(--text-muted);font-size:12px;font-weight:850;text-decoration:none}.referral-lookup-profile__identity>a:hover{color:var(--olive);text-decoration:underline}.referral-lookup-profile__code{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.referral-lookup-status{display:inline-flex;align-items:center;width:fit-content;min-height:26px;padding:0 9px;border-radius:var(--r-pill);font-size:10px;font-weight:950;white-space:nowrap}.referral-lookup-status--active,.referral-lookup-status--obtained{background:#777b3824;color:var(--olive)}.referral-lookup-status--pending{background:#f7873126;color:#9c4a0b}.referral-lookup-status--inactive{background:#bb9ad038;color:#6e4b85}.referral-lookup-status--abuse{background:#9b2d1621;color:#8c2c19}.referral-lookup-notice{margin-bottom:16px;border-left:4px solid currentColor;padding:12px 14px;font-size:13px;font-weight:850;line-height:1.4}.referral-lookup-notice b,.referral-lookup-notice span{display:block}.referral-lookup-notice span{margin-top:3px}.referral-lookup-notice--error,.referral-lookup-notice--abuse{background:#ff694417;color:#8c2c19}.referral-lookup-modal__content>.referral-lookup-notice--error{margin:22px 24px}.referral-lookup-metrics,.referral-lookup-account{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--hairline)}.referral-lookup-metrics>div,.referral-lookup-account>div{min-width:0;padding:13px 14px;border-right:1px solid var(--hairline)}.referral-lookup-metrics>div:last-child,.referral-lookup-account>div:last-child{border-right:0}.referral-lookup-metrics b{display:block;margin-top:6px;color:var(--ink);font-family:var(--font-display);font-size:25px;line-height:1;overflow-wrap:anywhere}.referral-lookup-metrics small,.referral-lookup-account b{display:block;margin-top:5px;color:var(--text-muted);font-size:11px;font-weight:850;overflow-wrap:anywhere}.referral-lookup-account{margin-top:10px;background:#fafaf6c7}.referral-lookup-invitations{margin-top:22px}.referral-lookup-invitations__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}.referral-lookup-invitations h5{font-size:20px;line-height:1}.referral-lookup-invitations__heading p{margin:5px 0 0;color:var(--text-muted);font-size:12px;font-weight:800}.referral-lookup-invitations__heading>span{flex:0 0 auto;color:var(--text-faint);font-size:11px;font-weight:900}.referral-lookup-invitation-list{overflow:hidden;border:1px solid var(--hairline)}.referral-lookup-invitation-list__header,.referral-lookup-invitation{display:grid;grid-template-columns:minmax(210px,1.8fr) minmax(160px,1.25fr) minmax(145px,1.1fr) minmax(100px,.7fr);gap:14px;align-items:center}.referral-lookup-invitation-list__header{padding:9px 13px;background:#f6f6f4f2;color:var(--text-faint);font-size:10px;font-weight:950;text-transform:uppercase}.referral-lookup-invitation{padding:12px 13px;border-top:1px solid var(--hairline)}.referral-lookup-invitation a,.referral-lookup-invitation b{display:block;color:var(--ink);font-size:12px;font-weight:950;text-decoration:none;overflow-wrap:anywhere}.referral-lookup-invitation a:hover{color:var(--olive);text-decoration:underline}.referral-lookup-invitation small{display:block;margin-top:4px;color:var(--text-faint);font-size:10px;font-weight:800;overflow-wrap:anywhere}.referral-lookup-mobile-label{display:none;margin-bottom:5px}.image-lightbox__frame{display:grid;overflow:hidden;max-width:min(86vw,760px);max-height:86vh;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-pop)}.image-lightbox__frame img{display:block;max-width:100%;max-height:86vh;object-fit:contain}.product-compare-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px;min-width:0}.product-select{position:relative;min-width:0;max-width:100%}.product-select label{display:block;margin-bottom:6px;color:var(--text-muted);font-size:12px;font-weight:900}.product-select__control{display:grid;grid-template-columns:1fr 18px;align-items:center;overflow:hidden;width:100%;max-width:100%;min-height:42px;padding:0 12px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);box-shadow:var(--shadow-sm)}.product-select__control input{min-width:0;width:100%;border:0;background:transparent;color:var(--text);font:inherit;font-weight:800;text-overflow:ellipsis;outline:0}.product-select__control svg{width:18px;height:18px;color:var(--text-muted)}.product-select__menu{position:absolute;z-index:30;top:calc(100% + 6px);right:0;left:0;overflow:auto;max-height:320px;padding:6px;border:1px solid var(--hairline-strong);border-radius:var(--r);background:var(--surface);box-shadow:var(--shadow-pop)}.product-select__menu button{display:grid;width:100%;gap:2px;padding:9px 10px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--text);text-align:left}.product-select__menu button:hover{background:var(--surface-2)}.product-select__menu span{overflow:hidden;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.product-select__menu small,.product-select__empty{color:var(--text-muted);font-size:12px;font-weight:800}.product-select__menu small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-select__empty{padding:12px}.product-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;max-width:100%}.product-compare--loading{min-height:260px;align-items:start}.product-funnel{display:grid;overflow:hidden;width:100%;max-width:100%;min-width:0;gap:16px;padding:16px;border:1px solid var(--hairline);border-radius:var(--r-lg);background:var(--bg-2)}.product-funnel--a{--funnel-accent: var(--olive);--funnel-soft: rgba(119, 119, 48, .12)}.product-funnel--b{--funnel-accent: var(--orange);--funnel-soft: rgba(247, 135, 49, .13)}.product-funnel__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;min-width:0}.product-funnel__top>div:first-child,.product-funnel__bars,.product-funnel__stage{min-width:0;max-width:100%}.product-funnel__eyebrow,.product-funnel__meta,.product-funnel__stage small,.product-funnel__stats span{color:var(--text-muted);font-size:12px;font-weight:900}.product-funnel__name{overflow:hidden;max-width:100%;margin-top:2px;color:var(--text);font-size:18px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.product-funnel__meta{overflow:hidden;max-width:100%;margin-top:2px;text-overflow:ellipsis;white-space:nowrap}.product-funnel__stock{display:grid;min-width:88px;justify-items:end;padding:8px 10px;border:1px solid rgba(119,119,48,.22);border-radius:var(--r);background:var(--funnel-soft);color:var(--olive)}.product-funnel__stock.is-low{border-color:#f787313d;background:#f787311a;color:var(--orange)}.product-funnel__stock.is-empty{border-color:#f6550833;background:#f655081a;color:var(--red)}.product-funnel__stock strong{color:inherit;font-family:var(--font-display);font-size:24px;line-height:1}.product-funnel__stock span{color:var(--text-muted);font-size:11px;font-weight:900}.product-funnel__bars{display:grid;gap:12px}.product-funnel__stage-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0;color:var(--text-2);font-weight:900}.product-funnel__stage-head span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.product-funnel__stage-head strong{flex:0 0 auto;min-width:0;max-width:45%;overflow:hidden;color:var(--text);font-family:var(--font-display);font-size:24px;text-overflow:ellipsis;white-space:nowrap}.product-funnel__track{overflow:hidden;width:100%;max-width:100%;height:12px;margin-top:5px;border-radius:var(--r-pill);background:var(--surface-2)}.product-funnel__track span{display:block;max-width:100%;height:100%;border-radius:inherit;background:var(--funnel-accent)}.product-funnel__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;padding-top:12px;border-top:1px solid var(--hairline)}.product-funnel__stats div{min-width:0}.product-funnel__stats strong{display:block;overflow:hidden;color:var(--text);font-family:var(--font-display);font-size:21px;text-overflow:ellipsis;white-space:nowrap}.table--inventory th:nth-child(3),.table--inventory th:nth-child(4),.table--inventory th:nth-child(5),.table--inventory th:nth-child(6),.table--inventory td:nth-child(3),.table--inventory td:nth-child(4),.table--inventory td:nth-child(5),.table--inventory td:nth-child(6){text-align:right}.table--restock th:nth-child(3),.table--restock th:nth-child(4),.table--restock th:nth-child(5),.table--restock th:nth-child(6),.table--restock td:nth-child(3),.table--restock td:nth-child(4),.table--restock td:nth-child(5),.table--restock td:nth-child(6){text-align:right}.table--discount-products th:nth-child(3),.table--discount-products th:nth-child(4),.table--discount-products th:nth-child(5),.table--discount-products th:nth-child(6),.table--discount-products th:nth-child(7),.table--discount-products th:nth-child(8),.table--discount-products th:nth-child(9),.table--discount-products td:nth-child(3),.table--discount-products td:nth-child(4),.table--discount-products td:nth-child(5),.table--discount-products td:nth-child(6),.table--discount-products td:nth-child(7),.table--discount-products td:nth-child(8),.table--discount-products td:nth-child(9){text-align:right}.table-wrap--restock,.table-wrap--discount-products{max-height:520px;overflow:auto}.table-wrap--restock.table-wrap--modal,.table-wrap--discount-products.table-wrap--modal{max-height:none;min-height:0;flex:1 1 auto}.analysis-pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 10px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-2);cursor:help;font-size:11px;font-weight:900;font-family:var(--font-body);white-space:nowrap}.analysis-pill--info{background:var(--bg-2);color:var(--ink)}.analysis-pill--info:first-letter{font-family:var(--font-display)}.analysis-floating-tooltip{position:fixed;z-index:140;width:min(360px,calc(100vw - 24px));max-height:min(280px,55vh);overflow:auto;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:var(--ink);box-shadow:var(--shadow-pop);color:var(--surface);font-family:var(--font-body);font-size:12px;font-weight:800;line-height:1.35;pointer-events:none;text-align:left}.analysis-floating-tooltip.is-top{transform:translateY(-100%)}.restock-actions{justify-content:flex-end;width:100%;margin:0 0 10px}.restock-method{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-muted);font-size:11px;font-weight:900}.table--resizable th,.table--resizable td{overflow:hidden}.table-sort-btn{display:inline-flex;align-items:center;max-width:calc(100% - 8px);gap:6px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:900;letter-spacing:inherit;padding:0;text-align:inherit;text-transform:uppercase}.table th.is-right .table-sort-btn{justify-content:flex-end;width:100%}.sort-mark{color:var(--text-faint);font-size:9px;line-height:1;opacity:.58}.sort-mark.is-active{color:var(--olive);opacity:1}.column-resizer{position:absolute;top:8px;right:-3px;bottom:8px;width:8px;cursor:col-resize;touch-action:none}.column-resizer:after{position:absolute;top:0;bottom:0;left:3px;width:1px;border-radius:1px;background:var(--hairline);content:""}.column-resizer:hover:after{background:var(--olive)}.table-actions{display:inline-flex;align-items:center;gap:7px}.summary-products-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.summary-products-search{width:min(220px,40vw)}.summary-products-vendor{width:min(190px,38vw);height:40px;border:1px solid var(--hairline-strong);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font:inherit;font-weight:700;padding:0 34px 0 14px;box-shadow:var(--shadow-sm)}.table--summary-products .kpi__delta{justify-content:center;min-width:82px}.table--summary-products .kpi__delta .metric-tooltip{right:0;left:auto;min-width:250px}.table--summary-products .kpi__delta .metric-tooltip:after{right:18px;left:auto}.product-cell--rich{min-width:0}.product-cell img{width:28px;height:28px;object-fit:contain}.product-cell--rich img{width:38px;height:38px;flex:0 0 38px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-2);object-fit:cover}.product-cell__name{max-width:100%;overflow:hidden;color:var(--text);font-weight:900;text-overflow:ellipsis;white-space:nowrap}.product-cell__meta{max-width:100%;overflow:hidden;margin-top:3px;color:var(--text-faint);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.table-modal{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;padding:18px;background:#1a1f0f47;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.table-modal__panel{display:flex;overflow:hidden;height:100%;flex-direction:column;border:1px solid var(--hairline-strong);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-pop)}.table-modal__header{position:relative;z-index:6;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid var(--hairline);background:var(--surface)}.table-modal__header--wrap{flex-wrap:wrap}.table-modal .table-wrap{min-height:0;padding:0 20px 20px}.table-modal .table-wrap--modal{height:auto;max-height:none}.table-modal .table-wrap--modal thead th{top:0;z-index:5;background:var(--surface)}.table-modal .product-cell__name,.table-modal .product-cell__meta{max-width:none}.chart-modal__body{min-height:0;flex:1;overflow:hidden;padding:18px 20px 20px}.chart-modal__body .comparison-chart{height:100%}.chart-modal__body .comparison-chart__scroll{height:calc(100% - 30px)}.chart-modal__body .comparison-chart__scroll>div{height:100%}.input{min-height:36px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text);padding:0 12px;outline:0}.input:focus{border-color:var(--olive)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}.inventory-controls{gap:10px}.inventory-mode-toggle{grid-template-columns:repeat(2,minmax(86px,1fr));min-height:38px}.inventory-filter-select{position:relative;display:inline-flex;align-items:center;min-width:min(260px,100%)}.inventory-filter-select .input{width:100%;min-width:220px;padding-right:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.inventory-filter-select:after{position:absolute;right:14px;width:7px;height:7px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);content:"";pointer-events:none;transform:rotate(45deg) translateY(-2px)}.inventory-filter-select:has(.inventory-filter-clear):after{display:none}.inventory-filter-clear{position:absolute;right:7px;display:inline-grid;width:26px;height:26px;place-items:center;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-muted)}.inventory-filter-clear svg{width:13px;height:13px}.inventory-filter-row{overflow-x:auto;max-width:100%;padding-bottom:2px;flex-wrap:nowrap;scrollbar-width:thin}.inventory-filter-row .chip{white-space:nowrap}.empty-state{display:grid;min-height:160px;place-items:center;border:1px dashed var(--hairline-strong);border-radius:var(--r);color:var(--text-muted);font-weight:800}.funnel-row{display:grid;grid-template-columns:150px 1fr 72px;align-items:center;gap:10px;margin:12px 0}.recurrence-card{display:grid;gap:14px;min-height:292px}.recurrence-card__hero,.recurrence-card__grid>div{min-width:0;padding:14px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--bg-2)}.recurrence-card__hero{display:grid;gap:8px}.recurrence-card__hero span,.recurrence-card__grid span{color:var(--text-muted);font-size:12px;font-weight:800}.recurrence-card__label{display:inline-flex;align-items:center;gap:7px;max-width:100%}.recurrence-info{display:inline-flex;position:relative;width:16px;height:16px;flex:0 0 16px;align-items:center;justify-content:center;border:1px solid var(--hairline-strong);border-radius:var(--r-pill);background:var(--surface);color:var(--olive);font-family:var(--font-body);font-size:10px;font-weight:900;line-height:1;text-transform:none}.recurrence-card .metric-tooltip{width:360px;max-width:min(360px,82vw);color:var(--surface);font-size:11px;font-weight:800}.recurrence-card__hero div:first-of-type{display:flex;align-items:baseline;gap:8px}.recurrence-card__hero b,.recurrence-card__grid b{color:var(--text);font-family:var(--font-display);font-size:42px;line-height:.95}.recurrence-card__hero em{color:var(--text-muted);font-size:13px;font-style:normal;font-weight:800}.recurrence-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.recurrence-card__grid b{display:block;margin-top:8px;font-size:30px}.recurrence-card__grid p{margin:6px 0 0;color:var(--text-faint);font-size:11px;font-weight:800}.recurrence-card__compare{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.recurrence-card__compare>span:last-child{color:var(--text-faint);font-size:10px;font-weight:800;line-height:1.18}.recurrence-delta{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--r-pill);font-size:11px;font-weight:900}.recurrence-delta.is-good{background:#7777301f;color:var(--olive)}.recurrence-delta.is-bad{background:#f655081a;color:var(--red)}.recurrence-delta.is-flat{background:var(--surface-2);color:var(--text-muted)}.cohort-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 16px}.cohort-summary div{min-width:0;padding:10px 12px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--bg-2)}.cohort-summary b{display:block;color:var(--text);font-family:var(--font-display);font-size:24px;line-height:1}.cohort-summary span{display:block;margin-top:4px;color:var(--text-muted);font-size:11px;font-weight:800}.cohort-table-wrap{overflow:auto;max-height:560px;padding-bottom:2px;overscroll-behavior:contain;scrollbar-gutter:stable both-edges}.cohort-grid{display:grid;gap:6px;min-width:760px}.cohort-row{display:contents}.cohort-cell{display:grid;min-height:48px;place-items:center;border-radius:8px;background:var(--surface-2);color:var(--text-muted);font-size:12px;font-weight:900}.cohort-cell.is-head{position:sticky;top:0;z-index:2;min-height:30px;background:#fffffff0;color:var(--text-faint);text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cohort-cell--label,.cohort-cell--size{justify-items:start;padding:0 12px;color:var(--text)}.cohort-cell--size{justify-items:end}.cohort-cell--metric{gap:2px;text-align:center}.cohort-cell--metric small{display:block;color:inherit;font-size:10px;font-weight:800;opacity:.78}.cohort-cell.is-empty{background:var(--surface-2);color:var(--text-faint)}.cohort-empty{grid-column:1 / -1;padding:28px;color:var(--text-muted);font-weight:800;text-align:center}.cohort-legend{display:flex;gap:16px;margin-top:12px;color:var(--text-muted);font-size:11px;font-weight:800}.cohort-legend span{display:inline-flex;align-items:center;gap:6px}.cohort-legend i{display:inline-block;width:22px;height:8px;border-radius:var(--r-pill);background:#7777302e}.cohort-legend span:last-child i{background:#777730c7}.map-detail-stat{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--hairline)}.map-detail-stat b{color:var(--text)}.geo-map-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:wrap}.geo-select{height:34px;max-width:min(300px,42vw);padding:0 34px 0 14px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font:inherit;font-weight:800;outline:none;box-shadow:var(--shadow-sm)}.geo-mode-toggle{display:inline-grid;grid-template-columns:auto auto;gap:2px;min-height:34px;padding:3px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2)}.geo-mode-toggle button{min-width:84px;padding:0 12px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--text-muted);font-weight:900}.geo-mode-toggle button.is-active{background:var(--ink);color:var(--lime);box-shadow:var(--shadow-sm)}.geo-map{position:relative;min-height:520px;overflow:hidden;border:1px solid rgba(221,221,107,.2);border-radius:var(--r-lg);background:radial-gradient(circle at 66% 55%,rgba(221,221,107,.11),transparent 38%),radial-gradient(circle at 32% 25%,rgba(198,214,166,.08),transparent 30%),linear-gradient(180deg,#1c2409,#101604);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;box-shadow:inset 0 0 0 1px #ffffff08}.geo-map.is-dragging{cursor:grabbing}.geo-map__svg{display:block;width:100%;min-height:520px}.geo-map__regions path{cursor:crosshair;fill-opacity:.68;stroke:#fce4c985;stroke-width:.34;vector-effect:non-scaling-stroke;transition:fill-opacity .15s ease,stroke .15s ease,stroke-width .15s ease}.geo-map__regions path.has-data{filter:drop-shadow(0 1px 2px rgba(0,0,0,.14))}.geo-map__regions path:hover{fill-opacity:.92;stroke:#ffffffe6;stroke-width:.65}.geo-map__regions--base path{pointer-events:none;fill-opacity:.42;stroke:#fce4c980;stroke-width:.32}.geo-map__zip-points circle{cursor:crosshair;fill-opacity:.72;stroke:#ffffffb8;stroke-width:.24;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 3px rgba(0,0,0,.24));transition:fill-opacity .15s ease,stroke .15s ease,stroke-width .15s ease}.geo-map__zip-points circle:hover{fill-opacity:.96;stroke:#fff;stroke-width:.62}.geo-map__region-labels text{pointer-events:none;text-anchor:middle;dominant-baseline:central;font-weight:950;letter-spacing:0;paint-order:stroke;stroke:#ffffff94;stroke-width:.32}.geo-map__region-labels text.is-on-dark{stroke:#222d00ad;stroke-width:.32}.geo-map__tooltip{position:absolute;width:230px;max-width:calc(100% - 24px)}.geo-map__zoom-reset{position:absolute;right:14px;bottom:14px;height:32px;min-width:58px;padding:0 13px;border:1px solid var(--hairline-strong);border-radius:var(--r-pill);background:#ffffffe0;color:var(--ink);font-weight:900;box-shadow:var(--shadow-pop);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.geo-map__zoom-reset:hover{background:var(--lime)}.geo-map__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;gap:10px;align-content:center;color:var(--text-muted);font-weight:800}.geo-map__loading .skeleton{width:min(460px,70%);height:220px;border-radius:var(--r-lg)}.geo-ranking{max-height:420px;overflow:auto;padding-right:4px}.geo-ranking__row{grid-template-columns:minmax(170px,1fr) minmax(160px,2fr) 130px 70px}.mini-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mini-kpi{padding:12px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--bg-2)}.mini-kpi__v{font-family:var(--font-display);font-size:24px;color:var(--text)}.mini-kpi__l{color:var(--text-muted);font-size:11px}.promo-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px;padding-bottom:18px;border-bottom:1px solid var(--hairline)}.promo-kpi{min-width:0}.promo-kpi__label{min-height:32px;color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.18}.promo-kpi__value{margin-top:4px;color:var(--text);font-family:var(--font-display);font-size:31px;line-height:.94}.promo-kpi .kpi__delta{margin-top:8px}.promo-code-section{margin-top:18px}.promo-code-section__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.promo-code-section__title{color:var(--text-muted);font-size:13px;font-weight:700}.promo-code-list{max-height:336px;overflow-y:auto;overscroll-behavior:contain;padding-right:5px;scrollbar-gutter:stable}.promo-code-row{display:grid;grid-template-columns:minmax(118px,1fr) 120px minmax(76px,auto);align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid var(--hairline)}.promo-code-row--button{width:100%;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.promo-code-row--button:hover{background:#f1f1ed8a}.promo-code-row--button:focus-visible{outline:2px solid rgba(119,119,48,.45);outline-offset:2px}.promo-code-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:24px;padding:3px 10px;overflow:visible;border-radius:var(--r-pill);color:var(--ink);font-size:12px;font-weight:900;letter-spacing:.02em;line-height:1.08;overflow-wrap:anywhere;text-align:center;text-overflow:clip;white-space:normal}.promo-code-pill--lilac{background:#c5aad45c;color:#694885}.promo-code-pill--lime{background:#dddd6b6b;color:var(--ink)}.promo-code-pill--cream{background:#fce4c9b8;color:var(--brown)}.promo-code-pill--orange{background:#f7873129;color:#a14908}.promo-code-pill--pink{background:#fca6c052;color:#a13358}.promo-code-pill--mint{background:#c6d6a680;color:var(--olive)}.promo-code-pill--ink{background:var(--ink);color:var(--surface)}.promo-code-pill--blue{background:#aabbcc61;color:var(--ink)}.promo-code-pill--xcoins{background:var(--ink);color:var(--lime)}.promo-code-row__value{color:var(--text);font-size:14px;font-weight:900;text-align:right}.promo-code-row__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 7px;margin-top:2px;color:var(--text-faint);font-size:10px;font-weight:800}.promo-code-row__meta b{color:var(--olive);font-weight:950}.table-wrap--promo-codes{border:1px solid var(--hairline);border-radius:var(--r);background:var(--surface)}.table--promo-codes th,.table--promo-codes td{white-space:nowrap}.table--promo-codes td:not(:first-child){color:var(--text);font-weight:850;text-align:right}.promo-code-table-code{display:inline-flex;max-width:100%;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.promo-code-table-code:focus-visible{outline:2px solid rgba(119,119,48,.45);outline-offset:3px}.promo-code-note{margin-top:8px;color:var(--text-faint);font-size:10px;font-weight:800}.promo-orders-actions{flex-wrap:wrap;justify-content:flex-end}.promo-order-search{width:min(230px,52vw);padding:0 14px;color:var(--text);font:inherit;font-size:13px;font-weight:700}.ops-kpi{display:flex;min-height:174px;flex-direction:column;gap:14px;padding:24px}.ops-kpi__top{display:flex;align-items:center;gap:12px;min-width:0}.ops-kpi__icon{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--surface-2)}.ops-kpi__icon img{width:22px;height:22px;object-fit:contain}.ops-kpi__label{min-width:0;flex:1 1 auto;color:var(--text-muted);font-size:15px;font-weight:850}.ops-kpi__value{display:flex;align-items:flex-end;gap:8px;color:var(--text);font-family:var(--font-display);font-size:46px;line-height:.94}.ops-kpi__value span{padding-bottom:6px;color:var(--text-muted);font-family:var(--font-body);font-size:15px;font-weight:850}.ops-kpi__meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.ops-kpi__delta{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border-radius:var(--r-pill);background:#dddd6b40;color:var(--olive);font-size:12px;font-weight:900}.ops-kpi__delta.is-bad{background:#f655081f;color:var(--red)}.ops-kpi__delta.is-flat{background:var(--surface-2);color:var(--text-muted)}.ops-kpi__compare{color:var(--text-faint);font-size:11px;font-weight:850}.ops-kpi__detail{margin-top:auto;color:var(--text-muted);font-size:12px;font-weight:850;line-height:1.28}.ops-local-section{margin-top:18px}.ops-local-section__heading{margin:0 0 10px}.ops-local-section__heading h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:26px;line-height:1}.ops-local-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:16px;align-items:stretch}.ops-local-metrics{display:grid;gap:10px}.ops-local-metric{display:flex;min-height:112px;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--surface);box-shadow:var(--shadow-card)}.ops-local-metric__top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-muted);font-size:12px;font-weight:950}.ops-local-metric strong{color:var(--text);font-family:var(--font-display);font-size:34px;font-weight:700;line-height:.95}.ops-local-metric__highlight{width:fit-content;max-width:100%;padding:5px 8px;border-radius:var(--r-pill);background:#dddd6b38;color:var(--olive);font-size:12px;font-weight:950;line-height:1}.ops-local-metric small{color:var(--text-muted);font-size:11px;font-weight:850;line-height:1.25}.ops-local-chart-card{min-width:0;overflow:visible}.ops-open-orders-card{margin-top:16px}.ops-open-orders-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ops-open-orders-skeleton{min-height:260px}.ops-open-orders-skeleton .skeleton{height:240px}.ops-open-orders-empty{min-height:220px}.table-wrap--ops-open-orders{max-height:430px;overflow:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-gutter:stable both-edges}.table-wrap--ops-open-orders.table-wrap--modal{flex:1 1 auto;max-height:none;min-height:0;padding:0 20px 20px}.table--ops-open-orders{min-width:1488px;table-layout:fixed}.table--ops-open-orders thead th{position:sticky;top:0;z-index:3;background:var(--surface);box-shadow:inset 0 -1px 0 var(--hairline)}.table--ops-open-orders td,.table--ops-open-orders th{overflow:hidden}.table--ops-open-orders.is-compact td{padding-top:7px;padding-bottom:7px}.table--ops-open-orders .table-sort-btn{max-width:calc(100% - 8px)}.ops-open-order-row{transition:background .14s ease}.ops-open-order-row--overdue{background:#f6550816}.ops-open-order-row--overdue td:first-child{box-shadow:inset 4px 0 #f65508b8}.ops-open-order-row--in_eta{background:#f787311f}.ops-open-order-row--in_eta td:first-child{box-shadow:inset 4px 0 #f78731c7}.ops-open-order-row--tomorrow,.ops-open-order-row--future{background:#c5aad414}.ops-open-order-row:hover{background:#dddd6b1f}.ops-open-order-name,.ops-open-order-text{min-width:0}.ops-open-order-name{display:grid;gap:3px}.ops-open-order-name strong,.ops-open-order-text{overflow:hidden;color:var(--text);font-weight:900;text-overflow:ellipsis;white-space:nowrap}.ops-open-order-name span{overflow:hidden;color:var(--text-faint);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.ops-open-order-muted{color:var(--text-faint);font-weight:850}.ops-shopify-btn{min-height:28px;padding-inline:10px}.ops-open-orders-modal{z-index:92}.ops-open-orders-modal .table-modal__panel{min-width:min(1280px,calc(100vw - 36px))}.ops-coverage-section{margin-top:18px}.ops-coverage-card{overflow:visible}.ops-coverage-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ops-coverage-actions button{display:inline-grid;min-width:32px;height:32px;place-items:center;padding:0 10px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text);font-size:13px;font-weight:950;line-height:1;transition:background .16s ease,border-color .16s ease,transform .16s ease}.ops-coverage-actions button:hover,.ops-coverage-actions button:focus-visible{border-color:#77773047;background:#dddd6b33;transform:translateY(-1px)}.ops-coverage-map{position:relative;height:clamp(430px,58vh,680px);margin-top:12px;overflow:hidden;border:1px solid var(--hairline);border-radius:var(--r);background:linear-gradient(180deg,#f6f8efeb,#fffffcf5),radial-gradient(circle at 25% 20%,rgba(221,221,107,.18),transparent 30%);cursor:grab;touch-action:none}.ops-coverage-map.is-dragging{cursor:grabbing}.ops-coverage-map__svg{display:block;width:100%;height:100%}.ops-coverage-map__zip{stroke:#fffffcc7;stroke-width:.06;transition:filter .12s ease,opacity .12s ease,stroke-width .12s ease}.ops-coverage-map__zip.is-covered{opacity:.94}.ops-coverage-map__zip.is-unavailable{opacity:.72}.ops-coverage-map__zip:hover{filter:saturate(1.14) brightness(1.05);opacity:1;stroke:#fff;stroke-width:.22}.ops-coverage-map__zip.is-muted{opacity:.16;filter:grayscale(.46) saturate(.52)}.ops-coverage-map__zip.is-selected{opacity:1;filter:saturate(1.26) brightness(1.08);stroke:#fff;stroke-width:.24}.ops-coverage-map__empty{display:grid;height:100%;place-items:center;color:var(--text-muted);font-weight:900}.ops-coverage-map__empty .skeleton{width:min(720px,82%);height:72%;border-radius:var(--r)}.ops-coverage-summary{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);gap:14px;align-items:start;margin-top:14px}.ops-coverage-summary__metric{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--hairline);border-radius:var(--r);background:#f6f8efb8}.ops-coverage-summary__metric span{color:var(--text-muted);font-size:12px;font-weight:900}.ops-coverage-summary__metric strong{color:var(--text);font-family:var(--font-display);font-size:30px;line-height:1}.ops-coverage-legend{display:flex;flex-wrap:wrap;gap:9px}.ops-coverage-legend button{display:inline-flex;min-height:31px;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);font:inherit;font-size:12px;font-weight:900;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.ops-coverage-legend button:hover,.ops-coverage-legend button:focus-visible{border-color:var(--hairline-strong);color:var(--text);transform:translateY(-1px)}.ops-coverage-legend button.is-active{border-color:#77773052;background:#dddd6b38;color:var(--ink)}.ops-coverage-legend b{color:var(--text);font-weight:950}.ops-coverage-legend button.is-active b{color:var(--ink)}.ops-coverage-zone-notes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-top:12px}.ops-coverage-zone-note{display:grid;gap:10px;padding:14px;border:1px solid rgba(119,119,48,.18);border-radius:var(--r);background:linear-gradient(180deg,#f6f8efdb,#fffffcf5)}.ops-coverage-zone-note__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ops-coverage-zone-note__head span,.ops-coverage-zone-note__head b{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-size:13px;font-weight:950}.ops-coverage-zone-note__head b{padding:5px 9px;border-radius:var(--r-pill);background:#dddd6b38;color:var(--olive)}.ops-coverage-zone-note__rules{display:flex;flex-wrap:wrap;gap:7px}.ops-coverage-zone-note__rules span{padding:6px 8px;border:1px solid rgba(119,119,48,.14);border-radius:var(--r-pill);background:#fffffcdb;color:var(--text-muted);font-size:11px;font-weight:950;line-height:1}.ops-coverage-zone-note p{max-width:760px;margin:0;color:var(--text-muted);font-size:12px;font-weight:850;line-height:1.35}.ops-coverage-zone-note__slots{display:flex;flex-wrap:wrap;gap:8px}.ops-coverage-zone-note__slots span{padding:8px 10px;border:1px solid rgba(4,111,73,.18);border-radius:9px;background:#d1efe1a3;color:#064f36;font-size:12px;font-weight:950;line-height:1}.ops-dot--coverage-unavailable{background:#171c0a}.ops-coverage-tooltip{min-width:230px}.ops-info{position:relative;display:inline-flex;flex:0 0 auto}.ops-info__button{display:inline-grid;width:25px;height:25px;place-items:center;border:1px solid var(--hairline);border-radius:50%;background:#f6f8efe6;color:var(--text-muted);font-size:12px;font-weight:950;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.ops-info__button:hover,.ops-info__button:focus-visible{border-color:#77773047;background:var(--lime);color:var(--ink);transform:translateY(-1px)}.ops-info__tooltip{position:absolute;right:0;bottom:calc(100% + 9px);z-index:25;width:min(310px,74vw);padding:10px 11px;border-radius:12px;background:var(--ink);box-shadow:var(--shadow-pop);color:#fff;font-size:11px;font-weight:850;line-height:1.35;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.ops-info__tooltip:after{position:absolute;right:8px;bottom:-5px;width:10px;height:10px;background:var(--ink);content:"";transform:rotate(45deg)}.ops-info:hover .ops-info__tooltip,.ops-info__button:focus-visible+.ops-info__tooltip{opacity:1;transform:translateY(0)}.ops-local-eta-chart__empty{min-height:252px}.ops-sla-chart{position:relative}.ops-sla-card-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ops-sla-mode-toggle{grid-template-columns:repeat(2,minmax(64px,1fr));min-height:32px}.ops-sla-mode-toggle button{font-size:12px}.ops-eta-event-switch{display:inline-flex;min-height:32px;align-items:center;gap:8px;padding:0 11px 0 8px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:900;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.ops-eta-event-switch:hover,.ops-eta-event-switch:focus-visible{border-color:var(--hairline-strong);color:var(--text)}.ops-eta-event-switch.is-on{border-color:#77773047;background:#dddd6b3d;color:var(--ink)}.ops-eta-event-switch__track{position:relative;width:34px;height:20px;flex:0 0 34px;border-radius:var(--r-pill);background:#222d0024;transition:background .16s ease}.ops-eta-event-switch__track span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .16s ease,background .16s ease}.ops-eta-event-switch.is-on .ops-eta-event-switch__track{background:var(--ink)}.ops-eta-event-switch.is-on .ops-eta-event-switch__track span{transform:translate(14px);background:var(--lime)}.ops-sla-chart__scroll{overflow-x:auto;padding:4px 0 12px;scrollbar-gutter:stable}.ops-sla-chart__empty{display:grid;min-height:300px;place-items:center;border:1px dashed var(--hairline-strong);border-radius:var(--r);color:var(--text-muted);font-weight:850}.skeleton--chart{width:min(520px,80%);height:180px;border-radius:var(--r)}.ops-sla-grid{stroke:#222d0014;stroke-dasharray:6 8}.ops-sla-axis,.ops-sla-label{fill:var(--text-muted);font-size:12px;font-weight:850}.ops-sla-label__weekday{fill:var(--text);font-size:11px;font-weight:950}.ops-sla-hitbox{fill:transparent;pointer-events:all}.ops-sla-track{fill:#222d000e;stroke:#222d0014;stroke-width:1}.ops-sla-percent{fill:#fff;font-size:12px;font-weight:950;paint-order:stroke;stroke:#222d002e;stroke-linejoin:round;stroke-width:3px}.ops-sla-segment{transition:filter .15s ease,opacity .15s ease;stroke:#ffffffbd;stroke-width:1}.ops-sla-segment--met{fill:#737b38}.ops-sla-segment--late{fill:#ef8f3f}.ops-sla-segment--missing{fill:#bb9ad0c2}.ops-local-eta-segment--met{fill:#737b38}.ops-local-eta-segment--late{fill:#ef8f3f}.ops-local-eta-segment--pending{fill:#bb9ad0c2}.ops-sla-bar:hover .ops-sla-segment{filter:saturate(1.08) brightness(1.04);opacity:.96}.ops-sla-bar:hover .ops-sla-track{stroke:#222d0029}.ops-sla-chart__legend{display:flex;flex-wrap:wrap;gap:16px;color:var(--text-muted);font-size:12px;font-weight:850}.ops-sla-chart__legend span{display:inline-flex;align-items:center;gap:6px}.ops-dot{display:inline-block;width:10px;height:10px;border-radius:999px;box-shadow:inset 0 0 0 1px #222d0014}.ops-dot--met{background:#737b38}.ops-dot--late{background:#ef8f3f}.ops-dot--missing{background:#bb9ad0e6}.ops-dot--eta-met{background:#737b38}.ops-dot--eta-late{background:#ef8f3f}.ops-dot--eta-pending{background:#bb9ad0e6}.ops-sla-tooltip{position:fixed;z-index:10000;min-width:246px;padding:12px;transform:translate(-50%,calc(-100% - 14px));border-radius:16px;background:var(--ink);box-shadow:var(--shadow-pop);color:#fff;font-size:12px;font-weight:850;pointer-events:none}.ops-sla-tooltip__title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.ops-sla-tooltip__title b{color:var(--lime);font-size:13px}.ops-sla-tooltip__title span{color:#ffffffad;font-size:11px}.ops-sla-tooltip__row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:7px}.ops-sla-tooltip__row span{display:inline-flex;align-items:center;gap:7px;color:#ffffffc7}.ops-sla-tooltip__row strong{color:#fff;font-weight:950;white-space:nowrap}.native-kpi--muted{background:linear-gradient(135deg,#f6f8efd1,#fffffff0);border-style:dashed}.native-kpi--muted .ops-kpi__value,.native-kpi--muted .ops-kpi__label{color:#222d006b}.native-share-card{overflow:visible}.native-info{position:relative;display:inline-flex}.native-info__button{display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid var(--hairline);border-radius:50%;background:#f6f8efe0;color:var(--text-muted);font-size:13px;font-weight:950;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.native-info__button:hover,.native-info__button:focus-visible{border-color:#77773047;background:var(--lime);color:var(--ink);transform:translateY(-1px)}.native-info__tooltip{position:absolute;right:0;bottom:calc(100% + 10px);z-index:20;width:min(300px,74vw);padding:10px 11px;border-radius:12px;background:var(--ink);box-shadow:var(--shadow-pop);color:#fff;font-size:11px;font-weight:850;line-height:1.35;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.native-info__tooltip:after{position:absolute;right:10px;bottom:-5px;width:10px;height:10px;background:var(--ink);content:"";transform:rotate(45deg)}.native-info:hover .native-info__tooltip,.native-info__button:focus-visible+.native-info__tooltip{opacity:1;transform:translateY(0)}.native-share-donut{position:relative;display:grid;grid-template-columns:minmax(164px,.82fr) minmax(0,1fr);gap:16px;align-items:center;min-height:232px;margin-top:4px}.native-share-donut--empty{display:grid;grid-template-columns:1fr;place-items:center;border:1px dashed var(--hairline-strong);border-radius:var(--r);color:var(--text-muted);font-size:12px;font-weight:850}.native-share-donut__chart{display:flex;justify-content:center;min-width:0}.native-share-donut__segment{cursor:crosshair;transition:filter .15s ease,opacity .15s ease,transform .15s ease;transform-box:fill-box;transform-origin:center}.native-share-donut__segment:hover{filter:saturate(1.08) brightness(1.04);opacity:.94}.native-share-donut__center-value{fill:var(--text);font-family:var(--font-display);font-size:28px;font-weight:700}.native-share-donut__center-label{fill:var(--text-muted);font-size:10px;font-weight:950}.native-share-list{display:grid;gap:10px;min-width:0}.native-share-row{display:grid;grid-template-columns:minmax(88px,1fr) minmax(70px,.82fr) minmax(54px,auto);gap:9px;align-items:center;min-width:0}.native-share-row__label{display:inline-flex;min-width:0;align-items:center;gap:8px;color:var(--text-2);font-size:13px;font-weight:950}.native-share-row__label span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.native-share-row .progress{height:8px}.native-share-row__value{display:flex;min-width:0;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.05}.native-share-row__value strong{color:var(--text-2);font-size:13px;font-weight:950;white-space:nowrap}.native-share-row__value small{color:var(--text-faint);font-size:10px;font-weight:900;white-space:nowrap}.native-share-tooltip{position:fixed;z-index:10000;min-width:210px;max-width:min(280px,80vw);padding:11px 12px;transform:translate(-50%,calc(-100% - 14px));border-radius:14px;background:var(--ink);box-shadow:var(--shadow-pop);color:#fff;font-size:12px;font-weight:850;pointer-events:none}.native-share-tooltip__title,.native-share-tooltip__row{display:flex;align-items:center;justify-content:space-between;gap:14px}.native-share-tooltip__title{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.native-share-tooltip__title b{min-width:0;overflow:hidden;color:var(--lime);text-overflow:ellipsis;white-space:nowrap}.native-share-tooltip__row{margin-top:6px}.native-share-tooltip__row span{color:#ffffffb8}.native-share-tooltip__row strong{color:#fff;font-weight:950;white-space:nowrap}.native-order-source-chart .native-acceptance-chart__scroll{padding-top:8px}.native-order-source-segment--native{fill:#737b38}.native-order-source-segment--web{fill:var(--lilac)}.native-order-source-percent{fill:#fff;font-size:11px;font-weight:950;paint-order:stroke;stroke:#222d002e;stroke-linejoin:round;stroke-width:3px}.native-order-source-percent--outside{fill:var(--olive);stroke:#ffffffd6;stroke-width:4px}.native-acceptance-card-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.native-unique-switch{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:0 12px 0 8px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);font-weight:900;transition:background .16s ease,border-color .16s ease,color .16s ease}.native-unique-switch:hover{border-color:var(--hairline-strong);color:var(--text)}.native-unique-switch.is-on{border-color:#77773047;background:#dddd6b3d;color:var(--ink)}.native-unique-switch__track{position:relative;width:34px;height:20px;flex:0 0 34px;border-radius:var(--r-pill);background:#222d0024;transition:background .16s ease}.native-unique-switch__track span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .16s ease,background .16s ease}.native-unique-switch.is-on .native-unique-switch__track{background:var(--ink)}.native-unique-switch.is-on .native-unique-switch__track span{transform:translate(14px);background:var(--lime)}.native-acceptance-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 8px}.native-acceptance-summary>div{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid var(--hairline);border-radius:14px;background:#f6f8efb8}.native-acceptance-summary span{color:var(--text-muted);font-size:12px;font-weight:850}.native-acceptance-summary strong{color:var(--text);font-size:15px;font-weight:950;white-space:nowrap}.native-acceptance-summary strong.is-bad{color:var(--red)}.native-acceptance-summary strong.is-good{color:var(--olive)}.native-acceptance-summary strong.is-flat{color:var(--text-faint)}.native-acceptance-chart{position:relative}.native-acceptance-chart__scroll{overflow-x:auto;padding:4px 0 12px;scrollbar-gutter:stable}.native-acceptance-chart__empty{display:grid;min-height:312px;place-items:center;border:1px dashed var(--hairline-strong);border-radius:var(--r);color:var(--text-muted);font-weight:850}.native-acceptance-grid{stroke:#222d0014;stroke-dasharray:6 8}.native-acceptance-axis,.native-acceptance-label{fill:var(--text-muted);font-size:12px;font-weight:850}.native-acceptance-label__weekday{fill:var(--text);font-size:11px;font-weight:950}.native-acceptance-gateway-label{fill:var(--text-faint);font-size:10px;font-weight:950;letter-spacing:0}.native-acceptance-attempt-label{fill:var(--text);font-size:9.5px;font-weight:950;letter-spacing:0}.native-acceptance-hitbox{fill:transparent;pointer-events:all}.native-acceptance-track{fill:#222d000c;stroke:#222d0016;stroke-width:1}.native-acceptance-segment{transition:filter .15s ease,opacity .15s ease;stroke:#ffffffc2;stroke-width:1}.native-acceptance-segment--success{fill:#737b38}.native-acceptance-segment--failed{fill:#ef8f3f}.native-acceptance-percent{fill:#fff;font-size:11px;font-weight:950;paint-order:stroke;stroke:#222d002e;stroke-linejoin:round;stroke-width:3px}.native-acceptance-bar:hover .native-acceptance-segment{filter:saturate(1.08) brightness(1.04);opacity:.96}.native-acceptance-bar:hover .native-acceptance-track{stroke:#222d0029}.native-acceptance-chart__legend{display:flex;flex-wrap:wrap;gap:12px 16px;color:var(--text-muted);font-size:12px;font-weight:850}.native-acceptance-chart__legend span{display:inline-flex;align-items:center;gap:6px}.native-acceptance-chart__gateway-key{color:var(--text-faint)}.native-dot{display:inline-block;width:10px;height:10px;border-radius:999px;box-shadow:inset 0 0 0 1px #222d0014}.native-dot--success{background:#737b38}.native-dot--failed{background:#ef8f3f}.native-dot--native{background:#737b38}.native-dot--web{background:var(--lilac)}.native-acceptance-tooltip{position:fixed;z-index:10000;min-width:246px;padding:12px;transform:translate(-50%,calc(-100% - 14px));border-radius:16px;background:var(--ink);box-shadow:var(--shadow-pop);color:#fff;font-size:12px;font-weight:850;pointer-events:none}.native-acceptance-tooltip__title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.native-acceptance-tooltip__title b{color:var(--lime);font-size:13px}.native-acceptance-tooltip__title span{color:#ffffffad;font-size:11px}.native-acceptance-tooltip__row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:7px}.native-acceptance-tooltip__row span{display:inline-flex;align-items:center;gap:7px;color:#ffffffc7}.native-acceptance-tooltip__row strong{color:#fff;font-weight:950;white-space:nowrap}@media(max-width:880px){.summary-category-layout{grid-template-columns:1fr}.summary-category-row{grid-template-columns:minmax(120px,1fr) minmax(74px,.7fr) minmax(62px,auto)}.ops-kpi{min-height:150px;padding:18px}.ops-kpi__value{font-size:38px}.ops-kpi__compare{width:100%}.ops-local-layout,.ops-local-metrics,.ops-coverage-summary{grid-template-columns:1fr}.ops-coverage-map{height:420px}.ops-coverage-zone-notes{grid-template-columns:1fr}.ops-sla-chart__scroll{margin-inline:-8px}.native-acceptance-summary{grid-template-columns:1fr}.native-acceptance-summary>div{min-height:46px}.native-share-donut{grid-template-columns:1fr;gap:10px}.native-share-row{grid-template-columns:minmax(118px,1fr) minmax(82px,.7fr) minmax(52px,auto)}.native-acceptance-chart__scroll{margin-inline:-8px}.native-acceptance-card-actions{width:100%;justify-content:flex-start}}.xcoins-page{display:grid;gap:18px}.xcoins-hero{margin-top:0}.xcoins-customer-search,.xcoins-log-tools{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.xcoins-search{display:flex;align-items:center;min-width:min(420px,100%);min-height:42px;flex:1 1 320px;gap:9px;padding:0 13px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-muted);box-shadow:var(--shadow-sm)}.xcoins-search svg{width:17px;height:17px;flex:0 0 17px}.xcoins-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--text);font:inherit;font-weight:800;outline:0}.xcoins-alert{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin-top:12px;padding:8px 11px;border-radius:var(--r-pill);font-size:12px;font-weight:850}.xcoins-alert.is-error{background:#f655081a;color:var(--red)}.xcoins-alert.is-success{background:#7777301f;color:var(--olive)}.xcoins-toast{position:fixed;z-index:120;top:82px;right:24px;max-width:min(340px,calc(100vw - 32px));padding:12px 15px;border:1px solid var(--hairline-strong);border-radius:var(--r);background:var(--ink);box-shadow:var(--shadow-pop);color:var(--white);font-size:13px;font-weight:900}.xcoins-toast.is-error{background:var(--red)}.xcoins-toast.is-success{background:var(--olive)}.xcoins-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.xcoins-summary__item{min-width:0;padding:16px;border:1px solid var(--hairline);border-radius:var(--r);background:var(--surface);box-shadow:var(--shadow-card)}.xcoins-summary__item span,.xcoins-summary__item small{display:block;color:var(--text-muted);font-size:12px;font-weight:800}.xcoins-summary__item strong{display:block;margin-top:8px;color:var(--text);font-family:var(--font-display);font-size:clamp(26px,2.4vw,36px);font-weight:400;line-height:1;overflow-wrap:anywhere}.xcoins-summary__item.is-balance{background:linear-gradient(180deg,rgba(221,221,107,.22),var(--surface))}.table-wrap--xcoins,.table-wrap--xcoins-logs{overflow:auto;border:1px solid var(--hairline);border-radius:var(--r);max-height:460px;scrollbar-gutter:stable both-edges}.table-wrap--xcoins thead th,.table-wrap--xcoins-logs thead th{position:sticky;top:0;z-index:2;background:var(--surface);box-shadow:inset 0 -1px 0 var(--hairline)}.table--xcoins{min-width:780px}.table--xcoins-logs{min-width:980px}.xcoins-amount{font-weight:950;white-space:nowrap}.xcoins-amount.is-positive{color:var(--olive)}.xcoins-amount.is-negative{color:var(--red)}.xcoins-modal,.xcoins-drawer{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0}.xcoins-modal{display:grid;place-items:center;padding:18px;background:#1a1f0f47;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.xcoins-modal__panel{width:min(520px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:18px;border:1px solid var(--hairline-strong);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-pop)}.xcoins-modal__header,.xcoins-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.xcoins-modal__header h2,.xcoins-drawer__header h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:26px;font-weight:400;line-height:1}.xcoins-modal__header span,.xcoins-drawer__header span{display:block;margin-top:5px;color:var(--text-muted);font-size:12px;font-weight:800}.xcoins-field{display:grid;gap:7px;margin-top:13px}.xcoins-field label{color:var(--text-muted);font-size:12px;font-weight:850}.xcoins-field input,.xcoins-field textarea,.xcoins-log-tools select{width:100%;min-width:0;border:1px solid var(--hairline);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-weight:800;outline:0}.xcoins-field input,.xcoins-log-tools select{min-height:42px;padding:0 12px}.xcoins-field textarea{resize:vertical;padding:11px 12px}.xcoins-field input:focus,.xcoins-field textarea:focus,.xcoins-log-tools select:focus{border-color:var(--olive);box-shadow:0 0 0 3px #7777301f}.xcoins-seg{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2)}.xcoins-seg button{min-height:36px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--text-muted);font-weight:900}.xcoins-seg button.is-active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.xcoins-checkbox{display:flex;align-items:center;gap:9px;margin-top:13px;color:var(--text-2);font-weight:850}.xcoins-checkbox input{width:18px;height:18px;accent-color:var(--olive)}.xcoins-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.xcoins-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1f0f38}.xcoins-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(980px,92vw);height:100%;flex-direction:column;padding:18px;border-left:1px solid var(--hairline-strong);background:var(--surface);box-shadow:var(--shadow-pop)}.xcoins-log-tools{flex:0 0 auto;margin-bottom:14px}.xcoins-log-tools .xcoins-search{min-width:min(360px,100%)}.xcoins-log-tools select{width:150px}.table-wrap--xcoins-logs{flex:1 1 auto;max-height:none}.xcoins-log-reason{max-width:260px;color:var(--text);font-weight:850;overflow-wrap:anywhere}.xcoins-log-reason+small{display:block;max-width:260px;margin-top:4px;color:var(--text-faint);font-size:11px;font-weight:800;overflow-wrap:anywhere}@media(max-width:880px){.xcoins-summary{grid-template-columns:1fr}.xcoins-customer-search .btn{flex:1 1 120px}.xcoins-drawer__panel{width:100%}.xcoins-log-tools select,.xcoins-log-tools .btn{flex:1 1 120px}}.rebe-page{display:grid;gap:18px}.rebe-page .grid--12>.card{align-self:start}.rebe-filters{display:grid;gap:12px}.rebe-filters__main,.rebe-filters__selects{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.rebe-filters__main{flex-wrap:nowrap}.rebe-search{display:flex;min-width:260px;min-height:42px;flex:1 1 auto;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);box-shadow:var(--shadow-sm)}.rebe-search svg{width:16px;height:16px;flex:0 0 16px;color:var(--text-muted)}.rebe-search input,.rebe-filters select{border:0;background:transparent;color:var(--text);font:inherit;font-weight:850;outline:0}.rebe-search input{width:100%;min-width:0}.rebe-filters select{min-height:36px;padding:0 12px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface-2)}.rebe-unavailable{border-style:dashed;background:linear-gradient(180deg,rgba(252,228,201,.36),var(--surface))}.rebe-unavailable p{margin:2px 0 12px;color:var(--text-muted);font-weight:800}.rebe-unavailable code{display:block;width:fit-content;max-width:100%;padding:9px 11px;overflow-wrap:anywhere;border-radius:10px;background:#222d000f;color:var(--text-2);font-size:12px;font-weight:850}.rebe-kpi__icon{color:var(--olive)}.rebe-kpi__icon svg{width:18px;height:18px}.rebe-usage{position:relative;margin-top:6px}.rebe-usage__scroll{overflow-x:auto;padding-bottom:4px}.rebe-usage__svg{display:block;width:100%;min-width:560px;height:246px}.rebe-usage__grid{stroke:#68705c29;stroke-dasharray:5 8}.rebe-usage__axis{fill:var(--text-faint);font-size:10px;font-weight:850;text-anchor:end}.rebe-usage__bar{transition:opacity .16s ease;shape-rendering:geometricPrecision}.rebe-usage__bar--conversations{fill:var(--olive)}.rebe-usage__bar--users{fill:var(--lilac);opacity:.88}.rebe-usage__line{fill:none;stroke:var(--orange);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.rebe-usage__dot{fill:var(--surface);stroke:var(--orange);stroke-width:3}.rebe-usage__label{fill:var(--text-muted);font-size:11px;font-weight:850;text-anchor:middle}.rebe-usage__value{fill:var(--orange);font-size:11px;font-weight:950;text-anchor:middle}.rebe-usage__bar-value{fill:var(--text-muted);font-size:10px;font-weight:950;text-anchor:middle}.rebe-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px;color:var(--text-muted);font-size:12px;font-weight:850}.rebe-legend span{display:inline-flex;align-items:center;gap:6px}.rebe-dot{width:9px;height:9px;border-radius:50%}.rebe-dot--olive{background:var(--olive)}.rebe-dot--lilac{background:var(--lilac)}.rebe-dot--orange{background:var(--orange)}.rebe-chart-empty,.rebe-list-empty{display:grid;min-height:86px;place-items:center;color:var(--text-muted);font-weight:850}.rebe-chart-tooltip{position:fixed;pointer-events:none}.rebe-flow-list{display:grid;gap:12px}.rebe-flow-row{display:grid;grid-template-columns:minmax(132px,.9fr) minmax(120px,1fr) minmax(86px,auto);align-items:center;gap:12px}.rebe-flow-row__main,.rebe-flow-row__value,.rebe-user-cell{display:grid;gap:3px}.rebe-flow-row__main strong,.rebe-user-cell strong{color:var(--text);font-weight:900;overflow-wrap:anywhere}.rebe-flow-row__main span,.rebe-flow-row__value span,.rebe-user-cell span{color:var(--text-faint);font-size:11px;font-weight:800}.rebe-flow-row__value{text-align:right}.rebe-flow-row__value strong{color:var(--text);font-weight:950}.rebe-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.rebe-section-label{margin-bottom:10px;color:var(--text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.rebe-topic-cloud{display:flex;align-content:flex-start;gap:8px;flex-wrap:wrap}.rebe-topic{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 10px;border:1px solid rgba(119,119,48,calc(.1 + var(--weight) * .24));border-radius:var(--r-pill);background:rgba(221,221,107,calc(.12 + var(--weight) * .22));color:var(--ink);font-size:calc(11px + var(--weight) * 3px);font-weight:900}.rebe-topic b{color:var(--olive);font-size:10px}.table-wrap--rebe,.table-wrap--rebe-tools,.table-wrap--rebe-conversations{max-height:430px;overflow:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-gutter:stable both-edges}.table-wrap--rebe thead th,.table-wrap--rebe-tools thead th,.table-wrap--rebe-conversations thead th{position:sticky;top:0;z-index:2;background:var(--surface);box-shadow:inset 0 -1px 0 var(--hairline)}.table--rebe,.table--rebe-tools,.table--rebe-conversations{min-width:880px;table-layout:fixed}.table--rebe tbody tr,.table--rebe-conversations tbody tr{cursor:pointer}.table--rebe tbody tr:hover,.table--rebe-conversations tbody tr:hover{background:#dddd6b14}.rebe-text-cell{max-width:320px;overflow:hidden;color:var(--text);font-weight:850;text-overflow:ellipsis;white-space:nowrap}.rebe-support-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.rebe-support-summary>div{min-width:0;padding:12px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-2)}.rebe-support-summary span{display:block;color:var(--text-muted);font-size:11px;font-weight:850}.rebe-support-summary strong{display:block;margin-top:6px;color:var(--text);font-family:var(--font-display);font-size:26px;line-height:1;overflow-wrap:anywhere}.rebe-mini-list{display:grid;gap:8px}.rebe-mini-list button{display:grid;gap:4px;width:100%;padding:10px 12px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface);color:var(--text);text-align:left}.rebe-mini-list button:hover{border-color:var(--hairline-strong);background:var(--bg-2)}.rebe-mini-list span{color:var(--text-muted);font-size:11px;font-weight:800}.rebe-conversations-card{min-height:430px}.rebe-modal{position:fixed;z-index:95;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#1a1f0f47;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rebe-modal__panel{display:flex;width:min(1120px,100%);max-height:calc(100vh - 36px);flex-direction:column;padding:18px;border:1px solid var(--hairline-strong);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-pop)}.rebe-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.rebe-modal__header h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:28px;line-height:1}.rebe-modal__header span{display:block;max-width:min(760px,72vw);margin-top:5px;overflow:hidden;color:var(--text-muted);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.rebe-detail-grid{display:grid;min-height:0;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);gap:16px;overflow:hidden}.rebe-detail-section,.rebe-detail-aside{min-height:0;overflow:auto}.rebe-detail-section h3,.rebe-detail-aside h3{margin:0 0 10px;color:var(--text);font-family:var(--font-display);font-size:20px;font-weight:400}.rebe-timeline{display:grid;gap:10px}.rebe-message{padding:12px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-2)}.rebe-message--assistant{background:#dddd6b1f}.rebe-message--user{background:#c5aad429}.rebe-message__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;color:var(--text-muted);font-size:11px;font-weight:850}.rebe-message__meta strong{color:var(--text);text-transform:capitalize}.rebe-message p{margin:0;color:var(--text-2);font-weight:800;line-height:1.35;overflow-wrap:anywhere;white-space:pre-wrap}.rebe-detail-aside{display:grid;align-content:flex-start;gap:16px}.rebe-detail-pill{display:grid;gap:3px;padding:9px 10px;border-bottom:1px solid var(--hairline)}.rebe-detail-pill strong{color:var(--text);font-weight:900}.rebe-detail-pill span{color:var(--text-muted);font-size:11px;font-weight:800;overflow-wrap:anywhere}@media(max-width:980px){.rebe-filters__main{flex-wrap:wrap}.rebe-search,.rebe-filters__main .btn,.rebe-filters select{flex:1 1 100%}.rebe-topic-grid,.rebe-support-summary,.rebe-detail-grid{grid-template-columns:1fr}.rebe-modal__panel{max-height:calc(100vh - 20px)}}@media(max-width:680px){.rebe-flow-row{grid-template-columns:1fr}.rebe-flow-row__value{text-align:left}.rebe-usage__svg{min-width:560px}}@media(max-width:1180px){.grid--kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--2{grid-template-columns:1fr}.col-3,.col-4,.col-5,.col-6,.col-7,.col-8{grid-column:span 12}}@media(max-width:880px){.app{display:block}.main{width:100vw;overflow-x:hidden}.sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,300px);transform:translate(-104%);transition:transform .2s ease;box-shadow:var(--shadow-pop)}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:block;background:#1a1f0f5c;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop.is-on{opacity:1;pointer-events:auto}.header{display:none}.mobile-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 14px;border-bottom:1px solid var(--hairline);background:#f6f6f4db;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px)}.mobile-header__brand{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-family:var(--font-display);font-size:20px}.mobile-header__brand img{width:30px;height:30px;border-radius:8px}.mobile-header__refresh{margin-left:auto;width:34px;height:34px;min-height:34px;flex:0 0 34px}.mobile-header__avatar{flex:0 0 34px}.mobile-tabs{position:sticky;top:58px;z-index:18;display:flex;gap:8px;overflow-x:auto;padding:10px 14px;border-bottom:1px solid var(--hairline);background:#f6f6f4db;scroll-snap-type:x mandatory;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px)}.mobile-tab{min-height:34px;flex:0 0 auto;border:1px solid var(--hairline);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font-weight:800;padding:0 13px;scroll-snap-align:start}.mobile-tab.is-active{background:var(--ink);color:var(--lime)}.page{width:100%;max-width:100vw;overflow-x:hidden;padding:14px 14px 34px}.toolbar,.toolbar__left,.toolbar__right{align-items:stretch}.toolbar,.toolbar__left,.toolbar__right{flex-direction:column}.toolbar__left,.toolbar__right,.seg,.chip{width:100%}.toolbar__left>.chip.is-dark{display:none}.toolbar__range-mobile,.toolbar__range-mobile .date-picker,.toolbar__range-mobile .date-picker__button{display:flex;width:100%}.toolbar__range-mobile .date-picker__button{justify-content:center}.date-picker__popover{left:0;right:auto;width:min(100%,calc(100vw - 28px));max-width:calc(100vw - 28px);overflow:hidden;padding:12px}.date-picker__quick,.date-picker__fields,.date-picker__fields label,.date-picker__fields input,.date-picker__actions{min-width:0;max-width:100%}.date-picker__fields input{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline:10px;text-align:center}.date-picker__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.date-picker__actions button{min-width:0;padding-inline:10px}.chip{justify-content:center}.hero{width:100%;max-width:100%;min-width:0;min-height:0;flex-direction:column;padding:18px}.hero>div:first-child,.hero__sub,.hero__stats{min-width:0;max-width:100%}.hero__sub{max-width:320px;overflow-wrap:anywhere}.hero__chip{position:static;display:flex;align-self:flex-start;justify-content:flex-start;width:auto;margin-bottom:4px}.hero__chip .chip{width:auto;max-width:calc(100vw - 64px);flex:0 1 auto;min-height:32px;padding:0 10px;font-size:12px}.hero__title{max-width:100%}.hero__stat{width:calc(50% - 12px);min-width:0;margin:8px 12px 0 0;padding-right:12px}.view-heading{flex-direction:column}.view-heading h2{font-size:32px}.session-conversion-actions,.session-detail-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.referrals-card .card__header{flex-direction:column}.referrals-card .card__header .tag{align-self:flex-start}.referrals-card-actions{width:100%;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin-left:0}.referrals-acquisition-toggle{width:min(100%,360px);min-width:0}.referrals-abuse-controls,.referrals-search,.referrals-search input,.referrals-active-switch{width:100%}.referrals-abuse-controls{justify-content:stretch}.referral-confirm-modal{align-items:end;padding:14px}.referral-confirm-modal__panel{border-radius:18px 18px 12px 12px;padding:18px}.referral-confirm-modal__grid{grid-template-columns:1fr}.referral-confirm-modal__actions .btn{width:100%}.referral-lookup-modal{align-items:end;padding:0}.referral-lookup-modal__panel{width:100%;max-height:94dvh;border-radius:18px 18px 0 0}.referral-lookup-modal__header{padding:18px 18px 12px}.referral-lookup-modal__header h3{font-size:26px}.referral-lookup-form{padding:0 18px 16px}.referral-lookup-form__controls{grid-template-columns:1fr}.referral-lookup-form .btn{width:100%}.referral-lookup-result{padding:18px}.referral-lookup-profile{display:grid;gap:14px}.referral-lookup-profile__code{justify-content:flex-start}.referral-lookup-metrics,.referral-lookup-account{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-lookup-metrics>div:nth-child(2),.referral-lookup-account>div:nth-child(2){border-right:0}.referral-lookup-metrics>div:nth-child(-n+2),.referral-lookup-account>div:nth-child(-n+2){border-bottom:1px solid var(--hairline)}.referral-lookup-invitation-list__header{display:none}.referral-lookup-invitation{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px 16px;padding:14px}.referral-lookup-mobile-label{display:block}.referral-lookup-not-enrolled{align-items:flex-start;justify-content:flex-start;min-height:0;padding:28px 18px}.referral-lookup-not-enrolled__mark{width:54px;height:54px;font-size:11px}.referral-lookup-not-enrolled h4{font-size:20px}.referrals-chart{margin-inline:-4px;padding-inline:4px}.grid,.grid--12,.grid--kpi{grid-template-columns:1fr}.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-12{grid-column:auto}.kpi{min-height:130px}.geo-map-controls,.geo-select,.geo-mode-toggle{width:100%}.geo-select{max-width:100%}.geo-mode-toggle{grid-template-columns:1fr 1fr}.geo-map,.geo-map__svg{min-height:360px}.geo-ranking__row{grid-template-columns:minmax(130px,1fr) minmax(120px,1fr) 96px}.geo-ranking__row .bar-row__val:last-child{display:none}.funnel-row{grid-template-columns:110px 1fr 58px}.product-compare-controls,.product-compare,.product-funnel__top{grid-template-columns:1fr}.product-funnel__stock{justify-items:start;width:max-content}.product-conversion-actions{justify-content:stretch}.product-conversion-actions .input{width:100%}.session-conversion-card .card__header{flex-direction:column}.session-conversion-actions{width:100%;flex-wrap:wrap;justify-content:space-between}.session-conversion-toggle{min-width:min(100%,260px)}.session-detail-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.session-detail-actions .tag,.session-detail-date-wrap,.session-detail-week-switch{flex:1 1 180px}.inventory-controls,.inventory-filter-select,.inventory-filter-select .input,.inventory-mode-toggle{width:100%}.recurrence-card__grid{grid-template-columns:1fr}}@media(max-width:520px){.login-shell{padding:16px}.login-panel{padding:22px}.login-panel h1{font-size:30px}.login-brand span{font-size:28px}.grid--kpi{gap:10px}.hero__title{font-size:28px}.hero__stat{width:100%;border-right:0}.mini-kpi-grid,.promo-kpi-grid{grid-template-columns:1fr}.promo-code-row{grid-template-columns:minmax(0,1fr) 86px minmax(68px,auto)}.product-funnel__stats{grid-template-columns:1fr}.session-conversion-actions .tag,.session-conversion-toggle{width:100%}.session-conversion-actions .tag{justify-content:center}.session-conversion-summary{grid-template-columns:1fr}.table-modal{padding:0}.table-modal__panel{border-radius:0}.table-modal__header{align-items:flex-start;flex-direction:column}.table-wrap--products{max-height:520px}}
