body.public-body{background:var(--paper);color:var(--ink);padding-bottom:86px}
body.modal-open .bottom-nav{display:none}
.qr-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(rgba(251,250,246,.88),rgba(251,250,246,.94)),url('../img/bg-burger.jpg') center/cover}
.welcome-card{width:min(500px,100%);background:rgba(255,255,255,.95);color:var(--ink);border-radius:22px;padding:24px;border:1px solid var(--line);box-shadow:0 18px 50px rgba(31,37,35,.1)}
.brand-logo{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;background:var(--surface-2);color:var(--accent);margin:0 auto 14px;font-size:34px;border:1px solid var(--line)}
.brand-logo.image-logo{width:118px;height:86px;border-radius:18px;background:#fff;padding:10px}
.brand-logo.image-logo img{max-width:100%;max-height:100%;object-fit:contain}
.public-brand-line{display:flex;align-items:center;gap:10px;min-width:0}
.public-brand-line img{width:54px;height:42px;object-fit:contain;border-radius:10px;background:#fff}
.public-brand-line strong{display:block;font-weight:600;color:var(--ink);line-height:1.1}
.status-logo{width:118px;height:82px;object-fit:contain;margin:0 auto 10px;display:block}
.main-action{height:56px;font-size:1rem}
.secondary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.menu-top{position:sticky;top:0;z-index:1000;background:rgba(251,250,246,.94);backdrop-filter:blur(16px);padding:12px 0 8px;border-bottom:1px solid var(--line);color:var(--ink)}
.category-scroll{display:flex;gap:8px;overflow:auto;padding:10px 14px;scrollbar-width:none}
.category-scroll::-webkit-scrollbar{display:none}
.category-pill{white-space:nowrap;border:1px solid var(--line);color:var(--soft-ink);background:#fff;border-radius:999px;padding:8px 13px;font-weight:500}
.category-pill.active{background:var(--accent-2);color:#fff;border-color:var(--accent-2)}
.product-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:14px}
.is-hidden{display:none!important}
.category-home{padding:18px 14px 96px;max-width:1080px;margin:0 auto}
.section-intro{margin:4px 0 16px}
.section-intro span{display:inline-flex;color:var(--accent-2);font-weight:600;font-size:.82rem;margin-bottom:6px}
.section-intro h1{font-size:1.55rem;margin:0 0 6px}
.section-intro p{color:var(--soft-ink);margin:0;line-height:1.45}
.category-card-grid{display:grid;grid-template-columns:1fr;gap:12px}
.category-card{width:100%;border:1px solid var(--line);background:#fff;border-radius:20px;padding:14px;display:grid;grid-template-columns:48px minmax(0,1fr) 22px;align-items:center;gap:12px;text-align:left;color:var(--ink);box-shadow:0 10px 26px rgba(31,37,35,.05)}
.category-card-icon{width:48px;height:48px;border-radius:16px;background:var(--surface-2);color:var(--accent-2);display:grid;place-items:center}
.category-card-icon svg{width:23px;height:23px}
.category-card strong{display:block;font-size:1rem;font-weight:600}
.category-card small{display:block;color:var(--soft-ink);font-size:.82rem;line-height:1.25;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.category-card>svg{color:var(--soft-ink);width:20px;height:20px}
.product-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;background:#fff;color:var(--ink);border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 28px rgba(31,37,35,.06)}
.product-card img{width:96px;height:100%;min-height:126px;object-fit:cover;background:var(--surface-2)}
.product-info{padding:12px 12px 12px 0;min-width:0}
.product-title{font-weight:600;margin:0 0 4px;font-size:1rem;line-height:1.25}
.product-desc{font-size:.86rem;color:var(--soft-ink);height:38px;overflow:hidden;margin:0 0 8px;line-height:1.35}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:2000;box-shadow:0 -8px 24px rgba(31,37,35,.07)}
.bottom-nav a,.bottom-nav button{height:72px;border:0;background:transparent;color:var(--soft-ink);font-size:.76rem;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0}
.bottom-nav svg{width:20px;height:20px}
.cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;background:#fff;color:var(--ink);border-radius:18px;padding:14px;margin-bottom:12px;border:1px solid var(--line);box-shadow:0 10px 26px rgba(31,37,35,.06)}
.menu-modal{background:#fff;color:var(--ink);border:0;border-radius:22px;box-shadow:0 24px 70px rgba(31,37,35,.22)}
.menu-modal .modal-body{max-height:62vh;overflow:auto;padding-bottom:16px}
.menu-modal .modal-header,.menu-modal .modal-footer{border-color:var(--line)}
.menu-modal .modal-footer{position:sticky;bottom:0;background:#fff;z-index:3;padding-bottom:calc(12px + env(safe-area-inset-bottom))}
.menu-modal .modal-title{font-weight:600}
.menu-modal .form-label{color:var(--ink);font-weight:600}
.menu-modal .form-control{background:#fff;color:var(--ink)}
.option-group{background:var(--surface-2);border:1px solid var(--line);border-radius:18px;padding:12px;margin-bottom:12px}
.option-check{display:flex;align-items:center;gap:10px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;margin:.45rem 0;font-weight:400}
.option-check .form-check-input{margin:0;flex:0 0 auto}
.option-check strong{color:var(--accent);font-weight:600}
.qty-control{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.qty-control button{width:34px;height:34px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:600}
.timeline{display:grid;gap:14px}
.timeline-step{display:flex;gap:12px;align-items:center;color:var(--soft-ink)}
.timeline-dot{width:28px;height:28px;border-radius:50%;background:var(--surface-2);border:1px solid var(--line);display:grid;place-items:center;color:var(--soft-ink);font-size:12px}
.timeline-step.active{color:var(--ink)}.timeline-step.active .timeline-dot{background:var(--accent-2);border-color:var(--accent-2);color:#fff}
.order-status-body{padding-bottom:0;background:linear-gradient(180deg,#f8faf6,#eef4ee)}
.status-page{min-height:100vh;display:grid;place-items:center;padding:20px}
.status-card{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 24px 70px rgba(31,37,35,.1)}
.status-top{text-align:center;margin-bottom:18px}
.status-kicker{display:inline-flex;background:var(--surface-2);color:var(--accent-2);border-radius:999px;padding:6px 11px;font-size:.78rem;font-weight:600;margin-bottom:10px}
.status-top h1{margin:0 0 6px;font-size:1.65rem}
.status-top p{margin:0;color:var(--soft-ink);line-height:1.45}
.status-order-no{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.status-order-no span{color:var(--soft-ink);font-size:.84rem}
.status-order-no strong{font-size:.98rem}
.status-progress{display:grid;gap:10px;margin-bottom:16px}
.status-step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;color:var(--soft-ink)}
.status-step span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;font-weight:600}
.status-step strong{font-weight:500}
.status-step.active{color:var(--ink)}
.status-step.active span{background:var(--accent-2);border-color:var(--accent-2);color:#fff}
.status-current{background:#26302c;color:#fff;border-radius:20px;padding:16px;display:grid;gap:4px;margin-bottom:14px}
.status-current strong{color:#fff;font-size:1.05rem}
.status-current span{color:rgba(255,255,255,.78)}
.status-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--soft-ink);font-size:.86rem}
.status-foot a{color:var(--accent-2);font-weight:600}
.status-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.status-links a{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:7px 10px;text-decoration:none}
.status-links svg{width:16px;height:16px}
@media(min-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1080px;margin:auto}.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{grid-template-columns:132px minmax(0,1fr)}.product-card img{width:132px}.secondary-grid{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.product-grid{padding:10px}.product-card{grid-template-columns:82px minmax(0,1fr);gap:10px;border-radius:16px}.product-card img{width:82px;min-height:118px}.product-info{padding:10px 10px 10px 0}.product-title{font-size:.94rem}.product-desc{font-size:.8rem}.bottom-nav a,.bottom-nav button{font-size:.7rem;height:68px}.secondary-grid{grid-template-columns:1fr}}
@media(max-width:575px){.welcome-card{padding:20px}.modal-dialog{margin:10px}.menu-modal{border-radius:18px}.menu-modal .modal-body{max-height:58vh}.main-action{height:52px;font-size:.95rem}.category-home{padding-top:14px}.status-page{padding:14px}.status-card{border-radius:22px;padding:18px}.status-foot{align-items:flex-start;flex-direction:column}}
