@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--primary-color:#551e19;--secondary-color:#c56e33;--bg-color:#f7f2ea;--paper:#fffef9;--ink:#2b1a14;--ink-light:#6a554b;--line:#e8d8ca;--success:#145a32;--danger:#b42318}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 15% 20%, #fff2dc 0%, transparent 38%), radial-gradient(circle at 84% 72%, #f2dcc8 0%, transparent 33%), var(--bg-color);color:var(--ink);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}main{padding-bottom:110px}.container{width:min(1140px,100% - 2rem);margin:0 auto}.site-nav-wrap{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fffef9e0;position:sticky;top:0}.site-nav{justify-content:space-between;align-items:center;gap:1rem;min-height:74px;display:flex}.logo-mark{color:var(--primary-color);font-family:Space Grotesk,sans-serif;font-size:1.45rem;font-weight:700}.site-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.site-links a,.cart-link-btn,.auth-btn{color:var(--ink-light);cursor:pointer;background:0 0;border:none;font-size:.92rem;font-weight:600}.site-links a.active,.site-links a:hover,.cart-link-btn:hover,.auth-btn:hover{color:var(--primary-color)}.admin-badge{color:var(--primary-color);background:#f1d8c4;border-radius:999px;padding:.22rem .7rem;font-size:.78rem;font-weight:700}.hero{padding:3.2rem 0 2rem}.hero-grid{grid-template-columns:2fr 1fr;gap:1.2rem;display:grid}.eyebrow{color:var(--primary-color);background:#f3dfce;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero h1{margin:.8rem 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.08}.hero h1 span{color:#7a2f24;display:block}.hero-copy{color:var(--ink-light);margin-bottom:1.4rem}.hero-card{color:#fff;background:linear-gradient(140deg,#61261f 0%,#8f3d2b 100%);border-radius:18px;padding:1.2rem}.hero-actions{flex-wrap:wrap;gap:.7rem;display:flex}.btn{cursor:pointer;background:var(--primary-color);color:#fff;border:none;border-radius:11px;padding:.8rem 1rem;font-weight:700}.btn-sun{background:linear-gradient(120deg, var(--secondary-color), #d98b54);color:#27110a}.btn-ghost{color:var(--primary-color);border:1px solid var(--primary-color);background:0 0}.danger{background:var(--danger)}.section-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.section-head h2,h2,h3{margin:0;font-family:Space Grotesk,sans-serif}.section-head p,.hint-line,.card-content p{color:var(--ink-light)}.page-pad{padding-top:1.6rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:1.2rem;display:grid}.product-card{border:1px solid var(--line);background:var(--paper);border-radius:14px;overflow:hidden}.product-card img{aspect-ratio:1;object-fit:cover;width:100%}.card-content{padding:1rem}.price{color:var(--secondary-color);font-size:1.14rem;font-weight:800}.card-actions{gap:.5rem;margin-top:.7rem;display:grid}.sticky-cart-band{z-index:30;color:#f9f0e6;background:#23130eed;border-radius:15px;justify-content:space-between;align-items:center;gap:.8rem;width:min(760px,100% - 1.4rem);padding:.8rem .9rem;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.sticky-cart-band p{margin:0}.sticky-cart-band div{gap:.5rem;display:flex}.toast-bubble{z-index:40;color:#fef7ef;background:#1f201f;border-radius:999px;padding:.7rem .9rem;position:fixed;top:88px;right:14px}.cart-overlay{opacity:0;pointer-events:none;z-index:40;background:#0000006b;transition:opacity .2s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{border-left:1px solid var(--line);z-index:50;background:#fffdf8;flex-direction:column;width:min(420px,94%);height:100dvh;transition:right .26s;display:flex;position:fixed;top:0;right:-100%}.cart-drawer.open{right:0}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem;display:flex}.drawer-head button{color:var(--primary-color);cursor:pointer;background:0 0;border:none;font-weight:700}.drawer-items{gap:.8rem;padding:1rem;display:grid;overflow:auto}.drawer-item{grid-template-columns:70px 1fr;gap:.8rem;display:grid}.drawer-item img{object-fit:cover;border-radius:8px;width:70px;height:70px}.qty-row{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.qty-row input,.qty-input,.checkout-form input,.checkout-form select,.checkout-form textarea,.auth-card input{border:1px solid var(--line);font:inherit;border-radius:9px;padding:.58rem .7rem}.qty-row button{color:var(--danger);cursor:pointer;background:0 0;border:none;font-weight:700}.drawer-foot{border-top:1px solid var(--line);margin-top:auto;padding:1rem}.cart-table-wrap{background:var(--paper);border:1px solid var(--line);border-radius:14px;margin-top:1rem;overflow-x:auto}.cart-table{border-collapse:collapse;width:100%}.cart-table th,.cart-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.8rem}.cart-product-cell{align-items:center;gap:.7rem;display:flex}.cart-product-cell img{object-fit:cover;border-radius:7px;width:62px;height:62px}.summary-bar{background:var(--paper);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1rem;padding:.85rem;display:flex}.checkout-grid{grid-template-columns:1.8fr 1fr;gap:1rem;margin-top:1rem;display:grid}.checkout-form,.order-summary,.auth-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:1rem}.checkout-form{gap:.8rem;display:grid}.checkout-form label,.auth-card label{color:var(--ink-light);gap:.35rem;font-weight:600;display:grid}.order-summary{gap:.7rem;display:grid}.summary-row,.summary-total{justify-content:space-between;gap:.8rem;display:flex}.summary-total{border-top:1px solid var(--line);padding-top:.8rem}.payment-box{background:#edf9f0;border:1px solid #b5e4bf;border-radius:11px;padding:.8rem}.auth-wrap{place-items:center;min-height:calc(100dvh - 180px);display:grid}.auth-card{gap:.8rem;width:min(420px,100%);display:grid}.compact-link{margin-top:.8rem;display:inline-block}.status-tag{border-radius:999px;padding:.22rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-PAID,.status-DELIVERED{color:var(--success);background:#e3f5e8}.status-PENDING{color:#8a5d00;background:#fff4da}.status-CANCELLED{color:#7b1320;background:#ffe9ec}.error-text{color:#8e1f2f;font-weight:600}@media (width<=900px){.hero-grid,.checkout-grid{grid-template-columns:1fr}.site-nav{flex-direction:column;justify-content:center;padding:.6rem 0}.sticky-cart-band{flex-direction:column;align-items:stretch}.sticky-cart-band div{justify-content:stretch}.summary-bar{flex-direction:column;align-items:stretch}}@media (width<=640px){.section-head{flex-direction:column;align-items:flex-start}.site-links{justify-content:center;row-gap:.1rem}.hero{padding-top:1.6rem}}
