:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #6366f1;--accent-hover: #818cf8;--surface: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--text: #fafafa;--text-muted: rgba(255, 255, 255, .55);--radius: .75rem}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:var(--text)}button{cursor:pointer;font-family:inherit}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.logo{font-size:1.5rem;font-weight:800;letter-spacing:.15em;color:var(--accent);cursor:pointer}.cart-btn{position:relative;background:none;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 1rem;color:var(--text);font-size:1.1rem;transition:border-color .2s}.cart-btn:hover{border-color:var(--accent)}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:grid;place-items:center}.catalog{max-width:1200px;margin:0 auto;padding:2rem}.catalog-hero{text-align:center;margin-bottom:2.5rem}.catalog-hero h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem;background:linear-gradient(135deg,#fff 30%,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.catalog-hero p{color:var(--text-muted);font-size:1.1rem;margin:0}.catalog-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.categories{display:flex;gap:.5rem}.cat-btn{background:var(--surface);border:1px solid var(--border);border-radius:2rem;padding:.45rem 1.2rem;color:var(--text-muted);font-size:.85rem;font-weight:500;transition:all .2s}.cat-btn:hover{color:var(--text);border-color:#fff3}.cat-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.search-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.55rem 1rem;color:var(--text);font-size:.9rem;outline:none;min-width:220px;transition:border-color .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-2px);border-color:#ffffff26}.product-img{display:grid;place-items:center;font-size:4rem;height:160px;background:#ffffff05}.product-body{padding:1.25rem}.product-cat{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.product-name{margin:0 0 .3rem;font-size:1.05rem;font-weight:600}.product-desc{margin:0 0 1rem;font-size:.82rem;color:var(--text-muted);line-height:1.4}.product-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.option-group label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem}.color-options{display:flex;gap:.4rem}.color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;padding:0;transition:border-color .2s,transform .15s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px #6366f14d}.size-options{display:flex;gap:.35rem;flex-wrap:wrap}.size-btn{background:var(--surface);border:1px solid var(--border);border-radius:.4rem;padding:.3rem .65rem;color:var(--text-muted);font-size:.78rem;font-weight:500;transition:all .2s}.size-btn:hover{color:var(--text);border-color:#fff3}.size-btn.selected{background:var(--accent);border-color:var(--accent);color:#fff}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.product-price{font-size:1.2rem;font-weight:700}.btn{border:none;border-radius:.5rem;font-weight:600;font-size:.85rem;transition:all .2s}.btn-primary{background:var(--accent);color:#fff;padding:.55rem 1.2rem}.btn-primary:hover{background:var(--accent-hover)}.btn-add{padding:.5rem 1rem}.btn-add.added{background:#22c55e}.btn-full{width:100%;padding:.75rem;font-size:1rem}.no-results{grid-column:1 / -1;text-align:center;color:var(--text-muted);padding:3rem 0}.cart-page,.checkout-page,.confirmation{max-width:900px;margin:0 auto;padding:2rem}.back-btn{background:none;border:none;color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem;transition:color .2s}.back-btn:hover{color:var(--text)}.cart-page h2,.checkout-page h2{margin:0 0 1.5rem;font-weight:700}.empty-cart{text-align:center;padding:3rem 0}.empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.cart-item-img{font-size:2rem;width:56px;text-align:center}.cart-item-info{flex:1}.cart-item-info h4{margin:0;font-size:.95rem}.cart-item-info p{margin:.15rem 0 0;font-size:.8rem;color:var(--text-muted)}.cart-item-qty{display:flex;align-items:center;gap:.6rem}.cart-item-qty button{background:var(--surface);border:1px solid var(--border);border-radius:.35rem;width:28px;height:28px;color:var(--text);font-size:1rem;display:grid;place-items:center;transition:border-color .2s}.cart-item-qty button:hover{border-color:var(--accent)}.cart-item-qty span{font-weight:600;min-width:20px;text-align:center}.cart-item-price{font-weight:700;min-width:80px;text-align:right}.cart-item-remove{background:none;border:none;color:var(--text-muted);font-size:1rem;padding:.25rem;transition:color .2s}.cart-item-remove:hover{color:#ef4444}.cart-footer{border-top:1px solid var(--border);padding-top:1.5rem}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem}.cart-total-price{font-weight:800;font-size:1.3rem}.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:.75rem}.checkout-form h3{margin:1rem 0 .25rem;font-size:1rem;font-weight:700}.checkout-form h3:first-child{margin-top:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-group label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.3rem}.form-group input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.6rem .8rem;color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s}.form-group input::placeholder{color:#ffffff40}.form-group input:focus{border-color:var(--accent)}.checkout-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.checkout-summary h3{margin:0 0 1rem;font-size:1rem;font-weight:700}.summary-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.summary-emoji{font-size:1.5rem;width:40px;text-align:center}.summary-name{font-weight:600;font-size:.85rem}.summary-meta{font-size:.75rem;color:var(--text-muted)}.summary-price{margin-left:auto;font-weight:600;font-size:.85rem}.summary-divider{border-top:1px solid var(--border);margin:.75rem 0}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-muted);margin-bottom:.35rem}.summary-total{font-size:1.1rem;font-weight:800;color:var(--text)}.confirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.confirmation-icon{width:72px;height:72px;border-radius:50%;background:#22c55e;color:#fff;font-size:2rem;font-weight:700;display:grid;place-items:center;margin-bottom:1.5rem}.confirmation h2{margin:0 0 .5rem;font-size:1.8rem}.confirmation p{color:var(--text-muted);margin:0 0 2rem}@media(max-width:768px){.header{padding:1rem}.catalog{padding:1.5rem 1rem}.catalog-hero h1{font-size:1.8rem}.catalog-controls{flex-direction:column;align-items:stretch}.search-input{min-width:unset}.product-grid{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.checkout-grid{grid-template-columns:1fr}}
