:root{--bg:#f7f7f8;--card:#fff;--text:#171717;--muted:#667085;--brand:#111827;--accent:#e11d48;--line:#e5e7eb;--shadow:0 12px 35px rgba(15,23,42,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text)}.topbar{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:12px 22px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand img{width:42px;height:42px;object-fit:contain}.topbar strong{display:block;font-size:22px}.topbar span{color:var(--muted);font-size:13px}.topbar a{margin-left:12px;color:var(--brand);text-decoration:none;font-weight:600}.page-shell{max-width:1500px;margin:0 auto;padding:22px 22px 90px}.hero-line{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:10px 0 14px}.hero-line h1{margin:0;font-size:28px}.hero-line p{margin:5px 0 0;color:var(--muted)}.outline-cart{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.outline-cart span{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:999px;min-width:24px;height:24px;margin-left:6px}.categories{position:sticky;top:67px;z-index:40;background:rgba(247,247,248,.94);backdrop-filter:blur(12px);display:flex;gap:9px;overflow:auto;padding:10px 0 12px}.categories button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;white-space:nowrap;font-weight:700;color:#374151}.categories button.active{background:#111827;color:#fff;border-color:#111827}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:14px}.product{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.03);transition:.14s}.product:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.product img{width:100%;height:138px;object-fit:cover;background:#eee}.product .p{padding:12px}.product h3{font-size:15px;margin:0 0 6px;line-height:1.22}.product p{margin:0 0 9px;color:var(--muted);font-size:12.5px;min-height:32px;line-height:1.28}.price{font-weight:900;margin-bottom:8px}.product button,.cart-drawer button,.panel button,.modal button{border:0;border-radius:12px;background:var(--brand);color:white;padding:10px 13px;cursor:pointer;font-weight:800}.product button{font-size:12px}.product button:hover,.modal button:hover,.cart-drawer button:hover{filter:brightness(1.05)}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:15px;padding:12px;margin-bottom:12px}.hidden{display:none!important}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:#111827;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.18s;z-index:9999}.toast.show{opacity:1}.floating-cart{position:fixed;right:22px;bottom:22px;z-index:120;border:0;border-radius:18px;background:#e11d48;color:#fff;padding:14px 18px;font-weight:900;box-shadow:var(--shadow);display:flex;gap:18px;justify-content:space-between;align-items:center;min-width:220px}.floating-cart .badge{background:#fff;color:#e11d48;border-radius:999px;padding:2px 9px;margin-right:8px}.cart-drawer{position:fixed;top:0;right:0;width:430px;max-width:92vw;height:100vh;background:#fff;z-index:200;transform:translateX(105%);transition:.22s ease;box-shadow:-15px 0 50px rgba(15,23,42,.22);padding:18px;overflow:auto}.cart-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:180}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}.drawer-head h2{margin:0}.drawer-head button{width:38px;height:38px;border-radius:999px;padding:0;background:#f3f4f6;color:#111;font-size:24px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.cart-line-main strong{font-size:14px}.cart-option{font-size:12px;color:var(--muted);margin-top:3px}.cart-line-side{display:flex;align-items:flex-start;gap:6px;font-weight:900}.cart-line-side button{background:#fee2e2;color:#991b1b;padding:4px 8px}.empty-cart{color:var(--muted);font-size:14px;padding:14px 0}.cart-total{display:flex;justify-content:space-between;font-size:22px;margin:18px 0;padding-top:10px;border-top:2px solid #111}.checkout-box label,.panel label,.chef-note{display:block;margin:12px 0;color:var(--muted);font-size:13px}.checkout-box input,.checkout-box textarea,.checkout-box select,.panel input,.panel select,.chef-note textarea{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:11px;background:white}.checkout-box textarea,.chef-note textarea{height:70px;resize:vertical}.inline-actions{display:grid;grid-template-columns:1fr 110px;gap:8px}.small{font-size:13px;color:var(--muted);margin-top:8px}.primary{width:100%;background:var(--accent)!important;font-weight:900;font-size:16px}.modal{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:300;display:flex;align-items:center;justify-content:center;padding:18px}.modal-card{position:relative;background:#fff;border-radius:24px;box-shadow:var(--shadow);width:680px;max-width:96vw;max-height:92vh;overflow:auto;padding:18px}.modal-close{position:absolute;right:14px;top:12px;width:40px;height:40px;border-radius:999px!important;background:#f3f4f6!important;color:#111!important;font-size:24px;padding:0!important}.modal-top{display:grid;grid-template-columns:150px 1fr;gap:16px;padding-right:42px}.modal-top img{width:150px;height:115px;border-radius:18px;object-fit:cover;background:#eee}.modal-top h2{margin:4px 0 6px}.modal-top p{color:var(--muted);margin:0 0 8px}.modal-options{margin-top:16px}.option-group{border:1px solid var(--line);border-radius:18px;padding:12px;margin:12px 0}.option-group h3{font-size:15px;margin:0 0 8px}.required{font-size:11px;background:#fee2e2;color:#991b1b;border-radius:999px;padding:2px 8px;margin-left:5px}.option-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #f1f5f9;padding:10px 0;color:#111}.option-row:first-of-type{border-top:0}.option-row input[type=radio],.option-row input[type=checkbox]{width:auto;margin:0 7px 0 0}.option-row strong{font-size:13px}.qty-option div{display:flex;align-items:center;gap:6px}.qty-option button,.qty-row button{width:34px;height:34px;padding:0!important;border-radius:999px!important;background:#111827!important;color:white}.qty-option input{width:46px;border:1px solid var(--line);border-radius:10px;padding:8px;text-align:center}.qty-row{display:flex;align-items:center;justify-content:center;gap:16px;margin:14px 0}.qty-row span{font-size:20px;font-weight:900;min-width:30px;text-align:center}.panel{max-width:1180px;margin:30px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 8px 30px rgba(0,0,0,.05)}.order-card{border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:12px;background:#fff}.admin-panel{max-width:1180px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.admin-tabs button{background:#f3f4f6;color:#111;border:1px solid var(--line)}.admin-tabs button.active{background:var(--brand);color:#fff}.admin-tabs .secondary{margin-left:auto;background:#fff;color:#111}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin:16px 0}.settings-grid fieldset{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px}.settings-grid legend{font-weight:700;padding:0 6px}.copybox{background:#111827;color:#fff;padding:14px;border-radius:14px;margin:12px 0;word-break:break-all;font-family:ui-monospace,Menlo,monospace}.pill{display:inline-block;border-radius:999px;background:#f3f4f6;padding:3px 9px;margin:2px;font-size:12px}.danger{background:#fee2e2!important;color:#991b1b!important}.success{background:#dcfce7!important;color:#166534!important}.mini-table{width:100%;border-collapse:collapse;margin:12px 0}.mini-table th,.mini-table td{border-bottom:1px solid var(--line);padding:8px;text-align:left;font-size:13px}.order-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.order-actions button{padding:7px 10px}@media(max-width:900px){.page-shell{padding:12px 12px 86px}.topbar{padding:10px 12px}.topbar span{display:none}.brand img{width:36px;height:36px}.hero-line{align-items:center}.hero-line h1{font-size:22px}.hero-line p{display:none}.categories{top:57px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product img{height:115px}.product .p{padding:10px}.product h3{font-size:14px}.product p{font-size:12px;min-height:30px}.floating-cart{left:12px;right:12px;bottom:12px;min-width:0}.modal-top{grid-template-columns:95px 1fr}.modal-top img{width:95px;height:82px}.modal-card{padding:14px;border-radius:20px}.inline-actions{grid-template-columns:1fr}.cart-drawer{width:100vw;max-width:100vw}}
