:root{--bg:#f4f4f0;--surface:#fff;--black:#111;--blue:#2962ff;--red:#d50000;--color-primary:var(--blue);--color-secondary:var(--red);--color-neutral:var(--bg);--color-surface:var(--surface);--color-text-primary:var(--black);--color-text-secondary:#555;--border-color:var(--black);--font-display:"Inter", Helvetica, sans-serif;--font-body:"Inter", Helvetica, sans-serif;--rounded-xs:0px;--rounded-sm:0px;--rounded-md:0px;--rounded-lg:0px;--rounded-xl:0px;--rounded-full:9999px;--border-thick:3px solid var(--black);--shadow-hard:8px 8px 0px var(--black);--shadow-hover:12px 12px 0px var(--black);--shadow-soft:4px 4px 0px var(--black);--static-asset-fallback-build:20260700}html.dark-mode{--bg:#1a1a18;--surface:#111;--black:#f4f4f0;--blue:#2962ff;--red:#ff1744;--color-text-secondary:#aaa;--border-color:var(--black);--color-primary:var(--blue);--color-secondary:var(--red);--color-neutral:var(--bg);--color-surface:var(--surface);--color-text-primary:var(--black)}body{font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-neutral);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}*{box-sizing:border-box}html{background:var(--color-neutral);min-width:320px}a{color:inherit}button,a,input{letter-spacing:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}#root{min-height:100svh}:root{--app-shell-edge-inline:16px;--app-shell-edge-inline-end:16px;--app-shell-edge-top:12px;--app-shell-edge-bottom:16px}html,body{scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;margin:0;overflow:hidden auto}*,:before,:after{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.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}.app-shell{--app-shell-edge-inline:max(16px, env(safe-area-inset-left,16px));--app-shell-edge-inline-end:max(16px, env(safe-area-inset-right,16px));--app-shell-edge-top:max(12px, env(safe-area-inset-top,12px));--app-shell-edge-bottom:max(16px, env(safe-area-inset-bottom,16px));background:var(--color-neutral);min-height:100svh;color:var(--color-text-primary);padding:var(--app-shell-edge-top) var(--app-shell-edge-inline-end) var(--app-shell-edge-bottom) var(--app-shell-edge-inline);overflow-x:hidden}.legal-footer{color:#5d7084;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:28px auto 0;padding:10px 0 0;font-size:13px;display:flex}.legal-footer a,.legal-footer button{min-height:36px;color:inherit;font:inherit;align-items:center;padding:0 4px;font-weight:800;display:inline-flex}.legal-footer a{text-decoration:none}.legal-footer a:hover{text-decoration:underline}.legal-footer button{cursor:pointer;background:0 0;border:0}.legal-footer button:hover{text-decoration:underline}.legal-footer__status{color:#6a7a8c;text-align:center;flex-basis:100%;font-size:12px;font-weight:700}.legal-footer__local-controls{color:#617286;flex-wrap:wrap;flex-basis:100%;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.legal-footer .legal-footer__choice{color:#3d5369;background:#fff;border:1px solid #cbd9e6;border-radius:6px;min-width:44px;min-height:36px;padding:0 10px;text-decoration:none}.legal-footer .legal-footer__choice:hover{border-color:#8da4ba;text-decoration:none}.legal-footer .legal-footer__choice.is-active{color:#0b6550;background:#e9f7f1;border-color:#0b6550}.app-shell--dark{--color-primary:#a8d2be;--color-primary-container:#10281f;--color-secondary:#e67c5c;--color-secondary-container:#3d1e15;--color-tertiary:#f4a261;--color-neutral:#0a120e;--color-surface:#141e1a;--color-border:#273630;--color-text-primary:#f1f5f3;--color-text-secondary:#a0b2a9;--app-shell-bg:var(--color-neutral);--app-shell-text:var(--color-text-primary);--app-shell-text-muted:var(--color-text-secondary);--app-shell-border:var(--color-border);--app-shell-surface:var(--color-surface);--app-shell-surface-elevated:#1a2621;--app-shell-surface-soft:#203029;--app-shell-pill:#1f332a;--app-shell-pill-text:var(--color-primary);filter:none;background:var(--app-shell-bg);color:var(--app-shell-text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.app-shell--dark *{color:inherit}.app-shell.app-shell--dark :is(p,small,span,strong,em,b,li,a,label,h1,h2,h3,h4,h5,h6,div,button,input,select,textarea,option,details,summary,article,section,time,mark){color:var(--app-shell-text)}.app-shell.app-shell--dark :is(){color:var(--app-shell-text-muted)}body.is-dark-mode,html.is-dark-mode{color:#e9eef7;background:#090d16}body.is-dark-mode #root{background:0 0}.app-shell--dark .legal-footer,.app-shell--dark .legal-footer__status,.app-shell--dark .legal-footer__local-controls{color:var(--app-shell-text-muted)}.app-shell--dark .legal-footer .legal-footer__choice{color:var(--app-shell-text-muted);background:#101827;border-color:#324457}.app-shell--dark .legal-footer .legal-footer__choice.is-active{color:#a8d2be;background:#10281f;border-color:#a8d2be}.app-shell.app-shell--dark{background:var(--app-shell-bg);color:var(--app-shell-text)}.app-shell--dark .app-header,.app-shell--dark .main-tab-bar,.app-shell--dark .weekly-offers-tab,.app-shell--dark .control-band,.app-shell--dark .setup-summary,.app-shell--dark .quick-settings,.app-shell--dark .settings-disclosure,.app-shell--dark .collapsed-panel,.app-shell--dark .learning-panel,.app-shell--dark .notice,.app-shell--dark .notice--success,.app-shell--dark .preference-grid,.app-shell--dark .settings-panel,.app-shell--dark .menu-panel,.app-shell--dark .side-panel,.app-shell--dark .offers-panel,.app-shell--dark .offers-empty-state,.app-shell--dark .search-box,.app-shell--dark .search-box button,.app-shell--dark .sort-control,.app-shell--dark .offer-card,.app-shell--dark .planning-hint,.app-shell--dark .empty-panel,.app-shell--dark .stepper,.app-shell--dark .mini-title,.app-shell--dark .metric,.app-shell--dark .summary-band,.app-shell--dark .tag-row span,.app-shell--dark .tag-row button,.app-shell--dark .chip,.app-shell--dark .chip.is-active,.app-shell--dark .swipe-actions,.app-shell--dark .source-pill,.app-shell--dark .text-action,.app-shell--dark .main-tab,.app-shell--dark .segmented button,.app-shell--dark .filter-row button,.app-shell--dark .stepper button,.app-shell--dark .ghost-button,.app-shell--dark .primary-button,.app-shell--dark .icon-button,.app-shell--dark .check-button,.app-shell--dark .inline-form button,.app-shell--dark .chip-delete,.app-shell--dark .swipe-like-button,.app-shell--dark .range-grid input,.app-shell--dark .inline-form input,.app-shell--dark .date-input,.app-shell--dark .search-box input,.app-shell--dark .sort-control select,.app-shell--dark .discount-switch,.app-shell--dark .discount-switch__track,.app-shell--dark .discount-switch__thumb{background:var(--app-shell-surface);border-color:var(--app-shell-border);color:var(--app-shell-text)}.app-shell--dark .ad-slot__placeholder{color:#9fb2cb}.app-shell--dark .app-header,.app-shell--dark .weekly-offers-tab,.app-shell--dark .menu-panel,.app-shell--dark .side-panel,.app-shell--dark .settings-panel,.app-shell--dark .metric,.app-shell--dark .notice--success{background:var(--app-shell-surface-elevated)}.app-shell.app-shell--dark .notice--warning{color:#f6d79a;background:#2b2114;border-color:#84612d}.app-shell.app-shell--dark .notice--warning>*{color:#f6d79a}.app-shell--dark .source-pill,.app-shell--dark .main-tab.is-active,.app-shell--dark .segmented button.is-active,.app-shell--dark .filter-row button.is-active,.app-shell--dark .store-toggle.is-active,.app-shell--dark .day-pill{background:var(--app-shell-pill);color:var(--app-shell-pill-text);border-color:#38507a}.app-shell--dark .segmented button:disabled,.app-shell--dark .filter-row button:disabled{color:#75869d;background:#152033;border-color:#31425f}.app-shell--dark .primary-button:disabled,.app-shell--dark .ghost-button:disabled,.app-shell--dark .icon-button:disabled{color:#6f8179;cursor:not-allowed;background:#17211d;border-color:#2b3933}.app-shell--dark .primary-button,.app-shell--dark .date-input,.app-shell--dark .sort-control,.app-shell--dark .search-box,.app-shell--dark .discount-switch.is-on .discount-switch__track{border-color:#3e567c}.app-shell--dark .text-action,.app-shell--dark .primary-button,.app-shell--dark .ghost-button,.app-shell--dark .icon-button,.app-shell--dark .stepper button,.app-shell--dark .check-button,.app-shell--dark .chip-delete{color:#e8f0fc;background:#24314f;border-color:#3f587e}.app-shell--dark .search-box button{color:#c9d9ee;background:#24314f;border-color:#3f587e}.app-shell--dark .source-pill--snapshot,.app-shell--dark .source-pill--fallback,.app-shell--dark .source-pill--demo,.app-shell--dark .source-pill--error{background:var(--app-shell-surface-soft);color:var(--app-shell-text);border-color:var(--app-shell-border)}.app-shell--dark .product-visual img{filter:none;background:0 0}.app-shell--dark .chip.is-active,.app-shell--dark .store-toggle.is-active{color:#d5e6ff;background:#2f4b78;border-color:#46679d}.app-shell--dark .store-toggle{background:var(--app-shell-surface-soft);color:var(--app-shell-text);border-color:var(--app-shell-border)}.app-shell--dark .store-toggle:disabled:not(.is-active){background:var(--app-shell-surface);color:var(--app-shell-text-muted)}.app-shell--dark .discount-line button.is-active{color:#f0dca8;background:#2f4b78;border-color:#4f6593}.app-shell--dark .discount-line a{background:var(--app-shell-surface);color:#bdd4f4;border-color:#3f587e}.app-shell--dark .store-toggle .status-badge--demo,.app-shell--dark .store-toggle .status-badge--fallback,.app-shell--dark .store-toggle .status-badge--error,.app-shell--dark .store-toggle .status-badge--disabled{background:var(--app-shell-pill);color:var(--app-shell-text);border-color:#46679d}.app-shell--dark .secondary-button,.app-shell--dark .discount-line button,.app-shell--dark .sort-control select{color:inherit;background:0 0}.app-shell--dark .tag-row span,.app-shell--dark .tag-row button,.app-shell--dark .mini-title,.app-shell--dark .steps,.app-shell--dark .offer-card h2,.app-shell--dark .offer-card h3,.app-shell--dark .offer-card__title{color:#f1f5fd}.app-shell--dark .offer-card p,.app-shell--dark .steps,.app-shell--dark .discount-line span,.app-shell--dark .price-line span,.app-shell--dark .search-box input,.app-shell--dark .sort-control select,.app-shell--dark .range-grid label,.app-shell--dark .empty-state,.app-shell--dark .offers-empty-state,.app-shell--dark .control-label,.app-shell--dark .control-hint,.app-shell--dark .weekly-offers-summary span,.app-shell--dark .switch-row,.app-shell--dark .range-grid input[type=number]{color:var(--app-shell-text-muted)}.app-shell--dark .saved-products-loading{border-color:var(--app-shell-border);background:var(--app-shell-surface-soft);color:var(--app-shell-text)}.app-shell--dark .metric strong,.app-shell--dark .weekly-offers-summary strong,.app-shell--dark .offers-empty-state strong,.app-shell--dark .discount-line strong,.app-shell--dark .price-line strong,.app-shell--dark .metric span{color:var(--app-shell-text)}.app-shell--dark .product-visual--protein{color:#ffd5bc;background:#4c2715}.app-shell--dark .product-visual--vegetable{color:#c7f1d3;background:#19452d}.app-shell--dark .product-visual--carb{color:#ffe39f;background:#5a4710}.app-shell--dark .product-visual--sauce,.app-shell--dark .product-visual--dairy{color:#bed7ff;background:#1f3865}.app-shell--dark .product-visual--other,.app-shell--dark .product-visual--pantry,.app-shell--dark .product-visual--breakfast,.app-shell--dark .product-visual--snack{color:#c8d5e6;background:#29344b}.app-shell--dark .discount-switch__track,.app-shell--dark .discount-switch input:checked+.discount-switch__thumb,.app-shell--dark .discount-switch input:focus-visible+.discount-switch__thumb{color:var(--app-shell-text)}.app-shell--dark .discount-switch__track{background:#0f1a2e}.app-shell--dark .discount-switch.is-on .discount-switch__track{background:#213963}.app-header,.control-band,.setup-strip,.preference-grid,.summary-band,.offers-disclosure,.weekly-offers-header,.weekly-offers-tab,.offers-panel,.menu-panel,.side-panel,.notice{width:min(1440px, calc(100% - var(--app-shell-edge-inline) - var(--app-shell-edge-inline-end)));box-sizing:border-box;margin:0 auto}.weekly-offers-tab>.weekly-offers-header,.weekly-offers-tab>.offers-panel{width:100%;max-width:100%}.weekly-offers-header,.weekly-offers-summary,.weekly-offers-summary>div,.offers-panel,.offers-toolbar,.offer-tools,.sort-control,.search-box,.filter-row,.offer-grid,.offer-card{min-width:0}.main-tab-bar{width:min(1440px, calc(100% - var(--app-shell-edge-inline) - var(--app-shell-edge-inline-end)));flex-wrap:wrap;gap:8px;margin:6px auto 0;display:flex}.main-tab,.text-action,.menu-bar,.date-action{border-radius:var(--rounded-sm)}.text-action{border:1px solid var(--color-border);background:var(--color-surface);min-height:36px;color:var(--color-text-secondary);border-radius:var(--rounded-sm);justify-content:center;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex}.ghost-button,.primary-button{border-radius:var(--rounded-full);white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:800;transition:all .2s;display:inline-flex}.ghost-button{border:1px solid var(--color-primary);background:var(--color-surface);color:var(--color-primary)}.primary-button{background:var(--color-primary);color:var(--color-surface)}.ghost-button:hover,.primary-button:hover{transform:translateY(-1px)}.ghost-button:active,.primary-button:active{transform:translateY(0)scale(.98)}.notice{border-radius:var(--rounded-sm);color:#6e4a00;background:#fff7df;border:1px solid #f2c979;align-items:center;gap:10px;margin-top:14px;padding:8px 16px;font-weight:700;display:flex}.main-tab{border:var(--border-thick);background:var(--surface);min-height:48px;color:var(--black);text-transform:uppercase;border-radius:var(--rounded-md);box-shadow:var(--shadow-soft);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:900;transition:all .1s;display:inline-flex}.main-tab:hover{box-shadow:6px 6px 0px var(--black);transform:translate(-2px,-2px)}.main-tab.is-active{background:var(--black);color:var(--surface);box-shadow:none;transform:none}.app-header{justify-content:space-between;align-items:center;gap:24px;padding:28px 0 18px;display:flex}.eyebrow{color:var(--color-text-secondary);text-transform:uppercase;font-size:13px;font-weight:800;font-family:var(--font-body);margin:0 0 6px}.app-header h1,.section-title h2,.offers-toolbar h2{color:var(--color-primary);font-family:var(--font-display);letter-spacing:-.01em;margin:0}.app-header h1{letter-spacing:-.02em;font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1}.source-pill{border:1px solid var(--color-border);border-radius:var(--rounded-sm);background:var(--color-surface);min-height:42px;color:var(--color-text-primary);white-space:nowrap;align-items:center;gap:9px;padding:0 14px;font-weight:800;display:inline-flex}.source-pill svg{width:18px;height:18px}.source-pill--snapshot{color:#17633d;background:#ecfff4;border-color:#8dd0ac}.source-pill--fallback,.source-pill--demo{color:#2f465f;background:#f7fafc;border-color:#c8d7e6}.source-pill--error{color:#9b3a2d;background:#fff1f0;border-color:#f0b3aa}.discount-switch{min-height:44px;color:var(--color-text-secondary);align-items:center;gap:10px;display:inline-flex}.discount-switch__label{color:var(--color-text-secondary);white-space:nowrap;font-size:13px;font-weight:800}.discount-switch__track{border:1px solid var(--color-border);border-radius:var(--rounded-full);background:#f2f6fb;width:48px;height:28px;padding:2px;transition:background .16s,border-color .16s;position:relative}.discount-switch__thumb{border-radius:var(--rounded-full);background:#fff;width:20px;height:20px;transition:transform .16s,background .16s;position:absolute;inset:2px auto 2px 2px;box-shadow:0 1px 5px #0c1c311a}.discount-switch input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;margin:0;position:absolute;inset:0}.discount-switch input:focus-visible+.discount-switch__thumb{outline:2px solid var(--color-primary);outline-offset:2px}.discount-switch input:checked+.discount-switch__thumb{transform:translate(20px)}.discount-switch input:checked{background:0 0}.discount-switch.is-on .discount-switch__thumb{background:var(--color-secondary);transform:translate(20px)}.discount-switch.is-on .discount-switch__track{border-color:var(--color-secondary);background:var(--color-secondary-container)}.settings-discount-switch{justify-self:start}.page-loading-state{background:#fff;border:1px solid #d8e6f2;border-radius:8px;gap:12px;margin-top:14px;padding:14px;display:grid}.page-loading-status{color:#16304f;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.page-loading-status strong{font-size:15px;font-weight:900}.page-loading-progress{background:#d9e8f4;border-radius:999px;grid-column:1/-1;width:100%;height:4px;display:block;position:relative;overflow:hidden}.page-loading-progress:before{border-radius:inherit;content:"";background:#0a65c7;width:46%;animation:1.25s cubic-bezier(.4,0,.2,1) infinite material-progress;position:absolute;inset:0}.page-loading-list{gap:10px;display:grid}.page-loading-row{background:#f8fbfe;border:1px solid #e1eaf3;border-radius:8px;grid-template-columns:88px minmax(0,1fr);gap:12px;min-height:88px;padding:10px;display:grid}.page-loading-copy{align-content:center;gap:9px;min-width:0;display:grid}.page-loading-thumb,.page-loading-line,.page-loading-meta span{background:#edf3f8;display:block;position:relative;overflow:hidden}.page-loading-thumb:after,.page-loading-line:after,.page-loading-meta span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffad,#0000);animation:1.45s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.page-loading-thumb{border-radius:8px;width:88px;height:68px}.page-loading-line{border-radius:999px;width:68%;height:14px}.page-loading-line--wide{border-radius:8px;width:86%;height:22px}.page-loading-meta{flex-wrap:wrap;gap:8px;display:flex}.page-loading-meta span{border-radius:999px;width:86px;height:26px}.app-shell--dark .page-loading-state,.app-shell--dark .page-loading-row{border-color:var(--app-shell-border);background:var(--app-shell-surface)}.app-shell--dark .page-loading-status{color:var(--app-shell-text)}.app-shell--dark .page-loading-thumb,.app-shell--dark .page-loading-line,.app-shell--dark .page-loading-meta span{background:#22342c}.app-shell--dark .page-loading-thumb:after,.app-shell--dark .page-loading-line:after,.app-shell--dark .page-loading-meta span:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.app-shell--dark .page-loading-progress{background:#273b33}.app-shell--dark .page-loading-progress:before{background:var(--color-primary)}.page-week-switch.segmented{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-width:360px;margin:12px 0;display:grid}.page-week-switch button{white-space:nowrap;width:100%;min-width:0}.weekly-offers-tab{gap:18px;display:grid}.weekly-offers-header{margin-top:0}.weekly-offers-summary{justify-content:space-between;align-items:center;gap:14px;display:flex}.weekly-offers-store-switch.segmented{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-width:420px;margin:14px 0 8px;display:grid}.weekly-offers-store-switch button{white-space:nowrap;width:100%;min-width:0}.weekly-offers-week-switch{margin:8px 0 14px}.weekly-offers-week-switch button{min-height:40px}.weekly-offers-summary>div{gap:4px;display:grid}.weekly-offers-summary strong{color:#13223a;font-size:18px}.weekly-offers-summary span{color:#4b6381;font-size:13px;font-weight:800}.ad-slot{place-items:stretch stretch;width:100%;min-width:0;display:grid;position:relative;overflow:hidden}.ad-slot .adsbygoogle{min-height:inherit;width:100%!important;display:block!important}.ad-slot__placeholder{color:#4b6381;text-align:center;pointer-events:none;place-items:center;padding:12px;font-size:14px;font-weight:800;display:grid;position:absolute;inset:0}.ad-slot--ready .ad-slot__placeholder{display:none}.ad-slot--config .adsbygoogle{display:none!important}.control-band{background:#fff;border:1px solid #d8e2ec;border-radius:8px;grid-template-columns:minmax(300px,1fr) minmax(130px,.2fr) minmax(130px,.2fr) auto;align-items:stretch;gap:12px;padding:14px;display:grid;box-shadow:0 16px 42px #2a446314}.setup-strip{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;margin-top:12px;display:grid}.setup-summary,.quick-settings,.settings-disclosure,.collapsed-panel,.learning-panel{background:#fff;border:1px solid #d8e2ec;border-radius:8px}.setup-summary{color:#263a52;align-items:center;gap:9px;min-height:46px;padding:0 14px;font-weight:900;display:flex}.setup-summary svg,.quick-settings summary svg,.settings-disclosure summary svg,.collapsed-panel summary svg,.learning-panel summary svg{color:#0a65c7;flex:none;width:18px;height:18px}.quick-settings{min-width:min(100%,320px)}.quick-settings__content{gap:14px;padding:0 14px 14px;display:grid}.utility-actions{flex-wrap:wrap;gap:8px;display:flex}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.quick-settings summary,.settings-disclosure summary,.collapsed-panel summary,.learning-panel summary{color:#173257;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:0 14px;font-weight:900;display:flex}.settings-disclosure summary span,.collapsed-panel summary span,.learning-panel summary span{gap:2px;min-width:0;display:grid}.settings-disclosure summary small,.collapsed-panel summary small,.learning-panel summary small{color:#63778b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.control-block{flex-direction:column;justify-content:center;gap:8px;min-width:0;display:flex}.control-block--compact{align-items:center}.control-label{color:#5f7184;font-size:13px;font-weight:800}.control-hint{color:#64748b;font-size:12px;font-weight:800;line-height:1.35}.segmented,.stepper,.action-row,.tag-row,.filter-row,.discount-line,.price-line,.mini-title{align-items:center;display:flex}.segmented{flex-wrap:wrap;gap:6px}button,input,select{font:inherit;touch-action:manipulation}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #2b75cf}button{cursor:pointer;border:0}.segmented button,.filter-row button{color:#263a52;background:#f7fafc;border:1px solid #d8e2ec;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:800;display:inline-flex}.segmented button svg,.ghost-button svg,.primary-button svg,.stepper button svg,.search-box svg,.metric svg,.section-title>svg,.mini-title svg{flex:none;width:17px;height:17px}.segmented button.is-active,.filter-row button.is-active{border-color:var(--color-primary);background:var(--color-primary-container);color:var(--color-primary)}.segmented button:disabled,.filter-row button:disabled{cursor:not-allowed;color:#7a8797;opacity:.72;background:#eef3f7;border-color:#d9e1ea}.stepper{justify-content:center;gap:8px;min-height:38px}.stepper button,.search-box button{border-radius:var(--rounded-md);background:var(--color-primary-container);width:34px;height:34px;color:var(--color-primary);justify-content:center;align-items:center;display:inline-flex}.stepper strong{color:#10203b;place-items:center;min-width:28px;font-size:20px;display:inline-grid}.action-row{justify-content:flex-end;gap:8px}.notice svg{flex:none;width:18px;height:18px}.notice--success{color:#17633d;background:#edfff4;border-color:#9bd8b4}.notice--warning{color:#6d4300;background:#fff8ec;border-color:#ffd59c}.preference-grid{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr) minmax(0,1fr);gap:12px;margin-top:14px;display:grid}.settings-panel{background:#fff;border:1px solid #d8e2ec;border-radius:8px;min-width:0;padding:14px}.chip-grid,.store-list{flex-wrap:wrap;gap:8px;display:flex}.switch-row{color:#263a52;align-items:center;gap:8px;min-height:34px;margin-bottom:10px;font-size:14px;font-weight:850;display:inline-flex}.switch-row input{accent-color:#0a65c7;width:16px;height:16px}.chip,.store-toggle{color:#263a52;background:#f7fafc;border:1px solid #d7e2ed;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-size:14px;font-weight:850;display:inline-flex}.chip-delete{color:#ba3329;background:#fff1f0;border-radius:6px;place-items:center;width:34px;min-height:34px;display:inline-grid}.chip-delete svg{width:15px;height:15px}.chip svg{opacity:.35;width:15px;height:15px}.chip.is-active,.store-toggle.is-active{color:#0d4f9d;background:#e9f2ff;border-color:#2b75cf}.chip.is-active svg{opacity:1}.store-toggle{border:var(--border-thick);border-radius:var(--rounded-md);background:var(--surface);width:calc(50% - 4px);min-height:48px;color:var(--black);text-transform:uppercase;box-shadow:var(--shadow-soft);cursor:pointer;justify-content:space-between;padding:12px 20px;font-size:14px;font-weight:900;transition:all .1s}.store-toggle:hover{box-shadow:6px 6px 0px var(--black);transform:translate(-2px,-2px)}.store-toggle.is-active{border-color:var(--black);box-shadow:none;transform:none;background:var(--black)!important;color:var(--surface)!important}.store-toggle__label{align-items:center;gap:6px;min-width:0;display:inline-flex}.store-toggle__label svg{flex:none;width:15px;height:15px}.store-toggle small{color:#557086;text-transform:uppercase;background:#fff;border-radius:999px;place-items:center;min-width:42px;height:22px;font-size:11px;display:inline-grid}.store-toggle .status-badge{border:1px solid #d4e1ed}.store-toggle .status-badge--snapshot{color:#17633d;background:#ecfff4;border-color:#89c9a4}.store-toggle .status-badge--demo,.store-toggle .status-badge--fallback{color:#405b73;background:#f7fafc;border-color:#c8d7e6}.store-toggle .status-badge--error,.store-toggle .status-badge--disabled{color:#a62c23;background:#fff1f0;border-color:#f0b3aa}.range-grid{grid-template-columns:minmax(0,1fr) minmax(120px,.45fr);gap:10px;margin-top:12px;display:grid}.range-grid label{color:#5f7184;gap:6px;min-width:0;font-size:13px;font-weight:800;display:grid}.range-grid input[type=range]{width:100%}.range-grid input[type=number],.inline-form input{color:#16243a;background:#f8fbfe;border:1px solid #cbd9e6;border-radius:6px;width:100%;min-width:0;height:36px;padding:0 10px}.range-grid b{color:#13223a}.inline-form{grid-template-columns:minmax(0,1fr) 36px;gap:8px;margin-top:12px;display:grid}.inline-form button,.icon-button{color:#0a65c7;background:#edf4fb;border-radius:6px;place-items:center;width:36px;height:36px;display:inline-grid}.check-button{color:#6b7e92;background:#edf4fb;border-radius:6px;place-items:center;width:36px;height:36px;display:inline-grid}.inline-form svg,.icon-button svg,.check-button svg{width:17px;height:17px}.summary-band{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.metric{background:#fff;border:1px solid #d8e2ec;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;gap:2px 10px;min-height:74px;padding:14px;display:grid}.metric svg{color:#18a067;grid-row:1/3;width:22px;height:22px}.metric span{color:#66788d;font-size:13px;font-weight:800}.metric strong{color:#13223a;font-size:20px;line-height:1.1}.menu-panel,.side-panel,.weekly-offers-tab,.offers-panel{background:#fff;border:1px solid #d8e2ec;border-radius:8px}.weekly-offers-tab,.menu-panel,.side-panel{padding:18px}.section-title,.offers-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.section-title{border-bottom:1px solid #e1e9f1;padding-bottom:14px}.section-actions,.offer-tools{align-items:center;gap:7px;display:flex}.section-actions{flex-wrap:wrap;justify-content:flex-end}.date-input{color:#16243a;background:#f8fbfe;border:1px solid #cbd9e6;border-radius:6px;width:136px;height:36px;padding:0 8px;font-size:13px;font-weight:800}.section-title h2,.offers-toolbar h2{font-size:24px}.section-title>svg{color:#0a65c7;width:24px;height:24px}.saved-products-loading{color:#405268;background:#f9fcff;border:1px solid #e2eaf1;border-radius:8px;align-items:center;gap:10px;min-height:48px;padding:10px 12px;font-size:13px;font-weight:900;display:flex}.planning-hint,.empty-panel{color:#6d4300;background:#fff8ec;border:1px solid #ffd59c;border-radius:8px;gap:8px;display:grid}.planning-hint{grid-template-columns:auto minmax(0,1fr);align-items:start;margin-bottom:14px;padding:12px}.planning-hint svg{width:18px;height:18px;margin-top:2px}.planning-hint strong,.planning-hint span,.empty-panel strong,.empty-panel span{display:block}.planning-hint span,.empty-panel span{font-size:13px;font-weight:800}.empty-panel{padding:12px}.offer-card{border:var(--border-thick);border-radius:var(--rounded-xl);background:var(--surface);box-shadow:var(--shadow-hard);transition:transform .2s,box-shadow .2s;overflow:hidden}.day-pill{color:#0a56aa;background:#e9f2ff;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:13px;font-weight:900;display:inline-flex}.offer-card h3,.offer-card__title{color:#13223a;letter-spacing:0;margin:0}.offer-card p{color:#617286;margin:0}.tag-row{flex-wrap:wrap;gap:6px}.tag-row span,.tag-row button{color:#17633d;background:#eef8f1;border:0;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex}.tag-row button{color:#40566e;background:#eef3f8}.tag-row button svg{width:12px;height:12px}.steps{color:#2f3d50;gap:7px;margin:0;padding-left:20px;font-size:14px;display:grid}.steps li::marker{color:#0a65c7;font-weight:900}.check-button{color:#6b7e92;background:#fff;border:1px solid #c8d7e6;width:28px;height:28px}.empty-state{color:#728397;font-size:13px;font-weight:800}.mini-title{color:#13223a;gap:8px;margin-bottom:8px;font-weight:900}.offers-panel{margin-top:18px;margin-bottom:32px;padding:18px}.weekly-offers-tab>.offers-panel{background:0 0;border:0;border-radius:0;margin:0;padding:0}.search-box{background:#f8fbfe;border:1px solid #cbd9e6;border-radius:8px;grid-template-columns:auto minmax(150px,260px) auto;align-items:center;gap:8px;min-height:42px;padding:0 6px 0 12px;display:grid}.offer-tools{flex-wrap:wrap;justify-content:flex-end}.sort-control{background:#f8fbfe;border:1px solid #cbd9e6;border-radius:8px;grid-template-columns:auto minmax(150px,max-content);align-items:center;gap:8px;min-height:42px;padding:0 10px;display:grid}.sort-control svg{color:#4a6684;width:16px;height:16px}.sort-control select{background-color:#0000;border:0;width:100%;min-width:0;height:34px;padding:0 26px 0 0}.search-box input{color:#16243a;background:0 0;border:0;outline:0;width:100%;min-width:0}.filter-row{flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-row button{gap:8px}.filter-row span{min-width:22px;height:22px;color:inherit;background:#fff;border-radius:999px;place-items:center;font-size:12px;display:inline-grid}.offer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.offers-result-count{color:#4b6381;margin:4px 0 10px;font-size:13px;font-weight:850}.offers-show-more{width:min(100%,360px);margin:16px auto 0}.offers-empty-state{color:#4b6381;text-align:center;background:#f8fbfe;border:1px dashed #cfdbe8;border-radius:8px;place-content:center;gap:6px;min-height:140px;padding:18px;display:grid}.offers-empty-state strong{color:#13223a;font-size:15px;font-weight:900}.offers-empty-state span{max-width:440px;font-size:13px;font-weight:750}.offers-store-leaderboard{color:#243a4d;background:#fff;border:1px solid #d8e2ec;border-radius:8px;margin:0 0 14px;padding:12px}.offers-store-leaderboard h3{color:#13223a;margin:0 0 8px;font-size:17px}.offers-store-leaderboard ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.offers-store-leaderboard li{color:#31465c;background:#f8fbfe;border-radius:8px;justify-content:space-between;gap:8px;min-width:0;padding:8px 10px;font-size:13px;display:flex}.offers-store-leaderboard__empty{color:#617286;margin:0;font-size:13px;font-weight:800}.offers-landing-hero{background:linear-gradient(165deg,#fff,#f4f9ff);border:1px solid #d8e2ec;border-radius:12px;margin-bottom:14px;padding:12px 14px}.offers-landing-hero h2{color:#0f2c48;letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(22px,3.4vw,32px);line-height:1.1}.offers-landing-hero>p{color:#3f5a70;max-width:700px;margin:0;font-weight:600}.offers-landing-hero__actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.offers-market-hero{animation:.22s offers-market-hero-enter}.offers-top-savings{margin-bottom:14px}.offers-top-savings h3{color:#13223a;margin:0 0 8px;font-size:17px}.offers-top-savings .offer-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.offer-card{min-width:0}.offer-card__body{gap:8px;padding:12px;display:grid}.offer-card--compact{min-width:0}.offer-card--compact h3{-webkit-line-clamp:2;min-height:36px;font-size:14px}.offer-card--compact p{color:#617286;margin:0;font-weight:700}.offer-card__meta{color:#617286;justify-content:space-between;gap:8px;font-size:12px;font-weight:800;display:flex}.offer-card h3,.offer-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;font-size:16px;line-height:1.3;display:-webkit-box;overflow:hidden}.offer-card p{white-space:nowrap;justify-content:space-between;gap:8px;display:flex;overflow:hidden}.offer-card p>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.offer-card p small,.discount-line small{color:#617286;white-space:nowrap;font-size:12px;font-weight:800}.price-line{justify-content:space-between;gap:10px}.price-line strong{color:#0b6944;font-size:22px}.price-line span{color:#56677b;text-decoration:line-through}.discount-line{justify-content:space-between;gap:10px;min-height:28px}.discount-line span{color:#b83c1d;font-size:13px;font-weight:900}.discount-line a,.discount-line button{color:#0a65c7;background:#edf4fb;border-radius:6px;place-items:center;width:28px;height:28px;display:inline-grid}.discount-line button.is-active{color:#9a6400;background:#fff3c4}.discount-line svg{width:16px;height:16px}.product-visual{aspect-ratio:1/.74;color:#173257;background:#eef3f8;place-items:center;width:100%;font-weight:900;display:grid;overflow:hidden}.product-visual img{object-fit:contain;background:#fff;width:100%;height:100%}.product-visual span{background:#ffffffc7;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.product-visual--compact{aspect-ratio:auto;border:1px solid #dde6ef;border-radius:8px;flex:none;width:40px;height:40px}.product-visual--compact span{width:28px;height:28px;font-size:12px}.product-visual--protein{color:#8b321c;background:#fde8e1}.product-visual--vegetable{color:#17633d;background:#e5f7ea}.product-visual--carb{color:#704f00;background:#fff1c8}.product-visual--sauce,.product-visual--dairy{color:#0a56aa;background:#e8f0ff}.product-visual--other,.product-visual--pantry,.product-visual--breakfast,.product-visual--snack{color:#475568;background:#eef0f4}.app-shell--dark .store-toggle small,.app-shell--dark .filter-row span,.app-shell--dark .status-badge,.app-shell--dark .status-badge--snapshot,.app-shell--dark .status-badge--demo,.app-shell--dark .status-badge--fallback,.app-shell--dark .status-badge--error,.app-shell--dark .status-badge--disabled,.app-shell--dark .source-pill--snapshot,.app-shell--dark .source-pill--fallback,.app-shell--dark .source-pill--demo,.app-shell--dark .source-pill--error,.app-shell--dark .discount-line button,.app-shell--dark .offers-market-hero,.app-shell--dark .offers-landing-hero,.app-shell--dark .offer-card__body,.app-shell--dark .offers-store-leaderboard,.app-shell--dark .offers-store-leaderboard li,.app-shell--dark .offers-top-savings h3{background:var(--app-shell-surface)!important;border-color:var(--app-shell-border)!important;color:var(--app-shell-text)!important}.app-shell--dark .offers-landing-hero h2,.app-shell--dark .offers-landing-hero>p{color:var(--app-shell-text)!important}.app-shell--dark .store-toggle small{box-shadow:inset 0 0 0 1px #ffffff0f!important}.app-shell--dark .store-toggle .status-badge--snapshot,.app-shell--dark .status-badge--demo,.app-shell--dark .status-badge--fallback,.app-shell--dark .status-badge--error,.app-shell--dark .status-badge--disabled,.app-shell--dark .source-pill--snapshot,.app-shell--dark .source-pill--fallback,.app-shell--dark .source-pill--demo,.app-shell--dark .source-pill--error{background:var(--app-shell-pill)!important;color:var(--app-shell-pill-text)!important}.app-shell--dark .status-badge,.app-shell--dark .store-toggle .status-badge{border-radius:999px!important}.settings-page{background:#fff;border-color:#d6e1ec;gap:14px;padding:18px;display:grid}.settings-page .section-title{margin-bottom:0}.settings-summary{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.settings-summary span{color:#60748a;text-transform:uppercase;background:#f7fbfe;border:1px solid #d8e3ee;border-radius:8px;align-items:baseline;gap:6px;min-width:0;min-height:38px;padding:10px 12px;font-size:12px;font-weight:850;display:inline-flex}.settings-summary strong{color:#13223a;text-transform:none;font-size:16px;line-height:1.1}.settings-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.settings-section{background:#fbfdff;border:1px solid #dbe5ee;border-radius:8px;gap:14px;min-width:0;padding:16px;display:grid}.settings-section--menu,.settings-section--profile{grid-column:1/-1}.settings-section__head{align-items:center;gap:10px;min-width:0;display:flex}.settings-section__head svg{color:#0a65c7;flex:none;width:20px;height:20px}.settings-section__head h3{color:#13223a;margin:0;font-size:20px;line-height:1.15}.settings-field{gap:8px;min-width:0;display:grid}.settings-label{color:#5f7184;font-size:13px;font-weight:900}.settings-toggle-grid,.settings-store-grid,.settings-chip-grid{grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:8px;min-width:0;display:grid}.settings-toggle-grid--compact{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.settings-store-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.settings-store-links{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;min-width:0;display:grid}.settings-choice,.settings-chip,.settings-store-toggle,.settings-store-link{color:#24384f;background:#f7fafc;border:1px solid #d5e1ec;border-radius:8px;min-width:0;min-height:44px;padding:0 12px;font-size:14px;font-weight:900}.settings-choice,.settings-chip,.settings-store-link{justify-content:center;align-items:center;gap:8px;display:inline-flex}.settings-choice svg,.settings-chip svg,.settings-store-link svg{flex:none;width:17px;height:17px}.settings-choice.is-active,.settings-chip.is-active,.settings-store-toggle.is-active{color:#0d4f9d;background:#e8f2ff;border-color:#2b75cf}.settings-choice:disabled,.settings-chip:disabled,.settings-store-toggle:disabled{cursor:not-allowed}.settings-store-toggle{justify-content:space-between;gap:12px;width:auto;min-height:52px}.settings-store-link{text-align:center;min-height:48px;text-decoration:none}.settings-store-link:hover{color:#0d4f9d;background:#e8f2ff;border-color:#2b75cf}.settings-choice{text-transform:uppercase;cursor:pointer;min-height:48px;padding:12px 20px;font-size:14px;font-weight:900;transition:all .1s;border:var(--border-thick)!important;border-radius:var(--rounded-md)!important;background:var(--surface)!important;color:var(--black)!important;box-shadow:var(--shadow-soft)!important}.settings-choice:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0px var(--black)!important}.settings-choice.is-active{border-color:var(--black)!important;background:var(--black)!important;color:var(--surface)!important;box-shadow:none!important;transform:none!important}.settings-store-toggle .store-toggle__label{overflow-wrap:normal;word-break:normal}.settings-inline-controls{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.settings-inline-controls .control-block--compact{align-items:flex-start;min-width:min(100%,180px)}.settings-switch{box-sizing:border-box;color:#24384f;background:#f7fafc;border:1px solid #d5e1ec;border-radius:8px;align-items:center;gap:12px;min-height:64px;padding:12px;font-weight:900;display:flex}.settings-switch input{accent-color:#2b75cf;flex:none;width:20px;height:20px}.settings-chip-grid{flex-wrap:wrap;display:flex}.settings-chip{flex:0 auto}.app-shell--dark .settings-page{border-color:var(--app-shell-border);background:var(--app-shell-surface-elevated)}.app-shell--dark .section-title{border-bottom-color:#31433a}.app-shell--dark .settings-summary strong,.app-shell--dark .settings-section__head h3{color:var(--app-shell-text)}.app-shell--dark .settings-summary span,.app-shell--dark .settings-section{color:#b9c9c0;background:#111b17;border-color:#31433a}.app-shell--dark .settings-section__head svg{color:var(--app-shell-primary,#a8d2be)}.app-shell--dark .settings-label{color:#b9c9c0}.app-shell--dark .settings-choice,.app-shell--dark .settings-chip,.app-shell--dark .settings-store-toggle,.app-shell--dark .settings-store-link,.app-shell--dark .settings-switch{color:#f1f5f3;background:#1b2a23;border-color:#3a4d43}.app-shell--dark .settings-store-link:hover,.app-shell--dark .settings-choice.is-active,.app-shell--dark .settings-chip.is-active,.app-shell--dark .settings-store-toggle.is-active{color:#f1f5f3;background:#244532;border-color:#6fa98d}.app-shell--dark .settings-store-toggle .status-badge{color:#d8f0e4!important;background:#162820!important;border-color:#476858!important}.app-shell--dark .settings-switch input{accent-color:#a8d2be}@media (width<=980px){.settings-summary,.settings-layout{width:100%}.settings-layout{grid-template-columns:1fr}}@media (width<=560px){.settings-page{gap:14px}.settings-summary,.settings-inline-controls,.settings-toggle-grid,.settings-store-grid,.settings-store-links{grid-template-columns:1fr}.settings-section{padding:14px}}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@keyframes offers-market-hero-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes material-progress{0%{transform:translate(-120%)}to{transform:translate(240%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;transition-delay:0s!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.skeleton-block:after{animation:none!important}}@media (width<=1400px){.control-band{grid-template-columns:1fr 1fr}.action-row{justify-content:flex-start}}@media (width<=1180px){.preference-grid{grid-template-columns:1fr 1fr}.settings-panel:first-child{grid-column:1/-1}.offer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.app-header,.section-title,.offers-toolbar{flex-direction:column;align-items:flex-start}.section-actions{justify-content:flex-start;width:100%}.offer-tools{justify-content:stretch;width:100%}.weekly-offers-summary{grid-template-columns:1fr;align-items:stretch;display:grid}.weekly-offers-summary .primary-button,.weekly-offers-summary .ghost-button{width:100%;min-width:0}.control-band,.preference-grid,.summary-band,.offer-grid{grid-template-columns:1fr}.control-block--compact{align-items:flex-start}.search-box{box-sizing:border-box;grid-template-columns:auto minmax(0,1fr) auto;width:100%}.sort-control{box-sizing:border-box;grid-template-columns:auto minmax(0,1fr);width:100%}.range-grid{grid-template-columns:1fr}.main-tab-bar{scroll-snap-type:x proximity;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.main-tab{scroll-snap-align:start;flex:none}.main-tab-bar::-webkit-scrollbar{display:none}}@media (width<=520px){.app-shell{--app-shell-edge-inline:max(12px, env(safe-area-inset-left,12px));--app-shell-edge-inline-end:max(12px, env(safe-area-inset-right,12px));--app-shell-edge-top:max(8px, env(safe-area-inset-top,8px));--app-shell-edge-bottom:max(14px, env(safe-area-inset-bottom,14px))}.app-header{padding-top:8px}.app-header h1{font-size:30px}.source-pill{white-space:nowrap;min-height:36px;padding:0 10px;font-size:12px}.source-pill span{text-overflow:ellipsis;white-space:nowrap;max-width:170px;display:inline-block;overflow:hidden}.main-tab{flex:none;min-height:44px}.control-band,.settings-panel,.menu-panel,.weekly-offers-tab,.side-panel,.offers-panel{padding:12px}.weekly-offers-tab>.offers-panel{padding:0}.segmented button,.filter-row button,.store-toggle{flex:calc(50% - 8px);padding:0 8px}.store-toggle{width:auto}.action-row{grid-template-columns:1fr;width:100%;display:grid}.ghost-button,.primary-button,.stepper button,.icon-button,.check-button{width:100%;min-height:44px}.section-actions .date-input{flex:136px;min-width:0}}@media (width<=430px){.app-header h1{font-size:28px}.main-tab{padding:0 12px}.main-tab svg{width:15px;height:15px}.section-title h2,.offers-toolbar h2{font-size:24px}.metric strong{font-size:18px}.metric{min-height:68px}.offer-card p{white-space:normal}}@media print{@page{margin:12mm}*{box-shadow:none!important}body{background:#fff}.app-shell{color:#111827;background:#fff;min-height:auto}.app-header,.summary-band{width:100%;margin:0}.app-header{border-bottom:1px solid #cbd5e1;padding:0 0 10px}.app-header h1{font-size:30px}.source-pill,.control-band,.preference-grid,.notice,.section-actions,.offers-panel,.planning-hint{display:none!important}.summary-band{grid-template-columns:repeat(5,1fr);gap:6px;padding:10px 0;display:grid}.metric,.menu-panel,.side-panel{background:#fff;border:1px solid #cbd5e1}.metric{padding:8px}.metric svg{display:none}.menu-panel,.side-panel{padding:10px}.steps{font-size:12px}.tag-row{gap:4px}.product-visual--compact{border-radius:4px;width:24px;height:24px}.product-visual--compact span{width:18px;height:18px;font-size:9px}}.like-card__summary:before{content:"Basis: "}.app-shell.app-shell--dark .tag-row span{border:1px solid var(--app-shell-border);background:var(--app-shell-surface-soft);color:var(--app-shell-text)}.app-shell--dark .product-visual span{color:inherit;background:#ffffff1a}html,body,html.is-dark-mode,body.is-dark-mode{background:var(--bg);color:var(--black)}.app-shell,.app-shell.app-shell--dark{box-sizing:border-box;background:var(--bg);width:100%;max-width:1400px;min-height:100svh;color:var(--black);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-body);grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;margin:0 auto;padding:40px;display:grid;position:relative;overflow-x:hidden}.app-shell.app-shell--dark *{color:inherit}.app-shell .app-header,.app-shell.app-shell--dark .app-header{border:var(--border-thick);background:var(--blue);width:100%;max-width:none;color:var(--surface);box-shadow:var(--shadow-hard);border-radius:0;grid-column:1/-1;justify-content:space-between;align-items:center;gap:32px;margin:0 0 40px;padding:32px;display:flex;position:relative}.app-shell .app-header h1,.app-shell.app-shell--dark .app-header h1{color:var(--surface);font-family:var(--font-display);letter-spacing:0;text-transform:uppercase;margin:0;font-size:48px;font-weight:900;line-height:1}.app-header .eyebrow{display:none}.search-bar{border:var(--border-thick);background:var(--surface);width:min(400px,42vw);min-width:280px;min-height:68px;color:var(--black);grid-template-columns:minmax(0,1fr) 58px;margin-left:auto;display:grid;box-shadow:inset 4px 4px #0000001a}.search-bar input{width:100%;min-width:0;color:var(--black);letter-spacing:0;text-transform:uppercase;background:0 0;border:0;outline:0;padding:0 24px;font-size:24px;font-weight:900}.search-bar input::placeholder{color:var(--black);opacity:1}.search-submit,.app-shell.app-shell--dark .search-submit{border:0;border-left:var(--border-thick);background:var(--black);width:58px;min-width:58px;height:100%;color:var(--surface);border-radius:0;place-items:center;display:inline-grid}.search-submit svg{stroke-width:4px;width:26px;height:26px}.main-tab-bar[hidden]{display:none!important}.status-banner,.notice{grid-column:1/-1}.offer-sidebar{grid-column:1/4;align-self:start;min-width:0}.filters{flex-direction:column;gap:16px;display:flex}.filters button,.app-shell.app-shell--dark .filters button{border:var(--border-thick);background:var(--surface);width:100%;min-height:76px;color:var(--black);box-shadow:var(--shadow-soft);letter-spacing:0;text-align:left;text-transform:uppercase;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;font-size:24px;font-weight:900;line-height:1;transition:transform .1s,box-shadow .1s;display:inline-flex}.filters button:hover{box-shadow:6px 6px 0 var(--black);transform:translate(-2px,-2px)}.filters button:active{box-shadow:0 0 0 var(--black);transform:translate(4px,4px)}.filters button.is-active,.app-shell.app-shell--dark .filters button.is-active{background:var(--black);color:var(--surface)}.filters button small{border:var(--border-thick);background:var(--surface);min-width:36px;height:36px;color:var(--black);place-items:center;padding:0 8px;font-size:14px;font-weight:900;display:inline-grid}.facet-panel,.app-shell.app-shell--dark .facet-panel{border:var(--border-thick);background:var(--surface);min-width:0;color:var(--black);box-shadow:var(--shadow-soft);border-radius:0;gap:18px;margin-top:24px;padding:20px;display:grid}.facet-panel__heading{border-bottom:var(--border-thick);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-width:0;padding-bottom:14px;display:grid}.facet-panel__heading span,.facet-group__title,.facet-select__label{min-width:0;color:var(--black);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:900;line-height:1.1;display:inline-flex}.facet-panel__heading svg,.facet-group__title svg,.facet-select__label svg,.facet-reset svg{stroke-width:3px;flex:none;width:16px;height:16px}.facet-panel__heading strong{border:var(--border-thick);background:var(--yellow);min-width:42px;min-height:34px;color:var(--black);place-items:center;padding:0 8px;font-size:14px;font-weight:900;display:inline-grid}.facet-reset,.app-shell.app-shell--dark .facet-reset{border:var(--border-thick);background:var(--black);min-height:34px;color:var(--surface);text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.facet-select{gap:8px;min-width:0;display:grid}.facet-select__control{min-width:0;display:block;position:relative}.facet-select select,.app-shell.app-shell--dark .facet-select select{appearance:none;border:var(--border-thick);background:var(--surface);width:100%;min-width:0;min-height:52px;color:var(--black);cursor:pointer;letter-spacing:0;text-overflow:ellipsis;text-transform:uppercase;border-radius:0;padding:0 46px 0 12px;font-size:14px;font-weight:900;line-height:1.1;display:block;box-shadow:inset 4px 4px #0000001a}.facet-select select::-ms-expand{display:none}.facet-select__control>svg{width:18px;height:18px;color:var(--black);pointer-events:none;stroke-width:4px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.facet-select__control:focus-within{outline:2px solid var(--blue);outline-offset:3px}.facet-select__control:focus-within select{background:var(--yellow)}.facet-group{gap:8px;min-width:0;display:grid}.facet-button-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.facet-button-grid button,.app-shell.app-shell--dark .facet-button-grid button{border:var(--border-thick);min-width:0;min-height:42px;color:var(--black);text-align:center;text-transform:uppercase;background:#f7fafc;border-radius:0;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:900;line-height:1.05;display:inline-flex}.facet-button-grid button.is-active,.app-shell.app-shell--dark .facet-button-grid button.is-active{background:var(--blue);color:var(--surface)}.sidebar-controls{gap:16px;min-width:0;margin-bottom:18px;display:grid}.sidebar-controls .segmented,.sidebar-controls .store-switch-grid{grid-template-columns:1fr;gap:12px;margin:0;display:grid}.sidebar-controls .segmented button,.sidebar-controls .store-switch-grid button,.sidebar-controls .sort-control,.sidebar-controls .primary-button,.sidebar-controls .source-pill,.app-shell.app-shell--dark .sidebar-controls .segmented button,.app-shell.app-shell--dark .sidebar-controls .store-switch-grid button,.app-shell.app-shell--dark .sidebar-controls .sort-control,.app-shell.app-shell--dark .sidebar-controls .primary-button,.app-shell.app-shell--dark .sidebar-controls .source-pill{border:var(--border-thick);background:var(--surface);width:100%;min-width:0;min-height:52px;color:var(--black);box-shadow:var(--shadow-soft);letter-spacing:0;text-transform:uppercase;border-radius:0;font-size:14px;font-weight:900}.sidebar-controls .segmented button.is-active,.sidebar-controls .store-switch-grid button.is-active,.app-shell.app-shell--dark .sidebar-controls .segmented button.is-active,.app-shell.app-shell--dark .sidebar-controls .store-switch-grid button.is-active{background:var(--black)!important;color:var(--surface)!important}.sidebar-controls .segmented button:disabled,.sidebar-controls .store-switch-grid button:disabled{opacity:.55;cursor:not-allowed}.sidebar-controls .sort-control{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;display:grid}.sidebar-controls .sort-control select{width:100%;min-width:0;color:inherit;font:inherit;text-transform:none;background:0 0;border:0}.sidebar-controls .source-pill{white-space:normal;text-align:center;justify-content:center;padding:0 12px;display:inline-flex}.sidebar-controls .store-switch-grid .store-toggle__label{width:100%;min-width:0;height:auto;color:inherit;font-size:inherit;text-overflow:ellipsis;white-space:nowrap;background:0 0;border-radius:0;line-height:1.1;display:block;overflow:hidden}.sidebar-controls .source-pill span{text-overflow:clip;white-space:normal;max-width:none;overflow:visible}.source-link-button{padding:0 12px;text-decoration:none}.offer-results{grid-column:4/-1;gap:40px;min-width:0;display:grid}.offer-results.offers-panel,.app-shell.app-shell--dark .offer-results.offers-panel{width:auto;max-width:none;box-shadow:none;background:0 0;border:0;margin:0;padding:0}.offer-results>.offers-search-summary{display:none}.offer-results>.offers-panel,.offer-results>.offers-panel--cards-only,.app-shell.app-shell--dark .offer-results>.offers-panel{background:0 0;border:0;width:100%;max-width:none;margin:0;padding:0}.offers-panel--cards-only .offers-result-count{color:var(--black);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:14px;font-weight:900}.offer-grid,.offers-panel--cards-only .offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;display:grid}.offer-card,.app-shell.app-shell--dark .offer-card{border:var(--border-thick);background:var(--surface);min-width:0;min-height:440px;color:var(--black);box-shadow:var(--shadow-hard);border-radius:0;flex-direction:column;padding:32px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:visible}.offer-card:hover{box-shadow:var(--shadow-hover);transform:translate(-4px,-4px)}.offer-card--clickable{cursor:pointer}.offer-card--clickable:focus-visible{outline:4px solid var(--blue);outline-offset:4px}.offer-card__badge,.app-shell.app-shell--dark .offer-card__badge{z-index:2;border:var(--border-thick);background:var(--red);max-width:min(260px,100% - 24px);color:var(--surface);box-shadow:var(--shadow-soft);letter-spacing:0;text-align:center;text-transform:uppercase;padding:8px 16px;font-size:18px;font-weight:900;line-height:1.1;position:absolute;top:-16px;right:-16px}.offer-card>.product-visual,.app-shell.app-shell--dark .offer-card>.product-visual{border:var(--border-thick);height:200px;min-height:200px;color:var(--black);background:#eee;border-radius:0;justify-content:center;align-items:center;margin:0 0 24px;display:flex;overflow:hidden}.offer-card>.product-visual img{object-fit:contain;background:#eee;width:100%;height:100%;padding:14px}.offer-card>.product-visual span{width:96px;height:96px;color:var(--black);background:0 0;border:0;place-items:center;font-size:42px;font-weight:900;display:inline-grid}.offer-card__body{flex-direction:column;flex:1;gap:0;min-width:0;padding:0;display:flex}.offer-card__meta{display:none}.offer-card h2,.offer-card h3,.offer-card h4,.offer-card__title,.app-shell.app-shell--dark .offer-card h2,.app-shell.app-shell--dark .offer-card h3,.app-shell.app-shell--dark .offer-card h4,.app-shell.app-shell--dark .offer-card__title{min-height:0;color:var(--black);letter-spacing:0;text-transform:uppercase;-webkit-line-clamp:unset;margin:0 0 18px;font-size:32px;font-weight:900;line-height:1.1;display:block;overflow:visible}.offer-card p{color:#555;letter-spacing:0;text-transform:uppercase;white-space:normal;margin:0 0 18px;font-size:14px;font-weight:900}.offer-card .price-line{border-top:var(--border-thick);justify-content:space-between;align-items:baseline;gap:16px;margin-top:auto;padding-top:24px;display:flex}.offer-card .price-line__old,.offer-card .price-line span:not(.price-line__new){color:#888;font-size:24px;font-weight:900;line-height:1;text-decoration:line-through}.offer-card .price-line__new,.offer-card .price-line strong{color:var(--blue);letter-spacing:0;white-space:nowrap;margin-left:auto;font-size:48px;font-weight:900;line-height:1}.offer-card .discount-line{display:none}.offers-show-more,.app-shell.app-shell--dark .offers-show-more{border:var(--border-thick);background:var(--surface);min-height:60px;color:var(--black);box-shadow:var(--shadow-soft);text-transform:uppercase;border-radius:0;margin-top:24px;font-size:18px;font-weight:900}.modal-overlay{z-index:1000;background:#00000094;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.modal-content,.app-shell.app-shell--dark .modal-content{border:var(--border-thick);background:var(--surface);width:min(980px,100%);max-height:min(860px,100vh - 48px);color:var(--black);box-shadow:var(--shadow-hard);border-radius:0;position:relative;overflow:auto}.modal-close,.app-shell.app-shell--dark .modal-close{z-index:2;border:var(--border-thick);background:var(--surface);width:48px;height:48px;color:var(--black);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:0;place-items:center;display:inline-grid;position:absolute;top:16px;right:16px}.modal-close svg{width:24px;height:24px}.modal-grid{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:32px;padding:32px;display:grid}.modal-image-col{min-width:0}.modal-img-wrapper,.app-shell.app-shell--dark .modal-img-wrapper{border:var(--border-thick);background:#eee;min-height:320px;display:grid}.modal-img-wrapper .product-visual{background:0 0;border:0;border-radius:0;width:100%;height:100%;min-height:320px}.modal-img-wrapper .product-visual img{object-fit:contain;width:100%;height:100%;padding:18px}.modal-details-col{flex-direction:column;gap:18px;min-width:0;padding-right:48px;display:flex}.modal-store-badge,.modal-discount-badge,.offer-comparison__store span{border:var(--border-thick);background:var(--yellow);max-width:100%;color:var(--black);text-transform:uppercase;align-self:flex-start;padding:6px 10px;font-size:12px;font-weight:900;line-height:1.1;display:inline-flex}.modal-details-col h2,.app-shell.app-shell--dark .modal-details-col h2{color:var(--black);letter-spacing:0;text-transform:uppercase;margin:0;font-size:36px;font-weight:900;line-height:1.05}.modal-unit{color:#555;text-transform:uppercase;margin:0;font-size:15px;font-weight:900}.modal-pricing-box{border:var(--border-thick);background:#fff;justify-content:space-between;align-items:flex-end;gap:16px;padding:18px;display:flex}.modal-prices{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.modal-old-price{color:#888;font-size:24px;font-weight:900;text-decoration:line-through}.modal-new-price{color:var(--blue);font-size:48px;font-weight:900;line-height:1}.modal-unit-price{color:#333;font-size:15px;font-weight:800}.info-label{text-transform:uppercase;font-weight:900}.offer-comparison{gap:14px;display:grid}.offer-comparison__heading{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.offer-comparison__heading small{color:#555;text-align:right;font-size:12px;font-weight:800;line-height:1.35}.offer-comparison__rows{gap:10px;display:grid}.offer-comparison__row,.app-shell.app-shell--dark .offer-comparison__row{border:var(--border-thick);background:#fff;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:82px;padding:12px;display:grid}.offer-comparison__row.is-selected{background:#f5f2a8}.offer-comparison__row.is-unavailable{opacity:.72}.offer-comparison__store{gap:6px;min-width:0;display:grid}.offer-comparison__store strong{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:16px;font-weight:900;overflow:hidden}.offer-comparison__price{justify-items:end;gap:3px;min-width:118px;display:grid}.offer-comparison__price span{color:#888;font-size:13px;font-weight:900;text-decoration:line-through}.offer-comparison__price strong{color:var(--blue);font-size:24px;font-weight:900;line-height:1}.offer-comparison__price small{color:#555;text-align:right;font-size:11px;font-weight:800}.offer-comparison__missing{color:#555;text-align:right;text-transform:uppercase;grid-column:span 2;font-size:13px;font-weight:900}.modal-store-link,.modal-buy-btn,.app-shell.app-shell--dark .modal-store-link,.app-shell.app-shell--dark .modal-buy-btn{border:var(--border-thick);background:var(--blue);min-height:44px;color:var(--surface);box-shadow:var(--shadow-soft);text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.modal-store-link svg,.modal-buy-btn svg{width:16px;height:16px}.modal-store-link--disabled,.app-shell.app-shell--dark .modal-store-link--disabled{color:#555;box-shadow:none;background:#ddd}.modal-buy-btn,.app-shell.app-shell--dark .modal-buy-btn{background:var(--red);min-height:58px;margin-top:4px;font-size:16px}.page-loading-state,.app-shell.app-shell--dark .page-loading-state,.offers-empty-state,.app-shell.app-shell--dark .offers-empty-state{border:var(--border-thick);background:var(--surface);min-height:320px;color:var(--black);box-shadow:var(--shadow-hard);text-align:center;border-radius:0;place-content:center;padding:32px;display:grid}.page-loading-state strong,.offers-empty-state strong{color:var(--black);text-transform:uppercase;font-size:28px;font-weight:900}.page-loading-state span,.offers-empty-state span{color:#555;font-weight:900}.skeleton-block{color:#0000;background:#e3e9ef;border-radius:6px;display:block;position:relative;overflow:hidden}.skeleton-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.45s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.app-shell--dark .skeleton-block,.app-shell.app-shell--dark .skeleton-block{background:#25372f}.app-shell--dark .skeleton-block:after,.app-shell.app-shell--dark .skeleton-block:after{background:linear-gradient(90deg,#0000,#ffffff1f,#0000)}.page-loading-state.page-loading-state--skeleton,.app-shell.app-shell--dark .page-loading-state.page-loading-state--skeleton{place-content:initial;min-height:0;box-shadow:none;text-align:left;background:0 0;border:0;gap:16px;padding:0;display:grid}.filter-count-skeleton{border-radius:4px;width:16px;height:14px}.facet-count-skeleton{border-radius:4px;width:20px;height:16px}.facet-select__control--skeleton{border:var(--border-thick);background:var(--surface);min-height:52px;box-shadow:inset 4px 4px #0000001a}.facet-select-skeleton{border-radius:999px;height:16px;position:absolute;top:50%;left:12px;right:46px;transform:translateY(-50%)}.page-loading-offer-grid{width:100%}.offer-card.offer-card--skeleton{pointer-events:none;transition:none}.offer-card.offer-card--skeleton:hover{box-shadow:var(--shadow-hard);transform:none}.offer-card-skeleton__badge{background:#e0e6ed;border-radius:6px;width:min(176px,100% - 24px);height:38px;padding:0}.offer-card--skeleton>.offer-card-skeleton__visual,.app-shell.app-shell--dark .offer-card--skeleton>.offer-card-skeleton__visual{border:var(--border-thick);background:#edf2f6;border-radius:0;width:100%;height:200px;min-height:200px;margin:0 0 24px}.offer-card-skeleton__body{gap:12px}.offer-card-skeleton__title{border-radius:8px;width:88%;height:70px}.offer-card-skeleton__line{border-radius:999px;width:58%;height:16px}.offer-card-skeleton__line--wide{width:78%}.offer-card-skeleton__price-line{border-top:var(--border-thick);justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:24px;display:flex}.offer-card-skeleton__old-price{border-radius:999px;width:88px;height:24px}.offer-card-skeleton__new-price{border-radius:8px;width:132px;height:48px}.offer-comparison__row--skeleton,.app-shell.app-shell--dark .offer-comparison__row--skeleton{opacity:1}.offer-comparison-skeleton__chip{border:var(--border-thick);border-radius:6px;width:112px;height:28px}.offer-comparison__price--skeleton{align-items:end}.offer-comparison-skeleton__old-price{border-radius:999px;width:64px;height:13px}.offer-comparison-skeleton__price{border-radius:6px;width:86px;height:24px}.offer-comparison-skeleton__unit{border-radius:999px;width:118px;max-width:100%;height:11px}.offer-comparison-skeleton__button{border:var(--border-thick);border-radius:6px;width:86px;height:44px}.app-shell.app-shell--dark .offer-card-skeleton__badge,.app-shell.app-shell--dark .offer-card--skeleton>.offer-card-skeleton__visual,.app-shell.app-shell--dark .offer-comparison-skeleton__chip,.app-shell.app-shell--dark .offer-comparison-skeleton__button,.app-shell.app-shell--dark .facet-select__control--skeleton{border-color:var(--app-shell-border);background:#25372f}.brutal-fab,.app-shell.app-shell--dark .brutal-fab{z-index:20;border:var(--border-thick);background:var(--black);width:80px;height:80px;color:var(--surface);box-shadow:var(--shadow-hard);border-radius:50%;flex:none;place-items:center;transition:transform .1s,box-shadow .1s;display:inline-grid;position:static}.brutal-fab svg{stroke-width:4px;width:38px;height:38px}.brutal-fab:active{box-shadow:var(--shadow-soft);transform:translate(4px,4px)}.settings-page,.app-shell.app-shell--dark .settings-page{border:var(--border-thick);background:var(--surface);width:100%;max-width:none;color:var(--black);box-shadow:var(--shadow-hard);border-radius:0;grid-column:1/-1;margin:0;padding:32px}.settings-page .section-title{border-bottom:var(--border-thick)}.settings-page h2,.settings-page h3{color:var(--black);letter-spacing:0;text-transform:uppercase;font-weight:900}.legal-footer{color:var(--black);grid-column:1/-1;font-weight:900}@media (width<=1180px){.app-shell,.app-shell.app-shell--dark{padding:32px}.app-shell .app-header{margin-bottom:28px}.offer-card{padding:28px}.offer-card h3,.offer-card h4,.offer-card__title{font-size:28px}.offer-card .price-line__new,.offer-card .price-line strong{font-size:42px}}@media (width<=900px){.app-shell,.app-shell.app-shell--dark{grid-template-columns:1fr;gap:24px;padding:24px}.app-shell .app-header,.app-shell.app-shell--dark .app-header,.offer-sidebar,.offer-results,.settings-page,.legal-footer,.status-banner,.notice{grid-column:1/-1}.app-shell .app-header{flex-direction:column;align-items:stretch;gap:24px;margin-bottom:0}.search-bar{width:100%;min-width:0}.filters{scroll-snap-type:x proximity;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;padding-bottom:8px;display:grid;overflow-x:auto}.filters button{scroll-snap-align:start;min-height:68px}.facet-panel{margin-top:16px}.facet-button-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sidebar-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-controls .source-pill,.sidebar-controls .source-link-button{grid-column:1/-1}.brutal-fab{width:64px;height:64px;box-shadow:var(--shadow-soft);position:absolute;top:32px;bottom:auto;right:32px}.brutal-fab svg{width:34px;height:34px}.offer-grid,.offers-panel--cards-only .offer-grid{grid-template-columns:1fr}.modal-overlay{padding:16px}.modal-grid{grid-template-columns:1fr;gap:22px;padding:22px}.modal-details-col{padding-right:0}.modal-close{top:12px;right:12px}.modal-img-wrapper,.modal-img-wrapper .product-visual{min-height:240px}.modal-details-col h2{padding-right:56px;font-size:30px}.offer-comparison__row{grid-template-columns:minmax(0,1fr) auto}.offer-comparison__price{min-width:96px}.offer-comparison__row .modal-store-link,.offer-comparison__missing,.offer-comparison__row--skeleton .offer-comparison-skeleton__button{text-align:center;grid-column:1/-1;justify-self:stretch}.offer-comparison__row--skeleton .offer-comparison-skeleton__button{width:100%}}@media (width<=560px){.app-shell,.app-shell.app-shell--dark{padding:16px}.app-shell .app-header{padding:24px}.app-shell .app-header h1{font-size:34px}.search-bar{min-height:58px}.search-bar input{padding:0 16px;font-size:20px}.sidebar-controls{grid-template-columns:1fr}.facet-panel{padding:16px}.facet-panel__heading{grid-template-columns:minmax(0,1fr) auto}.facet-reset{grid-column:1/-1}.facet-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-card{min-height:0;padding:22px}.offer-card__badge{max-width:calc(100% - 16px);font-size:15px;right:-8px}.offer-card>.product-visual{height:180px;min-height:180px}.offer-card h3,.offer-card h4,.offer-card__title{font-size:26px}.offer-card .price-line{align-items:flex-end}.offer-card .price-line__old,.offer-card .price-line span:not(.price-line__new){font-size:20px}.offer-card .price-line__new,.offer-card .price-line strong{font-size:40px}.modal-content{max-height:calc(100vh - 24px)}.modal-pricing-box,.offer-comparison__heading{flex-direction:column;align-items:stretch}.offer-comparison__heading small{text-align:left}.modal-new-price{font-size:42px}.brutal-fab{width:48px;height:48px;box-shadow:var(--shadow-soft);position:absolute;top:30px;bottom:auto;right:24px}.brutal-fab svg{width:26px;height:26px}}@media (width<=390px){.app-shell .app-header h1{font-size:30px}.offer-card .price-line{flex-wrap:wrap}.offer-card .price-line__new,.offer-card .price-line strong{text-align:right;width:100%;margin-left:0}}
