:root{--black: #191919;--white: #ffffff;--gray-50: #f6f6f4;--gray-100: #ebebe8;--gray-200: #d8d8d2;--gray-500: #777770;--gray-600: #5d5d57;--gray-700: #474742;--gray-900: #191919;--red: #d9412e;--blue: #1769c2;--green: #008f6b;--gold: #a77a11;--line: 1px solid var(--gray-100)}*{box-sizing:border-box}body{margin:0;background:var(--gray-50);color:var(--black);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;overflow-x:hidden}button,input,select,optgroup,option,textarea{font:inherit;font-family:inherit}button{cursor:pointer}.shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr);transition:grid-template-columns .16s ease}.shell--nav-collapsed{grid-template-columns:64px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--black);color:var(--white);padding:22px 16px;overflow:hidden}.sidebar--collapsed{padding:18px 10px}.brand{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;margin-bottom:24px}.brand-mark{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;background:var(--white);color:var(--black)}.brand-text{min-width:0;white-space:nowrap}.sidebar-toggle{width:28px;height:28px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:7px;background:#ffffff1a;color:var(--white)}.sidebar--collapsed .brand{display:grid;place-items:center;gap:8px}.sidebar--collapsed .brand-text,.sidebar--collapsed .nav-label{display:none}.sidebar--collapsed .sidebar-toggle{margin-left:0}.nav{display:grid;gap:6px}.nav-button{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;border:0;border-radius:8px;padding:0 11px;background:transparent;color:#ffffffb8;text-align:left;font-size:13px;font-weight:700}.nav-button--active{background:var(--white);color:var(--black)}.sidebar--collapsed .nav-button{justify-content:center;padding:0}.main{min-width:0;display:grid;gap:16px;padding:22px;align-content:start}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}h1,h2,p{margin:0}h1{font-size:24px;line-height:1.2}h2{font-size:17px;line-height:1.25}.topbar p,.section-header p{margin-top:4px;color:var(--gray-500);font-size:12px}.eyebrow{display:block;margin-bottom:5px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.filters label,.icon-button{height:34px;display:inline-flex;align-items:center;gap:6px;border:var(--line);border-radius:8px;background:var(--white);padding:0 9px}.filters input{width:136px;border:0;background:transparent;color:var(--black);font-size:12px;outline:0}select{min-width:0;color:var(--black);outline:0}.icon-button{width:36px;justify-content:center}.page-tabs{display:none;gap:6px;overflow-x:auto;padding-bottom:2px}.page-tab{min-height:34px;border:var(--line);border-radius:8px;background:var(--white);color:var(--gray-700);padding:0 10px;font-size:12px;font-weight:800;white-space:nowrap}.page-tab--active{border-color:var(--black);background:var(--black);color:var(--white)}.page-grid{min-width:0;display:grid;gap:16px}.dashboard-lane{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:16px;align-items:stretch}.dashboard-lane--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.section{min-width:0;border:var(--line);border-radius:8px;background:var(--white);padding:15px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.certified,.source-chip{min-height:28px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:var(--gray-50);border:var(--line);padding:0 9px;color:var(--gray-700);font-size:12px;font-weight:700;white-space:nowrap}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-card{min-width:0;min-height:112px;border:var(--line);border-radius:8px;padding:13px;background:var(--gray-50)}.metric-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--gray-500);font-size:12px;font-weight:700}.metric-card strong{display:block;margin:14px 0 8px;font-size:25px;line-height:1;font-variant-numeric:tabular-nums}.metric-card small{color:var(--gray-500);font-size:12px;font-weight:800}.metric-icon--blue{color:var(--blue)}.metric-icon--green{color:var(--green)}.metric-icon--gold{color:var(--gold)}.metric-icon--red{color:var(--red)}.delta{font-size:12px;font-weight:800}.delta--up{color:var(--green)}.delta--down{color:var(--red)}.cause-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cause-grid--stacked{margin-top:0;grid-template-columns:1fr}.cause,.opportunity,.cohort,.quality{border:var(--line);border-radius:8px;padding:12px;min-width:0}.cause strong,.opportunity strong,.quality strong{display:block;font-size:13px;line-height:1.3}.cause span,.opportunity span,.quality span{display:block;margin-top:4px;color:var(--gray-500);font-size:11px;font-weight:700;text-transform:uppercase}.cause p,.opportunity p,.quality p{margin-top:9px;color:var(--gray-700);font-size:12px;line-height:1.45}.cause b{display:block;margin-top:10px;color:var(--blue)}.owner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.owner-card,.action-card,.depth-card,.section-score{min-width:0;border:var(--line);border-radius:8px;background:var(--gray-50);padding:12px}.owner-card span,.action-card span,.depth-card span,.section-score span{color:var(--gray-500);font-size:11px;font-weight:900;text-transform:uppercase}.owner-card strong{display:block;margin:10px 0 5px;font-size:22px}.owner-card small{color:var(--gray-500);font-size:12px;font-weight:700}.mini-bars{display:grid;gap:12px}.meta-warnings{display:grid;gap:5px;margin-bottom:12px}.meta-warnings span{border:1px solid rgba(167,122,17,.28);border-radius:8px;background:#a77a1114;color:var(--gray-700);padding:8px 10px;font-size:12px;font-weight:850;line-height:1.35}.mini-bar{display:grid;grid-template-columns:minmax(150px,.38fr) minmax(0,1fr);gap:12px;align-items:center}.mini-bar strong,.mini-bar span{display:block}.mini-bar strong{font-size:13px}.mini-bar span{margin-top:4px;color:var(--gray-500);font-size:11px;font-weight:800}.mini-bar__track{height:24px;border-radius:7px;background:var(--gray-100);overflow:hidden}.mini-bar__track span{width:var(--w);height:100%;display:block;border-radius:inherit;background:var(--blue)}.action-grid,.depth-grid,.section-score-grid,.lift-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.action-card strong,.depth-card strong,.section-score strong{display:block;margin-top:6px;font-size:14px;line-height:1.3}.action-card p,.depth-card p{margin-top:7px;color:var(--gray-700);font-size:12px;line-height:1.45}.action-card div,.depth-card div{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px}.action-card b,.depth-card b{color:var(--blue);font-size:13px}.action-card small,.depth-card small{color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.sales-dashboard{align-content:start}.attribution-dashboard{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.attribution-column{display:grid;gap:14px}.attribution-column__head{min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center;border:var(--line);border-radius:8px;background:var(--gray-50);color:var(--black);padding:12px;text-align:left}.attribution-column__head span,.attribution-column__head small{color:var(--gray-500);font-size:11px;font-weight:950;text-transform:uppercase}.attribution-column__head strong{color:var(--blue);font-size:24px}.attribution-column--pr .attribution-column__head strong{color:var(--red)}.attribution-column--br .attribution-column__head strong{color:var(--green)}.dashboard-block{display:grid;gap:9px}.dashboard-block h2{font-size:13px}.attribution-momentum{display:grid;gap:12px}.momentum-grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.momentum-column{min-width:0;display:grid;gap:8px}.momentum-column__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.momentum-column__head strong{font-size:13px}.momentum-column__head span{color:var(--gray-500);font-size:11px;font-weight:950}.momentum-list{max-height:472px;display:grid;gap:7px;overflow:auto;padding-right:4px}.momentum-card{min-width:0;width:100%;display:grid;grid-template-columns:42px minmax(0,1.1fr) 82px 92px minmax(178px,.9fr);gap:8px;align-items:center;border:var(--line);border-radius:8px;background:var(--white);color:var(--black);padding:9px;text-align:left;content-visibility:auto;contain-intrinsic-size:66px}.momentum-card:hover{border-color:var(--gray-200);background:var(--gray-50)}.momentum-rank{color:var(--gray-500);font-size:12px;font-weight:950}.momentum-card__main{min-width:0;display:grid;gap:3px}.momentum-card__main b{overflow:hidden;font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.momentum-card__main small,.momentum-card__metrics small{color:var(--gray-500);font-size:9px;font-weight:950;text-transform:uppercase}.momentum-card>strong{color:var(--blue);font-size:13px;text-align:right}.momentum-card--pr>strong{color:var(--red)}.momentum-card--br>strong{color:var(--green)}.momentum-card .daily-mini{width:92px;height:28px}.momentum-card__metrics{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.momentum-card__metrics em{min-width:0;display:grid;gap:2px;font-style:normal}.momentum-card__metrics b{overflow:hidden;color:var(--blue);font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.dashboard-products{display:grid;gap:6px}.dashboard-product{min-width:0;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 72px 72px;gap:8px;align-items:center;border:var(--line);border-radius:8px;background:var(--white);color:var(--black);padding:7px;text-align:left;content-visibility:auto;contain-intrinsic-size:56px}.dashboard-product:hover{border-color:var(--gray-200);background:var(--gray-50)}.dashboard-product img,.dashboard-product .product-thumb-empty{width:42px;height:42px;border-radius:7px}.dashboard-product span{min-width:0}.dashboard-product b,.dashboard-product small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-product b{font-size:11px;line-height:1.25}.dashboard-product small{margin-top:3px;color:var(--gray-500);font-size:10px;font-weight:900}.dashboard-product strong{color:var(--blue);font-size:12px;text-align:right}.daily-mini{width:72px;height:30px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;align-items:end}.metric-spark-cell{min-width:90px;display:grid;gap:5px}.metric-spark-cell .daily-mini{width:86px;height:24px}.daily-mini span{position:relative;height:30px;display:flex;align-items:flex-end;border-radius:4px;background:var(--gray-100);overflow:visible}.metric-spark-cell .daily-mini span{height:24px}.chart-hover-tooltip{position:fixed;z-index:9999;max-width:min(320px,76vw);padding:8px 10px;border:1px solid rgba(17,24,39,.14);border-radius:6px;background:#111827f5;color:var(--white);font-size:11px;font-weight:850;line-height:1.35;pointer-events:none;box-shadow:0 16px 36px #11182742;transform:translate(12px,calc(-100% - 10px))}.daily-mini__bar{width:100%;height:var(--h);display:block;border-radius:inherit;background:var(--blue);opacity:.78}.daily-mini--cvr span{background:linear-gradient(to top,transparent 49%,var(--gray-100) 50%,transparent 51%)}.daily-mini__cvr{position:absolute;left:50%;top:var(--y);width:7px;height:7px;border:1.5px solid var(--white);border-radius:50%;background:var(--gold);box-shadow:0 0 0 1px #1919192e;transform:translate(-50%,-50%)}.segment-stack{display:grid;gap:8px}.segment-card{min-width:0;border:var(--line);border-radius:8px;background:var(--gray-50);padding:9px;content-visibility:auto;contain-intrinsic-size:240px}.segment-card__head{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:0;background:transparent;color:var(--black);padding:0;text-align:left}.segment-card__head span{overflow:hidden;font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.segment-card__head b{color:var(--blue);font-size:12px}.segment-card__bar{height:5px;margin:8px 0;border-radius:999px;background:var(--gray-100);overflow:hidden}.segment-card__bar i{width:var(--w);height:100%;display:block;border-radius:inherit;background:var(--blue);opacity:.35}.dashboard-products--compact .dashboard-product{grid-template-columns:34px minmax(0,1fr) 58px 64px;padding:6px}.dashboard-products--compact .dashboard-product img,.dashboard-products--compact .dashboard-product .product-thumb-empty{width:34px;height:34px}.dashboard-products--compact .daily-mini{width:58px;height:24px}.split{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);gap:12px;align-items:start}.sales-analysis{display:grid;gap:16px}.user-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:9px;align-items:end}.filter-block--scope{grid-column:span 2}.filter-block{min-width:0;display:grid;gap:6px}.filter-block>span,.field>span{color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.segmented{min-width:0;display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:4px;border:var(--line);border-radius:8px;background:var(--gray-50);padding:4px}.seg-button{min-width:0;min-height:28px;border:0;border-radius:6px;background:transparent;color:var(--gray-700);padding:0 8px;font-size:12px;font-weight:900;white-space:nowrap}.seg-button--active{background:var(--black);color:var(--white)}.field{min-width:0;display:grid;gap:6px}.field input,.field select{width:100%;height:34px;border:var(--line);border-radius:8px;background:var(--white);padding:0 9px;font-size:12px}.multi-select{max-height:260px;display:grid;gap:5px;overflow:auto;border:var(--line);border-radius:8px;background:var(--gray-50);padding:5px}.multi-option{min-width:0;min-height:28px;border:0;border-radius:6px;background:transparent;color:var(--gray-700);padding:0 7px;overflow:hidden;font-size:11px;font-weight:900;text-align:left;text-overflow:ellipsis;white-space:nowrap}.multi-option--active{background:var(--black);color:var(--white)}.multi-hint{border-radius:6px;background:var(--white);color:var(--gray-500);padding:6px 7px;font-size:10px;font-weight:900}.sales-layout{min-width:0;display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}.analysis-sidebar{position:sticky;top:16px;display:grid;gap:10px}.filter-panel{min-width:0;display:grid;gap:10px;border:var(--line);border-radius:8px;background:var(--white);padding:12px}.filter-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.filter-title strong{font-size:13px}.filter-title span,.filter-note span{color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.filter-note{display:flex;align-items:center;justify-content:space-between;gap:8px;border:var(--line);border-radius:8px;background:var(--gray-50);padding:9px}.filter-note b{font-size:12px}.mini-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px}.mini-summary b{color:var(--blue);font-size:17px}.mini-summary span{color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.sales-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:12px}.table-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:end;margin-bottom:12px}.table-search{min-width:0;display:grid;gap:6px}.table-search span,.range-badge span{color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.table-search input{width:100%;height:36px;border:var(--line);border-radius:8px;background:var(--white);padding:0 10px;font-size:12px;font-weight:800}.range-badge{min-height:36px;display:grid;align-content:center;gap:2px;border:var(--line);border-radius:8px;background:var(--gray-50);padding:7px 10px}.range-badge b{font-size:12px}.render-note{min-height:30px;display:flex;align-items:center;gap:8px;border:var(--line);border-radius:8px;background:var(--gray-50);color:var(--gray-700);margin:-2px 0 12px;padding:7px 9px;font-size:12px}.render-note b{color:var(--black)}.analysis-table table{min-width:1500px}.analysis-table th:nth-child(2),.analysis-table td:nth-child(2){width:340px;max-width:340px}.product-cell{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:8px;max-width:340px;white-space:normal}.product-cell img,.product-thumb-empty{width:44px;height:44px;border:var(--line);border-radius:8px;background:var(--gray-50);object-fit:cover}.product-cell b{display:-webkit-box;overflow:hidden;max-height:30px;font-size:12px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-cell small{display:block;overflow:hidden;margin-top:2px;color:var(--gray-500);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px;margin-top:7px}.product-price__sale{color:var(--black);font-size:13px;font-weight:950}.product-price__regular{color:var(--gray-500);font-size:11px;font-weight:800;text-decoration:line-through}.product-price__discount{border-radius:5px;background:#d9412e17;color:var(--red);padding:1px 4px;font-size:10px;font-weight:950}.row-links{display:flex;gap:6px;margin-top:5px}.product-meta{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.product-meta span{border:var(--line);border-radius:6px;background:var(--gray-50);color:var(--gray-600);padding:2px 5px;font-size:10px;font-weight:900;line-height:1.2}.row-links a,.text-link{color:var(--blue);font-size:11px;font-weight:900;text-decoration:none}.score-cell{width:82px;display:grid;gap:5px}.score-cell--pdp{width:112px}.score-cell b{color:var(--blue)}.score-cell i{width:100%;height:5px;border-radius:999px;background:var(--gray-100);overflow:hidden}.score-cell i:before{width:var(--w);height:100%;display:block;border-radius:inherit;background:var(--blue);content:""}.rank-cell{min-width:48px;color:var(--blue);font-size:15px;font-weight:950}.coupon-cell{width:144px;display:grid;gap:7px;white-space:normal}.coupon-cell__rates{display:grid;grid-template-columns:1fr 1fr;gap:6px}.coupon-cell__rates span{display:grid;gap:1px}.coupon-cell__rates b{color:var(--black);font-size:15px;line-height:1}.coupon-cell__rates small,.coupon-cell__rank small{color:var(--gray-500);font-size:10px;font-weight:900;line-height:1.2}.coupon-cell__rank{display:grid;gap:3px}.coupon-cell__rank span{min-width:0;display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:5px;align-items:center}.coupon-cell__rank em{width:14px;height:14px;display:grid;place-items:center;border-radius:999px;background:var(--gray-100);color:var(--gray-500);font-size:9px;font-style:normal;font-weight:950}.coupon-cell__rank strong{overflow:hidden;color:var(--gray-700);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.coupon-cell__empty{color:var(--gray-400);font-size:10px;font-weight:900}.comparison-chart{min-width:0;display:grid;gap:8px;border:var(--line);border-radius:8px;background:var(--gray-50);margin-bottom:12px;padding:11px 12px 9px}.comparison-chart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.comparison-chart__head strong,.comparison-chart__head span{display:block}.comparison-chart__head strong{font-size:13px}.comparison-chart__head span{margin-top:2px;color:var(--gray-500);font-size:10px;font-weight:900;text-transform:uppercase}.comparison-chart__head b{color:var(--blue);font-size:16px}.comparison-chart__svg{width:100%;height:238px;display:block}.comparison-chart__axis{stroke:var(--gray-200);stroke-width:1.2}.comparison-chart__grid{stroke:var(--gray-200);stroke-dasharray:4 5;stroke-width:1}.comparison-chart__total{fill:#1769c214}.comparison-chart__scale{fill:var(--gray-500);font-size:10px;font-weight:950}.comparison-chart__line{fill:none;stroke:var(--line);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.comparison-chart__dot{fill:var(--white);stroke:var(--line);stroke-width:1.8}.comparison-chart__tick{fill:var(--gray-500);font-size:10px;font-weight:900}.comparison-chart__legend{display:flex;flex-wrap:wrap;gap:6px 10px}.comparison-chart__legend span{min-width:0;display:inline-flex;align-items:center;gap:5px;color:var(--gray-700);font-size:11px;font-weight:900;max-width:260px}.comparison-chart__legend i{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--line)}.mix-cell{width:190px;display:grid;gap:6px;white-space:normal}.mix-cell>b{color:var(--blue);font-size:14px}.mix-list{display:grid;gap:4px}.mix-list span{min-width:0;display:grid;grid-template-columns:17px minmax(0,1fr) 42px;gap:5px;align-items:center}.mix-list em{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--gray-100);color:var(--gray-600);font-size:9px;font-style:normal;font-weight:950}.mix-list strong{overflow:hidden;color:var(--black);font-size:10px;font-weight:900;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mix-list small{margin-top:0;color:var(--gray-500);font-size:10px;font-weight:900;text-align:right}.mix-list__empty{display:block!important;color:var(--gray-500);font-size:10px;font-weight:900}.mix-cell:after{width:var(--mix-w);height:5px;display:block;border-radius:999px;background:var(--green);opacity:.16;content:""}.entry-cell{width:170px;display:grid;gap:7px;white-space:normal}.entry-cell>div{display:grid;gap:3px}.entry-cell b{color:var(--gray-500);font-size:9px;font-weight:950;text-transform:uppercase}.entry-cell span{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:5px;align-items:center}.entry-cell strong{overflow:hidden;color:var(--black);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.entry-cell small{margin-top:0;color:var(--gray-500);font-size:10px;font-weight:900;text-align:right}.empty-slim{margin-top:10px;border:var(--line);border-radius:8px;background:var(--gray-50);padding:12px;color:var(--gray-500);font-size:12px;font-weight:800}.table-wrap{min-width:0;overflow-x:auto;border:var(--line);border-radius:8px}table{width:100%;min-width:860px;border-collapse:collapse;font-size:12px}th,td{padding:11px 12px;border-bottom:var(--line);text-align:left;vertical-align:top;white-space:nowrap}th{background:var(--gray-50);color:var(--gray-500);font-size:11px;text-transform:uppercase}td b,td small{display:block}td small{margin-top:3px;color:var(--gray-500)}.path-pill{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:var(--gray-50);border:var(--line);padding:0 7px;margin-right:4px;font-size:11px;font-weight:800}.opportunity-list{display:grid;gap:10px}.opportunity div{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:4px 8px}.opportunity div b{color:var(--red)}.opportunity div small{color:var(--gray-500)}.funnel-list{display:grid;gap:10px}.funnel-row{display:grid;grid-template-columns:minmax(210px,.32fr) minmax(0,1fr) 48px;gap:12px;align-items:center;border:var(--line);border-radius:8px;padding:12px}.funnel-row__label strong,.funnel-row__label span{display:block}.funnel-row__label span{margin-top:4px;color:var(--gray-500);font-size:12px}.bar-stack{display:grid;gap:5px}.bar-stack span{width:var(--w);min-width:84px;height:23px;display:flex;align-items:center;border-radius:6px;background:var(--blue);color:var(--white);padding:0 8px;font-size:11px;font-weight:800}.bar-stack span:nth-child(2){background:var(--green)}.bar-stack span:nth-child(3){background:var(--gold)}.bar-stack span:nth-child(4){background:var(--red)}.funnel-row>b{font-size:22px;color:var(--blue);text-align:right}.section-score{display:flex;justify-content:space-between;gap:12px;align-items:center;background:var(--white)}.score-ring{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at center,var(--white) 58%,transparent 60%),conic-gradient(var(--blue) var(--score),var(--gray-100) 0);color:var(--blue);font-size:15px;font-weight:900}.experiment-strip{margin-top:12px;min-height:42px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;border:var(--line);border-radius:8px;padding:9px 11px;background:var(--gray-50);font-size:12px}.experiment-strip b{color:var(--green)}.promo-layout{display:grid;grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr);gap:12px;align-items:start}.promo-preview{border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);padding:12px}.promo-hero{min-height:92px;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;border-radius:8px;padding:14px;background:linear-gradient(90deg,#191919c7,#19191947),url(https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=900&q=80);background-size:cover;background-position:center;color:var(--white)}.promo-hero strong{font-size:18px}.promo-hero span{width:max-content;border-radius:999px;background:#ffffff2e;padding:4px 8px;font-size:11px;font-weight:800}.promo-slot{margin-top:10px;min-height:86px;display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px;align-items:center;border:var(--line);border-radius:8px;background:var(--white);padding:10px}.promo-slot small,.promo-slot span{display:block;color:var(--gray-500);font-size:11px}.promo-slot strong{display:block;margin:4px 0;font-size:13px}.overlay-metrics{display:grid;grid-template-columns:1fr 1fr;gap:3px 6px;border-radius:7px;background:var(--black);color:var(--white);padding:8px}.overlay-metrics b{font-size:12px}.overlay-metrics span{color:#fff9;font-size:10px;text-transform:uppercase}.promotion-rank-search{display:flex;align-items:center;gap:8px;margin-bottom:10px}.promotion-rank-search__input{flex:1;height:36px;border:var(--line);border-radius:8px;background:var(--white);padding:0 12px;font-size:12px;font-weight:800}.promotion-rank-search__count{font-size:12px;font-weight:800;color:var(--gray-500);white-space:nowrap}.promotion-rank-list{max-height:calc(100vh - 230px);display:grid;gap:8px;overflow:auto;padding-right:4px}.promotion-rank{width:100%;min-height:96px;display:grid;grid-template-columns:44px minmax(0,1fr) 108px minmax(300px,.9fr);gap:12px;align-items:center;border:var(--line);border-radius:8px;background:var(--white);color:inherit;padding:10px 12px;text-align:left;cursor:pointer}.promotion-rank:hover,.promotion-rank--active{border-color:#1769c261;box-shadow:0 10px 28px #11182712}.promotion-rank__rank{color:var(--blue);font-size:16px;font-weight:950}.promotion-rank__main,.promotion-rank__chart{min-width:0;display:grid;gap:4px}.promotion-rank__main b{overflow:hidden;font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-rank__status-line{min-width:0;display:flex;align-items:center;gap:6px}.promotion-rank__status{display:inline-flex;align-items:center;border-radius:999px;background:var(--gray-100);color:var(--gray-600);padding:2px 6px;font-size:9px;font-style:normal;font-weight:950;letter-spacing:0}.promotion-rank__status--active{background:#22c55e1f;color:var(--green)}.promotion-rank__main small,.promotion-rank__chart small,.promotion-rank__metrics small{overflow:hidden;color:var(--gray-500);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.promotion-rank__chart .daily-mini{width:100%}.promotion-rank__metrics{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.promotion-rank__metrics span{min-width:0;display:grid;gap:2px;border:var(--line);border-radius:7px;background:var(--gray-50);padding:7px 8px}.promotion-rank__metrics b{overflow:hidden;color:var(--gray-900);font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-detail-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.icon-text-button,.icon-text-link{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:var(--line);border-radius:8px;background:var(--white);color:var(--gray-700);padding:6px 10px;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.icon-text-button{min-height:20px;line-height:20px;padding:0 10px}.icon-text-button:hover,.icon-text-link:hover{border-color:var(--blue);color:var(--blue)}.promotion-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:14px;align-items:start}.promotion-detail-main{min-width:0;display:grid;gap:12px}.promotion-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.browsing-focus-strip,.browsing-item-strip{display:flex;flex-wrap:wrap;gap:8px}.browsing-focus-strip span{border:var(--line);border-radius:999px;background:var(--gray-50);color:var(--gray-700);padding:6px 10px;font-size:11px;font-weight:900}.browsing-item-strip{border-top:var(--line);padding:10px}.browsing-item-strip span{min-width:140px;display:grid;gap:3px;border:var(--line);border-radius:7px;background:var(--gray-50);padding:8px}.browsing-item-strip b,.browsing-item-strip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browsing-item-strip b{font-size:12px;font-weight:950}.browsing-item-strip small{color:var(--gray-500);font-size:10px;font-weight:850}.promotion-component-stack{display:grid;gap:12px}.promotion-component-depth{border:var(--line);border-radius:8px;background:var(--white);overflow:hidden}.promotion-component-depth__toolbar{display:flex;align-items:center;gap:8px;padding:6px 8px 0}.promotion-component-depth__drag{cursor:grab;color:var(--gray-500);font-size:14px;-webkit-user-select:none;user-select:none}.promotion-component-depth--drop-before,.promotion-component-depth--drop-after{position:relative}.promotion-component-depth--drop-before:before,.promotion-component-depth--drop-after:after{content:"";position:absolute;left:0;right:0;height:3px;background:var(--blue);z-index:2}.promotion-component-depth--drop-before:before{top:0}.promotion-component-depth--drop-after:after{bottom:0}.promotion-component-depth--hidden{opacity:.5}.icon-text-button--on{border-color:var(--blue);color:var(--blue)}.promotion-insight-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:8px 12px;border:var(--line);border-radius:8px;background:var(--gray-50);font-size:12.5px}.promotion-insight-line__label{font-weight:800;color:var(--gray-600)}.promotion-insight-chip{display:inline-flex;align-items:center;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:800;border:1px solid transparent}.promotion-insight-chip--good{background:#e3f6ec;color:#0a7f4f;border-color:#5cba8c}.promotion-insight-chip--bad{background:var(--red-soft, #fcecea);color:var(--red, #d9412e);border-color:var(--red, #d9412e)}.promotion-insight-chip--warn{background:#fdf3da;color:#9a6b00;border-color:#e7c878}.promotion-insight-line__pareto{color:var(--gray-600);font-weight:700}.promotion-sort-bar{display:flex;flex-direction:column;gap:10px;margin:12px 0 0;padding:10px 12px;border:var(--line);border-radius:8px;background:var(--white)}.promotion-sort-bar__control{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.promotion-sort-bar__label{font-size:12.5px;font-weight:800;color:var(--gray-600);white-space:nowrap}.promotion-sort-bar__select{min-height:32px;padding:4px 10px;border:var(--line);border-radius:8px;background:var(--white);color:inherit;font-family:inherit;font-size:12.5px;font-weight:700;cursor:pointer}.promotion-sort-bar__hint{margin:0 0 0 auto;font-size:12px;color:var(--gray-500)}.promotion-sort-bar__summary{display:flex;align-items:center;gap:10px;justify-content:flex-end}.promotion-sort-bar__count{font-size:12.5px;font-weight:700;color:var(--gray-600);white-space:nowrap}.promotion-sort-bar__count--changed{color:var(--blue)}.promotion-sort-bar__apply{min-height:32px;padding:6px 16px;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:var(--white);font-weight:800;cursor:pointer}.promotion-sort-bar__apply:disabled{opacity:.45;cursor:not-allowed}.promotion-crm-toggle{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;font-family:inherit;color:var(--gray-600);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.promotion-crm-toggle__checkbox{width:14px;height:14px;accent-color:var(--blue);cursor:pointer}.promotion-strategy-bar{display:flex;align-items:center;gap:6px;padding-top:8px;border-top:1px solid var(--gray-100, #f3f4f6)}.promotion-strategy-bar__label{font-size:12px;font-weight:700;color:var(--gray-500);white-space:nowrap;margin-right:2px}.promotion-strategy-bar__btn{padding:5px 14px;font-size:12.5px;font-weight:700;font-family:inherit;border:1.5px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-700);cursor:pointer;box-shadow:0 1px 2px #0000000f;transition:background .12s,border-color .12s,color .12s,box-shadow .12s;white-space:nowrap}.promotion-strategy-bar__btn:hover:not(:disabled){background:#eff6ff;border-color:var(--blue);color:var(--blue);box-shadow:0 1px 4px #1769c226}.promotion-strategy-bar__btn--ran{border-color:var(--blue);color:var(--white);background:var(--blue);box-shadow:0 1px 4px #1769c240}.promotion-strategy-bar__btn--ran:hover:not(:disabled){background:#1256a3;border-color:#1256a3;color:var(--white)}.promotion-strategy-bar__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.promotion-strategy-bar__regime{margin-left:auto;font-size:12px;font-weight:600;color:var(--gray-600)}.promotion-strategy-bar__regime strong{color:var(--blue)}.promotion-strategy-info{display:grid;grid-template-columns:1fr 1fr;gap:8px}.promotion-strategy-compare{margin-top:4px;padding:10px 12px;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);border-radius:6px;font-size:12px}.promotion-strategy-compare__head{font-weight:700;color:var(--gray-700);margin-bottom:6px}.promotion-strategy-compare__table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.promotion-strategy-compare__table th,.promotion-strategy-compare__table td{text-align:right;padding:4px 8px;border-bottom:1px solid var(--gray-100, #f3f4f6)}.promotion-strategy-compare__table th:first-child,.promotion-strategy-compare__table td:first-child{text-align:left}.promotion-strategy-compare__table tr.is-active{background:var(--blue-50, #eff6ff);font-weight:700}.promotion-strategy-compare__warn{margin:8px 0 0;color:var(--amber-700, #b45309);line-height:1.5}.promotion-strategy-compare__coverage{margin:6px 0 0;color:var(--gray-600, #4b5563)}.promotion-strategy-info__strategies,.promotion-strategy-info__regimes{display:flex;flex-direction:column;gap:0;padding:10px 12px;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);border-radius:6px;font-size:12px;line-height:1.5}.promotion-strategy-info__row{display:flex;gap:10px;padding:5px 0;border-bottom:1px solid var(--gray-100, #f3f4f6);align-items:baseline}.promotion-strategy-info__row:last-child{border-bottom:none;padding-bottom:0}.promotion-strategy-info__row:first-child{padding-top:0}.promotion-strategy-info__row--active dt{color:var(--blue)}.promotion-strategy-info__row--active{background:var(--blue-50, #eff6ff);margin:0 -12px;padding-left:12px;padding-right:12px}.promotion-strategy-info__row--active:first-child{border-radius:6px 6px 0 0}.promotion-strategy-info__row--active:last-child{border-radius:0 0 6px 6px}.promotion-strategy-info__row dt{font-weight:700;color:var(--gray-700);white-space:nowrap}.promotion-strategy-info__row dd{color:var(--gray-600);margin:0}.promotion-strategy-info__badge{font-size:10.5px;font-weight:600;color:var(--gray-400);margin-left:4px}.promotion-click-breakdown{display:inline-flex;align-items:center;gap:4px}.promotion-delta-chip{display:inline-flex;align-items:center;padding:1px 5px;border-radius:4px;background:color-mix(in srgb,var(--blue) 12%,transparent);color:var(--blue);font-size:11px;font-weight:700;white-space:nowrap}.promotion-rank-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border:var(--line);border-radius:999px;background:var(--gray-50);font-size:11.5px;font-weight:800}.promotion-rank-badge__rank{color:var(--ink, #1d1f23);font-weight:800}.promotion-rank-badge__origin{color:var(--gray-400, #9b9b94);font-weight:600}.promotion-underperformer-badges{display:inline-flex;flex-wrap:wrap;gap:4px}.promotion-underperformer-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:var(--red-soft, #fcecea);color:var(--red, #d9412e);border:1px solid var(--red, #d9412e);font-size:11px;font-weight:800;white-space:nowrap;cursor:help}.promotion-strong-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#e3f6ec;color:#0a7f4f;border:1px solid #5cba8c;font-size:11px;font-weight:800;white-space:nowrap;cursor:help}.promotion-delta{font-weight:900;padding:0 5px;border-radius:5px;font-size:12px;height:20px;line-height:20px}.promotion-delta--up{color:#0a7f4f;background:#e3f6ec}.promotion-delta--down{color:#c0392b;background:#fce9e6}.promotion-delta--flat{color:var(--gray-500, #777770);background:transparent;font-weight:700}.promotion-edit-bar{display:flex;align-items:center;gap:8px;margin:10px 0;padding:8px 12px;border:var(--line);border-radius:8px;background:var(--gray-50)}.promotion-edit-bar__status{flex:1;font-size:12.5px;font-weight:700;color:var(--gray-600)}.promotion-edit-bar__save{min-height:32px;padding:6px 16px;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:var(--white);font-weight:800;cursor:pointer}.promotion-edit-bar__save:disabled,.promotion-edit-bar .icon-text-button:disabled{opacity:.45;cursor:not-allowed}.promotion-component-depth__head{width:100%;min-height:58px;display:grid;gap:3px;border:0;border-bottom:var(--line);background:var(--gray-50);color:inherit;padding:11px 12px;text-align:left;cursor:pointer}.promotion-component-depth__head span,.promotion-component-depth__head small,.promotion-item-depth__head small{overflow:hidden;color:var(--gray-500);font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.promotion-component-depth__head b{overflow-wrap:anywhere;font-size:15px;font-weight:950}.promotion-component-depth__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:8px;padding:10px 12px}.promotion-component-depth__metrics span{min-width:0;display:grid;gap:2px}.promotion-component-depth__metrics b{color:var(--black);font-size:15px;font-weight:950}.promotion-component-depth__metrics small{color:var(--gray-500);font-size:10px;font-weight:850}.promotion-item-sort{display:flex;align-items:center;gap:8px;padding:8px 12px 0;flex-wrap:wrap}.promotion-item-sort__label{font-size:12px;font-weight:800;color:var(--gray-600);white-space:nowrap}.promotion-item-sort__select{min-height:28px;padding:3px 8px;border:var(--line);border-radius:7px;background:var(--white);color:inherit;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.promotion-item-sort__hint{font-size:11.5px;color:var(--gray-500)}.promotion-item-sort__reset{margin-left:auto;min-height:28px;padding:4px 12px;border:var(--line);border-radius:7px;background:var(--white);color:var(--gray-600);font-family:inherit;font-size:11.5px;font-weight:800;cursor:pointer}.promotion-item-sort__reset:disabled{opacity:.4;cursor:not-allowed}.promotion-item-sort__save{min-height:28px;padding:4px 12px;border:1px solid var(--blue);border-radius:7px;background:var(--blue);color:var(--white);font-family:inherit;font-size:11.5px;font-weight:800;cursor:pointer}.promotion-item-sort__save:disabled{opacity:.4;cursor:not-allowed}.promotion-item-depth__badges{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px}.promotion-item-depth__badges .promotion-rank-badge__rank{color:var(--ink, #1d1f23)}.promotion-item-depth__badges .promotion-rank-badge__origin{color:var(--gray-400, #9b9b94)}.promotion-item-depth__badges .promotion-delta--up{color:#0a7f4f}.promotion-item-depth__badges .promotion-delta--down{color:#c0392b}.promotion-item-depth__badges .promotion-delta--flat{color:var(--gray-500, #777770)}.promotion-item-depth__badges .promotion-underperformer-badge{color:var(--red, #d9412e)}.promotion-item-depth__badges .promotion-strong-badge{color:#0a7f4f}.promotion-item-stack{display:grid;gap:10px;padding:0 12px 12px}.promotion-item-depth{position:relative;border:var(--line);border-radius:8px;background:var(--white);overflow:hidden}.promotion-item-depth__drag{position:absolute;top:50%;left:3px;transform:translateY(-50%);z-index:1;cursor:grab;color:var(--gray-300, #c4c9d0);font-size:12px;-webkit-user-select:none;user-select:none}.promotion-item-stack>.promotion-item-depth>.promotion-item-depth__head{padding-left:18px}.promotion-item-depth--drop-before:before,.promotion-item-depth--drop-after:after{content:"";position:absolute;left:0;right:0;height:3px;background:var(--blue);z-index:2}.promotion-item-depth--drop-before:before{top:0}.promotion-item-depth--drop-after:after{bottom:0}.browsing-surface-item{border:var(--line);border-radius:8px;background:var(--white);overflow:hidden}.browsing-surface-item[open]>.promotion-item-depth__head{border-bottom:var(--line)}.promotion-item-depth__head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;background:var(--gray-50);padding:10px;cursor:pointer;list-style:none}.promotion-item-depth__head::-webkit-details-marker{display:none}.promotion-item-depth__head>div{min-width:0;display:grid;gap:3px}.promotion-item-depth__head>div:last-child{justify-items:end;text-align:right}.promotion-item-depth__thumb{width:48px;height:60px;border:var(--line);border-radius:7px;background:var(--white);object-fit:cover}.promotion-item-depth__thumb--empty{display:block;background:linear-gradient(135deg,#1111110d,#11111103),var(--white)}.promotion-item-depth__head b{font-size:13px;font-weight:950;line-height:1.25}.promotion-item-depth__head span{color:var(--blue);font-size:11px;font-weight:900}.promotion-item-depth__head strong{color:var(--green);font-size:13px;font-weight:950;text-align:right;white-space:nowrap}.promotion-item-depth__head>div:last-child small{overflow:hidden;max-width:210px;color:var(--gray-500);font-size:10px;font-weight:850;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.promotion-item-depth__head>div:last-child .promotion-item-depth__ai-score{max-width:260px;white-space:normal;text-align:right;color:var(--blue);cursor:help}.promotion-product-grid{max-height:430px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;overflow:auto;padding:10px}.promotion-item-depth:not([open])>.promotion-product-grid{display:none}.promotion-item-depth[open]>.promotion-item-depth__head{border-bottom:var(--line)}.browsing-surface-depth{display:grid;gap:14px;max-height:min(720px,74vh);overflow:auto;padding:14px}.search-popup-section-depth .promotion-component-depth__head{background:#f7f7f8}.search-popup-rank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;padding:4px 14px 14px}.search-popup-rank-row{min-height:48px;display:grid;grid-template-columns:28px 12px minmax(0,1fr) auto;gap:7px;align-items:center;border-bottom:1px solid rgba(17,17,17,.06);color:inherit;text-decoration:none}.search-popup-rank-row:hover{background:#1769c20a}.search-popup-rank-row__rank{color:var(--black);font-size:14px;font-weight:950;text-align:right}.search-popup-rank-row__dash{width:10px;height:2px;border-radius:999px;background:var(--gray-200)}.search-popup-rank-row__copy,.search-popup-rank-row__metrics{min-width:0;display:grid;gap:2px}.search-popup-rank-row__copy b{overflow:hidden;font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.search-popup-rank-row__copy small{overflow:hidden;color:var(--gray-500);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.search-popup-rank-row__metrics{justify-items:end;text-align:right}.search-popup-rank-row__metrics b{color:var(--blue);font-size:12px;font-weight:950}.search-popup-rank-row__metrics small{color:var(--gray-500);font-size:10px;font-weight:850;white-space:nowrap}.search-popup-cta-stack{display:grid;gap:10px;padding:0 14px 14px}.search-popup-cta-row{min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:var(--line);border-radius:8px;background:var(--gray-50);color:inherit;overflow:hidden;padding:12px;text-decoration:none}.search-popup-cta-row--image{min-height:78px;grid-template-columns:minmax(160px,240px) minmax(0,1fr) auto;padding:0 12px 0 0}.search-popup-cta-row img{width:100%;height:78px;object-fit:cover}.search-popup-cta-row span{min-width:0;display:grid;gap:3px}.search-popup-cta-row small{color:var(--gray-500);font-size:11px;font-weight:850}.search-popup-cta-row b{overflow-wrap:anywhere;font-size:14px;font-weight:950}.search-popup-cta-row em{color:var(--gray-500);font-size:11px;font-style:normal;font-weight:850;white-space:nowrap}.search-phone{background:var(--white);overflow:hidden}.search-phone-top{height:74px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;border-bottom:var(--line);padding:10px 14px}.search-phone-top>div{height:44px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:8px;align-items:center;border-radius:999px;background:var(--gray-50);padding:0 12px 0 18px}.search-phone-top span{overflow:hidden;color:var(--gray-500);font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.search-phone-body{height:calc(100% - 74px);overflow:auto;background:var(--white)}.search-phone-section{display:grid;gap:14px;border-bottom:var(--line);padding:24px 16px 26px}.search-phone-section h3{margin:0;color:var(--black);font-size:18px;font-weight:950}.search-phone-rank-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:14px}.search-phone-rank-list a{min-width:0;display:grid;grid-template-columns:24px 12px minmax(0,1fr);gap:6px;align-items:center;color:var(--black);text-decoration:none}.search-phone-rank-list b{font-size:15px;font-weight:950;text-align:right}.search-phone-rank-list i{width:8px;height:2px;border-radius:999px;background:var(--gray-200)}.search-phone-rank-list span{overflow:hidden;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.search-phone-pager{display:flex;justify-content:center;gap:0;padding-top:8px}.search-phone-pager span{width:42px;height:3px;background:var(--gray-200)}.search-phone-pager span:first-child{border-radius:999px 0 0 999px;background:var(--black)}.search-phone-pager span:last-child{border-radius:0 999px 999px 0}.search-phone-banner{display:block;border-bottom:var(--line)}.search-phone-banner img{display:block;width:100%;height:auto}.search-phone-consult{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:10px;align-items:center;border-bottom:var(--line);background:var(--white);color:inherit;padding:24px 16px;text-decoration:none}.search-phone-consult span{min-width:0;display:grid;gap:6px;border-radius:8px;background:var(--gray-50);padding:16px 18px}.search-phone-consult small{color:var(--gray-500);font-size:13px;font-weight:850}.search-phone-consult b{color:var(--black);font-size:16px;font-weight:950}.search-phone-consult em{width:48px;height:48px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(145deg,#eee,#111);color:var(--white);font-size:16px;font-style:normal;font-weight:950}.browsing-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.browsing-style-card{min-width:0;display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;border:1px solid rgba(23,105,194,.16);border-radius:8px;background:#1769c20a;padding:12px}.browsing-style-card>img,.browsing-style-card>.promotion-style-tile__empty{width:96px;height:124px;border-radius:7px;object-fit:cover}.browsing-style-card>div{min-width:0;display:grid;gap:3px;align-content:start}.browsing-style-card span{overflow:hidden;color:var(--blue);font-size:9px;font-weight:950;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.browsing-style-card b{display:-webkit-box;overflow:hidden;color:var(--gray-900);font-size:14px;font-weight:950;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.browsing-style-card small{overflow:hidden;color:var(--gray-500);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.browsing-style-card .browsing-nested-product-grid{grid-column:1 / -1}.browsing-nested-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:10px}.browsing-nested-product{min-width:0;display:grid;grid-template-rows:auto 1fr;gap:8px;align-items:start;border:1px solid rgba(31,41,55,.08);border-radius:8px;background:var(--white);color:inherit;padding:8px;text-decoration:none}.browsing-nested-product img,.browsing-nested-product .product-thumb-empty{width:100%;aspect-ratio:3 / 4;height:auto;border-radius:7px;object-fit:cover}.browsing-nested-product__body{min-width:0;display:grid;gap:5px;align-content:start}.browsing-nested-product b,.browsing-nested-product small{overflow:hidden;text-overflow:ellipsis}.browsing-nested-product b{display:-webkit-box;color:var(--gray-900);font-size:13px;font-weight:950;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.browsing-nested-product small{color:var(--gray-500);font-size:10px;font-weight:850;white-space:nowrap}.browsing-nested-product__price{display:flex;flex-wrap:wrap;gap:5px;align-items:baseline;color:var(--gray-900);font-size:13px;font-style:normal;font-weight:950;line-height:1.1}.browsing-nested-product__price del{color:var(--gray-500);font-size:10px;font-weight:850}.browsing-nested-product__metric{border-radius:6px;background:var(--gray-50);padding:3px 5px;color:var(--blue)!important;font-size:10px!important;font-weight:950!important}.browsing-nested-product__metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:2px 0 0}.browsing-nested-product__metric-grid div{min-width:0;border-radius:6px;background:var(--gray-50);padding:5px 6px}.browsing-nested-product__metric-grid dt,.browsing-nested-product__metric-grid dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browsing-nested-product__metric-grid dt{color:var(--gray-500);font-size:9px;font-weight:850}.browsing-nested-product__metric-grid dd{margin-top:2px;color:var(--gray-900);font-size:11px;font-weight:950}.browsing-metric-reference{color:#6d28d9!important}.browsing-section--curation .browsing-style-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.browsing-section--curation .browsing-style-card{grid-template-columns:78px minmax(0,1fr);gap:10px;padding:10px}.browsing-section--curation .browsing-style-card>img,.browsing-section--curation .browsing-style-card>.promotion-style-tile__empty{width:78px;height:102px}.browsing-section--curation .browsing-style-card .browsing-nested-product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.browsing-section--curation .browsing-style-card .browsing-nested-product{padding:7px}.browsing-section--curation .browsing-style-card .browsing-nested-product img,.browsing-section--curation .browsing-style-card .browsing-nested-product .product-thumb-empty{width:100%;height:auto}.browsing-section--curation .browsing-style-card .browsing-nested-product b{font-size:12px}.promotion-style-tile{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;margin:10px 10px 0;border:1px solid rgba(23,105,194,.22);border-radius:8px;background:#1769c20b;padding:9px}.promotion-style-tile>img,.promotion-style-tile__empty{width:82px;height:104px;border-radius:7px;background:linear-gradient(135deg,#1769c224,#008f6b14),var(--white);object-fit:cover}.promotion-style-tile>div{min-width:0;display:grid;gap:4px;align-content:start}.promotion-style-tile span{color:var(--blue);font-size:10px;font-weight:950;text-transform:uppercase}.promotion-style-tile b{display:-webkit-box;overflow:hidden;font-size:14px;font-weight:950;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-style-tile a{color:var(--gray-600);font-size:11px;font-weight:900;text-decoration:none}.promotion-style-tile dl{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0}.promotion-style-tile dl div{display:grid;gap:1px;border-radius:7px;background:var(--white);padding:6px}.promotion-style-tile dt{overflow:hidden;color:var(--gray-500);font-size:9px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.promotion-style-tile dd{margin:0;color:var(--gray-800);font-size:12px;font-weight:950}.promotion-theme-tile{border-color:#7540b53d;background:#7540b50d}.promotion-theme-tile>div>span{color:#7540b5}.promotion-theme-style-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;padding:2px 0}.promotion-theme-style-card{min-width:0;display:grid;gap:9px;overflow:hidden;border:1px solid rgba(117,64,181,.2);border-radius:8px;background:linear-gradient(180deg,#7540b514,#7540b500 64px),var(--white);box-shadow:0 8px 18px #1f29370f;padding:9px;color:var(--gray-700);font-size:10px;font-weight:900;text-transform:none}.promotion-theme-style-card__head{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);gap:9px;align-items:center}.promotion-theme-style-card__head img,.promotion-theme-style-card__head .promotion-style-tile__empty{width:54px;height:68px;border-radius:7px;box-shadow:0 5px 12px #1f29371c;object-fit:cover}.promotion-theme-style-card__head>div{min-width:0;display:grid;gap:3px}.promotion-theme-style-card__head span{width:fit-content;border-radius:999px;background:#7540b51f;color:#7540b5;font-size:9px;font-weight:950;padding:3px 6px}.promotion-theme-style-card__head b{-webkit-line-clamp:2;color:var(--gray-900);font-size:13px;line-height:1.25}.promotion-theme-style-card__head small{overflow:hidden;color:var(--gray-500);font-size:9px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.promotion-theme-style-card>dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0}.promotion-theme-style-card>dl div{display:grid;gap:1px;border-radius:6px;background:#ffffffc7;box-shadow:inset 0 0 0 1px #7540b514;padding:6px}.promotion-theme-style-card>dl dt{overflow:hidden;color:var(--gray-500);font-size:8px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.promotion-theme-style-card>dl dd{margin:0;color:#3f2a66;font-size:11px;font-weight:950}.promotion-theme-product-list{display:grid;gap:6px}.promotion-theme-product-row{position:relative;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) minmax(116px,auto);gap:8px;align-items:center;border:1px solid rgba(31,41,55,.08);border-radius:7px;background:#f9fafbd1;padding:6px}.promotion-theme-product-rank{position:absolute;top:4px;left:4px;z-index:1;min-width:17px;height:17px;display:inline-grid;place-items:center;border-radius:999px;background:#3f2a66e6;color:var(--white);font-size:9px;font-weight:950}.promotion-theme-product-row>img,.promotion-theme-product-row>.product-thumb-empty{width:42px;height:52px;border-radius:6px;background:var(--white);object-fit:cover}.promotion-theme-product-row>div{min-width:0;display:grid;gap:2px}.promotion-theme-product-row b{display:-webkit-box;overflow:hidden;color:var(--gray-800);font-size:11px;font-weight:950;line-height:1.24;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-theme-product-row small{overflow:hidden;color:var(--gray-500);font-size:9px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.promotion-theme-product-row dl{display:grid;grid-template-columns:repeat(2,minmax(0,auto));gap:4px;margin:0}.promotion-theme-product-row dl div{min-width:0;display:grid;gap:1px;justify-items:end}.promotion-theme-product-row dt{color:var(--gray-500);font-size:7.5px;font-weight:900;text-transform:uppercase}.promotion-theme-product-row dd{margin:0;color:var(--gray-800);font-size:9.5px;font-weight:950;white-space:nowrap}.browsing-product-row{grid-template-columns:58px minmax(0,1fr) minmax(140px,auto);gap:10px;padding:8px}.browsing-product-row>img,.browsing-product-row>.product-thumb-empty{width:58px;height:72px}.browsing-product-row b{font-size:13px;line-height:1.3}.browsing-product-row small{font-size:11px}.promotion-theme-product-more{color:var(--gray-500);font-size:10px;font-style:normal;font-weight:900}.promotion-theme-style-grid em{align-self:center;color:var(--gray-500);font-size:11px;font-style:normal;font-weight:950;white-space:nowrap}.promotion-product-tile{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;border:var(--line);border-radius:8px;padding:8px;background:var(--white)}.promotion-product-tile>img,.promotion-product-tile>.product-thumb-empty{width:72px;height:92px;border-radius:7px;object-fit:cover}.promotion-product-tile>div{min-width:0;display:grid;gap:4px;align-content:start}.promotion-product-tile b{display:-webkit-box;overflow:hidden;font-size:12px;font-weight:950;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-product-tile small{overflow:hidden;color:var(--gray-500);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.promotion-product-tile dl{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:0}.promotion-product-tile dl div{display:grid;gap:1px;border-radius:7px;background:var(--gray-50);padding:5px}.promotion-product-tile dt{overflow:hidden;color:var(--gray-500);font-size:9px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.promotion-product-tile dd{margin:0;color:var(--gray-800);font-size:11px;font-weight:950}.promotion-preview-frame{position:sticky;top:18px}.promotion-preview-phone{width:min(100%,420px);height:calc(100vh - 150px);min-height:560px;max-height:820px;overflow:auto;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);padding:10px;box-shadow:0 18px 42px #11182729}.promotion-preview-phone--live{padding:0;overflow:hidden}.promotion-live-preview{position:relative;width:100%;height:100%;overflow:hidden;border-radius:7px;background:var(--white)}.promotion-live-preview iframe{width:100%;height:100%;display:block;border:0;background:var(--white)}.promotion-live-preview__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;background:var(--white);color:var(--gray-500);font-size:12px;font-weight:900}.promotion-preview-phone__top{min-height:34px;display:flex;justify-content:space-between;gap:8px;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);color:var(--white);padding:0 2px 9px}.promotion-preview-phone__top span{overflow:hidden;font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-phone__top small{color:#ffffff9e;font-size:10px;font-weight:900}.promotion-preview-hero,.promotion-preview-hero-image{width:100%;height:220px;margin-top:10px;border-radius:8px;background:linear-gradient(135deg,#262626,#1769c2);color:var(--white)}.promotion-preview-hero{display:grid;align-content:end;gap:5px;padding:14px}.promotion-preview-hero-image{display:block;object-fit:cover}.promotion-preview-components{display:grid;gap:10px;margin-top:10px}.promotion-preview-slot{position:relative;border-radius:8px;background:var(--white);padding:9px}.promotion-preview-commerce-slot,.promotion-preview-theme-slot,.promotion-preview-utility-slot{position:relative;overflow:hidden;border-radius:8px;background:var(--white);padding-bottom:18px}.promotion-preview-commerce-slot h4,.promotion-preview-theme-slot h4{margin:0;padding:18px 14px 5px;color:var(--gray-950);font-size:18px;font-weight:950;line-height:1.22}.promotion-preview-commerce-slot p{margin:0;padding:0 14px 12px;color:var(--gray-600);font-size:12px;font-weight:800;line-height:1.45}.promotion-preview-section-image{width:100%;display:block;object-fit:cover}.promotion-preview-category-bar{position:sticky;top:0;z-index:1;display:flex;gap:6px;overflow-x:auto;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);background:#fffffff5;padding:8px 10px}.promotion-preview-category-bar::-webkit-scrollbar,.promotion-preview-product-row::-webkit-scrollbar{display:none}.promotion-preview-category-bar span{flex:0 0 auto;position:relative;border:1px solid var(--gray-200);border-radius:999px;background:var(--white);color:var(--gray-600);padding:5px 9px;font-size:11px;font-weight:900}.promotion-preview-category-bar span.is-active{border-color:var(--gray-950);background:var(--gray-950);color:var(--white)}.promotion-preview-product-grid-local{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 8px;padding:10px}.promotion-preview-product-row{display:grid;grid-auto-columns:minmax(120px,38%);grid-auto-flow:column;gap:8px;overflow-x:auto;padding:10px;scroll-snap-type:x mandatory}.promotion-preview-product-card{min-width:0;overflow:hidden}.promotion-preview-product-row .promotion-preview-product-card{scroll-snap-align:start}.promotion-preview-product-card__image{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:5px;background:var(--gray-100)}.promotion-preview-product-card__image img{width:100%;height:100%;display:block;object-fit:cover}.promotion-preview-product-card__body{display:grid;gap:2px;padding-top:6px}.promotion-preview-product-card__body span{overflow:hidden;color:var(--gray-800);font-size:10px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-product-card__body b{min-height:30px;overflow:hidden;color:var(--gray-700);display:-webkit-box;font-size:10px;font-weight:750;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-preview-product-card__body small{color:var(--gray-400);font-size:10px;font-weight:750;text-decoration:line-through}.promotion-preview-product-card__body strong{display:flex;gap:4px;align-items:baseline;color:var(--gray-950);font-size:12px;font-weight:950}.promotion-preview-product-card__body em{color:var(--red);font-style:normal}.promotion-preview-product-card button,.promotion-preview-coupon-ticket button{width:100%;min-height:31px;margin-top:7px;border:0;border-radius:4px;background:var(--gray-950);color:var(--white);font-size:10px;font-weight:950}.promotion-preview-more{width:fit-content;margin:10px auto 0;border:1px solid var(--gray-300);border-radius:999px;color:var(--gray-700);padding:8px 14px;font-size:11px;font-weight:900}.promotion-preview-theme-list{display:grid;gap:8px;padding:10px}.promotion-preview-theme-list div{position:relative;display:flex;justify-content:space-between;gap:8px;align-items:center;border-radius:6px;background:var(--gray-50);padding:10px}.promotion-preview-theme-list strong{min-width:0;overflow:hidden;color:var(--gray-900);font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-theme-list span{flex:0 0 auto;color:var(--gray-500);font-size:10px;font-weight:900}.promotion-preview-utility-slot{display:grid;gap:5px;padding:18px 14px}.promotion-preview-utility-slot b{color:var(--gray-950);font-size:14px;font-weight:950}.promotion-preview-utility-slot span{color:var(--gray-500);font-size:11px;font-weight:850}.promotion-preview-slot__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;align-items:center}.promotion-preview-slot__head span,.promotion-preview-slot__head small{color:var(--gray-500);font-size:10px;font-weight:900}.promotion-preview-slot__head b{overflow:hidden;font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}.promotion-preview-products--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-preview-products span,.promotion-preview-products i{aspect-ratio:3 / 4;display:block;border-radius:7px;background:var(--gray-100);overflow:hidden}.promotion-preview-products img{width:100%;height:100%;object-fit:cover}.promotion-preview-media-slot,.promotion-preview-coupon-slot,.promotion-preview-inline-image{position:relative;overflow:hidden;border-radius:8px;background:var(--white)}.promotion-preview-media-slot{position:relative}.promotion-preview-media-slot img,.promotion-preview-inline-image img{width:100%;display:block}.promotion-preview-media-slot span{position:absolute;left:8px;bottom:8px;border-radius:999px;background:#111827b8;color:var(--white);padding:4px 7px;font-size:10px;font-weight:900}.promotion-preview-coupon-slot{display:grid;gap:5px;background-color:var(--gray-50);background-position:center;background-repeat:no-repeat;background-size:cover;padding:14px}.promotion-preview-coupon-slot b{font-size:14px}.promotion-preview-coupon-slot span{font-size:11px;font-weight:900;opacity:.82}.promotion-preview-coupon-list{display:grid;gap:10px;margin-top:8px}.promotion-preview-coupon-ticket{overflow:hidden;border-radius:6px;background:#ffffffe6;padding:10px}.promotion-preview-coupon-ticket img{width:100%;display:block;border-radius:4px}.promotion-preview-coupon-ticket strong{display:block;color:var(--gray-950);font-size:13px;font-weight:950;text-align:center}.promotion-preview-padding{height:22px}.promotion-preview-empty{margin-top:8px;border-radius:7px;background:var(--gray-50);color:var(--gray-500);padding:12px;font-size:11px;font-weight:900;text-align:center}.promotion-preview-slot__metrics{display:flex;justify-content:space-between;gap:8px;margin-top:8px;color:var(--gray-600);font-size:10px;font-weight:900}.promotion-preview-metric-overlay{position:absolute;z-index:3;top:8px;left:8px;max-width:calc(100% - 16px);display:grid;grid-template-columns:repeat(2,minmax(0,auto));gap:4px;border:1px solid rgba(255,255,255,.34);border-radius:8px;background:#6d28d9c2;color:var(--white);padding:6px 7px;box-shadow:0 8px 20px #3014692e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.promotion-preview-metric-overlay span{min-width:0;display:grid;gap:1px}.promotion-preview-metric-overlay b{overflow:hidden;color:var(--white);font-size:10px;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-metric-overlay small{overflow:hidden;color:#ffffffb8;font-size:8px;font-weight:900;letter-spacing:0;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.promotion-preview-metric-overlay--compact{position:static;width:max-content;max-width:100%;grid-template-columns:repeat(2,minmax(0,auto));border-radius:999px;padding:4px 6px}.promotion-preview-product-card__image .promotion-preview-metric-overlay--compact{position:absolute;top:5px;left:5px}.promotion-preview-category-bar .promotion-preview-metric-overlay--compact,.promotion-preview-item-block__head .promotion-preview-metric-overlay--compact,.promotion-preview-theme-list .promotion-preview-metric-overlay--compact{width:max-content;justify-content:start}.promotion-preview-category-bar .promotion-preview-metric-overlay--compact{position:absolute;top:-12px;right:-4px;transform:scale(.78);transform-origin:top right}.promotion-preview-item-start-overlay{position:absolute;z-index:3;top:8px;right:8px}.promotion-preview-item-stack{display:grid;gap:9px;padding:0 8px 8px}.promotion-preview-item-block{display:grid;gap:8px;border:1px solid rgba(109,40,217,.16);border-radius:8px;background:#6d28d909;padding:8px}.promotion-preview-item-block__head{display:flex;align-items:start;justify-content:space-between;gap:8px}.promotion-preview-item-block__head>div{min-width:0;display:grid;gap:2px}.promotion-preview-item-block__head b{overflow:hidden;color:var(--black);font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.promotion-preview-item-block__head small{overflow:hidden;color:var(--gray-500);font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.promotion-empty-line{border:var(--line);border-radius:8px;background:var(--gray-50);color:var(--gray-500);padding:12px;font-size:12px;font-weight:900}.browsing-surface-item--parent>summary{border-color:#6d28d942;background:#6d28d90b}.browsing-surface-item--parent>summary span:first-child{color:var(--blue)}.browsing-surface-item--main-category>summary{background:#1769c20f}.browsing-surface-item--main-category>summary .promotion-item-depth__thumb{border-color:#1769c23d;background:#1769c214}.browsing-ranking-note{margin:0 12px 12px;border:1px solid rgba(109,40,217,.18);border-radius:8px;background:#6d28d90b;color:#4c1d95;padding:10px 12px;font-size:12px;font-weight:900;line-height:1.45}.browsing-ranking-main-tabs{display:flex;gap:8px;overflow-x:auto;padding:0 12px 12px;scrollbar-width:thin}.browsing-ranking-main-tabs a{flex:0 0 auto;display:inline-flex;gap:6px;align-items:center;border:1px solid rgba(17,24,39,.1);border-radius:999px;background:var(--white);color:var(--gray-700);padding:8px 11px;text-decoration:none}.browsing-ranking-main-tabs span{min-width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#1769c214;color:var(--blue);font-size:10px;font-weight:950}.browsing-ranking-main-tabs b{font-size:12px;font-weight:950;white-space:nowrap}.browsing-ranking-group{display:grid;gap:8px;border:1px solid rgba(23,105,194,.14);border-radius:8px;background:#f8fafce0;padding:10px}.browsing-ranking-group__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.browsing-ranking-group__head>div{min-width:0;display:grid;gap:3px}.browsing-ranking-group__head>div:last-child{justify-items:end;text-align:right}.browsing-ranking-group__head span{color:var(--blue);font-size:10px;font-weight:950;text-transform:uppercase}.browsing-ranking-group__head b{overflow:hidden;color:var(--black);font-size:15px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.browsing-ranking-group__head small{color:var(--gray-500);font-size:11px;font-weight:850}.browsing-ranking-group__body{display:grid;gap:8px;padding-left:12px;border-left:2px solid rgba(23,105,194,.16)}.browsing-ranking-group__body .browsing-surface-item--main-category{margin-left:-12px}.browsing-ranking-section .promotion-item-stack{gap:12px}.inline-warning,.inline-loading{border:var(--line);border-radius:8px;padding:9px 11px;font-size:12px;font-weight:900}.inline-warning{border-color:#d9412e47;background:#d9412e0f;color:var(--red)}.inline-loading{background:var(--gray-50);color:var(--gray-500)}.cohort-grid,.quality-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quality-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cohort span{color:var(--gray-500);font-size:11px;font-weight:800;text-transform:uppercase}.cohort strong{display:block;margin:8px 0 12px;font-size:24px}.cohort div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:7px;border-top:var(--line)}.cohort b{color:var(--gray-500);font-size:12px}.cohort em{font-style:normal;font-size:12px;font-weight:800}.quality{display:grid;gap:7px}.quality--green{border-color:#008f6b59}.quality--yellow{border-color:#a77a116b}.quality p{display:flex;align-items:center;gap:5px}.retention-hero{min-height:180px;display:flex;flex-direction:column;justify-content:center;border:var(--line);border-radius:8px;background:var(--gray-50);padding:18px}.retention-hero span{color:var(--gray-500);font-size:12px;font-weight:900;text-transform:uppercase}.retention-hero strong{display:block;margin:10px 0;font-size:40px;line-height:1}.retention-hero p{color:var(--gray-700);font-size:13px}.page-footer{display:flex;align-items:center;gap:6px;color:var(--gray-500);font-size:11px;font-weight:800}.empty-state{min-height:420px;display:grid;place-items:center;border:var(--line);border-radius:8px;background:var(--white);color:var(--gray-500);font-weight:800}@media(max-width:1080px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.nav{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid,.cause-grid,.cohort-grid,.quality-grid,.owner-grid,.action-grid,.depth-grid,.section-score-grid,.lift-grid,.sales-summary,.user-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.split,.promo-layout,.sales-layout,.dashboard-lane,.dashboard-lane--wide,.attribution-dashboard,.momentum-grid,.promotion-detail-layout{grid-template-columns:1fr}.promotion-preview-frame{position:static}.promotion-preview-phone{height:720px;margin:0 auto}.table-tools{grid-template-columns:1fr}.analysis-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.main{padding:14px}.topbar,.section-header{display:grid}.filters{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 38px;justify-content:flex-start}.filters label:nth-child(3),.filters label:nth-child(4){display:none}.filters label{min-width:0;padding:0 8px}.filters input{width:100%;min-width:0}.metric-grid,.cause-grid,.cohort-grid,.quality-grid,.owner-grid,.action-grid,.depth-grid,.section-score-grid,.lift-grid,.sales-summary,.user-filter-bar,.analysis-sidebar,.nav,.mini-bar,.momentum-card,.dashboard-product,.dashboard-products--compact .dashboard-product{grid-template-columns:1fr}.momentum-card>strong{text-align:left}.momentum-card .daily-mini{width:100%}.funnel-row{grid-template-columns:1fr}.funnel-row>b{text-align:left}.promo-slot{grid-template-columns:1fr}.promotion-rank{grid-template-columns:42px minmax(0,1fr)}.promotion-rank__chart,.promotion-rank__metrics{grid-column:2}.promotion-summary-grid,.promotion-component-depth__metrics,.promotion-product-tile dl{grid-template-columns:1fr 1fr}.promotion-item-depth__head{grid-template-columns:48px minmax(0,1fr)}.promotion-item-depth__head>div:last-child{grid-column:1 / -1;justify-items:start;text-align:left}.promotion-item-depth__head strong{text-align:left}.search-popup-rank-grid{grid-template-columns:1fr}.search-popup-rank-row{grid-template-columns:28px 12px minmax(0,1fr)}.search-popup-rank-row__metrics{grid-column:3;justify-items:start;text-align:left}.search-popup-cta-row,.search-popup-cta-row--image{grid-template-columns:1fr;padding:12px}.search-popup-cta-row img{height:auto;border-radius:7px}.promotion-preview-phone{height:640px;min-height:520px}.filter-block--scope{grid-column:auto}}.csv-button{min-height:36px;display:inline-flex;align-items:center;gap:6px;border:var(--line);border-radius:8px;background:var(--white);color:var(--gray-700);padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}.csv-button:hover{border-color:var(--gray-200);color:var(--black)}.copy-chip{display:inline-flex;align-items:center;gap:4px;border:var(--line);border-radius:6px;background:var(--gray-50);color:var(--gray-600);margin-top:2px;padding:2px 7px;font-size:10.5px;font-weight:900;line-height:1.4;width:fit-content}.copy-chip:hover{border-color:var(--gray-200);color:var(--black)}.copy-chip--copied{border-color:var(--green);color:var(--green)}.drilldown-hint{margin:-4px 0 10px;border:1px dashed var(--gray-200);border-radius:8px;background:var(--gray-50);color:var(--gray-600);padding:7px 10px;font-size:11.5px;font-weight:700}.sales-row--expandable{cursor:pointer}.sales-row--expandable:hover td,.sales-row--expanded td{background:var(--gray-50)}.rank-cell__chevron{display:inline-flex;margin-left:4px;color:var(--gray-500);transition:transform .14s ease;vertical-align:middle}.rank-cell__chevron--open{transform:rotate(180deg)}.group-products-row>td{padding:0 10px 14px;background:var(--gray-50)}.group-products{border:var(--line);border-radius:10px;background:var(--white);padding:12px;display:grid;gap:10px}.group-products--empty{color:var(--gray-600);font-size:12px;font-weight:700}.group-products__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.group-products__head>div{display:grid;gap:2px}.group-products__head b{font-size:13px}.group-products__head span{color:var(--gray-600);font-size:11.5px;font-weight:700}.group-products__list{display:grid;gap:6px}.group-product-row{display:grid;grid-template-columns:38px 44px minmax(0,1fr) auto;align-items:center;gap:10px;border:var(--line);border-radius:9px;padding:8px 10px}.group-product-row__rank{color:var(--gray-500);font-size:12px;font-weight:900}.group-product-row img{width:44px;height:56px;border-radius:6px;object-fit:cover;background:var(--gray-100)}.group-product-row__main{min-width:0;display:grid;gap:3px}.group-product-row__main b{font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-product-row__main b a{color:inherit;text-decoration:none}.group-product-row__main b a:hover{text-decoration:underline}.group-product-row__main small{color:var(--gray-600);font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-product-row__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.group-product-row__metrics{display:grid;grid-template-columns:repeat(4,minmax(64px,auto));gap:10px;margin:0}.group-product-row__metrics div{display:grid;gap:1px;text-align:right}.group-product-row__metrics dt{color:var(--gray-500);font-size:9.5px;font-weight:900;text-transform:uppercase}.group-product-row__metrics dd{margin:0;font-size:12px;font-weight:900}.group-products__pager{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.group-products__pager button{min-width:28px;height:28px;border:var(--line);border-radius:7px;background:var(--white);color:var(--gray-600);padding:0 8px;font-size:11.5px;font-weight:900}.group-products__pager button:disabled{opacity:.4;cursor:default}.group-products__pager button.is-active{border-color:var(--black);background:var(--black);color:var(--white)}.trend-controls{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin-bottom:12px}.trend-controls .segmented{align-self:end}.trend-month-select select{height:36px;border:var(--line);border-radius:8px;background:var(--white);padding:0 10px;font-size:12px;font-weight:800}.trend-search{flex:1;min-width:220px}.trend-table-wrap{max-height:70vh;overflow:auto}.trend-table{min-width:100%;border-collapse:collapse}.trend-table th,.trend-table td{white-space:nowrap;text-align:right;font-size:11.5px;padding:7px 9px}.trend-table thead th{position:sticky;top:0;z-index:2;background:var(--white);border-bottom:var(--line);color:var(--gray-600);font-size:10px;font-weight:900;text-transform:uppercase}.trend-table tbody td{border-bottom:var(--line);font-weight:800}.trend-table__label{position:sticky;left:0;z-index:1;background:var(--white);text-align:left!important;width:240px;min-width:240px;max-width:240px;overflow:hidden;text-overflow:ellipsis}.trend-table thead .trend-table__label{z-index:3}.trend-table__label b{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis}.trend-table__label small{color:var(--gray-500);font-size:10px;font-weight:800}.trend-table__total{position:sticky;left:240px;z-index:1;background:var(--gray-50);font-weight:900!important}.trend-table thead .trend-table__total{z-index:3}.trend-table__zero{color:var(--gray-200)}.trend-table__summary-row td{background:var(--gray-50);font-weight:900!important}.trend-table__summary-row .trend-table__label{background:var(--gray-50)}@media(max-width:900px){.table-tools{grid-template-columns:1fr}.group-product-row{grid-template-columns:30px 40px minmax(0,1fr)}.group-product-row__metrics{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr))}.trend-table__total{left:auto;position:static}}.promotion-strategy-bar__btn--primary{font-weight:700;background:#4f46e5;color:#fff;border-color:#4338ca}.promotion-strategy-bar__btn--primary:hover:not(:disabled){background:#4338ca}.promotion-strategy-bar__btn--primary.promotion-strategy-bar__btn--ran{box-shadow:0 0 0 2px #c7d2fe inset}.promotion-rec-cards{margin-top:10px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafe;padding:10px 12px}.promotion-rec-cards__head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px;margin-bottom:8px}.promotion-rec-cards__focus{color:#b45309;font-weight:700;white-space:nowrap}.promotion-rec-cards__focus--ok{color:#15803d}.promotion-rec-cards__why{margin:4px 0 8px;font-size:12px;color:#475569;line-height:1.5}.promotion-rec-cards__why strong{color:#0f172a}.promotion-rec-cards__score{font-weight:700}.promotion-rec-cards__score.is-pass{color:#15803d}.promotion-rec-cards__score.is-fail{color:#b91c1c}.promotion-rec-cards__list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.promotion-rec-cards__empty{font-size:12px;color:#6b7280;margin:4px 0 0}.promotion-rec-cards__llm{margin:4px 0 8px;padding:6px 10px;font-size:12px;color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;line-height:1.5}.promotion-rec-cards__llm ul{margin:2px 0 0;padding-left:16px}.promotion-rec-cards__llm li{margin:1px 0;font-style:italic}.promotion-rec-card{border:1px solid #eee;border-radius:6px;background:#fff;padding:8px 10px}.promotion-rec-card--focus{border-color:#fcd34d;background:#fffbeb}.promotion-rec-card__top{display:flex;align-items:center;gap:8px;font-size:13px}.promotion-rec-card__dir{font-weight:700;white-space:nowrap}.promotion-rec-card__dir--up{color:#15803d}.promotion-rec-card__dir--down{color:#b91c1c}.promotion-rec-card__title{flex:1;font-weight:600}.promotion-rec-card__title small{color:#6b7280;font-weight:400;margin-left:4px}.promotion-rec-card__conf{color:#6b7280;font-size:12px;white-space:nowrap;cursor:help}.promotion-rec-card__evidence{margin-top:4px;font-size:11px;font-variant-numeric:tabular-nums;color:#64748b;background:#f8fafc;border-radius:4px;padding:3px 6px}.promotion-rec-card__reasons{margin:6px 0 0;padding-left:16px;font-size:12px;color:#374151}.promotion-rec-card__reasons li{margin:1px 0}.promotion-rec-card__flags{margin-top:6px;display:flex;flex-wrap:wrap;gap:4px}.promotion-rec-card__flag{font-size:11px;background:#fee2e2;color:#991b1b;border-radius:4px;padding:1px 6px}.calc-version-toggle{display:inline-flex;gap:6px;margin-top:8px}.calc-version-toggle button{font-size:12.5px;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer}.calc-version-toggle button.is-active{background:#4f46e5;border-color:#4f46e5;color:#fff}.calc-baseline-status{font-size:12px;color:#6b7280;margin:6px 0 0}.calc-formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#374151;background:#f4f4f8;border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;margin-top:8px}.calc-formula strong{color:#4f46e5}.calc-formula__note{color:#6b7280;font-weight:400}.calc-component{margin:16px 0}.calc-component__title{font-size:15px;margin:0 0 6px}.calc-component__meta{color:#6b7280;font-weight:400;font-size:13px}.calc-table th,.calc-table td{text-align:right;white-space:nowrap}.calc-table th:nth-child(2),.calc-table td.calc-table__name{text-align:left}.calc-table__name{max-width:240px;overflow:hidden;text-overflow:ellipsis}.calc-table__score{font-weight:700;color:#111827}
