:root{--bg-primary:#0d1b2a;--bg-surface:#1a2f45;--bg-elevated:#243d57;--bg-card:#162535;--brand:#2196f3;--brand-light:#64b5f6;--brand-dark:#1565c0;--text-primary:#f0f4f8;--text-secondary:#b0c4d8;--text-muted:#7a96b0;--border:#2a4060;--success:#4caf50;--warning:#ff9800;--danger:#f44336;--deal-badge:#ff6b35}[data-theme=minimal-white]{--bg-primary:#fff;--bg-surface:#f8fafc;--bg-elevated:#f1f5f9;--bg-card:#fff;--brand:#1e40af;--brand-light:#3b82f6;--brand-dark:#1e3a8a;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--deal-badge:#ea580c}*{box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-primary);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--brand-light);text-decoration:none}a:hover{text-decoration:underline}.nav-hamburger{display:none}.nav-desktop-links{display:flex}.nav-mobile-menu{z-index:49;padding:1rem 1.5rem 1.5rem;position:fixed;top:64px;left:0;right:0}@media (max-width:640px){.nav-hamburger{align-items:center;display:flex}.nav-desktop-links{display:none!important}}.cart-grid{grid-template-columns:1fr 320px}@media (max-width:640px){.cart-grid{grid-template-columns:1fr}.cart-grid>:last-child{position:static!important}[style*="auto-fill, minmax(220px"]{grid-template-columns:repeat(2,1fr)!important}[style*="1fr 1fr"][style*="gap: 3rem"]{grid-template-columns:1fr!important;gap:1.5rem!important}[style*="1fr 320px"],[style*="repeat(auto-fit, minmax(200px"]{grid-template-columns:1fr!important}}@media (max-width:480px){[style*="auto-fill, minmax(220px"]{grid-template-columns:1fr!important}}@media (max-width:700px){table{font-size:.78rem}th,td{padding:.5rem .6rem!important}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--brand);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
