:root{--primary:#8f4d65;--primary-dark:#71394e;--cream:#fff8f2;--paper:#fff;--text:#2c2427;--muted:#75696d;--line:#eadde1;--success:#218c5a;--danger:#c23b49;--shadow:0 16px 40px rgba(70,35,47,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:var(--cream)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 28px));margin:auto}.topbar{background:#2b2024;color:#fff;padding:9px 0;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:20;background:rgba(255,248,242,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:20px}.brand{font-family:Georgia,serif;font-weight:700;letter-spacing:.04em;color:var(--primary);font-size:clamp(18px,3vw,27px)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:14px;padding:12px 18px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-dark)}.btn.light{background:#fff;border:1px solid var(--line)}.btn.danger{background:var(--danger);color:#fff}.hero{padding:52px 0 30px}.hero-box{min-height:410px;border-radius:30px;padding:clamp(28px,6vw,70px);display:grid;place-items:center;text-align:center;color:#fff;background:linear-gradient(135deg,rgba(55,28,37,.86),rgba(143,77,101,.72)),url('../img/hero.svg') center/cover;box-shadow:var(--shadow)}.hero h1{font-family:Georgia,serif;font-size:clamp(37px,7vw,74px);line-height:.98;margin:0 0 18px}.hero p{font-size:clamp(16px,2vw,21px);max-width:680px;margin:0 auto 24px}.section{padding:34px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title h2{font-family:Georgia,serif;font-size:clamp(29px,4vw,43px);margin:0}.section-title p{color:var(--muted);margin:6px 0 0}.category-tabs{display:flex;gap:10px;overflow:auto;padding-bottom:8px}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 17px;cursor:pointer}.category-tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 25px rgba(70,35,47,.06);display:flex;flex-direction:column}.product-image{aspect-ratio:4/3;background:linear-gradient(135deg,#f4d8df,#f7eee8);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder{font-size:60px}.product-body{padding:18px;display:flex;flex:1;flex-direction:column}.badge{display:inline-flex;align-self:flex-start;background:#fce6eb;color:var(--primary-dark);padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800}.product-body h3{font-size:19px;margin:12px 0 7px}.product-body p{color:var(--muted);font-size:14px;line-height:1.5;margin:0 0 16px}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:20px;font-weight:850}.old-price{text-decoration:line-through;color:#9a8e92;font-size:13px;display:block}.icon-btn{width:42px;height:42px;border-radius:13px;border:0;background:var(--primary);color:#fff;font-size:22px;cursor:pointer}.empty{padding:50px;text-align:center;background:#fff;border-radius:22px;color:var(--muted)}.cart-drawer{position:fixed;inset:0;z-index:50;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-overlay{position:absolute;inset:0;background:rgba(20,13,15,.5);opacity:0;transition:.2s}.open .cart-overlay{opacity:1}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(470px,100%);background:#fff;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}.open .cart-panel{transform:none}.cart-head,.cart-foot{padding:20px;border-bottom:1px solid var(--line)}.cart-head{display:flex;justify-content:space-between}.cart-list{padding:18px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid var(--line);background:#fff;width:30px;height:30px;border-radius:9px}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:800;margin-bottom:12px}.modal{position:fixed;inset:0;background:rgba(20,13,15,.58);z-index:60;display:none;place-items:center;padding:18px}.modal.open{display:grid}.modal-card{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:24px}.modal-head{display:flex;justify-content:space-between;align-items:center}.form-grid{display:grid;gap:15px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;font-weight:700;font-size:14px}input,select,textarea{width:100%;border:1px solid #d9cdd1;border-radius:12px;padding:12px;background:#fff}textarea{min-height:90px;resize:vertical}.notice{padding:13px;border-radius:12px;background:#fff1d8}.success-box{background:#e7f7ef;color:#155f3d;padding:18px;border-radius:16px}.footer{background:#2b2024;color:#fff;margin-top:50px;padding:42px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer p{color:#d8cbd0}.center-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(450px,100%);background:#fff;padding:30px;border-radius:24px;box-shadow:var(--shadow)}.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#2b2024;color:#fff;padding:25px 18px}.sidebar nav{display:grid;gap:7px;margin-top:28px}.sidebar a{padding:12px 14px;border-radius:11px;color:#e6dce0}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.1);color:#fff}.admin-main{padding:30px;min-width:0}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat,.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.stat strong{display:block;font-size:28px;margin-top:7px}.panel{margin-top:20px;overflow:auto}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{text-align:left;padding:13px;border-bottom:1px solid var(--line);vertical-align:middle}.status{padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#eee}.status.received{background:#fff0c2}.status.preparing{background:#dbeafe}.status.ready{background:#ede9fe}.status.delivery{background:#fce7f3}.status.completed{background:#d1fae5}.status.cancelled{background:#fee2e2}.actions{display:flex;gap:7px;flex-wrap:wrap}.small{padding:8px 11px;border-radius:9px;font-size:13px}.thumb{width:58px;height:48px;object-fit:cover;border-radius:9px;background:#f3e8eb}.flash{padding:13px 15px;border-radius:12px;background:#e7f7ef;color:#155f3d;margin-bottom:18px}.mobile-menu{display:none}@media(max-width:950px){.product-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.sidebar{position:relative}.sidebar nav{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.product-grid,.two-col,.stats{grid-template-columns:1fr}.hero{padding-top:18px}.hero-box{min-height:360px}.nav{min-height:66px}.brand{font-size:16px}.nav-actions .hide-mobile{display:none}.footer-grid{grid-template-columns:1fr}.admin-main{padding:18px}.sidebar nav{grid-template-columns:1fr 1fr}.section-title{display:block}.modal-card{padding:18px}.topbar .container{justify-content:center}}
