:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#17211b;background:#f5f6f2}*{box-sizing:border-box}body{margin:0}.hidden{display:none!important}.center-card{max-width:520px;margin:15vh auto;padding:32px;background:#fff;border-radius:20px;box-shadow:0 12px 35px #0002;text-align:center}.customer-header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#12231b;color:#fff;box-shadow:0 4px 15px #0002}.customer-header h1{margin:2px 0;font-size:clamp(24px,5vw,38px)}.eyebrow{font-size:12px;letter-spacing:.15em;color:#b9d6c7}.table-label{color:#d8e9df}.cart-toggle,.order-type-row button,.category-row button,button{border:0;border-radius:12px;padding:11px 16px;font-weight:700;cursor:pointer}.cart-toggle{background:#f1b84a}.cart-toggle span{background:#12231b;color:#fff;border-radius:99px;padding:3px 8px}.order-type-row,.category-row{display:flex;gap:8px;overflow:auto;padding:16px 20px 0}.order-type-row button,.category-row button{white-space:nowrap;background:#fff;border:1px solid #d6ddd8}.order-type-row button.active,.category-row button.active{background:#1c6848;color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;padding:20px;max-width:1150px;margin:auto}.menu-card{background:#fff;border:1px solid #e1e5e2;border-radius:18px;padding:18px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 5px 16px #0000000d}.menu-card h3{margin:8px 0}.menu-card .category{font-size:12px;text-transform:uppercase;color:#567064}.menu-card .price{font-size:20px;font-weight:800;color:#1c6848}.menu-card button{background:#e5f2eb;color:#145c3e}.cart-panel{position:fixed;right:0;top:0;z-index:10;width:min(430px,100%);height:100%;background:#fff;padding:20px;transform:translateX(102%);transition:.25s;overflow:auto;box-shadow:-10px 0 35px #0002}.cart-panel.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head button{font-size:26px;background:transparent}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #e4e7e5}.cart-line .sub{font-size:12px;color:#66746c}.qty-controls{display:flex;gap:7px;align-items:center;justify-content:flex-end}.qty-controls button{padding:5px 10px}.cart-panel label{display:block;margin-top:14px;font-weight:700}.cart-panel input,.cart-panel textarea,.coupon-row input,.modal-card textarea{width:100%;padding:12px;border:1px solid #cbd4ce;border-radius:10px;margin-top:6px;font:inherit}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}.coupon-row button{background:#e5f2eb}.totals{display:grid;grid-template-columns:1fr auto;gap:10px;margin:18px 0}.totals dt,.totals dd{margin:0}.totals .total{font-size:19px;font-weight:800}.primary{background:#1c6848!important;color:#fff}.wide{width:100%;font-size:17px}.status{min-height:22px;margin-top:8px;color:#485c51}.status.error{color:#b42318}.modal-card{min-width:min(420px,90vw);border:0;border-radius:18px;padding:22px}.modal-card label{display:block;margin:10px 0}.modifier-row{display:flex;justify-content:space-between;padding:11px;border-bottom:1px solid #eee}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.order-summary{max-width:700px;margin:35px auto;background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 30px #0001}.order-summary h2{margin-top:0}.success{padding:15px;background:#e4f5eb;border-radius:12px;color:#145c3e}.pay-options{display:grid;gap:12px;margin:18px 0}.tip-row{display:flex;gap:8px;flex-wrap:wrap}.tip-row button.active{background:#1c6848;color:white}.review-box{margin-top:22px;padding:18px;border:1px solid #dce5df;border-radius:14px}.review-actions{display:flex;gap:10px;flex-wrap:wrap}.review-actions a,.review-actions button{display:inline-block;text-decoration:none;background:#e5f2eb;color:#173b2a;border-radius:10px;padding:11px 14px;font-weight:700}.star-row{display:flex;gap:5px;margin:10px 0}.star-row button{font-size:22px;padding:4px 8px;background:#f4f0dd}.feedback-message{width:100%;padding:11px;border:1px solid #ccc;border-radius:10px}@media(min-width:900px){.cart-panel{transform:none;position:fixed;top:96px;height:calc(100% - 96px);width:390px}.customer-header{padding-right:420px}.cart-toggle{display:none}main{margin-right:390px}.cart-head button{display:none}}@media(max-width:560px){.customer-header{padding:14px}.menu-grid{grid-template-columns:1fr 1fr;padding:12px;gap:10px}.menu-card{padding:13px;min-height:135px}.menu-card h3{font-size:15px}.menu-card .price{font-size:17px}}


