:root{--tea-dark: #1a0e0a;--tea-brown: #8b5e3c;--tea-cream: #f5e6d3;--tea-gold: #d4a574;--tea-light: #faf3eb;--tea-accent: #c07a3e;--tea-glow: #e8a960;--radius: 12px;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--tea-light);color:var(--tea-dark);line-height:1.5}.shop{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--tea-dark);color:var(--tea-cream);padding:0 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0003}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:.75rem}.brand-icon{font-size:2rem}.brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--tea-gold)}.brand-tagline{font-size:.75rem;color:var(--tea-gold);opacity:.7}.cart-btn{background:transparent;border:2px solid var(--tea-gold);border-radius:50px;padding:.5rem 1rem;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;transition:background .2s}.cart-btn:hover{background:#d4a57426}.cart-icon{font-size:1.25rem}.cart-badge{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{background:linear-gradient(135deg,var(--tea-dark) 0%,#2d1810 100%);color:var(--tea-cream);text-align:center;padding:4rem 1.5rem 3.5rem}.hero-title{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--tea-gold),var(--tea-cream));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.1rem;color:var(--tea-gold);opacity:.8;max-width:500px;margin:0 auto}.section-title{font-size:1.5rem;font-weight:700;color:var(--tea-brown);margin-bottom:1.5rem;text-align:center}.menu-section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem;flex:1}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.menu-card{background:#fff;border:1px solid rgba(139,94,60,.12);border-radius:var(--radius);padding:1.5rem;text-align:left;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:.5rem;font-family:inherit;font-size:inherit;color:inherit}.menu-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #8b5e3c26}.menu-emoji{font-size:2.5rem}.menu-name{font-size:1.1rem;font-weight:700;color:var(--tea-dark)}.menu-desc{font-size:.85rem;color:#7a6a5e;flex:1}.menu-price{font-size:1.1rem;font-weight:700;color:var(--tea-accent);margin-top:.25rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:#fff;border-radius:var(--radius);max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(139,94,60,.1)}.modal-header h3{font-size:1.2rem;font-weight:700}.modal-close{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:#999;padding:.25rem}.modal-close:hover{color:#333}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.field-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--tea-brown)}.option-row{display:flex;flex-wrap:wrap;gap:.5rem}.option-btn{background:var(--tea-light);border:2px solid transparent;border-radius:8px;padding:.5rem .85rem;font-size:.85rem;cursor:pointer;transition:all .15s;font-family:inherit;color:var(--tea-dark)}.option-btn:hover{border-color:var(--tea-gold)}.option-btn.active{background:var(--tea-dark);color:var(--tea-cream);border-color:var(--tea-dark)}.option-price{display:block;font-size:.7rem;opacity:.7;margin-top:2px}.modal-footer{padding:1rem 1.5rem;border-top:1px solid rgba(139,94,60,.1);display:flex;align-items:center;justify-content:space-between}.modal-price{font-size:1.5rem;font-weight:800;color:var(--tea-accent)}.add-btn{background:var(--tea-accent);color:#fff;border:none;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;font-family:inherit}.add-btn:hover{background:var(--tea-brown)}.cart-drawer{background:#fff;border-radius:var(--radius);max-width:520px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;margin-left:auto;margin-right:2rem}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;color:#999;padding:3rem 0}.cart-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(139,94,60,.08);gap:1rem}.cart-item-info{display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-weight:700;font-size:.95rem}.cart-item-details{font-size:.8rem;color:#888}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-price{font-weight:700;color:var(--tea-accent)}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid #ccc;background:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;font-family:inherit;color:var(--tea-dark)}.qty-btn:hover{background:var(--tea-light)}.qty-val{font-weight:700;min-width:20px;text-align:center}.remove-btn{background:transparent;border:none;color:#e74c3c;font-size:.8rem;cursor:pointer;font-family:inherit}.remove-btn:hover{text-decoration:underline}.cart-footer{padding:1rem 1.5rem;border-top:2px solid rgba(139,94,60,.1)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.cart-total-price{font-size:1.4rem;color:var(--tea-accent)}.checkout-btn{width:100%;background:var(--tea-dark);color:var(--tea-gold);border:none;border-radius:50px;padding:.9rem;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .2s;font-family:inherit}.checkout-btn:hover{background:#2d1810}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--tea-dark);color:var(--tea-gold);padding:1rem 2rem;border-radius:50px;font-weight:600;box-shadow:0 8px 24px #0000004d;z-index:300;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.footer{text-align:center;padding:2rem;font-size:.85rem;color:var(--tea-brown);opacity:.6}@media(max-width:600px){.hero-title{font-size:1.75rem}.hero{padding:3rem 1rem 2.5rem}.menu-grid{grid-template-columns:1fr}.cart-drawer{margin:0;max-width:100%;border-radius:0;height:100vh;max-height:100vh}.modal{border-radius:0;height:100vh;max-height:100vh}}
