:root{--primary:#1E3A5F;--accent:#F58220;--green:#25D366;--bg:#f6f8fb;--text:#172033;--muted:#64748b;--white:#fff;--shadow:0 18px 45px rgba(15,23,42,.12);--radius:22px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);padding-bottom:96px}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 8px 30px rgba(15,23,42,.08)}.topbar__inner{max-width:1160px;margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.brand__logo{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--accent));display:grid;place-items:center;color:white;font-size:24px;box-shadow:0 10px 20px rgba(30,58,95,.22)}.brand strong{display:block;font-size:18px}.brand span{font-size:13px;color:var(--muted)}.back-link{color:var(--primary);font-weight:800;text-decoration:none}.hero{background:linear-gradient(135deg,var(--primary),#0f172a);color:white;padding:64px 20px 86px}.hero__inner{max-width:1160px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.badge{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:999px;font-weight:800;margin-bottom:16px}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.04;margin-bottom:16px}.hero p{font-size:18px;color:rgba(255,255,255,.82);line-height:1.6}.hero__card{background:white;color:var(--text);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.hero__card h3{font-size:18px;margin-bottom:12px}.info-list{display:grid;gap:10px}.info-list span{display:flex;gap:10px;color:var(--muted)}.container{max-width:1160px;margin:-50px auto 0;padding:0 20px}.layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.menu-panel,.cart{background:white;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(15,23,42,.08)}.menu-panel{padding:22px}.categories{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px;margin-bottom:18px}.cat-btn{border:0;background:#edf2f7;color:var(--primary);font-weight:900;padding:10px 14px;border-radius:999px;cursor:pointer;white-space:nowrap}.cat-btn.active{background:var(--accent);color:white}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;display:grid;grid-template-columns:72px 1fr;gap:12px;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,23,42,.10)}.product__emoji{height:72px;border-radius:18px;background:linear-gradient(135deg,#fff7ed,#e0f2fe);display:grid;place-items:center;font-size:34px}.product h3{font-size:17px;margin-bottom:5px}.product p{font-size:13px;color:var(--muted);line-height:1.4;margin-bottom:10px}.product__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-weight:900;color:var(--primary)}.add{border:0;background:var(--green);color:white;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer}.cart{position:sticky;top:90px;padding:20px}.cart h2{font-size:22px;margin-bottom:12px}.cart-items{display:grid;gap:10px;margin:14px 0;max-height:330px;overflow:auto}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-radius:14px;background:#f8fafc}.cart-item strong{font-size:14px}.cart-item span{font-size:12px;color:var(--muted)}.qty{display:flex;align-items:center;gap:6px}.qty button{width:26px;height:26px;border:0;border-radius:50%;background:#e2e8f0;font-weight:900;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;border-top:1px solid #e2e8f0;padding-top:14px;margin-top:8px}.customer{display:grid;gap:10px;margin-top:16px}.customer input,.customer textarea{width:100%;border:1px solid #dbe3ef;border-radius:14px;padding:12px;font:inherit}.customer textarea{min-height:74px;resize:vertical}.checkout{width:100%;border:0;background:var(--green);color:white;padding:14px;border-radius:16px;font-weight:900;font-size:16px;margin-top:14px;cursor:pointer;box-shadow:0 12px 26px rgba(37,211,102,.28)}.checkout:disabled{opacity:.5;cursor:not-allowed}.empty{color:var(--muted);font-size:14px;text-align:center;padding:16px}.toast{position:fixed;left:50%;bottom:104px;transform:translateX(-50%) translateY(20px);background:#0f172a;color:white;padding:12px 18px;border-radius:999px;font-weight:800;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.floating-cart{display:none;position:fixed;left:16px;right:16px;bottom:16px;z-index:20;border:0;border-radius:18px;background:var(--green);color:white;padding:15px;font-weight:900;box-shadow:0 16px 38px rgba(37,211,102,.32)}@media(max-width:920px){.hero__inner,.layout{grid-template-columns:1fr}.cart{position:static}.products{grid-template-columns:1fr}.floating-cart{display:block}}@media(max-width:560px){.topbar__inner{align-items:flex-start}.hero{padding-top:40px}.product{grid-template-columns:58px 1fr}.product__emoji{width:58px;height:58px}.hero__card{display:none}}