/* v1.0.3 customer theme: Fire N Fork dark ordering by default, optional light mode. */
.customer-brand{display:flex;align-items:center;gap:18px;min-width:0}.customer-logo{width:clamp(145px,20vw,275px);height:76px;object-fit:contain;object-position:left center;background:#070707;border-radius:12px;padding:5px}.customer-header-actions{display:flex;align-items:center;gap:10px}.customer-theme-toggle{position:static;box-shadow:none;white-space:nowrap}
body[data-theme="dark"]{color:#f7f7f7;background:#070707;background-image:radial-gradient(circle at 25% 0,#3a0a07 0,transparent 34%),linear-gradient(180deg,#090909,#111)}
body[data-theme="dark"] .customer-header{background:#080808;color:#fff;border-bottom:2px solid #e21d16;box-shadow:0 8px 30px #0009}
body[data-theme="dark"] .eyebrow{color:#ff8a25}body[data-theme="dark"] .table-label{color:#d7d7d7}
body[data-theme="dark"] .order-type-row button,body[data-theme="dark"] .category-row button{background:#161616;border-color:#3b3b3b;color:#fff}
body[data-theme="dark"] .order-type-row button.active,body[data-theme="dark"] .category-row button.active{background:linear-gradient(135deg,#d71912,#ff5b00);color:#fff;border-color:#ff5b00}
body[data-theme="dark"] .menu-card{background:#121212;border-color:#333;color:#fff;box-shadow:0 7px 22px #0008}
body[data-theme="dark"] .menu-card .category{color:#ff9d58}body[data-theme="dark"] .menu-card .price{color:#ff3d2f}
body[data-theme="dark"] .menu-card button,body[data-theme="dark"] .coupon-row button{background:#3a0d0a;color:#fff}
body[data-theme="dark"] .cart-panel,body[data-theme="dark"] .order-summary,body[data-theme="dark"] .center-card{background:#101010;color:#fff;border:1px solid #333}
body[data-theme="dark"] .cart-line,body[data-theme="dark"] .modifier-row{border-color:#333}
body[data-theme="dark"] .cart-line .sub,body[data-theme="dark"] .status{color:#bfc1c5}
body[data-theme="dark"] input,body[data-theme="dark"] textarea{background:#191919;color:#fff;border-color:#454545}
body[data-theme="dark"] .primary{background:linear-gradient(135deg,#d71912,#ff5b00)!important}
body[data-theme="dark"] .success{background:#12351e;color:#bdf5cb}
body[data-theme="dark"] .review-box{border-color:#3c3c3c}body[data-theme="dark"] .review-actions a,body[data-theme="dark"] .review-actions button{background:#39100d;color:#fff}
body[data-theme="dark"] .theme-toggle{background:#fff;color:#111;border:1px solid #fff}
body[data-theme="light"]{color:#17211b;background:#f7f3eb}
body[data-theme="light"] .customer-header{background:#fff8ec;color:#171717;border-bottom:2px solid #e21d16}
body[data-theme="light"] .eyebrow{color:#c9251d}body[data-theme="light"] .table-label{color:#5f5147}
body[data-theme="light"] .customer-logo{background:#060606}
body[data-theme="light"] .theme-toggle{background:#171717;color:#fff;border:1px solid #171717}
@media(max-width:720px){.customer-header{align-items:flex-start}.customer-brand{gap:10px}.customer-logo{width:100px;height:58px}.customer-header-actions{flex-direction:column;align-items:flex-end}.customer-theme-toggle{padding:7px 9px;font-size:.75rem}.customer-header h1{font-size:20px}}

.kiosk-exit{background:transparent;color:inherit;border:1px solid currentColor;padding:8px 11px;font-size:.78rem;opacity:.72}.kiosk-exit:hover{opacity:1}.kiosk-exit.hidden{display:none!important}#kioskExitDialog .modal-card{display:grid;gap:12px;min-width:min(430px,92vw)}#kioskExitDialog input{width:100%;padding:12px;border:1px solid #cbd4ce;border-radius:10px;margin-top:6px;font:inherit}
