:root{--bg: #f2f3f5;--surface: #ffffff;--text: #111111;--muted: #6b7280;--brand: #2c3847;--accent: #ff6b35;--chip-bg: #eef2f7;--chip-text: #1f2937;--border: #e5e7eb;--star: #f59e0b;--topbar-h: 64px;--category-nav-h: 44px;--mobile-bottom-nav-h: 56px;--rail-w: 300px;--basket-w: 130px;--max-content-width: 1440px;--price: #e63946;--yellow: #ffd23f;--z-base: 1;--z-topbar: 50;--z-basket: 100;--z-modal-backdrop: 900;--z-autocomplete-backdrop: 999;--z-autocomplete: 1000;--z-cart-nav: 1001;--z-mobile-cta: 1100;--z-modal: 1500;--z-toast: 2000;--z-dragging: 10000;--surface-elevated: #ffffff;--input-bg: #ffffff;--input-border: #ccc;--hover-bg: #f5f5f5;--img-container-bg: #ffffff;--shadow-color: rgba(0,0,0,.08);--focus-ring: #111111;--scrollbar-thumb: #c1c1c1;--scrollbar-track: transparent}[data-theme=dark]{color-scheme:dark;--bg: #1c2028;--surface: #252a34;--text: #c9d1d9;--muted: #8b949e;--brand: #161b22;--accent: #ff6b35;--chip-bg: #2d333b;--chip-text: #adbac7;--border: #373e47;--star: #f59e0b;--price: #ff7b72;--yellow: #ffd23f;--surface-elevated: #2d333b;--input-bg: #252a34;--input-border: #444c56;--hover-bg: #2d333b;--img-container-bg: #252a34;--shadow-color: rgba(0,0,0,.3);--focus-ring: #c9d1d9;--scrollbar-thumb: #484f58;--scrollbar-track: #1c2028}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font:14px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);overflow-x:hidden;padding-bottom:calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom,0px))}@media (min-width: 768px){body{padding-bottom:0}}:focus-visible{outline:2px solid #111;outline-offset:2px}.topbar{position:relative;z-index:var(--z-topbar);height:var(--topbar-h);background:var(--brand);color:#fff;display:grid;grid-template-columns:auto 1fr auto auto;gap:8px;align-items:center;padding:6px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.logo{font-size:30px;font-weight:800;letter-spacing:-.3px;padding:2px 8px;border-radius:4px;cursor:pointer;transition:background .15s ease}.logo:hover{background:#ffffff14}.logo .tld{color:var(--accent);font-size:20px}.test-mode-badge{background:linear-gradient(to bottom,#ff9500,#ff7800);color:#000;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-left:8px;box-shadow:0 1px 3px #0000004d;animation:test-mode-pulse 2s ease-in-out infinite}@keyframes test-mode-pulse{0%,to{opacity:1}50%{opacity:.8}}.nav-right{display:flex;gap:0;align-items:stretch;flex-shrink:0}.nav-item{display:flex;flex-direction:column;justify-content:center;padding:6px 10px;border-radius:4px;cursor:pointer;line-height:1.2;transition:background .15s ease}.nav-item:hover{background:#ffffff14}.nav-item .top{font-size:11px;color:#ccc;font-weight:400}.nav-item .bottom{font-size:14px;font-weight:700;white-space:nowrap}.lang-selector{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:4px;cursor:pointer;position:relative;transition:background .15s ease}.lang-selector:hover{background:#ffffff14}.lang-selector .flag{font-size:18px}.lang-selector .lang{font-size:14px;font-weight:700}.lang-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:4px;z-index:100;min-width:120px}.lang-dropdown .lang-option{padding:10px 16px;cursor:pointer;color:#111;font-size:14px;border-bottom:1px solid var(--border)}.lang-dropdown .lang-option:last-child{border-bottom:none}.lang-dropdown .lang-option:hover{background:#f3f3f3}.lang-dropdown .lang-option.active{background:#e8f4f8;font-weight:700}.account-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:4px;display:none;z-index:100;min-width:280px;padding:16px}.nav-item:hover .account-dropdown{display:block}.account-dropdown .signin-btn{background:#ff6b35;border:1px solid #e55a2b;border-radius:3px;color:#fff;font-size:13px;font-weight:400;padding:8px;width:100%;cursor:pointer;text-align:center;display:block;text-decoration:none;box-shadow:0 1px 3px #00000026}.account-dropdown .signin-btn:hover{background:#e55a2b}.account-dropdown .new-customer{text-align:center;font-size:13px;margin-top:12px;padding-bottom:16px;border-bottom:1px solid var(--border);color:#111}.account-dropdown .new-customer a{color:#007185;text-decoration:none}.account-dropdown .new-customer a:hover{color:#c7511f;text-decoration:underline}.account-dropdown .dropdown-header{padding:16px 0 8px;font-size:16px;font-weight:700;color:#111}.account-dropdown .dropdown-section{padding:0}.account-dropdown .dropdown-item{padding:6px 0;cursor:pointer;color:#111;font-size:13px;display:block;text-decoration:none}.account-dropdown .dropdown-item:hover{color:#c7511f;text-decoration:underline}.cart-nav{display:flex;align-items:flex-end;gap:4px;padding:6px 8px;border-radius:4px;cursor:pointer;position:relative;z-index:var(--z-cart-nav);transition:background .15s ease}.cart-nav:hover{background:#ffffff14}.cart-nav.drop-zone-active{background:#ffc10733;border-radius:8px;box-shadow:inset 0 0 0 2px #ffc107}.cart-nav.drop-zone-active .label{color:#ffc107;font-weight:600}.cart-nav .cart-icon{width:40px;height:32px;position:relative;margin-bottom:-4px;margin-left:-10px}.cart-nav .cart-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:2.5}.cart-nav .label{font-size:13px;font-weight:700;margin-bottom:2px;line-height:1.1}.cart-nav .badge-top{position:absolute;top:2px;left:14px;background:var(--accent);color:#111;border-radius:999px;padding:0 6px;font-weight:800;font-size:14px;line-height:20px;min-width:20px;text-align:center;transition:transform .3s ease}.cart-nav .badge-top.pulse{animation:badge-pulse .6s ease}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.burger,.mobile-signin{display:none}.searchbar{display:flex;align-items:stretch;background:#fff;border-radius:4px;overflow:visible}.search{display:flex;align-items:center;flex:1;padding:0 8px;position:relative}.search input{border:0;outline:0;flex:1;font-size:16px;padding:8px 4px}.search-btn{background:var(--accent);color:#111;border:0;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-btn .icon{font-size:20px}.search-mic-btn{background:transparent;border:none;padding:0 6px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#666;transition:color .15s ease}.search-mic-btn:hover{color:#ff9800}.search-mic-btn.listening{color:#e53935;animation:mic-pulse 1s ease-in-out infinite}.search-mic-btn svg{width:18px;height:18px}@keyframes mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.shell{padding:0 16px 12px;display:grid;gap:16px;grid-template-columns:var(--rail-w) 1fr;max-width:var(--max-content-width);margin:0 auto}.filters{align-self:start;position:sticky;top:12px}@media (max-width: 1024px){.shell{grid-template-columns:1fr}.filters{display:none}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:12px}.panel+.panel{margin-top:4px}.panel .h{display:flex;align-items:center;justify-content:space-between;font-weight:800;margin-bottom:8px}.muted{color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips--stacked{flex-direction:column}.chip{background:var(--chip-bg);color:var(--chip-text);border:1px solid var(--border);border-radius:999px;padding:6px 10px;cursor:pointer;font-weight:600;font-size:12px}.chip.active{background:#111;color:#fff;border-color:#111}.check{display:flex;align-items:center;gap:8px;margin:6px 0}.facet-item{display:flex;align-items:center;gap:8px;margin:6px 0;cursor:pointer;font-size:13px;padding:4px 0}.facet-item input[type=checkbox]{cursor:pointer;width:16px;height:16px}.facet-item:hover{background:#f9f9f9}.facet-item .count{color:var(--muted);font-size:12px;margin-left:auto}.link{border:0;background:transparent;color:#2563eb;padding:0;cursor:pointer;font-weight:600;font-size:12px}.toolbar{position:relative;z-index:40;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 16px;max-width:var(--max-content-width);margin:0 auto}.toolbar:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:100vw;height:100%;top:0;background:#f8f9fa;border-bottom:1px solid #eee;z-index:-1}.main{min-height:80vh;margin-top:12px;min-width:0}.toolbar .left{display:flex;gap:12px;align-items:center}.toolbar .left #count{font-size:12px;font-weight:400;color:#666}.toolbar .left .meta{display:none}.toolbar .right{display:flex;gap:8px;align-items:center}.toolbar .sort-label{font-size:12px;font-weight:400;color:#565959}.toolbar #sort{border:1px solid #d5d9d9;background:#f0f2f2;color:#0f1111;border-radius:8px;padding:6px 8px 6px 10px;cursor:pointer;font-size:13px;font-weight:400;box-shadow:0 2px 5px #d5d9d980}.toolbar #sort:hover{background:#e3e6e6;border-color:#d5d9d9}.btn{border:1px solid var(--border);background:#fff;color:#111;border-radius:6px;padding:6px 10px;cursor:pointer;font-weight:700}.btn.primary{background:var(--accent);color:#fff;border-color:#e55a2b}.btn.add{background:coral;border:none;border-radius:999px;color:#fff;box-shadow:0 2px 5px #00000026;font-weight:500;padding:8px 16px;transition:all .15s ease}.btn.add:hover{background:#ff6a3d}.btn.add:active{background:#e55a2b;box-shadow:0 1px 3px #0003}.active-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pill{background:#111;color:#fff;border-radius:999px;padding:6px 10px;font-weight:700;font-size:12px;display:inline-flex;gap:8px;align-items:center}.pill .x{cursor:pointer;opacity:.9}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;min-height:300px}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state-title{font-size:20px;font-weight:700;color:#0f1111;margin:0 0 8px}.empty-state-text{font-size:14px;color:#565959;margin:0 0 20px;max-width:320px}.pager{display:flex;justify-content:center;gap:6px;margin:10px 0}.pager .btn{min-width:32px}.btn.current{background:#111;color:#fff;border-color:#111}.product{background:#fff;border:1px solid var(--border);border-radius:6px;padding:10px;display:flex;flex-direction:column;gap:8px;transition:transform .3s ease,box-shadow .3s ease;position:relative;height:100%}.product:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0000001f}.product.is-dragging{position:fixed!important;z-index:var(--z-dragging)!important;pointer-events:none}.thumb{width:100%;height:180px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-weight:800}.p-title{font-weight:700;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.mobile-filterbar{display:none}.p-brand{color:var(--muted);font-size:12px}.p-stars{color:var(--star);font-size:12px}.p-main{display:flex;flex-direction:column;gap:4px}.p-meta{color:#374151;font-size:13px;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.p-delivery{margin-top:2px}.p-delivery-free{color:#067d62;font-weight:600}.p-price{font-weight:900;margin:6px 0}.price{display:flex;align-items:flex-start;gap:2px}.price .currency{font-size:14px;font-weight:600;margin-top:2px}.price .whole{font-size:24px;font-weight:700;line-height:1}.price .fraction{font-size:14px;font-weight:600;position:relative;top:-2px}.p-cta{display:flex;align-items:center;gap:8px;margin-top:auto}.small{font-size:12px}.basket{position:fixed;top:0;right:-130px;width:130px;height:100vh;background:#fff;border-left:1px solid var(--border);box-shadow:-4px 0 12px #0000001a;z-index:var(--z-basket);transition:right .3s ease;overflow-y:auto;display:block}.basket.visible{right:0}.basket .close-btn{position:absolute;top:8px;right:8px;background:transparent;border:0;font-size:18px;cursor:pointer;color:#111;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;z-index:101}.basket .close-btn:hover{background:#f0f0f0}.basket .summary{padding:40px 8px 10px}.basket .summary-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:4px}.basket .summary-row .price{color:var(--price);font-weight:600}.basket .summary-row.total-row{border-top:1px solid var(--border);padding-top:8px;margin-top:8px;font-weight:800;font-size:14px}.basket .summary-row.total-row .total-price{color:var(--price);font-size:16px}.basket .free-delivery-badge{color:#16a34a;font-weight:700}.basket .subhead{color:var(--muted);text-align:center;font-size:11px}.basket .subtotal{text-align:center;font-weight:800}.basket .subtotal .price{color:var(--price);font-size:16px;display:block;margin-top:2px}.basket .free-msg{text-align:center;font-size:10px;line-height:1.3;margin-top:6px;color:#16a34a}.basket .free-msg b{font-weight:900}.basket .free-link{text-align:center;margin-top:4px}.basket .free-link a{color:#2563eb;text-decoration:none;font-size:10px}.basket .go{display:block;width:100%;background:#fff;border:1px solid #111;border-radius:999px;padding:6px 8px;font-weight:800;cursor:pointer;margin-top:8px;font-size:11px}.basket .clear-all-btn{display:block;width:100%;background:transparent;border:none;color:#6b7280;cursor:pointer;margin-top:8px;font-size:11px;padding:4px 0;text-decoration:underline}.basket .clear-all-btn:hover{color:#374151}.basket .items{border-top:1px solid var(--border)}.basket .item-block{padding:10px 6px;border-bottom:1px solid var(--border)}.basket .pimg{width:100%;max-width:110px;height:110px;margin:0 auto;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-weight:700;font-size:10px}.basket .pimg.clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.basket .pimg.clickable:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.basket .pimg.clickable:focus{outline:2px solid var(--yellow);outline-offset:2px}.basket .price{color:var(--text);text-align:center;font-weight:900;margin-top:6px;font-size:13px}.basket .price .val{color:var(--price)}.qty-ctrl{margin:6px auto 0;display:grid;grid-auto-flow:column;align-items:center;justify-content:center;gap:6px;border:2px solid var(--yellow);border-radius:999px;padding:4px 8px;width:fit-content}.qty-ctrl .trash,.qty-ctrl .minus,.qty-ctrl .plus{background:transparent;border:0;cursor:pointer;font-size:14px;padding:0;line-height:1}.qty-ctrl .count{font-weight:900;min-width:12px;text-align:center;font-size:12px}.basket .item-block.just-added{animation:itemHighlight 1.5s ease-out}@keyframes itemHighlight{0%{box-shadow:0 0 0 2px #ffc107,0 0 20px #ffc10799;background:#fff8e1e6;transform:scale(1.02)}30%{box-shadow:0 0 0 2px #ffc107,0 0 15px #ffc10766;background:#fff8e199;transform:scale(1.01)}to{box-shadow:none;background:transparent;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.basket .item-block.just-added{animation:none;box-shadow:0 0 0 2px #ffc107;background:#fff8e180}}.sugg{position:absolute;z-index:1000}.sugg .box{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 10px 20px #00000014}.sugg .row{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer}.sugg .row:hover{background:#fafafa}.sugg .match{font-weight:700}.sugg .meta{margin-left:auto;color:var(--muted);font-size:12px}.carousel-wrapper{position:relative;overflow:hidden}.carousel{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;transition:transform .3s ease}.carousel .product{min-width:0}.carousel .thumb{height:140px}.carousel .p-title{font-size:13px;min-height:32px;-webkit-line-clamp:3;line-clamp:3}.carousel .p-cta{flex-direction:column}.carousel .btn{width:100%;font-size:11px;padding:5px 8px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid var(--border);border-radius:4px;width:40px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;box-shadow:0 2px 8px #0000001a;z-index:10}.carousel-nav:hover{background:#fff}.carousel-nav.prev{left:-10px}.carousel-nav.next{right:-10px}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.price-range{margin:0 0 12px}.price-display{font-size:12px;color:#0f1111;font-weight:400;margin-bottom:10px}.price-slider-container{display:flex;align-items:center;gap:8px}.price-slider-wrapper{flex:1;position:relative;padding:0 10px}.price-slider{position:relative;height:2px;background:#d5d9d9;border-radius:1px}.price-slider-track{position:absolute;height:100%;background:#232f3e;border-radius:1px}.price-slider-thumb{position:absolute;width:18px;height:18px;background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 2px 5px #0f111126,0 0 0 4px #fff}.price-slider-thumb:hover{background:linear-gradient(to bottom,#fff,#f0f2f2);box-shadow:0 3px 8px #0f111140,0 0 0 4px #fff;border-color:#007185}.price-slider-thumb:active{cursor:grabbing;background:linear-gradient(to bottom,#e7e9ec,#d5d9d9);box-shadow:0 1px 3px #0f11114d inset,0 0 0 4px #fff;border-color:#007185}.price-go-btn{background:#f0f2f2;border:1px solid #888c8c;border-radius:8px;color:#0f1111;font-size:13px;font-weight:400;padding:4px 12px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 5px #d5d9d980}.price-go-btn:hover{background:#e3e6e6;border-color:#007185}.price-go-btn:active{background:#d5d9d9;box-shadow:0 1px 2px #0f111126 inset}.filters-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:200;display:none;align-items:flex-end}.filters-modal.active{display:flex}.filters-modal-content{background:#fff;width:100%;max-height:calc(85vh - var(--mobile-bottom-nav-h, 56px));overflow:hidden;border-radius:12px 12px 0 0;animation:slideUp .3s ease;display:flex;flex-direction:column;margin-bottom:var(--mobile-bottom-nav-h, 56px)}@keyframes scaleIn{0%{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}.filters-modal-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);padding:16px;display:flex;align-items:center;justify-content:space-between;z-index:10}.filters-modal-header h2{margin:0;font-size:18px;font-weight:700}.filters-modal-close{background:transparent;border:none;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.filters-modal-body{padding:0;flex:1;overflow:hidden;min-height:0}.filters-modal-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--border);padding:12px 16px;display:flex;gap:8px}.filters-modal-footer .btn{flex:1;padding:12px;font-size:14px}.fm-price-section{padding:0 4px}.fm-price-display{font-size:14px;font-weight:600;color:#0f1111;margin-bottom:12px;text-align:center}.fm-price-slider{position:relative;height:24px;margin:8px 0 4px;touch-action:none}.fm-price-track{position:absolute;top:50%;left:0;right:0;height:4px;background:#e7e7e7;border-radius:2px;transform:translateY(-50%)}.fm-price-track-active{position:absolute;top:50%;height:4px;background:#c7511f;border-radius:2px;transform:translateY(-50%)}.fm-price-thumb{position:absolute;top:50%;width:20px;height:20px;background:#fff;border:2px solid #c7511f;border-radius:50%;transform:translate(-50%,-50%);cursor:grab;touch-action:none;box-shadow:0 1px 3px #0003}.fm-price-thumb:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.1)}.fm-price-labels{display:flex;justify-content:space-between;font-size:12px;color:#565959;margin-bottom:12px}.fm-toggles{display:flex;flex-direction:column;gap:12px;padding:4px 0}.fm-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.fm-toggle-label{font-size:14px;color:#0f1111}.fm-toggle{position:relative;width:44px;height:24px;border-radius:12px;background:#ccc;border:none;cursor:pointer;transition:background .2s ease;padding:0}.fm-toggle--on{background:#c7511f}.fm-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 2px #0003}.fm-toggle--on .fm-toggle-thumb{transform:translate(20px)}.filters-split{display:grid;grid-template-columns:160px 1fr;grid-template-rows:minmax(0,1fr);height:100%;max-height:calc(85vh - var(--mobile-bottom-nav-h, 56px) - 112px)}.filters-nav{border-right:1px solid var(--border);background:#f7f7f7;overflow-y:auto;padding:8px 0;overscroll-behavior:contain;min-height:0}.filters-nav .item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:12px;font-weight:700;font-size:14px;color:#0f1111;cursor:pointer;border-left:3px solid transparent;-webkit-user-select:none;user-select:none}.filters-nav .item.active{background:#fff;border-left-color:#007185}.filters-nav .nav-badge{background:#c7511f;color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.filters-content{overflow-y:auto;background:#fff;overscroll-behavior:contain;min-height:0}.filters-content .panel{border:none;border-bottom:1px solid var(--border);margin:0;padding:16px;display:none}.filters-content .panel.active{display:block}.filters-content .panel .h{font-size:16px;padding:4px 0;margin-bottom:8px}.location-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:220;display:none;align-items:center;justify-content:center}.location-modal.active{display:flex}.location-modal-content{background:#fff;width:min(520px,calc(100% - 48px));max-height:80vh;overflow-y:auto;border-radius:12px;box-shadow:0 20px 40px #0003;animation:scaleIn .2s ease;position:relative}.location-modal-header{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px 6px;border-bottom:0}.location-modal-header .title{font-size:20px;font-weight:700}.location-modal .floating-done{position:absolute;top:8px;right:8px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;color:#111;cursor:pointer;line-height:1;box-shadow:0 2px 6px #00000026}.location-modal-body{padding:12px 16px 16px}.location-modal-body .desc{color:#565959;font-size:14px;margin-bottom:8px;line-height:1.4}.location-modal-body .signin{width:100%;background:#ff6b35;border:1px solid #e55a2b;border-radius:28px;color:#fff;box-shadow:0 2px 5px #00000026;font-size:16px;font-weight:700;padding:10px 16px;margin:10px 0 14px;cursor:pointer}.location-modal-body .signin:hover{background:#e55a2b}.location-modal-body .signin:active{background:#cc4a21;box-shadow:0 1px 3px #0003 inset}.location-modal-body .divider{height:1px;background:#e7e9ec;margin:14px 0}.location-modal-body .actions{display:grid;gap:0}.location-modal-body .row{display:flex;align-items:center;gap:10px;background:transparent;border:0;padding:12px 0;font-size:15px;color:#0f1111;cursor:pointer;text-align:left;border-bottom:1px solid #e7e9ec}.location-modal-body .row:last-child{border-bottom:0}.location-modal-body .row .ico{width:28px;height:28px;border-radius:999px;background:#f3f4f6;color:#0f1111;display:inline-flex;align-items:center;justify-content:center}.location-modal-body .row .ico svg{width:16px;height:16px;display:block;stroke-width:2}.mobile-filters-btn{display:none;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid var(--border);border-radius:20px;cursor:pointer;font-size:13px;font-weight:600;position:relative}.mobile-filters-btn .badge{position:absolute;top:-6px;right:-6px;background:#c7511f;color:#fff;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;line-height:1;min-width:18px;text-align:center;display:none}.mobile-filters-btn .badge.active{display:block}.mobile-delivery{display:none;background:#e6f1f8;padding:10px 12px;font-size:13px;align-items:center;gap:8px}.mobile-delivery .icon{display:inline-block;width:18px;height:18px;line-height:0;color:#0f1111}@media (max-width: 1200px){.nav-right .nav-item{display:none}}@media (max-width: 1024px){.basket{display:none!important}.topbar{grid-template-columns:130px 110px 1fr auto auto}.cart-nav{justify-self:end}.cart-nav .label{display:none}body.basket-open .topbar,body.basket-open .toolbar,body.basket-open .shell{margin-right:0}}@media (max-width: 900px){.shell{grid-template-columns:1fr}.filters{display:none!important}}@media (max-width: 768px){:root{--topbar-h: 110px}.location-modal{align-items:flex-end}.location-modal-content{height:300px;max-height:300px;width:calc(100% - 24px);margin:0 12px;overflow:visible;border-radius:22px 22px 0 0;box-shadow:0 -6px 24px #0003;animation:slideUp .25s ease}.location-modal-header{padding:14px 12px 2px}.location-modal-header .title{font-size:20px;line-height:1.2;letter-spacing:-.2px}.location-modal-body{padding:6px 12px 10px;max-height:230px;overflow-y:auto}.location-modal-body .desc{font-size:14px;line-height:1.5}.location-modal-body .signin{font-size:16px;padding:9px 12px;margin:10px 0}.location-modal-body .divider{display:none}.location-modal-body .row{font-size:14px;padding:10px 0}.location-modal-body .row .ico{width:22px;height:22px}.location-modal-body .row .ico svg{width:14px;height:14px}.location-modal.active .floating-done{position:absolute;top:-40px;right:16px;z-index:1000;background:#fff;font-size:13px;border:1px solid #e5e7eb;box-shadow:0 4px 10px #00000026}html,body{overflow-x:hidden}.shell,.main,.grid,.product{max-width:100%}.product{width:100%}.main,.grid,.product{min-width:0}.grid{width:100%}.p-title{word-break:break-word}.price{flex-wrap:wrap}.topbar{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto auto;height:auto;padding:0 8px;gap:8px;column-gap:8px;row-gap:0;align-items:center}.nav-right{display:none}.logo{display:inline-block;grid-row:1;grid-column:1;font-size:27px;padding:2px 6px}.logo .tld{font-size:18px}.mobile-signin{display:inline-flex;grid-row:1;grid-column:2;align-items:center;justify-content:flex-end;gap:8px;color:#fff;font-size:14px;font-weight:600}.mobile-signin-btn{border:none;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;cursor:pointer}.mobile-signin .mi{font-size:22px;opacity:.95}.mobile-lang{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0000001a;color:#fff;font-size:11px;cursor:pointer}.mobile-lang .flag{font-size:14px}.mobile-lang .code{font-weight:700}.cart-nav{grid-row:1;grid-column:3}.searchbar{grid-row:2;grid-column:1 / span 3}.search input{font-size:16px;padding:10px 8px}.search-btn{padding:10px 12px}.search-btn .icon{font-size:20px}.nav-right{position:absolute;top:8px;right:8px;gap:4px}.nav-item{display:none}.lang-selector{padding:4px 6px}.lang-selector .flag{font-size:16px}.lang-selector .lang{font-size:12px}.cart-nav{padding:4px 6px}.cart-nav .label{display:none}.cart-nav .cart-icon{width:32px;height:24px;margin-bottom:0;margin-left:-10px}.cart-nav .badge-top{top:0;left:10px;font-size:12px;line-height:16px;min-width:16px;padding:0 4px}.mobile-delivery{display:flex;grid-row:3;grid-column:1 / span 3;background:#233142;color:#fff;padding:10px 12px;gap:8px;align-items:center;cursor:pointer;border-top:1px solid rgba(255,255,255,.08);margin-left:-8px;margin-right:-8px}.mobile-delivery .icon{line-height:0;display:inline-flex}.mobile-delivery .icon svg{width:18px;height:18px;stroke:#fff}.mobile-delivery span#mobileDeliveryLabel{font-size:14px;font-weight:500}.mobile-delivery .chev{margin-left:6px;display:inline-flex;color:#fff;font-size:16px;line-height:1}.toolbar{display:none;align-items:center;justify-content:flex-end;gap:8px;padding:0}.toolbar .left{display:none}.toolbar .right{display:flex;align-items:center;gap:8px}.mobile-filters-btn{display:inline-flex}.toolbar .sort-label{display:none}.toolbar #sort{display:inline-block;font-size:13px;padding:6px 8px}.mobile-filterbar{display:flex;align-items:center;gap:8px;background:#fff;padding:6px 10px;border-bottom:1px solid var(--border);flex-wrap:nowrap}.mobile-filterbar .mf-scroll{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1 1 auto;padding-bottom:2px;min-width:0}.mobile-filterbar .mf-scroll::-webkit-scrollbar{display:none}.mobile-filterbar .mf-chip{border:1px solid #d5d9d9;background:#f0f2f2;border-radius:999px;padding:5px 10px;font-size:12px;color:#0f1111;cursor:pointer;line-height:1;white-space:nowrap;flex:0 0 auto}.mobile-filterbar .mf-chip:hover{background:#e3e6e6}.mobile-filterbar .mf-chip.active{background:#111;color:#fff;border-color:#111}.mobile-filterbar .mf-divider{width:1px;align-self:stretch;background:#e7e9ec;margin:0 2px 0 4px}.mobile-filterbar .mf-right{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#0f1111;cursor:pointer;font-size:13px;flex:0 0 auto;white-space:nowrap;background:none;border:none;padding:0;font-family:inherit;-webkit-tap-highlight-color:transparent}.mobile-filterbar .mf-right svg{width:12px;height:12px}.grid{grid-template-columns:minmax(0,1fr)!important;gap:8px}.product{padding:12px}.thumb{height:180px}.p-title{font-size:15px;min-height:40px;-webkit-line-clamp:2;line-clamp:2}.p-cta{flex-direction:column}.p-cta .btn{width:100%}.p-cta .btn:not(.add){display:none}.price{margin:2px 0 4px;align-items:baseline}.price .whole{font-size:21px}.product-main{display:grid;grid-template-columns:120px minmax(0,1fr);column-gap:12px;align-items:flex-start}.product-main .thumb{width:120px;height:120px}.product-main .p-main{min-width:0}.sugg{max-width:100%;width:calc(100% - 20px);left:10px;transform:none;top:calc(var(--topbar-h) + 52px)}#browsing-history{margin-top:24px!important;padding:0!important;border:none!important}#browsing-history .h{padding:0 12px;margin-bottom:12px!important;font-size:18px}#browsing-history .carousel-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 12px}#browsing-history .carousel-wrapper::-webkit-scrollbar{display:none}#browsing-history .carousel{display:flex;gap:12px;grid-template-columns:none}#browsing-history .carousel .product{min-width:160px;flex-shrink:0}#browsing-history .carousel .thumb{height:160px}#browsing-history .carousel .p-title{font-size:12px;min-height:32px;-webkit-line-clamp:2;line-clamp:2}#browsing-history .carousel .small{font-size:11px}#browsing-history .carousel .price .whole{font-size:16px}.carousel-nav,#carouselPage{display:none}.filters-modal-content .panel{border:none;border-radius:0;border-bottom:1px solid var(--border);margin:0;padding:16px}.filters-modal-content .panel .h{font-size:16px;padding:4px 0}.filters-modal-body .link{margin-top:8px;display:inline-block}.pager{display:none}.shell{padding:0 12px 12px}.main{margin-top:8px}.active-pills{display:none}#relatedPanel{margin-top:16px!important;padding:12px!important}#relatedPanel .h{font-size:16px;margin-bottom:8px}#relatedPanel .chips{gap:8px}#relatedPanel .chip{font-size:12px;padding:6px 12px}}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:var(--z-autocomplete);margin-top:4px}.autocomplete-box{background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:600px;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:auto}.autocomplete-section{border-bottom:1px solid #eee}.autocomplete-section:last-child{border-bottom:none}.autocomplete-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8f8f8}.autocomplete-section-title{font-size:11px;font-weight:700;color:#666;text-transform:uppercase}.autocomplete-view-all{font-size:12px;color:#007bff;background:none;border:none;cursor:pointer}.autocomplete-view-all:hover{text-decoration:underline}.autocomplete-product{display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer}.autocomplete-product:hover,.autocomplete-product.active{background:#f5f5f5}.autocomplete-product.active{outline:2px solid #FF9900;outline-offset:-2px}.autocomplete-product-image{width:60px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#fff;border:1px solid #e5e7eb}.autocomplete-product-image img{width:100%;height:100%;object-fit:contain;object-position:center}.autocomplete-product-info{flex:1;min-width:0}.autocomplete-product-title{font-size:14px;font-weight:600;color:#111;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autocomplete-product-meta{font-size:12px;color:#666}.autocomplete-product-meta .separator{margin:0 4px;color:#ccc}.autocomplete-product-rating{font-size:12px;color:#ffa41c}.autocomplete-product-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.autocomplete-product-price .price{font-size:16px;font-weight:700;color:#111}.autocomplete-add-btn{padding:6px 12px;font-size:12px;font-weight:600;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer}.autocomplete-suggestion,.autocomplete-filter{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer}.autocomplete-suggestion:hover,.autocomplete-suggestion.active,.autocomplete-filter:hover{background:#f5f5f5}.autocomplete-suggestion.active{outline:2px solid #FF9900;outline-offset:-2px}.autocomplete-icon{font-size:16px;color:#666}.autocomplete-suggestion-text,.autocomplete-filter-label{font-size:14px;color:#111}.autocomplete-filter-count{font-size:12px;color:#666}.autocomplete-empty{padding:24px;text-align:center;color:#999;font-size:14px}.empty-icon{font-size:32px;margin-bottom:12px}.empty-title{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.empty-subtitle{font-size:14px;color:#666;margin-top:8px}@media (max-width: 768px){.autocomplete-dropdown{position:fixed;left:0;right:0;width:100vw;margin-top:0}.autocomplete-box{max-height:calc(100vh - 120px - var(--mobile-bottom-nav-h, 56px));overflow-y:auto;border-radius:0;overscroll-behavior:contain}.autocomplete-backdrop{pointer-events:none}.autocomplete-product{align-items:flex-start;padding:8px 12px;gap:8px}.autocomplete-product-image{width:48px;height:48px}.autocomplete-product-title{font-size:13px;white-space:normal;line-height:1.3}.autocomplete-product-actions{gap:2px}.autocomplete-add-to-basket{align-self:flex-end;padding:4px 10px;font-size:11px;border-radius:999px;min-width:auto}}.autocomplete-more-mobile{width:100%;padding:10px 12px;border:none;background:#f3f3f3;border-top:1px solid #e5e5e5;font-size:14px;font-weight:600;color:#007bff;cursor:pointer}.autocomplete-more-mobile:hover{background:#e9e9e9}.mobile-lang-backdrop{position:fixed;inset:0;background:#0006;z-index:1500}.mobile-lang-sheet{position:fixed;top:60px;right:8px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;padding:12px;z-index:1501;min-width:180px;max-width:250px}.mobile-lang-title{font-size:12px;font-weight:700;margin-bottom:8px;color:#565959;text-transform:uppercase;letter-spacing:.5px}.mobile-lang-option{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;margin-bottom:6px;border-radius:6px;border:1px solid #d5d9d9;background:#fff;cursor:pointer;font-size:14px;transition:all .15s ease}.mobile-lang-option:last-child{margin-bottom:0}.mobile-lang-option:hover{background:#f7f7f7;border-color:#a88734}.mobile-lang-option .flag{font-size:18px}.mobile-lang-option .label{font-weight:500}.mobile-lang-option.active{border-color:#f90;background:#fff7e0;font-weight:600}.empty-suggestions{list-style:none;padding:0;margin:12px 0 0;text-align:left;display:inline-block}.empty-suggestions li{padding:4px 0;color:#555}.empty-suggestions li:before{content:"•";color:#f90;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.empty-loading{color:#999;font-size:14px}.search-empty-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:400px;overflow-y:auto}@media (max-width: 768px){.search-empty-dropdown{max-height:none;overflow-y:visible}}.recent-searches{padding:8px 0}.recent-searches-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8f8f8;border-bottom:1px solid #eee}.recent-searches-title{font-size:11px;font-weight:700;color:#666;text-transform:uppercase}.recent-searches-clear{font-size:12px;color:#007bff;background:none;border:none;cursor:pointer;padding:2px 6px}.recent-searches-clear:hover{text-decoration:underline}.recent-searches-list{list-style:none;margin:0;padding:0}.recent-search-item{margin:0}.recent-search-button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .15s}.recent-search-button:hover{background:#f5f5f5}.recent-search-icon{flex-shrink:0;color:#666}.recent-search-text{flex:1;font-size:14px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-searches{padding:8px 0}.popular-searches-header{display:flex;align-items:center;padding:8px 12px;background:#f8f8f8;border-top:1px solid #eee}.popular-searches-title{font-size:11px;font-weight:700;color:#666;text-transform:uppercase}.popular-searches-list{list-style:none;margin:0;padding:0}.popular-search-item{margin:0}.popular-search-button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .15s}.popular-search-button:hover{background:#f5f5f5}.popular-search-icon{flex-shrink:0;color:#666}.popular-search-text{flex:1;font-size:14px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters-section{border-top:1px solid #eee;padding:12px;background:#fafafa}.filters-section-header{margin-bottom:8px}.filters-section-title{font-size:11px;font-weight:700;color:#666;text-transform:uppercase}.filters-section-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #ddd;border-radius:16px;background:#fff;cursor:pointer;transition:all .2s;font-size:13px;line-height:1.4}.filter-chip:hover{background:#f5f5f5;border-color:#f90;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.filter-chip.active{background:#fff3e0;border-color:#f90;color:#f60}.filter-chip-icon{flex-shrink:0;font-size:14px}.filter-chip-label{font-weight:500;color:#111}.filter-chip.active .filter-chip-label{color:#f60}.filter-chip-count{font-size:11px;color:#666;margin-left:2px}@media (max-width: 768px){.filters-section-chips{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.filter-chip{flex-shrink:0}}.search-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.search-input-ghost{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;padding:0 4px;font-family:inherit;font-size:16px;line-height:inherit;color:transparent;white-space:nowrap;overflow:hidden;z-index:1}.ghost-completion{color:#999;font-weight:400}.search-input-wrapper input{position:relative;z-index:2;background:transparent;flex:1;border:0;outline:0;font-size:16px;padding:8px 4px}.search-input-wrapper input::placeholder{transition:opacity .2s ease}.search-input-wrapper input.placeholder-transitioning::placeholder{opacity:0}.mobile-basket-backdrop{position:fixed;inset:0;background:#00000080;z-index:1499;animation:fadeIn .25s ease}.mobile-basket-sheet{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #0003;z-index:1500;animation:slideUp .25s ease;display:flex;flex-direction:column;overflow:hidden}.mobile-basket-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-basket-title{font-size:20px;font-weight:700;color:#0f1111}.mobile-basket-count{font-size:16px;color:#565959;font-weight:400;margin-left:6px}.mobile-basket-close{background:transparent;border:0;font-size:24px;cursor:pointer;color:#565959;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0}.mobile-basket-close:active{background:#f0f0f0}.mobile-basket-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.mobile-basket-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#565959}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-text{font-size:16px;color:#565959}.mobile-basket-items{padding:0}.mobile-basket-item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:16px;border-bottom:1px solid var(--border);align-items:start}.mobile-basket-item-image{width:80px;height:80px;background:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-basket-item-image img{width:100%;height:100%;object-fit:contain}.mobile-basket-item-image .placeholder{font-size:12px;color:#9ca3af;font-weight:700}.mobile-basket-item-details{display:flex;flex-direction:column;gap:6px;min-width:0}.mobile-basket-item-name{font-size:14px;font-weight:500;color:#0f1111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-basket-item-price{font-size:14px;font-weight:700;color:var(--price)}.mobile-basket-item-controls{display:flex;align-items:center;gap:12px;border:2px solid var(--yellow);border-radius:999px;padding:4px 12px;width:fit-content;margin-top:4px}.mobile-basket-remove,.mobile-basket-minus,.mobile-basket-add{background:transparent;border:0;cursor:pointer;font-size:16px;padding:0;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-basket-qty{font-weight:700;font-size:14px;min-width:20px;text-align:center}.mobile-basket-item-total{font-size:16px;font-weight:700;color:#0f1111;text-align:right}.mobile-basket-footer{flex-shrink:0;padding:16px;border-top:2px solid var(--border);background:#fff}.mobile-basket-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mobile-basket-subtotal-label{font-size:16px;font-weight:500;color:#565959}.mobile-basket-subtotal-amount{font-size:20px;font-weight:700;color:#0f1111}.mobile-basket-free-msg{font-size:13px;color:#067d62;text-align:center;margin-bottom:12px}.mobile-basket-free-msg b{font-weight:700}.mobile-basket-free-qualified{font-weight:600;background:linear-gradient(135deg,#067d621a,#067d620d);padding:8px 12px;border-radius:6px}.mobile-basket-checkout{width:100%;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:700;color:#0f1111;cursor:pointer;box-shadow:0 1px #fff6 inset}.mobile-basket-checkout:active{background:linear-gradient(to bottom,#f0c14b,#e9b93d)}.mobile-basket-clear-all{width:100%;background:transparent;border:none;color:#6b7280;cursor:pointer;margin-top:12px;font-size:14px;padding:8px 0;text-decoration:underline}.mobile-basket-clear-all:hover{color:#374151}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width: 1025px){.mobile-basket-backdrop,.mobile-basket-sheet{display:none!important}}.add-to-cart-toast{position:fixed;inset:0;z-index:var(--z-toast);display:flex;justify-content:center;pointer-events:none}.toast-content{position:fixed;top:80px;width:calc(100% - 32px);max-width:400px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026,0 0 0 1px #0000000d;padding:16px;animation:slideDown .3s ease,fadeIn .3s ease;pointer-events:auto}.toast-close{position:absolute;top:8px;right:8px;background:transparent;border:0;font-size:18px;cursor:pointer;color:#565959;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;z-index:1}.toast-close:hover{background:#f0f0f0}.toast-body{display:grid;grid-template-columns:auto 60px 1fr;gap:12px;align-items:center;margin-bottom:12px}.toast-check{width:28px;height:28px;background:#067d62;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.toast-product-image{width:60px;height:60px;background:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.toast-product-image img{width:100%;height:100%;object-fit:contain}.toast-product-image .placeholder{font-size:11px;color:#9ca3af;font-weight:700}.toast-product-info{min-width:0}.toast-message{font-size:13px;color:#067d62;font-weight:600;margin-bottom:4px}.toast-product-name{font-size:14px;font-weight:500;color:#0f1111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.toast-product-price{font-size:13px;font-weight:700;color:var(--price);margin-top:4px}.toast-view-cart{width:100%;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:700;color:#0f1111;cursor:pointer;box-shadow:0 1px #fff6 inset;transition:background .2s}.toast-view-cart:hover{background:linear-gradient(to bottom,#f0c14b,#e9b93d)}.toast-view-cart:active{transform:translateY(1px)}@keyframes slideDown{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.toast-content{top:60px;width:calc(100% - 24px);padding:14px}.toast-body{grid-template-columns:auto 55px 1fr;gap:10px}.toast-check{width:24px;height:24px;font-size:16px}.toast-product-image{width:55px;height:55px}.toast-message{font-size:12px}.toast-product-name{font-size:13px}.toast-product-price{font-size:12px}.toast-view-cart{padding:9px 14px;font-size:13px}}.desktop-filters{position:sticky;top:12px;align-self:start;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;max-height:calc(100vh - 24px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.desktop-filters::-webkit-scrollbar{width:6px}.desktop-filters::-webkit-scrollbar-track{background:transparent}.desktop-filters::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.desktop-filters::-webkit-scrollbar-thumb:hover{background:#9ca3af}.df-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.df-header-title{font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--text)}.df-clear-link{background:none;border:none;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;padding:0}.df-clear-link:hover{text-decoration:underline}.df-active-filters{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px;background:#f9fafb;border-bottom:1px solid var(--border)}.df-pill{display:inline-flex;align-items:center;gap:6px;background:#111;color:#fff;border:none;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.df-pill:hover{background:#333}.df-pill-x{font-size:14px;line-height:1;opacity:.8}.df-section{border-bottom:1px solid var(--border)}.df-section:last-child{border-bottom:none}.df-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.df-section-header:hover{background:#f9fafb}.df-section-title{font-size:14px;font-weight:600;color:var(--text)}.df-chevron{color:var(--muted);transition:transform .25s ease}.df-chevron--open{transform:rotate(180deg)}.df-section-body{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.df-section-body--open{max-height:500px}.df-section-content{padding:0 16px 14px}.df-brand-list{display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;margin-right:-8px;padding-right:8px}.df-brand-list::-webkit-scrollbar{width:4px}.df-brand-list::-webkit-scrollbar-track{background:transparent}.df-brand-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.df-brand-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.df-checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .15s ease;border-radius:4px;margin:0 -4px;padding:6px 4px}.df-checkbox-row:hover{background:#f3f4f6}.df-checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;background:#fff}.df-checkbox--checked{background:#111;border-color:#111}.df-checkbox-label{font-size:13px;color:var(--text);flex:1}.df-checkbox-count{font-size:12px;color:var(--muted)}.df-show-more{display:flex;align-items:center;gap:6px;background:none;border:none;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;padding:8px 0 0;margin-top:4px}.df-show-more:hover{text-decoration:underline}.df-price-display{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px}.df-price-slider{position:relative;height:24px;margin-bottom:8px;cursor:pointer}.df-price-track{position:absolute;top:50%;left:0;right:0;height:4px;background:#e5e7eb;border-radius:2px;transform:translateY(-50%)}.df-price-track-active{position:absolute;top:50%;height:4px;background:#111;border-radius:2px;transform:translateY(-50%)}.df-price-thumb{position:absolute;top:50%;width:20px;height:20px;background:#fff;border:2px solid #111;border-radius:50%;transform:translate(-50%,-50%);cursor:grab;transition:box-shadow .15s ease;z-index:2}.df-price-thumb:hover{box-shadow:0 0 0 4px #1111111a}.df-price-thumb:active{cursor:grabbing;box-shadow:0 0 0 6px #11111126}.df-price-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-bottom:12px}.df-price-chips{display:flex;flex-wrap:wrap;gap:6px}.df-chip{display:inline-flex;align-items:center;padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:500;color:var(--text);cursor:pointer;transition:all .15s ease}.df-chip:hover{background:#e5e7eb;border-color:#d1d5db}.df-chip--active{background:#111;border-color:#111;color:#fff}.df-chips-wrap{display:flex;flex-wrap:wrap;gap:6px}.df-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.df-toggle-row+.df-toggle-row{border-top:1px solid #f3f4f6}.df-toggle-label{font-size:13px;color:var(--text)}.df-toggle{position:relative;width:44px;height:24px;background:#e5e7eb;border:none;border-radius:12px;cursor:pointer;transition:background .2s ease;padding:0}.df-toggle--on{background:#111}.df-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.df-toggle--on .df-toggle-thumb{transform:translate(20px)}@media (max-width: 900px){.desktop-filters{display:none!important}}[data-theme=dark] :focus-visible{outline-color:var(--focus-ring)}[data-theme=dark] .lang-dropdown,[data-theme=dark] .account-dropdown{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .lang-dropdown .lang-option{color:var(--text)}[data-theme=dark] .lang-dropdown .lang-option:hover{background:var(--hover-bg)}[data-theme=dark] .lang-dropdown .lang-option.active{background:#1c2d41}[data-theme=dark] .account-dropdown .signin-btn{background:#ff6b35;border-color:#cc5529}[data-theme=dark] .account-dropdown .new-customer{color:var(--text)}[data-theme=dark] .account-dropdown .new-customer a{color:#4da6ff}[data-theme=dark] .account-dropdown .dropdown-header,[data-theme=dark] .account-dropdown .dropdown-item{color:var(--text)}[data-theme=dark] .account-dropdown .dropdown-item:hover{color:#ff8c5a}[data-theme=dark] .searchbar{background:#2d333b}[data-theme=dark] .search input{color:var(--text)}[data-theme=dark] .search-btn{color:#fff}[data-theme=dark] .search-mic-btn{color:var(--muted)}[data-theme=dark] .search-mic-btn:hover{color:#ff9800}[data-theme=dark] .search-mic-btn.listening{color:#e53935}[data-theme=dark] .basket{background:var(--surface);border-color:var(--border)}[data-theme=dark] .basket .close-btn{color:var(--text)}[data-theme=dark] .basket .close-btn:hover{background:var(--hover-bg)}[data-theme=dark] .basket .go{background:var(--surface);border-color:var(--text);color:var(--text)}[data-theme=dark] .product{background:var(--surface)}[data-theme=dark] .thumb{background:var(--img-container-bg);border-color:transparent;border-radius:8px;overflow:hidden}[data-theme=dark] .thumb img{background:#fff;border-radius:6px}[data-theme=dark] .p-meta{color:var(--muted)}[data-theme=dark] .btn{background:var(--surface);color:var(--text)}[data-theme=dark] .btn.add{background:coral;color:#fff}[data-theme=dark] .btn.current,[data-theme=dark] .chip.active{background:var(--text);color:var(--surface);border-color:var(--text)}[data-theme=dark] .pill{background:var(--text);color:var(--surface)}[data-theme=dark] .toolbar:before{background:var(--surface);border-color:var(--border)}[data-theme=dark] .toolbar .left #count,[data-theme=dark] .toolbar .sort-label{color:var(--muted)}[data-theme=dark] .toolbar #sort{border-color:var(--border);background:var(--surface);color:var(--text);box-shadow:none}[data-theme=dark] .toolbar #sort:hover{background:var(--hover-bg)}[data-theme=dark] .empty-state-title{color:var(--text)}[data-theme=dark] .empty-state-text{color:var(--muted)}[data-theme=dark] .price-display{color:var(--text)}[data-theme=dark] .price-slider{background:#444c56}[data-theme=dark] .price-slider-track{background:var(--text)}[data-theme=dark] .price-slider-thumb{background:var(--surface-elevated);border-color:var(--muted);box-shadow:0 2px 5px #0000004d,0 0 0 4px var(--surface)}[data-theme=dark] .price-go-btn{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:none}[data-theme=dark] .filters-modal-content,[data-theme=dark] .filters-modal-header,[data-theme=dark] .filters-modal-footer{background:var(--surface)}[data-theme=dark] .filters-nav{background:var(--bg)}[data-theme=dark] .filters-nav .item{color:var(--text)}[data-theme=dark] .filters-nav .item.active,[data-theme=dark] .filters-content{background:var(--surface)}[data-theme=dark] .fm-price-display{color:var(--text)}[data-theme=dark] .fm-price-track{background:#444c56}[data-theme=dark] .fm-price-thumb{background:var(--surface-elevated)}[data-theme=dark] .fm-toggle-label{color:var(--text)}[data-theme=dark] .fm-price-labels{color:var(--muted)}[data-theme=dark] .location-modal-content{background:var(--surface)}[data-theme=dark] .location-modal .floating-done{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .location-modal-body .desc{color:var(--muted)}[data-theme=dark] .location-modal-body .divider{background:var(--border)}[data-theme=dark] .location-modal-body .row{color:var(--text);border-color:var(--border)}[data-theme=dark] .location-modal-body .row .ico{background:var(--hover-bg);color:var(--text)}[data-theme=dark] .mobile-filterbar{background:var(--surface)}[data-theme=dark] .mobile-filterbar .mf-chip{border-color:var(--border);background:var(--chip-bg);color:var(--text)}[data-theme=dark] .mobile-filterbar .mf-chip:hover{background:var(--hover-bg)}[data-theme=dark] .mobile-filterbar .mf-chip.active{background:var(--text);color:var(--surface);border-color:var(--text)}[data-theme=dark] .mobile-filterbar .mf-divider{background:var(--border)}[data-theme=dark] .mobile-filterbar .mf-right{color:var(--text)}[data-theme=dark] .mobile-filters-btn{background:var(--surface);color:var(--text)}[data-theme=dark] .facet-item:hover{background:var(--hover-bg)}[data-theme=dark] .autocomplete-box{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .autocomplete-section{border-color:var(--border)}[data-theme=dark] .autocomplete-section-header{background:var(--bg)}[data-theme=dark] .autocomplete-section-title{color:var(--muted)}[data-theme=dark] .autocomplete-product:hover,[data-theme=dark] .autocomplete-product.active{background:var(--hover-bg)}[data-theme=dark] .autocomplete-product-image{background:var(--img-container-bg);border-color:var(--border)}[data-theme=dark] .autocomplete-product-image img{background:#fff;border-radius:4px}[data-theme=dark] .autocomplete-product-title{color:var(--text)}[data-theme=dark] .autocomplete-product-meta{color:var(--muted)}[data-theme=dark] .autocomplete-product-meta .separator{color:var(--border)}[data-theme=dark] .autocomplete-product-price .price{color:var(--text)}[data-theme=dark] .autocomplete-add-btn{background:#2d8a4e}[data-theme=dark] .autocomplete-suggestion:hover,[data-theme=dark] .autocomplete-suggestion.active,[data-theme=dark] .autocomplete-filter:hover{background:var(--hover-bg)}[data-theme=dark] .autocomplete-icon{color:var(--muted)}[data-theme=dark] .autocomplete-suggestion-text,[data-theme=dark] .autocomplete-filter-label{color:var(--text)}[data-theme=dark] .autocomplete-filter-count,[data-theme=dark] .autocomplete-empty{color:var(--muted)}[data-theme=dark] .empty-title{color:var(--text)}[data-theme=dark] .empty-subtitle{color:var(--muted)}[data-theme=dark] .autocomplete-more-mobile{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .mobile-lang-sheet{background:var(--surface-elevated);box-shadow:0 4px 16px var(--shadow-color)}[data-theme=dark] .mobile-lang-title{color:var(--muted)}[data-theme=dark] .mobile-lang-option{border-color:var(--border);background:var(--surface);color:var(--text)}[data-theme=dark] .mobile-lang-option:hover{background:var(--hover-bg);border-color:#a88734}[data-theme=dark] .mobile-lang-option.active{border-color:#f90;background:#2a2518}[data-theme=dark] .search-empty-dropdown{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .recent-searches-header,[data-theme=dark] .popular-searches-header{background:var(--bg);border-color:var(--border)}[data-theme=dark] .recent-searches-title,[data-theme=dark] .popular-searches-title{color:var(--muted)}[data-theme=dark] .recent-search-button:hover,[data-theme=dark] .popular-search-button:hover{background:var(--hover-bg)}[data-theme=dark] .recent-search-icon,[data-theme=dark] .popular-search-icon{color:var(--muted)}[data-theme=dark] .recent-search-text,[data-theme=dark] .popular-search-text{color:var(--text)}[data-theme=dark] .filters-section{border-color:var(--border);background:var(--bg)}[data-theme=dark] .filters-section-title{color:var(--muted)}[data-theme=dark] .filter-chip{border-color:var(--border);background:var(--surface);color:var(--text)}[data-theme=dark] .filter-chip:hover{background:var(--hover-bg)}[data-theme=dark] .filter-chip.active{background:#2a2518;border-color:#f90}[data-theme=dark] .filter-chip-label{color:var(--text)}[data-theme=dark] .filter-chip.active .filter-chip-label{color:#f90}[data-theme=dark] .filter-chip-count{color:var(--muted)}[data-theme=dark] .ghost-completion{color:#636e7b}[data-theme=dark] .empty-suggestions li,[data-theme=dark] .empty-loading{color:var(--muted)}[data-theme=dark] .mobile-basket-sheet{background:var(--surface)}[data-theme=dark] .mobile-basket-title{color:var(--text)}[data-theme=dark] .mobile-basket-count,[data-theme=dark] .mobile-basket-close{color:var(--muted)}[data-theme=dark] .mobile-basket-close:active{background:var(--hover-bg)}[data-theme=dark] .mobile-basket-empty,[data-theme=dark] .empty-text{color:var(--muted)}[data-theme=dark] .mobile-basket-item-image{background:var(--img-container-bg)}[data-theme=dark] .mobile-basket-item-image img{background:#fff;border-radius:4px}[data-theme=dark] .mobile-basket-item-name,[data-theme=dark] .mobile-basket-item-total{color:var(--text)}[data-theme=dark] .mobile-basket-footer{background:var(--surface)}[data-theme=dark] .mobile-basket-subtotal-label{color:var(--muted)}[data-theme=dark] .mobile-basket-subtotal-amount{color:var(--text)}[data-theme=dark] .toast-content{background:var(--surface-elevated);box-shadow:0 4px 20px var(--shadow-color)}[data-theme=dark] .toast-close{color:var(--muted)}[data-theme=dark] .toast-close:hover{background:var(--hover-bg)}[data-theme=dark] .toast-product-image{background:var(--img-container-bg)}[data-theme=dark] .toast-product-image img{background:#fff;border-radius:4px}[data-theme=dark] .toast-product-name{color:var(--text)}[data-theme=dark] .toast-view-cart{color:#0f1111}[data-theme=dark] .desktop-filters{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}[data-theme=dark] .desktop-filters::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .df-active-filters{background:var(--bg)}[data-theme=dark] .df-pill{background:var(--text);color:var(--surface)}[data-theme=dark] .df-pill:hover{background:#adbac7}[data-theme=dark] .df-section-header:hover{background:var(--hover-bg)}[data-theme=dark] .df-brand-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .df-checkbox-row:hover{background:var(--hover-bg)}[data-theme=dark] .df-checkbox{background:var(--surface);border-color:#444c56}[data-theme=dark] .df-checkbox--checked{background:var(--text);border-color:var(--text)}[data-theme=dark] .df-price-track{background:#444c56}[data-theme=dark] .df-price-track-active{background:var(--text)}[data-theme=dark] .df-price-thumb{background:var(--surface-elevated);border-color:var(--text)}[data-theme=dark] .df-chip{background:var(--chip-bg);border-color:var(--border)}[data-theme=dark] .df-chip:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .df-chip--active{background:var(--text);border-color:var(--text);color:var(--surface)}[data-theme=dark] .df-toggle{background:#444c56}[data-theme=dark] .df-toggle--on{background:var(--text)}[data-theme=dark] .df-toggle-thumb{background:var(--surface-elevated)}[data-theme=dark] .df-toggle-row+.df-toggle-row{border-color:var(--border)}[data-theme=dark] .df-section-body{background:var(--surface)}[data-theme=dark] .carousel-nav{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .carousel-nav:hover{background:var(--hover-bg)}[data-theme=dark] .sugg .box{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .sugg .row:hover{background:var(--hover-bg)}.theme-transitions-enabled body,.theme-transitions-enabled .topbar,.theme-transitions-enabled .product,.theme-transitions-enabled .shell,.theme-transitions-enabled .turbo-sidebar,.theme-transitions-enabled .footer,.theme-transitions-enabled .consent-overlay,.theme-transitions-enabled .basket-sidebar,.theme-transitions-enabled .basket,.theme-transitions-enabled input,.theme-transitions-enabled button,.theme-transitions-enabled .thumb,.theme-transitions-enabled .mobile-lang-sheet,.theme-transitions-enabled .panel,.theme-transitions-enabled .desktop-filters,.theme-transitions-enabled .autocomplete-box,.theme-transitions-enabled .search-empty-dropdown,.theme-transitions-enabled .mobile-filterbar,.theme-transitions-enabled .mobile-basket-sheet,.theme-transitions-enabled .mobile-basket-footer,.theme-transitions-enabled .toast-content{transition:background-color .2s ease,color .2s ease,border-color .2s ease}@media (max-width: 768px){.auth-input,.profile-input,.address-input,.locker-search-input{font-size:16px}}.liquid-button{transition:transform .15s ease,box-shadow .15s ease;will-change:transform}.liquid-button:hover{transform:scale(1.02) translateY(-1px);box-shadow:0 8px 24px #0000001f}.liquid-button:active{transform:scale(.97);box-shadow:0 2px 8px #00000026}.liquid-button--glow:hover{box-shadow:0 8px 24px #0000001f,0 0 16px #ffc1074d}.liquid-button--glow:active{box-shadow:0 2px 8px #00000026,0 0 8px #ffc10766}.liquid-input{transition:box-shadow .3s ease}.liquid-input:focus{outline:none}.search:has(.liquid-input:focus){box-shadow:0 0 0 3px #ffc10766;border-radius:4px}.liquid-input--bordered:focus{outline:none;box-shadow:0 0 0 3px #ffc10766;border-color:#ffc107}.liquid-input--gradient{position:relative;background:#fff}.liquid-input--gradient:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:linear-gradient(90deg,#ffc107,#ff9800,#ff5722,#ff9800,#ffc107);background-size:300% 100%;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;opacity:0;transition:opacity .3s ease;pointer-events:none}.liquid-input--gradient:focus:before{opacity:1;animation:gradient-shift 3s linear infinite}@keyframes gradient-shift{0%{background-position:0% 50%}to{background-position:300% 50%}}.liquid-stepper{display:inline-flex;align-items:center;gap:8px}.liquid-stepper button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.liquid-stepper button:hover{background:#f5f5f5;box-shadow:0 2px 8px #0000001a}.liquid-stepper button:active{transform:scale(.9);background:#eee}.liquid-stepper button.shake{animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.shimmer{background:linear-gradient(90deg,#f0f0f0,#e8e8e8,#f5f5f5,#e8e8e8 60%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}.glow-gold{box-shadow:0 0 20px #ffc10766}.glow-gold-strong{box-shadow:0 0 30px #ffc10799}.glow-pulse{animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 0 10px #ffc1074d}50%{box-shadow:0 0 25px #ffc10799}}.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.backdrop-blur-light{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (prefers-reduced-motion: reduce){.liquid-button,.liquid-input,.liquid-stepper button,.shimmer{transition:none;animation:none}.liquid-input--gradient:before{animation:none}.glow-pulse{animation:none}}[data-theme=dark] .liquid-input--gradient{background:var(--input-bg)}[data-theme=dark] .liquid-stepper button{border-color:var(--border);background:var(--surface);color:var(--text)}[data-theme=dark] .liquid-stepper button:hover{background:var(--hover-bg)}[data-theme=dark] .liquid-stepper button:active{background:var(--border)}[data-theme=dark] .shimmer{background:linear-gradient(90deg,var(--hover-bg) 0%,var(--border) 20%,var(--hover-bg) 40%,var(--border) 60%,var(--hover-bg) 100%);background-size:200% 100%}.inline-variation-picker{margin:8px 0;padding:0 8px}.inline-variation-label{font-size:12px;font-weight:600;color:#333;margin-bottom:6px}.inline-variation-options{display:flex;flex-wrap:wrap;gap:6px}.inline-variation-btn{padding:4px 10px;font-size:12px;border:1px solid #d5d9d9;border-radius:4px;background:#fff;color:#0f1111;cursor:pointer;transition:all .15s ease;white-space:nowrap;font-weight:400}.inline-variation-btn:hover:not(:disabled){border-color:#007185;box-shadow:0 0 3px #0071854d;background:#f7fafa}.inline-variation-btn.selected{border-color:#007185;background:#e3f2fd;font-weight:600;box-shadow:0 0 0 1px #007185}.inline-variation-btn.unavailable{opacity:.5;text-decoration:line-through;cursor:not-allowed}.inline-variation-btn:active:not(:disabled){background:#d9ecf2}.inline-variation-btn:disabled{cursor:not-allowed}.inline-variation-btn.more-flavors-pill{background:#f0f0f0;border-color:#d5d9d9;color:#565959;font-weight:500}.inline-variation-btn.more-flavors-pill:hover{background:#e7e7e7;border-color:#007185;color:#007185}@media (max-width: 768px){.inline-variation-picker{padding:0 4px}.inline-variation-btn{font-size:11px;padding:3px 8px}}.skeleton-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.skeleton-thumb{position:relative;width:100%;padding-top:100%;background:#f0f0f0;overflow:hidden}.skeleton-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,#f0f0f0,#e8e8e8,#f5f5f5,#e8e8e8 60%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}.skeleton-content{padding:12px;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0,#e8e8e8,#f5f5f5,#e8e8e8 60%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}.skeleton-title{width:90%;height:14px;animation-delay:.1s}.skeleton-title-short{width:60%;height:14px;animation-delay:.15s}.skeleton-meta{width:45%;height:10px;margin-top:4px;animation-delay:.2s}.skeleton-price{width:35%;height:18px;margin-top:8px;animation-delay:.25s}.skeleton-unit{width:55%;height:10px;animation-delay:.3s}.skeleton-cta{padding:0 12px 12px}.skeleton-button{width:100%;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0,#e8e8e8,#f5f5f5,#e8e8e8 60%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out;animation-delay:.35s}.skeleton-shimmer.no-animation,.skeleton-line.no-animation,.skeleton-button.no-animation{animation:none;background:#e8e8e8}.results-grid .skeleton-card{min-height:350px}@media (max-width: 768px){.skeleton-content{padding:10px;gap:6px}.skeleton-cta{padding:10px}.skeleton-title{height:12px}.skeleton-price{height:16px}}.product-hover-overlay{position:absolute;top:100%;left:0;right:0;z-index:10;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .2s ease-out,transform .2s ease-out;background:#fff;padding:8px 10px;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e5e5;border-top:none;display:flex;flex-direction:column;gap:6px}.product:hover{z-index:20}.product:hover .product-hover-overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.product.is-dragging .product-hover-overlay{display:none}.hover-benefit-snippet{margin:0;font-size:12px;line-height:1.4;color:#111!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hover-badges{display:flex;flex-wrap:wrap;gap:4px}.hover-diet-badge{display:inline-flex;align-items:center;gap:2px;background:#e7f7e7;border:1px solid #007600;color:#007600;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap}.hover-goal-badge{display:inline-flex;align-items:center;gap:2px;background:#f0f9ff;border:1px solid #007185;color:#007185;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap}.hover-urgency{font-size:11px;font-weight:500;color:#c45500}@media (max-width: 768px){.product-hover-overlay{position:relative;top:auto;left:auto;right:auto;opacity:1;pointer-events:auto;transform:none;background:transparent;box-shadow:none;border:none;padding:6px 2px 0;flex-direction:row;flex-wrap:wrap;gap:4px;align-items:center}.hover-benefit-snippet{display:none}.hover-badges{gap:3px}.hover-diet-badge,.hover-goal-badge{padding:2px 8px;font-size:11px;border-radius:10px}.hover-urgency{display:none}}[data-theme=dark] .product-hover-overlay{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .hover-benefit-snippet{color:#c9d1d9!important}[data-theme=dark] .hover-diet-badge{background:#1e3a1e;border-color:#4caf50;color:#81c784}[data-theme=dark] .hover-goal-badge{background:#1c2d41;border-color:#2196f3;color:#64b5f6}[data-theme=dark] .hover-urgency{color:#ff9800}.category-bar{display:flex;gap:8px;padding:12px 16px;position:relative;z-index:40;background:transparent;max-width:var(--max-content-width);margin:0 auto}.category-bar:before{display:none}.category-bar-item{position:relative}.category-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1.5px solid #bbb;border-radius:24px;cursor:pointer;font-size:14px;font-family:inherit;font-weight:500;white-space:nowrap;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 6px #00000014;will-change:transform,box-shadow;color:#222}.category-chip:hover{background:#f8f8f8;border-color:#999;transform:translateY(-2px) scale(1.02);box-shadow:0 6px 16px #0000001f}.category-chip.active{background:#f0f0f0;border-color:#aaa;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.category-chip:active{transform:translateY(1px) scale(.98);box-shadow:0 1px 2px #00000014}.category-chip .chip-icon{font-size:18px}.category-chip .chip-name{font-weight:500}.category-chip .chip-chevron{font-size:18px;color:#555;margin-left:2px;font-weight:700;transition:transform .25s ease,color .2s ease}.category-chip:hover .chip-chevron{color:#333}.category-chip.active .chip-chevron{transform:rotate(180deg);color:#222}.category-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:260px;max-width:320px;max-height:70vh;overflow-y:auto;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:12px;box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000a,0 2px 8px #0000000a;padding:8px 0;z-index:10;animation:dropdownSpring .2s cubic-bezier(.34,1.56,.64,1);will-change:transform,opacity}@keyframes dropdownSpring{0%{opacity:0;transform:translateY(-8px) scale(.97)}70%{opacity:1;transform:translateY(2px) scale(1.005)}to{transform:translateY(0) scale(1)}}.dropdown-section{padding:4px 0}.dropdown-section:not(:last-child){border-bottom:1px solid #f0f0f0;margin-bottom:4px;padding-bottom:8px}.dropdown-header{display:flex;align-items:center;gap:8px;padding:8px 16px;font-weight:600;font-size:13px;color:#333;cursor:pointer;transition:all .12s ease;opacity:0;transform:translate(-6px);animation:itemSlideIn .15s ease forwards}.dropdown-section:nth-child(1) .dropdown-header{animation-delay:0ms}.dropdown-section:nth-child(2) .dropdown-header{animation-delay:20ms}.dropdown-section:nth-child(3) .dropdown-header{animation-delay:40ms}.dropdown-section:nth-child(4) .dropdown-header{animation-delay:60ms}.dropdown-section:nth-child(5) .dropdown-header{animation-delay:80ms}.dropdown-section:nth-child(6) .dropdown-header{animation-delay:.1s}.dropdown-header:hover{background:#f5f5f5;transform:translate(4px)}.dropdown-icon{font-size:14px}.dropdown-items{padding-left:0}.dropdown-item{position:relative;padding:6px 16px 6px 36px;font-size:13px;color:#555;cursor:pointer;transition:all .1s ease;opacity:0;transform:translate(-4px);animation:itemSlideIn .12s ease forwards}.dropdown-item:nth-child(1){animation-delay:15ms}.dropdown-item:nth-child(2){animation-delay:30ms}.dropdown-item:nth-child(3){animation-delay:45ms}.dropdown-item:nth-child(4){animation-delay:60ms}.dropdown-item:nth-child(5){animation-delay:75ms}.dropdown-item:nth-child(6){animation-delay:90ms}.dropdown-item:nth-child(7){animation-delay:105ms}.dropdown-item:before{content:"";position:absolute;inset:0 8px;background:linear-gradient(90deg,#ff6b3500,#ff6b350f 30% 70%,#ff6b3500);opacity:0;transition:opacity .2s ease;border-radius:6px;pointer-events:none}.dropdown-item:hover:before{opacity:1}.dropdown-item:hover{color:#ff6b35;transform:translate(4px)}.dropdown-item.more{color:#888;font-style:italic;font-size:12px}.dropdown-item.more:hover{color:#ff6b35}@keyframes itemSlideIn{to{opacity:1;transform:translate(0)}}.category-dropdown::-webkit-scrollbar{width:6px}.category-dropdown::-webkit-scrollbar-track{background:transparent}.category-dropdown::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.category-dropdown::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width: 900px){.category-bar{display:none}}[data-theme=dark] .category-chip{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:0 2px 6px #0000004d}[data-theme=dark] .category-chip:hover{background:var(--hover-bg);border-color:#444c56;box-shadow:0 6px 16px #0006}[data-theme=dark] .category-chip.active{background:var(--hover-bg);border-color:#444c56}[data-theme=dark] .chip-chevron{color:var(--muted)}[data-theme=dark] .category-chip:hover .chip-chevron,[data-theme=dark] .category-chip.active .chip-chevron{color:var(--text)}[data-theme=dark] .category-dropdown{background:#252a34f7;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0f,0 2px 8px #0000004d}[data-theme=dark] .dropdown-section:not(:last-child){border-bottom-color:var(--border)}[data-theme=dark] .dropdown-header{color:var(--text)}[data-theme=dark] .dropdown-header:hover{background:var(--hover-bg)}[data-theme=dark] .dropdown-item{color:var(--muted)}[data-theme=dark] .dropdown-item:hover{color:var(--accent)}[data-theme=dark] .dropdown-item.more{color:#636e7b}[data-theme=dark] .dropdown-item.more:hover{color:var(--accent)}[data-theme=dark] .category-dropdown::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .category-dropdown::-webkit-scrollbar-thumb:hover{background:#636e7b}@media (prefers-reduced-motion: reduce){.category-chip,.category-dropdown,.dropdown-header,.dropdown-item{animation:none!important;transition:opacity .15s ease,background .15s ease!important;transform:none!important;opacity:1!important}.category-dropdown{animation:fadeInSimple .15s ease!important}@keyframes fadeInSimple{0%{opacity:0}to{opacity:1}}}.mobile-filter-bar{display:none;position:relative;background:#fff;border-bottom:1px solid var(--border, #e5e5e5)}@media (max-width: 900px){.mobile-filter-bar{display:flex;align-items:center}}.mfb-chip--sticky{flex-shrink:0;margin:10px 0 10px 12px;z-index:2}.mfb-chip--clear{flex-shrink:0;margin:10px 0 10px 6px;padding:8px 10px;background:#fff;border:1px solid #c7511f;color:#c7511f;font-size:12px;font-weight:600}.mfb-chip--clear:hover{background:#fef3e8}.mfb-scroll{display:flex;gap:8px;padding:10px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0}.mfb-scroll::-webkit-scrollbar{display:none}.mfb-chip{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;background:#fff;border:1px solid #d5d9d9;border-radius:20px;font-size:13px;font-weight:500;color:#0f1111;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease}.mfb-chip:hover{background:#f7fafa;border-color:#c7c7c7}.mfb-chip:active{background:#ededed}.mfb-chip--icon{padding:8px 10px}.mfb-chip--active{background:#fef8f2;border-color:#c7511f;color:#c7511f}.mfb-chip--active:hover{background:#fef3e8;border-color:#a84414}.mfb-chip--open{background:#f0f2f2;border-color:#007185;color:#007185}.mfb-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.mfb-icon{width:18px;height:18px}.mfb-badge{position:absolute;top:-8px;right:-8px;background:#c7511f;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.mfb-chip-count{background:#c7511f;color:#fff;font-size:11px;font-weight:600;padding:1px 6px;border-radius:10px;margin-left:2px}.mfb-chevron{width:12px;height:12px;transition:transform .2s ease;margin-left:2px}.mfb-chevron--open{transform:rotate(180deg)}.mfb-dot{width:6px;height:6px;background:#c7511f;border-radius:50%;margin-left:4px}.mfb-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d5d9d9;border-top:none;box-shadow:0 4px 12px #00000026;z-index:100;animation:mfb-slideDown .2s ease}@keyframes mfb-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mfb-dropdown-header{padding:12px 16px;font-size:14px;font-weight:600;color:#0f1111;border-bottom:1px solid #e7e7e7}.mfb-dropdown-content{padding:12px 16px;max-height:240px;overflow-y:auto}.mfb-option-grid{display:flex;flex-wrap:wrap;gap:8px}.mfb-option{padding:8px 14px;background:#fff;border:1px solid #d5d9d9;border-radius:16px;font-size:13px;color:#0f1111;cursor:pointer;transition:all .15s ease}.mfb-option:hover{background:#f7fafa;border-color:#c7c7c7}.mfb-option--selected{background:#ffc94d;border-color:#ffc94d;color:#0f1111;font-weight:500}.mfb-option--selected:hover{background:#f5b800;border-color:#f5b800}.mfb-dropdown-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #e7e7e7;background:#fafafa}.mfb-dropdown-clear{padding:8px 16px;background:#fff;border:1px solid #d5d9d9;border-radius:20px;font-size:13px;color:#0f1111;cursor:pointer}.mfb-dropdown-clear:hover{background:#f7fafa}.mfb-dropdown-apply{padding:8px 20px;background:#ffc94d;border:1px solid #ffc94d;border-radius:20px;font-size:13px;font-weight:500;color:#0f1111;cursor:pointer}.mfb-dropdown-apply:hover{background:#f5b800;border-color:#f5b800}.mfb-option-grid--stacked{flex-direction:column}.mfb-option-grid--stacked .mfb-option{width:100%;text-align:left}[data-theme=dark] .mobile-filter-bar{background:var(--surface);border-bottom-color:var(--border)}[data-theme=dark] .mfb-chip{background:var(--chip-bg, var(--surface-elevated));border-color:var(--border);color:var(--chip-text, var(--text))}[data-theme=dark] .mfb-chip:hover{background:var(--surface-elevated);border-color:var(--muted)}[data-theme=dark] .mfb-chip:active{background:var(--surface)}[data-theme=dark] .mfb-chip--active{background:#c7511f26;border-color:#c7511f;color:#e8845c}[data-theme=dark] .mfb-chip--active:hover{background:#c7511f40;border-color:#a84414}[data-theme=dark] .mfb-chip--open{background:#00718526;border-color:#007185;color:#4db8c9}[data-theme=dark] .mfb-chip--clear{background:var(--surface-elevated);border-color:#c7511f;color:#e8845c}[data-theme=dark] .mfb-chip--clear:hover{background:#c7511f26}[data-theme=dark] .mfb-icon svg,[data-theme=dark] .mfb-chevron{color:var(--text)}[data-theme=dark] .mfb-dropdown{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 4px 12px #0006}[data-theme=dark] .mfb-dropdown-header{color:var(--text);border-bottom-color:var(--border)}[data-theme=dark] .mfb-option{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .mfb-option:hover{background:var(--surface-elevated);border-color:var(--muted)}[data-theme=dark] .mfb-option--selected{background:#ffc94d;border-color:#ffc94d;color:#0f1111}[data-theme=dark] .mfb-option--selected:hover{background:#f5b800;border-color:#f5b800}[data-theme=dark] .mfb-dropdown-footer{background:var(--bg);border-top-color:var(--border)}[data-theme=dark] .mfb-dropdown-clear{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .mfb-dropdown-clear:hover{background:var(--surface)}[data-theme=dark] .mfb-dropdown-apply{background:#ffc94d;border-color:#ffc94d;color:#0f1111}[data-theme=dark] .mfb-dropdown-apply:hover{background:#f5b800;border-color:#f5b800}.recently-viewed-section{margin-top:24px;padding:0}.recently-viewed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px}.recently-viewed-title{font-size:18px;font-weight:600;margin:0;color:var(--text)}.recently-viewed-carousel-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -12px;padding:0 12px}.recently-viewed-carousel-wrapper::-webkit-scrollbar{display:none}.recently-viewed-carousel{display:flex;gap:12px;padding-bottom:4px}.recently-viewed-card{flex-shrink:0;width:140px;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}.recently-viewed-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.recently-viewed-card-thumb{width:100%;height:120px;background:var(--img-container-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.recently-viewed-card-thumb img{max-width:100%;max-height:100%;object-fit:contain}[data-theme=dark] .recently-viewed-card-thumb{background:#fff;border-radius:8px 8px 0 0}[data-theme=dark] .recently-viewed-card-thumb img{border-radius:0}.recently-viewed-card-placeholder{color:var(--muted);font-size:12px}.recently-viewed-card-info{padding:8px}.recently-viewed-card-name{font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:34px}.recently-viewed-card-brand{font-size:11px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recently-viewed-card-price{font-size:14px;font-weight:600;color:var(--text);margin-top:4px}.trending-rank{position:absolute;top:8px;left:8px;background:var(--accent, #ff9900);color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;z-index:1}.trending-rank.rank-1{background:gold;color:#333}.trending-rank.rank-2{background:silver;color:#333}.trending-rank.rank-3{background:#cd7f32;color:#fff}.recently-viewed-card{position:relative}.recently-viewed-card.skeleton{pointer-events:none}.recently-viewed-card.skeleton .recently-viewed-card-thumb{background:linear-gradient(90deg,var(--hover-bg) 25%,var(--border) 50%,var(--hover-bg) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-line{height:14px;background:linear-gradient(90deg,var(--hover-bg) 25%,var(--border) 50%,var(--hover-bg) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.skeleton-line.short{width:60%;height:12px}@media (min-width: 769px){.recently-viewed-section{margin-top:32px}.recently-viewed-title{font-size:20px}.recently-viewed-carousel-wrapper{margin:0;padding:0}.recently-viewed-card{width:160px}.recently-viewed-card-thumb{height:140px}.recently-viewed-card-name{font-size:14px;min-height:36px}.recently-viewed-card-price{font-size:15px}}.blog-page{max-width:1200px;margin:0 auto;padding:24px 16px}.blog-header{margin-bottom:24px}.blog-header h1{font-size:2rem;font-weight:700;margin:0 0 16px;color:var(--brand)}.blog-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:24px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.blog-category-tabs::-webkit-scrollbar{display:none}.blog-category-tab{padding:8px 16px;border-radius:20px;border:1px solid var(--border);background:var(--surface);font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;color:var(--muted)}.blog-category-tab:hover{border-color:var(--accent);color:var(--accent)}.blog-category-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.blog-featured{margin-bottom:32px}.blog-featured-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--shadow-color)}.blog-featured-image{aspect-ratio:16/9;overflow:hidden}.blog-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-featured-card:hover .blog-featured-image img{transform:scale(1.05)}.blog-featured-content{padding:24px;display:flex;flex-direction:column;justify-content:center}.blog-featured-category{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.blog-featured-title{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:var(--text);line-height:1.3}.blog-featured-excerpt{color:var(--muted);margin-bottom:16px;line-height:1.6}.blog-featured-meta{display:flex;gap:16px;color:var(--muted);font-size:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.article-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--shadow-color);transition:transform .2s,box-shadow .2s;cursor:pointer;text-decoration:none;color:inherit;display:block}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-color)}.article-card-image{aspect-ratio:16/9;overflow:hidden;background:var(--chip-bg)}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-content{padding:16px}.article-card-category{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.article-card-title{font-size:1rem;font-weight:600;margin:0 0 8px;color:var(--text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-excerpt{font-size:14px;color:var(--muted);margin-bottom:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{display:flex;gap:12px;color:var(--muted);font-size:13px}.article-card-meta span{display:flex;align-items:center;gap:4px}.blog-load-more{text-align:center;margin:32px 0}.blog-load-more-btn{padding:12px 32px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.blog-load-more-btn:hover{background:#1a2530}.blog-load-more-btn:disabled{background:var(--border);cursor:not-allowed}.article-page{max-width:1200px;margin:0 auto;padding:24px 16px}.article-layout{display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start}.article-main{min-width:0}@media (max-width: 900px){.article-layout{grid-template-columns:1fr;gap:0}}.article-back{margin-bottom:16px}.article-back a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);text-decoration:none;font-size:14px}.article-back a:hover{color:var(--accent)}.article-header{margin-bottom:24px}.article-category{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.article-title{font-size:2.25rem;font-weight:700;margin:0 0 16px;color:var(--text);line-height:1.2}.article-meta{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:14px}.article-meta span{display:flex;align-items:center;gap:4px}.article-hero{margin-bottom:32px;border-radius:12px;overflow:hidden}.article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-content{line-height:1.65;font-size:1.1rem;color:var(--text)}.article-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:var(--text)}.article-content h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text)}.article-content p{margin:0 0 1.25rem}.article-content ul,.article-content ol{margin:0 0 1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.25rem}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.article-content th,.article-content td{padding:12px;border:1px solid var(--border);text-align:left}.article-content th{background:var(--chip-bg);font-weight:600}.article-content strong{font-weight:600}.article-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--accent);background:var(--surface-elevated);font-style:italic}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.article-tag{padding:6px 12px;background:var(--chip-bg);border-radius:16px;font-size:13px;color:var(--chip-text)}.related-articles{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.related-articles h2{font-size:1.25rem;font-weight:700;margin:0 0 24px;color:var(--brand)}.related-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-empty{text-align:center;padding:64px 24px;color:var(--muted)}.blog-empty h2{font-size:1.5rem;margin-bottom:8px;color:var(--brand)}.blog-loading{display:flex;justify-content:center;padding:64px 24px}.blog-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 1024px){.blog-grid,.related-articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blog-header h1{font-size:1.5rem}.blog-featured-card{grid-template-columns:1fr}.blog-featured-content{padding:16px}.blog-featured-title{font-size:1.25rem}.blog-grid,.related-articles-grid{grid-template-columns:1fr}.article-title{font-size:1.75rem}.article-content{font-size:1rem}.article-author-bio{flex-direction:column;text-align:center}.author-bio-avatar{margin:0 auto 12px}}.article-author-bio{display:flex;gap:16px;margin-top:32px;padding:24px;background:var(--surface-elevated);border-radius:12px;border-left:4px solid var(--brand, #146a3c)}.author-bio-avatar{flex-shrink:0;width:60px;height:60px;border-radius:50%;background:var(--brand, #146a3c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.author-bio-content{display:flex;flex-direction:column;gap:4px}.author-bio-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.author-bio-name{font-size:1.1rem;color:var(--text)}.author-bio-text{margin:8px 0 0;font-size:.9rem;line-height:1.6;color:var(--muted)}.article-ai-disclosure{font-size:.8rem;color:#888;margin-top:12px;margin-bottom:16px;font-style:italic}.article-share{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.share-label{font-size:.9rem;font-weight:500;color:var(--muted)}.share-buttons{display:flex;gap:8px}.share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;transition:all .2s;text-decoration:none}.share-btn:hover{border-color:var(--brand, #146a3c);color:var(--brand, #146a3c);transform:translateY(-2px)}.share-facebook:hover{border-color:#1877f2;color:#1877f2;background:#e7f3ff}.share-twitter:hover{border-color:#000;color:#000;background:#f0f0f0}.share-linkedin:hover{border-color:#0a66c2;color:#0a66c2;background:#e8f4fd}.share-copy:hover{border-color:var(--accent, #e67e22);color:var(--accent, #e67e22);background:#fef5ec}.article-updated{font-style:italic;color:var(--muted)}[data-theme=dark] .blog-skeleton{background:linear-gradient(90deg,#2d333b 25%,#373e47,#2d333b 75%);background-size:200% 100%}[data-theme=dark] .share-facebook:hover{background:#1877f226}[data-theme=dark] .share-twitter:hover{color:#fff;background:#ffffff1a}[data-theme=dark] .share-linkedin:hover{background:#0a66c226}[data-theme=dark] .share-copy:hover{background:#e67e2226}.article-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding:1rem;background:var(--surface-elevated);border-radius:8px;font-size:.9rem}.article-toc{margin-bottom:1.5rem}.article-toc-title{font-size:.9rem;font-weight:600;color:var(--text);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.article-toc-list{list-style:none;padding:0;margin:0}.article-toc-item{margin-bottom:.25rem}.article-toc-level-2{padding-left:0}.article-toc-level-3{padding-left:1rem}.article-toc-link{display:block;padding:.375rem .5rem;color:var(--muted);text-decoration:none;border:none;background:none;cursor:pointer;text-align:left;width:100%;font-size:.85rem;line-height:1.4;border-radius:4px;transition:background-color .15s,color .15s}.article-toc-link:hover{background:var(--hover-bg);color:var(--text)}.article-toc-item.active .article-toc-link{background:var(--accent);color:#fff}.article-sidebar-related{border-top:1px solid var(--border);padding-top:1rem}.article-sidebar-title{font-size:.9rem;font-weight:600;color:var(--text);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.article-sidebar-related-list{display:flex;flex-direction:column;gap:.75rem}.article-sidebar-related-item{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.5rem;border-radius:4px;transition:background-color .15s}.article-sidebar-related-item:hover{background:var(--hover-bg)}.article-sidebar-related-image{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.article-sidebar-related-title{color:var(--text);font-size:.85rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-sidebar-products{border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem}.article-sidebar-products-list{display:flex;flex-direction:column;gap:.75rem}.sidebar-product-card{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.5rem;border-radius:6px;transition:background-color .15s}.sidebar-product-card:hover{background:var(--hover-bg)}.sidebar-product-image{width:48px;height:48px;object-fit:contain;border-radius:4px;flex-shrink:0;background:#fff}.sidebar-product-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.sidebar-product-name{color:var(--text);font-size:.82rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar-product-price{color:var(--accent);font-size:.85rem;font-weight:600}@media (max-width: 900px){.article-sidebar{display:none}}.homepage-blog-section{max-width:1200px;margin:2rem auto;padding:0 1rem}.homepage-blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.homepage-blog-title{font-size:1.5rem;font-weight:600;color:var(--text);margin:0}.homepage-blog-view-all{color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:500}.homepage-blog-view-all:hover{text-decoration:underline;opacity:.8}.homepage-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.homepage-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.homepage-blog-section{margin:1.5rem auto}.homepage-blog-header{margin-bottom:1rem}.homepage-blog-title{font-size:1.25rem}.homepage-blog-grid{grid-template-columns:1fr;gap:1rem}}.breadcrumbs{margin-bottom:16px}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:4px;list-style:none;margin:0;padding:0;font-size:13px}.breadcrumbs-item{display:flex;align-items:center;gap:4px}.breadcrumbs-link{color:var(--accent);text-decoration:none;transition:color .15s ease}.breadcrumbs-link:hover{color:var(--text);text-decoration:underline}.breadcrumbs-current{color:var(--muted)}.breadcrumbs-separator{color:var(--muted);margin:0 2px}@media (min-width: 768px){.breadcrumbs-list{font-size:14px}}.collapsible-section{margin-bottom:1.5rem;border-bottom:1px solid #e7e7e7;padding-bottom:1rem}.collapsible-section-header{padding:.5rem 0 .25rem}.collapsible-section-title{font-size:1.1rem;font-weight:700;color:#111;margin:0}.collapsible-section-toggle{background:none;border:none;color:#007185;font-size:.8125rem;font-weight:400;cursor:pointer;padding:.5rem 0;margin-top:.25rem;display:block;text-align:left;transition:color .15s}.collapsible-section-toggle:hover{color:#c7511f;text-decoration:underline}.collapsible-section-content{color:#0f1111;font-size:.875rem;line-height:1.6;margin-top:.5rem;overflow:hidden;transition:max-height .3s ease}.collapsible-section-content.collapsed{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5rem}.collapsible-section-content.expanded{max-height:none;display:block}.collapsible-section-content p{margin:0 0 .5rem}.collapsible-section-content ul,.collapsible-section-content ol{margin:.5rem 0;padding-left:1.5rem}.collapsible-section-content li{margin-bottom:.25rem}.collapsible-section-content strong{font-weight:600;color:#0f1111}@media (max-width: 768px){.collapsible-section{margin-bottom:1rem}.collapsible-section-title{font-size:1rem}.collapsible-section-content{font-size:.875rem}}[data-theme=dark] .collapsible-section{border-bottom-color:var(--border)}[data-theme=dark] .collapsible-section-title{color:var(--text)}[data-theme=dark] .collapsible-section-toggle{color:#4da6ff}[data-theme=dark] .collapsible-section-toggle:hover{color:#f96}[data-theme=dark] .collapsible-section-content,[data-theme=dark] .collapsible-section-content strong{color:var(--text)}.quantity-selector{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.quantity-label{font-size:.875rem;font-weight:600;color:#0f1111}.quantity-dropdown{background:#f0f2f2;border:1px solid #888c8c;border-radius:8px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;color:#0f1111;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23565959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:70px}.quantity-dropdown:hover{background:#e3e6e6;border-color:#5e6166}.quantity-dropdown:focus{outline:none;border-color:#007185;box-shadow:0 0 0 3px #00718533}[data-theme=dark] .quantity-label{color:var(--text)}[data-theme=dark] .quantity-dropdown{background-color:var(--surface-elevated);border-color:var(--input-border);color:var(--text);background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238b949e' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}[data-theme=dark] .quantity-dropdown:hover{background-color:var(--hover-bg);border-color:var(--input-border)}[data-theme=dark] .quantity-dropdown:focus{border-color:#4da6ff;box-shadow:0 0 0 3px #4da6ff33}.delivery-estimate{margin:1rem 0;padding:.75rem 0}.delivery-free{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.delivery-icon{flex-shrink:0}.delivery-free-text{font-size:1rem;font-weight:600;color:#067d62}.delivery-date{font-size:1.125rem;color:#0f1111;margin-bottom:.25rem}.delivery-date strong{font-weight:600}.delivery-details{font-size:.875rem;color:#565959}.delivery-details strong{color:#0f1111;font-weight:600}[data-theme=dark] .delivery-free-text{color:#3fb68b}[data-theme=dark] .delivery-date{color:var(--text)}[data-theme=dark] .delivery-details{color:var(--muted)}[data-theme=dark] .delivery-details strong{color:var(--text)}.trust-badges{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e7e7e7;font-size:.8125rem}.trust-badge{display:flex;align-items:center;gap:.5rem;color:#565959}.trust-icon{flex-shrink:0}.trust-badge span{color:#565959}.returns-text{color:#067d62;font-weight:500}.ships-text{color:#565959}.trust-badge strong{color:#007185;font-weight:500}.payment-methods{display:flex;align-items:flex-start;gap:.5rem;margin-top:.25rem}.payment-label{color:#565959;font-size:.8125rem;white-space:nowrap;line-height:24px}.payment-icons{display:flex;flex-wrap:wrap;gap:.375rem}.payment-icon{border-radius:3px;overflow:hidden;line-height:0}.payment-icon img{display:block;height:24px;width:auto;border-radius:3px;border:1px solid #e0e0e0}[data-theme=dark] .trust-badges{border-top-color:var(--border)}[data-theme=dark] .trust-badge,[data-theme=dark] .trust-badge span{color:var(--muted)}[data-theme=dark] .returns-text{color:#3fb68b}[data-theme=dark] .ships-text{color:var(--muted)}[data-theme=dark] .trust-badge strong{color:#4da6ff}[data-theme=dark] .payment-label{color:var(--muted)}[data-theme=dark] .payment-icon img{border-color:var(--border);background:#fff}.product-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;width:fit-content}.badge-text{text-transform:uppercase;letter-spacing:.3px}.product-badge-choice{background:#f90;color:#fff}.product-badge-bestseller{background:#232f3e;color:#fff}.product-badge-deal{background:#cc0c39;color:#fff}.image-gallery{display:flex;gap:1rem}.thumbnails-container{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto}.thumbnail{width:50px;height:50px;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:2px;background:#fff;transition:all .2s}.thumbnail:hover{border-color:#f90;box-shadow:0 0 3px #ff99004d}.thumbnail.active{border-color:#f90;border-width:2px;padding:1px}.thumbnail img{width:100%;height:100%;object-fit:contain;object-position:center}.main-image-container{flex:1;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px;padding:1rem;background:#fff;min-height:400px}.main-image{max-width:100%;max-height:600px;object-fit:contain;object-position:center}@media (max-width: 768px){.image-gallery{flex-direction:column}.thumbnails-container{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem}.thumbnail{flex-shrink:0}.main-image-container{min-height:300px}}[data-theme=dark] .thumbnail{border-color:transparent;background:var(--img-container-bg)}[data-theme=dark] .main-image-container{border:1px solid var(--border);background:#fff;border-radius:8px}[data-theme=dark] .thumbnail img{background:#fff;border-radius:3px}.variation-selector{margin:1.5rem 0;padding:0}.variation-group{margin-bottom:1.25rem}.variation-label{font-size:.875rem;font-weight:400;color:#0f1111;margin-bottom:.5rem}.variation-label strong{font-weight:700}.variation-options{display:flex;flex-wrap:wrap;gap:.5rem}.variation-option{position:relative;padding:0;border:1px solid #d5d9d9;background-color:#fff;border-radius:8px;font-size:.875rem;font-weight:400;color:#0f1111;cursor:pointer;transition:all .15s ease;min-width:100px;overflow:hidden;box-shadow:0 2px 5px #d5d9d980}.variation-option:hover:not(:disabled){border-color:#f90;box-shadow:0 0 3px 2px #e4791180}.variation-option.selected{border-color:#f90;border-width:2px;box-shadow:0 0 3px 2px #e4791180;background-color:#fff7e6}.variation-option.unavailable{border-color:#d5d9d9;background-color:#f7f7f7;color:#565959;cursor:not-allowed;opacity:.5;box-shadow:none}.variation-option-content{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;gap:.25rem}.variation-option-text{display:block;font-weight:600;font-size:.875rem}.variation-price{display:block;font-size:.75rem;color:#565959;font-weight:400}.variation-option.selected .variation-price{color:#0f1111;font-weight:600}.unavailable-badge{display:block;font-size:.7rem;color:#cc0c39;font-weight:400;font-style:italic}@media (max-width: 768px){.variation-option{min-width:80px}.variation-option-content{padding:.4rem .6rem}.variation-option-text{font-size:.8rem}.variation-price{font-size:.7rem}.variation-label{font-size:.8rem}}[data-theme=dark] .variation-label{color:var(--text)}[data-theme=dark] .variation-option{background-color:var(--surface-elevated);border-color:var(--border);color:var(--text);box-shadow:0 2px 5px #0000004d}[data-theme=dark] .variation-option.selected{background-color:#ff99001a}[data-theme=dark] .variation-option.unavailable{background-color:var(--surface);border-color:var(--border);color:var(--muted)}[data-theme=dark] .variation-price{color:var(--muted)}[data-theme=dark] .variation-option.selected .variation-price{color:var(--text)}.turbo-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #eee;gap:16px;flex-wrap:wrap}.turbo-banner-content{display:flex;align-items:center;gap:8px;flex:1;min-width:200px}.turbo-banner-status{color:#4caf50;font-weight:700;font-size:16px}.turbo-banner-text{font-size:14px;font-weight:500;color:#333}.turbo-banner-price-diff{margin-left:6px;font-weight:600}.turbo-banner-price-diff.higher{color:#e53935}.turbo-banner-price-diff.lower{color:#43a047}.turbo-banner-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.turbo-banner-btn{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.turbo-banner-btn-swap{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.turbo-banner-btn-swap:hover{box-shadow:0 2px 8px #4caf5066}.turbo-banner-btn-add{background:linear-gradient(135deg,#ffc107,#ff9800);color:#000}.turbo-banner-btn-add:hover{box-shadow:0 2px 8px #ff980066}.turbo-banner-btn-remove{background:#f5f5f5;color:#666}.turbo-banner-btn-remove:hover{background:#e0e0e0}.turbo-banner-btn-back{background:#f5f5f5;color:#666}.turbo-banner-btn-back:hover{background:#e0e0e0}.turbo-banner-in-plan{background:#f0fff0;border-bottom-color:#c8e6c9}.turbo-banner-swap{background:#fff8e1;border-bottom-color:#ffe082}.turbo-banner-add{background:#f5f5f5}@media (max-width: 600px){.turbo-banner{flex-direction:column;align-items:stretch;padding:12px 16px;gap:12px}.turbo-banner-content,.turbo-banner-actions{justify-content:center}.turbo-banner-btn{flex:1;text-align:center}}.pdp-related-articles{margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}.pdp-related-articles-title{font-size:1.25rem;font-weight:600;margin:0 0 16px;color:#111}.pdp-related-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pdp-related-article-card{display:flex;gap:12px;padding:12px;background:#f9f9f9;border-radius:8px;text-decoration:none;color:inherit;transition:background-color .15s}.pdp-related-article-card:hover{background:#f0f0f0}.pdp-related-article-image{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden}.pdp-related-article-image img{width:100%;height:100%;object-fit:cover}.pdp-related-article-content{display:flex;flex-direction:column;justify-content:center;min-width:0}.pdp-related-article-category{font-size:11px;font-weight:600;text-transform:uppercase;color:#0066c0;margin-bottom:4px}.pdp-related-article-title{font-size:.9rem;font-weight:500;margin:0 0 6px;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pdp-related-article-meta{display:flex;gap:8px;font-size:12px;color:#666}@media (max-width: 600px){.pdp-related-articles-grid{grid-template-columns:1fr}.pdp-related-article-image{width:60px;height:60px}.pdp-related-article-title{font-size:.85rem}}.pdp-v4{max-width:1400px;margin:0 auto;padding:1.5rem;background:#fff;overflow-x:hidden;box-sizing:border-box;position:relative}.pdp-v4 *{box-sizing:border-box}.capitalize{text-transform:capitalize}.pdp-v4-loading,.pdp-v4-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.spinner{border:3px solid #f3f3f3;border-top:3px solid #ff9900;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.pdp-v4-hero{display:grid;grid-template-columns:2fr 1.75fr 1.25fr;gap:1.5rem;margin-bottom:2rem;max-width:100%}.pdp-v4-image-column{position:relative}.pdp-v4-image-sticky{position:sticky;top:1rem}.pdp-v4-details-column{display:flex;flex-direction:column;gap:1rem}.pdp-v4-title{font-size:1.5rem;font-weight:400;line-height:1.3;margin:0;color:#0f1111}.pdp-v4-brand{font-size:.875rem;color:#565959;margin:.25rem 0 0}.pdp-v4-brand-link{color:#007185;cursor:pointer;text-decoration:none}.pdp-v4-brand-link:hover{color:#c7511f;text-decoration:underline}.pdp-v4-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#007185;margin-top:.5rem}.stars{color:#ffa41c;font-size:1rem;letter-spacing:2px}.rating-text{color:#0f1111;font-weight:500}.review-count{color:#007185}.pdp-v4-goal-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.goal-badge{display:inline-block;padding:.375rem .75rem;background:#f0f9ff;border:1px solid #007185;color:#007185;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:capitalize}.pdp-v4-divider{border:0;border-top:1px solid #e7e7e7;margin:1rem 0}.pdp-v4-variations-section{margin:1rem 0}.benefit-highlight{font-size:1rem;line-height:1.5;color:#0f1111;margin-bottom:.75rem}.ingredients-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;padding-left:1.25rem;margin:.5rem 0}.ingredients-list li{font-size:.875rem;color:#0f1111;line-height:1.4}.allergen-highlight{font-weight:700;color:inherit}.pdp-v4-specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.pdp-v4-specs-table td{padding:.5rem 0;border-bottom:1px solid #e7e7e7;vertical-align:top}.pdp-v4-specs-table td:first-child{width:40%;color:#565959}.pdp-v4-specs-table td:last-child{color:#0f1111}.pdp-v4-safety-content{padding:.75rem;background:#fff3cd;border:1px solid #ffc107;border-radius:4px}.safety-warning{margin:.5rem 0;font-size:.875rem;color:#856404}.safety-evidence{display:block;margin-top:.25rem;font-size:.8125rem;color:#666}.pdp-v4-purchase-column{position:relative}.pdp-v4-purchase-sticky{position:sticky;top:1rem}.pdp-v4-purchase-panel{border:1px solid #d5d9d9;border-radius:8px;padding:1rem;background:#fff}.pdp-v4-price-section{margin-bottom:.5rem}.price-row{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}.price-currency{font-size:.875rem;color:#565959}.price-whole{font-size:1.75rem;font-weight:500;color:#b12704}.price-decimal{font-size:1rem;font-weight:500;color:#b12704}.price-with-discount .price-discount-badge{display:inline-block;background:#cc0c39;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.price-regular-row{font-size:.875rem;color:#565959;margin-bottom:.25rem}.price-regular{text-decoration:line-through;margin-left:.5rem}.price-savings{font-size:.875rem;color:#007600;margin-top:.25rem}.pdp-v4-value-metrics{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.unit-price{font-size:.875rem;color:#565959;margin:0}.purchase-divider{border:0;border-top:1px solid #e7e7e7;margin:.75rem 0}.pdp-v4-stock{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.in-stock{color:#007600;font-size:1.125rem;font-weight:500}.out-of-stock{color:#b12704;font-size:1.125rem;font-weight:500}.stock-urgency{color:#b12704;font-size:.875rem;font-weight:500;background:#fff3cd;padding:.375rem .5rem;border-radius:4px;border:1px solid #ffc107}.pdp-v4-quick-info{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.info-row{display:flex;justify-content:space-between;align-items:center}.info-label{color:#565959;font-weight:500}.info-value{color:#0f1111}.diet-badges{display:flex;flex-wrap:wrap;gap:.375rem}.diet-badge{padding:.25rem .5rem;background:#e7f7e7;border:1px solid #007600;color:#007600;border-radius:12px;font-size:.75rem;font-weight:500}.pdp-v4-add-to-basket,.pdp-v4-buy-now{width:100%;padding:.75rem;border:none;border-radius:999px;font-size:.9375rem;font-weight:500;cursor:pointer;margin-bottom:.5rem;transition:all .15s ease}.pdp-v4-add-to-basket{background:coral;color:#fff}.pdp-v4-add-to-basket:hover:not(:disabled){background:#ff6a3d}.pdp-v4-add-to-basket:active:not(:disabled){background:#e55a2b}.pdp-v4-buy-now{background:transparent;color:coral;border:2px solid #ff7f50}.pdp-v4-buy-now:hover:not(:disabled){background:#fff5f0}.pdp-v4-add-to-basket:disabled,.pdp-v4-buy-now:disabled{opacity:.5;cursor:not-allowed}.pdp-v4-actions-row{display:flex;gap:.5rem;margin-bottom:.5rem}.pdp-v4-actions-row .pdp-v4-add-to-basket{flex:1;margin-bottom:0}.pdp-v4-add-to-stack{flex:1;padding:.75rem;border:none;border-radius:999px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s ease;background:linear-gradient(135deg,#ffc107,#ff9800);color:#000}.pdp-v4-add-to-stack:hover:not(:disabled){transform:scale(1.02);box-shadow:0 2px 8px #ff980066}.pdp-v4-add-to-stack:disabled{opacity:.5;cursor:not-allowed;background:#e0e0e0;color:#666;transform:none;box-shadow:none}.pdp-v4-mobile-cta{display:none}.pdp-v4-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e7e7e7}.pdp-v4-section-title{font-size:1.375rem;font-weight:500;margin-bottom:1rem;color:#0f1111}.pdp-v4-recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.pdp-v4-recommendation-card{border:1px solid #ddd;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;background:#fff}.pdp-v4-recommendation-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.pdp-v4-recommendation-card img{width:100%;height:180px;object-fit:contain;object-position:center;margin-bottom:.75rem;border-radius:4px;background:#fff;border:1px solid #e5e7eb}.pdp-v4-recommendation-card h4{font-size:.875rem;font-weight:400;color:#0f1111;margin:0 0 .5rem;line-height:1.3;min-height:2.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rec-price{font-size:1rem;font-weight:500;color:#b12704;margin:0}.pdp-v4-see-all-alternatives{display:block;margin:1rem auto 0;padding:.75rem 1.5rem;background:transparent;border:1px solid #0066c0;border-radius:8px;color:#0066c0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.pdp-v4-see-all-alternatives:hover{background:#0066c0;color:#fff}.pdp-v4-faq-section{max-width:900px}.pdp-v4-faq-list{display:flex;flex-direction:column;gap:.75rem}.pdp-v4-full-specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.pdp-v4-full-specs-table td{padding:.75rem 1rem;border-bottom:1px solid #e7e7e7}.pdp-v4-full-specs-table td:first-child{width:35%;background:#f7f7f7;font-weight:500;color:#0f1111}.pdp-v4-full-specs-table td:last-child{color:#565959}@media (max-width: 1024px){.pdp-v4-hero{grid-template-columns:1fr 1fr}.pdp-v4-purchase-column{grid-column:1 / -1}.pdp-v4-purchase-sticky{position:static}}@media (max-width: 768px){.pdp-v4{padding:1rem 1rem 5rem}.pdp-v4-hero{grid-template-columns:1fr;gap:1rem}.pdp-v4-image-sticky{position:static}.pdp-v4-purchase-sticky{display:none}.pdp-v4-mobile-cta{display:block;position:fixed;bottom:var(--mobile-bottom-nav-h, 56px);left:0;right:0;background:#fff;border-top:1px solid #eee;box-shadow:0 -4px 12px #00000014;z-index:1000;padding:.625rem 1rem;padding-bottom:calc(.625rem + env(safe-area-inset-bottom,0px))}.pdp-v4-mobile-cta:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#fff}.mobile-cta-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1400px;margin:0 auto}.mobile-cta-price{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.price-current-mobile{font-size:1.375rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.price-old-mobile{font-size:.8125rem;color:#888;text-decoration:line-through}.btn-add-mobile{flex:1;max-width:220px;padding:.75rem 1.25rem;background:linear-gradient(135deg,#ff8a5c,#ff6b35);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff6b354d}.btn-add-mobile:hover:not(:disabled){background:linear-gradient(135deg,#ff7a4a,#ff5722);box-shadow:0 4px 12px #ff6b3566;transform:translateY(-1px)}.btn-add-mobile:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #ff6b354d}.btn-add-mobile:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pdp-v4-title{font-size:1.375rem;font-weight:500}.pdp-v4-recommendations-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.ingredients-list{grid-template-columns:1fr}}[data-theme=dark] .pdp-v4{background:var(--surface)}[data-theme=dark] .spinner{border-color:var(--border);border-top-color:#f90}[data-theme=dark] .pdp-v4-title{color:var(--text)}[data-theme=dark] .pdp-v4-brand{color:var(--muted)}[data-theme=dark] .pdp-v4-brand-link{color:#4da6ff}[data-theme=dark] .pdp-v4-brand-link:hover{color:#f96}[data-theme=dark] .pdp-v4-rating{color:#4da6ff}[data-theme=dark] .rating-text{color:var(--text)}[data-theme=dark] .review-count{color:#4da6ff}[data-theme=dark] .goal-badge{background:#4da6ff1a;border-color:#4da6ff;color:#4da6ff}[data-theme=dark] .pdp-v4-divider{border-top-color:var(--border)}[data-theme=dark] .benefit-highlight,[data-theme=dark] .ingredients-list li{color:var(--text)}[data-theme=dark] .pdp-v4-specs-table td{border-bottom-color:var(--border)}[data-theme=dark] .pdp-v4-specs-table td:first-child{color:var(--muted)}[data-theme=dark] .pdp-v4-specs-table td:last-child{color:var(--text)}[data-theme=dark] .pdp-v4-safety-content{background:#fff3cd1a;border-color:#ffc10766}[data-theme=dark] .safety-warning{color:#ffc107}[data-theme=dark] .safety-evidence{color:var(--muted)}[data-theme=dark] .pdp-v4-purchase-panel{border-color:var(--border);background:var(--surface-elevated)}[data-theme=dark] .price-currency{color:var(--muted)}[data-theme=dark] .price-whole,[data-theme=dark] .price-decimal,[data-theme=dark] .rec-price{color:#ff8c4a}[data-theme=dark] .price-regular-row{color:var(--muted)}[data-theme=dark] .unit-price{color:var(--chip-text)}[data-theme=dark] .purchase-divider{border-top-color:var(--border)}[data-theme=dark] .stock-urgency{background:#fff3cd1a;border-color:#ffc10766;color:#ffc107}[data-theme=dark] .info-label{color:var(--chip-text)}[data-theme=dark] .info-value{color:var(--text)}[data-theme=dark] .diet-badge{background:#00760026;border-color:#4caf50;color:#4caf50}[data-theme=dark] .pdp-v4-buy-now{color:coral;border-color:coral}[data-theme=dark] .pdp-v4-buy-now:hover:not(:disabled){background:#ff7f501a}[data-theme=dark] .pdp-v4-add-to-stack:disabled{background:var(--border);color:var(--muted)}[data-theme=dark] .pdp-v4-section{border-top-color:var(--border)}[data-theme=dark] .pdp-v4-section-title{color:var(--text)}[data-theme=dark] .pdp-v4-recommendation-card{border-color:var(--border);background:var(--surface-elevated)}[data-theme=dark] .pdp-v4-recommendation-card:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .pdp-v4-recommendation-card img{background:#fff;border-color:transparent;border-radius:6px}[data-theme=dark] .pdp-v4-recommendation-card h4{color:var(--text)}[data-theme=dark] .pdp-v4-see-all-alternatives{border-color:#4da6ff;color:#4da6ff}[data-theme=dark] .pdp-v4-see-all-alternatives:hover{background:#4da6ff;color:#fff}[data-theme=dark] .pdp-v4-full-specs-table td{border-bottom-color:var(--border)}[data-theme=dark] .pdp-v4-full-specs-table td:first-child{background:var(--surface-elevated);color:var(--text)}[data-theme=dark] .pdp-v4-full-specs-table td:last-child{color:var(--muted)}@media (max-width: 768px){[data-theme=dark] .pdp-v4-mobile-cta{background:var(--surface-elevated);border-top-color:var(--border);box-shadow:0 -4px 12px #0000004d}[data-theme=dark] .pdp-v4-mobile-cta:after{background:var(--surface-elevated)}[data-theme=dark] .price-current-mobile{color:var(--text)}[data-theme=dark] .price-old-mobile{color:var(--muted)}}.toast-container{position:fixed;top:80px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:360px;pointer-events:none}.toast-container .toast{pointer-events:auto}.toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:8px;background:#333;color:#fff;box-shadow:0 4px 12px #00000026;cursor:pointer;animation:toast-slide-in .3s ease-out}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast:hover{background:#444}.toast-info{background:#333}.toast-success{background:#28a745;color:#fff}.toast-warning{background:#f0ad4e;color:#333}.toast-error{background:#dc3545}.toast-message{flex:1;font-size:14px;line-height:1.4}.toast-dismiss{background:none;border:none;color:inherit;font-size:20px;cursor:pointer;opacity:.7;padding:0;line-height:1}.toast-dismiss:hover{opacity:1}@media (max-width: 480px){.toast-container{inset:auto 16px 16px;max-width:none}.toast{width:100%}}.locker-card{display:flex;gap:12px;padding:14px;border:1px solid #d5d9d9;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s ease}.locker-card:hover{border-color:#232f3e;box-shadow:0 2px 4px #0000000f}.locker-card.selected{border-color:#f90;background:#fffaf0;box-shadow:0 0 0 1px #f90}.locker-card-radio{flex-shrink:0;padding-top:2px}.locker-card-radio input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#ff9900}.locker-card-content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.locker-card-header{display:flex;flex-direction:column;gap:4px}.locker-card-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.locker-card-name{font-size:15px;font-weight:600;color:#0f1111;margin:0;line-height:1.3;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.locker-card-distance{font-size:14px;font-weight:600;color:#067d62;flex-shrink:0;white-space:nowrap}.locker-card-provider{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.locker-card-details{display:flex;flex-direction:column;gap:6px}.locker-card-address,.locker-card-hours,.locker-card-postal{display:flex;align-items:flex-start;gap:6px;font-size:13px;color:#565959;line-height:1.4}.locker-card-address svg,.locker-card-hours svg{flex-shrink:0;margin-top:2px;color:#888c8c}.locker-card-address span{flex:1;min-width:0}.locker-card-postal{font-size:12px}.locker-card-postal-label{font-weight:500;color:#888c8c}@media (max-width: 640px){.locker-card{padding:12px}.locker-card-name{font-size:14px}.locker-card-distance{font-size:13px}.locker-card-provider{font-size:11px}.locker-card-address,.locker-card-hours{font-size:12px}.locker-card-postal{font-size:11px}}[data-theme=dark] .locker-card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .locker-card:hover{border-color:#89a}[data-theme=dark] .locker-card.selected{background:#ff990014}[data-theme=dark] .locker-card-name{color:var(--text)}[data-theme=dark] .locker-card-address,[data-theme=dark] .locker-card-hours,[data-theme=dark] .locker-card-postal,[data-theme=dark] .locker-card-postal-label{color:var(--muted)}[data-theme=dark] .locker-card-address svg,[data-theme=dark] .locker-card-hours svg{color:var(--muted)}.locker-list{width:100%}.locker-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 2px}.locker-list-count{font-size:14px;font-weight:600;color:#0f1111}.locker-list-sort-indicator{display:flex;align-items:center;gap:4px;font-size:12px;color:#067d62}.locker-list-sort-indicator svg{flex-shrink:0}.locker-list-items{display:flex;flex-direction:column;gap:10px}.locker-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.locker-list-spinner{width:40px;height:40px;border:3px solid #e7e7e7;border-top-color:#f90;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.locker-list-loading p{font-size:14px;color:#565959;margin:0}.locker-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.locker-list-empty svg{color:#888c8c;margin-bottom:16px}.locker-list-empty p{font-size:14px;color:#565959;margin:0;max-width:280px}@media (max-width: 640px){.locker-list-header{margin-bottom:10px}.locker-list-count{font-size:13px}.locker-list-sort-indicator{font-size:11px}.locker-list-items{gap:8px}.locker-list-loading,.locker-list-empty{padding:40px 20px}.locker-list-spinner{width:32px;height:32px}.locker-list-empty svg{width:40px;height:40px}}[data-theme=dark] .locker-list-count{color:var(--text)}[data-theme=dark] .locker-list-sort-indicator{color:#2dd4a8}[data-theme=dark] .locker-list-spinner{border-color:var(--border);border-top-color:#f90}[data-theme=dark] .locker-list-loading p,[data-theme=dark] .locker-list-empty p{color:var(--muted)}[data-theme=dark] .locker-list-empty svg{color:var(--muted)}.montonio-widget{margin:16px 0;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;position:relative}.montonio-widget__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffe6;z-index:10;border-radius:8px}.montonio-widget--loading,.montonio-widget--error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center}.montonio-widget__spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top-color:#06c;border-radius:50%;animation:montonio-spin .8s linear infinite;margin-bottom:12px}@keyframes montonio-spin{to{transform:rotate(360deg)}}.montonio-widget__container{min-height:200px;margin-bottom:16px}.montonio-widget__container iframe{border:none;width:100%}.montonio-widget__error{background:#fff3cd;border:1px solid #ffc107;color:#856404;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.montonio-widget__error-text{color:#d32f2f;margin:0 0 16px}.montonio-widget__retry-btn{background:#06c;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.montonio-widget__retry-btn:hover{background:#0052a3}.montonio-widget__submit-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background:#06c;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.montonio-widget__submit-btn:hover:not(:disabled){background:#0052a3}.montonio-widget__submit-btn:disabled{opacity:.6;cursor:not-allowed}.montonio-widget__btn-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:montonio-spin .8s linear infinite;margin-right:8px}.montonio-widget__cancel-link{display:block;width:100%;margin-top:12px;padding:10px;background:transparent;border:none;color:#666;font-size:14px;cursor:pointer;text-align:center;transition:color .2s}.montonio-widget__cancel-link:hover:not(:disabled){color:#333;text-decoration:underline}.montonio-widget__cancel-link:disabled{opacity:.5;cursor:not-allowed}.montonio-widget__trust-badges{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:16px;border-top:1px solid #f0f0f0;margin-top:16px}.montonio-widget__trust-badges svg{height:24px;width:auto;opacity:.6}@media (max-width: 480px){.montonio-widget{padding:12px;margin:12px 0}.montonio-widget__submit-btn{padding:12px 20px;font-size:15px}.montonio-widget__container{min-height:250px}}.checkout-success{max-width:700px;margin:0 auto;padding:20px 16px;text-align:center}.success-checkmark{margin:0 auto 24px;width:80px;height:80px}.checkmark{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#28a745;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#28a745;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#28a745;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #28a745}}.checkout-success h1{font-size:24px;color:#28a745;margin-bottom:12px;font-weight:700}.checkout-success .order-number{font-size:16px;margin-bottom:8px;color:#333;font-weight:600}.checkout-success .thank-you-message{font-size:15px;margin-bottom:32px;color:#666;line-height:1.5}.order-summary{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px 16px;margin-bottom:32px;text-align:left}.order-summary h3{font-size:18px;margin-top:0;margin-bottom:20px;color:#333;text-align:center}.summary-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.summary-section:last-of-type{border-bottom:none;margin-bottom:16px}.summary-section h4{font-size:14px;font-weight:600;color:#666;margin-top:0;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.summary-item{display:flex;align-items:center;gap:12px;margin-bottom:8px;font-size:14px}.summary-item .item-name{flex:1;color:#333}.summary-item .item-qty{color:#666;font-size:13px}.summary-item .item-price{font-weight:600;color:#333;min-width:60px;text-align:right}.delivery-info{font-size:14px;line-height:1.6;color:#333;margin:0}.delivery-info strong{display:block;margin-bottom:4px;color:#007bff}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid #333;font-size:18px;font-weight:700;color:#333}.summary-total .total-amount{color:#28a745;font-size:20px}.upsell-section{margin-bottom:32px;padding:20px 0;border-top:2px dashed #e0e0e0}.upsell-section h3{font-size:20px;color:#333;margin-bottom:8px}.upsell-subtitle{font-size:14px;color:#666;margin-bottom:20px}.recommendations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.recommendation-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease;text-align:left}.recommendation-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}.rec-image{width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;margin-bottom:12px;background:#f8f9fa}.rec-image img{width:100%;height:100%;object-fit:cover}.rec-info h4{font-size:13px;margin:0 0 8px;color:#333;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px}.rec-price{font-size:16px;font-weight:700;color:#007bff;margin:0 0 8px}.rec-badge{display:inline-block;font-size:11px;padding:4px 8px;background:#e7f3ff;color:#007bff;border-radius:4px;text-transform:capitalize}.success-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.success-actions button{width:100%}@media (min-width: 640px){.checkout-success{padding:32px 24px}.success-checkmark{width:100px;height:100px;margin-bottom:32px}.checkmark{width:100px;height:100px}.checkout-success h1{font-size:28px;margin-bottom:16px}.checkout-success .order-number{font-size:18px}.checkout-success .thank-you-message{font-size:16px}.order-summary{padding:24px}.order-summary h3{font-size:20px}.summary-item{font-size:15px}.recommendations-grid{grid-template-columns:repeat(4,1fr);gap:16px}.rec-info h4{font-size:14px}.success-actions{flex-direction:row;justify-content:center}.success-actions button{width:auto;min-width:180px}}@media (min-width: 768px){.checkout-success{padding:40px 32px}.checkout-success h1{font-size:32px}.upsell-section h3{font-size:22px}.upsell-subtitle{font-size:15px}}.checkout-v2{max-width:480px;margin:0 auto;padding:16px;min-height:100vh;background:var(--bg, #f2f3f5)}@media (min-width: 768px){.checkout-v2{max-width:600px;padding:24px}}.checkout-v2-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border, #e5e7eb)}.checkout-v2-header h1{font-size:1.5rem;font-weight:600;margin:0;color:var(--text, #111)}.checkout-v2-cart-summary{font-size:.875rem;color:var(--muted, #6b7280);font-weight:500}.checkout-v2-loading,.checkout-v2-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.checkout-v2-loading .spinner,.spinner{width:40px;height:40px;border:3px solid var(--border, #e5e7eb);border-top-color:var(--accent, #ff6b35);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.checkout-v2-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.error-dismiss{background:none;border:none;font-size:1.25rem;color:#dc2626;cursor:pointer;padding:0 4px}.checkout-v2-content{background:var(--surface, #fff);border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014}.step-title{font-size:1.25rem;font-weight:600;margin:0 0 16px;color:var(--text, #111)}.step-subtitle{font-size:.875rem;color:var(--muted, #6b7280);margin:-12px 0 16px}.balance-display{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;padding:16px;margin-bottom:20px;text-align:center}.balance-display-label{font-size:.875rem;color:#2e7d32;margin-bottom:4px}.balance-display-amount{font-size:1.75rem;font-weight:700;color:#1b5e20}.balance-display-hint{font-size:.75rem;color:#388e3c;margin-top:4px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text, #111);margin-bottom:6px}.form-input{width:100%;padding:12px 14px;font-size:1rem;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff);color:var(--text, #111);transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:var(--accent, #ff6b35);box-shadow:0 0 0 3px #ff6b3526}.form-input::placeholder{color:var(--muted, #6b7280);font-style:italic}.form-input.input-empty{border-style:dashed}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-hint{font-size:.75rem;color:var(--muted, #6b7280);margin-top:4px}.form-row{display:flex;gap:12px}.form-row .form-group{flex:1}.btn-primary{width:100%;padding:14px 20px;font-size:1rem;font-weight:600;color:#fff;background:var(--accent, #ff6b35);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;min-height:48px}.btn-primary:hover:not(:disabled){background:#e55a2b}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary.loading{color:transparent;position:relative}.btn-primary.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #fff;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.btn-secondary{width:100%;padding:12px 20px;font-size:.9375rem;font-weight:500;color:var(--text, #111);background:transparent;border:1px solid var(--border, #e5e7eb);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s;min-height:44px}.btn-secondary:hover:not(:disabled){background:var(--bg, #f2f3f5);border-color:var(--muted, #6b7280)}.btn-link{background:none;border:none;color:var(--muted, #6b7280);font-size:.875rem;cursor:pointer;padding:8px 0;text-decoration:underline}.btn-link:hover{color:var(--text, #111)}.benefits-list{list-style:none;padding:0;margin:0 0 20px}.benefits-list li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.9375rem;color:var(--text, #111)}.benefits-list li:before{content:"";display:block;width:6px;height:6px;background:var(--accent, #ff6b35);border-radius:50%;flex-shrink:0}.warning-banner{background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #f97316;border-radius:8px;padding:14px 16px;margin-bottom:20px;display:flex;align-items:flex-start;gap:12px}.warning-banner-icon{font-size:1.25rem;flex-shrink:0}.warning-banner-text{font-size:.9375rem;color:#9a3412;line-height:1.4}.warning-banner-amount{font-weight:700;color:#c2410c}.smartid-verification-box{background:#f0f8ff;border:2px solid #0066c0;border-radius:12px;padding:24px;text-align:center;margin-bottom:24px}.smartid-verification-label{font-size:.875rem;color:#666;margin-bottom:8px}.smartid-verification-code{font-size:3rem;font-weight:700;color:#0066c0;letter-spacing:8px;font-family:monospace}@media (min-width: 768px){.smartid-verification-code{font-size:3.5rem}}.smartid-instructions{margin-top:20px;text-align:left;max-width:300px;margin-left:auto;margin-right:auto}.smartid-instructions h3{font-size:1.125rem;margin:0 0 12px;text-align:center}.smartid-instructions ol{padding-left:20px;margin:0;line-height:1.8}.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border, #e5e7eb)}.cart-item:last-child{border-bottom:none}.cart-item-image{width:64px;height:64px;object-fit:cover;border-radius:8px;background:var(--bg, #f2f3f5);flex-shrink:0}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:.9375rem;font-weight:500;color:var(--text, #111);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-price{font-size:.875rem;color:var(--price, #e63946);font-weight:600}.cart-item-controls{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-controls{display:flex;align-items:center;gap:0;border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg, #f2f3f5);border:none;cursor:pointer;font-size:1.125rem;color:var(--text, #111)}.qty-btn:hover{background:var(--border, #e5e7eb)}.qty-value{width:32px;text-align:center;font-size:.9375rem;font-weight:500;background:var(--surface, #fff)}.remove-btn{background:none;border:none;color:var(--muted, #6b7280);font-size:.8125rem;cursor:pointer;padding:4px 8px}.remove-btn:hover{color:#dc2626}.delivery-summary{background:var(--bg, #f2f3f5);border-radius:8px;padding:14px;margin:16px 0;display:flex;align-items:center;gap:12px}.delivery-summary-icon{font-size:1.5rem}.delivery-summary-content{flex:1}.delivery-summary-name{font-weight:600;font-size:.9375rem;color:var(--text, #111)}.delivery-summary-address{font-size:.8125rem;color:var(--muted, #6b7280)}.change-link{color:var(--accent, #ff6b35);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer}.change-link:hover{text-decoration:underline}.wallet-payment-card{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #4caf50;border-radius:12px;padding:20px;margin-bottom:16px}.wallet-payment-header{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;color:#1b5e20;margin-bottom:16px}.wallet-payment-row{display:flex;justify-content:space-between;font-size:.9375rem;color:#2e7d32;padding:4px 0}.wallet-payment-row.total{border-top:1px solid rgba(46,125,50,.3);margin-top:8px;padding-top:12px;font-weight:600}.wallet-savings{background:#4caf50;color:#fff;padding:8px 12px;border-radius:6px;font-size:.875rem;text-align:center;margin-top:12px}.topup-packs{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.topup-pack{border:2px solid var(--border, #e5e7eb);border-radius:12px;padding:16px;cursor:pointer;transition:border-color .2s,background .2s}.topup-pack:hover:not(.disabled){border-color:var(--accent, #ff6b35)}.topup-pack.recommended{border-color:var(--accent, #ff6b35);background:#fff7ed;position:relative}.topup-pack.recommended:before{content:"RECOMMENDED";position:absolute;top:-10px;left:16px;background:var(--accent, #ff6b35);color:#fff;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.5px}.topup-pack.best-value{border-color:#4caf50;background:#f0fdf4;position:relative}.topup-pack.best-value:before{content:"BEST VALUE";position:absolute;top:-10px;left:16px;background:#4caf50;color:#fff;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.5px}.topup-pack.disabled{opacity:.5;cursor:not-allowed;background:var(--bg, #f2f3f5)}.topup-pack-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.topup-pack-amount{font-size:1.25rem;font-weight:700;color:var(--text, #111)}.topup-pack-bonus{font-size:.875rem;color:#4caf50;font-weight:600}.topup-pack-after{font-size:.8125rem;color:var(--muted, #6b7280)}.payment-divider{display:flex;align-items:center;margin:24px 0;color:var(--muted, #6b7280);font-size:.875rem}.payment-divider:before,.payment-divider:after{content:"";flex:1;height:1px;background:var(--border, #e5e7eb)}.payment-divider span{padding:0 16px}.bank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.bank-btn{aspect-ratio:2/1;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff);cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;padding:8px}.bank-btn:hover{border-color:var(--accent, #ff6b35);box-shadow:0 2px 8px #00000014}.bank-btn img{max-width:100%;max-height:100%;object-fit:contain}.bank-btn.muted{opacity:.6}.terms-checkbox{display:flex;align-items:flex-start;gap:10px;margin:16px 0;font-size:.875rem;color:var(--muted, #6b7280)}.terms-checkbox input{margin-top:2px;width:18px;height:18px;accent-color:var(--accent, #ff6b35)}.terms-checkbox a{color:var(--accent, #ff6b35);text-decoration:none}.terms-checkbox a:hover{text-decoration:underline}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--surface, #fff);padding:16px;box-shadow:0 -2px 10px #0000001a;z-index:var(--z-mobile-cta, 1100)}@media (min-width: 768px){.sticky-cta{position:static;box-shadow:none;padding:20px 0 0}}.order-total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;padding:16px 0;border-top:1px solid var(--border, #e5e7eb);margin-top:8px}.order-total-label{color:var(--text, #111)}.order-total-amount{color:var(--price, #e63946)}.back-link{display:flex;align-items:center;gap:6px;color:var(--muted, #6b7280);font-size:.875rem;margin-bottom:16px;cursor:pointer;background:none;border:none;padding:0}.back-link:hover{color:var(--text, #111)}.locker-search{position:relative;margin-bottom:16px}.locker-search-input{width:100%;padding:12px 14px 12px 40px;font-size:1rem;color:var(--text, #111);border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff)}.locker-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted, #6b7280)}.locker-list{max-height:400px;overflow-y:auto;margin:0 -20px;padding:0 20px}@media (max-width: 767px){.locker-list{max-height:calc(100vh - 280px)}}.checkout-v2-cart-footer{position:fixed;bottom:0;left:0;right:0;background:var(--surface, #fff);border:none;border-top:1px solid var(--border, #e5e7eb);padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.9375rem;z-index:var(--z-mobile-cta, 1100);cursor:pointer;transition:background .2s}.checkout-v2-cart-footer:hover{background:var(--bg, #f2f3f5)}.cart-footer-label{color:var(--muted, #6b7280)}.cart-footer-summary{font-weight:600;color:var(--text, #111)}.cart-footer-toggle{color:var(--muted, #6b7280);font-size:.75rem;margin-left:8px}@media (min-width: 768px){.checkout-v2-cart-footer{position:static;background:var(--bg, #f2f3f5);border-radius:8px;border:none;margin-top:20px}}.cart-expanded-panel{position:fixed;bottom:48px;left:0;right:0;max-height:60vh;background:var(--surface, #fff);border-top:1px solid var(--border, #e5e7eb);box-shadow:0 -4px 20px #00000026;z-index:calc(var(--z-mobile-cta, 1100) - 1);overflow-y:auto;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-expanded-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border, #e5e7eb);position:sticky;top:0;background:var(--surface, #fff)}.cart-expanded-header h3{margin:0;font-size:1rem;font-weight:600}.cart-expanded-close{background:none;border:none;font-size:1.5rem;color:var(--muted, #6b7280);cursor:pointer;padding:0;line-height:1}.cart-expanded-items{padding:8px 16px}.cart-expanded-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border, #e5e7eb)}.cart-expanded-item:last-child{border-bottom:none}.cart-expanded-item-image{width:48px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0}.cart-expanded-item-image.placeholder{background:var(--bg, #f2f3f5)}.cart-expanded-item-info{flex:1;min-width:0}.cart-expanded-item-name{font-size:.875rem;font-weight:500;color:var(--text, #111);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-expanded-item-price{font-size:.8125rem;color:var(--price, #e63946);font-weight:600;margin-top:2px}.cart-expanded-item-controls{display:flex;align-items:center;gap:8px}.cart-expanded-total{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--border, #e5e7eb);font-weight:600;font-size:1rem;position:sticky;bottom:0;background:var(--surface, #fff)}@media (min-width: 768px){.cart-expanded-panel{position:static;max-height:none;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-top:16px;animation:none}}.order-items-list{background:var(--surface, #fff);border-radius:12px;border:1px solid var(--border, #e5e7eb);margin-bottom:20px;overflow:hidden}.order-items-list__header{font-size:.75rem;font-weight:600;color:var(--muted, #6b7280);letter-spacing:.5px;padding:14px 16px 0}.order-items-list__items{padding:0 16px}.order-items-list__item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border, #e5e7eb)}.order-items-list__item:last-child{border-bottom:none}.order-items-list__image-link{flex-shrink:0}.order-items-list__image{width:64px;height:64px;object-fit:cover;border-radius:8px;background:var(--bg, #f2f3f5)}.order-items-list__image--placeholder{background:var(--bg, #f2f3f5)}.order-items-list__details{flex:1;min-width:0}.order-items-list__name{font-size:.9375rem;font-weight:500;color:var(--text, #111);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.order-items-list__name:hover{color:var(--accent, #ff6b35)}.order-items-list__price{font-size:.875rem;color:var(--price, #e63946);font-weight:600;margin-top:4px}.order-items-list__qty-label{color:var(--muted, #6b7280);font-weight:400}.order-items-list__controls{display:flex;align-items:center;gap:8px;margin-top:8px}.order-items-list__qty-controls{display:flex;align-items:center;border:1px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden}.order-items-list__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg, #f2f3f5);border:none;cursor:pointer;font-size:1rem;color:var(--text, #111)}.order-items-list__qty-btn:hover{background:var(--border, #e5e7eb)}.order-items-list__qty-value{width:28px;text-align:center;font-size:.875rem;font-weight:500;background:var(--surface, #fff)}.order-items-list__remove-btn{background:none;border:none;color:var(--muted, #6b7280);font-size:1.25rem;cursor:pointer;padding:2px 6px;line-height:1}.order-items-list__remove-btn:hover{color:#dc2626}.order-items-list__show-more{display:block;width:100%;background:none;border:none;padding:12px 0;color:var(--muted, #6b7280);font-size:.875rem;cursor:pointer;text-align:left}.order-items-list__show-more:hover{color:var(--text, #111)}.order-items-list__total{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid var(--border, #e5e7eb);background:var(--bg, #f2f3f5)}.order-items-list__total-label{font-size:.9375rem;font-weight:600;color:var(--text, #111)}.order-items-list__total-amount{font-size:1.125rem;font-weight:700;color:var(--price, #e63946)}.order-items-list__delivery{padding:8px 16px 14px;font-size:.8125rem;color:var(--muted, #6b7280);background:var(--bg, #f2f3f5)}.order-items-list__delivery--free{color:#4caf50;font-weight:500}.order-items-list--compact .order-items-list__image{width:48px;height:48px}.order-items-list--compact .order-items-list__name{font-size:.875rem;-webkit-line-clamp:1}.order-items-list--compact .order-items-list__price{font-size:.8125rem}.order-items-list--compact .order-items-list__item{padding:10px 0}.contact-summary{background:var(--bg, #f2f3f5);border-radius:8px;padding:14px;margin:16px 0;display:flex;align-items:center;gap:12px}.contact-summary-icon{font-size:1.5rem}.contact-summary-content{flex:1}.contact-summary-email{font-weight:600;font-size:.9375rem;color:var(--text, #111)}.contact-summary-phone{font-size:.8125rem;color:var(--muted, #6b7280)}.balance-equation-card{background:var(--bg, #f2f3f5);border-radius:12px;padding:16px;margin-bottom:20px}.balance-equation-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.9375rem}.balance-equation-label{color:var(--text, #111)}.balance-equation-value{font-weight:500}.balance-equation-value--current{color:var(--muted, #6b7280)}.balance-equation-value--checkmark,.balance-equation-value--bonus{color:#4caf50}.balance-equation-value--deduct{color:var(--text, #111)}.balance-equation-divider{height:1px;background:var(--border, #e5e7eb);margin:8px 0}.balance-equation-row--result{padding-top:10px}.balance-equation-value--result{color:#1b5e20;font-weight:700;font-size:1.125rem}.balance-equation-shortfall{display:flex;justify-content:space-between;padding-top:8px;border-top:1px solid var(--border, #e5e7eb);margin-top:8px;color:#dc2626;font-size:.9375rem}.balance-equation-shortfall-amount{font-weight:600}.unused-balance-callout{display:flex;align-items:center;gap:10px;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;padding:12px 14px;margin-bottom:12px}.unused-balance-icon{font-size:1.25rem}.unused-balance-text{font-size:.875rem;color:#2e7d32;font-weight:500}.payment-option{border:2px solid var(--border, #e5e7eb);border-radius:12px;padding:16px;margin-bottom:12px;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:var(--surface, #fff)}.payment-option:hover:not(.disabled){border-color:var(--accent, #ff6b35)}.payment-option.selected{border-color:var(--accent, #ff6b35);background:#fff7ed;box-shadow:0 0 0 3px #ff6b3526}.payment-option.disabled{opacity:.5;cursor:not-allowed;background:var(--bg, #f2f3f5)}.payment-option-secondary{background:var(--bg, #f7f8fa)}.payment-option-secondary.selected{background:var(--surface, #fff)}.payment-option-header{display:flex;align-items:center;gap:12px}.payment-option-radio{flex-shrink:0}.radio-dot{display:block;width:20px;height:20px;border:2px solid var(--border, #d1d5db);border-radius:50%;background:var(--surface, #fff);position:relative;transition:border-color .2s}.radio-dot.checked{border-color:var(--accent, #ff6b35)}.radio-dot.checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--accent, #ff6b35);border-radius:50%}.payment-option-title{font-size:1rem;font-weight:600;color:var(--text, #111);display:flex;align-items:center;gap:8px}.star-badge{color:#f59e0b;font-size:1.125rem}.payment-option-subtitle{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;margin-left:32px;font-size:.8125rem}.balance-kept{color:#4caf50}.no-bonus-note{color:var(--muted, #6b7280)}.payment-option-content{margin-top:16px;margin-left:32px}.topup-pack-pills{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}@media (min-width: 768px){.topup-pack-pills{flex-direction:row;gap:12px}}.pack-pill{flex:1;display:flex;flex-direction:column;align-items:center;padding:12px 16px;border:2px solid var(--border, #e5e7eb);border-radius:10px;background:var(--surface, #fff);cursor:pointer;transition:border-color .2s,background .2s,transform .1s;text-align:center;min-width:0}.pack-pill:hover:not(:disabled){border-color:var(--accent, #ff6b35);transform:translateY(-1px)}.pack-pill.selected{border-color:var(--accent, #ff6b35);background:#fff7ed;box-shadow:0 0 0 2px #ff6b3533}.pack-pill.disabled{opacity:.5;cursor:not-allowed;background:var(--bg, #f2f3f5)}.pack-pill.disabled:hover{transform:none}.pack-pill.recommended{position:relative}.pack-pill.recommended:before{content:"RECOMMENDED";position:absolute;top:-9px;left:50%;transform:translate(-50%);background:var(--accent, #ff6b35);color:#fff;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:4px;white-space:nowrap;letter-spacing:.3px}.pack-pill.best-value{position:relative}.pack-pill.best-value:before{content:"BEST VALUE";position:absolute;top:-9px;left:50%;transform:translate(-50%);background:#4caf50;color:#fff;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:4px;white-space:nowrap;letter-spacing:.3px}.pack-pill-amount{font-size:1.25rem;font-weight:700;color:var(--text, #111)}.pack-pill-total{font-size:.875rem;color:var(--muted, #6b7280);margin-top:2px}.pack-pill-bonus{font-size:.8125rem;color:#4caf50;font-weight:600;margin-top:4px;display:flex;align-items:center;gap:4px}.pill-badge{color:#f59e0b;font-size:.875rem}.pack-pill-insufficient{font-size:.75rem;color:#dc2626;margin-top:4px}.balance-breakdown{background:var(--bg, #f2f3f5);border-radius:10px;padding:14px 16px}.breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.9375rem}.breakdown-label{color:var(--text, #111)}.breakdown-label .balance-checkmark{color:#4caf50}.breakdown-value{font-weight:500}.breakdown-value.balance-value,.breakdown-value.bonus-value{color:#4caf50}.breakdown-value.deduct-value{color:var(--text, #111)}.breakdown-divider{height:1px;background:var(--border, #e5e7eb);margin:6px 0}.breakdown-row.result-row{padding-top:8px}.breakdown-value.result-value{color:#1b5e20;font-weight:700;font-size:1.125rem}.bonus-callout{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #e5e7eb)}.bonus-icon{font-size:1.125rem}.bonus-text{font-size:.875rem;color:#4caf50;font-weight:500}.welcome-bonus{color:#f59e0b}.pay-button-container{margin-top:20px}.pay-button{font-size:1.0625rem}[data-theme=dark] .checkout-v2-error{background:#dc26261a;border-color:#dc26264d;color:#ef5350}[data-theme=dark] .error-dismiss{color:#ef5350}[data-theme=dark] .checkout-v2-content{box-shadow:0 1px 3px #0003}[data-theme=dark] .balance-display{background:linear-gradient(135deg,#2e7d3226,#388e3c1a)}[data-theme=dark] .balance-display-label{color:#66bb6a}[data-theme=dark] .balance-display-amount{color:#81c784}[data-theme=dark] .balance-display-hint{color:#66bb6a}[data-theme=dark] .warning-banner{background:#f973161a;border-color:#f9731640;border-left-color:#f97316}[data-theme=dark] .warning-banner-text{color:#fb923c}[data-theme=dark] .warning-banner-amount{color:#fdba74}[data-theme=dark] .smartid-verification-box{background:#0066c014;border-color:#0066c066}[data-theme=dark] .smartid-verification-label{color:var(--muted)}[data-theme=dark] .smartid-verification-code{color:#4da6ff}[data-theme=dark] .wallet-payment-card{background:linear-gradient(135deg,#2e7d321f,#4caf5014);border-color:#4caf5066}[data-theme=dark] .wallet-payment-header{color:#81c784}[data-theme=dark] .wallet-payment-row{color:#66bb6a}[data-theme=dark] .wallet-payment-row.total{border-top-color:#2e7d3233}[data-theme=dark] .wallet-savings{background:#4caf5033;color:#81c784}[data-theme=dark] .topup-pack.recommended{background:#ff6b3514}[data-theme=dark] .topup-pack.best-value{background:#4caf5014}[data-theme=dark] .payment-option.selected{background:#ff6b3514;box-shadow:0 0 0 3px #ff6b351a}[data-theme=dark] .payment-option-secondary{background:var(--hover-bg)}[data-theme=dark] .payment-option-secondary.selected{background:var(--surface)}[data-theme=dark] .pack-pill.selected{background:#ff6b3514;box-shadow:0 0 0 2px #ff6b3526}[data-theme=dark] .unused-balance-callout{background:#2e7d321a;border-color:#4caf5040}[data-theme=dark] .unused-balance-text{color:#66bb6a}[data-theme=dark] .balance-equation-value--result{color:#81c784}[data-theme=dark] .balance-equation-shortfall{color:#ef5350}[data-theme=dark] .breakdown-value.result-value{color:#81c784}.checkout-complete-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.checkout-complete-card{max-width:480px;width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:48px 32px;text-align:center}.success-icon,.failed-icon,.error-icon{margin-bottom:24px}.success-icon svg{color:#22c55e}.failed-icon svg{color:#f97316}.error-icon svg{color:#ef4444}.checkout-complete-card h1{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.order-number{font-size:16px;color:#666;margin:0 0 12px}.order-number strong{font-family:monospace;font-size:18px;color:#333}.success-message,.failed-message,.error-message{font-size:15px;color:#666;line-height:1.5;margin:0 0 32px}.checkout-complete-actions{display:flex;flex-direction:column;gap:12px}.checkout-complete-actions .btn-primary{display:inline-block;padding:14px 24px;background:#06c;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:15px;transition:background .2s}.checkout-complete-actions .btn-primary:hover{background:#0052a3}.checkout-complete-actions .btn-secondary{display:inline-block;padding:14px 24px;background:#f5f5f5;color:#333;text-decoration:none;border-radius:8px;font-weight:500;font-size:15px;transition:background .2s}.checkout-complete-actions .btn-secondary:hover{background:#e8e8e8}.checkout-complete-card.loading{padding:64px 32px}.loading-spinner{width:48px;height:48px;border:3px solid #e0e0e0;border-top-color:#06c;border-radius:50%;margin:0 auto 24px;animation:spin 1s linear infinite}.checkout-complete-card.success{border-top:4px solid #22c55e}.checkout-complete-card.failed{border-top:4px solid #f97316}.checkout-complete-card.error{border-top:4px solid #ef4444}.checkout-complete-items{text-align:left;margin:24px 0;padding:16px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.checkout-complete-items h3{font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.order-items-list{list-style:none;padding:0;margin:0}.order-item{display:flex;align-items:center;gap:12px;padding:8px 0}.order-item+.order-item{border-top:1px solid #f5f5f5}.order-item-image{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f5f5f5}.order-item-details{flex:1;min-width:0}.order-item-name{display:block;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-qty{font-size:13px;color:#888}.order-item-price{font-size:14px;font-weight:500;color:#333}.checkout-complete-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:18px;border-bottom:1px solid #eee;margin-bottom:24px}.checkout-complete-total strong{color:#06c;font-size:20px}.checkout-complete-delivery{text-align:left;margin-bottom:24px}.checkout-complete-delivery h3{font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.checkout-complete-delivery p{font-size:14px;color:#333;line-height:1.5;margin:0}@media (max-width: 480px){.checkout-complete-card{padding:32px 24px;margin:0 16px}.checkout-complete-card h1{font-size:20px}.order-item-image{width:40px;height:40px}.order-item-name{font-size:13px}}[data-theme=dark] .checkout-complete-card{background:var(--surface);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .checkout-complete-card h1{color:var(--text)}[data-theme=dark] .order-number{color:var(--muted)}[data-theme=dark] .order-number strong{color:var(--text)}[data-theme=dark] .success-message,[data-theme=dark] .failed-message,[data-theme=dark] .error-message{color:var(--muted)}[data-theme=dark] .checkout-complete-actions .btn-secondary{background:var(--hover-bg);color:var(--text)}[data-theme=dark] .checkout-complete-actions .btn-secondary:hover{background:var(--border)}[data-theme=dark] .loading-spinner{border-color:var(--border)}[data-theme=dark] .checkout-complete-items{border-top-color:var(--border);border-bottom-color:var(--border)}[data-theme=dark] .checkout-complete-items h3{color:var(--muted)}[data-theme=dark] .order-item+.order-item{border-top-color:var(--border)}[data-theme=dark] .order-item-image{background:var(--hover-bg)}[data-theme=dark] .order-item-name{color:var(--text)}[data-theme=dark] .order-item-qty{color:var(--muted)}[data-theme=dark] .order-item-price{color:var(--text)}[data-theme=dark] .checkout-complete-total{border-bottom-color:var(--border);color:var(--text)}[data-theme=dark] .checkout-complete-delivery h3{color:var(--muted)}[data-theme=dark] .checkout-complete-delivery p{color:var(--text)}.orders-page{max-width:1200px;margin:0 auto;padding:24px;background:var(--bg);min-height:100vh}.orders-header{background:var(--surface);padding:20px 24px;border:1px solid var(--border);border-radius:8px;margin-bottom:24px}.orders-header h1{font-size:28px;font-weight:400;margin:0 0 8px;color:var(--text)}.orders-header .subtitle{font-size:14px;color:var(--muted)}.orders-loading,.orders-empty{text-align:center;padding:48px 24px;background:var(--surface);border:1px solid var(--border);border-radius:8px}.orders-loading{font-size:16px;color:var(--muted)}.orders-empty h2{font-size:24px;font-weight:400;margin:0 0 16px;color:var(--text)}.orders-empty p{font-size:14px;color:var(--muted);margin-bottom:24px}.orders-empty .btn-primary{background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;color:#111;font-size:13px;padding:8px 24px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 1px #fff6 inset}.orders-empty .btn-primary:hover{background:linear-gradient(to bottom,#f5d78e,#edb933)}.orders-error{background:#fee;border:1px solid #c33;padding:16px;border-radius:4px;margin-bottom:16px;color:#c33}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:16px;overflow:hidden}.order-card-header{background:#f0f2f2;padding:14px 18px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.order-card-header-item{display:flex;flex-direction:column;gap:4px}.order-card-header-label{font-size:11px;color:var(--muted);text-transform:uppercase;font-weight:700}.order-card-header-value{font-size:14px;color:var(--text)}.order-number{color:#007185;font-weight:600}.order-card-body{padding:18px}.order-card-body-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}.order-items{display:flex;flex-direction:column;gap:12px}.order-item{display:flex;align-items:center;gap:12px}.order-item-image{width:80px;height:80px;object-fit:contain;border:1px solid var(--border);border-radius:4px;background:#fff}.order-item-info{flex:1}.order-item-name{font-size:14px;color:#007185;text-decoration:none;margin:0 0 4px;display:block}.order-item-name:hover{color:#c7511f;text-decoration:underline}.order-item-details{font-size:12px;color:var(--muted)}.order-card-actions{display:flex;flex-direction:column;gap:8px;min-width:200px}.btn-view-order{background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:3px;color:#0f1111;font-size:13px;padding:8px 16px;cursor:pointer;text-align:center;text-decoration:none;display:block;box-shadow:0 1px #fff9 inset;transition:background .1s}.btn-view-order:hover{background:linear-gradient(to bottom,#e7e9ec,#d5d9dd)}.status-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.processing{background:#cfe2ff;color:#084298}.status-badge.shipped{background:#d1ecf1;color:#0c5460}.status-badge.delivered{background:#d4edda;color:#155724}.status-badge.cancelled{background:#f8d7da;color:#721c24}.orders-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:16px}.orders-pagination button{background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:3px;color:#0f1111;font-size:13px;padding:6px 12px;cursor:pointer;min-width:36px;box-shadow:0 1px #fff9 inset}.orders-pagination button:hover:not(:disabled){background:linear-gradient(to bottom,#e7e9ec,#d5d9dd)}.orders-pagination button:disabled{opacity:.5;cursor:not-allowed}.orders-pagination button.active{background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border-color:#a88734;font-weight:700}.order-details-page{max-width:1000px;margin:0 auto;padding:24px;background:var(--bg);min-height:100vh}.back-button{background:transparent;border:none;color:#007185;font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:16px;display:inline-flex;align-items:center;gap:4px}.back-button:hover{color:#c7511f;text-decoration:underline}.order-details-header{background:var(--surface);padding:20px 24px;border:1px solid var(--border);border-radius:8px 8px 0 0;border-bottom:none}.order-details-header h1{font-size:24px;font-weight:400;margin:0 0 12px;color:var(--text)}.order-details-meta{display:flex;gap:32px;flex-wrap:wrap}.order-details-meta-item{display:flex;flex-direction:column;gap:4px}.order-details-meta-label{font-size:11px;color:var(--muted);text-transform:uppercase;font-weight:700}.order-details-meta-value{font-size:14px;color:var(--text)}.order-timeline{background:var(--surface);padding:20px 24px;border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.timeline-steps{display:flex;justify-content:space-between;align-items:center;position:relative;margin:24px 0}.timeline-line{position:absolute;top:20px;left:0;right:0;height:2px;background:var(--border);z-index:0}.timeline-progress{position:absolute;top:20px;left:0;height:2px;background:#067d62;z-index:1;transition:width .3s ease}.timeline-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:2;flex:1}.timeline-icon{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px}.timeline-step.completed .timeline-icon{background:#067d62;border-color:#067d62;color:#fff}.timeline-step.current .timeline-icon{background:#fff;border-color:#067d62;border-width:3px;color:#067d62}.timeline-label{font-size:12px;color:var(--muted);text-align:center;max-width:100px}.timeline-step.completed .timeline-label,.timeline-step.current .timeline-label{color:var(--text);font-weight:600}.order-section{background:var(--surface);padding:20px 24px;border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.order-section:last-child{border-radius:0 0 8px 8px}.order-section h2{font-size:18px;font-weight:700;margin:0 0 16px;color:var(--text)}.order-items-table{width:100%;border-collapse:collapse}.order-items-table th{text-align:left;padding:12px 8px;font-size:12px;color:var(--muted);font-weight:700;border-bottom:1px solid var(--border)}.order-items-table td{padding:12px 8px;border-bottom:1px solid var(--border)}.order-items-table tr:last-child td{border-bottom:none}.item-with-image{display:flex;align-items:center;gap:12px}.item-table-image{width:60px;height:60px;object-fit:contain;border:1px solid var(--border);border-radius:4px;background:#fff}.item-table-name{color:#007185;text-decoration:none;font-size:14px}.item-table-name:hover{color:#c7511f;text-decoration:underline}.order-summary{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.summary-row{display:flex;justify-content:space-between;padding:4px 0;font-size:14px}.summary-row.total{font-size:18px;font-weight:700;color:var(--price);padding-top:8px;border-top:1px solid var(--border);margin-top:8px}.order-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.order-info-box{padding:16px;background:#f7f8fa;border:1px solid var(--border);border-radius:4px}.order-info-box h3{font-size:14px;font-weight:700;margin:0 0 12px;color:var(--text)}.order-info-box p{margin:4px 0;font-size:14px;color:var(--text)}.order-info-box .label{font-size:12px;color:var(--muted);font-weight:600}@media (max-width: 768px){.orders-page,.order-details-page{padding:16px}.order-card-header{grid-template-columns:1fr;gap:12px}.order-card-body-grid{grid-template-columns:1fr}.order-card-actions{min-width:100%}.order-two-col{grid-template-columns:1fr}.timeline-steps{flex-direction:column;align-items:flex-start;gap:16px}.timeline-line,.timeline-progress{display:none}.timeline-step{flex-direction:row;width:100%}.timeline-label{text-align:left;max-width:none}.order-items-table{display:block;overflow-x:auto}}[data-theme=dark] .order-card-header{background:var(--hover-bg)}[data-theme=dark] .order-number,[data-theme=dark] .order-item-name{color:#4da6ff}[data-theme=dark] .order-item-name:hover{color:#79bfff}[data-theme=dark] .order-item-image{background:var(--surface)}[data-theme=dark] .btn-view-order{background:linear-gradient(to bottom,var(--surface),var(--hover-bg));border-color:var(--border);color:var(--text);box-shadow:none}[data-theme=dark] .btn-view-order:hover{background:linear-gradient(to bottom,var(--hover-bg),var(--border))}[data-theme=dark] .orders-pagination button{background:linear-gradient(to bottom,var(--surface),var(--hover-bg));border-color:var(--border);color:var(--text);box-shadow:none}[data-theme=dark] .orders-pagination button:hover:not(:disabled){background:linear-gradient(to bottom,var(--hover-bg),var(--border))}[data-theme=dark] .back-button{color:#4da6ff}[data-theme=dark] .back-button:hover{color:#79bfff}[data-theme=dark] .timeline-icon{background:var(--surface);border-color:var(--border)}[data-theme=dark] .timeline-step.current .timeline-icon{background:var(--surface)}[data-theme=dark] .order-info-box{background:var(--hover-bg)}[data-theme=dark] .item-table-image{background:var(--surface)}[data-theme=dark] .item-table-name{color:#4da6ff}[data-theme=dark] .item-table-name:hover{color:#79bfff}[data-theme=dark] .wallet-transactions-show-all{color:#4da6ff}.auth-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}.auth-modal{background:#fff;border-radius:8px;width:90%;max-width:420px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 12px #00000026;animation:slideUp .3s ease-out}.auth-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:32px;color:#767676;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.auth-modal-close:hover{color:#111}.auth-modal-content{padding:32px 28px}.auth-modal-title{font-size:28px;font-weight:400;margin:0 0 20px;color:#111}.auth-error{background-color:#fef5f5;border:1px solid #d32f2f;border-radius:4px;padding:12px 16px;margin-bottom:16px;color:#d32f2f;font-size:14px;display:flex;align-items:center;gap:8px}.auth-error-icon{font-size:18px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form-secondary{opacity:.95}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-form-group{display:flex;flex-direction:column;gap:4px}.auth-label{font-size:13px;font-weight:700;color:#111}.auth-input{padding:10px 12px;border:1px solid #a6a6a6;border-radius:3px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.auth-input:focus{outline:none;border-color:#e77600;box-shadow:0 0 0 3px #e776001a}.auth-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.auth-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#111;cursor:pointer}.auth-consent-section{margin:20px 0;padding:16px;background:#f7f7f7;border-radius:4px;border:1px solid #e0e0e0}.auth-consent-item{margin-bottom:12px}.auth-consent-item:last-child{margin-bottom:0}.auth-consent-item .auth-checkbox-label{align-items:flex-start;gap:10px;font-size:13px;line-height:1.5}.auth-checkbox{margin-top:3px;cursor:pointer;width:16px;height:16px;flex-shrink:0}.auth-checkbox:disabled{cursor:not-allowed;opacity:.5}.auth-consent-link{color:#0066c0;text-decoration:none;font-weight:500}.auth-consent-link:hover{color:#c7511f;text-decoration:underline}.auth-required-asterisk{color:#d32f2f;font-weight:700;margin-left:2px}.auth-button{padding:10px 16px;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s,border-color .2s,box-shadow .2s;font-family:inherit;border:1px solid;display:flex;align-items:center;justify-content:center;gap:8px}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button-oauth{padding:14px 20px;font-size:16px;font-weight:500;box-shadow:0 2px 8px #0000001a;margin-bottom:12px}.auth-button-smartid{background-color:#fff;border:2px solid #0066cc;color:#06c;font-weight:600}.auth-button-smartid:hover:not(:disabled){background-color:#f5f9ff;border-color:#0052a3;box-shadow:0 4px 12px #0066cc26}.auth-button-google{background-color:#fff;border:2px solid #d5d9d9;color:#111}.auth-button-google:hover:not(:disabled){background-color:#f7fafa;border-color:#4285f4;box-shadow:0 4px 12px #4285f426}.auth-google-icon{width:22px;height:22px}.auth-button-email-submit{background-color:#fff;border:1px solid #111;color:#111;font-weight:400}.auth-button-email-submit:hover:not(:disabled){background-color:#f7f7f7;border-color:#111}.auth-button-primary{background-color:#febd69;border-color:#fba724;color:#111}.auth-button-primary:hover:not(:disabled){background-color:#f7b755}.auth-divider{position:relative;text-align:center;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e7e7e7}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-divider span{background-color:#fff;padding:0 12px;color:#767676;font-size:13px}.auth-footer{margin-top:20px;padding-top:20px;border-top:1px solid #e7e7e7;text-align:center;font-size:13px;color:#111}.auth-link{background:none;border:none;color:#0066c0;text-decoration:none;cursor:pointer;font-size:inherit;font-family:inherit;padding:0}.auth-link:hover:not(:disabled){color:#c7511f;text-decoration:underline}.oauth-callback-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f7f7f7}.oauth-callback-spinner{margin-bottom:24px}.spinner{width:48px;height:48px;border:4px solid #e7e7e7;border-top-color:#febd69;border-radius:50%;animation:spin .8s linear infinite}.oauth-callback-text{font-size:16px;color:#767676;margin:0}.auth-page{min-height:100vh;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:20px}.auth-page-container{width:100%;max-width:420px}.auth-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026}.auth-success{text-align:center;padding:20px 0}.auth-success-icon{width:64px;height:64px;background-color:#067d62;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 20px}.auth-success-message{font-size:16px;color:#111;margin:0 0 12px;font-weight:500}.auth-success-sub{font-size:14px;color:#767676;margin:0 0 24px}.auth-description{font-size:14px;color:#767676;margin:0 0 20px;line-height:1.5}.auth-link-button{background:none;border:none;color:#0066c0;text-decoration:none;cursor:pointer;font-size:13px;font-family:inherit;padding:0}.auth-link-button:hover:not(:disabled){color:#c7511f;text-decoration:underline}@media (max-width: 768px){.auth-modal{width:95%;max-width:none}.auth-modal-content{padding:24px 20px}.auth-form-row{grid-template-columns:1fr}.auth-modal-title{font-size:24px}.auth-page{padding:12px}.auth-button{padding:14px 20px;font-size:16px}.auth-button-oauth{padding:16px 22px;font-size:17px}.auth-input{padding:14px 12px;font-size:16px}.auth-label{font-size:14px}.auth-button-oauth{margin-bottom:14px}}[data-theme=dark] .auth-modal{background:var(--surface-elevated);box-shadow:0 4px 12px #0006}[data-theme=dark] .auth-modal-close{color:var(--muted)}[data-theme=dark] .auth-modal-close:hover,[data-theme=dark] .auth-modal-title{color:var(--text)}[data-theme=dark] .auth-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .auth-label{color:var(--text)}[data-theme=dark] .auth-input{background:var(--input-bg);border-color:var(--input-border);color:var(--text)}[data-theme=dark] .auth-input:disabled{background-color:var(--hover-bg)}[data-theme=dark] .auth-checkbox-label{color:var(--text)}[data-theme=dark] .auth-consent-section{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .auth-consent-link{color:#4da6ff}[data-theme=dark] .auth-consent-link:hover{color:#ff9800}[data-theme=dark] .auth-button-smartid{background-color:var(--surface-elevated);border-color:#4da6ff;color:#4da6ff}[data-theme=dark] .auth-button-smartid:hover:not(:disabled){background-color:#4da6ff1a;border-color:#4da6ff}[data-theme=dark] .auth-button-google{background-color:var(--surface-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .auth-button-google:hover:not(:disabled){background-color:var(--hover-bg);border-color:#4285f4}[data-theme=dark] .auth-button-email-submit{background-color:var(--surface);border-color:var(--text);color:var(--text)}[data-theme=dark] .auth-button-email-submit:hover:not(:disabled){background-color:var(--hover-bg)}[data-theme=dark] .auth-button-primary{color:#111}[data-theme=dark] .auth-divider:before,[data-theme=dark] .auth-divider:after{background-color:var(--border)}[data-theme=dark] .auth-divider span{background-color:var(--surface-elevated);color:var(--muted)}[data-theme=dark] .auth-footer{border-top-color:var(--border);color:var(--text)}[data-theme=dark] .auth-link{color:#4da6ff}[data-theme=dark] .auth-link:hover:not(:disabled){color:#ff9800}[data-theme=dark] .oauth-callback-container{background-color:var(--bg)}[data-theme=dark] .spinner{border-color:var(--border);border-top-color:#febd69}[data-theme=dark] .oauth-callback-text{color:var(--muted)}[data-theme=dark] .auth-page{background-color:var(--bg)}[data-theme=dark] .auth-card{background:var(--surface-elevated);box-shadow:0 4px 12px #0006}[data-theme=dark] .auth-success-message{color:var(--text)}[data-theme=dark] .auth-success-sub,[data-theme=dark] .auth-description{color:var(--muted)}[data-theme=dark] .auth-link-button{color:#4da6ff}[data-theme=dark] .auth-link-button:hover:not(:disabled){color:#ff9800}.turbo-sidebar{position:fixed;top:0;right:-360px;width:340px;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1050;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.turbo-sidebar.visible{right:0}.turbo-sidebar.visible.basket-open{right:130px}.turbo-drag-handle{display:none}.turbo-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;background:linear-gradient(135deg,#ffc107,#ff9800);color:#000}.turbo-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700}.turbo-icon{font-size:24px}.turbo-header-actions{display:flex;align-items:center;gap:8px}.turbo-history-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s;opacity:.8}.turbo-history-btn:hover{background:#0000001a;opacity:1}.turbo-close-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.turbo-close-btn:hover{background:#0000001a}.turbo-rate-limit{background:#fff3cd;border-bottom:1px solid #ffc107;padding:8px 16px;font-size:12px;color:#856404;text-align:center}.turbo-content{flex:1;overflow-y:auto;padding:16px}.turbo-intro{text-align:center;margin-bottom:20px;color:#666;font-size:14px}.turbo-chips-container{display:flex;flex-direction:column;gap:16px}.turbo-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.turbo-chip{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease}.turbo-chip:hover{background:#fff;border-color:#ffc107;box-shadow:0 2px 8px #ffc1074d}.turbo-chip:active{transform:scale(.98)}.turbo-chip-icon{font-size:28px}.turbo-chip-label{font-size:12px;font-weight:600;text-align:center;color:#333}.turbo-chips-loading{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.turbo-chip-skeleton{height:80px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.turbo-free-text{display:flex;gap:8px;margin-top:8px}.turbo-input{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:border-color .2s}.turbo-input:focus{outline:none;border-color:#ffc107}.turbo-input::placeholder{color:#adb5bd}.turbo-submit-btn{padding:12px 16px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;cursor:pointer;transition:all .2s}.turbo-submit-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #ffc10766}.turbo-submit-btn:disabled{opacity:.5;cursor:not-allowed}.turbo-submit-icon{display:inline-flex;align-items:center;line-height:1}.turbo-input-hint{margin:8px 0 0;padding:0;font-size:13px;color:#868e96;text-align:center}.turbo-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.turbo-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.turbo-loading p{color:#666;font-size:14px}.turbo-proposal{display:flex;flex-direction:column;gap:16px}.turbo-back-btn{background:none;border:none;color:#666;cursor:pointer;font-size:13px;padding:4px 0;margin-bottom:8px}.turbo-back-btn:hover{color:#333}.turbo-original-query{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff3cd;border-radius:8px;margin-bottom:12px;font-size:13px}.turbo-original-query__label{color:#856404;font-weight:500}.turbo-original-query__text{color:#333;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.turbo-original-query__edit{background:none;border:1px solid #856404;border-radius:4px;padding:4px 10px;cursor:pointer;font-size:12px;color:#856404;font-weight:500;transition:background .15s,color .15s;flex-shrink:0}.turbo-original-query__edit:hover{background:#856404;color:#fff}.turbo-reasoning{background:#f8f9fa;border-left:3px solid #ffc107;padding:12px 16px;border-radius:0 8px 8px 0;font-size:13px;color:#555;line-height:1.5}.turbo-ai-message{display:flex;align-items:flex-start;gap:10px;background:linear-gradient(135deg,#e8eaf6,#c5cae9);border:1px solid #9fa8da;border-radius:10px;padding:12px 14px;margin-bottom:8px}.turbo-ai-message-icon{font-size:18px;flex-shrink:0;color:#3949ab}.turbo-ai-message p{margin:0;font-size:13px;color:#283593;line-height:1.5;font-weight:500}.turbo-tier-selector{display:flex;gap:6px;margin-bottom:12px}.turbo-tier-btn{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 6px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:all .2s;text-align:center;min-width:0}.turbo-tier-btn:hover{border-color:#ddd;background:#fff}.turbo-tier-btn.active{border-color:#ffc107;background:#fffbf0;box-shadow:0 0 0 1px #ffc10733}.turbo-tier-btn .turbo-tier-badge{position:static;font-size:16px;line-height:1}.turbo-tier-btn .turbo-tier-label{font-size:12px;font-weight:600;color:#333;white-space:nowrap}.turbo-tier-btn .turbo-tier-price{font-size:15px;font-weight:700;color:#333}.turbo-tier-btn.active .turbo-tier-price{color:#e65100}.turbo-tier-btn .turbo-tier-meta{font-size:10px;font-weight:500;margin-top:1px}.turbo-tier-btn .turbo-tier-meta.savings{color:#2e7d32}.turbo-tier-btn .turbo-tier-meta.upgrade{color:#e65100}.turbo-tier-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;font-size:13px;color:#999;margin-bottom:12px}.turbo-tier-loading-dot{width:6px;height:6px;background:#ccc;border-radius:50%;animation:turbo-pulse 1.2s ease-in-out infinite}@keyframes turbo-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.turbo-cross-sell{background:#f8f9fa;border-radius:10px;padding:12px;margin-top:8px}.turbo-cross-sell.subdued{opacity:.85}.turbo-cross-sell.emphasized{background:#fffbf0;border:1px solid #ffe0b2}.turbo-cross-sell-header{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#555;margin-bottom:10px}.turbo-cross-sell-icon{font-size:15px}.turbo-cross-sell-list{display:flex;flex-direction:column;gap:6px}.turbo-cross-sell-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fff;border:1px solid #eee;border-radius:8px;cursor:pointer;transition:border-color .15s}.turbo-cross-sell-item:hover{border-color:#ddd}.turbo-cross-sell-item input[type=checkbox]{flex-shrink:0;accent-color:#ffc107;width:16px;height:16px}.turbo-cross-sell-img{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0}.turbo-cross-sell-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.turbo-cross-sell-name{font-size:13px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-cross-sell-reason{font-size:11px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-cross-sell-price{font-size:13px;font-weight:600;color:#333;flex-shrink:0}.turbo-stack{display:flex;flex-direction:column;gap:8px}.turbo-stack-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:all .2s}.turbo-stack-item:hover{border-color:#ddd;background:#fafafa}.turbo-item-clickable:hover{opacity:.8}.turbo-item-checkbox{cursor:pointer}.turbo-stack-item.selected{border-color:#ffc107;background:#fffbf0}.turbo-item-checkbox{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:2px solid #ccc;border-radius:4px;flex-shrink:0}.turbo-stack-item.selected .turbo-item-checkbox{background:#ffc107;border-color:#ffc107}.turbo-checkbox-checked{color:#000;font-weight:700;font-size:14px}.turbo-checkbox-empty{display:block;width:12px;height:12px}.turbo-item-image{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:6px;overflow:hidden}.turbo-item-image img{max-width:100%;max-height:100%;object-fit:contain}.turbo-item-placeholder{font-size:24px;opacity:.4}.turbo-item-details{flex:1;min-width:0}.turbo-item-category{font-size:10px;text-transform:uppercase;color:#888;font-weight:600;letter-spacing:.5px}.turbo-item-name{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0}.turbo-item-clickable{cursor:pointer}.turbo-item-image.turbo-item-clickable:hover{opacity:.85}.turbo-item-name.turbo-item-clickable:hover{color:#e47911;text-decoration:underline}.turbo-item-reason{font-size:11px;color:#666}.turbo-item-actions{display:flex;gap:6px;margin-top:6px}.turbo-action-btn{padding:3px 8px;font-size:11px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .15s ease;color:#555}.turbo-action-btn:hover{background:#f5f5f5;border-color:#ccc}.turbo-action-view{color:#06c;border-color:#cce0ff}.turbo-action-view:hover{background:#e6f0ff;border-color:#06c}.turbo-action-swap{color:#ff9800;border-color:#ffe0b2}.turbo-action-swap:hover{background:#fff3e0;border-color:#ff9800}.turbo-action-remove{color:#dc3545;border-color:#f5c6cb;font-weight:700;padding:3px 6px}.turbo-action-remove:hover{background:#f8d7da;border-color:#dc3545}.turbo-item-price{font-size:14px;font-weight:700;color:#333;white-space:nowrap}.turbo-summary{margin-top:16px;padding-top:16px;border-top:2px solid #eee}.turbo-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.turbo-summary-price{font-size:18px;font-weight:700}.turbo-summary-hint{font-size:12px;color:#888;text-align:right;margin-bottom:12px}.turbo-add-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:10px;font-size:15px;font-weight:700;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.turbo-add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff980066}.turbo-add-btn:disabled{opacity:.5;cursor:not-allowed}.turbo-add-icon{font-size:18px}.turbo-rate-limited,.turbo-error{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;gap:12px}.turbo-limit-icon,.turbo-error-icon{font-size:48px;margin-bottom:8px}.turbo-rate-limited h3,.turbo-error h3{font-size:18px;margin:0;color:#333}.turbo-rate-limited p,.turbo-error p{font-size:14px;color:#666;margin:0}.turbo-login-btn{margin-top:16px;padding:12px 24px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.turbo-login-btn:hover{transform:scale(1.02)}.turbo-rejected{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;gap:12px}.turbo-rejected-icon{font-size:48px;margin-bottom:4px}.turbo-rejected h3{font-size:16px;margin:0;color:#333;font-weight:600}.turbo-rejected-reason{font-size:14px;color:#666;margin:0;padding:12px 16px;background:#f8f9fa;border-radius:8px;line-height:1.5}.turbo-rejected-suggestion{margin-top:8px;width:100%}.turbo-rejected-suggestion p{font-size:13px;color:#888;margin:0 0 12px}.turbo-rejected .turbo-chips{width:100%}.turbo-fab{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:8px;padding:14px 20px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:50px;box-shadow:0 4px 16px #ff980066;cursor:pointer;z-index:1000;font-size:14px;font-weight:700;color:#000}.turbo-fab-icon{font-size:20px}.turbo-fab-text{display:none}@media (min-width: 768px){.turbo-fab-text{display:inline}}.turbo-search-btn{display:flex;align-items:center;gap:5px;padding:4px 12px;margin:4px 2px 4px 0;border:none;border-radius:50px;cursor:pointer;font-size:13px;font-weight:600;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.turbo-search-btn:hover{transform:scale(1.05)}.turbo-search-btn-icon{flex-shrink:0}.turbo-search-btn-label--full{display:none}.turbo-search-btn-label--short{display:inline;font-size:11px;font-weight:700}@media (max-width: 768px){.turbo-search-btn{padding:6px 10px}}@media (min-width: 769px){.turbo-search-btn-label--full{display:inline}.turbo-search-btn-label--short{display:none}}.turbo-search-btn--gradient{background:linear-gradient(135deg,#ffc107,#ff9800);color:#000;box-shadow:0 1px 4px #ff98004d}.turbo-search-btn--gradient:hover{box-shadow:0 2px 12px #ff980080}.turbo-search-btn--outline{background:transparent;color:#ff9800;border:1.5px solid #ffc107}.turbo-search-btn--outline:hover{background:linear-gradient(135deg,#ffc107,#ff9800);color:#000;border-color:transparent}.turbo-search-shimmer{animation:turbo-search-shimmer 2s ease-in-out infinite}@keyframes turbo-search-shimmer{0%,to{box-shadow:0 1px 4px #ff98004d}50%{box-shadow:0 2px 16px #ff980099}}body.turbo-open .global-category-nav-mobile{display:none!important}@media (max-width: 767px){.turbo-backdrop{position:fixed;inset:0;background:#00000080;z-index:1049}}@media (max-width: 480px){.turbo-sidebar{width:100%;height:100dvh;max-height:100dvh;right:0;top:auto;bottom:-100%;border-radius:0;transition:bottom .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.turbo-sidebar.visible{bottom:0}.turbo-sidebar.visible.basket-open{right:0}.turbo-content{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.turbo-drag-handle{display:flex;justify-content:center;padding:10px 0 2px;cursor:grab;flex-shrink:0}.turbo-drag-handle:after{content:"";width:36px;height:4px;background:#ccc;border-radius:2px}.turbo-chips{grid-template-columns:repeat(2,1fr)}.turbo-fab{bottom:80px;right:16px}}body.turbo-open .pdp-v4,body.turbo-open .alt-page{max-width:calc(100% - 360px);margin-right:360px}body.turbo-open .results-container,body.turbo-open .main-content{margin-right:360px}body.turbo-open .topbar{padding-right:360px}body.turbo-open .shell{margin-left:0;margin-right:0;max-width:calc(100% - 360px)}body.turbo-open.basket-open .pdp-v4,body.turbo-open.basket-open .alt-page{max-width:calc(100% - 510px);margin-right:510px}body.turbo-open.basket-open .topbar{padding-right:510px}body.turbo-open.basket-open .shell{margin-left:0;margin-right:0;max-width:calc(100% - 510px)}@media (max-width: 480px){body.turbo-open .basket{display:none!important}body.turbo-open .pdp-v4,body.turbo-open .alt-page,body.turbo-open .shell,body.turbo-open .results-container,body.turbo-open .main-content{margin-right:0;max-width:100%}body.turbo-open .topbar{padding-right:0}body.turbo-open .shell{margin-left:auto}}.swap-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.swap-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}.swap-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;background:#f8f9fa}.swap-modal-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#333}.swap-back-icon{font-size:18px;color:#666}.swap-close-btn{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.swap-close-btn:hover{background:#eee}.swap-modal-content{flex:1;overflow-y:auto;padding:16px}.swap-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.swap-spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.swap-loading p,.swap-error p,.swap-empty p{color:#666;font-size:14px;text-align:center}.swap-alternatives{display:flex;flex-direction:column;gap:10px}.swap-alt-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:all .2s}.swap-alt-item:hover{border-color:#ddd;background:#fafafa}.swap-alt-item.selected{border-color:#ffc107;background:#fffbf0}.swap-alt-radio{flex-shrink:0}.swap-radio-circle{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.swap-radio-circle.checked{border-color:#ffc107}.swap-radio-dot{width:10px;height:10px;background:#ffc107;border-radius:50%}.swap-alt-image{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:6px;overflow:hidden}.swap-alt-image img{max-width:100%;max-height:100%;object-fit:contain}.swap-alt-placeholder{font-size:24px;opacity:.4}.swap-alt-details{flex:1;min-width:0}.swap-alt-name{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.swap-alt-reason{font-size:11px;color:#666;margin-bottom:2px}.swap-alt-diff{font-size:11px;font-weight:600}.swap-alt-diff.lower{color:#28a745}.swap-alt-diff.higher{color:#dc3545}.swap-alt-price{font-size:14px;font-weight:700;color:#333;white-space:nowrap}.swap-modal-footer{display:flex;flex-direction:column;gap:10px;padding:16px;border-top:1px solid #eee;background:#f8f9fa}.swap-explore-btn{background:none;border:none;color:#06c;font-size:13px;cursor:pointer;padding:4px 0;text-align:center}.swap-explore-btn:hover{text-decoration:underline}.swap-confirm-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;font-size:14px;font-weight:700;color:#000;cursor:pointer;transition:all .2s}.swap-confirm-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff980066}.swap-confirm-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.swap-modal-overlay{padding:0;align-items:flex-end}.swap-modal{max-width:100%;border-radius:16px 16px 0 0;max-height:85vh}}.turbo-add-more{position:relative;margin-top:8px}.turbo-add-more-input-wrapper{position:relative;display:flex;align-items:center}.turbo-add-more-input{width:100%;padding:10px 14px;border:2px dashed #ddd;border-radius:8px;font-size:13px;background:#fafafa;transition:all .2s}.turbo-add-more-input:focus{outline:none;border-color:#ffc107;border-style:solid;background:#fff}.turbo-add-more-input::placeholder{color:#adb5bd}.turbo-add-more-spinner{position:absolute;right:12px;width:16px;height:16px;border:2px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.turbo-add-more-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:10;max-height:240px;overflow-y:auto}.turbo-add-more-result{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f0f0}.turbo-add-more-result:last-child{border-bottom:none}.turbo-add-more-result:hover{background:#f8f9fa}.turbo-add-more-result-image{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:4px;overflow:hidden}.turbo-add-more-result-image img{max-width:100%;max-height:100%;object-fit:contain}.turbo-add-more-placeholder{font-size:18px;opacity:.4}.turbo-add-more-result-details{flex:1;min-width:0}.turbo-add-more-result-name{font-size:12px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-add-more-result-price{font-size:11px;color:#666}.turbo-add-more-result-btn{padding:4px 10px;font-size:11px;font-weight:600;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:4px;color:#000;cursor:pointer;white-space:nowrap;transition:all .15s}.turbo-add-more-result-btn:hover{transform:scale(1.05);box-shadow:0 2px 6px #ff98004d}.turbo-add-more-empty{padding:16px;text-align:center;font-size:13px;color:#888;background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-top:4px}.turbo-add-more-suggestions{margin-bottom:10px}.turbo-add-more-suggestions-label{font-size:11px;color:#888;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.turbo-add-more-suggestions-chips{display:flex;flex-wrap:wrap;gap:6px}.turbo-suggestion-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .15s;color:#555}.turbo-suggestion-chip:hover{background:#fff3cd;border-color:#ffc107;color:#333}.turbo-suggestion-chip.active{background:linear-gradient(135deg,#ffc107,#ff9800);border-color:transparent;color:#000}.turbo-suggestion-icon{font-size:13px}.turbo-followup{display:flex;flex-direction:column;gap:16px}.turbo-followup-header{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#555}.turbo-followup-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffc107,#ff9800);border-radius:50%;font-size:14px;font-weight:700;color:#000}.turbo-followup-question{background:#f8f9fa;border-radius:10px;padding:14px}.turbo-followup-question-text{font-size:13px;font-weight:600;color:#333;margin-bottom:10px}.turbo-followup-options{display:flex;flex-wrap:wrap;gap:8px}.turbo-followup-option{padding:8px 14px;background:#fff;border:2px solid #e9ecef;border-radius:20px;font-size:12px;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.turbo-followup-option:hover{border-color:#ddd;background:#fafafa}.turbo-followup-option.selected{border-color:#ffc107;background:#fffbf0;color:#333}.turbo-followup-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.turbo-followup-skip{background:none;border:none;color:#666;font-size:13px;cursor:pointer;padding:8px}.turbo-followup-skip:hover{color:#333;text-decoration:underline}.turbo-followup-submit{width:100%;padding:12px 20px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:10px;font-size:14px;font-weight:700;color:#000;cursor:pointer;transition:all .2s}.turbo-followup-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff980066}.turbo-followup-submit:disabled{opacity:.5;cursor:not-allowed}.turbo-history{display:flex;flex-direction:column;gap:16px}.turbo-history-header{display:flex;align-items:center;gap:12px}.turbo-history-back-btn{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:4px;transition:background .2s,color .2s}.turbo-history-back-btn:hover{background:#0000000d;color:#333}.turbo-history-header h3{font-size:16px;font-weight:600;color:#333;margin:0}.turbo-history-list{display:flex;flex-direction:column;gap:8px}.turbo-history-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.turbo-history-item:hover{border-color:#ffc107;background:#fffbf0}.turbo-history-icon{font-size:18px}.turbo-history-content{flex:1;min-width:0}.turbo-history-label{display:block;font-size:14px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-history-date{display:block;font-size:11px;color:#888;margin-top:2px}.turbo-history-arrow{color:#888;font-size:14px}.turbo-history-loading,.turbo-history-error,.turbo-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:12px}.turbo-history-empty-icon{font-size:48px;margin-bottom:8px}.turbo-history-loading p,.turbo-history-error p,.turbo-history-empty p{color:#666;font-size:14px;margin:0}.turbo-history-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s;margin-right:8px}.turbo-history-btn:hover{background:#0000001a}.turbo-plan-item{display:flex;flex-direction:column;background:#fff;border:2px solid #e9ecef;border-radius:10px;transition:all .2s;overflow:hidden}.turbo-plan-item-body{display:flex;align-items:flex-start;gap:12px;padding:12px}.turbo-plan-item.checked{border-color:#ffc107;background:#fffbf0}.turbo-plan-item.optional{background:#f8f9fa;border-style:dashed}.turbo-plan-checkbox{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:2px solid #ccc;border-radius:4px;flex-shrink:0;cursor:pointer;margin-top:2px}.turbo-plan-item.checked .turbo-plan-checkbox{background:#ffc107;border-color:#ffc107}.turbo-plan-image{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:6px;overflow:hidden;cursor:pointer}.turbo-plan-image:hover{opacity:.85}.turbo-plan-image img{max-width:100%;max-height:100%;object-fit:contain}.turbo-plan-placeholder{font-size:24px;opacity:.4}.turbo-plan-details{flex:1;min-width:0}.turbo-plan-category{font-size:10px;text-transform:uppercase;color:#888;font-weight:600;letter-spacing:.5px}.turbo-plan-name{font-size:13px;font-weight:600;color:#333;margin:2px 0;cursor:pointer}.turbo-plan-name:hover{color:#e47911;text-decoration:underline}.turbo-plan-reason{font-size:11px;color:#666;margin-bottom:4px}.turbo-plan-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap;margin-top:2px}.turbo-price-absolute{font-size:14px;font-weight:700;color:#333}.turbo-price-per-serving{font-size:11px;font-weight:600;color:#059669}.turbo-plan-flavor{position:relative;margin:4px 0}.turbo-flavor-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:11px;cursor:pointer;transition:all .15s}.turbo-flavor-btn:hover{background:#e8e8e8;border-color:#ccc}.turbo-flavor-label{color:#555}.turbo-flavor-arrow{font-size:10px;color:#888}.turbo-flavor-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:20;min-width:120px;max-height:160px;overflow-y:auto}.turbo-flavor-option{padding:8px 12px;font-size:12px;cursor:pointer;transition:background .15s}.turbo-flavor-option:hover{background:#f5f5f5}.turbo-flavor-option.selected{background:#fff3cd;font-weight:600}.turbo-plan-list{display:flex;flex-direction:column;gap:8px}.swap-popover-overlay{position:fixed;inset:0;background:#0000004d;z-index:1200;display:flex;align-items:center;justify-content:center}.swap-popover{background:#fff;border-radius:12px;width:320px;max-height:400px;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;overflow:hidden}.swap-popover-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee}.swap-popover-title{font-size:14px;font-weight:600;color:#333}.swap-popover-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:4px;line-height:1}.swap-popover-close:hover{color:#333}.swap-popover-content{flex:1;overflow-y:auto;padding:12px}.swap-popover-loading,.swap-popover-error,.swap-popover-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:8px;color:#888;font-size:13px}.swap-popover-spinner{width:24px;height:24px;border:2px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.swap-popover-list{display:flex;flex-direction:column;gap:8px}.swap-popover-item{display:flex;align-items:center;gap:10px;padding:10px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .15s}.swap-popover-item:hover{background:#fff;border-color:#ffc107}.swap-popover-item-image{width:40px;height:40px;flex-shrink:0;background:#fff;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.swap-popover-item-image img{max-width:100%;max-height:100%;object-fit:contain}.swap-popover-placeholder{font-size:18px;opacity:.4}.swap-popover-item-details{flex:1;min-width:0}.swap-popover-item-name{font-size:12px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swap-popover-item-price{font-size:11px;color:#666;display:flex;align-items:center;gap:6px}.swap-popover-diff{font-weight:600}.swap-popover-diff.lower{color:#28a745}.swap-popover-diff.higher{color:#dc3545}.swap-popover-item-btn{padding:4px 10px;font-size:11px;font-weight:600;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:4px;color:#000;cursor:pointer}.swap-popover-footer{padding:12px;border-top:1px solid #eee;text-align:center}.swap-popover-see-more{background:none;border:none;color:#06c;font-size:12px;cursor:pointer}.swap-popover-see-more:hover{text-decoration:underline}@media (max-width: 480px){.swap-popover-overlay{align-items:flex-end}.swap-popover{width:100%;max-height:70vh;border-radius:16px 16px 0 0}}.turbo-optional-section{margin-top:16px;border:1px dashed #ddd;border-radius:10px;overflow:hidden}.turbo-optional-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;background:#f8f9fa;border:none;cursor:pointer;transition:background .15s}.turbo-optional-header:hover{background:#f0f0f0}.turbo-optional-header-left{display:flex;align-items:center;gap:8px}.turbo-optional-icon{font-size:10px;color:#888}.turbo-optional-title{font-size:13px;font-weight:600;color:#555}.turbo-optional-badge{background:#ffc107;color:#000;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px}.turbo-optional-total{font-size:12px;color:#666}.turbo-optional-content{padding:12px;background:#fafafa}.turbo-optional-description{font-size:12px;color:#888;margin:0 0 12px}.turbo-optional-list{display:flex;flex-direction:column;gap:8px}.turbo-optional-add-all{width:100%;margin-top:12px;padding:10px 16px;background:#fff;border:2px dashed #ffc107;border-radius:8px;font-size:13px;font-weight:600;color:#333;cursor:pointer;transition:all .15s}.turbo-optional-add-all:hover{background:#fffbf0;border-style:solid}.turbo-refine-section{background:#fffbf0;border:2px solid #ffc107;border-radius:12px;padding:12px;margin:12px 0}.turbo-refine-bar{display:flex;gap:8px}.turbo-refine-input{flex:1;min-width:0;padding:10px 14px;border:2px solid #ffc107;border-radius:8px;font-size:13px;background:#fff;transition:all .2s;text-overflow:ellipsis}.turbo-refine-input:focus{outline:none;border-color:#ff9800;box-shadow:0 0 0 3px #ff980026}.turbo-refine-input::placeholder{color:#adb5bd;transition:opacity .2s ease}.turbo-refine-input.placeholder-transitioning::placeholder{opacity:0}.turbo-refine-btn{padding:10px 16px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s}.turbo-refine-btn:hover:not(:disabled){transform:scale(1.05)}.turbo-refine-btn:disabled{opacity:.5;cursor:not-allowed}.turbo-unavailable-notice{display:flex;gap:10px;padding:12px 14px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:12px}.turbo-unavailable-icon{font-size:18px;flex-shrink:0}.turbo-unavailable-text{font-size:12px;color:#856404}.turbo-unavailable-text strong{display:block;margin-bottom:4px}.turbo-changes-summary{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background:#e8f5e9;border-radius:8px;margin-bottom:12px}.turbo-change{font-size:12px;color:#2e7d32}.turbo-change-replaced{color:#1565c0}.turbo-change-removed{color:#c62828}.turbo-change-added{color:#2e7d32}.turbo-plan-wrapper{display:flex;flex-direction:column;height:100%}.turbo-badges{display:flex;flex-wrap:wrap;gap:4px;margin:4px 0}.turbo-badge{display:inline-flex;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;border-radius:4px;white-space:nowrap}.turbo-badge-value{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.turbo-badge-vegan{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.turbo-badge-diet{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}.turbo-goal-meter{display:flex;align-items:center;gap:6px;margin:6px 0}.turbo-meter-label{font-size:10px;color:#666;white-space:nowrap}.turbo-meter-track{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;min-width:40px;max-width:80px}.turbo-meter-fill{height:100%;border-radius:3px;transition:width .3s ease}.turbo-meter-pct{font-size:10px;font-weight:600;color:#374151;min-width:28px}.turbo-why{margin-top:6px}.turbo-why-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;padding:4px 0;font-size:11px;color:#6b7280;cursor:pointer;transition:color .15s}.turbo-why-toggle:hover{color:#374151}.turbo-why-arrow{font-size:8px}.turbo-why-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:10px 12px;margin-top:6px}.turbo-why-item{display:flex;align-items:flex-start;gap:6px;font-size:11px;color:#4b5563;margin:0 0 6px;line-height:1.4}.turbo-why-item:last-child{margin-bottom:0}.turbo-why-icon{flex-shrink:0}.turbo-ai-suggestion{margin-top:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:10px;overflow:hidden}.turbo-suggestion-header{display:flex;align-items:center;gap:6px;padding:10px 14px;font-size:12px;font-weight:600;color:#92400e}.turbo-suggestion-body{padding:0 14px 12px;font-size:12px;color:#78350f;line-height:1.5}.turbo-suggestion-footer{padding:10px 14px;background:#ffffff80;border-top:1px solid rgba(251,191,36,.3);display:flex;align-items:center;justify-content:space-between}.turbo-suggestion-product{display:flex;align-items:center;gap:8px}.turbo-suggestion-product-image{width:32px;height:32px;background:#fff;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.turbo-suggestion-product-image img{max-width:100%;max-height:100%;object-fit:contain}.turbo-suggestion-product-name{font-size:11px;font-weight:600;color:#78350f;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-suggestion-product-name.clickable{cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px}.turbo-suggestion-product-name.clickable:hover{color:#f59e0b;text-decoration-style:solid}.turbo-suggestion-cta{display:flex;align-items:center;gap:4px;padding:6px 12px;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:6px;font-size:11px;font-weight:600;color:#fff;cursor:pointer;transition:all .15s;white-space:nowrap}.turbo-suggestion-cta:hover{transform:scale(1.02);box-shadow:0 2px 8px #f59e0b66}.turbo-ai-suggestion.educational{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#38bdf8}.turbo-ai-suggestion.educational .turbo-suggestion-header{color:#0369a1}.turbo-ai-suggestion.educational .turbo-suggestion-body,.turbo-ai-suggestion.educational .turbo-suggestion-product-name{color:#0c4a6e}.turbo-ai-suggestion.educational .turbo-suggestion-footer{border-top-color:#38bdf84d}.turbo-ai-suggestion.educational .turbo-suggestion-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.turbo-ai-suggestion.educational .turbo-suggestion-cta:hover{box-shadow:0 2px 8px #0ea5e966}.turbo-ai-suggestion.synergy{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#34d399}.turbo-ai-suggestion.synergy .turbo-suggestion-header{color:#047857}.turbo-ai-suggestion.synergy .turbo-suggestion-body,.turbo-ai-suggestion.synergy .turbo-suggestion-product-name{color:#064e3b}.turbo-ai-suggestion.synergy .turbo-suggestion-footer{border-top-color:#34d3994d}.turbo-ai-suggestion.synergy .turbo-suggestion-cta{background:linear-gradient(135deg,#10b981,#059669)}.turbo-ai-suggestion.synergy .turbo-suggestion-cta:hover{box-shadow:0 2px 8px #10b98166}.turbo-why-text{display:flex;flex-direction:column;gap:2px}.turbo-why-context{font-size:10px;color:#6b7280;font-weight:500}.turbo-compare{margin-top:8px;margin-left:-82px;margin-right:-50px;width:calc(100% + 132px)}.turbo-compare-toggle{display:flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #d1fae5;border-radius:6px;padding:6px 10px;font-size:12px;color:#374151;cursor:pointer;transition:background .15s,border-color .15s,color .15s;width:100%}.turbo-compare-toggle:hover{background:#dcfce7;border-color:#a7f3d0;color:#1f2937}.turbo-compare-toggle.expanded{background:#dcfce7;border-color:#a7f3d0}.turbo-compare-chevron{flex-shrink:0;transition:transform .25s ease}.turbo-compare-toggle.expanded .turbo-compare-chevron{transform:rotate(180deg)}.turbo-compare-range{color:#059669;font-weight:600;font-size:12px;margin-left:auto}.turbo-compare-content{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .25s ease,opacity .2s ease,margin-top .25s ease;margin-top:0}.turbo-compare-content.expanded{grid-template-rows:1fr;opacity:1;margin-top:6px}.turbo-compare-inner{overflow:hidden;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;transition:padding .25s ease}.turbo-compare-content.expanded .turbo-compare-inner{padding:10px}.turbo-compare-loading{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.turbo-compare-skeleton{flex-shrink:0;width:105px;height:100px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.turbo-compare-empty{font-size:11px;color:#6b7280;text-align:center;margin:8px 0;font-style:italic}.turbo-compare-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.turbo-compare-list::-webkit-scrollbar{height:4px}.turbo-compare-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.turbo-compare-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.turbo-compare-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:115px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .15s}.turbo-compare-item:hover{border-color:#ffc107;box-shadow:0 2px 8px #ffc10733}.turbo-compare-clickable{cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:opacity .15s}.turbo-compare-clickable:hover{opacity:.8}.turbo-compare-clickable:active{opacity:.6}.turbo-compare-img{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:4px;overflow:hidden;margin-bottom:6px}.turbo-compare-img img{max-width:100%;max-height:100%;object-fit:contain}.turbo-compare-placeholder{font-size:20px;opacity:.4}.turbo-compare-info{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;width:100%}.turbo-compare-brand{font-size:10px;font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.turbo-compare-price{font-size:11px;font-weight:700;color:#111827}.turbo-compare-diff{font-size:10px;font-weight:600;padding:1px 4px;border-radius:3px}.turbo-compare-diff.cheaper{background:#d1fae5;color:#047857}.turbo-compare-diff.pricier{background:#fee2e2;color:#b91c1c}.turbo-compare-diff-pps{font-size:9px;opacity:.85}.turbo-compare-diff-abs{font-size:9px;color:#888;opacity:.85}.turbo-compare-select{margin-top:6px;padding:4px 10px;font-size:10px;font-weight:600;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:4px;color:#000;cursor:pointer;transition:all .15s}.turbo-compare-select:hover{transform:scale(1.05);box-shadow:0 2px 6px #ff98004d}.turbo-compare-see-all{display:block;width:100%;margin-top:8px;padding:6px 0;background:none;border:none;font-size:11px;color:#06c;cursor:pointer;text-align:center}.turbo-compare-see-all:hover{text-decoration:underline}.turbo-fab-ripple{position:fixed;bottom:24px;right:24px;width:60px;height:48px;border-radius:50px;background:#ff98004d;pointer-events:none;z-index:999;transform-origin:center}@media (max-width: 480px){.turbo-fab-ripple{bottom:80px;right:16px}}.turbo-fab.turbo-fab-expanded{gap:10px}.turbo-fab-cta{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;display:none}@media (min-width: 768px){.turbo-fab-cta{display:inline}}.turbo-free-text{position:relative}.turbo-voice-btn{position:absolute;right:44px;top:50%;transform:translateY(-50%);width:32px;height:32px;padding:0;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.turbo-voice-btn:hover{background:#ff98001a;color:#ff9800}.turbo-voice-btn.listening{background:#ff980033;color:#ff9800;animation:voice-pulse 1s ease-in-out infinite}.turbo-voice-btn:disabled{opacity:.5;cursor:not-allowed}.turbo-voice-icon{display:inline-flex;align-items:center;line-height:1}@keyframes voice-pulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}}.turbo-input.has-voice{padding-right:88px}.turbo-voice-overlay{position:absolute;inset:0;background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;z-index:10;border:2px solid #ff9800}.turbo-voice-waveform{display:flex;align-items:center;gap:3px;height:32px}.turbo-voice-bar{width:4px;background:#ff9800;border-radius:2px;animation:voice-bar .5s ease-in-out infinite}.turbo-voice-bar:nth-child(1){animation-delay:0s}.turbo-voice-bar:nth-child(2){animation-delay:.1s}.turbo-voice-bar:nth-child(3){animation-delay:.2s}.turbo-voice-bar:nth-child(4){animation-delay:.3s}.turbo-voice-bar:nth-child(5){animation-delay:.4s}@keyframes voice-bar{0%,to{height:8px}50%{height:24px}}.turbo-voice-status{font-size:12px;color:#666}.turbo-voice-transcript{font-size:14px;color:#333;text-align:center;min-height:20px;max-width:100%;word-wrap:break-word}.turbo-voice-actions{display:flex;gap:12px;margin-top:8px}.turbo-voice-cancel,.turbo-voice-done{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.turbo-voice-cancel{background:#f3f4f6;border:1px solid #e5e7eb;color:#666}.turbo-voice-cancel:hover{background:#e5e7eb}.turbo-voice-done{background:linear-gradient(135deg,#ffc107,#ff9800);border:none;color:#000}.turbo-voice-done:hover{transform:scale(1.02);box-shadow:0 2px 8px #ff98004d}.turbo-voice-unsupported{font-size:12px;color:#999;text-align:center;padding:8px}.turbo-voice-error{font-size:12px;color:#dc2626;text-align:center;padding:8px}.turbo-why-inline{display:flex;flex-direction:column;gap:4px;padding:8px 0;font-size:12px;color:#555}.turbo-why-inline-meter{display:flex;align-items:center;gap:6px}.turbo-why-inline-icon{font-size:14px}.turbo-why-inline-pct{font-weight:600;color:#333}.turbo-why-inline-label{color:#888;font-size:11px}.turbo-why-inline-reason{display:flex;align-items:flex-start;gap:6px;line-height:1.4}.turbo-why-inline-text{color:#444}.turbo-why-inline-context{font-size:11px;color:#888;background:#f5f5f5;padding:2px 6px;border-radius:4px;margin-left:4px}.turbo-why-inline-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.turbo-badge-sm{font-size:10px;padding:2px 6px}.turbo-swap-indicator{display:flex;align-items:center;gap:4px;font-size:11px;color:#ff9800;margin-top:4px;padding:2px 6px;background:#fff3e0;border-radius:4px;width:fit-content}.turbo-swap-icon{font-size:12px;animation:swapPulse .5s ease-out}.turbo-swap-text{font-weight:500}@keyframes swapPulse{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.turbo-plan-item.swapped{border-left:3px solid #ff9800}.turbo-history-item-container{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #eee;margin-bottom:12px;overflow:hidden;transition:box-shadow .2s}.turbo-history-item-container:hover{box-shadow:0 2px 8px #00000014}.turbo-history-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;width:100%;cursor:pointer;text-align:left}.turbo-history-price{font-size:14px;font-weight:600;color:#333;margin-top:4px}.turbo-history-actions{display:flex;gap:8px;padding:8px 16px 12px;border-top:1px solid #f0f0f0}.turbo-reorder-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#ffc107,#ff9800);color:#000;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.turbo-reorder-btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 2px 8px #ff98004d}.turbo-reorder-btn:disabled{opacity:.7;cursor:not-allowed}.turbo-reorder-icon{font-size:14px}.turbo-reorder-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:turbo-spin .6s linear infinite}.turbo-customize-btn{padding:8px 16px;background:#f3f4f6;color:#666;border:none;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s}.turbo-customize-btn:hover{background:#e5e7eb;color:#333}.turbo-smart-input{display:flex;flex-direction:column;gap:16px}.turbo-smart-label{font-size:15px;font-weight:600;color:#333;margin:0 0 4px}.turbo-input-wrapper{position:relative}.turbo-input-row{display:flex;gap:8px;align-items:flex-start}.turbo-smart-text-input{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:border-color .2s;background:transparent;resize:none;min-height:44px;max-height:120px;overflow-y:auto;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;line-height:1.4;font-family:inherit;caret-color:#ffc107;position:relative;z-index:2}.turbo-smart-text-input:focus{outline:none;border-color:#ffc107}.turbo-smart-text-input::placeholder{color:#adb5bd}.turbo-smart-text-input.has-voice{padding-right:8px}.turbo-input-ghost-container{position:relative;flex:1;background:#fff;border-radius:8px}.turbo-ghost-text{position:absolute;top:0;left:0;right:0;padding:12px 16px;font-size:14px;line-height:1.4;font-family:inherit;pointer-events:none;color:#999;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;z-index:1;min-height:44px;border:2px solid transparent}.turbo-typeahead-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 16px #0000001f;z-index:100;max-height:320px;overflow-y:auto}.turbo-typeahead-section{padding:4px 0}.turbo-typeahead-section:not(:last-child){border-bottom:1px solid #f0f0f0}.turbo-typeahead-header{display:flex;align-items:center;gap:6px;padding:8px 14px 4px;font-size:11px;font-weight:700;text-transform:uppercase;color:#888;letter-spacing:.5px}.turbo-typeahead-icon{font-size:12px}.turbo-typeahead-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:none;border:none;text-align:left;cursor:pointer;transition:background .15s;font-size:14px}.turbo-typeahead-item:hover,.turbo-typeahead-item.highlighted{background:#f8f9fa}.turbo-typeahead-item.selected{background:#fffbf0;cursor:default}.turbo-typeahead-item:disabled{opacity:.7;cursor:default}.turbo-typeahead-item-icon{font-size:18px;flex-shrink:0;width:24px;text-align:center}.turbo-typeahead-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.turbo-typeahead-product-img{width:32px;height:32px;object-fit:contain;border-radius:4px;background:#f5f5f5;flex-shrink:0}.turbo-typeahead-product-price{font-size:13px;font-weight:600;color:#666;flex-shrink:0}.turbo-typeahead-check{color:#ffc107;font-size:16px;font-weight:700;flex-shrink:0}.turbo-typeahead-loading,.turbo-typeahead-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;color:#888;font-size:13px}.turbo-spinner-small{width:16px;height:16px;border:2px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.turbo-suggestion-chips{display:flex;flex-direction:column;gap:8px}.turbo-suggestion-label{font-size:12px;color:#888;font-weight:500}.turbo-suggestion-list{display:flex;flex-wrap:wrap;gap:6px}.turbo-suggestion-chip{display:flex;align-items:center;gap:4px;padding:6px 10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;font-size:12px;cursor:pointer;transition:all .15s}.turbo-suggestion-chip:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.turbo-suggestion-chip.selected,.turbo-suggestion-chip:disabled{background:#d1fae5;border-color:#a7f3d0;cursor:default;opacity:.7}.turbo-suggestion-icon{font-size:14px}.turbo-suggestion-text{color:#333;font-weight:500}.turbo-selected-chips{display:flex;flex-direction:column;gap:8px}.turbo-selected-label{font-size:12px;color:#888;font-weight:500}.turbo-selected-list{display:flex;flex-wrap:wrap;gap:6px}.turbo-selected-chip{display:flex;align-items:center;gap:6px;padding:6px 8px 6px 10px;border-radius:18px;font-size:13px;font-weight:500}.turbo-chip-goal{background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;color:#c2410c}.turbo-chip-product{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.turbo-chip-search{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.turbo-selected-icon{font-size:14px;flex-shrink:0}.turbo-selected-img{width:20px;height:20px;object-fit:contain;border-radius:4px;flex-shrink:0;background:#fff}.turbo-selected-label-text{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.turbo-selected-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#0000001a;border:none;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;transition:all .15s;color:inherit;opacity:.7}.turbo-selected-remove:hover{background:#0003;opacity:1}.turbo-build-stack-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:10px;font-size:15px;font-weight:700;color:#000;cursor:pointer;transition:all .2s;margin-top:8px}.turbo-build-stack-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff980066}.turbo-build-icon{display:inline-flex;align-items:center;line-height:1}.turbo-auth-cta{display:flex;align-items:center;gap:8px;padding:10px 14px;margin-top:8px;background:#fff8e1;border:1px solid #ffe082;border-radius:10px}.turbo-auth-cta__icon{font-size:16px;flex-shrink:0}.turbo-auth-cta__text{flex:1;font-size:13px;font-weight:500;color:#5d4037}.turbo-auth-cta__btn{flex-shrink:0;padding:6px 14px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:6px;font-size:13px;font-weight:700;color:#000;cursor:pointer;transition:all .2s}.turbo-auth-cta__btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #ff980066}[data-theme=dark] .turbo-auth-cta{background:#3e2723;border-color:#5d4037}[data-theme=dark] .turbo-auth-cta__text{color:#ffe082}.turbo-voice-overlay-inline{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:10px;border:2px solid #ffc107}.turbo-query-builder{display:flex;flex-direction:column;gap:16px}.turbo-query-builder--loading{padding:20px 0}.turbo-query-builder__label{font-size:15px;font-weight:600;color:#333;margin:0 0 4px}.turbo-starter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.turbo-starter-chips--compact{margin-bottom:8px}.turbo-starter-chip{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f8f9fa;border:1px solid #e0e3e8;border-radius:20px;font-size:13px;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease}.turbo-starter-chip:hover{background:#fff;border-color:#ffc107;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.turbo-starter-chip:active{transform:translateY(0) scale(.98)}.turbo-starter-chip--small{padding:6px 10px;font-size:12px;border-radius:16px}.turbo-starter-chip--purple{background:#8b5cf60f;border-color:#8b5cf633}.turbo-starter-chip--purple:hover{background:#8b5cf61a;border-color:#ffc107}.turbo-starter-chip--amber{background:#f59e0b0f;border-color:#f59e0b33}.turbo-starter-chip--amber:hover{background:#f59e0b1a;border-color:#ffc107}.turbo-starter-chip--green{background:#22c55e0f;border-color:#22c55e33}.turbo-starter-chip--green:hover{background:#22c55e1a;border-color:#ffc107}.turbo-starter-chip--blue{background:#3b82f60f;border-color:#3b82f633}.turbo-starter-chip--blue:hover{background:#3b82f61a;border-color:#ffc107}.turbo-starter-chip--rose{background:#f43f5e0f;border-color:#f43f5e33}.turbo-starter-chip--rose:hover{background:#f43f5e1a;border-color:#ffc107}.turbo-starter-chip__icon{font-size:16px}.turbo-starter-chip--small .turbo-starter-chip__icon{font-size:14px}.turbo-starter-chip__label{white-space:nowrap}.chip-input-wrapper{position:relative}.chip-input{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:2px solid #e9ecef;border-radius:10px;transition:border-color .2s,box-shadow .2s;min-height:48px;cursor:text}.chip-input:focus-within{border-color:#ffc107;box-shadow:0 0 0 3px #ffc10726}.chip-input.listening{border-color:#ffc107;background:#fffbf0}.chip-input.disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7}.chip-input__chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1;min-width:0}.chip-input__chip{display:inline-flex;align-items:center;gap:4px;padding:4px 6px 4px 10px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:6px;font-size:13px;font-weight:500;color:#c2410c;white-space:nowrap}.chip-input__chip-text{max-width:120px;overflow:hidden;text-overflow:ellipsis}.chip-input__chip-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#c2410c26;border:none;border-radius:50%;font-size:14px;line-height:1;color:#c2410c;cursor:pointer;transition:all .15s;opacity:.7}.chip-input__chip-remove:hover{background:#c2410c40;opacity:1}.chip-input__text{flex:1;min-width:80px;border:none;outline:none;font-size:14px;background:transparent;color:#333;resize:none;min-height:24px;max-height:80px;overflow-y:auto;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;line-height:1.4;font-family:inherit;padding:0}.chip-input__text::placeholder{color:#adb5bd;transition:opacity .2s ease}.chip-input__text.placeholder-transitioning::placeholder{opacity:0}.chip-input__text-container{position:relative;flex:1;min-width:80px;display:flex;align-items:flex-start}.chip-input__text-container .chip-input__text{flex:1;min-width:0;width:100%}.chip-input__measure{position:absolute;visibility:hidden;white-space:pre;font-size:14px;font-family:inherit;pointer-events:none}.chip-input__ghost-text{position:absolute;pointer-events:none;color:#9ca3af;font-size:14px;white-space:nowrap;opacity:.6;font-family:inherit}.chip-input__tokenized-overlay{position:absolute;inset:0;font-size:14px;font-family:inherit;pointer-events:none;z-index:1;background:transparent;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;line-height:1.4;overflow:hidden}.chip-input__tokenized-overlay .attribute-token{pointer-events:auto}.chip-input__text--with-tokens{color:transparent!important;caret-color:#e67e22}.chip-input__voice{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f8f9fa;border:none;border-radius:50%;cursor:pointer;transition:all .2s;color:#495057}.chip-input__voice:hover{background:#e9ecef}.chip-input__voice.listening{background:#ffc107;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chip-input__voice-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:#fffbf0;border:1px solid #ffc107;border-radius:8px;margin-top:8px}.chip-input__voice-waveform{display:flex;align-items:center;justify-content:center;gap:3px;height:24px}.chip-input__voice-bar{width:3px;height:100%;background:#ffc107;border-radius:2px;animation:voice-wave .5s ease-in-out infinite}.chip-input__voice-bar:nth-child(1){animation-delay:0s}.chip-input__voice-bar:nth-child(2){animation-delay:.1s}.chip-input__voice-bar:nth-child(3){animation-delay:.2s}.chip-input__voice-bar:nth-child(4){animation-delay:.1s}.chip-input__voice-bar:nth-child(5){animation-delay:0s}@keyframes voice-wave{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.chip-input__voice-status{font-size:12px;color:#666}.chip-input__voice-actions{display:flex;gap:8px}.chip-input__voice-actions button{padding:6px 12px;font-size:12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .15s}.chip-input__voice-actions button:hover{background:#f5f5f5}.chip-input__suggestions{position:relative;z-index:10;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.chip-input__suggestion{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:none;border:none;text-align:left;font-size:14px;color:#333;cursor:pointer;transition:background .15s}.chip-input__suggestion:hover,.chip-input__suggestion.first{background:#f8f9fa}.chip-input__suggestion.first{background:#fffbf0}.chip-input__suggestion-text{font-weight:500}.chip-input__suggestion-hint{font-size:11px;color:#888;background:#f0f0f0;padding:2px 6px;border-radius:4px}@media (max-width: 768px){.chip-input__suggestion{padding:14px 16px;min-height:44px}.chip-input__suggestion-hint{padding:4px 8px}.chip-input__text,.chip-input__measure,.chip-input__ghost-text,.chip-input__tokenized-overlay,.turbo-ghost-text,.turbo-input,.turbo-add-more-input,.turbo-refine-input,.turbo-smart-text-input,.tokenized-input__plain{font-size:16px}}.turbo-context-suggestions{display:flex;flex-direction:column;gap:8px}.turbo-context-suggestions__label{font-size:12px;color:#888;font-weight:500}.turbo-context-suggestions__list{display:flex;flex-wrap:wrap;gap:6px}.turbo-context-suggestion{padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s}.turbo-context-suggestion:hover{background:#e5e7eb;border-color:#d1d5db}.tokenized-input{position:relative;display:flex;align-items:center;width:100%}.tokenized-input__content{display:flex;flex-wrap:wrap;align-items:center;gap:2px;min-height:36px;padding:6px 8px;font-size:14px;line-height:1.5}.tokenized-input__plain{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}.tokenized-input__plain:focus{border-color:#ffc107;box-shadow:0 0 0 3px #ffc10726}.tokenized-input__hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.attribute-token{display:inline;border-bottom:1px dotted #adb5bd;cursor:pointer;transition:all .15s ease;padding:0 1px;margin:0 -1px}.attribute-token:hover{border-bottom-color:#ffc107;color:#b38600}.attribute-token:focus{outline:none;border-bottom-color:#ffc107;color:#b38600}.attribute-token.active{background:#ffc10726;border-radius:4px;padding:2px 6px;margin:0 -6px;border-bottom:none;color:#7a5800}.attribute-dropdown{min-width:180px;max-width:280px;max-height:300px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;font-size:14px;outline:none}.attribute-dropdown__header{padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c757d}.attribute-dropdown__list{list-style:none;margin:0;padding:4px 0;max-height:240px;overflow-y:auto}.attribute-dropdown__item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background .1s}.attribute-dropdown__item:hover,.attribute-dropdown__item.highlighted{background:#f8f9fa}.attribute-dropdown__item.current{background:#ffc1071a}.attribute-dropdown__item.current .attribute-dropdown__value{font-weight:600}.attribute-dropdown__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.attribute-dropdown__dot.in-stock{background:#28a745}.attribute-dropdown__dot.out-of-stock{background:#dee2e6}.attribute-dropdown__value{flex:1;color:#212529}.attribute-dropdown__count{color:#6c757d;font-size:12px}.attribute-dropdown__loading{display:flex;align-items:center;gap:8px;padding:16px;color:#6c757d;font-size:13px}.attribute-dropdown__spinner{width:16px;height:16px;border:2px solid #e9ecef;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}.attribute-dropdown__error{padding:16px;color:#dc3545;font-size:13px;text-align:center}.attribute-dropdown__empty{padding:16px;color:#6c757d;font-size:13px;text-align:center}.turbo-parsed-preview{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.turbo-parsed-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.turbo-parsed-preview-label{font-size:12px;color:#6c757d;font-weight:500}.turbo-parsed-preview-corrected{font-size:11px;color:#28a745;background:#d4edda;padding:2px 6px;border-radius:4px}.turbo-parsed-preview-chips{display:flex;flex-wrap:wrap;gap:6px}.turbo-parsed-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#fff;border:1px solid #dee2e6;border-radius:4px;font-size:13px;cursor:default;transition:all .15s ease}.turbo-parsed-chip:hover{border-color:#adb5bd}.turbo-parsed-chip-corrected{border-color:#28a745;background:#f8fff8}.turbo-parsed-chip-category{font-weight:600;color:#ffc107;font-size:11px;text-transform:uppercase}.turbo-parsed-chip-text{color:#212529}.turbo-parsed-chip-corrected-icon{color:#28a745;font-size:10px;cursor:help}.turbo-shopping-list-items{display:flex;flex-direction:column;gap:8px}.turbo-shopping-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #dee2e6;transition:all .15s ease}.turbo-shopping-item:hover{border-color:#adb5bd}.turbo-shopping-item-found{border-color:#28a745;background:#f8fff8}.turbo-shopping-item-replaced{border-color:#ffc107;background:#fffef8}.turbo-shopping-item-not-found{border-color:#dc3545;background:#fff8f8;opacity:.7}.turbo-shopping-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:12px;font-weight:700;border-radius:50%;flex-shrink:0}.turbo-shopping-icon-found{background:#28a745;color:#fff}.turbo-shopping-icon-replaced{background:#ffc107;color:#212529}.turbo-shopping-icon-not-found{background:#dc3545;color:#fff}.turbo-shopping-item-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.turbo-shopping-item-request{font-size:13px;font-weight:500;color:#212529}.turbo-shopping-item-correction{font-size:11px;color:#28a745;margin-left:4px;cursor:help}.turbo-shopping-item-reason{font-size:11px;color:#6c757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-shopping-item-product{font-size:11px;color:#6c757d;white-space:normal}.turbo-shopping-item-product-clickable{cursor:pointer;color:#3949ab;text-decoration:underline;text-decoration-style:dotted}.turbo-shopping-item-product-clickable:hover{color:#1a237e;text-decoration-style:solid}.turbo-shopping-item-product-clickable:focus-visible{outline:2px solid #3949ab;outline-offset:1px;border-radius:2px}.turbo-shopping-item-status{font-size:11px;font-weight:500;padding:2px 8px;border-radius:4px;flex-shrink:0}.turbo-shopping-status-found{background:#d4edda;color:#155724}.turbo-shopping-status-replaced{background:#fff3cd;color:#856404}.turbo-shopping-status-not-found{background:#f8d7da;color:#721c24}.turbo-enrichment-skeleton{height:60px;margin:8px 0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.turbo-enrichment-hint{text-align:center;font-size:12px;color:#999;padding:4px 0 0}.turbo-shopping-item-thumb{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.turbo-shopping-item-thumb img{width:100%;height:100%;object-fit:cover}.turbo-shopping-item-thumb-placeholder{font-size:12px;opacity:.4}@keyframes turboScrollPulse{0%{box-shadow:0 0 #ffc10766}50%{box-shadow:0 0 0 6px #ffc1071a}to{box-shadow:0 0 #ffc10700}}.turbo-scroll-highlight{animation:turboScrollPulse .75s ease-out 2}@media (prefers-reduced-motion: reduce){.turbo-scroll-highlight{animation:none;box-shadow:0 0 0 3px #ffc1074d}}.turbo-shopping-compact{position:sticky;top:0;z-index:10;background:#f8f9fa;border-bottom:1px solid #e9ecef;margin:0 -16px;padding:0 16px}.turbo-shopping-compact-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:44px}.turbo-shopping-compact-bar:focus-visible{outline:2px solid #3949ab;outline-offset:-2px;border-radius:4px}.turbo-shopping-compact-summary{font-size:13px;font-weight:600;color:#333}.turbo-shopping-compact-toggle{font-size:10px;color:#666;margin-left:8px}.turbo-shopping-compact-expanded{overflow:hidden;padding:0 0 12px}.turbo-v2-item-header{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 12px;font-size:12px;border-bottom:1px solid transparent}.turbo-v2-item-header-found{background:#28a7450f;border-bottom-color:#28a74526}.turbo-v2-item-header-replaced{background:#ffc1070f;border-bottom-color:#ffc10726;border-left:3px solid #ffc107}.turbo-v2-item-search-term{color:#555;font-weight:500;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turbo-v2-item-typo-indicator{font-size:10px;color:#28a745;cursor:help;text-decoration:dotted underline;margin-left:2px}.turbo-v2-status-pill{font-size:10px;font-weight:600;padding:1px 8px;border-radius:10px;flex-shrink:0}.turbo-v2-pill-matched{background:#d4edda;color:#155724}.turbo-v2-pill-replaced{background:#fff3cd;color:#856404}.turbo-v2-see-options{background:none;border:none;padding:2px 0;font-size:11px;color:#856404;text-decoration:underline;cursor:pointer;flex-shrink:0;min-height:44px;display:flex;align-items:center}.turbo-v2-see-options:hover{color:#6d5300}.turbo-v2-see-options:focus-visible{outline:2px solid #856404;outline-offset:2px;border-radius:2px}.turbo-v2-item-reason{font-size:11px;color:#856404;width:100%;font-style:italic}.turbo-v2-section{margin-bottom:4px}.turbo-v2-section-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:8px 4px 4px;color:#888}.turbo-v2-section-found .turbo-plan-item{background:#28a7450a}.turbo-v2-section-replaced .turbo-plan-item{background:#ffc1070a}.turbo-v2-section-found>div,.turbo-v2-section-replaced>div,.turbo-v2-section-optional>div{display:flex;flex-direction:column;gap:8px}@media (max-width: 480px){.turbo-shopping-compact-bar{padding:6px 12px}.turbo-shopping-compact-summary{font-size:12px}.turbo-v2-item-header{font-size:11px;padding:5px 10px}.turbo-v2-item-search-term{font-size:12px}.turbo-v2-section-header{font-size:10px;padding:6px 4px 3px}.chip-input__text,.chip-input__tokenized-overlay{overflow-x:hidden;line-height:1.5}.chip-input__suggestions{max-height:40vh;overflow-y:auto}}.turbo-beta-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#00000026;color:#fff;padding:2px 6px;border-radius:8px;line-height:1}.turbo-feedback-widget{margin-top:12px;padding:10px 14px;background:#fafafa;border:1px solid #eee;border-radius:8px}.turbo-feedback-prompt-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.turbo-feedback-label{font-size:13px;color:#666}.turbo-feedback-buttons{display:flex;gap:6px}.turbo-feedback-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #ddd;border-radius:16px;background:#fff;cursor:pointer;font-size:12px;color:#555;transition:all .2s}.turbo-feedback-btn:hover{border-color:#bbb;background:#f5f5f5}.turbo-feedback-btn-good:hover{border-color:#4caf50;color:#2e7d32}.turbo-feedback-btn-bad:hover{border-color:#ff9800;color:#e65100}.turbo-feedback-icon{font-size:14px}.turbo-feedback-comment-form{display:flex;flex-direction:column;gap:8px}.turbo-feedback-textarea{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;resize:vertical;font-family:inherit;box-sizing:border-box}.turbo-feedback-textarea:focus{outline:none;border-color:#ff9800}.turbo-feedback-submit{align-self:flex-end;padding:5px 16px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:6px;color:#000;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s}.turbo-feedback-submit:hover{opacity:.9}.turbo-feedback-submit:disabled{opacity:.5;cursor:default}.turbo-feedback-thanks{text-align:center;color:#2e7d32;font-size:13px;font-weight:500;padding:4px 0}.turbo-prefs-row{margin:8px 0 4px}.turbo-prefs-toggle{display:flex;align-items:center;gap:6px;width:100%;background:none;border:none;padding:6px 4px;font-size:13px;font-weight:600;color:#555;cursor:pointer;border-radius:6px;transition:background .15s}.turbo-prefs-toggle:hover{background:#0000000a}.turbo-prefs-chevron{font-size:9px;transition:transform .2s;color:#999}.turbo-prefs-chevron--open{transform:rotate(90deg)}.turbo-prefs-summary{font-weight:400;color:#999;font-size:12px;margin-left:2px}.turbo-prefs-summary:before{content:"· "}.turbo-prefs-panel{overflow:hidden;padding:4px 0 2px}.turbo-prefs-group{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.turbo-prefs-group-label{font-size:12px;color:#888;white-space:nowrap;padding-top:5px;min-width:52px}.turbo-prefs-chips{display:flex;flex-wrap:wrap;gap:6px}.turbo-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1.5px solid #ddd;border-radius:20px;background:#fff;font-size:12px;font-weight:500;color:#555;cursor:pointer;transition:all .15s;min-height:32px;-webkit-user-select:none;user-select:none}.turbo-filter-chip:hover{border-color:#ccc;background:#fafafa}.turbo-filter-chip--active{border-color:#e6a800;background:#fffbf0;color:#8a6d00}.turbo-filter-chip--active:hover{border-color:#d49e00;background:#fff7e0}.turbo-filter-chip-emoji{font-size:13px}.turbo-pref-badges{display:flex;flex-wrap:wrap;gap:4px;margin:4px 0 8px}.turbo-pref-badge{display:inline-block;padding:2px 8px;border:1px solid #e0d5b5;border-radius:12px;font-size:11px;font-weight:500;color:#8a6d00;background:#fffbf0}.turbo-diet-fallback-notice{font-size:12px;color:#856404;background:#fff3cd;border-radius:6px;padding:6px 10px;margin:4px 0 8px}[data-theme=dark] .turbo-sidebar{background:var(--surface);box-shadow:-4px 0 20px var(--shadow-color)}[data-theme=dark] .turbo-drag-handle:after{background:#555}[data-theme=dark] .turbo-header{border-bottom-color:var(--border)}[data-theme=dark] .turbo-rate-limit{background:#2a2518;border-bottom-color:#665200;color:#d4a017}[data-theme=dark] .turbo-intro{color:var(--muted)}[data-theme=dark] .turbo-chip{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-chip:hover{background:var(--hover-bg);border-color:#ffc107}[data-theme=dark] .turbo-chip-label{color:var(--text)}[data-theme=dark] .turbo-chip-skeleton{background:linear-gradient(90deg,var(--hover-bg) 25%,var(--border) 50%,var(--hover-bg) 75%);background-size:200% 100%}[data-theme=dark] .turbo-input{border-color:var(--border);background:var(--input-bg);color:var(--text)}[data-theme=dark] .turbo-input::placeholder{color:var(--muted)}[data-theme=dark] .turbo-input-hint{color:var(--muted)}[data-theme=dark] .turbo-spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .turbo-loading p,[data-theme=dark] .turbo-back-btn{color:var(--muted)}[data-theme=dark] .turbo-back-btn:hover{color:var(--text)}[data-theme=dark] .turbo-original-query{background:#2a2518}[data-theme=dark] .turbo-original-query__label{color:#d4a017}[data-theme=dark] .turbo-original-query__text{color:var(--text)}[data-theme=dark] .turbo-original-query__edit{border-color:#d4a017;color:#d4a017}[data-theme=dark] .turbo-original-query__edit:hover{background:#d4a017;color:#000}[data-theme=dark] .turbo-reasoning{background:var(--surface-elevated);color:var(--muted)}[data-theme=dark] .turbo-ai-message{background:linear-gradient(135deg,#1e2240 0% 100%);border-color:#3949ab}[data-theme=dark] .turbo-ai-message-icon{color:#7986cb}[data-theme=dark] .turbo-ai-message p{color:#9fa8da}[data-theme=dark] .turbo-tier-btn:hover{border-color:var(--border);background:var(--hover-bg)}[data-theme=dark] .turbo-tier-btn.active{border-color:#ffc107;background:#2a2518}[data-theme=dark] .turbo-tier-label{color:var(--text)}[data-theme=dark] .turbo-tier-meta{color:var(--muted)}[data-theme=dark] .turbo-stack-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-stack-item:hover{border-color:var(--border);background:var(--hover-bg)}[data-theme=dark] .turbo-stack-item.selected{border-color:#ffc107;background:#2a2518}[data-theme=dark] .turbo-item-checkbox{border-color:var(--muted)}[data-theme=dark] .turbo-item-image{background:var(--img-container-bg)}[data-theme=dark] .turbo-item-category{color:var(--muted)}[data-theme=dark] .turbo-item-name{color:var(--text)}[data-theme=dark] .turbo-item-name.turbo-item-clickable:hover{color:#f0a030}[data-theme=dark] .turbo-item-reason{color:var(--muted)}[data-theme=dark] .turbo-action-btn{border-color:var(--border);background:var(--surface-elevated);color:var(--muted)}[data-theme=dark] .turbo-action-btn:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .turbo-action-view{color:#5b9bd5;border-color:#2a3d5a}[data-theme=dark] .turbo-action-view:hover{background:#1c2d41;border-color:#5b9bd5}[data-theme=dark] .turbo-action-swap{color:#ffb74d;border-color:#3d2a00}[data-theme=dark] .turbo-action-swap:hover{background:#2a2518;border-color:#ffb74d}[data-theme=dark] .turbo-action-remove{color:#ef5350;border-color:#3d1e1e}[data-theme=dark] .turbo-action-remove:hover{background:#2d1e1e;border-color:#ef5350}[data-theme=dark] .turbo-item-price{color:var(--text)}[data-theme=dark] .turbo-summary{border-top-color:var(--border)}[data-theme=dark] .turbo-summary-hint{color:var(--muted)}[data-theme=dark] .turbo-rate-limited h3,[data-theme=dark] .turbo-error h3{color:var(--text)}[data-theme=dark] .turbo-rate-limited p,[data-theme=dark] .turbo-error p{color:var(--muted)}[data-theme=dark] .turbo-rejected h3{color:var(--text)}[data-theme=dark] .turbo-rejected-reason{color:var(--muted);background:var(--surface-elevated)}[data-theme=dark] .turbo-rejected-suggestion p{color:var(--muted)}[data-theme=dark] .swap-modal{background:var(--surface);box-shadow:0 10px 40px var(--shadow-color)}[data-theme=dark] .swap-modal-header{border-bottom-color:var(--border);background:var(--surface-elevated)}[data-theme=dark] .swap-modal-title{color:var(--text)}[data-theme=dark] .swap-back-icon,[data-theme=dark] .swap-close-btn{color:var(--muted)}[data-theme=dark] .swap-close-btn:hover{background:var(--hover-bg)}[data-theme=dark] .swap-loading p,[data-theme=dark] .swap-error p,[data-theme=dark] .swap-empty p{color:var(--muted)}[data-theme=dark] .swap-spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .swap-alt-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .swap-alt-item:hover{border-color:var(--border);background:var(--hover-bg)}[data-theme=dark] .swap-alt-item.selected{border-color:#ffc107;background:#2a2518}[data-theme=dark] .swap-radio-circle{border-color:var(--muted)}[data-theme=dark] .swap-alt-image{background:var(--img-container-bg)}[data-theme=dark] .swap-alt-name{color:var(--text)}[data-theme=dark] .swap-alt-reason{color:var(--muted)}[data-theme=dark] .swap-alt-price{color:var(--text)}[data-theme=dark] .swap-modal-footer{border-top-color:var(--border);background:var(--surface-elevated)}[data-theme=dark] .turbo-add-more-input{border-color:var(--border);background:var(--input-bg);color:var(--text)}[data-theme=dark] .turbo-add-more-input:focus{background:var(--surface-elevated)}[data-theme=dark] .turbo-add-more-input::placeholder{color:var(--muted)}[data-theme=dark] .turbo-add-more-spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .turbo-add-more-results{background:var(--surface);border-color:var(--border);box-shadow:0 4px 16px var(--shadow-color)}[data-theme=dark] .turbo-add-more-result{border-bottom-color:var(--border)}[data-theme=dark] .turbo-add-more-result:hover{background:var(--hover-bg)}[data-theme=dark] .turbo-add-more-result-image{background:var(--img-container-bg)}[data-theme=dark] .turbo-add-more-result-name{color:var(--text)}[data-theme=dark] .turbo-add-more-result-price{color:var(--muted)}[data-theme=dark] .turbo-add-more-empty{color:var(--muted);background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-add-more-suggestions-label{color:var(--muted)}[data-theme=dark] .turbo-suggestion-chip{background:var(--surface-elevated);border-color:var(--border);color:var(--muted)}[data-theme=dark] .turbo-suggestion-chip:hover{background:#2a2518;border-color:#ffc107;color:var(--text)}[data-theme=dark] .turbo-followup-header{color:var(--muted)}[data-theme=dark] .turbo-followup-question{background:var(--surface-elevated)}[data-theme=dark] .turbo-followup-question-text{color:var(--text)}[data-theme=dark] .turbo-followup-option{background:var(--surface-elevated);border-color:var(--border);color:var(--muted)}[data-theme=dark] .turbo-followup-option:hover{border-color:var(--border);background:var(--hover-bg)}[data-theme=dark] .turbo-followup-option.selected{border-color:#ffc107;background:#2a2518;color:var(--text)}[data-theme=dark] .turbo-followup-skip{color:var(--muted)}[data-theme=dark] .turbo-followup-skip:hover{color:var(--text)}[data-theme=dark] .turbo-history-back-btn{color:var(--muted)}[data-theme=dark] .turbo-history-back-btn:hover{background:#ffffff0d;color:var(--text)}[data-theme=dark] .turbo-history-header h3{color:var(--text)}[data-theme=dark] .turbo-history-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-history-item:hover{background:#2a2518}[data-theme=dark] .turbo-history-label{color:var(--text)}[data-theme=dark] .turbo-history-date,[data-theme=dark] .turbo-history-arrow,[data-theme=dark] .turbo-history-loading p,[data-theme=dark] .turbo-history-error p,[data-theme=dark] .turbo-history-empty p{color:var(--muted)}[data-theme=dark] .turbo-history-btn:hover{background:#ffffff1a}[data-theme=dark] .turbo-plan-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-plan-item.checked{border-color:#ffc107;background:#2a2518}[data-theme=dark] .turbo-plan-item.optional{background:var(--surface-elevated)}[data-theme=dark] .turbo-plan-checkbox{border-color:var(--muted)}[data-theme=dark] .turbo-plan-image{background:var(--img-container-bg)}[data-theme=dark] .turbo-plan-category{color:var(--muted)}[data-theme=dark] .turbo-plan-name{color:var(--text)}[data-theme=dark] .turbo-plan-name:hover{color:#f0a030}[data-theme=dark] .turbo-plan-reason{color:var(--muted)}[data-theme=dark] .turbo-price-absolute{color:var(--text)}[data-theme=dark] .turbo-flavor-btn{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .turbo-flavor-btn:hover{background:var(--surface-elevated);border-color:var(--muted)}[data-theme=dark] .turbo-flavor-label,[data-theme=dark] .turbo-flavor-arrow{color:var(--muted)}[data-theme=dark] .turbo-flavor-dropdown{background:var(--surface);border-color:var(--border);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .turbo-flavor-option:hover{background:var(--hover-bg)}[data-theme=dark] .turbo-flavor-option.selected{background:#2a2518}[data-theme=dark] .swap-popover{background:var(--surface);box-shadow:0 8px 32px var(--shadow-color)}[data-theme=dark] .swap-popover-header{border-bottom-color:var(--border)}[data-theme=dark] .swap-popover-title{color:var(--text)}[data-theme=dark] .swap-popover-close{color:var(--muted)}[data-theme=dark] .swap-popover-close:hover{color:var(--text)}[data-theme=dark] .swap-popover-loading,[data-theme=dark] .swap-popover-error,[data-theme=dark] .swap-popover-empty{color:var(--muted)}[data-theme=dark] .swap-popover-spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .swap-popover-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .swap-popover-item:hover{background:var(--hover-bg)}[data-theme=dark] .swap-popover-item-image{background:var(--img-container-bg)}[data-theme=dark] .swap-popover-item-name{color:var(--text)}[data-theme=dark] .swap-popover-item-price{color:var(--muted)}[data-theme=dark] .swap-popover-footer{border-top-color:var(--border)}[data-theme=dark] .turbo-optional-section{border-color:var(--border)}[data-theme=dark] .turbo-optional-header{background:var(--surface-elevated)}[data-theme=dark] .turbo-optional-header:hover{background:var(--hover-bg)}[data-theme=dark] .turbo-optional-icon,[data-theme=dark] .turbo-optional-title,[data-theme=dark] .turbo-optional-total{color:var(--muted)}[data-theme=dark] .turbo-optional-content{background:var(--hover-bg)}[data-theme=dark] .turbo-optional-description{color:var(--muted)}[data-theme=dark] .turbo-optional-add-all{background:var(--surface-elevated);border-color:#ffc107;color:var(--text)}[data-theme=dark] .turbo-optional-add-all:hover,[data-theme=dark] .turbo-refine-section{background:#2a2518}[data-theme=dark] .turbo-refine-input{background:var(--input-bg);color:var(--text)}[data-theme=dark] .turbo-refine-input::placeholder{color:var(--muted)}[data-theme=dark] .turbo-refine-input.placeholder-transitioning::placeholder{opacity:0}[data-theme=dark] .turbo-unavailable-notice{background:#2a2518;border-color:#665200}[data-theme=dark] .turbo-unavailable-text{color:#d4a017}[data-theme=dark] .turbo-changes-summary{background:#1e3a1e}[data-theme=dark] .turbo-change{color:#81c784}[data-theme=dark] .turbo-change-replaced{color:#64b5f6}[data-theme=dark] .turbo-change-removed{color:#ef5350}[data-theme=dark] .turbo-change-added{color:#81c784}[data-theme=dark] .turbo-badge-value{background:#2a2518;color:#d4a017;border-color:#665200}[data-theme=dark] .turbo-badge-vegan{background:#1e3a1e;color:#81c784;border-color:#2e5a2e}[data-theme=dark] .turbo-badge-diet{background:#1e2240;color:#9fa8da;border-color:#3949ab}[data-theme=dark] .turbo-meter-label{color:var(--muted)}[data-theme=dark] .turbo-meter-track{background:var(--border)}[data-theme=dark] .turbo-meter-pct{color:var(--text)}[data-theme=dark] .turbo-why-toggle{color:var(--muted)}[data-theme=dark] .turbo-why-toggle:hover{color:var(--text)}[data-theme=dark] .turbo-why-content{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-why-item{color:var(--muted)}[data-theme=dark] .turbo-ai-suggestion{background:linear-gradient(135deg,#2a2518,#332a10);border-color:#665200}[data-theme=dark] .turbo-suggestion-header{color:#d4a017}[data-theme=dark] .turbo-suggestion-body{color:#c9a030}[data-theme=dark] .turbo-suggestion-footer{background:#0003;border-top-color:#6652004d}[data-theme=dark] .turbo-suggestion-product-image{background:var(--img-container-bg)}[data-theme=dark] .turbo-suggestion-product-name{color:#c9a030}[data-theme=dark] .turbo-ai-suggestion.educational{background:linear-gradient(135deg,#1c2d41 0% 100%);border-color:#1e6a9e}[data-theme=dark] .turbo-ai-suggestion.educational .turbo-suggestion-header{color:#64b5f6}[data-theme=dark] .turbo-ai-suggestion.educational .turbo-suggestion-body,[data-theme=dark] .turbo-ai-suggestion.educational .turbo-suggestion-product-name{color:#90caf9}[data-theme=dark] .turbo-ai-suggestion.educational .turbo-suggestion-footer{border-top-color:#1e6a9e4d}[data-theme=dark] .turbo-ai-suggestion.synergy{background:linear-gradient(135deg,#1e3a1e 0% 100%);border-color:#2e7d32}[data-theme=dark] .turbo-ai-suggestion.synergy .turbo-suggestion-header{color:#66bb6a}[data-theme=dark] .turbo-ai-suggestion.synergy .turbo-suggestion-body,[data-theme=dark] .turbo-ai-suggestion.synergy .turbo-suggestion-product-name{color:#81c784}[data-theme=dark] .turbo-ai-suggestion.synergy .turbo-suggestion-footer{border-top-color:#2e7d324d}[data-theme=dark] .turbo-why-context{color:var(--muted)}[data-theme=dark] .turbo-compare-toggle{background:#10b9811a;border-color:#10b98133;color:var(--text-secondary, #ccc)}[data-theme=dark] .turbo-compare-toggle:hover,[data-theme=dark] .turbo-compare-toggle.expanded{background:#10b98126;border-color:#10b9814d;color:var(--text)}[data-theme=dark] .turbo-compare-range{color:#34d399}[data-theme=dark] .turbo-compare-inner{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-compare-skeleton{background:linear-gradient(90deg,var(--hover-bg) 25%,var(--border) 50%,var(--hover-bg) 75%);background-size:200% 100%}[data-theme=dark] .turbo-compare-empty{color:var(--muted)}[data-theme=dark] .turbo-compare-list::-webkit-scrollbar-track{background:var(--scrollbar-track)}[data-theme=dark] .turbo-compare-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .turbo-compare-item{background:var(--surface);border-color:var(--border)}[data-theme=dark] .turbo-compare-img{background:var(--img-container-bg)}[data-theme=dark] .turbo-compare-brand,[data-theme=dark] .turbo-compare-price{color:var(--text)}[data-theme=dark] .turbo-compare-diff.cheaper{background:#1e3a1e;color:#66bb6a}[data-theme=dark] .turbo-compare-diff.pricier{background:#2d1a1a;color:#ef5350}[data-theme=dark] .turbo-compare-diff-abs,[data-theme=dark] .turbo-voice-btn{color:var(--muted)}[data-theme=dark] .turbo-voice-overlay{background:var(--surface);border-color:#ff9800}[data-theme=dark] .turbo-voice-status{color:var(--muted)}[data-theme=dark] .turbo-voice-transcript{color:var(--text)}[data-theme=dark] .turbo-voice-cancel{background:var(--surface-elevated);border-color:var(--border);color:var(--muted)}[data-theme=dark] .turbo-voice-cancel:hover{background:var(--hover-bg)}[data-theme=dark] .turbo-voice-unsupported,[data-theme=dark] .turbo-why-inline{color:var(--muted)}[data-theme=dark] .turbo-why-inline-pct{color:var(--text)}[data-theme=dark] .turbo-why-inline-label,[data-theme=dark] .turbo-why-inline-text{color:var(--muted)}[data-theme=dark] .turbo-why-inline-context{color:var(--muted);background:var(--surface-elevated)}[data-theme=dark] .turbo-tier-btn{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-tier-btn:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .turbo-tier-btn.active{background:#2a2518;border-color:#ffc107}[data-theme=dark] .turbo-tier-btn .turbo-tier-label,[data-theme=dark] .turbo-tier-btn .turbo-tier-price{color:var(--text)}[data-theme=dark] .turbo-tier-loading{color:var(--muted)}[data-theme=dark] .turbo-cross-sell{background:var(--surface-elevated)}[data-theme=dark] .turbo-cross-sell.emphasized{background:#2a2518;border-color:#5a4520}[data-theme=dark] .turbo-cross-sell-header{color:var(--muted)}[data-theme=dark] .turbo-cross-sell-item{background:var(--surface);border-color:var(--border)}[data-theme=dark] .turbo-cross-sell-name{color:var(--text)}[data-theme=dark] .turbo-cross-sell-reason{color:var(--muted)}[data-theme=dark] .turbo-cross-sell-price{color:var(--text)}[data-theme=dark] .turbo-swap-indicator{background:#2a2518}[data-theme=dark] .turbo-history-item-container{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-history-item-container:hover{box-shadow:0 2px 8px var(--shadow-color)}[data-theme=dark] .turbo-history-price{color:var(--text)}[data-theme=dark] .turbo-history-actions{border-top-color:var(--border)}[data-theme=dark] .turbo-customize-btn{background:var(--surface-elevated);color:var(--muted)}[data-theme=dark] .turbo-customize-btn:hover{background:var(--hover-bg);color:var(--text)}[data-theme=dark] .turbo-smart-label{color:var(--text)}[data-theme=dark] .turbo-smart-text-input{border-color:var(--border);color:var(--text)}[data-theme=dark] .turbo-smart-text-input::placeholder{color:var(--muted)}[data-theme=dark] .turbo-input-ghost-container{background:var(--input-bg)}[data-theme=dark] .turbo-ghost-text{color:var(--muted)}[data-theme=dark] .turbo-typeahead-dropdown{background:var(--surface);border-color:var(--border);box-shadow:0 4px 16px var(--shadow-color)}[data-theme=dark] .turbo-typeahead-section:not(:last-child){border-bottom-color:var(--border)}[data-theme=dark] .turbo-typeahead-header{color:var(--muted)}[data-theme=dark] .turbo-typeahead-item:hover,[data-theme=dark] .turbo-typeahead-item.highlighted{background:var(--hover-bg)}[data-theme=dark] .turbo-typeahead-item.selected{background:#2a2518}[data-theme=dark] .turbo-typeahead-item-label{color:var(--text)}[data-theme=dark] .turbo-typeahead-product-img{background:var(--img-container-bg)}[data-theme=dark] .turbo-typeahead-product-price,[data-theme=dark] .turbo-typeahead-loading,[data-theme=dark] .turbo-typeahead-empty{color:var(--muted)}[data-theme=dark] .turbo-spinner-small{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .turbo-suggestion-label{color:var(--muted)}[data-theme=dark] .turbo-suggestion-chip{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-suggestion-chip:hover:not(:disabled){background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .turbo-suggestion-chip.selected,[data-theme=dark] .turbo-suggestion-chip:disabled{background:#1e3a1e;border-color:#2e5a2e}[data-theme=dark] .turbo-suggestion-text{color:var(--text)}[data-theme=dark] .turbo-selected-label{color:var(--muted)}[data-theme=dark] .turbo-selected-img{background:var(--img-container-bg)}[data-theme=dark] .turbo-chip-goal{background:linear-gradient(135deg,#2a2518,#332a10);border-color:#665200;color:#d4a017}[data-theme=dark] .turbo-chip-product{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .turbo-chip-search{background:#1c2d41;border-color:#1e6a9e;color:#64b5f6}[data-theme=dark] .turbo-selected-remove{background:#ffffff1a}[data-theme=dark] .turbo-selected-remove:hover{background:#fff3}[data-theme=dark] .turbo-voice-overlay-inline{background:var(--surface-elevated);border-color:#ffc107}[data-theme=dark] .turbo-query-builder__label{color:var(--text)}[data-theme=dark] .turbo-starter-chip{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .turbo-starter-chip:hover{background:var(--hover-bg);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .turbo-starter-chip--purple{background:#8b5cf61a;border-color:#8b5cf64d}[data-theme=dark] .turbo-starter-chip--purple:hover{background:#8b5cf626}[data-theme=dark] .turbo-starter-chip--amber{background:#f59e0b1a;border-color:#f59e0b4d}[data-theme=dark] .turbo-starter-chip--amber:hover{background:#f59e0b26}[data-theme=dark] .turbo-starter-chip--green{background:#22c55e1a;border-color:#22c55e4d}[data-theme=dark] .turbo-starter-chip--green:hover{background:#22c55e26}[data-theme=dark] .turbo-starter-chip--blue{background:#3b82f61a;border-color:#3b82f64d}[data-theme=dark] .turbo-starter-chip--blue:hover{background:#3b82f626}[data-theme=dark] .turbo-starter-chip--rose{background:#f43f5e1a;border-color:#f43f5e4d}[data-theme=dark] .turbo-starter-chip--rose:hover{background:#f43f5e26}[data-theme=dark] .chip-input{background:var(--input-bg);border-color:var(--border)}[data-theme=dark] .chip-input.listening{background:#2a2518}[data-theme=dark] .chip-input.disabled{background:var(--surface-elevated)}[data-theme=dark] .chip-input__chip{background:linear-gradient(135deg,#2a2518,#332a10);border-color:#665200;color:#d4a017}[data-theme=dark] .chip-input__chip-remove{background:#d4a01726;color:#d4a017}[data-theme=dark] .chip-input__chip-remove:hover{background:#d4a01740}[data-theme=dark] .chip-input__text{color:var(--text)}[data-theme=dark] .chip-input__text::placeholder{color:var(--muted)}[data-theme=dark] .chip-input__ghost-text{color:var(--muted)}[data-theme=dark] .chip-input__voice{background:var(--surface-elevated)}[data-theme=dark] .chip-input__voice:hover{background:var(--hover-bg)}[data-theme=dark] .chip-input__voice-indicator{background:#2a2518;border-color:#ffc107}[data-theme=dark] .chip-input__voice-status{color:var(--muted)}[data-theme=dark] .chip-input__voice-actions button{border-color:var(--border);background:var(--surface-elevated);color:var(--text)}[data-theme=dark] .chip-input__voice-actions button:hover{background:var(--hover-bg)}[data-theme=dark] .chip-input__suggestions{background:var(--surface);border-color:var(--border);box-shadow:0 4px 12px var(--shadow-color)}[data-theme=dark] .chip-input__suggestion{color:var(--text)}[data-theme=dark] .chip-input__suggestion:hover,[data-theme=dark] .chip-input__suggestion.first{background:var(--hover-bg)}[data-theme=dark] .chip-input__suggestion.first{background:#2a2518}[data-theme=dark] .chip-input__suggestion-hint{color:var(--muted);background:var(--surface-elevated)}[data-theme=dark] .turbo-context-suggestions__label{color:var(--muted)}[data-theme=dark] .turbo-context-suggestion{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .turbo-context-suggestion:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .tokenized-input__plain{border-color:var(--border);color:var(--text);background:var(--input-bg)}[data-theme=dark] .attribute-token{border-bottom-color:var(--muted)}[data-theme=dark] .attribute-token:hover{color:#d4a017}[data-theme=dark] .attribute-token:focus{color:#d4a017}[data-theme=dark] .attribute-token.active{background:#ffc10726;color:#d4a017}[data-theme=dark] .attribute-dropdown{background:var(--surface);border-color:var(--border);box-shadow:0 4px 16px var(--shadow-color)}[data-theme=dark] .attribute-dropdown__header{background:var(--surface-elevated);border-bottom-color:var(--border);color:var(--muted)}[data-theme=dark] .attribute-dropdown__item:hover,[data-theme=dark] .attribute-dropdown__item.highlighted{background:var(--hover-bg)}[data-theme=dark] .attribute-dropdown__item.current{background:#ffc1071a}[data-theme=dark] .attribute-dropdown__dot.out-of-stock{background:var(--muted)}[data-theme=dark] .attribute-dropdown__value{color:var(--text)}[data-theme=dark] .attribute-dropdown__count,[data-theme=dark] .attribute-dropdown__loading{color:var(--muted)}[data-theme=dark] .attribute-dropdown__spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .attribute-dropdown__error{color:#ef5350}[data-theme=dark] .attribute-dropdown__empty{color:var(--muted)}[data-theme=dark] .turbo-parsed-preview{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-parsed-preview-label{color:var(--muted)}[data-theme=dark] .turbo-parsed-preview-corrected{color:#81c784;background:#1e3a1e}[data-theme=dark] .turbo-parsed-chip{background:var(--surface);border-color:var(--border)}[data-theme=dark] .turbo-parsed-chip:hover{border-color:var(--muted)}[data-theme=dark] .turbo-parsed-chip-corrected{border-color:#2e7d32;background:#1e3a1e}[data-theme=dark] .turbo-parsed-chip-text{color:var(--text)}[data-theme=dark] .turbo-shopping-item{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-shopping-item:hover{border-color:var(--muted)}[data-theme=dark] .turbo-shopping-item-found{border-color:#2e7d32;background:#1e3a1e}[data-theme=dark] .turbo-shopping-item-replaced{border-color:#665200;background:#2a2518}[data-theme=dark] .turbo-shopping-item-not-found{border-color:#c62828;background:#2d1a1a}[data-theme=dark] .turbo-shopping-icon-replaced{color:#000}[data-theme=dark] .turbo-shopping-item-request{color:var(--text)}[data-theme=dark] .turbo-shopping-item-correction{color:#81c784}[data-theme=dark] .turbo-shopping-item-reason,[data-theme=dark] .turbo-shopping-item-product{color:var(--muted)}[data-theme=dark] .turbo-shopping-item-product-clickable{color:#7986cb}[data-theme=dark] .turbo-shopping-item-product-clickable:hover{color:#9fa8da}[data-theme=dark] .turbo-shopping-status-found{background:#1e3a1e;color:#81c784}[data-theme=dark] .turbo-shopping-status-replaced{background:#2a2518;color:#d4a017}[data-theme=dark] .turbo-shopping-status-not-found{background:#2d1a1a;color:#ef5350}[data-theme=dark] .turbo-enrichment-skeleton{background:linear-gradient(90deg,var(--hover-bg) 25%,var(--border) 50%,var(--hover-bg) 75%);background-size:200% 100%}[data-theme=dark] .turbo-enrichment-hint{color:var(--muted)}[data-theme=dark] .turbo-shopping-item-thumb{background:var(--img-container-bg)}[data-theme=dark] .turbo-shopping-compact{background:var(--surface-elevated);border-bottom-color:var(--border)}[data-theme=dark] .turbo-shopping-compact-summary{color:var(--text)}[data-theme=dark] .turbo-shopping-compact-toggle{color:var(--muted)}[data-theme=dark] .turbo-v2-item-header-found{background:#28a74514;border-bottom-color:#28a74533}[data-theme=dark] .turbo-v2-item-header-replaced{background:#ffc10714;border-bottom-color:#ffc10733}[data-theme=dark] .turbo-v2-item-search-term{color:var(--muted)}[data-theme=dark] .turbo-v2-item-typo-indicator{color:#81c784}[data-theme=dark] .turbo-v2-pill-matched{background:#1e3a1e;color:#81c784}[data-theme=dark] .turbo-v2-pill-replaced{background:#2a2518;color:#d4a017}[data-theme=dark] .turbo-v2-see-options{color:#d4a017}[data-theme=dark] .turbo-v2-see-options:hover{color:#e6b422}[data-theme=dark] .turbo-v2-item-reason{color:#d4a017}[data-theme=dark] .turbo-v2-section-header{color:var(--muted)}[data-theme=dark] .turbo-v2-section-found .turbo-plan-item{background:#28a7450f}[data-theme=dark] .turbo-v2-section-replaced .turbo-plan-item{background:#ffc1070f}[data-theme=dark] .turbo-feedback-widget{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .turbo-feedback-label{color:var(--muted)}[data-theme=dark] .turbo-feedback-btn{border-color:var(--border);background:var(--surface);color:var(--muted)}[data-theme=dark] .turbo-feedback-btn:hover{border-color:var(--muted);background:var(--hover-bg)}[data-theme=dark] .turbo-feedback-textarea{border-color:var(--border);background:var(--input-bg);color:var(--text)}[data-theme=dark] .turbo-feedback-textarea:focus{border-color:#ff9800}[data-theme=dark] .turbo-prefs-toggle{color:var(--muted)}[data-theme=dark] .turbo-prefs-toggle:hover{background:#ffffff0f}[data-theme=dark] .turbo-prefs-chevron,[data-theme=dark] .turbo-prefs-summary,[data-theme=dark] .turbo-prefs-group-label{color:var(--muted)}[data-theme=dark] .turbo-filter-chip{border-color:var(--border);background:var(--surface);color:var(--text-secondary, #aaa)}[data-theme=dark] .turbo-filter-chip:hover{border-color:var(--muted);background:var(--hover-bg)}[data-theme=dark] .turbo-filter-chip--active{border-color:#b8860b;background:#ffc1071f;color:#ffc107}[data-theme=dark] .turbo-filter-chip--active:hover{border-color:#d4a017;background:#ffc1072e}[data-theme=dark] .turbo-pref-badge{border-color:#ffc1074d;background:#ffc1071a;color:#ffc107}[data-theme=dark] .turbo-diet-fallback-notice{background:#ffc1071a;color:#ffc107}[data-theme=dark] .turbo-search-btn--gradient{color:#000}[data-theme=dark] .turbo-search-btn--gradient:hover{box-shadow:0 0 12px #ffc10766}[data-theme=dark] .turbo-search-btn--outline{color:#ffc107;border-color:#ffc10780}[data-theme=dark] .turbo-search-btn--outline:hover{color:#000}[data-theme=dark] .turbo-content::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .turbo-content::-webkit-scrollbar-track{background:var(--scrollbar-track)}[data-theme=dark] .swap-modal-content::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .swap-modal-content::-webkit-scrollbar-track{background:var(--scrollbar-track)}.user-menu-container{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:8px 12px;color:#fff;transition:border .2s;border:1px solid transparent;border-radius:2px;height:100%}.user-menu-trigger:hover{border:1px solid #fff}.user-avatar{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:50%;background:linear-gradient(135deg,#ff9a56,#ff6a00);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:2px solid #fff;box-shadow:0 2px 6px #0003;transition:transform .2s ease,box-shadow .2s ease}.user-avatar:hover{transform:scale(1.08);box-shadow:0 4px 8px #00000040}.user-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;border-radius:50%}.user-avatar-initials{font-size:15px;font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.user-menu-info{display:flex;flex-direction:column;align-items:flex-start}.user-menu-greeting{font-size:12px;line-height:1.2}.user-menu-label{font-size:14px;font-weight:700;line-height:1.2;display:flex;align-items:center;gap:4px}.chevron{font-size:10px}.user-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #d5d9d9;border-radius:4px;box-shadow:0 2px 8px #00000026;min-width:220px;z-index:1000;animation:slideDown .2s ease-out}.user-menu-section{padding:8px 0}.user-menu-divider{height:1px;background-color:#e7e7e7;margin:0}.user-menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:none;border:none;color:#111;font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s}.user-menu-item:hover{background-color:#f7fafa}.user-menu-item-logout{color:#d32f2f}.user-menu-icon{font-size:18px}.user-menu-balance{font-weight:600;color:#067d62;background:#e8f5e9;padding:2px 8px;border-radius:4px;font-size:13px}.profile-page{min-height:100vh;background-color:#f7f7f7;padding:24px 16px}.profile-container{max-width:800px;margin:0 auto}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.profile-header h1{font-size:28px;font-weight:400;color:#111;margin:0}.profile-back-button{background:none;border:none;color:#0066c0;font-size:14px;cursor:pointer;padding:8px 12px}.profile-back-button:hover{color:#c7511f;text-decoration:underline}.profile-content{display:flex;flex-direction:column;gap:24px}.profile-card{background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:24px}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-card-header h2{font-size:20px;font-weight:700;color:#111;margin:0}.profile-edit-button{background-color:#febd69;border:1px solid #fba724;border-radius:3px;padding:8px 16px;font-size:13px;color:#111;cursor:pointer;transition:background-color .2s}.profile-edit-button:hover{background-color:#f7b755}.profile-error,.profile-success{padding:12px 16px;border-radius:4px;font-size:14px;display:flex;align-items:center;gap:8px;margin-bottom:16px}.profile-error{background-color:#fef5f5;border:1px solid #d32f2f;color:#d32f2f}.profile-success{background-color:#f1f8f4;border:1px solid #2e7d32;color:#2e7d32}.profile-error-icon,.profile-success-icon{font-size:18px}.profile-form{display:flex;flex-direction:column;gap:16px}.profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-form-group{display:flex;flex-direction:column;gap:4px}.profile-label{font-size:13px;font-weight:700;color:#111}.profile-input{padding:10px 12px;border:1px solid #a6a6a6;border-radius:3px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.profile-input:focus{outline:none;border-color:#e77600;box-shadow:0 0 0 3px #e776001a}.profile-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.profile-help-text{font-size:12px;color:#767676;margin:4px 0 0}.profile-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.profile-button{padding:10px 20px;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s,border-color .2s;font-family:inherit;border:1px solid}.profile-button:disabled{opacity:.6;cursor:not-allowed}.profile-button-primary{background-color:#febd69;border-color:#fba724;color:#111}.profile-button-primary:hover:not(:disabled){background-color:#f7b755}.profile-button-secondary{background-color:#fff;border-color:#d5d9d9;color:#111}.profile-button-secondary:hover:not(:disabled){background-color:#f7fafa}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.profile-info-item{display:flex;flex-direction:column;gap:4px}.profile-info-label{font-size:12px;color:#767676;font-weight:700;text-transform:uppercase}.profile-info-value{font-size:14px;color:#111}.address-manager-page{min-height:100vh;background-color:#f7f7f7;padding:24px 16px}.address-container{max-width:1200px;margin:0 auto}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.address-header h1{font-size:28px;font-weight:400;color:#111;margin:0}.address-back-button{background:none;border:none;color:#0066c0;font-size:14px;cursor:pointer;padding:8px 12px}.address-back-button:hover{color:#c7511f;text-decoration:underline}.address-error{background-color:#fef5f5;border:1px solid #d32f2f;border-radius:4px;padding:12px 16px;margin-bottom:16px;color:#d32f2f;font-size:14px;display:flex;align-items:center;gap:8px}.address-error-icon{font-size:18px}.address-actions{margin-bottom:24px}.address-button{padding:10px 20px;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s,border-color .2s;font-family:inherit;border:1px solid}.address-button:disabled{opacity:.6;cursor:not-allowed}.address-button-primary{background-color:#febd69;border-color:#fba724;color:#111}.address-button-primary:hover:not(:disabled){background-color:#f7b755}.address-button-secondary{background-color:#fff;border-color:#d5d9d9;color:#111}.address-button-secondary:hover:not(:disabled){background-color:#f7fafa}.address-loading{text-align:center;padding:48px 16px;background:#fff;border:1px solid #d5d9d9;border-radius:8px;color:#767676;font-size:16px}.address-empty{text-align:center;padding:48px 16px;background:#fff;border:1px solid #d5d9d9;border-radius:8px;color:#767676}.address-empty p{margin:0 0 16px;font-size:16px;color:#767676}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.address-card{background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:20px;position:relative;display:flex;flex-direction:column;gap:12px}.address-card-badge{position:absolute;top:12px;right:12px;background-color:#067d62;color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:3px;text-transform:uppercase}.address-card-type{font-size:12px;color:#767676;font-weight:700;text-transform:uppercase}.address-card-content{flex:1}.address-card-name{font-size:14px;font-weight:700;color:#111;margin-bottom:8px}.address-card-line{font-size:13px;color:#111;line-height:1.4}.address-card-actions{display:flex;gap:8px;margin-top:8px;border-top:1px solid #e7e7e7;padding-top:12px}.address-card-button{flex:1;padding:8px 12px;border:1px solid #d5d9d9;border-radius:3px;background:#fff;color:#111;font-size:13px;cursor:pointer;transition:background-color .2s}.address-card-button:hover{background-color:#f7fafa}.address-card-button-danger{color:#d32f2f}.address-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}.address-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 12px #00000026;animation:slideUp .3s ease-out;padding:32px 28px}.address-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:32px;color:#767676;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.address-modal-close:hover{color:#111}.address-modal-title{font-size:24px;font-weight:400;margin:0 0 20px;color:#111}.address-modal-error{background-color:#fef5f5;border:1px solid #d32f2f;border-radius:4px;padding:12px 16px;margin-bottom:16px;color:#d32f2f;font-size:14px;display:flex;align-items:center;gap:8px}.address-form{display:flex;flex-direction:column;gap:16px}.address-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.address-form-group{display:flex;flex-direction:column;gap:4px}.address-label{font-size:13px;font-weight:700;color:#111}.address-input{padding:10px 12px;border:1px solid #a6a6a6;border-radius:3px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.address-input:focus{outline:none;border-color:#e77600;box-shadow:0 0 0 3px #e776001a}.address-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#111;cursor:pointer}.address-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}@media (max-width: 768px){.user-menu-info{display:none}.profile-form-row,.address-form-row{grid-template-columns:1fr}.profile-header,.address-header{flex-direction:column;align-items:flex-start;gap:12px}.address-grid{grid-template-columns:1fr}.address-modal{width:95%;padding:24px 20px}}.profile-gdpr-section{display:flex;flex-direction:column;gap:24px}.profile-gdpr-item{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:16px;border-radius:4px;background:#f7f7f7}.profile-gdpr-item.profile-gdpr-danger{background:#fff4f4;border:1px solid #ffe0e0}.profile-gdpr-info{flex:1}.profile-gdpr-info h3{font-size:16px;font-weight:600;color:#111;margin:0 0 8px}.profile-gdpr-divider{height:1px;background:#ddd;margin:8px 0}.profile-button-danger{background:#d32f2f;color:#fff;border:1px solid #c62828}.profile-button-danger:hover:not(:disabled){background:#c62828;border-color:#b71c1c}.profile-button-danger:disabled{background:#e0e0e0;color:#999;border-color:#d0d0d0;cursor:not-allowed}.profile-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.profile-modal{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease-out}.profile-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e0e0e0}.profile-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#c62828}.profile-modal-body{padding:24px}.profile-modal-body p{margin:0;font-size:15px;line-height:1.6;color:#333}.profile-modal-actions{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}@media (max-width: 768px){.profile-gdpr-item{flex-direction:column;align-items:stretch}.profile-gdpr-item button{width:100%}.profile-modal{width:95%;max-height:90vh}.profile-modal-actions{flex-direction:column-reverse}.profile-modal-actions button{width:100%}}.devices-section{display:flex;flex-direction:column}.devices-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:12px;color:#666}.devices-spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top:3px solid #0066c0;border-radius:50%;animation:spin 1s linear infinite}.devices-empty{text-align:center;padding:32px 16px;background:#f9f9f9;border-radius:8px}.devices-empty-icon{font-size:48px;display:block;margin-bottom:16px}.devices-empty p{margin:0 0 8px;font-size:15px;color:#333}.devices-list{display:flex;flex-direction:column;gap:12px}.device-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f9f9f9;border-radius:8px;transition:background-color .2s}.device-item:hover{background:#f0f0f0}.device-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a}.device-info{flex:1;min-width:0}.device-name{font-size:15px;font-weight:600;color:#111;margin-bottom:4px;display:flex;align-items:center;gap:8px}.device-auth-type{font-size:11px;font-weight:600;color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.3px}.device-details{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#666}.device-detail-separator{color:#ccc}.device-revoke-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #ddd;border-radius:50%;color:#999;font-size:16px;cursor:pointer;transition:all .2s}.device-revoke-button:hover:not(:disabled){background:#fff4f4;border-color:#d32f2f;color:#d32f2f}.device-revoke-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.device-item{flex-wrap:wrap}.device-details{flex-direction:column;align-items:flex-start;gap:4px}.device-detail-separator{display:none}}[data-theme=dark] .user-menu-dropdown{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 2px 8px #0006}[data-theme=dark] .user-menu-divider{background-color:var(--border)}[data-theme=dark] .user-menu-item{color:var(--text)}[data-theme=dark] .user-menu-item:hover{background-color:var(--hover-bg)}[data-theme=dark] .user-menu-item-logout{color:#ef5350}[data-theme=dark] .user-menu-balance{color:#66bb6a;background:#66bb6a26}[data-theme=dark] .profile-page{background-color:var(--bg)}[data-theme=dark] .profile-header h1{color:var(--text)}[data-theme=dark] .profile-back-button{color:#4da6ff}[data-theme=dark] .profile-back-button:hover{color:#ff9800}[data-theme=dark] .profile-card{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .profile-card-header h2,[data-theme=dark] .profile-label{color:var(--text)}[data-theme=dark] .profile-input{background:var(--input-bg);border-color:var(--input-border);color:var(--text)}[data-theme=dark] .profile-input:disabled{background-color:var(--hover-bg)}[data-theme=dark] .profile-help-text{color:var(--muted)}[data-theme=dark] .profile-button-primary{color:#111}[data-theme=dark] .profile-button-secondary{background-color:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .profile-button-secondary:hover:not(:disabled){background-color:var(--hover-bg)}[data-theme=dark] .profile-info-label{color:var(--muted)}[data-theme=dark] .profile-info-value{color:var(--text)}[data-theme=dark] .profile-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .profile-success{background-color:#2e7d321a;border-color:#2e7d32;color:#66bb6a}[data-theme=dark] .address-manager-page{background-color:var(--bg)}[data-theme=dark] .address-header h1{color:var(--text)}[data-theme=dark] .address-back-button{color:#4da6ff}[data-theme=dark] .address-back-button:hover{color:#ff9800}[data-theme=dark] .address-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .address-button-secondary{background-color:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .address-button-secondary:hover:not(:disabled){background-color:var(--hover-bg)}[data-theme=dark] .address-button-primary{color:#111}[data-theme=dark] .address-loading,[data-theme=dark] .address-empty{background:var(--surface-elevated);border-color:var(--border);color:var(--muted)}[data-theme=dark] .address-empty p{color:var(--muted)}[data-theme=dark] .address-card{background:var(--surface-elevated);border-color:var(--border)}[data-theme=dark] .address-card-type{color:var(--muted)}[data-theme=dark] .address-card-name,[data-theme=dark] .address-card-line{color:var(--text)}[data-theme=dark] .address-card-actions{border-top-color:var(--border)}[data-theme=dark] .address-card-button{border-color:var(--border);background:var(--surface);color:var(--text)}[data-theme=dark] .address-card-button:hover{background-color:var(--hover-bg)}[data-theme=dark] .address-card-button-danger{color:#ef5350}[data-theme=dark] .address-modal{background:var(--surface-elevated);box-shadow:0 4px 12px #0006}[data-theme=dark] .address-modal-close{color:var(--muted)}[data-theme=dark] .address-modal-close:hover,[data-theme=dark] .address-modal-title{color:var(--text)}[data-theme=dark] .address-modal-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .address-label{color:var(--text)}[data-theme=dark] .address-input{background:var(--input-bg);border-color:var(--input-border);color:var(--text)}[data-theme=dark] .address-checkbox-label{color:var(--text)}[data-theme=dark] .profile-gdpr-item{background:var(--hover-bg)}[data-theme=dark] .profile-gdpr-item.profile-gdpr-danger{background:#d32f2f14;border-color:#d32f2f4d}[data-theme=dark] .profile-gdpr-info h3{color:var(--text)}[data-theme=dark] .profile-gdpr-divider{background:var(--border)}[data-theme=dark] .profile-button-danger:disabled{background:var(--hover-bg);color:var(--muted);border-color:var(--border)}[data-theme=dark] .profile-modal{background:var(--surface-elevated);box-shadow:0 8px 32px #00000080}[data-theme=dark] .profile-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .profile-modal-body p{color:var(--text)}[data-theme=dark] .devices-loading{color:var(--muted)}[data-theme=dark] .devices-spinner{border-color:var(--border);border-top-color:#4da6ff}[data-theme=dark] .devices-empty{background:var(--hover-bg)}[data-theme=dark] .devices-empty p{color:var(--text)}[data-theme=dark] .device-item{background:var(--hover-bg)}[data-theme=dark] .device-item:hover{background:var(--surface)}[data-theme=dark] .device-icon{background:var(--surface-elevated);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .device-name{color:var(--text)}[data-theme=dark] .device-details{color:var(--muted)}[data-theme=dark] .device-detail-separator{color:var(--border)}[data-theme=dark] .device-revoke-button{border-color:var(--border);color:var(--muted)}[data-theme=dark] .device-revoke-button:hover:not(:disabled){background:#d32f2f1a;border-color:#ef5350;color:#ef5350}.wallet-balance-container{position:relative;margin-right:8px;flex-shrink:0}.wallet-balance-trigger{display:flex;align-items:center;gap:8px;background:none;border:1px solid transparent;border-radius:2px;cursor:pointer;padding:8px 12px;color:#fff;transition:border .2s;height:100%}.wallet-balance-trigger:hover{border:1px solid #fff}.wallet-icon{font-size:20px}.wallet-balance-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.wallet-balance-label{font-size:12px;line-height:1.2;opacity:.9}.wallet-balance-amount{font-size:14px;font-weight:700;line-height:1.2}.wallet-bonus-badge{font-size:14px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.wallet-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #d5d9d9;border-radius:4px;box-shadow:0 2px 8px #00000026;min-width:280px;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wallet-dropdown-header{padding:16px;background:linear-gradient(135deg,#232f3e,#37475a);color:#fff;border-radius:4px 4px 0 0}.wallet-dropdown-title{font-size:12px;opacity:.9;margin-bottom:4px}.wallet-dropdown-total{font-size:24px;font-weight:700}.wallet-balance-breakdown{padding:12px 16px;border-bottom:1px solid #e7e7e7}.wallet-balance-row{display:flex;justify-content:space-between;font-size:13px;color:#555;margin-bottom:6px}.wallet-balance-row:last-child{margin-bottom:0}.wallet-bonus-amount{color:#067d62;font-weight:600}.wallet-saved-row{margin-top:8px;padding-top:8px;border-top:1px dashed #e7e7e7;text-decoration:none;cursor:pointer;transition:background .15s;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.wallet-saved-row:hover{background:#f0fdf4}.wallet-saved-row span:first-child{color:#2e7d32}.wallet-saved-amount{color:#1b5e20;font-weight:700}.wallet-welcome-bonus{padding:12px 16px;background:#f7f7f7;border-bottom:1px solid #e7e7e7}.wallet-welcome-bonus-info{display:flex;align-items:center;gap:12px;margin-bottom:8px}.wallet-welcome-icon{font-size:24px}.wallet-welcome-title{font-size:13px;color:#555}.wallet-welcome-amount{font-size:16px;font-weight:700;color:#067d62}.wallet-claim-button{width:100%;padding:8px 16px;background:linear-gradient(135deg,#067d62,#0a9971);color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.wallet-claim-button:hover:not(:disabled){background:linear-gradient(135deg,#056652,#078d64)}.wallet-claim-button:disabled{opacity:.6;cursor:not-allowed}.wallet-claim-error{color:#d32f2f;font-size:12px;margin-top:8px}.wallet-locked-bonus{padding:12px 16px;background:#fff8e6;border-bottom:1px solid #e7e7e7}.wallet-locked-bonus-info{display:flex;align-items:center;gap:12px;margin-bottom:8px}.wallet-locked-icon{font-size:24px}.wallet-locked-title{font-size:13px;color:#856404}.wallet-locked-amount{font-size:16px;font-weight:700;color:#856404}.wallet-locked-details{display:flex;flex-direction:column;gap:4px}.wallet-locked-hint{font-size:12px;color:#067d62;font-weight:600}.wallet-locked-expires{font-size:11px;color:#888}.wallet-dropdown-divider{height:1px;background:#e7e7e7}.wallet-dropdown-actions{padding:12px 16px}.wallet-topup-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;color:#111;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.wallet-topup-button:hover{background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-topup-icon{font-size:14px}.wallet-history-link{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;margin-top:8px;background:transparent;border:1px solid #d5d9d9;border-radius:3px;color:#0f1111;font-size:14px;text-decoration:none;cursor:pointer;transition:background .2s}.wallet-history-link:hover{background:#f7fafa;border-color:#adb1b8}.wallet-history-icon{font-size:14px}.wallet-guest-bonus{color:#067d62}.wallet-guest-info{padding:12px 16px;background:#f7f7f7}.wallet-guest-info p{margin:0 0 8px;font-size:13px;color:#555;line-height:1.4}.wallet-guest-info p:last-child{margin-bottom:0}.wallet-guest-ready{font-weight:600;color:#067d62!important}.wallet-guest-topup-hint{font-size:12px!important;color:#767676!important}.wallet-guest-refund-note{font-size:11px!important;color:#999!important;font-style:italic}.wallet-signin-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#067d62,#0a9971);border:none;border-radius:3px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.wallet-signin-button:hover{background:linear-gradient(135deg,#056652,#078d64)}.wallet-signin-icon{font-size:14px}.wallet-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.wallet-modal{background:#fff;border-radius:8px;width:90%;max-width:560px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.wallet-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:32px;color:#767676;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s;z-index:1}.wallet-modal-close:hover{color:#111}.wallet-modal-content{padding:32px 28px}.wallet-modal-title{font-size:24px;font-weight:400;margin:0 0 24px;color:#111}.wallet-loading{text-align:center;padding:40px;color:#767676;font-size:14px}.wallet-error{background-color:#fef5f5;border:1px solid #d32f2f;border-radius:4px;padding:12px 16px;margin-bottom:16px;color:#d32f2f;font-size:14px;display:flex;align-items:center;gap:8px}.wallet-error-icon{font-size:18px}.wallet-packs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.wallet-pack-card{position:relative;border:2px solid #d5d9d9;border-radius:8px;padding:16px;text-align:center;cursor:pointer;transition:border-color .2s,box-shadow .2s;background:#fff}.wallet-pack-card:hover{border-color:#888}.wallet-pack-card-selected{border-color:#f0c14b;box-shadow:0 0 0 3px #f0c14b33}.wallet-pack-recommended{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#067d62;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:3px;white-space:nowrap}.wallet-pack-amount{font-size:24px;font-weight:700;color:#111;margin-bottom:4px}.wallet-pack-bonus{font-size:13px;color:#067d62;font-weight:600}.wallet-pack-preview{margin-top:12px;padding-top:12px;border-top:1px solid #e7e7e7;text-align:left}.wallet-pack-preview-row{display:flex;justify-content:space-between;font-size:11px;color:#555;margin-bottom:4px}.wallet-pack-preview-bonus{color:#067d62}.wallet-pack-preview-total{font-weight:700;color:#111;margin-top:4px}.wallet-auto-refill{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:4px;padding:16px;margin-bottom:20px}.wallet-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.wallet-checkbox{width:18px;height:18px;margin-top:2px;cursor:pointer}.wallet-auto-refill-info{flex:1}.wallet-auto-refill-title{display:block;font-size:14px;font-weight:600;color:#111;margin-bottom:4px}.wallet-auto-refill-desc{display:block;font-size:12px;color:#767676}.wallet-summary{background:#f7f7f7;border:1px solid #e7e7e7;border-radius:4px;padding:16px;margin-bottom:20px}.wallet-summary-title{font-size:14px;font-weight:700;color:#111;margin-bottom:12px}.wallet-summary-row{display:flex;justify-content:space-between;font-size:13px;color:#555;margin-bottom:8px}.wallet-summary-bonus{color:#067d62}.wallet-summary-divider{height:1px;background:#d5d9d9;margin:12px 0}.wallet-summary-total{font-size:16px;font-weight:700;color:#111;margin-bottom:0}.wallet-email-input{background:#fffdf0;border:1px solid #febd69;border-radius:4px;padding:16px;margin-bottom:20px}.wallet-email-label{display:block;font-size:14px;font-weight:600;color:#111;margin-bottom:8px}.wallet-email-field{width:100%;padding:10px 12px;font-size:14px;border:1px solid #a6a6a6;border-radius:3px;box-sizing:border-box}.wallet-email-field:focus{outline:none;border-color:#e77600;box-shadow:0 0 3px 2px #e4791180}.wallet-email-field-error{border-color:#c40000}.wallet-email-field-error:focus{border-color:#c40000;box-shadow:0 0 3px 2px #c400004d}.wallet-email-error{color:#c40000;font-size:12px;margin-top:6px}.wallet-email-hint{color:#565959;font-size:12px;margin-top:8px}.wallet-modal-actions{display:flex;gap:12px;justify-content:flex-end}.wallet-button{padding:12px 24px;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s,border-color .2s;font-family:inherit;border:1px solid}.wallet-button:disabled{opacity:.6;cursor:not-allowed}.wallet-button-primary{background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border-color:#a88734;color:#111}.wallet-button-primary:hover:not(:disabled){background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-button-secondary{background:#fff;border-color:#d5d9d9;color:#111}.wallet-button-secondary:hover:not(:disabled){background:#f7fafa}.wallet-checkout-form{margin-top:16px}.wallet-checkout-error{background-color:#fef5f5;border:1px solid #d32f2f;border-radius:4px;padding:12px 16px;margin-top:16px;color:#d32f2f;font-size:14px;display:flex;align-items:center;gap:8px}.wallet-checkout-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.wallet-success-page{min-height:100vh;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:20px}.wallet-success-container{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:48px 40px;text-align:center;max-width:480px;width:100%}.wallet-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#067d62,#0a9971);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 24px}.wallet-success-icon-pending{background:linear-gradient(135deg,#f0c14b,#febd69)}.wallet-success-icon-error{background:linear-gradient(135deg,#d32f2f,#ef5350)}.wallet-success-title{font-size:24px;font-weight:400;color:#111;margin:0 0 12px}.wallet-success-message{font-size:14px;color:#767676;margin:0 0 32px;line-height:1.5}.wallet-success-balance{background:#f7f7f7;border-radius:8px;padding:20px;margin-bottom:32px}.wallet-success-balance-label{font-size:12px;color:#767676;margin-bottom:8px}.wallet-success-balance-amount{font-size:36px;font-weight:700;color:#067d62}.wallet-success-saved{margin-top:12px;padding-top:12px;border-top:1px dashed #c8e6c9;font-size:14px;color:#2e7d32}.wallet-success-saved strong{color:#1b5e20;font-weight:700}.wallet-success-actions{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.wallet-balance-info{display:none}.wallet-balance-trigger{padding:8px}.wallet-dropdown{position:fixed;inset:auto 0 0;border-radius:16px 16px 0 0;max-height:80vh;animation:slideUpMobile .3s ease-out}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wallet-modal{width:95%;max-width:none}.wallet-modal-content{padding:24px 20px}.wallet-packs-grid{grid-template-columns:1fr;gap:8px}.wallet-pack-card{display:flex;align-items:center;text-align:left;gap:16px}.wallet-pack-amount{font-size:20px;margin-bottom:0}.wallet-pack-bonus{font-size:12px}.wallet-pack-preview{display:none}.wallet-modal-actions{flex-direction:column-reverse}.wallet-button{width:100%;padding:14px 20px}.wallet-checkout-actions{flex-direction:column-reverse}.wallet-checkout-actions .wallet-button{width:100%}.wallet-success-container{padding:32px 24px}.wallet-success-balance-amount{font-size:28px}}[data-theme=dark] .wallet-dropdown{background:var(--surface-elevated);border-color:var(--border);box-shadow:0 2px 8px #0006}[data-theme=dark] .wallet-balance-breakdown{border-bottom-color:var(--border)}[data-theme=dark] .wallet-balance-row{color:var(--muted)}[data-theme=dark] .wallet-bonus-amount{color:#66bb6a}[data-theme=dark] .wallet-saved-row{border-top-color:var(--border)}[data-theme=dark] .wallet-saved-row:hover{background:#2e7d321a}[data-theme=dark] .wallet-saved-row span:first-child{color:#66bb6a}[data-theme=dark] .wallet-saved-amount{color:#81c784}[data-theme=dark] .wallet-welcome-bonus{background:var(--hover-bg);border-bottom-color:var(--border)}[data-theme=dark] .wallet-welcome-title{color:var(--muted)}[data-theme=dark] .wallet-welcome-amount{color:#66bb6a}[data-theme=dark] .wallet-locked-bonus{background:#85640426;border-bottom-color:var(--border)}[data-theme=dark] .wallet-locked-title,[data-theme=dark] .wallet-locked-amount{color:#ffd54f}[data-theme=dark] .wallet-locked-hint{color:#66bb6a}[data-theme=dark] .wallet-locked-expires{color:var(--muted)}[data-theme=dark] .wallet-dropdown-divider{background:var(--border)}[data-theme=dark] .wallet-history-link{border-color:var(--border);color:var(--text)}[data-theme=dark] .wallet-history-link:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .wallet-guest-info{background:var(--hover-bg)}[data-theme=dark] .wallet-guest-info p{color:var(--muted)}[data-theme=dark] .wallet-guest-ready{color:#66bb6a!important}[data-theme=dark] .wallet-guest-topup-hint,[data-theme=dark] .wallet-guest-refund-note{color:var(--muted)!important}[data-theme=dark] .wallet-modal{background:var(--surface-elevated);box-shadow:0 4px 20px #00000080}[data-theme=dark] .wallet-modal-close{color:var(--muted)}[data-theme=dark] .wallet-modal-close:hover,[data-theme=dark] .wallet-modal-title{color:var(--text)}[data-theme=dark] .wallet-loading{color:var(--muted)}[data-theme=dark] .wallet-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .wallet-pack-card{border-color:var(--border);background:var(--surface)}[data-theme=dark] .wallet-pack-card:hover{border-color:var(--muted)}[data-theme=dark] .wallet-pack-card-selected{border-color:#f0c14b;box-shadow:0 0 0 3px #f0c14b26}[data-theme=dark] .wallet-pack-amount{color:var(--text)}[data-theme=dark] .wallet-pack-bonus{color:#66bb6a}[data-theme=dark] .wallet-pack-preview{border-top-color:var(--border)}[data-theme=dark] .wallet-pack-preview-row{color:var(--muted)}[data-theme=dark] .wallet-pack-preview-bonus{color:#66bb6a}[data-theme=dark] .wallet-pack-preview-total{color:var(--text)}[data-theme=dark] .wallet-auto-refill{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .wallet-auto-refill-title{color:var(--text)}[data-theme=dark] .wallet-auto-refill-desc{color:var(--muted)}[data-theme=dark] .wallet-summary{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .wallet-summary-title{color:var(--text)}[data-theme=dark] .wallet-summary-bonus{color:#66bb6a}[data-theme=dark] .wallet-summary-divider{background:var(--border)}[data-theme=dark] .wallet-summary-total{color:var(--text)}[data-theme=dark] .wallet-email-input{background:#febd6914;border-color:#febd694d}[data-theme=dark] .wallet-email-label{color:var(--text)}[data-theme=dark] .wallet-email-field{background:var(--input-bg);border-color:var(--input-border);color:var(--text)}[data-theme=dark] .wallet-email-hint{color:var(--muted)}[data-theme=dark] .wallet-button-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .wallet-button-secondary:hover:not(:disabled){background:var(--hover-bg)}[data-theme=dark] .wallet-button-primary{color:#111}[data-theme=dark] .wallet-checkout-error{background-color:#d32f2f1a;border-color:#d32f2f;color:#ef5350}[data-theme=dark] .wallet-success-page{background-color:var(--bg)}[data-theme=dark] .wallet-success-container{background:var(--surface-elevated);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .wallet-success-title{color:var(--text)}[data-theme=dark] .wallet-success-message{color:var(--muted)}[data-theme=dark] .wallet-success-balance{background:var(--hover-bg)}[data-theme=dark] .wallet-success-balance-label{color:var(--muted)}[data-theme=dark] .wallet-success-balance-amount{color:#66bb6a}[data-theme=dark] .wallet-success-saved{border-top-color:var(--border);color:#66bb6a}[data-theme=dark] .wallet-success-saved strong{color:#81c784}[data-theme=dark] .wallet-claim-error{color:#ef5350}.smartid-modal{max-width:500px;width:90%}.btn-smartid{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:16px;cursor:pointer;transition:all .2s;width:100%;margin-top:8px}.btn-smartid:hover{border-color:#06c;background:#f5f9ff}.btn-smartid img{width:24px;height:24px}.verification-code-box{text-align:center;margin:24px 0;padding:24px;background:#f5f9ff;border:2px solid #0066cc;border-radius:12px}.verification-label{font-size:14px;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;font-weight:500}.verification-code{font-size:48px;font-weight:700;color:#06c;letter-spacing:8px;font-family:Courier New,Courier,monospace}.smartid-waiting{padding:16px 0}.smartid-instructions{margin:24px 0}.smartid-instructions h3{font-size:18px;margin-bottom:12px;color:#333}.smartid-instructions ol{padding-left:24px;line-height:1.8;color:#555}.smartid-instructions strong{color:#06c;font-weight:600}.loading-indicator{text-align:center;margin:24px 0}.spinner{width:40px;height:40px;margin:0 auto 16px;border:4px solid #f3f3f3;border-top:4px solid #0066cc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-indicator p{font-size:14px;color:#666}.smartid-success,.smartid-error{text-align:center;padding:40px 24px}.success-icon,.error-icon{font-size:64px;margin-bottom:16px;display:inline-block}.success-icon{color:#28a745;width:80px;height:80px;line-height:80px;background:#d4edda;border-radius:50%}.error-icon{color:#dc3545;width:80px;height:80px;line-height:80px;background:#f8d7da;border-radius:50%}.smartid-success h3,.smartid-error h3{font-size:20px;margin-bottom:8px;color:#333}.smartid-success p,.smartid-error p{color:#666;margin-bottom:16px}.smartid-info{margin-top:16px;text-align:center;font-size:14px;color:#666}.smartid-info a{color:#06c;text-decoration:none}.smartid-info a:hover{text-decoration:underline}.form-hint{display:block;margin-top:4px;font-size:13px;color:#666}.btn-block{width:100%}.btn-secondary{background-color:#6c757d;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#5a6268}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 600px){.smartid-modal{max-width:95%}.verification-code{font-size:36px;letter-spacing:6px}.smartid-instructions h3{font-size:16px}.smartid-instructions ol{font-size:14px;padding-left:20px}}.global-category-nav-desktop{display:none!important}.global-category-nav-container{display:flex;align-items:stretch;justify-content:center;max-width:1200px;margin:0 auto;padding:0 16px;gap:4px}.global-category-nav-item-wrapper{position:relative}.global-category-nav-item{display:flex;align-items:center;gap:6px;padding:10px 14px;text-decoration:none;color:var(--text);font-size:13px;font-weight:500;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.global-category-nav-item:hover{color:var(--accent);background:#ff6b350d}.global-category-nav-item.active{color:var(--accent);border-bottom-color:var(--accent);background:#ff6b3514}.global-category-nav-icon{font-size:16px;line-height:1}.global-category-nav-label{font-size:13px}.global-category-dropdown{position:absolute;top:100%;left:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 16px #0000001f;z-index:100;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.global-category-dropdown-list{list-style:none;margin:0;padding:8px 0}.global-category-dropdown-item{display:block;padding:8px 16px;color:var(--text);text-decoration:none;font-size:13px;transition:all .1s ease}.global-category-dropdown-item:hover{background:var(--chip-bg);color:var(--accent)}.global-category-dropdown-more{display:block;padding:10px 16px 8px;color:var(--accent);text-decoration:none;font-size:12px;font-weight:600;border-top:1px solid var(--border);margin-top:4px}.global-category-dropdown-more:hover{text-decoration:underline}.global-category-nav-mobile{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -2px 10px #0000001a;z-index:var(--z-mobile-cta);padding-bottom:env(safe-area-inset-bottom,0)}@media (min-width: 768px){.global-category-nav-mobile{display:none}}.global-category-nav-mobile-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 4px;text-decoration:none;color:var(--muted);transition:all .15s ease;min-width:0}.global-category-nav-mobile-item:active{background:var(--chip-bg)}.global-category-nav-mobile-item.active{color:var(--accent)}.global-category-nav-mobile-icon{font-size:20px;line-height:1}.global-category-nav-mobile-label{font-size:10px;font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 2px}@media (min-width: 400px) and (max-width: 767px){.global-category-nav-mobile-label{font-size:11px}}.animated-number{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums}.animated-number-char{position:relative;display:inline-flex;overflow:hidden}.animated-number-char.digit{min-width:.6em;justify-content:center}.animated-number-char.separator{min-width:.25em}.animated-number-char.symbol{margin-right:.1em}.animated-number-digit{display:inline-block}.animated-price{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums}.animated-price-currency{font-size:.75em;margin-right:.1em;opacity:.9}.animated-price-whole{position:relative;display:inline-flex;overflow:hidden}.animated-price-separator{opacity:.8}.animated-price-fraction{position:relative;display:inline-flex;overflow:hidden;font-size:.75em;opacity:.9}.animated-badge{display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.animated-number-char>span,.animated-price-whole>span,.animated-price-fraction>span,.animated-badge>span{display:inline-block}.cart-total .animated-price{font-size:inherit;font-weight:inherit}.cart-total .animated-price-whole{font-size:inherit}.cart-total .animated-price-fraction{font-size:.75em}.badge-top .animated-badge{font-size:inherit;line-height:1}.footer{background-color:#232f3e;color:#ddd;padding:3rem 0 2rem;margin-top:4rem;font-size:.875rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #37475a}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a,.footer-link-button{color:#ddd;text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0;font-size:.875rem;cursor:pointer;font-family:inherit;text-align:left}.footer-links a:hover,.footer-link-button:hover{color:#f90;text-decoration:underline}.footer-partners{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;padding:1rem 0;border-top:1px solid #37475a;margin-bottom:0}.footer-partners-label{color:#999;font-size:.75rem;margin-right:.25rem}.footer-partners-links{display:flex;align-items:center;flex-wrap:wrap;gap:0;justify-content:center}.footer-partners-links a{color:#999;font-size:.75rem;text-decoration:none;transition:color .2s ease;padding:0 .5rem;border-right:1px solid #555}.footer-partners-links a:last-child{border-right:none}.footer-partners-links a:hover{color:#f90;text-decoration:underline}.footer-bottom{border-top:1px solid #37475a;padding-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.footer-company-info p,.footer-copyright p,.footer-compliance p{margin:0 0 .5rem;line-height:1.6}.footer-company-info strong{color:#fff;font-size:1rem}.footer-company-info a{color:#ddd;text-decoration:none}.footer-company-info a:hover{color:#f90;text-decoration:underline}.footer-copyright{text-align:center}.footer-copyright p:first-child{font-weight:600;color:#fff;margin-bottom:1rem}.footer-disclaimer{font-size:.75rem;color:#999;font-style:italic;max-width:300px;margin:0 auto}.footer-compliance{text-align:right}.footer-compliance-text{font-size:.75rem;color:#999}.footer-trust-row{display:flex;align-items:center;gap:2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #37475a;flex-wrap:wrap}.footer-ssl-badge{display:flex;align-items:center;gap:.5rem;color:#ddd;font-size:.8125rem}.footer-ssl-icon{flex-shrink:0;color:#f90}.footer-payment-methods{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.footer-payment-label{color:#ddd;white-space:nowrap}.footer-payment-icons{display:flex;gap:.375rem;align-items:center}.footer-payment-icon{border-radius:3px;overflow:hidden;line-height:0}.footer-payment-icon img{display:block;height:20px;width:auto;border-radius:3px;border:1px solid #37475a}@media (max-width: 992px){.footer-columns{grid-template-columns:repeat(2,1fr)}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-company-info,.footer-compliance{text-align:center}.footer-disclaimer{margin:.5rem auto 0}}@media (max-width: 640px){.footer{padding:2rem 0 1.5rem;margin-top:2rem}.footer-columns{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.footer-column-title{font-size:.938rem}.footer-links li{margin-bottom:.5rem}.footer-bottom{gap:1.5rem;padding-top:1.5rem}.footer-company-info strong{font-size:.938rem}.footer-trust-row{gap:1rem;margin-top:1rem}.footer-payment-icons{gap:.25rem}.footer-payment-icon img{height:18px}}[data-theme=dark] .footer{background-color:#1e2030;border-top:1px solid var(--border)}[data-theme=dark] .footer-column-title{border-bottom-color:var(--border)}[data-theme=dark] .footer-bottom{border-top-color:var(--border)}[data-theme=dark] .footer-disclaimer,[data-theme=dark] .footer-compliance-text{color:var(--muted)}[data-theme=dark] .footer-partners{border-top-color:var(--border)}[data-theme=dark] .footer-partners-label{color:var(--muted)}[data-theme=dark] .footer-partners-links a{color:var(--muted);border-right-color:var(--border)}[data-theme=dark] .footer-partners-links a:hover{color:#f90}[data-theme=dark] .footer-trust-row{border-top-color:var(--border)}[data-theme=dark] .footer-ssl-badge,[data-theme=dark] .footer-payment-label{color:var(--text)}[data-theme=dark] .footer-payment-icon img{border-color:var(--border);background:#fff}.cookie-consent-overlay{position:fixed;left:0;right:0;bottom:0;z-index:10000;animation:slideUpFromBottom .4s ease-out}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-banner{background:#fff;border-top:3px solid #ff9900;width:100%;max-height:400px;overflow-y:auto;box-shadow:0 -4px 20px #00000026}.consent-header-inline{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.consent-title{margin:0;font-size:1.125rem;font-weight:600;color:#232f3e;flex:1}.consent-close-btn{background:transparent;border:none;color:#666;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;margin-left:1rem;opacity:.7;transition:all .2s ease;border-radius:4px}.consent-close-btn:hover{opacity:1;color:#333;background:#0000000d}.consent-close-btn:focus{outline:2px solid #007185;outline-offset:2px}.consent-body{padding:2rem}.consent-description{margin:0 0 1.5rem;line-height:1.6;color:#333;font-size:.938rem}.consent-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.consent-btn{flex:1;min-width:140px;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.consent-btn-accept{background:linear-gradient(135deg,#f90,#f70);color:#fff;box-shadow:0 2px 8px #ff99004d}.consent-btn-accept:hover{background:linear-gradient(135deg,#f70,#f60);box-shadow:0 4px 12px #f906;transform:translateY(-1px)}.consent-btn-reject{background:#f5f5f5;color:#333;border:1px solid #ddd}.consent-btn-reject:hover{background:#e8e8e8;border-color:#ccc}.consent-btn-customize{background:#fff;color:#007185;border:2px solid #007185}.consent-btn-customize:hover{background:#007185;color:#fff}.consent-btn-save{background:linear-gradient(135deg,#007185,#005a6f);color:#fff;box-shadow:0 2px 8px #0071854d}.consent-btn-save:hover{background:linear-gradient(135deg,#005a6f,#004a5a);box-shadow:0 4px 12px #00718566;transform:translateY(-1px)}.consent-btn-back{background:#f5f5f5;color:#333;border:1px solid #ddd}.consent-btn-back:hover{background:#e8e8e8}.consent-links{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:12px}.consent-link{background:none;border:none;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;padding:4px 8px;text-decoration:underline;font-family:inherit;transition:color .2s ease}.consent-link:hover{color:#007185}.consent-link:focus{outline:2px solid #007185;outline-offset:2px;border-radius:2px}.consent-link-separator{color:#ccc;font-size:.875rem}.consent-policy-link{display:flex;gap:8px;align-items:center;justify-content:center;font-size:.75rem;color:#999;margin:16px 0 0}.consent-policy-link a{color:#666;text-decoration:none;font-weight:500}.consent-policy-link a:hover{color:#007185;text-decoration:underline}.consent-categories{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.consent-category{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:all .2s ease}.consent-category:hover{border-color:#ccc;box-shadow:0 2px 8px #0000000d}.consent-category-header{display:flex;align-items:flex-start;gap:1rem}.consent-category-info{flex:1}.consent-category-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#232f3e}.consent-category-desc{margin:0;font-size:.875rem;line-height:1.5;color:#666}.consent-toggle{position:relative;display:inline-block;width:50px;height:28px;flex-shrink:0;cursor:pointer}.consent-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background-color:#ccc;border-radius:28px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.3s;box-shadow:0 2px 4px #0003}.consent-toggle input:checked+.toggle-slider{background-color:#007185}.consent-toggle input:checked+.toggle-slider:before{transform:translate(22px)}.consent-toggle input:disabled+.toggle-slider{background-color:#007185;opacity:.6;cursor:not-allowed}.consent-toggle input:disabled+.toggle-slider.disabled{cursor:not-allowed}.toggle-slider.disabled{cursor:not-allowed}@media (max-width: 640px){.cookie-consent-banner{max-height:80vh}.consent-title{font-size:1rem}.consent-body{padding:1.25rem}.consent-actions{flex-direction:column}.consent-btn{width:100%;min-width:auto}.consent-category-header{gap:.75rem}.consent-category{padding:.875rem}.consent-category-info h3{font-size:.938rem}.consent-category-desc{font-size:.813rem}}@media (max-width: 480px){.cookie-consent-banner{max-height:90vh}.consent-title{font-size:.938rem}.consent-close-btn{font-size:1.25rem;padding:.25rem}.consent-body{padding:1rem}.consent-description{font-size:.813rem;margin-bottom:1rem}.consent-categories{gap:.75rem}}.consent-toggle:focus-within .toggle-slider{box-shadow:0 0 0 3px #0071854d}.consent-btn:focus{outline:2px solid #007185;outline-offset:2px}.cookie-consent-banner::-webkit-scrollbar{width:8px}.cookie-consent-banner::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.cookie-consent-banner::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cookie-consent-banner::-webkit-scrollbar-thumb:hover{background:#555}[data-theme=dark] .cookie-consent-banner{background:var(--surface-elevated);border-top-color:#f90;box-shadow:0 -4px 20px #0006}[data-theme=dark] .consent-title{color:var(--text)}[data-theme=dark] .consent-close-btn{color:var(--muted)}[data-theme=dark] .consent-close-btn:hover{color:var(--text);background:#ffffff14}[data-theme=dark] .consent-description{color:var(--text)}[data-theme=dark] .consent-btn-reject{background:var(--surface);color:var(--text);border-color:var(--border)}[data-theme=dark] .consent-btn-reject:hover{background:var(--hover-bg);border-color:var(--muted)}[data-theme=dark] .consent-btn-customize{background:var(--surface);color:#4da6ff;border-color:#4da6ff}[data-theme=dark] .consent-btn-customize:hover{background:#4da6ff26;color:#4da6ff}[data-theme=dark] .consent-btn-back{background:var(--surface);color:var(--text);border-color:var(--border)}[data-theme=dark] .consent-btn-back:hover{background:var(--hover-bg)}[data-theme=dark] .consent-link{color:var(--muted)}[data-theme=dark] .consent-link:hover{color:#4da6ff}[data-theme=dark] .consent-link-separator{color:var(--border)}[data-theme=dark] .consent-policy-link,[data-theme=dark] .consent-policy-link a{color:var(--muted)}[data-theme=dark] .consent-policy-link a:hover{color:#4da6ff}[data-theme=dark] .consent-category{background:var(--hover-bg);border-color:var(--border)}[data-theme=dark] .consent-category:hover{border-color:var(--muted);box-shadow:0 2px 8px #0003}[data-theme=dark] .consent-category-info h3{color:var(--text)}[data-theme=dark] .consent-category-desc{color:var(--muted)}[data-theme=dark] .toggle-slider{background-color:#484f58}[data-theme=dark] .toggle-slider:before{background-color:#c9d1d9}[data-theme=dark] .cookie-consent-banner::-webkit-scrollbar-track{background:var(--surface)}[data-theme=dark] .cookie-consent-banner::-webkit-scrollbar-thumb{background:var(--muted)}[data-theme=dark] .cookie-consent-banner::-webkit-scrollbar-thumb:hover{background:var(--text)}.privacy-policy-page{min-height:100vh;background-color:var(--bg, #f5f5f5);padding:2rem 1rem}.privacy-policy-container{max-width:900px;margin:0 auto;background:var(--surface, white);border-radius:8px;box-shadow:0 2px 8px var(--shadow-color, rgba(0, 0, 0, .1));padding:3rem}.privacy-policy-header{border-bottom:2px solid var(--border, #e0e0e0);padding-bottom:1.5rem;margin-bottom:2rem}.privacy-policy-header h1{font-size:2.5rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:700}.privacy-policy-meta{display:flex;gap:2rem;flex-wrap:wrap;font-size:.875rem;color:var(--muted, #666)}.privacy-policy-meta p{margin:0}.privacy-policy-meta strong{color:var(--text, #232f3e);font-weight:600}.privacy-policy-content{line-height:1.7;color:var(--text, #333)}.privacy-policy-section{margin-bottom:2.5rem}.privacy-policy-section h2{font-size:1.75rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:600;padding-top:1rem}.privacy-policy-section h4{font-size:1.25rem;color:var(--text, #37475a);margin:1.5rem 0 .75rem;font-weight:600}.privacy-policy-section p{margin:0 0 1rem;text-align:justify}.privacy-policy-section ul{margin:.5rem 0 1rem 1.5rem;padding:0}.privacy-policy-section ul li{margin-bottom:.5rem}.privacy-policy-section ul ul{margin-top:.5rem}.privacy-policy-section a{color:#007185;text-decoration:none}.privacy-policy-section a:hover{color:#c45500;text-decoration:underline}.privacy-policy-section strong{font-weight:600;color:var(--text, #232f3e)}.privacy-policy-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border, #e0e0e0);text-align:center;color:var(--muted, #666)}.privacy-policy-footer p{margin:.5rem 0}@media (max-width: 768px){.privacy-policy-container{padding:2rem 1.5rem}.privacy-policy-header h1{font-size:2rem}.privacy-policy-section h2{font-size:1.5rem}.privacy-policy-section h4{font-size:1.125rem}.privacy-policy-meta{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.privacy-policy-page{padding:1rem .5rem}.privacy-policy-container{padding:1.5rem 1rem;border-radius:0}.privacy-policy-header h1{font-size:1.75rem}.privacy-policy-section{margin-bottom:2rem}}.terms-conditions-page{min-height:100vh;background-color:var(--bg, #f5f5f5);padding:2rem 1rem}.terms-conditions-container{max-width:900px;margin:0 auto;background:var(--surface, white);border-radius:8px;box-shadow:0 2px 8px var(--shadow-color, rgba(0, 0, 0, .1));padding:3rem}.back-to-site-btn{background:var(--hover-bg, #f5f5f5);border:1px solid var(--border, #ddd);color:var(--text, #232f3e);padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.back-to-site-btn:hover{background:#007185;color:#fff;border-color:#007185;transform:translate(-2px)}.back-to-site-btn:focus{outline:2px solid #007185;outline-offset:2px}.terms-conditions-header{border-bottom:2px solid var(--border, #e0e0e0);padding-bottom:1.5rem;margin-bottom:2rem}.terms-conditions-header h1{font-size:2.5rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:700}.terms-conditions-meta{display:flex;gap:2rem;flex-wrap:wrap;font-size:.875rem;color:var(--muted, #666)}.terms-conditions-meta p{margin:0}.terms-conditions-meta strong{color:var(--text, #232f3e);font-weight:600}.terms-conditions-content{line-height:1.7;color:var(--text, #333)}.terms-conditions-section{margin-bottom:2.5rem}.terms-conditions-section h2{font-size:1.75rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:600;padding-top:1rem}.terms-conditions-section h4{font-size:1.25rem;color:var(--text, #37475a);margin:1.5rem 0 .75rem;font-weight:600}.terms-conditions-section p{margin:0 0 1rem;text-align:justify}.terms-conditions-section ul{margin:.5rem 0 1rem 1.5rem;padding:0}.terms-conditions-section ul li{margin-bottom:.5rem}.terms-conditions-section ul ul{margin-top:.5rem}.terms-conditions-section a{color:#007185;text-decoration:none}.terms-conditions-section a:hover{color:#c45500;text-decoration:underline}.terms-conditions-section strong{font-weight:600;color:var(--text, #232f3e)}.terms-conditions-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border, #e0e0e0);text-align:center;color:var(--muted, #666)}.terms-conditions-footer p{margin:.5rem 0}@media (max-width: 768px){.terms-conditions-container{padding:2rem 1.5rem}.terms-conditions-header h1{font-size:2rem}.terms-conditions-section h2{font-size:1.5rem}.terms-conditions-section h4{font-size:1.125rem}.terms-conditions-meta{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.terms-conditions-page{padding:1rem .5rem}.terms-conditions-container{padding:1.5rem 1rem;border-radius:0}.terms-conditions-header h1{font-size:1.75rem}.terms-conditions-section{margin-bottom:2rem}}.category-page{min-height:100vh;background:var(--bg)}.category-hero{position:relative;z-index:45;background-size:cover;background-position:center;background-color:var(--surface)}.category-hero.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0009,#000000b3);pointer-events:none}.category-hero[data-category=sports-nutrition]:not(.has-image){background:linear-gradient(135deg,#ff6b35,#f7931e)}.category-hero[data-category=vitamins-minerals]:not(.has-image){background:linear-gradient(135deg,#4caf50,#8bc34a)}.category-hero[data-category=health-supplements]:not(.has-image){background:linear-gradient(135deg,#2196f3,#03a9f4)}.category-hero[data-category=healthy-eating]:not(.has-image){background:linear-gradient(135deg,#9c27b0,#e91e63)}.category-hero[data-category=accessories]:not(.has-image){background:linear-gradient(135deg,#607d8b,#78909c)}.category-hero-content{position:relative;z-index:1;padding:12px 16px;max-width:1200px;margin:0 auto}.category-title-row{margin-top:8px;margin-bottom:12px}.category-hero.has-image .category-title,.category-hero:not([data-category=""]) .category-title{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.category-hero.has-image .category-description,.category-hero:not([data-category=""]) .category-description{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.category-hero.has-image .breadcrumbs a,.category-hero.has-image .breadcrumbs span,.category-hero:not([data-category=""]) .breadcrumbs a,.category-hero:not([data-category=""]) .breadcrumbs span{color:#ffffffd9}.category-hero.has-image .breadcrumbs a:hover,.category-hero:not([data-category=""]) .breadcrumbs a:hover{color:#fff}.category-title{font-size:22px;font-weight:700;margin:0;color:var(--text)}.category-description{font-size:13px;color:var(--muted);margin:4px 0 0;line-height:1.4}.category-not-found{text-align:center;padding:80px 20px}.category-not-found h1{font-size:24px;margin-bottom:12px}.category-not-found p{color:var(--muted);margin-bottom:24px}.l2-categories-section{margin-bottom:8px}.l2-categories-scroll{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 767px){.l2-categories-scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}}.l2-category-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:20px;cursor:pointer;white-space:nowrap;transition:all .2s ease;font-size:13px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.l2-category-chip:hover{background:#ffffff40;border-color:#ffffff80}.l2-category-chip.selected{background:#fff;border-color:#fff}.l2-category-chip.selected .l2-category-icon,.l2-category-chip.selected .l2-category-name{color:#333}.l2-category-icon{font-size:16px;line-height:1}.l2-category-name{color:#fff}.l2-chip-wrapper{position:relative}.l2-category-chip{transition:all .2s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.l2-category-chip:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 20px #0003}.l2-category-chip.active{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.l2-category-chip:active{transform:translateY(1px) scale(.98);box-shadow:0 2px 8px #0000001a}.l2-chevron{font-size:10px;opacity:.7;margin-left:2px;color:#fff;transition:transform .25s ease,opacity .2s ease}.l2-category-chip.active .l2-chevron{transform:rotate(180deg);opacity:.9}.l2-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;max-width:280px;max-height:320px;overflow-y:auto;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:12px;box-shadow:0 8px 32px #00000026,0 0 0 1px #0000000d,0 2px 8px #0000000d;padding:8px 0;z-index:1000;animation:l2DropdownSpring .2s cubic-bezier(.34,1.56,.64,1);will-change:transform,opacity}@keyframes l2DropdownSpring{0%{opacity:0;transform:translateY(-8px) scale(.97)}70%{opacity:1;transform:translateY(2px) scale(1.005)}to{transform:translateY(0) scale(1)}}.l2-dropdown-item{position:relative;padding:8px 16px;font-size:13px;color:#333;cursor:pointer;transition:all .1s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transform:translate(-4px);animation:l2ItemSlideIn .12s ease forwards}.l2-dropdown-item:nth-child(1){animation-delay:15ms}.l2-dropdown-item:nth-child(2){animation-delay:30ms}.l2-dropdown-item:nth-child(3){animation-delay:45ms}.l2-dropdown-item:nth-child(4){animation-delay:60ms}.l2-dropdown-item:nth-child(5){animation-delay:75ms}.l2-dropdown-item:nth-child(6){animation-delay:90ms}.l2-dropdown-item:nth-child(7){animation-delay:105ms}.l2-dropdown-item:nth-child(8){animation-delay:.12s}.l2-dropdown-item:nth-child(9){animation-delay:135ms}@keyframes l2ItemSlideIn{to{opacity:1;transform:translate(0)}}.l2-dropdown-item:before{content:"";position:absolute;inset:0 8px;background:linear-gradient(90deg,#ff6b3500,#ff6b350f 30% 70%,#ff6b3500);opacity:0;transition:opacity .2s ease;border-radius:6px;pointer-events:none}.l2-dropdown-item:hover:before{opacity:1}.l2-dropdown-item:hover{color:#ff6b35;transform:translate(4px)}.l2-dropdown-item.more{color:#888;font-style:italic;font-size:12px}.l2-dropdown-item.more:hover{color:#ff6b35}.l2-dropdown::-webkit-scrollbar{width:6px}.l2-dropdown::-webkit-scrollbar-track{background:transparent}.l2-dropdown::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.l2-dropdown::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width: 768px){.l2-dropdown,.l2-chevron{display:none}.l2-category-chip{transform:none!important;box-shadow:none}}@media (prefers-reduced-motion: reduce){.l2-category-chip,.l2-dropdown,.l2-dropdown-item{animation:none!important;transition:opacity .15s ease,background .15s ease!important;transform:none!important;opacity:1!important}.l2-dropdown{animation:l2FadeInSimple .15s ease!important}@keyframes l2FadeInSimple{0%{opacity:0}to{opacity:1}}}.category-hero .subcategories-section{padding:0;margin:0}.subcategories-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.subcategories-scroll::-webkit-scrollbar{height:4px}.subcategories-scroll::-webkit-scrollbar-track{background:#fff3;border-radius:2px}.subcategories-scroll::-webkit-scrollbar-thumb{background:#fff6;border-radius:2px}.subcategory-chip{display:flex;align-items:center;gap:4px;padding:8px 14px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:20px;cursor:pointer;white-space:nowrap;transition:all .2s ease;font-size:13px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subcategory-chip:hover{background:#ffffff40;border-color:#ffffff80}.subcategory-chip.selected{background:#fff;border-color:#fff}.subcategory-chip.selected .subcategory-name,.subcategory-chip.selected .subcategory-count{color:#333}.subcategory-name{color:#fff;text-transform:capitalize}.subcategory-count{color:#fffc;font-size:12px}.subcategory-chip.empty{opacity:.4;cursor:not-allowed}.subcategory-chip.empty:hover{background:#ffffff26;border-color:#ffffff4d}.category-loading{text-align:center;padding:60px 20px;color:var(--muted)}@media (min-width: 768px){.category-hero-content{padding:16px 24px}.category-title{font-size:26px}.category-description{font-size:14px}}@media (min-width: 1024px){.category-title{font-size:28px}}[data-theme=dark] .l2-dropdown{background:var(--surface-elevated);box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d,0 2px 8px #0000004d}[data-theme=dark] .l2-dropdown-item{color:var(--text)}[data-theme=dark] .l2-dropdown-item:hover{color:#ff6b35}[data-theme=dark] .l2-dropdown-item.more{color:var(--muted)}[data-theme=dark] .l2-dropdown-item.more:hover{color:#ff6b35}[data-theme=dark] .l2-dropdown::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}[data-theme=dark] .l2-dropdown::-webkit-scrollbar-track{background:var(--scrollbar-track)}[data-theme=dark] .l2-dropdown::-webkit-scrollbar-thumb:hover{background:var(--muted)}[data-theme=dark] .l2-category-chip.selected{background:var(--surface);border-color:var(--surface)}[data-theme=dark] .l2-category-chip.selected .l2-category-icon,[data-theme=dark] .l2-category-chip.selected .l2-category-name{color:var(--text)}[data-theme=dark] .subcategory-chip.selected{background:var(--surface);border-color:var(--surface)}[data-theme=dark] .subcategory-chip.selected .subcategory-name,[data-theme=dark] .subcategory-chip.selected .subcategory-count{color:var(--text)}.wallet-tx-page{max-width:800px;margin:0 auto;padding:24px;background:var(--bg);min-height:100vh}.wallet-tx-header{background:var(--surface);padding:20px 24px;border:1px solid var(--border);border-radius:8px;margin-bottom:24px}.wallet-tx-header .back-button{background:transparent;border:none;color:#007185;font-size:14px;cursor:pointer;padding:0;margin-bottom:12px;display:inline-flex;align-items:center;gap:4px}.wallet-tx-header .back-button:hover{color:#c7511f;text-decoration:underline}.wallet-tx-header h1{font-size:28px;font-weight:400;margin:0 0 8px;color:var(--text)}.wallet-tx-header .subtitle{font-size:14px;color:var(--muted)}.wallet-tx-loading,.wallet-tx-empty{text-align:center;padding:48px 24px;background:var(--surface);border:1px solid var(--border);border-radius:8px}.wallet-tx-loading{font-size:16px;color:var(--muted)}.wallet-tx-empty .empty-icon{font-size:48px;margin-bottom:16px}.wallet-tx-empty h2{font-size:24px;font-weight:400;margin:0 0 16px;color:var(--text)}.wallet-tx-empty p{font-size:14px;color:var(--muted);margin-bottom:24px}.wallet-tx-empty .btn-primary{background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;color:#111;font-size:13px;padding:8px 24px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 1px #fff6 inset}.wallet-tx-empty .btn-primary:hover{background:linear-gradient(to bottom,#f5d78e,#edb933)}.wallet-tx-error{background:#fee;border:1px solid #c33;padding:16px;border-radius:4px;margin-bottom:16px;color:#c33;text-align:center}.wallet-tx-list{display:flex;flex-direction:column;gap:12px}.tx-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:16px;transition:box-shadow .15s ease}.tx-card:hover{box-shadow:0 2px 8px #00000014}.tx-card.credit{border-left:4px solid #10b981}.tx-card.debit{border-left:4px solid #ef4444}.tx-icon{font-size:28px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:50%}.tx-details{flex:1;min-width:0}.tx-type{font-size:16px;font-weight:600;color:var(--text);margin-bottom:4px}.tx-description{font-size:13px;color:var(--muted);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-date{font-size:12px;color:var(--muted)}.tx-amounts{text-align:right;flex-shrink:0}.tx-amount{font-size:18px;font-weight:600;margin-bottom:4px}.tx-amount.credit{color:#10b981}.tx-amount.debit{color:#ef4444}.tx-balance{font-size:12px;color:var(--muted)}.btn-view-tx{background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:3px;color:#0f1111;font-size:13px;padding:8px 16px;cursor:pointer;text-align:center;text-decoration:none;display:block;box-shadow:0 1px #fff9 inset;transition:background .1s}.btn-view-tx:hover{background:linear-gradient(to bottom,#e7e9ec,#d5d9dd)}.wallet-tx-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:16px}.wallet-tx-pagination button{background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:3px;color:#0f1111;font-size:13px;padding:6px 12px;cursor:pointer;min-width:36px;box-shadow:0 1px #fff9 inset}.wallet-tx-pagination button:hover:not(:disabled){background:linear-gradient(to bottom,#e7e9ec,#d5d9dd)}.wallet-tx-pagination button:disabled{opacity:.5;cursor:not-allowed}.wallet-tx-pagination button.active{background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border-color:#a88734;font-weight:700}@media (max-width: 600px){.wallet-tx-page{padding:16px}.tx-card{flex-wrap:wrap;padding:12px 16px}.tx-icon{width:40px;height:40px;font-size:22px}.tx-details{flex:1 1 calc(100% - 70px);order:1}.tx-amounts{width:100%;order:2;text-align:left;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.tx-amount{font-size:16px}.tx-balance{text-align:right}}.wallet-page{min-height:100vh;background-color:#f7f7f7;padding:20px}.wallet-page-container{max-width:900px;margin:0 auto}.wallet-page-loading{text-align:center;padding:60px 20px;color:#767676;font-size:16px}.wallet-page-error{text-align:center;padding:40px 20px;background:#fff;border-radius:8px;border:1px solid #d32f2f}.wallet-page-error p{color:#d32f2f;margin:0 0 16px}.wallet-page-retry-btn{padding:10px 24px;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;font-size:14px;cursor:pointer}.wallet-page-retry-btn:hover{background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-page-header{margin-bottom:24px}.wallet-page-back{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:#007185;font-size:14px;cursor:pointer;padding:0;margin-bottom:12px}.wallet-page-back:hover{color:#c45500;text-decoration:underline}.wallet-page-title{font-size:28px;font-weight:400;color:#111;margin:0}.wallet-summary-card{background:#fff;border-radius:8px;border:1px solid #d5d9d9;padding:24px;box-shadow:0 1px 3px #00000014}.wallet-summary-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e7e7e7}.wallet-summary-card-header h2{font-size:18px;font-weight:600;color:#111;margin:0}.wallet-summary-icon{font-size:24px}.wallet-summary-total{font-size:36px;font-weight:700;color:#111;text-align:center;margin-bottom:20px}.wallet-summary-breakdown{margin-bottom:20px}.wallet-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#555;margin-bottom:8px}.wallet-summary-row:last-child{margin-bottom:0}.wallet-summary-bonus-value{color:#067d62;font-weight:600}.wallet-summary-topup-btn{width:100%;padding:12px 20px;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;font-size:14px;font-weight:600;color:#111;cursor:pointer;transition:background .2s}.wallet-summary-topup-btn:hover{background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-saved-card{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:8px;border:1px solid #81c784;padding:16px 20px;margin-top:16px;margin-bottom:16px}.wallet-saved-card-content{display:flex;align-items:center;gap:12px}.wallet-saved-icon{font-size:24px}.wallet-saved-text{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.wallet-saved-label{font-size:14px;color:#2e7d32;font-weight:500}.wallet-saved-amount{font-size:20px;font-weight:700;color:#1b5e20}.wallet-locked-card{background:#fff8e6;border-radius:8px;border:1px solid #febd69;padding:20px 24px;margin-bottom:20px}.wallet-locked-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.wallet-locked-card-header h2{font-size:16px;font-weight:600;color:#856404;margin:0}.wallet-locked-icon{font-size:20px}.wallet-locked-description{font-size:14px;color:#856404;margin:0 0 8px}.wallet-locked-expiry{font-size:12px;color:#888;margin:0 0 16px}.wallet-locked-unlock-btn{padding:10px 20px;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;font-size:14px;font-weight:600;color:#111;cursor:pointer}.wallet-locked-unlock-btn:hover{background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-vip-card{background:#fff;border-radius:8px;border:1px solid #d5d9d9;padding:20px 24px;margin-top:16px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.wallet-vip-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.wallet-vip-icon{font-size:28px}.wallet-vip-header-text{display:flex;flex-direction:column}.wallet-vip-label{font-size:12px;color:#767676;text-transform:uppercase;letter-spacing:.5px}.wallet-vip-tier-name{font-size:20px;font-weight:700}.wallet-vip-progress-section{margin-bottom:12px}.wallet-vip-progress-bar-container{height:8px;background:#e7e7e7;border-radius:4px;overflow:hidden;margin-bottom:8px}.wallet-vip-progress-bar-fill{height:100%;background:linear-gradient(90deg,#f0c14b,#ff8c00);border-radius:4px;transition:width .6s ease}.wallet-vip-progress-label{font-size:13px;color:#555;text-align:center}.wallet-vip-next-tier{font-size:12px;color:#767676;text-align:center;margin-top:4px}.wallet-vip-max-tier{font-size:14px;color:#067d62;font-weight:600;text-align:center;margin:0}.wallet-vip-benefits{padding-top:12px;border-top:1px solid #e7e7e7}.wallet-vip-benefit-text{font-size:13px;color:#555}.wallet-transactions-card{background:#fff;border-radius:8px;border:1px solid #d5d9d9;padding:24px;box-shadow:0 1px 3px #00000014}.wallet-transactions-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e7e7e7}.wallet-transactions-card-header h2{font-size:18px;font-weight:600;color:#111;margin:0}.wallet-transactions-icon{font-size:24px}.wallet-transactions-empty-content{text-align:center;padding:40px 20px}.wallet-transactions-empty-icon{font-size:48px;margin-bottom:16px}.wallet-transactions-empty-content p{margin:0 0 8px;font-size:16px;color:#111}.wallet-transactions-empty-hint{color:#767676!important;font-size:14px!important;margin-bottom:20px!important}.wallet-transactions-topup-btn{padding:10px 24px;background:linear-gradient(to bottom,#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;font-size:14px;font-weight:600;color:#111;cursor:pointer}.wallet-transactions-topup-btn:hover{background:linear-gradient(to bottom,#f5d78e,#eeba30)}.wallet-transactions-list{margin-bottom:16px}.wallet-tx-row{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f0f0f0}.wallet-tx-row:last-child{border-bottom:none}.wallet-tx-row.credit{border-left:3px solid #067d62;padding-left:12px;margin-left:-12px}.wallet-tx-row.debit{border-left:3px solid #d32f2f;padding-left:12px;margin-left:-12px}.wallet-tx-row-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:50%;flex-shrink:0}.wallet-tx-row-details{flex:1;min-width:0}.wallet-tx-row-type{font-size:14px;font-weight:600;color:#111;margin-bottom:2px}.wallet-tx-row-desc{font-size:12px;color:#767676;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-tx-row-date{font-size:11px;color:#999;margin-top:2px}.wallet-tx-row-amount{font-size:16px;font-weight:700;flex-shrink:0}.wallet-tx-row-amount.credit{color:#067d62}.wallet-tx-row-amount.debit{color:#d32f2f}.wallet-transactions-show-all{display:block;text-align:center;padding:12px;color:#007185;font-size:14px;text-decoration:none;border-top:1px solid #e7e7e7;margin-top:8px}.wallet-transactions-show-all:hover{color:#c45500;text-decoration:underline}@media (max-width: 768px){.wallet-page{padding:16px}.wallet-page-title{font-size:22px}.wallet-page-grid{grid-template-columns:1fr;gap:16px}.wallet-summary-card,.wallet-vip-card,.wallet-transactions-card{padding:20px}.wallet-summary-total{font-size:28px}.wallet-tx-row{flex-wrap:wrap}.wallet-tx-row-icon{width:36px;height:36px;font-size:20px}.wallet-tx-row-amount{width:100%;text-align:right;margin-top:4px;padding-left:52px}}[data-theme=dark] .wallet-page{background-color:var(--bg)}[data-theme=dark] .wallet-page-loading{color:var(--muted)}[data-theme=dark] .wallet-page-error{background:var(--surface)}[data-theme=dark] .wallet-page-back{color:var(--muted)}[data-theme=dark] .wallet-page-back:hover,[data-theme=dark] .wallet-page-title{color:var(--text)}[data-theme=dark] .wallet-summary-card{background:var(--surface);border-color:var(--border);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .wallet-summary-card-header{border-bottom-color:var(--border)}[data-theme=dark] .wallet-summary-card-header h2,[data-theme=dark] .wallet-summary-total{color:var(--text)}[data-theme=dark] .wallet-summary-row{color:var(--muted)}[data-theme=dark] .wallet-saved-card{background:linear-gradient(135deg,#1e3a1e 0% 100%);border-color:#2d5a2d}[data-theme=dark] .wallet-locked-card{background:#2a2518;border-color:#5a4a2a}[data-theme=dark] .wallet-locked-card-header h2,[data-theme=dark] .wallet-locked-description{color:#d4a843}[data-theme=dark] .wallet-locked-expiry{color:var(--muted)}[data-theme=dark] .wallet-vip-card{background:var(--surface);border-color:var(--border);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .wallet-vip-label{color:var(--muted)}[data-theme=dark] .wallet-vip-progress-bar-container{background:var(--hover-bg)}[data-theme=dark] .wallet-vip-progress-label,[data-theme=dark] .wallet-vip-next-tier{color:var(--muted)}[data-theme=dark] .wallet-vip-benefits{border-top-color:var(--border)}[data-theme=dark] .wallet-vip-benefit-text{color:var(--muted)}[data-theme=dark] .wallet-transactions-card{background:var(--surface);border-color:var(--border);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .wallet-transactions-card-header{border-bottom-color:var(--border)}[data-theme=dark] .wallet-transactions-card-header h2,[data-theme=dark] .wallet-transactions-empty-content p{color:var(--text)}[data-theme=dark] .wallet-tx-row{border-bottom-color:var(--border)}[data-theme=dark] .wallet-tx-row-icon{background:var(--hover-bg)}[data-theme=dark] .wallet-tx-row-type{color:var(--text)}[data-theme=dark] .wallet-tx-row-desc,[data-theme=dark] .wallet-tx-row-date{color:var(--muted)}[data-theme=dark] .wallet-transactions-show-all{color:#4da6ff;border-top-color:var(--border)}[data-theme=dark] .wallet-transactions-show-all:hover{color:#79bfff}.account-settings-page{min-height:calc(100vh - 60px);background:#f7f7f7;padding:24px 16px}.account-settings-container{max-width:600px;margin:0 auto}.account-settings-title{font-size:24px;font-weight:600;color:#111;margin-bottom:24px}.settings-section{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.settings-section-header{display:flex;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0}.settings-section-badge{margin-left:auto;background:#232f3e;color:#fff;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:500;text-transform:none;letter-spacing:0}.settings-item{display:flex;align-items:center;padding:16px 20px;text-decoration:none;color:inherit;transition:background-color .15s;border-bottom:1px solid #f0f0f0}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:#fafafa}.settings-item:active{background:#f5f5f5}.settings-item-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:10px;margin-right:16px;flex-shrink:0;color:#232f3e}.settings-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.settings-item-label{font-size:16px;font-weight:500;color:#111}.settings-item-description{font-size:13px;color:#666}.settings-item-arrow{color:#ccc;flex-shrink:0;margin-left:12px}.settings-item-sub{padding-left:52px}.settings-item-sub .settings-item-label{font-size:15px;font-weight:400}.settings-item-subtle .settings-item-label{color:#666;font-size:14px}.settings-item-subtle:hover .settings-item-label{color:#232f3e}@media (max-width: 480px){.account-settings-page{padding:16px 12px}.account-settings-title{font-size:20px;margin-bottom:16px}.settings-item{padding:14px 16px}.settings-item-icon{width:40px;height:40px;margin-right:12px}.settings-item-sub{padding-left:44px}}.wallet-refund-page{min-height:calc(100vh - 60px);background:#f7f7f7;padding:24px 16px}.wallet-refund-container{max-width:600px;margin:0 auto}.refund-back-link{display:inline-block;color:#666;text-decoration:none;font-size:14px;margin-bottom:16px;transition:color .15s}.refund-back-link:hover{color:#232f3e}.refund-title{font-size:24px;font-weight:600;color:#111;margin-bottom:24px}.refund-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px;color:#666}.refund-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#232f3e;border-radius:50%;animation:spin .8s linear infinite}.refund-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.refund-card-title{font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.refund-calculation{display:flex;flex-direction:column;gap:12px}.refund-calc-row{display:flex;justify-content:space-between;font-size:15px;color:#333}.refund-calc-minus span:last-child{color:#dc3545}.refund-calc-total{padding-top:12px;border-top:2px solid #f0f0f0;font-weight:600;font-size:16px}.refund-amount{color:#28a745;font-size:18px}.refund-transfer-note{font-size:13px;color:#888;margin-top:8px;text-align:center}.refund-bonus-list{display:flex;flex-direction:column;gap:12px}.refund-bonus-item{display:flex;align-items:center;gap:10px;font-size:14px;padding:10px 12px;border-radius:8px;background:#f8f9fa}.refund-bonus-icon{font-size:16px;flex-shrink:0}.refund-bonus-status{margin-left:auto;font-weight:500}.refund-bonus-forfeit{background:#fff5f5}.refund-bonus-forfeit .refund-bonus-status{color:#dc3545}.refund-bonus-lock{background:#fff8e6}.refund-bonus-lock .refund-bonus-status{color:#856404}.refund-lock-note{font-size:13px;color:#666;margin-top:12px;font-style:italic}.refund-nudge-card{display:flex;gap:16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:20px;margin-bottom:16px;border:1px solid #e0e0e0}.refund-nudge-icon{font-size:28px;flex-shrink:0}.refund-nudge-content{flex:1}.refund-nudge-content h4{font-size:16px;font-weight:600;color:#111;margin-bottom:6px}.refund-nudge-content p{font-size:14px;color:#666;margin-bottom:12px}.refund-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#232f3e;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s}.refund-btn-primary:hover{background:#37475a}.refund-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#fff;color:#666;border:1px solid #ddd;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .15s}.refund-btn-secondary:hover{background:#f8f9fa;color:#333;border-color:#ccc}.refund-btn-danger{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s}.refund-btn-danger:hover:not(:disabled){background:#c82333}.refund-btn-danger:disabled{background:#e9ecef;color:#999;cursor:not-allowed}.refund-btn-continue{width:100%}.refund-btn-request{width:100%;margin-top:8px}.refund-error-card{background:#fff;border-radius:12px;padding:40px 24px;text-align:center;box-shadow:0 1px 3px #00000014}.refund-error-card h2{font-size:20px;color:#dc3545;margin-bottom:12px}.refund-error-card p{color:#666;margin-bottom:20px}.refund-ineligible-card{background:#fff;border-radius:12px;padding:40px 24px;text-align:center;box-shadow:0 1px 3px #00000014}.refund-ineligible-icon{font-size:48px;margin-bottom:16px}.refund-ineligible-card h2{font-size:20px;font-weight:600;color:#111;margin-bottom:16px}.refund-ineligible-card p{font-size:15px;color:#666;line-height:1.5;margin-bottom:12px}.refund-cooldown-days{font-size:14px;font-weight:600;color:#856404;background:#fff8e6;padding:8px 16px;border-radius:20px;display:inline-block;margin-bottom:20px}.refund-bonus-note{font-size:13px;color:#888;font-style:italic}.refund-no-refund-note{font-weight:600;color:#dc3545}.refund-calculation-summary{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:16px;text-align:left}.refund-calculation-summary .refund-calc-row{font-size:14px}.refund-success-card{background:#fff;border-radius:12px;padding:40px 24px;text-align:center;box-shadow:0 1px 3px #00000014}.refund-success-icon{width:64px;height:64px;background:#28a745;color:#fff;font-size:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.refund-success-card h2{font-size:22px;font-weight:600;color:#111;margin-bottom:12px}.refund-success-message{font-size:15px;color:#666;margin-bottom:24px}.refund-locked-info{display:flex;gap:12px;background:#fff8e6;border-radius:10px;padding:16px;text-align:left;margin-bottom:24px}.refund-locked-icon{font-size:24px;flex-shrink:0}.refund-locked-content{flex:1}.refund-locked-content strong{display:block;color:#856404;margin-bottom:4px}.refund-locked-content p{font-size:13px;color:#666;margin-bottom:6px}.refund-locked-expires{font-size:12px;color:#888}.refund-success-actions{display:flex;flex-direction:column;gap:12px}.refund-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.refund-modal{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.refund-modal h3{font-size:18px;font-weight:600;color:#111;margin-bottom:12px}.refund-confirm-desc{font-size:15px;color:#666;margin-bottom:20px}.refund-confirm-summary{background:#f8f9fa;border-radius:10px;padding:16px;margin-bottom:20px}.refund-confirm-item{display:flex;gap:10px;font-size:14px;color:#333;padding:6px 0}.refund-confirm-item span:first-child{flex-shrink:0}.refund-reason-select{margin-bottom:16px}.refund-reason-select label{display:block;font-size:14px;color:#666;margin-bottom:8px}.refund-reason-select select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.refund-reason-select select:focus{outline:none;border-color:#232f3e}.refund-confirm-input{margin-bottom:20px}.refund-confirm-input label{display:block;font-size:14px;color:#666;margin-bottom:8px}.refund-confirm-input input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;text-align:center;text-transform:uppercase;letter-spacing:2px}.refund-confirm-input input:focus{outline:none;border-color:#232f3e}.refund-modal-actions{display:flex;gap:12px}.refund-modal-actions button{flex:1}@media (max-width: 480px){.wallet-refund-page{padding:16px 12px}.refund-title{font-size:20px;margin-bottom:16px}.refund-card{padding:16px}.refund-nudge-card{flex-direction:column;text-align:center}.refund-nudge-icon{font-size:32px}.refund-modal{padding:20px}.refund-modal-actions{flex-direction:column}.refund-success-actions{gap:10px}}[data-theme=dark] .wallet-refund-page{background:var(--bg)}[data-theme=dark] .refund-back-link{color:var(--muted)}[data-theme=dark] .refund-back-link:hover,[data-theme=dark] .refund-title{color:var(--text)}[data-theme=dark] .refund-loading{color:var(--muted)}[data-theme=dark] .refund-spinner{border-color:var(--border);border-top-color:var(--text)}[data-theme=dark] .refund-card{background:var(--surface);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .refund-card-title{color:var(--muted)}[data-theme=dark] .refund-calc-row{color:var(--text)}[data-theme=dark] .refund-calc-total{border-top-color:var(--border)}[data-theme=dark] .refund-transfer-note{color:var(--muted)}[data-theme=dark] .refund-bonus-item{background:var(--surface)}[data-theme=dark] .refund-bonus-forfeit{background:#2d1e1e}[data-theme=dark] .refund-bonus-lock{background:#2a2518}[data-theme=dark] .refund-lock-note{color:var(--muted)}[data-theme=dark] .refund-nudge-card{background:linear-gradient(135deg,var(--surface) 0%,var(--hover-bg) 100%);border-color:var(--border)}[data-theme=dark] .refund-nudge-content h4{color:var(--text)}[data-theme=dark] .refund-nudge-content p{color:var(--muted)}[data-theme=dark] .refund-btn-secondary{background:var(--surface);color:var(--muted);border-color:var(--border)}[data-theme=dark] .refund-btn-secondary:hover{background:var(--hover-bg);color:var(--text);border-color:var(--border)}[data-theme=dark] .refund-btn-danger:disabled{background:var(--hover-bg);color:var(--muted)}[data-theme=dark] .refund-error-card{background:var(--surface);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .refund-error-card p{color:var(--muted)}[data-theme=dark] .refund-ineligible-card{background:var(--surface);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .refund-ineligible-card h2{color:var(--text)}[data-theme=dark] .refund-ineligible-card p{color:var(--muted)}[data-theme=dark] .refund-cooldown-days{background:#2a2518}[data-theme=dark] .refund-bonus-note{color:var(--muted)}[data-theme=dark] .refund-calculation-summary{background:var(--surface)}[data-theme=dark] .refund-success-card{background:var(--surface);box-shadow:0 1px 3px #0000004d}[data-theme=dark] .refund-success-card h2{color:var(--text)}[data-theme=dark] .refund-success-message{color:var(--muted)}[data-theme=dark] .refund-locked-info{background:#2a2518}[data-theme=dark] .refund-locked-content p,[data-theme=dark] .refund-locked-expires{color:var(--muted)}[data-theme=dark] .refund-modal{background:var(--surface)}[data-theme=dark] .refund-modal h3{color:var(--text)}[data-theme=dark] .refund-confirm-desc{color:var(--muted)}[data-theme=dark] .refund-confirm-summary{background:var(--hover-bg)}[data-theme=dark] .refund-confirm-item{color:var(--text)}[data-theme=dark] .refund-reason-select label{color:var(--muted)}[data-theme=dark] .refund-reason-select select{background:var(--input-bg);border-color:var(--border);color:var(--text)}[data-theme=dark] .refund-confirm-input label{color:var(--muted)}[data-theme=dark] .refund-confirm-input input{background:var(--input-bg);border-color:var(--border);color:var(--text)}.alt-page{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.alt-page-header{position:sticky;top:0;z-index:100;background:#fff;padding:16px 24px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:20px}.alt-page-back{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:8px 0;white-space:nowrap}.alt-page-back:hover{color:#333}.alt-page-title{font-size:18px;font-weight:600;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alt-page-loading,.alt-page-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.alt-page-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#ffc107;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alt-page-loading p,.alt-page-error p{color:#666;font-size:14px}.alt-page-back-btn{padding:10px 20px;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-size:14px}.alt-page-back-btn:hover{background:#e0e0e0}.alt-page-content{flex:1;padding:24px 24px 100px;max-width:1200px;margin:0 auto;width:100%}.alt-page-section{margin-bottom:40px}.alt-page-section-title{font-size:20px;font-weight:700;color:#333;margin:0 0 20px}.alt-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.alt-product-card{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #0000000f;transition:all .2s}.alt-product-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.alt-product-image{width:100%;aspect-ratio:1;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.alt-product-image img{max-width:100%;max-height:100%;object-fit:contain}.alt-product-placeholder{font-size:48px;opacity:.3}.alt-product-details{flex:1;display:flex;flex-direction:column;gap:4px}.alt-product-name{font-size:14px;font-weight:600;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.alt-product-price{font-size:16px;font-weight:700;color:#333}.alt-product-reason{font-size:12px;color:#666}.alt-product-add-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;font-size:13px;font-weight:600;color:#000;cursor:pointer;transition:all .2s}.alt-product-add-btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 2px 8px #ff980066}.alt-product-add-btn.added,.alt-product-add-btn:disabled{background:#e8e8e8;color:#666;cursor:default;transform:none;box-shadow:none}.alt-product-swap-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:8px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.alt-product-swap-btn:hover{transform:scale(1.02);box-shadow:0 2px 8px #4caf5066}.alt-product-pps{font-size:13px;color:#666;margin-top:2px}.alt-product-pps-diff{font-size:12px;font-weight:600;margin-top:2px}.alt-product-pps-diff.lower{color:#43a047}.alt-product-pps-diff.higher{color:#e53935}.alt-product-price-diff-abs{font-size:12px;color:#888}.alt-product-price-diff{margin-left:8px;font-size:13px;font-weight:600}.alt-product-price-diff.higher{color:#e53935}.alt-product-price-diff.lower{color:#43a047}.alt-page-empty{text-align:center;padding:60px 20px;color:#888}.alt-page-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px #00000014;z-index:100}.alt-page-footer-info{display:flex;align-items:center;gap:8px}.alt-page-footer-count{font-size:14px;font-weight:600;color:#333}.alt-page-footer-total{font-size:14px;color:#666}.alt-page-footer-actions{display:flex;gap:12px}.alt-page-view-stack{padding:10px 20px;background:#f0f0f0;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.alt-page-view-stack:hover{background:#e0e0e0}.alt-page-checkout{padding:10px 24px;background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;font-size:14px;font-weight:700;color:#000;cursor:pointer;transition:all .2s}.alt-page-checkout:hover{transform:scale(1.02);box-shadow:0 2px 8px #ff980066}@media (max-width: 768px){.alt-page-header{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px}.alt-page-title{font-size:16px}.alt-page-content{padding:16px 16px 120px}.alt-page-section-title{font-size:18px}.alt-page-grid{grid-template-columns:repeat(2,1fr);gap:12px}.alt-product-card{padding:12px}.alt-product-name{font-size:13px}.alt-product-price{font-size:14px}.alt-product-add-btn{padding:8px 12px;font-size:12px}.alt-page-footer{flex-direction:column;gap:12px;padding:12px 16px}.alt-page-footer-actions{width:100%}.alt-page-view-stack,.alt-page-checkout{flex:1}}@media (max-width: 480px){.alt-page-grid{grid-template-columns:repeat(2,1fr);gap:10px}}[data-theme=dark] .alt-page{background:var(--bg)}[data-theme=dark] .alt-page-header{background:var(--surface);border-bottom-color:var(--border)}[data-theme=dark] .alt-page-back{color:var(--muted)}[data-theme=dark] .alt-page-back:hover,[data-theme=dark] .alt-page-title{color:var(--text)}[data-theme=dark] .alt-page-loading p,[data-theme=dark] .alt-page-error p{color:var(--muted)}[data-theme=dark] .alt-page-spinner{border-color:var(--border);border-top-color:#ffc107}[data-theme=dark] .alt-page-back-btn{background:var(--hover-bg);color:var(--text)}[data-theme=dark] .alt-page-back-btn:hover{background:var(--border)}[data-theme=dark] .alt-page-section-title{color:var(--text)}[data-theme=dark] .alt-product-card{background:var(--surface);box-shadow:0 2px 8px #0003}[data-theme=dark] .alt-product-card:hover{box-shadow:0 4px 16px #0000004d}[data-theme=dark] .alt-product-image{background:var(--hover-bg)}[data-theme=dark] .alt-product-name,[data-theme=dark] .alt-product-price{color:var(--text)}[data-theme=dark] .alt-product-reason{color:var(--muted)}[data-theme=dark] .alt-product-add-btn.added,[data-theme=dark] .alt-product-add-btn:disabled{background:var(--hover-bg);color:var(--muted)}[data-theme=dark] .alt-product-pps,[data-theme=dark] .alt-product-price-diff-abs,[data-theme=dark] .alt-page-empty{color:var(--muted)}[data-theme=dark] .alt-page-footer{background:var(--surface);border-top-color:var(--border);box-shadow:0 -4px 20px #0000004d}[data-theme=dark] .alt-page-footer-count{color:var(--text)}[data-theme=dark] .alt-page-footer-total{color:var(--muted)}[data-theme=dark] .alt-page-view-stack{background:var(--hover-bg);color:var(--text)}[data-theme=dark] .alt-page-view-stack:hover{background:var(--border)}.returns-page{min-height:100vh;background-color:var(--bg, #f5f5f5);padding:2rem 1rem}.returns-container{max-width:900px;margin:0 auto;background:var(--surface, white);border-radius:8px;box-shadow:0 2px 8px var(--shadow-color, rgba(0, 0, 0, .1));padding:3rem}.returns-back-btn{background:var(--hover-bg, #f5f5f5);border:1px solid var(--border, #ddd);color:var(--text, #232f3e);padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.returns-back-btn:hover{background:#007185;color:#fff;border-color:#007185;transform:translate(-2px)}.returns-back-btn:focus{outline:2px solid #007185;outline-offset:2px}.returns-header{border-bottom:2px solid var(--border, #e0e0e0);padding-bottom:1.5rem;margin-bottom:2rem}.returns-header h1{font-size:2.5rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:700}.returns-header p{color:var(--muted, #666);margin:0}.returns-content{line-height:1.7;color:var(--text, #333)}.returns-section{margin-bottom:2.5rem}.returns-section h2{font-size:1.75rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:600;padding-top:1rem}.returns-section p{margin:0 0 1rem;text-align:justify}.returns-withdrawal-form{margin-bottom:2.5rem;padding:1.5rem;background:var(--hover-bg, #f9f9f9);border-radius:8px;border:1px solid var(--border, #e0e0e0)}.returns-withdrawal-form h3{font-size:1.25rem;color:var(--text, #232f3e);margin:0 0 1rem;font-weight:600}.returns-withdrawal-form p{font-size:.875rem;white-space:pre-line;margin:0;line-height:1.6;color:var(--muted, #444)}.returns-copy-btn{margin-top:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;border:1px solid var(--border, #ddd);border-radius:6px;background:var(--surface, white);color:var(--text, #232f3e);cursor:pointer;transition:all .2s ease}.returns-copy-btn:hover{background:#007185;color:#fff;border-color:#007185}@media (max-width: 768px){.returns-container{padding:2rem 1.5rem}.returns-header h1{font-size:2rem}.returns-section h2{font-size:1.5rem}}@media (max-width: 480px){.returns-page{padding:1rem .5rem}.returns-container{padding:1.5rem 1rem;border-radius:0}.returns-header h1{font-size:1.75rem}.returns-section{margin-bottom:2rem}}
