@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');:root{--bg:#07192d;--panel:#0d2947;--line:rgba(157,186,211,.16);--orange:#ff6b35;--muted:#8fa4b7;--green:#29d391}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#12395d 0,#07192d 38%,#04111f 100%);color:#fff;font-family:Inter,Arial,sans-serif;min-height:100vh}.guest-header{height:76px;padding:0 max(20px,5vw);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(4,17,31,.8);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.guest-brand{display:flex;align-items:center;gap:15px}.guest-brand img{width:145px;height:55px;object-fit:contain}.guest-brand strong,.guest-brand span{display:block}.guest-brand strong{font-size:15px}.guest-brand span{font-size:10px;color:var(--orange);margin-top:4px}.cart-button{border:1px solid var(--line);background:#102d4c;color:#fff;border-radius:12px;padding:10px 14px;font-size:17px}.cart-button b{background:var(--orange);padding:3px 7px;border-radius:20px;font-size:10px}main{width:min(1180px,92vw);margin:auto}.hero{text-align:center;padding:47px 0 26px}.hero>p{color:var(--orange);font-size:10px;letter-spacing:1.6px;font-weight:800}.hero h1{font-size:36px;margin:7px 0}.hero>span{color:var(--muted);font-size:12px}.hero label{margin:25px auto 0;max-width:520px;height:48px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:15px;padding:0 15px;background:rgba(255,255,255,.035)}.hero input{width:100%;border:0;outline:0;background:transparent;color:#fff}.category-strip{display:flex;gap:9px;overflow:auto;padding:0 0 18px}.category-strip button{white-space:nowrap;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#c8d4de;border-radius:20px;padding:9px 14px;font-size:10px}.category-strip button.active{background:var(--orange);border-color:var(--orange);color:#fff}.guest-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding-bottom:60px}.guest-item{border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(15,43,73,.9),rgba(6,24,43,.9));overflow:hidden}.dish-visual{height:135px;display:grid;place-items:center;font-size:72px;background:radial-gradient(circle,#2a4d6d,#0a243e)}.dish-info{padding:15px}.dish-info h3{font-size:15px;margin:0}.dish-info p{font-size:10px;color:var(--muted);line-height:1.5;min-height:30px}.dish-footer{display:flex;justify-content:space-between;align-items:center}.dish-footer strong{font-size:16px}.dish-footer button{border:0;background:var(--orange);color:#fff;border-radius:9px;padding:8px 12px;font-weight:800;font-size:10px}.guest-cart{position:fixed;right:-380px;top:0;width:360px;height:100vh;z-index:30;background:#091f36;border-left:1px solid var(--line);padding:25px;transition:.25s;overflow:auto}.guest-cart.open{right:0}.cart-close{position:absolute;right:18px;top:17px;border:0;background:rgba(255,255,255,.06);color:#fff;width:34px;height:34px;border-radius:10px;font-size:20px}.guest-cart h2{font-size:24px;margin:12px 0 3px}.table-note{color:var(--orange);font-size:10px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid var(--line);padding:12px 0}.cart-line strong,.cart-line span{display:block}.cart-line strong{font-size:11px}.cart-line span{font-size:9px;color:var(--muted);margin-top:3px}.cart-line button{border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:8px}.cart-total{display:flex;justify-content:space-between;padding:18px 0}.cart-total strong{font-size:20px}.place-order,.service-request{width:100%;border-radius:11px;padding:12px;margin-bottom:9px;font-weight:800}.place-order{border:0;background:var(--orange);color:#fff}.service-request{border:1px solid var(--line);background:rgba(255,255,255,.03);color:#fff}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;z-index:20}.cart-overlay.open{opacity:1;pointer-events:auto}@media(max-width:850px){.guest-menu-grid{grid-template-columns:repeat(2,1fr)}.guest-brand img{width:115px}.hero h1{font-size:29px}}@media(max-width:520px){.guest-menu-grid{grid-template-columns:1fr}.guest-brand>div{display:none}.guest-cart{width:100%}.hero{padding-top:30px}}

.dish-visual{overflow:hidden}.dish-visual img{width:100%;height:100%;object-fit:cover;display:block}
