:root{color:#17231e;--green:#076443;--green-dark:#034d34;--green-light:#e7f5ee;--border:#dce4df;--muted:#66736d;--red:#b42318;--orange:#b54708;--blue:#175cd3;background:#f3f6f4;font-family:Inter,Outfit,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.site-header{background:var(--green-dark);color:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 36px;display:flex}.site-header a{color:#fff;text-decoration:none}.site-header nav{gap:24px;display:flex}.site-logo{font-size:19px;font-weight:800}main:not(.admin-main){max-width:1200px;margin:auto;padding:2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.card,.wizard-panel,.history-section{border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #16392b0a}.product-image{aspect-ratio:1;width:100%;position:relative}.product-image img{object-fit:contain}.catalog-pagination{justify-content:center;margin:28px 0 8px;display:flex}.catalog-pagination a{color:#fff;background:var(--green);border-radius:8px;padding:11px 16px;font-weight:750;text-decoration:none}.price{color:var(--green);font-size:1.4rem;font-weight:800}.old{color:#777;text-decoration:line-through}input,select,button{border:1px solid #b9c5bf;border-radius:8px;padding:.7rem}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.notice{background:#fff3cd;border-radius:8px;padding:1rem}.admin-shell{grid-template-columns:240px 1fr;min-height:calc(100vh - 70px);display:grid}.admin-sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;height:calc(100vh - 70px);padding:24px 16px;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid var(--border);padding:0 12px 22px}.admin-brand span{font-weight:800;display:block}.admin-brand small{color:var(--muted);margin-top:4px;display:block}.admin-nav{gap:6px;padding:20px 0;display:grid}.admin-nav a{color:#34433c;border-radius:10px;align-items:center;gap:12px;padding:12px;font-weight:650;text-decoration:none;display:flex}.admin-nav a:hover{background:#f1f5f3}.admin-nav .primary-nav{color:var(--green);background:var(--green-light)}.admin-user{border-top:1px solid var(--border);gap:10px;margin-top:auto;padding:18px 12px 0;display:grid}.admin-user span{color:var(--muted);text-overflow:ellipsis;font-size:12px;overflow:hidden}.logout-button{color:var(--red);text-align:left;background:0 0;border:0;padding:0;font-weight:700}.admin-main{width:100%;max-width:1500px;padding:38px;overflow:hidden}.page-heading{margin-bottom:26px}.page-heading h1{margin:5px 0 8px;font-size:30px}.page-heading p,.wizard-heading p,.review-title p,.table-toolbar p,.history-section>p{color:var(--muted);margin:0}.eyebrow{letter-spacing:.11em;color:var(--green);font-size:12px;font-weight:800}.import-wizard{gap:20px;display:grid}.steps{grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 2px;padding:0;list-style:none;display:grid}.steps li{color:#86918c;align-items:center;gap:9px;font-weight:700;display:flex}.steps li:after{content:"";background:#dce4df;flex:1;height:2px;margin-left:5px}.steps li:last-child:after{display:none}.steps span{border:2px solid #cbd5d0;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.steps .active{color:var(--green)}.steps .active span{border-color:var(--green);background:var(--green);color:#fff}.steps .complete{color:var(--green)}.steps .complete span{background:var(--green-light);border-color:var(--green)}.wizard-heading{align-items:center;gap:16px;display:flex}.wizard-heading h2,.review-title h2,.table-toolbar h2,.history-section h2{margin:0 0 5px}.wizard-icon{background:var(--green-light);width:50px;height:50px;color:var(--green);border-radius:13px;place-items:center;font-size:28px;font-weight:900;display:grid}.drop-zone{text-align:center;cursor:pointer;background:#fafcfb;border:2px dashed #9fb5aa;border-radius:14px;gap:8px;margin-top:22px;padding:42px 20px;transition:all .15s;display:grid}.drop-zone:hover,.drop-zone.has-file{border-color:var(--green);background:var(--green-light)}.drop-zone strong{font-size:17px}.drop-zone span{color:var(--muted);font-size:14px}.wizard-actions{justify-content:center;gap:12px;margin-top:22px;display:flex}.btn-primary,.btn-secondary,.btn-danger-outline{border-radius:10px;justify-content:center;align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.btn-primary{background:var(--green);border-color:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{color:#34433c;background:#fff}.btn-danger-outline{color:var(--red);background:#fff;border-color:#f1b5b0}.btn-large{padding:13px 22px}.safe-note{text-align:center;color:var(--muted);margin:14px 0 0;font-size:13px}.progress-box,.alert{border-radius:12px;align-items:center;gap:13px;padding:17px 20px;display:flex}.progress-box{background:#eef4ff;border:1px solid #c7d7fe}.progress-box div,.alert{display:grid}.progress-box small,.alert span{margin-top:3px}.spinner{border:3px solid #c7d7fe;border-top-color:var(--blue);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert-error{color:#7a271a;background:#fff1f0;border:1px solid #f7c8c4}.alert-success{color:#05603a;background:#ecfdf3;border:1px solid #abefc6}.review-title,.table-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.summary-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin:22px 0;display:grid}.summary-card{background:#f6f8f7;border-left:4px solid #98a39e;border-radius:12px;padding:16px;display:grid}.summary-card strong{font-size:25px}.summary-card span{color:var(--muted);margin-top:3px;font-size:12px}.summary-card.green{background:#ecfdf3;border-color:#12b76a}.summary-card.blue{background:#eff8ff;border-color:#2e90fa}.summary-card.orange{background:#fffaeb;border-color:#f79009}.summary-card.red{background:#fef3f2;border-color:#f04438}.responsive-table{border:1px solid var(--border);border-radius:12px;margin-top:18px;overflow:auto}table{border-collapse:collapse;background:#fff;width:100%}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:13px 14px}th{text-transform:uppercase;letter-spacing:.04em;color:#5c6963;background:#f8faf9;font-size:12px}td small{color:var(--muted);margin-top:4px;display:block}.changes-table{min-width:980px}.status-pill,.history-status,.offer-badge{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-block}.status-error,.history-failed{color:#b42318;background:#fee4e2}.status-warning{color:#b54708;background:#fef0c7}.status-price_increased{color:#b93815;background:#fff4ed}.status-price_decreased,.status-offer_started,.history-applied{color:#067647;background:#dcfae6}.status-offer_ended{color:#475467;background:#f2f4f7}.status-new_product,.status-new_branch_price{color:#175cd3;background:#dbeafe}.offer-badge{color:#067647;background:#dcfae6;margin-top:4px}.price-block{justify-items:start;display:grid}.price-block strong{font-size:16px}.empty-state{text-align:center;color:var(--muted);padding:30px}.sticky-confirm{z-index:10;border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:17px 20px;display:flex;position:sticky;bottom:16px;box-shadow:0 12px 32px #13291f26}.sticky-confirm>div{gap:10px;display:flex}.sticky-confirm>div:first-child{display:grid}.sticky-confirm span{color:var(--muted);font-size:13px}.success-finish{text-align:center;padding:48px}.success-check{color:#067647;background:#dcfae6;border-radius:50%;place-items:center;width:70px;height:70px;margin:auto;font-size:38px;font-weight:900;display:grid}.success-finish h2{margin:18px 0 7px;font-size:27px}.success-finish p{color:var(--muted)}.history-section{margin-top:30px}.history-status{background:#f2f4f7}.history-ready_for_review{color:#b54708;background:#fef0c7}.history-rejected{color:#475467;background:#f2f4f7}@media (max-width:1050px){.summary-grid{grid-template-columns:repeat(3,1fr)}.admin-shell{grid-template-columns:190px 1fr}.admin-main{padding:28px 22px}}@media (max-width:760px){.site-header{padding:0 18px}.admin-shell{display:block}.admin-sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;padding:12px;position:static}.admin-brand,.admin-user{display:none}.admin-nav{padding:0;display:flex;overflow:auto}.admin-nav a{white-space:nowrap}.admin-main{padding:22px 14px}.summary-grid{grid-template-columns:repeat(2,1fr)}.steps li{font-size:12px}.steps li:after{display:none}.review-title,.table-toolbar,.sticky-confirm{align-items:stretch;display:grid}.sticky-confirm>div:last-child{display:grid}.page-heading h1{font-size:25px}}.public-link{color:var(--green);font-size:13px;font-weight:750;text-decoration:none}.muted,.result-summary{color:var(--muted)}.product-filters{border:1px solid var(--border);background:#fff;border-radius:13px;align-items:center;gap:10px;padding:14px;display:flex}.product-filters input{flex:1;min-width:280px}.product-filters .btn-secondary{padding:10px 15px}.result-summary{margin:14px 2px;font-size:13px}.product-admin-list{gap:10px;display:grid}.product-admin-card{border:1px solid var(--border);background:#fff;border-radius:13px;grid-template-columns:minmax(240px,.8fr) minmax(680px,2.4fr) 155px;align-items:center;gap:16px;padding:14px;display:grid}.product-identity{grid-template-columns:58px 1fr;align-items:center;gap:12px;min-width:0;display:grid}.product-identity strong{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.product-identity small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.photo-thumb{width:58px;height:58px;color:var(--muted);background:#f2f5f3;border-radius:9px;place-items:center;font-size:10px;display:grid;overflow:hidden}.photo-thumb img{object-fit:contain;width:100%;height:100%}.product-edit-form{grid-template-columns:1.4fr .72fr .55fr 1fr 1fr 1fr auto;align-items:center;gap:7px;display:grid}.product-edit-form input,.product-edit-form select{width:100%;min-width:0}.product-toggles{grid-column:1/7;gap:14px;font-size:12px;display:flex}.product-toggles label{white-space:nowrap}.branch-price-list{gap:3px;font-size:12px;display:grid}.branch-price-list em{color:var(--green);font-style:normal;font-weight:700}.pagination{justify-content:center;align-items:center;gap:18px;margin:22px 0;display:flex}.pagination a{color:var(--green);border:1px solid var(--border);background:#fff;border-radius:8px;padding:9px 13px;font-weight:750;text-decoration:none}.pagination a[aria-disabled=true]{pointer-events:none;opacity:.4}.problem-summary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.problem-summary a{border:1px solid var(--border);color:inherit;background:#fff;border-left:4px solid #f79009;border-radius:13px;padding:20px;text-decoration:none;display:grid}.problem-summary strong{font-size:28px}.problem-summary span{color:var(--muted);font-size:13px}.photo-admin-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:18px;display:grid}.photo-admin-card{border:1px solid var(--border);background:#fff;border-radius:13px;gap:8px;padding:14px;display:grid}.photo-admin-card>small{color:var(--muted)}.photo-preview{height:180px;color:var(--muted);background:#f4f7f5;border-radius:10px;place-items:center;display:grid;overflow:hidden}.photo-preview img{object-fit:contain;width:100%;height:100%}.photo-upload-control{gap:5px;margin-top:5px;display:grid}.photo-upload-control small{color:var(--muted);font-size:11px}@media (max-width:1250px){.product-admin-card{grid-template-columns:1fr}.product-edit-form{grid-template-columns:repeat(2,1fr)}.product-toggles{grid-column:1/3}.branch-price-list{gap:15px;display:flex}.problem-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.product-filters{display:grid}.product-filters input{min-width:0}.product-edit-form{grid-template-columns:1fr}.product-toggles{grid-column:1;gap:6px;display:grid}.problem-summary{grid-template-columns:1fr 1fr}}.admin-brand{color:inherit;text-decoration:none}.login-page{place-items:center;min-height:calc(100vh - 70px);display:grid;padding:32px!important}.login-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:20px;width:min(100%,460px);padding:38px;box-shadow:0 18px 55px #123c2c1a}.login-mark{background:var(--green);color:#fff;border-radius:18px;place-items:center;width:68px;height:68px;margin:0 auto 18px;font-size:24px;font-weight:900;display:grid}.login-card h1{margin:8px 0;font-size:29px}.login-card>p,.login-card>small{color:var(--muted)}.login-form{text-align:left;gap:17px;margin:26px 0 18px;display:grid}.login-form label{gap:7px;font-size:14px;font-weight:750;display:grid}.login-form input{width:100%;height:48px;font-weight:400}.login-form button{height:50px;margin-top:3px}.admin-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.admin-option-card{border:1px solid var(--border);min-height:140px;color:inherit;background:#fff;border-radius:16px;grid-template-columns:52px 1fr 28px;align-items:center;gap:16px;padding:22px;text-decoration:none;transition:all .15s;display:grid;box-shadow:0 2px 8px #16392b0a}.admin-option-card:hover{border-color:#91b9a7;transform:translateY(-2px);box-shadow:0 9px 22px #16392b14}.admin-option-card.featured{color:#fff;background:linear-gradient(135deg,#075b3e,#087a52);border:0;grid-column:1/-1}.admin-option-card strong{font-size:19px}.admin-option-card p{color:var(--muted);margin:6px 0 0;line-height:1.4}.admin-option-card.featured p{color:#d9f5e9}.option-icon{background:var(--green-light);width:52px;height:52px;color:var(--green);border-radius:14px;place-items:center;font-size:24px;font-weight:900;display:grid}.featured .option-icon{color:#fff;background:#ffffff25}.option-icon.warning{color:var(--orange);background:#fff4e5}.option-icon.offer{color:#067647;background:#dcfae6}.option-icon.photo{color:var(--blue);background:#eff8ff}.option-arrow{color:#8a9791;font-size:24px}.featured .option-arrow{color:#fff}.dashboard-help{border:1px solid var(--border);background:#fff;border-radius:15px;margin-top:22px;padding:22px}.dashboard-help ol{color:#47554e;gap:8px;margin:12px 0 0;padding-left:23px;display:grid}.offer-kpis{gap:12px;margin-bottom:16px;display:flex}.offer-kpis>div{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:160px;padding:15px 20px;display:grid}.offer-kpis strong{font-size:24px}.offer-kpis span{color:var(--muted);font-size:12px}.offer-admin-list{gap:10px;margin-top:16px;display:grid}.offer-admin-card{border:1px solid var(--border);background:#fff;border-radius:13px;grid-template-columns:minmax(230px,1.2fr) 260px minmax(190px,1fr) 190px;align-items:center;gap:18px;padding:16px;display:grid}.offer-admin-card>div:first-child{gap:4px;display:grid}.offer-admin-card small{color:var(--muted)}.offer-branch{color:var(--green);text-transform:uppercase;font-size:11px;font-weight:800}.offer-prices-admin{grid-template-columns:1fr 1fr;gap:8px;display:grid}.offer-prices-admin span{background:#f6f8f7;border-radius:9px;padding:10px;display:grid}.offer-prices-admin .new{color:#05603a;background:#ecfdf3}.offer-prices-admin small{font-size:10px}.offer-prices-admin b{margin-top:2px;font-size:17px}.offer-meta{gap:3px;font-size:12px;display:grid}.offer-meta em{color:var(--orange);margin-top:3px;font-style:normal;font-weight:750}.banner-location-guide{color:#175cd3;background:#eff8ff;border:1px solid #c7d7fe;border-radius:12px;flex-wrap:wrap;gap:9px;margin:0 0 20px;padding:14px 16px;font-size:13px;display:flex}.banner-location-guide strong{width:100%}.banner-admin-list{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.banner-admin-card{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);grid-template-areas:"heading heading""placement placement""uploads uploads""alt link""fields actions""message message";gap:16px;padding:22px;display:grid;box-shadow:0 2px 8px #16392b0a}.banner-admin-card>label{color:#47554e;gap:6px;font-size:12px;font-weight:750;display:grid}.banner-admin-card>label:first-of-type{grid-area:placement}.banner-admin-card>label:nth-of-type(2){grid-area:alt}.banner-admin-card>label:nth-of-type(3){grid-area:link}.banner-admin-card input,.banner-admin-card select{width:100%}.banner-admin-heading{border-bottom:1px solid #e7ece9;grid-area:heading;padding-bottom:14px}.banner-admin-heading,.banner-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.banner-active{color:var(--green);font-size:12px;font-weight:750}.banner-active input{width:auto;margin-right:5px}.banner-upload-grid{grid-area:uploads;grid-template-columns:minmax(0,2fr) minmax(180px,.8fr);gap:14px;display:grid}.banner-upload{color:#47554e;background:#fbfdfc;border:1px dashed #9fb5aa;border-radius:12px;gap:8px;padding:12px;font-size:12px;font-weight:750;display:grid}.banner-upload img,.banner-upload em{object-fit:contain;background:#f4f7f5;border-radius:8px;width:100%;height:160px}.banner-upload:last-child img,.banner-upload:last-child em{height:160px}.banner-upload em{color:var(--muted);place-items:center;font-style:normal;display:grid}.banner-upload input{background:#fff;font-size:12px}.banner-fields{grid-area:fields;grid-template-columns:90px 1fr 1fr;gap:10px;display:grid}.banner-actions{grid-area:actions;justify-content:flex-end;align-self:end}.banner-message{color:var(--muted);grid-area:message}.banner-admin-heading>div{align-items:center;gap:8px;display:flex}.banner-status{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:850;display:inline-block}.status-visible{color:#067647;background:#dcfae6}.status-scheduled{color:#175cd3;background:#dbeafe}.status-expired{color:#b54708;background:#fef0c7}.status-inactive{color:#475467;background:#f2f4f7}.banner-empty-state{border:1px solid var(--border);background:#fff;border-radius:14px;justify-items:start;gap:10px;padding:24px;display:grid}.banner-empty-state p{color:var(--muted);max-width:700px;margin:0}.banner-empty-state .banner-message{display:block}.banner-readonly{color:#854a0e;background:#fffaeb;border:1px solid #fedf89;margin-bottom:18px}.banner-location-guide{display:none}@media (max-width:1050px){.offer-admin-card,.admin-option-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.admin-option-grid{grid-template-columns:1fr}.admin-option-card.featured{grid-column:auto}.offer-admin-card{grid-template-columns:1fr}.offer-kpis{grid-template-columns:1fr 1fr;display:grid}.login-card{padding:26px 20px}.login-page{padding:18px!important}}@media (max-width:760px){.banner-admin-card{grid-template-columns:1fr;grid-template-areas:"heading""placement""uploads""alt""link""fields""actions""message";padding:16px}.banner-upload-grid{grid-template-columns:1fr}.banner-upload img,.banner-upload em,.banner-upload:last-child img,.banner-upload:last-child em{height:140px}.banner-fields{grid-template-columns:1fr}.banner-actions{justify-content:stretch}.banner-actions button{flex:1}}.automatic-offer{color:var(--muted);white-space:nowrap;font-weight:700}.automatic-offer.active{color:var(--green)}
.product-toggles{border:0;margin:0;padding:0;gap:8px!important}.product-toggles label{border:1px solid var(--border);color:#34433c;background:#fafcfb;border-radius:9px;flex:1;align-items:center;gap:7px;min-width:145px;padding:9px 10px;font-weight:700;display:flex;white-space:normal!important}.product-toggles input{accent-color:var(--green);transform:scale(1.15);width:auto!important}.organization-grid{grid-template-columns:1fr;gap:18px;display:grid}.organization-section{border:1px solid var(--border);background:#fff;border-radius:14px;padding:20px}.organization-section h2{margin:0 0 6px;font-size:20px}.organization-section>p{color:var(--muted);margin:0 0 14px;font-size:13px;line-height:1.4}.organization-form{grid-template-columns:minmax(260px,1fr) 100px auto auto;align-items:center;gap:9px;display:grid}.organization-form input,.organization-form select{width:100%;min-width:0}.organization-form .simple-check{white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.organization-form .simple-check input{width:auto}.organization-list{gap:8px;max-height:430px;margin-top:14px;padding-right:3px;display:grid;overflow:auto}.organization-list article{border-top:1px solid var(--border);grid-template-columns:1fr auto;align-items:center;gap:9px;padding-top:8px;display:grid}.organization-list article .organization-form{grid-template-columns:minmax(260px,1fr) 80px auto auto}.btn-danger-text{color:var(--red);white-space:nowrap;background:#fff7f6;border:1px solid #f1b6af;padding:9px;font-weight:700}.organization-list .btn-secondary{white-space:nowrap;padding:9px}@media (max-width:1250px){.organization-grid{grid-template-columns:1fr}.organization-section>p{min-height:0}.organization-list{max-height:360px}}@media (max-width:760px){.product-toggles label{min-width:0}.organization-form,.organization-list article,.organization-list article .organization-form{grid-template-columns:1fr}.organization-list article>form{justify-self:start}}.offer-admin-card{grid-template-columns:minmax(230px,1.2fr) 170px minmax(190px,1fr) 190px}.offer-prices-admin{grid-template-columns:1fr}.admin-loading-state{z-index:25;color:#062677;pointer-events:none;background:#fff;border:1px solid #b9c8e8;border-radius:999px;align-items:center;gap:9px;width:max-content;margin:0 0 18px auto;padding:9px 14px;font-size:13px;font-weight:800;display:flex;position:sticky;top:0;box-shadow:0 8px 20px #0626771f}.admin-loading-state .spinner{border-color:#062677 #d5def2 #d5def2;width:18px;height:18px}.button-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;flex:none;width:16px;height:16px;margin-right:8px;animation:.7s linear infinite spin}@media (max-width:1050px){.offer-admin-card{grid-template-columns:1fr 1fr}}@media (max-width:700px){.offer-admin-card{grid-template-columns:1fr}}.admin-nav-group{gap:4px;display:grid}.admin-nav-group>a{width:100%}.admin-nav-submenu{border-left:1px solid #ffffff3d;margin:-1px 0 3px 24px;padding-left:9px;display:grid}.admin-nav-submenu a{border-radius:8px!important;min-height:39px!important;padding:8px 10px 8px 27px!important}.admin-nav-submenu a:before{width:6px!important;height:6px!important;left:10px!important}.admin-nav-submenu a>span{font-size:12px!important}.admin-nav-submenu a>small{font-size:8px!important}.admin-nav-group.current>a:not(.active){background:#ffffff14}.offers-subnav{background:#e8edf6;border:1px solid #d8e0ed;border-radius:11px;gap:6px;width:max-content;margin:0 0 22px;padding:4px;display:flex}.offers-subnav a{color:#475467;border-radius:8px;padding:8px 13px;font-size:12px;font-weight:800;text-decoration:none}.offers-subnav a:hover{color:#071f66}.offers-subnav a.active{color:#071f66;background:#fff;box-shadow:0 2px 6px #10182814}.carousel-count{border:1px solid var(--admin-line);background:#fff;border-radius:13px;min-width:190px;padding:13px 16px;display:grid}.carousel-count strong{color:var(--admin-ink);font-size:27px;line-height:1}.carousel-count span{color:#087443;margin-top:4px;font-size:12px;font-weight:800}.carousel-count small{color:var(--admin-subtle);margin-top:4px;font-size:10px}.carousel-visibility-alert{color:#714b00;background:#fff9e8;border:1px solid #f1d784;margin-bottom:18px}.carousel-visibility-alert a{color:#173b96;font-weight:850}.carousel-section{border:1px solid var(--admin-line);background:#fff;border-radius:15px;padding:21px;box-shadow:0 2px 8px #10182808}.carousel-add-section{margin-top:18px}.carousel-section-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.carousel-section-actions form{display:inline-flex}.carousel-section-actions button,.carousel-add-results button{min-height:34px;padding:7px 11px;font-size:11px}.carousel-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:17px;display:grid}.carousel-product-card{border:1px solid var(--admin-line);background:#fff;border-radius:12px;grid-template-columns:64px minmax(150px,1fr) auto;align-items:center;gap:12px;min-width:0;padding:11px 13px;display:grid}.carousel-product-card.is-not-visible{background:#fffcf3;border-color:#e8c978}.carousel-product-photo{width:64px;height:64px;color:var(--admin-subtle);background:#f6f8fb;border-radius:10px;place-items:center;font-size:10px;display:grid;overflow:hidden}.carousel-product-photo img{object-fit:contain;width:100%;height:100%}.carousel-product-info{justify-items:start;gap:4px;min-width:0;display:grid}.carousel-product-info strong{max-width:100%;color:var(--admin-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.carousel-product-info small{color:var(--admin-subtle);font-size:10px}.carousel-product-info .carousel-hidden-reason{color:#9a5b00;font-weight:750}.carousel-product-info .status-pill{margin-bottom:2px}.carousel-product-card form{justify-self:end}.carousel-product-card button{min-width:138px}.carousel-disabled-action{color:#8a6412;text-align:center;max-width:138px;font-size:10px;font-weight:750}.carousel-search{align-items:end;margin-top:17px}.carousel-search label{flex:1;gap:6px;min-width:260px;display:grid}.carousel-search label>span{color:#475467;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.carousel-search input{width:100%;min-width:0}.carousel-empty{grid-column:1/-1;margin-top:0!important}.carousel-candidate-grid .carousel-product-card{background:#fbfcfe}.carousel-candidate-grid .carousel-product-card.is-not-visible{background:#fffcf3}@media (max-width:1180px){.carousel-product-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-nav-group,.admin-nav-submenu{display:contents}.admin-nav-submenu a{min-height:42px!important;padding:9px 13px!important}.admin-nav-submenu a:before{display:none!important}.carousel-section-actions{justify-content:flex-start}.carousel-section-actions form,.carousel-section-actions button{width:100%}.carousel-product-card{grid-template-columns:62px 1fr}.carousel-product-photo{width:62px;height:62px}.carousel-product-card form,.carousel-disabled-action{grid-column:1/-1;width:100%;max-width:none}.carousel-product-card button{width:100%}.carousel-search{display:grid}.carousel-search label{min-width:0}.carousel-add-results,.carousel-add-results button,.offers-subnav{width:100%}.offers-subnav a{text-align:center;flex:1}}.admin-timezone{letter-spacing:.06em;background:#ffd70014;border:1px solid #ffd70047;border-radius:8px;margin:2px 0 5px;padding:7px 9px;font-weight:850;color:gold!important;font-size:9px!important}.history-admin-page-heading>a{white-space:nowrap}.history-admin-guide{color:#175cd3;background:#eff8ff;border:1px solid #c7d7fe;border-radius:12px;flex-wrap:wrap;gap:7px 18px;margin-bottom:20px;padding:14px 16px;font-size:12px;display:flex}.history-admin-guide strong{width:100%;font-size:13px}.history-admin-guide span:before{content:"✓";margin-right:7px;font-weight:900}.history-editor{gap:16px;display:grid}.history-editor-toolbar{border:1px solid var(--admin-line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.history-editor-toolbar>div{gap:3px;display:grid}.history-editor-toolbar strong{color:var(--admin-ink);font-size:16px}.history-editor-toolbar span{color:var(--admin-subtle);font-size:12px}.history-editor-list{gap:15px;display:grid}.history-editor-card{border:1px solid var(--admin-line);background:#fff;border-radius:16px;grid-template-columns:54px minmax(230px,.72fr) minmax(440px,1.5fr);display:grid;overflow:hidden;box-shadow:0 2px 8px #10182808}.history-editor-card.is-inactive{background:#f8f9fb}.history-editor-card.is-inactive .history-editor-image,.history-editor-card.is-inactive .history-editor-fields{opacity:.73}.history-editor-order{border-right:1px solid var(--admin-line);background:#071f66;flex-direction:column;align-items:center;gap:7px;padding:16px 9px;display:flex}.history-editor-order span{color:#ffd500;margin-bottom:auto;font-size:13px;font-weight:900}.history-editor-order button{color:#fff;background:#ffffff1a;border-color:#ffffff47;width:33px;height:33px;padding:0;font-weight:900}.history-editor-order button:hover:not(:disabled){color:#071f66;background:#ffd500}.history-editor-image{background:#061b58;min-height:310px;position:relative;overflow:hidden}.history-editor-image>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.history-editor-image>div{color:#fff;place-content:center;justify-items:center;gap:5px;height:100%;display:grid}.history-editor-image>div strong{color:#ffd500;font-size:45px}.history-editor-image>div span{font-size:11px}.history-editor-image>label{z-index:1;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#001352db;border-radius:9px;place-items:center;min-height:40px;padding:0 12px;font-size:11px;font-weight:850;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.history-editor-image>label input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.history-editor-fields{gap:12px;padding:20px;display:grid}.history-editor-fields label{color:#475467;letter-spacing:.045em;text-transform:uppercase;gap:5px;font-size:10px;font-weight:850;display:grid}.history-editor-fields input,.history-editor-fields select,.history-editor-fields textarea{color:#17231e;width:100%;min-width:0;font:inherit;letter-spacing:0;text-transform:none;background:#fff;border:1px solid #b9c5bf;border-radius:8px;padding:10px 11px;font-size:13px;font-weight:500;line-height:1.45}.history-editor-fields textarea{resize:vertical}.history-editor-compact{grid-template-columns:95px 1fr 150px;gap:9px;display:grid}.history-editor-compact.two{grid-template-columns:1fr 1fr}.history-editor-card-actions{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.history-visible-toggle{align-items:center;color:#087443!important;letter-spacing:0!important;text-transform:none!important;grid-template-columns:auto 1fr!important;gap:8px!important;font-size:12px!important;display:flex!important}.history-visible-toggle input{accent-color:#087443;height:17px;width:17px!important}.history-editor-save{z-index:10;background:#fff;border:1px solid #b8c7e7;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex;position:sticky;bottom:14px;box-shadow:0 14px 32px #06267729}.history-editor-save>div{gap:3px;display:grid}.history-editor-save strong{color:var(--admin-ink)}.history-editor-save span{color:var(--admin-subtle);font-size:11px}.history-editor-message{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:11px;padding:13px 15px;font-size:12px;font-weight:750}@media (max-width:1150px){.history-editor-card{grid-template-columns:50px minmax(190px,.65fr) minmax(360px,1.35fr)}.history-editor-compact{grid-template-columns:85px 1fr}.history-editor-compact>label:last-child{grid-column:1/-1}.history-editor-compact.two{grid-template-columns:1fr}}@media (max-width:760px){.history-admin-page-heading{display:grid}.history-admin-page-heading>a{justify-self:start}.history-editor-toolbar,.history-editor-save{align-items:stretch;display:grid}.history-editor-card{grid-template-columns:42px 1fr}.history-editor-order{grid-row:1/3}.history-editor-image{min-height:260px}.history-editor-fields{padding:16px}.history-editor-compact,.history-editor-compact.two{grid-template-columns:1fr}.history-editor-compact>label:last-child{grid-column:auto}.history-editor-card-actions{align-items:stretch;display:grid}.history-editor-card-actions button,.history-editor-save button{width:100%}}
.admin-nav .settings-nav{border-top:1px solid var(--border);border-radius:0;margin-top:12px;padding-top:16px}.settings-panel{gap:14px;max-width:900px;display:grid}.setting-choice{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;align-items:flex-start;gap:16px;padding:22px;display:flex}.setting-choice:hover,.setting-choice.selected{border-color:var(--green);background:#f7fcf9}.setting-choice>input{width:20px;height:20px;accent-color:var(--green);margin-top:2px}.setting-choice>span{gap:7px;display:grid}.setting-choice b{font-size:18px}.setting-choice small{color:var(--muted);font-size:14px;line-height:1.5}.setting-choice em{background:var(--green-light);width:max-content;color:var(--green);border-radius:20px;padding:4px 8px;font-size:12px;font-style:normal;font-weight:800}.settings-actions{align-items:center;gap:14px;margin-top:8px;display:flex}.settings-actions small{color:var(--muted)}.alert-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6;gap:3px;margin-bottom:18px;display:grid}@media (max-width:760px){.settings-actions{display:grid}.setting-choice{padding:16px}.setting-choice b{font-size:16px}}
.exclude-product-check{cursor:pointer;background:#fff7f6;border:1px solid #f3b7b1;border-radius:9px;align-items:flex-start;gap:8px;min-width:155px;padding:9px;display:flex}.exclude-product-check input{width:18px;height:18px;accent-color:var(--red);margin:1px 0 0}.exclude-product-check span{font-size:12px;font-weight:750;line-height:1.2;display:grid}.exclude-product-check small{color:var(--muted);margin-top:3px;font-weight:400}.changes-table tr.change-excluded{opacity:.78;background:#f6f7f7}.status-excluded{color:#4d5b55;background:#e9eceb}.changes-table td:last-child{min-width:175px}
.app-dialog-backdrop{z-index:1000;background:#0f1b1685;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.app-dialog{background:#fff;border-radius:16px;grid-template-columns:42px 1fr;gap:14px;width:min(520px,100%);padding:24px;display:grid;box-shadow:0 24px 70px #00000047}.app-dialog-icon{width:42px;height:42px;color:var(--red);background:#fff0ee;border-radius:50%;place-items:center;font-size:23px;font-weight:900;display:grid}.app-dialog h2{margin:2px 0 8px;font-size:22px}.app-dialog p{margin:5px 0;line-height:1.45}.app-dialog-actions{grid-column:1/3;justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.btn-danger{background:var(--red);border-color:var(--red);color:#fff;font-weight:800}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:600px){.app-dialog{grid-template-columns:1fr}.app-dialog-actions{grid-column:1;display:grid}.app-dialog-actions button{width:100%}}
:root{--green:#062677;--green-dark:#031b62;--green-light:#eef2ff;--yellow:#ffd400;--yellow-dark:#e8bd00;--border:#dce2ef;--muted:#667085}html,body{scrollbar-width:none;max-width:100%;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.admin-shell{height:calc(100vh - 96px)!important;min-height:0!important;overflow:hidden!important}.admin-sidebar{scrollbar-width:none}.admin-sidebar::-webkit-scrollbar{display:none}.admin-main{scrollbar-width:none;width:calc(100% - 270px)!important;max-width:none!important;height:calc(100vh - 96px)!important;min-height:0!important;overflow:hidden auto!important}.admin-main::-webkit-scrollbar{display:none}.responsive-table::-webkit-scrollbar{display:none}.organization-list::-webkit-scrollbar{display:none}.admin-nav::-webkit-scrollbar{display:none}.responsive-table,.organization-list,.admin-nav{scrollbar-width:none}@media (max-width:1050px){.admin-main{width:calc(100% - 220px)!important}}@media (max-width:760px){.admin-shell{height:auto!important;min-height:calc(100vh - 78px)!important;overflow:visible!important}.admin-main{width:100%!important;height:auto!important;min-height:calc(100vh - 78px)!important;overflow:visible!important}}.login-card-simple{width:min(100%,430px);padding:30px}.login-card-simple h1{margin:0 0 24px}.login-card-simple .login-form{margin:0}.login-card-simple .alert{margin-bottom:18px}.admin-sidebar>.admin-nav{padding-top:0}.site-header{border-bottom:5px solid var(--yellow);z-index:50;background:#062677;justify-content:center;align-items:center;height:96px;padding:0;display:flex;position:sticky;top:0}.admin-header-logo{object-fit:contain;filter:drop-shadow(0 5px 8px #0000002e);width:250px;height:86px}.admin-shell{background:#f4f6fb;min-height:calc(100vh - 96px);display:block}.admin-sidebar{color:#fff;z-index:40;background:#062677;border-right:0;width:270px;height:auto;padding:26px 18px;position:fixed;top:96px;bottom:0;left:0;overflow-y:auto;box-shadow:8px 0 24px #031b6217}.admin-brand{text-align:center;color:#fff;border-color:#ffffff38;padding:0 12px 25px;text-decoration:none}.admin-brand span{color:#fff;font-size:22px}.admin-brand small{color:#dce4ff;margin-top:7px}.admin-nav a{color:#fff;border:1px solid #0000;border-radius:9px;min-height:49px;padding:13px 16px;font-weight:750;line-height:1.25}.admin-nav a:hover{color:#fff;background:#ffffff1a}.admin-nav a.active{background:var(--yellow);color:#071d61;border-color:var(--yellow);box-shadow:0 5px 14px #ffd4002e}.admin-nav a.active:hover{color:#071d61;background:#ffe13d}.admin-nav .settings-nav{border-top:1px solid #ffffff3d;border-radius:0;margin-top:13px;padding-top:18px}.admin-nav .settings-nav.active{border-top-color:var(--yellow);border-radius:9px;padding-top:13px}.admin-user{border-color:#ffffff38;padding:20px 12px 0}.admin-user span{color:#dce4ff}.public-link,.logout-button{color:var(--yellow)}.public-link:hover,.logout-button:hover{color:#fff}.admin-main{background:#f4f6fb;min-height:calc(100vh - 96px);margin-left:270px;padding:42px 48px}.eyebrow{color:#062677}.btn-primary{background:var(--yellow);border-color:var(--yellow);color:#061c62;font-weight:850}.btn-primary:hover{background:#ffe13d;border-color:#ffe13d}.btn-primary:disabled{color:#777;background:#e8e1b8;border-color:#e8e1b8}.steps li.active span{background:#062677}.steps li.complete{color:#062677}.steps li.complete span{color:#062677;border-color:#062677}.drop-zone{background:#f7f9ff;border-color:#8797c8}.drop-zone.has-file{background:#eef2ff;border-color:#062677}.wizard-panel,.card,.history-section{box-shadow:0 3px 12px #0626770d}.wizard-icon,.option-icon,.option-arrow,.success-check,.app-dialog-icon{display:none!important}.wizard-heading{grid-template-columns:1fr!important}.app-dialog{grid-template-columns:1fr}.app-dialog-actions{grid-column:1}.safe-note{color:#667085}.status-pill{font-weight:800}.setting-choice:hover,.setting-choice.selected{background:#f5f7ff;border-color:#062677}.setting-choice>input{accent-color:#062677}.setting-choice em{color:#6a5700;background:#fff6bf}.admin-option-card{border-color:#d6deef;grid-template-columns:1fr}.admin-option-card:hover{border-color:#062677;box-shadow:0 10px 24px #0626771f}.admin-option-card.featured{background:var(--yellow);color:#061c62;border:1px solid var(--yellow)}.admin-option-card.featured p{color:#3c4160}.dashboard-help{border-top:5px solid #062677}@media (max-width:1050px){.admin-sidebar{width:220px}.admin-main{margin-left:220px;padding:32px 26px}}@media (max-width:760px){.site-header{height:78px}.admin-header-logo{width:205px;height:70px}.admin-shell{display:block}.admin-sidebar{background:#062677;width:auto;height:auto;padding:12px;position:static}.admin-nav{gap:6px;padding:0;display:flex}.admin-nav a{background:#ffffff14;min-height:42px}.admin-nav .settings-nav,.admin-nav .settings-nav.active{border-top:0;border-radius:9px;margin:0;padding:12px 16px}.admin-main{margin-left:0;padding:24px 14px}}:root{--admin-navy:#071f66;--admin-navy-deep:#05174f;--admin-canvas:#f5f7fb;--admin-card:#fff;--admin-ink:#101828;--admin-subtle:#667085;--admin-line:#e3e8f2;--admin-yellow:#ffd500;--admin-success:#087443}.site-header{border-bottom-width:4px;height:82px;box-shadow:0 2px 12px #03164c2e}.admin-header-logo{width:220px;height:74px}.admin-shell{background:var(--admin-canvas);min-height:calc(100vh - 82px)}.admin-sidebar{background:linear-gradient(180deg,var(--admin-navy) 0%,var(--admin-navy-deep) 100%);width:258px;padding:24px 18px 18px;top:82px;box-shadow:10px 0 30px #05184e14}.admin-main{min-height:calc(100vh - 82px);margin-left:258px;padding:38px 42px 60px;width:calc(100% - 258px)!important;height:calc(100vh - 82px)!important}.admin-brand{text-align:left;padding:0 10px 22px;display:block}.admin-brand span{letter-spacing:-.015em;font-size:18px}.admin-brand small{letter-spacing:.05em;text-transform:uppercase;opacity:.82;font-size:11px}.admin-nav{gap:5px;padding:18px 0}.admin-nav a{border-radius:11px;align-content:center;gap:2px;min-height:54px;padding:10px 13px 10px 37px;display:grid;position:relative}.admin-nav a:before{content:"";border:2px solid #ffffff8c;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.admin-nav a>span{font-size:14px}.admin-nav a>small{letter-spacing:.09em;color:#aebce8;font-size:9px}.admin-nav a.active{box-shadow:0 8px 22px #00000029}.admin-nav a.active:before{background:#071f66;border-color:#071f66}.admin-nav a.active>small{color:#58607a}.admin-nav .settings-nav,.admin-nav .settings-nav.active{padding-left:37px}.admin-user{gap:7px;padding:18px 10px 0}.admin-user>small{text-transform:uppercase;letter-spacing:.07em;color:#9daee0;font-size:10px}.admin-user>span{color:#fff;font-size:12px}.public-link{justify-content:space-between;gap:8px;margin-bottom:7px;font-size:13px;display:flex}.logout-button{cursor:pointer;margin-top:3px;font-size:12px}.page-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:25px;display:flex}.page-heading h1{color:var(--admin-ink);letter-spacing:-.035em;margin:4px 0 7px;font-size:31px}.page-heading p{max-width:780px;line-height:1.55}.eyebrow{color:#24449a;letter-spacing:.15em;font-size:10px}.section-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.section-heading h2{color:var(--admin-ink);margin:4px 0 5px;font-size:20px}.section-heading p{color:var(--admin-subtle);margin:0;font-size:13px}.btn-primary,.btn-secondary{border-radius:9px;min-height:42px;padding:10px 16px}.btn-secondary{border-color:#ccd5e5}.dashboard-primary-action{white-space:nowrap;box-shadow:0 7px 16px #eec10038}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:28px;display:grid}.dashboard-metric{border:1px solid var(--admin-line);min-height:128px;color:inherit;background:#fff;border-radius:15px;flex-direction:column;padding:20px 20px 18px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #10182809}.dashboard-metric:before{content:"";background:#3158b8;width:4px;position:absolute;inset:0 auto 0 0}.dashboard-metric.offer:before,.dashboard-metric.healthy:before{background:#12a66a}.dashboard-metric.warning:before{background:#ee9f22}.dashboard-metric:hover{border-color:#b7c5e5;transform:translateY(-2px);box-shadow:0 10px 25px #10182814}.dashboard-metric>span{color:#475467;font-size:12px;font-weight:750}.dashboard-metric>strong{color:var(--admin-ink);letter-spacing:-.04em;margin:7px 0 4px;font-size:30px}.dashboard-metric>small{color:var(--admin-subtle);margin-top:auto;font-size:11px}.dashboard-layout{grid-template-columns:minmax(0,1.65fr) minmax(285px,.75fr);align-items:start;gap:20px;display:grid}.dashboard-section,.dashboard-status-card,.dashboard-guide{border:1px solid var(--admin-line);background:#fff;border-radius:16px;box-shadow:0 2px 8px #10182808}.dashboard-section{padding:23px}.dashboard-section .admin-option-grid{gap:11px;margin-top:17px}.dashboard-section .admin-option-card{min-height:123px;box-shadow:none;border-radius:13px;grid-template-columns:1fr 24px;padding:19px}.dashboard-section .admin-option-card.featured{color:#fff;background:linear-gradient(125deg,#0a2a7f,#061b59);border:0;grid-column:1/-1}.dashboard-section .admin-option-card.featured p{color:#c8d4f6}.option-kicker{color:#ffd500;letter-spacing:.13em;margin-bottom:8px;font-size:9px;font-weight:850;display:block}.dashboard-section .option-arrow{color:#8c99b8;align-self:center;font-size:21px;display:block!important}.dashboard-section .featured .option-arrow{color:#ffd500}.dashboard-side{gap:16px;display:grid}.dashboard-status-card,.dashboard-guide{padding:21px}.import-status-line{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.import-status-line>strong{font-size:19px}.dashboard-status-card>p{color:var(--admin-subtle);word-break:break-word;margin:8px 0 17px;font-size:12px}.dashboard-status-card dl{gap:10px;margin:0 0 17px;display:grid}.dashboard-status-card dl>div{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:14px;padding-bottom:9px;display:flex}.dashboard-status-card dt{color:var(--admin-subtle);font-size:11px}.dashboard-status-card dd{text-align:right;margin:0;font-size:12px;font-weight:750}.inline-link{color:#173b96;font-size:12px;font-weight:800;text-decoration:none}.dashboard-guide{background:#fffdf2;border-color:#f1df8a}.dashboard-guide h2{margin:6px 0 15px;font-size:18px}.dashboard-guide ol{gap:13px;margin:0;padding:0;list-style:none;display:grid}.dashboard-guide li{align-items:flex-start;gap:10px;display:flex}.dashboard-guide li>span{color:#071f66;background:#ffd500;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:grid}.dashboard-guide li div{gap:2px;display:grid}.dashboard-guide li strong{font-size:12px}.dashboard-guide li small{color:var(--admin-subtle);font-size:10px;line-height:1.35}.split-heading{align-items:center}.health-chip,.verified-chip{background:#fff;border:1px solid #dce4f1;border-radius:12px;align-items:center;gap:10px;min-width:245px;padding:12px 15px;display:flex}.health-chip>span,.verified-chip>span{border-radius:50%;flex:none;place-items:center;width:31px;height:31px;font-weight:900;display:grid}.verified-chip>span,.health-chip.healthy>span{color:#087443;background:#dcfae6}.health-chip.needs-attention>span{color:#a85d00;background:#fff2d6}.health-chip div,.verified-chip div{gap:2px;display:grid}.health-chip strong,.verified-chip strong{font-size:12px}.health-chip small,.verified-chip small{color:var(--admin-subtle);font-size:10px}.problem-summary{gap:13px;margin:0 0 15px}.problem-summary a{border:1px solid var(--admin-line);border-left:1px solid var(--admin-line);min-height:120px;padding:18px 18px 16px;transition:all .15s;box-shadow:0 2px 8px #10182808}.problem-summary a:hover{border-color:#aebddd;transform:translateY(-1px)}.problem-summary a>span{color:#475467;order:0;font-size:12px;font-weight:750}.problem-summary a>strong{color:var(--admin-ink);order:1;margin:6px 0 3px;font-size:29px}.problem-summary a>small{color:var(--admin-subtle);order:2;font-size:10px}.audit-explanation{grid-template-columns:1fr 1fr;gap:12px;margin:0 0 20px;display:grid}.audit-explanation>div{background:#eef3ff;border:1px solid #dbe4fa;border-radius:11px;align-items:flex-start;gap:11px;padding:13px 15px;display:flex}.audit-explanation>div:last-child{background:#f8fafc;border-color:#e4e7ec}.audit-dot{background:#3158b8;border-radius:50%;flex:none;width:9px;height:9px;margin-top:4px;box-shadow:0 0 0 4px #dfe8ff}.audit-dot.history{background:#667085;box-shadow:0 0 0 4px #eaecf0}.audit-explanation p{gap:3px;margin:0;display:grid}.audit-explanation strong{font-size:11px}.audit-explanation small{color:var(--admin-subtle);font-size:10px;line-height:1.4}.issues-panel{padding:22px}.record-count{color:#475467;background:#f2f4f7;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.issues-table{min-width:900px}.issues-table td{font-size:12px}.issues-table td:first-child{white-space:nowrap}.issue-detail{color:#475467;word-break:break-word;max-width:470px;line-height:1.45}.table-empty{color:#475467;align-content:center;place-items:center;gap:5px;min-height:160px;display:grid}.table-empty>span{color:#087443;background:#dcfae6;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.table-empty small{color:var(--admin-subtle);margin:0}.table-empty.standalone{background:#fff;border:1px dashed #ccd5e5;border-radius:14px;margin-top:15px}.offer-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:16px;display:grid}.offer-kpis>div{border-color:var(--admin-line);border-radius:14px;flex-direction:column;min-width:0;min-height:111px;padding:17px 19px;display:flex;box-shadow:0 2px 8px #10182808}.offer-kpis span{color:#475467;order:0;font-weight:750}.offer-kpis strong{color:var(--admin-ink);order:1;margin:5px 0 1px;font-size:28px}.offer-kpis small{color:var(--admin-subtle);order:2;margin-top:auto;font-size:10px}.offers-filters{border-color:var(--admin-line);align-items:flex-end;padding:16px;box-shadow:0 2px 8px #10182806}.offers-filters label{flex:1;gap:6px;min-width:220px;display:grid}.offers-filters label>span{color:#475467;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}.offers-filters label:nth-child(2){max-width:260px}.offers-filters input{min-width:0}.offers-result-heading{color:var(--admin-subtle);justify-content:space-between;gap:15px;margin:14px 2px 6px;font-size:11px;display:flex}.offers-result-heading p{margin:0}.offer-admin-list{gap:9px}.offer-admin-card{border-color:var(--admin-line);border-radius:12px;grid-template-columns:minmax(230px,1.3fr) 250px minmax(185px,.8fr) 145px;padding:16px 18px;box-shadow:0 2px 7px #10182806}.offer-product{gap:4px;display:grid}.offer-product>strong{color:var(--admin-ink);font-size:13px}.offer-branch{color:#24449a}.offer-prices-admin{grid-template-columns:1fr 1fr;position:relative}.offer-prices-admin span{min-width:0;padding:9px}.offer-prices-admin .normal b{color:#667085;font-weight:650;text-decoration:line-through}.offer-prices-admin em{color:#071f66;background:#ffd500;border-radius:999px;padding:3px 6px;font-size:9px;font-style:normal;font-weight:900;position:absolute;top:-8px;right:-7px}.offer-availability{gap:5px;display:grid}.visibility-state{color:#087443;align-items:center;gap:7px;font-size:11px;font-weight:800;display:flex}.visibility-state i{background:#12a66a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #dcfae6}.offer-availability small{font-size:10px;line-height:1.35}@media (max-width:1200px){.dashboard-metrics{grid-template-columns:repeat(2,1fr)}.dashboard-layout{grid-template-columns:1fr}.dashboard-side,.offer-admin-card{grid-template-columns:1fr 1fr}.offer-admin-card>div:nth-child(4){justify-self:end}}@media (max-width:1050px){.admin-sidebar{width:220px}.admin-main{margin-left:220px;padding:30px 25px;width:calc(100% - 220px)!important}.admin-nav a{padding-left:32px}.admin-nav a:before{left:12px}}@media (max-width:760px){.site-header{height:70px}.admin-header-logo{width:190px;height:64px}.admin-shell{min-height:calc(100vh - 70px)}.admin-sidebar{padding:10px}.admin-brand,.admin-user{display:none}.admin-nav a{min-height:42px;padding:9px 13px;display:block}.admin-nav a:before,.admin-nav a>small{display:none}.admin-main{padding:22px 13px 45px;width:100%!important;height:auto!important;min-height:calc(100vh - 70px)!important}.page-heading,.split-heading{display:grid}.page-heading h1{font-size:26px}.dashboard-primary-action{width:100%}.dashboard-metrics{grid-template-columns:1fr 1fr;gap:9px}.dashboard-metric{min-height:115px;padding:15px}.dashboard-metric>strong{font-size:26px}.dashboard-section{padding:16px}.dashboard-side,.admin-option-grid{grid-template-columns:1fr}.dashboard-section .admin-option-card.featured{grid-column:auto}.health-chip,.verified-chip{width:100%;min-width:0}.problem-summary{grid-template-columns:1fr 1fr}.problem-summary a{min-height:108px;padding:15px}.audit-explanation{grid-template-columns:1fr}.offer-kpis{grid-template-columns:1fr 1fr}.offer-kpis>div:last-child{grid-column:1/-1}.offers-filters{display:grid}.offers-filters label,.offers-filters label:nth-child(2){width:100%;min-width:0;max-width:none}.offers-result-heading{display:grid}.offers-result-heading>span{display:none}.offer-admin-card{grid-template-columns:1fr}.offer-admin-card>div:nth-child(4){justify-self:start}}
#oh-cookie-consent-root{--oh-cookie-blue:#001a72;--oh-cookie-blue-hover:#082c91;--oh-cookie-yellow:gold;--oh-cookie-text:#17231e;--oh-cookie-muted:#56635d;--oh-cookie-border:#dce3df;font-family:Outfit,Inter,Arial,Helvetica,sans-serif}#oh-cookie-consent-root *,#oh-cookie-consent-root :before,#oh-cookie-consent-root :after{box-sizing:border-box}.oh-cookie-banner[hidden],.oh-cookie-backdrop[hidden]{display:none!important}.oh-cookie-banner{z-index:10000;width:min(1180px,100% - 36px);color:var(--oh-cookie-text);background:#fff;border:1px solid #001a7229;border-radius:17px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin:0 auto;padding:21px 22px;display:grid;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 20px 54px #00124d33}.oh-cookie-kicker{color:var(--oh-cookie-blue);letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.oh-cookie-banner h2,.oh-cookie-dialog h2,.oh-cookie-category h3{color:var(--oh-cookie-blue);font-family:Outfit,Inter,Arial,Helvetica,sans-serif}.oh-cookie-banner h2{letter-spacing:-.015em;margin:0 0 6px;font-size:18px;font-weight:850}.oh-cookie-banner p{max-width:700px;color:var(--oh-cookie-muted);margin:0;font-size:13px;line-height:1.5}.oh-cookie-banner a{color:var(--oh-cookie-blue);text-underline-offset:2px;font-weight:800}.oh-cookie-actions{grid-template-columns:repeat(3,minmax(145px,1fr));gap:9px;display:grid}#oh-cookie-consent-root button{border:2px solid var(--oh-cookie-blue);background:var(--oh-cookie-blue);color:#fff;cursor:pointer;min-height:43px;font:inherit;border-radius:10px;padding:0 15px;font-size:12px;font-weight:850;line-height:1.2;transition:background .16s,box-shadow .16s,transform .16s}#oh-cookie-consent-root button:hover{background:var(--oh-cookie-blue-hover);transform:translateY(-1px);box-shadow:0 7px 16px #001a722e}#oh-cookie-consent-root button:focus-visible,#oh-cookie-consent-root input:focus-visible,#oh-cookie-consent-root summary:focus-visible,#oh-cookie-consent-root a:focus-visible{outline:4px solid var(--oh-cookie-yellow);outline-offset:3px}#oh-cookie-consent-root .oh-cookie-button-outline{color:var(--oh-cookie-blue);background:#fff}#oh-cookie-consent-root .oh-cookie-button-outline:hover{background:#f2f5ff}.oh-cookie-backdrop{z-index:10001;background:#040d1f8a;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.oh-cookie-dialog{width:min(680px,100%);max-height:min(760px,100dvh - 44px);color:var(--oh-cookie-text);background:#fff;border:1px solid #001a7226;border-radius:20px;overflow-y:auto;box-shadow:0 30px 90px #000a2a59}.oh-cookie-dialog-header{z-index:2;border-bottom:1px solid var(--oh-cookie-border);background:#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 18px;display:flex;position:sticky;top:0}.oh-cookie-dialog h2{letter-spacing:-.025em;margin:0;font-size:25px;font-weight:900}#oh-cookie-consent-root .oh-cookie-close{color:#34413b;background:#f2f4f3;border-color:#0000;width:40px;min-width:40px;min-height:40px;padding:0;font-size:25px;line-height:1}#oh-cookie-consent-root .oh-cookie-close:hover{box-shadow:none;background:#e7ebe9}.oh-cookie-dialog-intro{color:var(--oh-cookie-muted);margin:0;padding:20px 26px 8px;font-size:14px;line-height:1.55}.oh-cookie-category-list{gap:12px;padding:14px 26px 24px;display:grid}.oh-cookie-category{border:1px solid var(--oh-cookie-border);background:#fbfcfb;border-radius:14px;padding:18px}.oh-cookie-category-heading{justify-content:space-between;align-items:center;gap:22px;display:flex}.oh-cookie-category h3{margin:0 0 5px;font-size:16px;font-weight:850}.oh-cookie-category p{color:var(--oh-cookie-muted);margin:0;font-size:12.5px;line-height:1.52}.oh-cookie-always-on{color:#075b3e;white-space:nowrap;background:#e8f4ee;border-radius:999px;flex:none;padding:6px 9px;font-size:10px;font-weight:850}.oh-cookie-category details{border-top:1px solid var(--oh-cookie-border);margin-top:13px;padding-top:12px}.oh-cookie-category summary{width:fit-content;color:var(--oh-cookie-blue);cursor:pointer;font-size:11px;font-weight:850}.oh-cookie-category details p{margin-top:10px}.oh-cookie-category code{color:#24322b;background:#edf0ee;border-radius:4px;padding:1px 4px}.oh-cookie-switch{cursor:pointer;flex:none;display:inline-flex;position:relative}.oh-cookie-switch input{opacity:0;width:1px;height:1px;position:absolute}.oh-cookie-switch input+span{background:#84908a;border:2px solid #84908a;border-radius:999px;width:50px;height:28px;transition:background .16s,border-color .16s;display:block;position:relative}.oh-cookie-switch input+span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0003}.oh-cookie-switch input:checked+span{border-color:var(--oh-cookie-blue);background:var(--oh-cookie-blue)}.oh-cookie-switch input:checked+span:after{transform:translate(22px)}.oh-cookie-switch input:focus-visible+span{outline:4px solid var(--oh-cookie-yellow);outline-offset:3px}.oh-cookie-dialog-actions{border-top:1px solid var(--oh-cookie-border);background:#fff;grid-template-columns:1fr 1fr;gap:10px;padding:17px 26px 22px;display:grid;position:sticky;bottom:0}.oh-cookie-sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}body.oh-cookie-modal-open{overflow:hidden}@media (max-width:900px){.oh-cookie-banner{grid-template-columns:1fr;gap:15px}.oh-cookie-actions{width:100%}}@media (max-width:620px){.oh-cookie-banner{border-radius:14px;width:calc(100% - 20px);padding:17px;bottom:10px;left:10px;right:10px}.oh-cookie-banner h2{font-size:17px}.oh-cookie-banner p{font-size:12px}.oh-cookie-actions{grid-template-columns:1fr 1fr}.oh-cookie-actions .oh-cookie-button-outline{grid-column:1/-1}#oh-cookie-consent-root button{min-height:45px;padding:0 10px;font-size:11px}.oh-cookie-backdrop{align-items:end;padding:0}.oh-cookie-dialog{border-radius:20px 20px 0 0;width:100%;max-height:92dvh}.oh-cookie-dialog-header{padding:20px 18px 15px}.oh-cookie-dialog h2{font-size:22px}.oh-cookie-dialog-intro{padding:17px 18px 7px;font-size:13px}.oh-cookie-category-list{padding:12px 18px 19px}.oh-cookie-category{padding:15px}.oh-cookie-category-heading{align-items:flex-start;gap:14px}.oh-cookie-always-on{white-space:normal;text-align:center}.oh-cookie-dialog-actions{padding:14px 18px 18px}}@media (prefers-reduced-motion:reduce){#oh-cookie-consent-root button,.oh-cookie-switch input+span,.oh-cookie-switch input+span:after{transition:none}}
