:root{--text:#2b2b33;--text-muted:#6b6b76;--bg:#fafafa;--surface:#fff;--border:#e2e2e6;--accent:#2a6ef0;--accent-hover:#1d54c0;--error:#c0392b;--error-bg:#fdecea;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#e7e7ea;--text-muted:#a0a0ab;--bg:#17171b;--surface:#202024;--border:#35353c;--accent:#5b93ff;--accent-hover:#7fa9ff;--error:#ff6b5e;--error-bg:#3a1f1c}}*{box-sizing:border-box}body{margin:0}a{color:var(--accent)}button{font:inherit;cursor:pointer}.navbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.navbar .brand{color:var(--text);white-space:nowrap;font-size:1.1rem;font-weight:700;text-decoration:none}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}@media (width<=480px){.navbar{flex-wrap:wrap;gap:.5rem 1rem;padding:.85rem 1rem}.nav-links{gap:.6rem .9rem;font-size:.9rem}}.nav-user{color:var(--text-muted);font-size:.9rem}.nav-cart{color:var(--text);text-decoration:none;position:relative}.nav-cart-badge{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.1rem;height:1.1rem;margin-left:.3rem;padding:0 .3rem;font-size:.7rem;font-weight:700;display:inline-flex}main{max-width:1100px;margin:0 auto;padding:1.5rem}.app-loading{text-align:center;color:var(--text-muted);padding:3rem}.auth-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;max-width:380px;margin:2rem auto;padding:2rem}.auth-form form{flex-direction:column;gap:1rem;display:flex}.auth-form label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.auth-form input{border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;border-radius:6px;padding:.55rem .65rem}.link-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.inline-form{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.inline-form label{color:var(--text-muted);flex-direction:column;gap:.35rem;width:100%;font-size:.9rem;display:flex}.auth-form button[type=submit],.google-btn{background:var(--accent);color:#fff;border:none;border-radius:6px;margin-top:.25rem;padding:.6rem;font-weight:600}.auth-form button:hover,.google-btn:hover{background:var(--accent-hover)}.google-btn{background:var(--surface);width:100%;color:var(--text);border:1px solid var(--border);margin-top:.75rem}.google-btn:hover{background:var(--bg)}.form-error{color:var(--error);background:var(--error-bg);border-radius:6px;padding:.5rem .75rem;font-size:.9rem}.field-error{color:var(--error);font-size:.8rem}.hint{color:var(--text-muted);font-size:.8rem}.recovery-codes{grid-template-columns:repeat(2,1fr);gap:.4rem;margin:.5rem 0 1rem;padding:0;list-style:none;display:grid}.recovery-codes li{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:6px;padding:.4rem .6rem}.filters{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.filters select,.filters input,.filters button{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;border-radius:6px;padding:.5rem .65rem}.filters button{background:var(--accent);color:#fff;border:none}.search-box{flex:220px;position:relative}.search-box input{width:100%}.price-input{width:90px}.pagination{flex-wrap:wrap;justify-content:center;gap:.4rem;margin:2rem 0;display:flex}.pagination button{border:1px solid var(--border);background:var(--surface);min-width:2.4rem;color:var(--text);font:inherit;cursor:pointer;border-radius:6px;padding:.4rem .7rem}.pagination button:disabled{opacity:.45;cursor:default}.pagination button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.suggestions{z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:.25rem 0 0;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0}.suggestions li{cursor:pointer;padding:.5rem .75rem}.suggestions li:hover{background:var(--bg)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:1rem;text-decoration:none;display:block}.product-card img{aspect-ratio:1;object-fit:cover;background:var(--bg);border-radius:6px;width:100%;margin-bottom:.6rem}.product-card h3{margin:0 0 .25rem;font-size:.95rem}.product-card .brand{color:var(--text-muted);margin:0 0 .4rem;font-size:.8rem}.product-card .price{margin:0 0 .25rem;font-weight:700}.product-card .rating{color:var(--text-muted);margin:0;font-size:.85rem}.product-detail .back-link{margin-bottom:1rem;text-decoration:none;display:inline-block}.product-detail-layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=700px){.product-detail-layout{grid-template-columns:1fr}}.product-images img{background:var(--surface);border-radius:8px;width:100%;margin-bottom:.75rem}.product-info .category-breadcrumb,.product-info .brand{color:var(--text-muted);margin:0 0 .4rem}.product-info .price{margin:.5rem 0;font-size:1.6rem;font-weight:700}.product-info .description{margin:1rem 0}table.attributes,table.dimensions{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}table.attributes th,table.attributes td,table.dimensions th,table.dimensions td{text-align:left;border-bottom:1px solid var(--border);padding:.4rem .5rem}table.attributes th,table.dimensions th{color:var(--text-muted);width:40%;font-weight:500}table.dimensions tr.dimension-subrow th,table.dimensions tr.dimension-subrow td{border-bottom:none;font-size:.8rem}.add-to-cart{align-items:flex-end;gap:.75rem;margin:1rem 0;display:flex}.add-to-cart label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.add-to-cart input{border:1px solid var(--border);background:var(--bg);width:4.5rem;color:var(--text);font:inherit;border-radius:6px;padding:.55rem .65rem}.add-to-cart button{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.6rem 1.25rem;font-weight:600}.add-to-cart button:hover:not(:disabled){background:var(--accent-hover)}.add-to-cart button:disabled{opacity:.6;cursor:default}.cart-items{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.cart-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;grid-template-columns:72px 1fr auto auto;align-items:center;gap:1rem;padding:.75rem;display:grid}.cart-item-thumb img{object-fit:cover;background:var(--bg);border-radius:6px;width:72px;height:72px;display:block}.cart-item-name{color:var(--text);font-weight:600;text-decoration:none;display:block}.cart-item-unit-price{color:var(--text-muted);margin:.2rem 0 0;font-size:.85rem}.cart-item-qty{align-items:center;gap:.75rem;display:flex}.cart-item-qty label{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.cart-item-qty input{border:1px solid var(--border);background:var(--bg);width:3.5rem;color:var(--text);font:inherit;border-radius:6px;padding:.4rem .5rem}.cart-item-line-total{text-align:right;min-width:5rem;font-weight:700}.cart-summary{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.cart-total{margin:0;font-size:1.1rem}@media (width<=600px){.cart-item{grid-template-columns:56px 1fr;grid-template-areas:"thumb info""thumb qty""total total"}.cart-item-thumb{grid-area:thumb}.cart-item-info{grid-area:info}.cart-item-qty{grid-area:qty}.cart-item-line-total{text-align:left;grid-area:total;margin-top:.5rem}}.checkout-cta{background:var(--accent);color:#fff;border-radius:6px;margin-top:1.5rem;padding:.7rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}.checkout-cta:hover{background:var(--accent-hover)}.checkout-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=700px){.checkout-layout{grid-template-columns:1fr}}.checkout-form{margin:0}.order-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.order-summary h2{margin-top:0;font-size:1.1rem}.order-summary-line{justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.9rem;display:flex}.order-totals p,.order-summary>p{color:var(--text-muted);justify-content:space-between;margin:.3rem 0;display:flex}.order-total-grand{color:var(--text);border-top:1px solid var(--border);justify-content:space-between;margin-top:.5rem;padding-top:.5rem;font-size:1.1rem;font-weight:700;display:flex}.order-row{border:1px solid var(--border);background:var(--surface);border-radius:8px}.order-row-link{color:var(--text);grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;display:grid}.order-row-id{font-family:monospace;font-weight:600}.order-status{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;width:fit-content;padding:.15rem .6rem;font-size:.8rem;font-weight:600;display:inline-block}.order-status-created{color:var(--accent);border-color:var(--accent)}.order-status-paid{color:#1a7f37;border-color:#1a7f37}.order-status-cancelled,.order-status-payment_failed{color:var(--error);border-color:var(--error)}.order-event-history{flex-direction:column;gap:.4rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.order-event-history li{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem;font-size:.9rem}@media (width<=600px){.order-row-link{grid-template-columns:1fr 1fr;grid-template-areas:"id status""items total""date date"}.order-row-id{grid-area:id}.order-status{grid-area:status;justify-self:end}}.welcome-hero{text-align:center;padding:2.5rem 1rem 3rem}.welcome-hero h1{margin-bottom:.75rem;font-size:2rem}.welcome-lead{color:var(--text-muted);max-width:40rem;margin:0 auto 1.5rem;font-size:1.05rem}.welcome-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-bottom:1rem;display:grid}@media (width<=700px){.welcome-hero h1{font-size:1.6rem}.welcome-features{grid-template-columns:1fr}}.welcome-feature{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1rem}.welcome-feature-icon{width:2rem;height:2rem;color:var(--accent);margin-bottom:.6rem}.welcome-feature h2{margin:0 0 .4rem;font-size:1rem}.welcome-feature p{color:var(--text-muted);margin:0;font-size:.9rem}.site-footer{border-top:1px solid var(--border);max-width:1100px;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin:2rem auto 0;padding:1.5rem;font-size:.9rem;display:flex}.footer-section{flex-direction:column;gap:.3rem;display:flex}.footer-section a{color:var(--text-muted)}.footer-links{flex-direction:column;gap:.4rem;display:flex}@media (width<=500px){.site-footer{flex-direction:column}}.legal-page{max-width:42rem;margin:0 auto;line-height:1.6}.legal-page h2{margin-top:2rem;font-size:1.15rem}.contact-list{grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:1.5rem 0;display:grid}.contact-list dt{color:var(--text-muted)}.contact-list dd{margin:0}@media (width<=500px){.contact-list{grid-template-columns:1fr;gap:.1rem 0}.contact-list dt{margin-top:.6rem;font-size:.85rem}}
