:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0f0f0f;color:#fafafa}.header{position:sticky;top:0;z-index:100;background:#0f0f0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.6rem}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.cart-button{position:relative;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.6rem .8rem;cursor:pointer;font-size:1.2rem;transition:background .2s}.cart-button:hover{background:#ffffff24}.cart-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.hero h1{font-size:2.2rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.4rem;background:linear-gradient(135deg,#fff 30%,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:#ffffff80;font-size:1.05rem}.categories{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffb3;padding:.5rem 1.2rem;border-radius:2rem;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.category-btn:hover{background:#ffffff1a;color:#fff}.category-btn.active{background:#f97316;border-color:#f97316;color:#fff;font-weight:600}.product-grid{max-width:1100px;margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.product-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:1rem;overflow:hidden;transition:all .25s}.product-card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.product-emoji{display:block;font-size:3.5rem;text-align:center;padding:1.5rem 1rem .5rem}.product-info{padding:.5rem 1.25rem 1.25rem}.product-info h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.product-desc{font-size:.8rem;color:#fff6;margin-bottom:.75rem;line-height:1.4}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.1rem;font-weight:700;color:#f97316}.add-btn{background:#f97316;color:#fff;border:none;padding:.4rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.add-btn:hover{background:#ea580c}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:90vw;background:#18181b;border-left:1px solid rgba(255,255,255,.08);z-index:300;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.cart-header h2{font-size:1.15rem;font-weight:700}.close-btn{background:#ffffff14;border:none;color:#fff9;font-size:1rem;width:32px;height:32px;border-radius:.5rem;cursor:pointer;transition:background .2s}.close-btn:hover{background:#ffffff24}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#ffffff59}.cart-empty span{font-size:2.5rem;opacity:.4}.cart-empty-hint{font-size:.85rem;color:#fff3}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0a;border-radius:.75rem;border:1px solid rgba(255,255,255,.06)}.cart-item-emoji{font-size:1.8rem}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-size:.8rem;color:#f97316;font-weight:600}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{background:#ffffff1a;border:none;color:#fff;width:26px;height:26px;border-radius:.4rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-controls button:hover{background:#ffffff2e}.quantity-controls span{font-size:.85rem;font-weight:600;min-width:1.2rem;text-align:center}.remove-btn{background:none;border:none;color:#ffffff40;cursor:pointer;font-size:.8rem;padding:.25rem;transition:color .2s}.remove-btn:hover{color:#ef4444}.cart-footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-weight:600}.total-price{font-size:1.25rem;color:#f97316;font-weight:700}.checkout-btn{width:100%;background:#f97316;color:#fff;border:none;padding:.85rem;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#ea580c}@media(max-width:600px){.hero h1{font-size:1.6rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.product-emoji{font-size:2.5rem;padding:1rem .75rem .25rem}.product-info{padding:.25rem 1rem 1rem}}
