:root{--bg-deep: #0a1117;--bg-surface: #121b24;--bg-elevated: #1a2530;--bg-overlay: rgba(10, 17, 23, .72);--bg-tint: rgba(212, 176, 106, .04);--line: rgba(212, 176, 106, .16);--line-strong: rgba(212, 176, 106, .32);--line-faint: rgba(255, 248, 230, .08);--ink-primary: #f5ecd6;--ink-secondary: #d4cdba;--ink-muted: #8d8775;--ink-faint: #5a5648;--ink-inverse: #0a1117;--accent: #d4b06a;--accent-bright: #e6c887;--accent-soft: rgba(212, 176, 106, .55);--accent-faint: rgba(212, 176, 106, .18);--st-available: #7fb085;--st-soldout: #c97373;--st-warn: #d4a86a;--font-display: "Cormorant Garamond", "Cormorant", "EB Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-numeric: "Cormorant Garamond", Georgia, serif;--r-xs: 2px;--r-sm: 3px;--r-md: 4px;--r-lg: 6px;--max-width: 1200px;--side-padding: 16px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#060a0e;color:var(--ink-primary);font-family:var(--font-body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{max-width:100vw;overflow-x:hidden}#root{height:100dvh;width:100%;overflow:hidden}.category-grid{display:flex;flex-direction:column;width:100%}.product-grid{display:flex;flex-direction:column;gap:18px;width:100%}.product-row{display:flex;gap:28px;padding:16px 0;width:100%;background:transparent;text-align:left;align-items:flex-start}.product-row-img{width:28%;min-width:82px;max-width:110px;flex-shrink:0}.main-content{width:100%;margin:0 auto}.desktop-container{width:100%;max-width:var(--max-width);margin:0 auto}button{font-family:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer;touch-action:manipulation}input,textarea,select{font-family:inherit;color:inherit;background:none;border:none;outline:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:#d4b06a2e;border-radius:4px}::-webkit-scrollbar-track{background:transparent}:focus-visible{outline:1px solid var(--accent);outline-offset:2px}.eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:500}.price{font-family:var(--font-numeric);font-variant-numeric:lining-nums tabular-nums;font-weight:500}@keyframes cc-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cc-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}@media(min-width:768px){:root{--side-padding: 24px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:var(--max-width);margin:0 auto}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:var(--max-width);margin:0 auto;padding:0 var(--side-padding)}.product-row-img{width:40%;max-width:180px}.main-content{max-width:var(--max-width);margin:0 auto}.product-grid .product-row-card{border:1px solid var(--line);border-radius:var(--r-md);padding:16px;background:var(--bg-surface);flex-direction:column;gap:12px}.product-grid .product-row-card .product-row-img{width:100%;max-width:none;min-width:auto}}@media(min-width:1024px){:root{--side-padding: 32px}.category-grid,.product-grid{grid-template-columns:1fr 1fr 1fr}.product-row-img{max-width:200px}}@media(min-width:1440px){.category-grid,.product-grid{grid-template-columns:1fr 1fr 1fr 1fr}}
