: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}.app{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:50;background:#0f0f0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:72rem;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.6rem}.brand-icon{font-size:1.8rem}.brand h1{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,wheat,#deb887);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cart-btn{position:relative;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.6rem;padding:.55rem .75rem;cursor:pointer;transition:background .2s}.cart-btn:hover{background:#ffffff1a}.cart-icon{font-size:1.2rem}.cart-badge{position:absolute;top:-6px;right:-6px;background:#e74c3c;color:#fff;font-size:.65rem;font-weight:700;width:1.2rem;height:1.2rem;border-radius:50%;display:grid;place-items:center}.hero{text-align:center;padding:4rem 2rem 3rem;background:linear-gradient(180deg,rgba(245,222,179,.04) 0%,transparent 100%)}.hero h2{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(135deg,wheat,#deb887,#d2a679);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:#ffffff8c;font-size:1.05rem;max-width:32rem;margin:0 auto}.products{max-width:72rem;margin:0 auto;padding:0 2rem 4rem}.section-title{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:#ffffffd9}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.tea-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:.9rem;overflow:hidden;transition:transform .2s,border-color .2s}.tea-card:hover{transform:translateY(-4px);border-color:#ffffff26}.tea-visual{height:140px;display:grid;place-items:center}.tea-emoji{font-size:3.2rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.tea-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.tea-info h4{font-size:1.05rem;font-weight:600;color:#ffffffeb}.tea-desc{font-size:.82rem;color:#ffffff73;flex:1}.tea-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.tea-price{font-size:1.1rem;font-weight:700;color:wheat}.add-btn{background:linear-gradient(135deg,#d2a679,#b8860b);color:#fff;border:none;border-radius:.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .2s}.add-btn:hover{opacity:.85}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:90}.drawer{position:fixed;top:0;right:0;width:380px;max-width:90vw;height:100vh;background:#161616;border-left:1px solid rgba(255,255,255,.08);z-index:100;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.drawer-open{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-header h3{font-size:1.2rem;font-weight:600}.close-btn{background:none;border:none;color:#ffffff80;font-size:1.3rem;cursor:pointer}.close-btn:hover{color:#fff}.empty-cart{padding:3rem 1.5rem;text-align:center;color:#fff6;font-size:.95rem}.cart-list{list-style:none;padding:1rem 1.5rem;flex:1}.cart-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cart-item-emoji{font-size:1.6rem}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-name{font-size:.85rem;font-weight:500;color:#ffffffe6}.cart-item-price{font-size:.78rem;color:#ffffff73}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-controls button{background:#ffffff14;border:none;color:#fff;width:1.6rem;height:1.6rem;border-radius:.3rem;cursor:pointer;font-size:.85rem;display:grid;place-items:center}.qty-controls button:hover{background:#ffffff26}.qty-controls span{font-size:.85rem;min-width:1.2rem;text-align:center}.remove-btn{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:.9rem;padding:.25rem}.remove-btn:hover{color:#e74c3c}.cart-summary{padding:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.summary-row{display:flex;justify-content:space-between;font-size:.88rem;color:#ffffff8c;margin-bottom:.5rem}.summary-total{font-size:1.05rem;font-weight:700;color:wheat;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.checkout-btn{width:100%;margin-top:1rem;padding:.75rem;background:linear-gradient(135deg,#d2a679,#b8860b);color:#fff;border:none;border-radius:.55rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s}.checkout-btn:hover{opacity:.85}.footer{text-align:center;padding:2rem;color:#ffffff40;font-size:.8rem;border-top:1px solid rgba(255,255,255,.04);margin-top:auto}@media(max-width:640px){.hero h2{font-size:1.8rem}.grid{grid-template-columns:1fr}}
