:root{--navy:#07154b;--blue:#1027c9;--blue2:#2949ee;--yellow:#ffd726;--red:#f23a2b;--ink:#11162b;--muted:#68708a;--bg:#f5f7fc;--card:#fff;--line:#e5e9f3;--green:#168a5b;--shadow:0 16px 40px rgba(15,28,73,.12)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.hidden{display:none!important}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.top-inner{max-width:1180px;margin:auto;height:74px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.brand b{display:block;font-size:18px;color:var(--navy)}.brand span{display:block;font-size:10px;color:var(--muted);letter-spacing:.4px}.top-actions{display:flex;align-items:center;gap:9px}.nav-link{padding:9px 11px;font-size:13px;font-weight:700;color:#25305a}.btn{border:0;border-radius:11px;padding:11px 16px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn-primary{background:var(--red);color:white}.btn-blue{background:var(--blue2);color:white}.btn-yellow{background:var(--yellow);color:#3b3100}.btn-soft{background:#eef1fa;color:#26335e}.btn-outline{background:#fff;border:1px solid var(--line);color:#23305d}.btn:disabled{opacity:.55;cursor:not-allowed}
.hero{background:linear-gradient(130deg,#07154b 0%,#1027c9 60%,#2949ee 100%);color:#fff}.hero-inner{max-width:1180px;margin:auto;padding:48px 20px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px}.eyebrow{display:inline-flex;background:var(--yellow);color:#352d00;border-radius:999px;padding:7px 11px;font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:.98;max-width:650px;margin:18px 0}.hero p{font-size:17px;line-height:1.55;color:#dce4ff;max-width:650px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-visual{display:flex;justify-content:center}.hero-visual img{width:min(360px,84vw);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 28px 70px rgba(0,0,0,.35)}
.container{max-width:1180px;margin:auto;padding:34px 20px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-head h2{font-size:29px;color:var(--navy)}.section-head p{color:var(--muted);margin-top:5px}.promo-wrap{padding-top:28px}.promo-card{display:grid;grid-template-columns:minmax(250px,.75fr) 1.25fr;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.promo-card img{width:100%;height:100%;min-height:260px;object-fit:cover}.promo-copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.promo-copy small{text-transform:uppercase;font-weight:900;color:var(--red);letter-spacing:.8px}.promo-copy h2{font-size:32px;margin:8px 0}.promo-copy p{color:var(--muted);line-height:1.55}.promo-empty{background:#fff;border:1px dashed #cbd3e6;border-radius:18px;padding:28px;text-align:center;color:var(--muted)}
.cat-tabs{display:flex;gap:8px;overflow:auto;padding:2px 0 13px}.cat-tab{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;font-weight:800;color:#354064}.cat-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}.menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(24,37,81,.07);display:flex;flex-direction:column}.product-img{aspect-ratio:4/3;background:#eef1f7;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:13px;display:flex;flex-direction:column;flex:1}.product h3{font-size:15px;line-height:1.2;color:var(--navy)}.product-desc{font-size:11.5px;color:var(--muted);line-height:1.35;margin:6px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.price{font-size:17px;font-weight:900;color:var(--red)}.old-price{text-decoration:line-through;color:#8c94aa;font-size:11px;display:block}.add-btn{width:36px;height:36px;border:0;border-radius:10px;background:var(--blue2);color:#fff;font-size:23px;line-height:1}.promo-chip{font-size:9px;background:#fff2c1;color:#6b5300;padding:3px 6px;border-radius:999px;font-weight:800}
.order-shell{max-width:1180px;margin:auto;padding:24px 20px 90px}.order-banner{background:linear-gradient(120deg,var(--navy),var(--blue));color:#fff;border-radius:18px;padding:22px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.order-banner h1{font-size:26px}.order-banner p{color:#dce4ff;margin-top:5px}.table-badge{background:var(--yellow);color:#332b00;padding:9px 13px;border-radius:999px;font-weight:900;white-space:nowrap}.account-strip{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.account-strip small{color:var(--muted)}
.cart-fab{position:fixed;right:18px;bottom:18px;z-index:60;background:var(--red);color:white;border:0;border-radius:16px;padding:14px 18px;font-weight:900;box-shadow:0 16px 35px rgba(242,58,43,.35)}.cart-fab span{background:#fff;color:var(--red);border-radius:999px;padding:3px 8px;margin-left:5px}.footer{background:var(--navy);color:#dce4ff;margin-top:42px}.footer-inner{max-width:1180px;margin:auto;padding:35px 20px;display:flex;justify-content:space-between;gap:30px;align-items:center}.footer h3{color:#fff}.footer small{display:block;margin-top:8px;color:#9eadde}.footer-brand{text-align:right}.footer-brand img{max-width:260px;max-height:78px;object-fit:contain;filter:none;background:transparent}.footer-brand small{font-size:11px}
.overlay{position:fixed;inset:0;z-index:100;background:rgba(5,10,35,.68);display:flex;align-items:center;justify-content:center;padding:16px}.modal{width:min(520px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:20px;box-shadow:0 25px 80px rgba(0,0,0,.3)}.modal.wide{width:min(720px,100%)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px}.modal h3{font-size:21px;color:var(--navy)}.close{border:0;background:#edf0f7;border-radius:50%;width:34px;height:34px;font-size:23px;color:#394361}.field{margin-bottom:12px}.field label{display:block;font-size:12px;color:#59627a;font-weight:800;margin-bottom:5px}.input{width:100%;border:1px solid #d8deea;background:#fff;border-radius:10px;padding:11px 12px;color:#11162b}.input:focus{outline:2px solid rgba(41,73,238,.18);border-color:var(--blue2)}textarea.input{min-height:72px;resize:vertical}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.seg{display:flex;background:#eef1f8;border-radius:11px;padding:4px;gap:4px}.seg button{flex:1;border:0;background:transparent;border-radius:8px;padding:9px;font-weight:800;color:#606b89}.seg button.on{background:#fff;color:var(--navy);box-shadow:0 3px 10px rgba(23,34,71,.1)}.addon-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#f7f8fc;border-radius:8px;font-weight:900}.summary{background:#f4f6fb;border-radius:12px;padding:12px;margin:14px 0}.sum-line{display:flex;justify-content:space-between;gap:15px;padding:4px 0;color:#4f5871}.sum-total{font-size:18px;font-weight:900;color:var(--navy);border-top:1px solid #dfe4ef;margin-top:7px;padding-top:10px}.cart-row{display:flex;align-items:flex-start;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.cart-row b{color:var(--navy)}.notice{background:#eef2ff;border:1px solid #d8e0ff;color:#3f4d7a;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.45}.success{text-align:center;padding:10px}.check{width:58px;height:58px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#def7eb;color:var(--green);font-size:30px;font-weight:900}.loading{text-align:center;padding:35px;color:var(--muted)}
.auth-card{max-width:650px;margin:20px auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.profile-card h3{color:var(--navy);margin-bottom:10px}.order-history{display:grid;gap:10px}.history-item{border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}.history-item-head{display:flex;justify-content:space-between;gap:12px}.status{font-size:10px;font-weight:900;text-transform:uppercase;border-radius:999px;padding:4px 8px;background:#eaf0ff;color:#2949a5}.progress{height:10px;background:#e7ebf4;border-radius:999px;overflow:hidden;margin:10px 0}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--yellow),#ff9d18)}
@media(max-width:900px){.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.promo-card{grid-template-columns:1fr 1fr}.footer-inner{align-items:flex-start}}
@media(max-width:640px){.top-inner{height:66px;padding:0 12px}.brand img{width:44px;height:44px}.brand span,.hide-mobile{display:none}.nav-link{padding:7px}.btn{padding:10px 12px;font-size:12px}.hero-inner{padding:32px 16px}.hero h1{font-size:40px}.container,.order-shell{padding-left:12px;padding-right:12px}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product{border-radius:13px}.product-body{padding:10px}.product h3{font-size:13px}.product-desc{font-size:10.5px;min-height:28px}.price{font-size:15px}.add-btn{width:32px;height:32px}.promo-card{grid-template-columns:1fr}.promo-card img{min-height:190px}.promo-copy{padding:22px}.footer-inner{flex-direction:column}.footer-brand{text-align:left}.footer-brand img{max-width:220px}.grid-2,.profile-grid{grid-template-columns:1fr}.order-banner{align-items:flex-start;flex-direction:column}.account-strip{align-items:flex-start;flex-direction:column}.modal{padding:16px}}

/* Big Burger v3.1 */
.operation-status{display:flex;justify-content:center;gap:10px;align-items:center;padding:9px 16px;font-size:12px;position:relative;z-index:15}.operation-status b{font-size:12.5px}.operation-status span{opacity:.9}.operation-status.open{background:#dff7ed;color:#126847;border-bottom:1px solid #b9ead7}.operation-status.closed{background:#ffe6e2;color:#9b2f25;border-bottom:1px solid #ffc9c1}.product.sold-out{opacity:.78}.product.sold-out .product-img{position:relative;filter:grayscale(.25)}.sold-out-badge{position:absolute;left:8px;top:8px;background:#c9342b;color:#fff;font-weight:900;font-size:11px;padding:5px 8px;border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.add-btn:disabled,.btn:disabled{opacity:.48;cursor:not-allowed;transform:none!important}.table-badge.closed{background:#ffe5e1!important;color:#a12d25!important}.closed-icon{width:54px;height:54px;border-radius:50%;background:#ffe6e2;color:#bd3429;display:grid;place-items:center;font-size:34px;font-weight:900;margin:auto}.order-banner .closed{border-color:#ef6e62}
@media(max-width:620px){.operation-status{align-items:flex-start;flex-direction:column;gap:2px;padding:8px 14px}}
