:root { --ink:#15241d; --cream:#f6f0e5; --paper:#fffdf8; --orange:#f06b32; --green:#2c654b; --warning-red:#ff2414; --warning-red-deep:#e41105; --line:#ded7ca; --muted:#716f68; --shadow:0 18px 50px rgba(32,37,30,.10); font-family: Inter, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; color:var(--ink); background:var(--cream); }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; background:radial-gradient(circle at 10% 0%, #fffaf0 0, transparent 35%), var(--cream); }
button,input,select { font:inherit; }
button { cursor:pointer; }
.topbar { height:76px; padding:0 max(22px,calc((100vw - 1060px)/2)); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(21,36,29,.1); position:sticky; top:0; background:rgba(246,240,229,.9); backdrop-filter:blur(18px); z-index:10; }
.brand { border:0; background:none; text-align:left; color:var(--ink); display:flex; align-items:center; gap:12px; padding:0; }
.brand img { display:block; width:154px; height:auto; }
.brand small { color:var(--muted); }
.connection { border:0; background:#e4ede6; color:var(--green); border-radius:99px; padding:8px 12px; font-size:12px; font-weight:700; }
.connection i { display:inline-block; width:7px; height:7px; border-radius:50%; background:#50a26d; margin-right:6px; }
.connection[hidden],.lp-header-actions[hidden],.header-logout[hidden] { display:none; }
.topbar-actions { display:flex; align-items:center; gap:12px; }
.lp-header-actions { display:flex; align-items:center; gap:10px; }
.lp-header-login { border:1px solid rgba(21,36,29,.3); border-radius:999px; background:transparent; color:var(--ink); padding:10px 17px; font-size:13px; font-weight:900; transition:transform .16s ease,border-color .16s ease,background .16s ease; }
.lp-header-login:hover { transform:translateY(-2px); border-color:var(--ink); background:#fffaf1; }
.lp-header-login:active { transform:translateY(1px); }
.lp-header-cta { border:2px solid var(--orange); border-radius:999px; background:var(--orange); color:white; padding:11px 18px; font-size:13px; font-weight:900; box-shadow:0 6px 14px rgba(240,107,50,.22); transition:transform .16s ease,box-shadow .16s ease,background .16s ease; }
.lp-header-cta:hover { transform:translateY(-2px); box-shadow:0 9px 18px rgba(240,107,50,.3); }
.lp-header-cta:active { transform:translateY(1px); box-shadow:0 3px 8px rgba(240,107,50,.24); }
.header-logout { border:1px solid rgba(21,36,29,.24); border-radius:999px; background:var(--paper); color:var(--ink); padding:9px 14px; font-size:12px; font-weight:900; transition:transform .16s ease,border-color .16s ease,background .16s ease; }
.header-logout:hover { transform:translateY(-2px); border-color:var(--ink); background:white; }
.header-logout:active { transform:translateY(1px); }
#app { max-width:1060px; margin:auto; padding:48px 22px 120px; }
.hero { max-width:780px; padding:45px 0 55px; }
.eyebrow { color:var(--orange); font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; margin:0 0 10px; }
.hero h1 { font-size:clamp(44px,8vw,88px); letter-spacing:-.07em; line-height:1.02; margin:0 0 24px; }
.hero h1 em { color:var(--orange); font-style:normal; }
.hero > p:last-child { font-size:18px; line-height:1.8; color:var(--muted); max-width:590px; }
.role-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.role-card { min-height:195px; border:1px solid var(--line); border-radius:22px; background:var(--paper); padding:22px; text-align:left; display:flex; flex-direction:column; align-items:flex-start; box-shadow:var(--shadow); transition:.2s; }
.role-card:hover { transform:translateY(-4px); border-color:var(--orange); }
.role-card span { border-radius:99px; padding:6px 10px; background:#ece8df; font-size:12px; font-weight:800; }
.role-card strong { font-size:21px; margin-top:auto; }
.role-card small { color:var(--muted); margin-top:7px; line-height:1.5; }
.role-card.guest { background:var(--ink); color:white; }
.role-card.guest small { color:#cad3cd; }
.demo-note { color:var(--muted); font-size:12px; text-align:center; margin-top:22px; }
.register-intro { max-width:520px; margin:0 auto 22px; text-align:center; }.register-intro h2 { margin:4px 0 8px; font-size:clamp(25px,4vw,36px); letter-spacing:-.04em; }.register-intro > p:last-child { margin:0; color:var(--muted); }.register-progress { max-width:560px; display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:0 auto 26px; padding:0; list-style:none; }.register-progress li { position:relative; display:flex; flex-direction:column; align-items:center; gap:6px; color:#a09c94; font-size:10px; font-weight:900; }.register-progress li:not(:last-child)::after { content:""; position:absolute; z-index:-1; left:calc(50% + 17px); right:calc(-50% + 17px); top:16px; height:2px; background:var(--line); }.register-progress b { width:34px; height:34px; display:grid; place-items:center; border:2px solid var(--line); border-radius:50%; background:var(--cream); font-size:13px; }.register-progress .active { color:var(--orange); }.register-progress .active b { border-color:var(--orange); background:var(--orange); color:white; box-shadow:0 6px 15px rgba(240,107,50,.23); }.register-progress .done { color:var(--green); }.register-progress .done b { border-color:var(--green); background:var(--green); color:white; }.register-progress .done::after { background:var(--green)!important; }.register-card { max-width:500px; margin-inline:auto; }.register-mail { margin:0 0 5px!important; text-align:center; line-height:1.65!important; }.register-mail strong { color:var(--ink); }.register-debug { border:1px solid #88bce2; border-radius:11px; padding:11px; background:#e8f4ff; color:#17699f; text-align:center; font-size:12px; font-weight:900; }.register-debug b { margin-left:5px; font-size:18px; letter-spacing:.12em; }.register-sub-actions { display:flex; justify-content:space-between; gap:8px; }.register-sub-actions button { border:0!important; padding:5px!important; background:transparent!important; color:var(--green)!important; box-shadow:none!important; font-size:11px!important; text-decoration:underline; }.register-welcome { display:flex; align-items:center; justify-content:center; gap:8px; color:var(--green); }.register-welcome span { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; }.register-login-link { margin:20px 0 0; color:var(--muted); text-align:center; font-size:12px; }.register-login-link button { border:0; background:transparent; color:var(--green); font-weight:900; text-decoration:underline; }
.page { max-width:820px; margin:auto; }
.page.owner-page { max-width:1020px; }
.owner-page .page-head { align-items:flex-end; }
.page-head { display:flex; gap:16px; align-items:center; margin-bottom:30px; }
.page-head h1 { margin:0; font-size:34px; letter-spacing:-.04em; }
.back { border:1px solid var(--line); background:var(--paper); border-radius:50%; width:44px; height:44px; font-size:20px; }
.table-switch { display:flex; gap:8px; overflow:auto; margin-bottom:28px; padding-bottom:5px; }
.table-switch button { white-space:nowrap; border:1px solid var(--line); background:var(--paper); padding:9px 15px; border-radius:99px; }
.table-switch button.active { background:var(--ink); color:white; }
.seat-locked { margin:-10px 0 22px; border-radius:11px; padding:10px 13px; background:#e5efe8; color:var(--green); font-size:12px; font-weight:900; }
.guest-identity { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin:-8px 0 20px; padding:12px 14px; border:1px solid var(--line); border-radius:14px; background:var(--paper); }.guest-identity label { display:flex; flex-direction:column; gap:5px; }.guest-identity label small { color:var(--orange); font-weight:900; }.guest-name-line { display:flex; align-items:baseline; width:min(230px,58vw); border-bottom:2px solid var(--ink); }.guest-identity .guest-name-line input { min-width:0; flex:1; width:100%; appearance:none; -webkit-appearance:none; border:0!important; border-radius:0!important; padding:5px 2px; background:transparent!important; box-shadow:none!important; color:var(--ink); font-size:18px; font-weight:900; outline:none; }.guest-name-line b { padding:0 3px 5px 6px; color:var(--ink); font-size:16px; font-weight:900; }.guest-identity input:-webkit-autofill,.guest-identity input:-webkit-autofill:hover,.guest-identity input:-webkit-autofill:focus { -webkit-box-shadow:0 0 0 1000px var(--paper) inset!important; -webkit-text-fill-color:var(--ink)!important; }.guest-identity > span { color:var(--muted); font-size:11px; text-align:right; }
.guest-identity { flex-wrap:wrap; }.guest-store-context { flex:0 0 100%; display:flex; align-items:center; gap:9px; padding-bottom:10px; border-bottom:1px solid var(--line); }.guest-store-context small { color:var(--orange); font-size:10px; font-weight:1000; letter-spacing:.08em; }.guest-store-context strong { color:var(--ink); font-size:18px; }.guest-store-context span { margin-left:auto; border-radius:999px; padding:5px 9px; background:#e4eee7; color:var(--green); font-size:11px; font-weight:1000; }
.guest-thanks { min-height:calc(100vh - 245px); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }.guest-thanks > p { margin:25px 0 7px; color:var(--orange); font-size:13px; font-weight:1000; letter-spacing:.12em; }.guest-thanks h1 { margin:0; font-size:clamp(28px,8vw,72px); line-height:1.08; letter-spacing:-.06em; }.guest-thanks h1 span { display:block; white-space:nowrap; }.guest-thanks > small { margin-top:20px; color:var(--muted); font-size:15px; }.thanks-mark { position:relative; width:92px; height:92px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; box-shadow:0 15px 40px rgba(44,101,75,.25); animation:thanksMarkIn .65s cubic-bezier(.2,1.4,.35,1) both; }.thanks-mark span { position:relative; z-index:2; font-size:48px; font-weight:1000; }.thanks-mark i { position:absolute; inset:0; border:3px solid rgba(44,101,75,.35); border-radius:50%; animation:thanksRipple 1.4s ease-out .25s both; }.thanks-mark i:nth-of-type(2) { animation-delay:.42s; }.thanks-mark i:nth-of-type(3) { animation-delay:.59s; }
.google-review-cta { width:min(420px,calc(100vw - 32px)); display:flex; flex-direction:column; align-items:center; gap:5px; margin-top:28px; padding:18px; border:2px solid #d9d4ca; border-radius:18px; background:var(--paper); color:var(--ink); text-decoration:none; box-shadow:0 12px 34px rgba(32,37,30,.1); transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }.google-review-cta:hover { transform:translateY(-2px); border-color:var(--green); box-shadow:0 16px 40px rgba(32,37,30,.14); }.google-review-cta:active { transform:translateY(1px); }.google-review-cta span { color:var(--muted); font-size:11px; font-weight:800; }.google-review-cta strong { font-size:18px; }.google-review-cta b { width:100%; margin-top:7px; padding:12px; border-radius:11px; background:var(--green); color:white; font-size:14px; font-weight:1000; }
.store-profile-form { display:grid!important; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important; align-items:start; gap:12px; margin-top:18px; }.store-setting-block { min-width:0; display:flex!important; flex-direction:column; gap:9px!important; padding:16px; border:1px solid var(--line); border-radius:14px; background:#f4f0e8; color:var(--muted); font-size:12px; font-weight:900; }.store-setting-label { min-height:24px; display:flex; align-items:center; justify-content:space-between; gap:10px; }.store-setting-label b { color:var(--ink); font-size:14px; }.store-setting-label small { color:var(--muted); font-size:10px; font-weight:700; }.review-setting > label { display:grid; gap:9px; }.store-profile-form input { width:100%; border:1px solid var(--line); border-radius:11px; padding:13px; background:white; color:var(--ink); }.store-setting-block > small { color:var(--muted); font-size:10px; font-weight:600; line-height:1.5; }.config-status { border-radius:999px; padding:5px 8px; background:#e4dfd6; color:var(--muted); font-size:9px; font-style:normal; font-weight:1000; }.config-status.configured { background:#dcece2; color:var(--green); }.store-profile-form > button { grid-column:1/-1!important; width:100%; border:0; border-radius:11px; padding:14px 18px; background:var(--green); color:white; font-weight:1000; box-shadow:0 6px 16px rgba(44,101,75,.18); }
.google-review-help { margin-top:4px; padding-top:11px; border-top:1px solid var(--line); }.google-review-help summary { display:flex; align-items:center; gap:7px; cursor:pointer; list-style:none; color:var(--green); font-size:12px; font-weight:1000; }.google-review-help summary::-webkit-details-marker { display:none; }.google-review-help summary::before { content:"＋"; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:white; border:1px solid var(--line); }.google-review-help[open] summary::before { content:"−"; }.google-review-help ol { margin:12px 0; padding-left:22px; color:var(--ink); font-size:11px; line-height:1.75; }.google-review-help-shots { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.google-review-help figure { min-width:0; margin:0; padding:7px; border:1px solid var(--line); border-radius:11px; background:white; }.google-review-help img { display:block; width:100%; border-radius:7px; }.google-review-help figcaption { margin-top:7px; color:var(--ink); font-size:9px; line-height:1.45; }
@keyframes thanksMarkIn { from { opacity:0; transform:scale(.45) rotate(-15deg); } to { opacity:1; transform:scale(1) rotate(0); } }
@keyframes thanksRipple { from { opacity:.8; transform:scale(.8); } to { opacity:0; transform:scale(2.25); } }
.guest-category-tabs { position:sticky; top:86px; z-index:7; display:flex; gap:8px; overflow-x:auto; padding:8px 0 12px; background:linear-gradient(var(--cream) 76%,transparent); scrollbar-width:none; }.guest-category-tabs::-webkit-scrollbar { display:none; }.guest-category-tabs button { flex:0 0 auto; border:1px solid var(--line); background:var(--paper); color:var(--muted); padding:11px 17px; border-radius:99px; font-weight:800; }.guest-category-tabs button.active { border-color:var(--orange); background:var(--orange); color:white; box-shadow:0 6px 16px rgba(240,107,50,.25); }.guest-menu { margin-top:22px; }.guest-menu-title p { margin:0; color:var(--orange); font-size:11px; font-weight:900; letter-spacing:.18em; }.guest-menu-title h2 { margin:4px 0 16px; font-size:28px; }.guest-products { border-top:2px solid var(--ink); }
.menu-group { margin:28px 0; }
.menu-group h2,.subhead { font-size:15px; letter-spacing:.08em; }
.product { display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--line); padding:15px 2px; }
.product > div { display:flex; flex-direction:column; gap:6px; }
.product span { color:var(--muted); font-size:14px; }
.product button { border:0; background:var(--orange); color:white; width:40px; height:40px; border-radius:50%; font-size:22px; }
.product.soldout { opacity:.45; }
.ledger,.owner-panel { background:var(--paper); border:1px solid var(--line); padding:22px; border-radius:22px; margin-top:38px; }
.ledger-handle { position:fixed; z-index:12; right:14px; bottom:22px; min-height:52px; border:2px solid rgba(255,255,255,.16); border-radius:999px; padding:8px 10px 8px 16px; background:var(--ink); color:white; box-shadow:0 10px 28px rgba(21,36,29,.3); display:flex; align-items:center; justify-content:center; gap:8px; cursor:grab; touch-action:none; user-select:none; transition:bottom .22s ease,transform .16s ease,box-shadow .16s ease; }.ledger-handle:hover { transform:translateY(-2px); box-shadow:0 14px 34px rgba(21,36,29,.34); }.ledger-handle:active,.ledger-handle.dragging { transform:scale(1.03); cursor:grabbing; box-shadow:0 16px 38px rgba(21,36,29,.38); transition:none; }.ledger-handle.has-cart { bottom:112px; }.ledger-handle.cart-open { bottom:calc(min(48vh,430px) + 34px); }.ledger-handle span { font-size:13px; font-weight:1000; white-space:nowrap; }.ledger-handle b { display:grid; place-items:center; min-width:27px; height:27px; padding:0 7px; border-radius:99px; background:var(--orange); }.ledger-handle small { font-size:10px; color:#d5ddd8; white-space:nowrap; }
.ledger-backdrop { position:fixed; inset:0; z-index:18; background:rgba(21,36,29,.52); backdrop-filter:blur(0); opacity:0; visibility:hidden; transition:opacity .42s ease,backdrop-filter .42s ease,visibility 0s linear .42s; }.ledger-backdrop.open { opacity:1; visibility:visible; backdrop-filter:blur(3px); transition-delay:0s; }.ledger-drawer { position:fixed; z-index:19; right:0; top:0; bottom:0; width:min(480px,92vw); padding:28px 24px 50px; background:var(--cream); box-shadow:-25px 0 60px rgba(21,36,29,.28); transform:translateX(108%) scaleX(.94); transform-origin:right center; visibility:hidden; transition:transform .5s cubic-bezier(.22,1.12,.38,1),visibility 0s linear .5s; overflow-y:auto; will-change:transform; }.ledger-drawer.open { transform:translateX(0) scaleX(1); visibility:visible; transition-delay:0s; }.ledger-drawer-head { display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); padding-bottom:16px; }.ledger-drawer-head small { color:var(--orange); font-weight:900; }.ledger-drawer-head h2 { margin:3px 0 0; font-size:28px; }.ledger-drawer-head button { width:42px; height:42px; border:1px solid var(--line); background:var(--paper); border-radius:50%; font-size:26px; }.ledger-total { display:flex; justify-content:space-between; align-items:baseline; margin:22px 0 10px; }.ledger-total span { color:var(--muted); }.ledger-total strong { font-size:28px; }.ledger-list .ledger-row { background:var(--paper); padding:15px; border:1px solid var(--line); border-radius:14px; margin-top:10px; }.ledger-drawer.open .ledger-drawer-head,.ledger-drawer.open .ledger-total { animation:drawerContentIn .42s ease .12s both; }.ledger-drawer.open .ledger-row { animation:drawerContentIn .38s ease both; }.ledger-drawer.open .ledger-row:nth-child(1) { animation-delay:.16s; }.ledger-drawer.open .ledger-row:nth-child(2) { animation-delay:.2s; }.ledger-drawer.open .ledger-row:nth-child(3) { animation-delay:.24s; }.ledger-drawer.open .ledger-row:nth-child(n+4) { animation-delay:.28s; }
.checkout-request { position:sticky; bottom:0; width:100%; margin-top:22px; border:0; border-radius:14px; padding:17px; background:var(--ink); color:white; font-size:19px; font-weight:1000; box-shadow:0 10px 26px rgba(21,36,29,.2); }.checkout-request.requested { background:#e6e2eb; color:#665b70; box-shadow:none; }
.split-bill { margin-top:18px; padding:15px; border:2px solid #d8c9e8; border-radius:15px; background:#f6f0fc; }.split-bill-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }.split-bill-head > div:first-child { display:flex; flex-direction:column; gap:3px; }.split-bill-head small { color:#7951a8; font-weight:900; }.split-bill-head b { color:var(--muted); font-size:11px; }.split-stepper { display:flex; align-items:center; gap:10px; }.split-stepper button { width:34px; height:34px; border:0; border-radius:50%; background:#7951a8; color:white; font-size:20px; font-weight:900; }.split-stepper button:disabled { background:#d6cedd; }.split-stepper strong { min-width:36px; text-align:center; }.split-people-note { margin:10px 0 0; color:#795f8f; font-size:11px; line-height:1.55; }.split-amounts { display:flex; align-items:baseline; justify-content:flex-end; gap:9px; margin-top:13px; color:#38224e; }.split-amounts > strong { font-size:22px; }.split-amounts > small,.split-amounts strong small { color:#795f8f; font-size:12px; }
.split-mode { display:grid; grid-template-columns:1fr 1fr; gap:5px; margin-bottom:15px; padding:4px; border-radius:11px; background:#e6ddec; }.split-mode button { border:0; border-radius:8px; padding:9px 6px; background:transparent; color:#765f89; font-size:12px; font-weight:900; }.split-mode button.active { background:white; color:#38224e; box-shadow:0 2px 8px rgba(56,34,78,.12); }.person-totals { display:grid; gap:8px; }.person-totals > div { display:flex; align-items:center; justify-content:space-between; padding:8px 3px; border-bottom:1px solid #ded1e8; }.person-totals span { color:#5d496f; font-weight:800; }.person-totals strong { color:#38224e; font-size:18px; }
@keyframes drawerContentIn { from { opacity:0; transform:translateX(24px); } to { opacity:1; transform:translateX(0); } }
.section-title { display:flex; justify-content:space-between; align-items:center; gap:15px; }
.section-title h2 { font-size:17px; margin:0; }
.section-title > strong { font-size:22px; }
.ledger-row,.staff-row { display:flex; align-items:center; justify-content:space-between; gap:16px; border-top:1px solid var(--line); padding:15px 0; margin-top:14px; }
.ledger-row > div:first-child,.staff-row > div { display:flex; flex-direction:column; gap:5px; }
.ledger-row small,.staff-row small { color:var(--muted); }
.ledger-product { align-items:flex-start; }.repeat-order { margin-top:5px; border:1px solid #e6b69f; background:#fff5ef; color:#b94c20; border-radius:99px; padding:7px 11px; font-size:12px; font-weight:800; }.repeat-order:active { transform:scale(.96); }.repeat-order:disabled { border-color:var(--line); background:#eeeae3; color:#918e87; cursor:not-allowed; }
.ordered-by { display:inline-flex; border-radius:99px; padding:4px 8px; background:#e7f0eb; color:var(--green); font-size:11px; font-weight:900; }
.ledger-right { display:flex; align-items:flex-end; flex-direction:column; gap:7px; }
.status { font-size:11px; padding:5px 8px; border-radius:99px; background:#e8e5dd; white-space:nowrap; }
.status.received,.status.cooking { background:#fff0d2; color:#945d00; }.status.ready { background:#dbeae3; color:#286247; }.status.served { background:#e6e8e7; color:#53605a; }.status.cancelled { background:#f3dede; color:#9a3939; }
.cartbar { position:fixed; bottom:20px; left:50%; transform:translateX(-50%); width:min(610px,calc(100vw - 28px)); max-height:min(48vh,430px); background:var(--ink); color:white; padding:10px 14px 13px; border-radius:18px; box-shadow:0 16px 40px rgba(0,0,0,.25); display:flex; flex-direction:column; z-index:8; overflow:hidden; }
.cart-items { overflow-y:auto; padding:0 3px; }.cart-item { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:14px; border-bottom:1px solid rgba(255,255,255,.14); }.cart-item > div:first-child { min-width:0; display:flex; flex-direction:column; gap:3px; }.cart-item strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.cartbar small { color:#cad3cd; }.cart-quantity { display:flex; flex-direction:row; align-items:center; gap:9px; }.cart-quantity button { width:34px; height:34px; border:1px solid rgba(255,255,255,.3); border-radius:50%; padding:0; background:rgba(255,255,255,.12); color:white; font-size:21px; font-weight:900; }.cart-quantity b { min-width:24px; text-align:center; font-size:18px; }.cart-footer { display:flex; justify-content:space-between; align-items:center; gap:14px; padding-top:11px; }.cart-footer > div { display:flex; flex-direction:column; }.cart-footer > button,.checkout { border:0; background:var(--orange); color:white; font-weight:800; padding:13px 20px; border-radius:12px; }
.cartbar button:disabled { opacity:.58; cursor:wait; }
.login-card { max-width:430px; margin:60px auto; background:var(--paper); border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:var(--shadow); display:grid; gap:18px; }
.login-card label { display:grid; gap:8px; font-size:13px; font-weight:700; }
.password-field { position:relative; display:block; }.password-field input { width:100%; padding-right:68px!important; }.password-visibility { position:absolute; right:7px; top:50%; transform:translateY(-50%); min-width:50px; border:1px solid var(--line)!important; border-radius:8px!important; padding:7px 9px!important; background:#f3efe7!important; color:var(--green)!important; box-shadow:none!important; font-size:11px!important; font-weight:1000!important; }.password-visibility:hover { background:white!important; border-color:var(--green)!important; }.password-visibility:active { transform:translateY(-48%) scale(.96); }
input,select { width:100%; border:1px solid var(--line); background:white; border-radius:11px; padding:13px; color:var(--ink); }
.login-card button,.staff-form button { border:0; background:var(--ink); color:white; border-radius:12px; padding:14px; font-weight:800; }
.login-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.6; }
.login-divider { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:11px; }.login-divider::before,.login-divider::after { content:""; flex:1; height:1px; background:var(--line); }.passkey-button { margin-top:0!important; border:2px solid var(--green)!important; background:white!important; color:var(--green)!important; }.passkey-note { margin-top:-10px; color:var(--muted); text-align:center; font-size:10px; }.passkey-setting { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:18px 0 24px; padding:16px; border:1px solid #b9d2c4; border-radius:15px; background:#edf5f0; }.passkey-setting > div { display:flex; flex-direction:column; gap:4px; }.passkey-setting small { color:var(--muted); }.passkey-setting button { flex:none; border:0; border-radius:11px; padding:12px 15px; background:var(--green); color:white; font-weight:900; }
.passkey-setting.unavailable { border-color:var(--line); background:#f6f3ec; }
.session { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; }
.session button,.staff-row button { border:0; background:none; color:var(--muted); text-decoration:underline; }
.hall-session { display:flex; justify-content:space-between; align-items:center; margin:-12px 0 16px; color:var(--muted); }.hall-session button { border:0; background:none; color:var(--muted); text-decoration:underline; }
.checkout-call { position:relative; overflow:hidden; isolation:isolate; margin:14px 0 20px; padding:17px 20px; border:3px solid #7951a8; border-radius:16px; background:#f2eafb; color:#38224e; display:flex; align-items:center; justify-content:space-between; gap:15px; box-shadow:0 0 0 7px rgba(121,81,168,.14),0 14px 34px rgba(89,50,130,.25); animation:checkoutCallIn .58s cubic-bezier(.18,1.3,.3,1) both,checkoutCallGlow 1.05s ease-in-out .6s infinite alternate; }.checkout-call::before { content:"お会計 CALL"; position:absolute; z-index:2; right:12px; top:8px; border-radius:99px; padding:4px 7px; background:#7951a8; color:white; font-size:9px; font-weight:1000; letter-spacing:.08em; }.checkout-call::after { content:""; position:absolute; z-index:0; width:60px; height:60px; left:20%; top:50%; border:6px solid rgba(121,81,168,.34); border-radius:50%; animation:checkoutCallRing 1.1s ease-out infinite; }.checkout-call > * { position:relative; z-index:1; }.checkout-call div { display:flex; flex-direction:column; gap:4px; }.checkout-call small,.checkout-call > span { color:#795f8f; }.checkout-call strong { font-size:21px; }
.checkout-call .checkout-call-actions { align-items:flex-end; gap:8px; padding-top:15px; }.checkout-call-actions span { color:#795f8f; font-size:13px; }.checkout-call-actions button { border:0; border-radius:10px; padding:10px 16px; background:#7951a8; color:white; font-weight:1000; box-shadow:0 5px 14px rgba(89,50,130,.24); }
@keyframes checkoutCallIn { from { opacity:0; transform:scale(.82) translateY(-12px); } to { opacity:1; transform:scale(1) translateY(0); } }
@keyframes checkoutCallGlow { from { box-shadow:0 0 0 5px rgba(121,81,168,.1),0 10px 26px rgba(89,50,130,.18); } to { box-shadow:0 0 0 10px rgba(121,81,168,.2),0 17px 40px rgba(89,50,130,.35); } }
@keyframes checkoutCallRing { from { opacity:.75; transform:translate(-50%,-50%) scale(.2); } to { opacity:0; transform:translate(-50%,-50%) scale(5); } }
.hall-table-tabs { display:flex; gap:8px; overflow-x:auto; padding:5px 4px 9px; scrollbar-width:none; }.hall-table-tabs::-webkit-scrollbar { display:none; }.hall-table-tabs button { position:relative; flex:1 0 118px; min-width:0; border:1px solid var(--line); background:var(--paper); border-radius:15px; padding:10px 12px; display:flex; flex-direction:column; align-items:flex-start; color:var(--muted); }.hall-table-tabs button small { font-size:10px; }.hall-table-tabs button strong { margin-top:3px; font-size:16px; color:inherit; }.hall-table-tabs button b { position:absolute; right:8px; top:50%; transform:translateY(-50%); display:grid; place-items:center; min-width:27px; height:27px; padding:0 7px; border-radius:99px; background:#f2e6df; color:var(--orange); font-size:12px; }.hall-table-tabs button.active { background:var(--ink); border-color:var(--ink); color:white; box-shadow:0 7px 18px rgba(21,36,29,.18); }.hall-table-tabs button.active b { background:var(--orange); color:white; }.hall-table-tabs button.has-new:not(.active) { border:2px solid var(--orange); color:var(--orange); animation:hallTabAlert .55s ease-in-out infinite alternate; }.hall-table-tabs button.has-new::after { content:"NEW"; position:absolute; top:-6px; right:-3px; border-radius:99px; padding:3px 5px; background:var(--orange); color:white; font-size:8px; font-weight:1000; }
.hall-table-tabs button.empty-table { background:#eeeae2; border-style:dashed; box-shadow:none; }.hall-table-tabs button.empty-table em { margin-top:6px; color:#8e8a82; font-size:10px; font-style:normal; font-weight:900; }.hall-table-tabs button.empty-table:disabled { opacity:.46; cursor:not-allowed; }
.hall-no-active { display:flex; flex-direction:column; align-items:center; gap:8px; margin-top:26px; padding:42px 20px; border:1px dashed var(--line); border-radius:18px; background:#f3f0e9; color:var(--muted); text-align:center; }.hall-no-active strong { color:var(--ink); font-size:19px; }.hall-no-active span { max-width:380px; font-size:12px; line-height:1.7; }
.swipe-hint { margin:4px 0 13px; text-align:center; color:#a39f96; font-size:11px; font-weight:700; }.hall-table-page { touch-action:pan-y; animation:hallPageIn .22s ease both; }
.hall-view-toolbar { display:flex; align-items:center; justify-content:flex-end; gap:10px; margin:-4px 0 16px; }.hall-view-switch { width:220px; display:grid; grid-template-columns:1fr 1fr; gap:4px; margin:0; padding:4px; border-radius:13px; background:#e6e0d5; }.hall-view-switch button { border:0; border-radius:9px; padding:10px 14px; background:transparent; color:var(--muted); font-size:12px; font-weight:1000; }.hall-view-switch button.active { background:var(--ink); color:white; box-shadow:0 4px 10px rgba(21,36,29,.16); }.hall-order-ident { display:flex; align-items:center; gap:9px; }.hall-order-ident > strong { color:var(--ink); font-size:22px; font-weight:1000; }.all-table-order { border-left-width:9px; }
.hall-work-tabs { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin:0 0 24px; padding:5px; background:#e9e3d8; border-radius:14px; }.hall-work-tabs button { border:0; background:transparent; color:var(--muted); border-radius:10px; padding:12px; font-size:15px; font-weight:900; }.hall-work-tabs button.active { background:var(--paper); color:var(--ink); box-shadow:0 3px 10px rgba(32,37,30,.09); }.hall-work-tabs b { display:inline-grid; place-items:center; min-width:25px; height:25px; margin-left:5px; padding:0 6px; border-radius:99px; background:#d7d1c7; font-size:12px; }.hall-work-tabs button.active b { color:white; background:var(--orange); }
.serve-history-title { margin-bottom:12px; }.serve-history-title span { color:var(--muted); font-weight:800; }.serve-history { border-top:1px solid var(--line); }.serve-history-row { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; padding:16px 10px; border-bottom:1px solid var(--line); background:rgba(255,253,248,.62); }
@keyframes hallTabAlert { from { box-shadow:0 0 0 0 rgba(240,107,50,.15); } to { box-shadow:0 0 0 6px rgba(240,107,50,.24); } }
@keyframes hallPageIn { from { opacity:.5; transform:translateX(8px); } to { opacity:1; transform:translateX(0); } }
@keyframes incomingOrderCard { 0% { opacity:.25; transform:scale(.78); filter:brightness(1.8); } 10% { opacity:1; transform:scale(1.07); filter:brightness(1.25); } 18% { transform:scale(1); filter:brightness(1); } 27% { transform:scale(1.035); filter:brightness(1.18); } 36%,100% { transform:scale(1); filter:brightness(1); } }
@keyframes incomingOrderFlash { 0% { opacity:0; transform:translate(-50%,-50%) scale(.1); } 12% { opacity:.95; } 100% { opacity:0; transform:translate(-50%,-50%) scale(6); } }
@keyframes readyOrderCard { 0% { opacity:.35; transform:scale(.8); filter:brightness(1.7); } 11% { opacity:1; transform:scale(1.07); filter:brightness(1.25); } 20% { transform:scale(1); filter:brightness(1); } 30% { transform:scale(1.035); filter:brightness(1.15); } 40%,100% { transform:scale(1); filter:brightness(1); } }
@keyframes readyOrderFlash { 0% { opacity:0; transform:translate(-50%,-50%) scale(.1); } 12% { opacity:.95; } 100% { opacity:0; transform:translate(-50%,-50%) scale(6); } }
.kitchen-tools { display:flex; align-items:center; gap:12px; }.sound-ready { color:var(--green); font-size:12px; font-weight:800; white-space:nowrap; }
.hall-session > div,.kitchen-tools { display:flex; align-items:center; flex-wrap:wrap; gap:7px; }.hall-session button,.kitchen-tools button { border:1px solid var(--line); border-radius:999px; padding:8px 12px; background:var(--paper); color:var(--ink); font-size:11px; font-weight:900; text-decoration:none; box-shadow:0 2px 5px rgba(21,36,29,.06); transition:transform .15s ease,border-color .15s ease,background .15s ease; }.hall-session button:hover,.kitchen-tools button:hover { border-color:var(--green); background:#edf5f0; transform:translateY(-1px); }.hall-session button:active,.kitchen-tools button:active { transform:translateY(1px); }.kitchen-tools .sound-ready { margin-right:3px; }
.kitchen-tabs { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:6px; margin:0 0 28px; border-radius:16px; background:#e9e3d8; }.kitchen-tabs button { border:0; border-radius:11px; padding:14px; color:var(--muted); background:transparent; font-size:17px; font-weight:900; }.kitchen-tabs button.active { color:var(--ink); background:var(--paper); box-shadow:0 3px 12px rgba(32,37,30,.1); }.kitchen-tabs b { display:inline-grid; place-items:center; min-width:27px; height:27px; margin-left:7px; padding:0 7px; border-radius:99px; background:#d9d3c8; font-size:13px; }.kitchen-tabs button.active b { background:var(--orange); color:white; }
.table-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.table-card { position:relative; isolation:isolate; overflow:hidden; text-align:left; min-height:150px; padding:20px; border-radius:20px; background:var(--paper); border:1px solid var(--line); display:flex; flex-direction:column; align-items:flex-start; }
.table-card span { color:var(--muted); }.table-card strong { font-size:23px; margin-top:auto; }.table-card small { color:var(--orange); margin-top:7px; font-weight:700; }
.table-card.order-alert { border:3px solid var(--orange); color:white; background:var(--orange); box-shadow:0 0 0 7px rgba(240,107,50,.2),0 18px 45px rgba(240,107,50,.48); animation:tableOrderAlert 2.6s cubic-bezier(.2,.85,.35,1) both; }
.table-card.order-alert span,.table-card.order-alert small { color:white; }.table-card.order-alert strong { font-size:28px; position:relative; z-index:2; }.table-card.order-alert > span,.table-card.order-alert > small { position:relative; z-index:2; }
.new-order-badge { position:absolute; z-index:3; top:14px; right:14px; background:white; color:var(--orange); border-radius:99px; padding:7px 10px; font-size:12px; letter-spacing:.08em; box-shadow:0 5px 15px rgba(86,27,3,.2); animation:newOrderBadge .55s ease-in-out infinite alternate; }
.alert-burst { position:absolute; z-index:0; width:70px; height:70px; border-radius:50%; background:rgba(255,255,255,.42); left:50%; top:50%; transform:translate(-50%,-50%); animation:alertBurst 1.05s ease-out infinite; }
.alert-burst::after { content:""; position:absolute; inset:-20px; border:5px solid rgba(255,255,255,.6); border-radius:50%; }
@keyframes tableOrderAlert { 0% { opacity:.2; transform:scale(.82) rotate(-2deg); } 10% { opacity:1; transform:scale(1.06) rotate(1deg); } 17% { transform:scale(.98) rotate(-1deg); } 25% { transform:scale(1.03) rotate(0); } 70% { transform:scale(1.015); } 100% { transform:scale(1); } }
@keyframes newOrderBadge { from { transform:scale(1); } to { transform:scale(1.13); } }
@keyframes alertBurst { 0% { opacity:.85; transform:translate(-50%,-50%) scale(.1); } 100% { opacity:0; transform:translate(-50%,-50%) scale(4); } }
.order-admin { position:relative; isolation:isolate; overflow:hidden; background:var(--paper); border:1px solid var(--line); border-radius:16px; padding:16px; margin:12px 0; display:flex; justify-content:space-between; gap:16px; }.order-admin > * { position:relative; z-index:2; }.order-admin.incoming-order { border:4px solid var(--orange); background:#fff1e8; box-shadow:0 0 0 9px rgba(240,107,50,.2),0 18px 46px rgba(240,107,50,.42); animation:incomingOrderCard 2.55s cubic-bezier(.18,.9,.25,1) both; }.incoming-label { position:absolute; z-index:4; top:10px; right:12px; padding:7px 11px; border-radius:99px; background:var(--orange); color:white; font-size:11px; letter-spacing:.08em; animation:newOrderBadge .42s ease-in-out infinite alternate; }.incoming-flash { position:absolute; z-index:0; left:50%; top:50%; width:90px; height:90px; border:7px solid rgba(240,107,50,.5); border-radius:50%; box-shadow:0 0 0 18px rgba(240,107,50,.14),0 0 0 40px rgba(240,107,50,.08); animation:incomingOrderFlash .82s ease-out 3; }
.order-admin.ready-order { border:4px solid #1c8b72; background:#e4f6f0; box-shadow:0 0 0 9px rgba(28,139,114,.2),0 18px 46px rgba(28,139,114,.4); animation:readyOrderCard 2.75s cubic-bezier(.18,.9,.25,1) both; }.ready-label { position:absolute; z-index:4; top:10px; right:12px; padding:7px 13px; border-radius:99px; background:#14745f; color:white; font-size:13px; font-weight:1000; letter-spacing:.05em; animation:newOrderBadge .42s ease-in-out infinite alternate; }.ready-flash { position:absolute; z-index:0; left:50%; top:50%; width:90px; height:90px; border:7px solid rgba(28,139,114,.52); border-radius:50%; box-shadow:0 0 0 18px rgba(28,139,114,.15),0 0 0 40px rgba(28,139,114,.08); animation:readyOrderFlash .88s ease-out 3; }
.order-admin > div:first-child { display:flex; align-items:flex-start; flex-direction:column; gap:7px; }.order-admin small { color:var(--muted); }
.actions { display:flex; gap:7px; align-items:center; }.actions button { display:inline-flex; align-items:center; justify-content:center; line-height:1; border:0; background:var(--green); color:white; border-radius:9px; padding:9px; }.actions .danger { background:#efe6e3; color:#9a3939; }
.kitchen-action button.solo-complete { flex-direction:column; }
.kitchen-action button span { display:block; line-height:1.15; }
.kitchen-action button span + span { margin-top:5px; }
.hall-order { --heat:0; min-height:128px; align-items:stretch; padding:20px; background:linear-gradient(rgb(205 48 34 / calc(var(--heat) * .32)),rgb(205 48 34 / calc(var(--heat) * .32))),var(--paper); border-left:7px solid color-mix(in srgb,var(--orange),#b71f17 calc(var(--heat) * 100%)); box-shadow:0 8px 22px rgba(32,37,30,.06),0 0 calc(var(--heat) * 20px) rgb(205 48 34 / calc(var(--heat) * .22)); transition:background 1s linear,border-color 1s linear,box-shadow 1s linear; }.hall-order.overdue:not(.exit-right):not(.incoming-order) { animation:overduePulse 1.15s ease-in-out infinite alternate; }.hall-order.exit-right { animation:ticketSlideOut .42s cubic-bezier(.6,-.05,.8,.45) both; pointer-events:none; }.hall-order-main { flex:1; min-width:0; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; gap:12px; }.hall-order .ticket-head { width:100%; max-width:420px; }.hall-dish { font-size:26px; line-height:1.2; }.hall-action { min-width:250px; align-self:stretch; align-items:stretch; }.hall-action button { height:100%; min-height:86px; font-size:18px; font-weight:900; }.hall-action .served-button { flex:1; min-width:165px; font-size:22px; }.hall-action .danger { order:-1; width:68px; height:33.333%; min-height:0; align-self:flex-end; }
.quick-products { display:grid; grid-template-columns:repeat(2,1fr); gap:9px; }.quick-products button { border:1px solid var(--line); background:var(--paper); border-radius:13px; padding:13px; display:flex; justify-content:space-between; }.quick-products small { color:var(--muted); }.checkout { width:100%; margin-top:28px; background:var(--ink); }
.queue-summary { display:flex; align-items:baseline; gap:7px; margin:4px 0 18px; }.queue-summary strong { font-size:38px; color:var(--orange); }.queue-summary span { color:var(--muted); font-weight:700; }
.ticket-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; overflow:hidden; padding:5px; margin:-5px; }.ticket { position:relative; isolation:isolate; overflow:hidden; background:linear-gradient(rgb(205 48 34 / calc(var(--heat, 0) * .36)),rgb(205 48 34 / calc(var(--heat, 0) * .36))),var(--paper); border:1px solid rgb(222 215 202 / calc(1 - var(--heat, 0))); border-left:7px solid color-mix(in srgb,var(--orange),#b71f17 calc(var(--heat, 0) * 100%)); padding:22px; border-radius:17px; box-shadow:0 10px 28px rgba(32,37,30,.08),0 0 calc(var(--heat, 0) * 22px) rgb(205 48 34 / calc(var(--heat, 0) * .25)); transition:background 1s linear,border-color 1s linear,box-shadow 1s linear; }.ticket > * { position:relative; z-index:2; }.ticket.incoming-kitchen { border:3px solid var(--orange); border-left-width:8px; box-shadow:0 0 0 7px rgba(240,107,50,.18),0 17px 42px rgba(240,107,50,.36); }.ticket.incoming-kitchen .incoming-label { position:absolute; z-index:4; }.ticket.incoming-kitchen .incoming-flash { position:absolute; z-index:0; }.ticket.overdue:not(.exit-right) { animation:overduePulse 1.15s ease-in-out infinite alternate; }.ticket.slide-in { animation:ticketSlideIn .55s cubic-bezier(.18,.9,.32,1.2) both; }.ticket.exit-right { animation:ticketSlideOut .42s cubic-bezier(.6,-.05,.8,.45) both; pointer-events:none; }.ticket-head { display:flex; justify-content:space-between; align-items:baseline; color:var(--muted); font-size:16px; }.ticket-head strong { color:var(--ink); font-size:24px; }.ticket h2 { margin:28px 0 12px; font-size:32px; line-height:1.25; letter-spacing:-.04em; }.ticket p { display:flex; justify-content:space-between; align-items:center; gap:12px; color:var(--muted); font-size:15px; }.live-elapsed { color:color-mix(in srgb,var(--orange),#a4130b calc(var(--heat, 0) * 100%)); font-size:19px; font-weight:900; }.ticket button { width:100%; border:0; padding:16px; border-radius:11px; color:white; background:var(--green); font-weight:900; font-size:21px; margin-top:18px; }.ticket button:active { transform:scale(.97); }.ticket button:disabled { opacity:.7; }
@keyframes ticketSlideIn { from { opacity:0; transform:translateX(-80px) rotate(-2deg); } to { opacity:1; transform:translateX(0) rotate(0); } }
@keyframes ticketSlideOut { from { opacity:1; transform:translateX(0) rotate(0); } to { opacity:0; transform:translateX(110%) rotate(2deg); } }
.order-admin.exit-right { animation:ticketSlideOut .42s cubic-bezier(.6,-.05,.8,.45) both !important; pointer-events:none; }
@keyframes overduePulse { from { box-shadow:0 10px 28px rgba(32,37,30,.08),0 0 10px rgba(205,48,34,.25); } to { box-shadow:0 12px 34px rgba(32,37,30,.12),0 0 28px rgba(205,48,34,.58); } }
.ticket-grid { display:block; overflow:hidden; padding:6px; margin:-6px; }.kitchen-order { --heat:0; width:100%; min-height:128px; align-items:stretch; padding:18px 20px; background:linear-gradient(rgb(205 48 34 / calc(var(--heat) * .32)),rgb(205 48 34 / calc(var(--heat) * .32))),var(--paper); border-left:7px solid color-mix(in srgb,var(--orange),#b71f17 calc(var(--heat) * 100%)); box-shadow:0 8px 22px rgba(32,37,30,.06),0 0 calc(var(--heat) * 20px) rgb(205 48 34 / calc(var(--heat) * .22)); transition:background 1s linear,border-color 1s linear,box-shadow 1s linear; }.kitchen-order.slide-in { animation:ticketSlideIn .55s cubic-bezier(.18,.9,.32,1.2) both; }.kitchen-order.exit-right { animation:ticketSlideOut .42s cubic-bezier(.6,-.05,.8,.45) both; pointer-events:none; }.kitchen-order.overdue:not(.exit-right) { animation:overduePulse 1.15s ease-in-out infinite alternate; }.kitchen-order-main { flex:1; min-width:0; display:flex; flex-direction:column; justify-content:center; gap:8px; }.kitchen-order .ticket-head { width:100%; max-width:420px; }.kitchen-dish { font-size:26px; line-height:1.2; }.kitchen-meta { display:flex; align-items:center; gap:16px; color:var(--muted); font-size:13px; }.kitchen-action { min-width:180px; align-self:stretch; display:flex; align-items:stretch; }.kitchen-action button { width:100%; height:100%; min-height:88px; border:0; border-radius:12px; padding:16px 25px; background:var(--green); color:white; font-size:22px; font-weight:900; }.kitchen-action button:active { transform:scale(.97); }
.kitchen-order { padding:20px; }
.empty { text-align:center; padding:32px; color:var(--muted); }.empty.large { padding:90px 30px; border:1px dashed var(--line); border-radius:20px; }
.cook-history { margin-top:42px; padding-top:28px; border-top:2px solid var(--line); }.cook-history.tab-history { margin-top:0; padding-top:0; border-top:0; }.cook-history .section-title { margin-bottom:12px; }.cook-history .section-title h2 { font-size:22px; }.cook-history .section-title span { color:var(--muted); font-weight:800; }
.cook-history-row { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; background:rgba(255,253,248,.7); border-bottom:1px solid var(--line); padding:16px 12px; }.cook-history-row:first-of-type { border-radius:14px 14px 0 0; }.history-check { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#dbeae3; color:var(--green); font-size:19px; font-weight:1000; }.history-dish,.history-times { display:flex; flex-direction:column; gap:4px; }.history-dish strong { font-size:18px; }.history-dish small,.history-times small { color:var(--muted); }.history-times { text-align:right; }.history-times strong { color:var(--green); font-size:18px; }
.owner-intro { text-align:center; margin-top:50px; }.owner-intro h2 { font-size:28px; }.owner-intro p { color:var(--muted); }.verified { display:flex; flex-direction:column; align-items:flex-end; gap:3px; color:var(--ink); font-weight:750; }.verified span { max-width:300px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; }.verified small { display:flex; align-items:center; gap:6px; color:var(--green); font-size:10px; font-weight:900; }.verified small i { width:6px; height:6px; border-radius:50%; background:#4e9a68; box-shadow:0 0 0 3px rgba(78,154,104,.12); }.staff-form { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:20px; }.staff-form button { grid-column:1/-1; }.owner-panel > p { font-size:20px; font-weight:800; margin-bottom:5px; }.owner-panel > small { color:var(--muted); }
.staff-row > .staff-row-actions { display:flex; flex-direction:row; align-items:center; gap:7px; }.staff-row-actions button { font-weight:900; }.staff-edit-form { display:grid; grid-template-columns:1fr 1fr; gap:11px; margin:14px 0; padding:16px; border:2px solid #b9d2c4; border-radius:15px; background:#f3f8f5; }.staff-edit-form label { display:grid; gap:5px; color:var(--muted); font-size:11px; font-weight:800; }.staff-edit-form input,.staff-edit-form select { width:100%; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; color:var(--ink); }.staff-edit-actions { grid-column:1/-1; display:grid; grid-template-columns:auto 1fr; gap:8px; }.staff-edit-actions button { border:0; border-radius:10px; padding:11px 16px; background:#e6e1d8; color:var(--muted); font-weight:900; }.staff-edit-actions button[type="submit"] { background:var(--green); color:white; }
.staff-row.confirming { padding:12px; border-radius:12px; background:#fff1ef; }.staff-row-actions .danger-solid { border-radius:8px; padding:8px 10px; background:#c93429; color:white; text-decoration:none; }
.seat-list { margin-top:12px; border-top:1px solid var(--line); }.seat-row { min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:12px; border-bottom:1px solid var(--line); }.seat-actions,.seat-row.confirming > div { display:flex; align-items:center; gap:7px; }.seat-actions button:disabled { opacity:.3; cursor:not-allowed; }.seat-row.confirming { padding:10px; background:#fff1ef; color:#8f2922; }.seat-row.confirming button { border:0; border-radius:8px; padding:8px 10px; background:#eeeae2; color:var(--ink); font-weight:900; }.seat-row.confirming .danger-solid { background:#c93429; color:white; }.seat-edit-form { display:grid; grid-template-columns:1fr auto auto; gap:7px; padding:10px 0; border-bottom:1px solid var(--line); }.seat-edit-form input,.seat-add-form input { min-width:0; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; }.seat-edit-form button,.seat-add-form button { border:0; border-radius:10px; padding:10px 14px; background:var(--green); color:white; font-weight:900; }.seat-edit-form button[type="button"] { background:#e6e1d8; color:var(--muted); }.seat-add-form { display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:16px; }
.management-actions { flex:0 0 auto; }.management-actions .action-button { display:inline-flex; align-items:center; justify-content:center; gap:5px; min-height:36px; border:1px solid #d7d1c6; border-radius:9px; padding:7px 12px; background:#f6f2ea; color:var(--ink); font-size:12px; font-weight:900; text-decoration:none; box-shadow:none; }.management-actions .action-button:hover { border-color:#abc7b7; background:#edf5f0; color:var(--green); }.management-actions .action-qr { border-color:#b8d0c2; background:#e8f2ec; color:var(--green); }.management-actions .action-delete { border-color:#ebcbc7; background:#fff3f1; color:#9a3939; }.management-actions .action-delete:hover { border-color:#dca8a3; background:#ffe9e6; color:#812d27; }
.seat-row.draggable { justify-content:flex-start; cursor:grab; transition:opacity .15s,transform .15s,background .15s; }.seat-row.draggable:active { cursor:grabbing; }.seat-row.dragging { opacity:.35; }.seat-row.drop-target { background:#e6f1ea; transform:translateY(3px); box-shadow:inset 0 3px 0 var(--green); }.drag-handle { color:#a49e94; font-size:25px; line-height:1; }.drag-note { margin-right:auto; color:var(--muted); font-size:10px; }.qr-backdrop { position:fixed; z-index:40; inset:0; background:rgba(21,36,29,.65); backdrop-filter:blur(4px); }.seat-qr-modal { position:fixed; z-index:41; left:50%; top:50%; width:min(390px,calc(100vw - 28px)); transform:translate(-50%,-50%); border-radius:24px; padding:25px; background:white; text-align:center; box-shadow:0 24px 80px rgba(0,0,0,.35); }.seat-qr-modal > small { color:var(--orange); font-weight:900; }.seat-qr-modal h2 { margin:4px 0; font-size:32px; }.seat-qr-modal p { margin:5px 0 14px; color:var(--muted); }.seat-qr-code { width:260px; max-width:100%; margin:auto; }.seat-qr-code svg { display:block; width:100%; height:auto; }.seat-qr-modal code { display:block; margin:12px 0; overflow-wrap:anywhere; color:var(--muted); font-size:9px; }.qr-close { position:absolute; right:15px; top:15px; width:38px; height:38px; border:1px solid var(--line); border-radius:50%; background:white; font-size:22px; }.print-qr { width:100%; border:0; border-radius:11px; padding:13px; background:var(--ink); color:white; font-weight:900; }
.table-move-panel small { color:var(--muted); font-weight:800; }.move-table-button { min-height:44px; border:1px solid var(--ink); border-radius:11px; padding:10px 17px; background:var(--paper); color:var(--ink); font-size:12px; font-weight:1000; white-space:nowrap; box-shadow:none; }.move-table-button:hover { background:var(--ink); color:white; }.move-table-button:disabled { opacity:.35; }.table-move-panel { margin:4px 0 18px; padding:17px; border:2px solid #b8cec1; border-radius:16px; background:#f3f8f5; }.table-move-title { display:flex; align-items:center; justify-content:space-between; }.table-move-title > div { display:flex; flex-direction:column; }.table-move-title strong { font-size:24px; }.table-move-title button,.table-move-panel.confirm div button:first-child { border:0; background:none; color:var(--muted); text-decoration:underline; }.table-move-panel p { color:var(--muted); font-size:12px; }.destination-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.destination-grid button { display:flex; flex-direction:column; align-items:flex-start; gap:3px; border:1px solid var(--line); border-radius:12px; padding:13px; background:white; }.destination-grid button strong { font-size:17px; }.destination-grid button small { color:var(--green); }.table-move-panel.confirm { text-align:center; }.table-move-panel.confirm > strong { display:block; font-size:28px; }.table-move-panel.confirm > strong span { margin:0 10px; color:var(--orange); }.table-move-panel.confirm > div { display:grid; grid-template-columns:1fr 2fr; gap:8px; }.table-move-panel.confirm div button { border:0; border-radius:11px; padding:13px; font-weight:900; }.table-move-panel.confirm div button:last-child { background:var(--green); color:white; }
.owner-session { margin-left:auto; display:flex; align-items:center; justify-content:flex-end; gap:15px; }.owner-session button { border:0; background:none; color:var(--muted); text-decoration:underline; }
.business-status,.owner-work-panel { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px 22px; border:1px solid #bad0c2; background:#f7faf8; }.business-status { margin-top:18px; border-radius:18px 18px 6px 6px; }.owner-work-panel { margin-top:5px; border-radius:6px 6px 18px 18px; box-shadow:var(--shadow); }.business-status.open { border-color:#9fc5ae; background:#edf6f0; }.business-step { display:flex; align-items:center; gap:14px; }.business-step > b { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; border-radius:50%; background:var(--ink); color:white; font-size:17px; }.business-step > span { display:flex; flex-direction:column; gap:2px; }.business-step small { color:var(--orange); font-size:10px; font-weight:1000; letter-spacing:.08em; }.business-step strong { color:var(--ink); font-size:20px; }.business-step em { color:var(--muted); font-size:11px; font-style:normal; }.business-status button { border:0; border-radius:12px; padding:13px 20px; font-weight:1000; }.business-start { background:var(--green); color:white; box-shadow:0 6px 16px rgba(23,76,55,.2); }.business-stop { border:1px solid var(--line)!important; background:var(--paper); color:var(--muted); box-shadow:0 6px 16px rgba(21,36,29,.1); }.owner-shift-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; }.owner-shift-actions button { min-width:150px; display:flex; flex-direction:column; align-items:flex-start; gap:2px; border:1px solid #b9cec1; border-radius:12px; padding:11px 14px; background:white; color:var(--ink); text-align:left; }.owner-shift-actions button span { color:var(--green); font-size:16px; font-weight:1000; }.owner-shift-actions button small { color:var(--muted); font-size:10px; font-weight:700; }.owner-shift-actions button:disabled { opacity:.38; cursor:not-allowed; }.owner-work-panel.waiting { background:#f0eee8; border-color:var(--line); box-shadow:none; }.owner-work-panel.waiting .business-step > b { background:#aaa49a; }.management-locked .owner-panel:not(.hidden):not(.owner-account-panel) { opacity:.58; }
.daily-report-list { margin-top:22px; padding:22px; border:2px solid #c7d8ce; border-radius:20px; background:#f8f5ee; }.daily-report-list > .section-title small,.daily-report-head small { color:var(--orange); font-size:10px; font-weight:1000; letter-spacing:.1em; }.daily-report { margin-top:16px; padding:20px; border:1px solid var(--line); border-radius:17px; background:var(--paper); box-shadow:0 8px 24px rgba(32,37,30,.07); }.daily-report-head { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; padding-bottom:16px; border-bottom:2px solid var(--ink); }.daily-report-head h2 { margin:3px 0; font-size:22px; }.daily-report-head span { color:var(--muted); font-size:12px; font-weight:800; }.daily-report-head > strong { color:var(--green); font-size:32px; font-weight:1000; }.report-metrics { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; margin:16px 0; }.report-metrics > div { min-height:88px; display:flex; flex-direction:column; gap:3px; padding:13px; border-radius:13px; background:#f1ede5; }.report-metrics small { color:var(--muted); font-size:10px; font-weight:800; }.report-metrics b { margin-top:auto; font-size:20px; font-weight:1000; }.report-metrics span { color:var(--orange); font-size:10px; font-weight:900; }.report-rankings { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.report-rankings section { padding:15px; border-radius:14px; background:#edf4ef; }.report-rankings h3 { margin:0 0 10px; font-size:15px; }.report-rankings p { display:grid; grid-template-columns:25px 1fr auto; align-items:center; gap:8px; margin:0; padding:8px 0; border-top:1px solid #cfddd4; }.report-rankings i { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:var(--green); color:white; font-size:10px; font-style:normal; font-weight:1000; }.report-rankings strong { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.report-rankings span { color:var(--green); font-weight:1000; }
.owner-tabs { position:relative; display:flex; align-items:stretch; gap:4px; margin:24px 0 6px; border-bottom:1px solid rgba(44,101,75,.2); overflow-x:auto; scrollbar-width:none; }.owner-tabs::-webkit-scrollbar{display:none}.owner-tabs button { position:relative; flex:1 0 auto; min-width:118px; display:flex; align-items:center; justify-content:center; gap:9px; border:0; border-radius:0; padding:15px 14px 17px; background:transparent; color:#7c867f; font-size:14px; font-weight:900; letter-spacing:.01em; transition:color .18s ease,background .18s ease,transform .18s ease; }.owner-tabs button:hover { color:var(--green); background:linear-gradient(transparent,rgba(44,101,75,.045)); }.owner-tabs button:active { transform:translateY(1px); }.owner-tabs button i { width:22px; height:22px; display:block; color:currentColor; font-style:normal; }.owner-tabs button svg { display:block; width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.85; stroke-linecap:round; stroke-linejoin:round; }.owner-tabs button.active { color:var(--green); background:linear-gradient(transparent,rgba(44,101,75,.055)); }.owner-tabs button.active::after { content:""; position:absolute; left:20%; right:20%; bottom:-1px; height:3px; border-radius:3px 3px 0 0; background:var(--green); }.hidden { display:none!important; }
.owner-lock-notice { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:10px 0 16px; padding:11px 15px; border:1px solid #e5b06f; border-radius:12px; background:#fff4df; }.owner-lock-notice strong { color:#b66708; font-size:13px; }.owner-lock-notice span { color:#80643e; font-size:12px; font-weight:700; }
.owner-lock-notice.debug { border-color:#8bb6d8; background:#eaf5ff; }.owner-lock-notice.debug strong { color:#17669a; }.owner-lock-notice.debug span { color:#365f78; }
.menu-management { border:2px solid #c9d8ce; }.menu-management .section-title { align-items:flex-start; }.menu-management .section-title h2 { margin-top:2px; }.menu-management-note { margin:8px 0 18px!important; color:var(--muted); font-size:13px!important; font-weight:500!important; }.menu-product-list { border-top:1px solid var(--line); }.menu-product-row { min-height:82px; display:grid; grid-template-columns:auto minmax(180px,1fr) auto auto; align-items:center; gap:13px; border-bottom:1px solid var(--line); padding:10px 0; }.menu-product-row.draggable { cursor:grab; transition:opacity .15s,transform .15s,background .15s; }.menu-product-row.dragging { opacity:.35; }.menu-product-row.drop-target { background:#e6f1ea; transform:translateY(3px); box-shadow:inset 0 3px 0 var(--green); }.menu-product-main { display:grid; grid-template-columns:1fr auto; gap:2px 14px; align-items:center; }.menu-product-main small { grid-column:1/-1; color:var(--orange); font-size:10px; font-weight:900; }.menu-product-main strong { font-size:18px; }.menu-product-main span { color:var(--muted); font-weight:800; }.menu-product-state,.menu-product-actions { display:flex; align-items:center; gap:6px; }.menu-product-state button,.menu-product-actions button { border:0; border-radius:8px; padding:8px 9px; background:#e4f0e8; color:var(--green); font-size:12px; font-weight:900; }.menu-product-state .is-soldout { background:#fff0dd; color:#a45b00; }.menu-product-state .is-private { background:#e8e5e0; color:var(--muted); }.menu-product-actions button { background:#eeeae2; color:var(--ink); }.menu-product-actions button:disabled { opacity:.3; }.menu-product-actions .danger-link { background:transparent; color:#9a3939; text-decoration:underline; }.menu-product-row.confirming { grid-template-columns:1fr auto; padding:14px; background:#fff1ef; color:#8f2922; }.menu-product-row.confirming > div:first-child { display:flex; flex-direction:column; }.menu-product-row.confirming small { color:#9a6c67; }.menu-product-actions .danger-solid { background:#c93429; color:white; }.product-add-form,.product-edit-form { display:grid; grid-template-columns:2fr 1fr 1.3fr auto; gap:9px; margin-top:16px; padding:15px; border-radius:14px; background:#f1ede5; }.product-add-form label,.product-edit-form label { display:grid; gap:5px; color:var(--muted); font-size:10px; font-weight:900; }.product-add-form input,.product-edit-form input { min-width:0; width:100%; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; color:var(--ink); }.product-add-form > button { align-self:end; border:0; border-radius:10px; padding:12px 16px; background:var(--ink); color:white; font-weight:900; }.product-edit-form { grid-template-columns:2fr 1fr 1.3fr; border:2px solid #b9d2c4; background:#f3f8f5; }.product-edit-actions { grid-column:1/-1; display:grid; grid-template-columns:auto 1fr; gap:8px; }.product-edit-actions button { border:0; border-radius:10px; padding:11px 16px; background:#e6e1d8; color:var(--muted); font-weight:900; }.product-edit-actions button[type="submit"] { background:var(--green); color:white; }
.category-management { margin:20px 0 30px; padding:18px; border-radius:16px; background:#f1ede5; }.category-management .section-title { margin-bottom:8px; }.category-management h3,.product-section-title h3 { margin:0; font-size:20px; }.category-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }.category-row { min-height:62px; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 12px; border:1px solid var(--line); border-radius:12px; background:var(--paper); }.category-row > div:first-child { display:flex; flex-direction:column; }.category-row small { color:var(--muted); }.category-actions { display:flex; gap:5px; }.category-actions button,.category-row.confirming button { border:0; border-radius:7px; padding:7px 8px; background:#e8e3da; color:var(--ink); font-size:11px; font-weight:900; }.category-actions button:disabled { opacity:.3; }.category-actions .danger-link { background:transparent; color:#9a3939; text-decoration:underline; }.category-row.confirming { grid-column:1/-1; background:#fff1ef; color:#8f2922; }.category-row.confirming .danger-solid { background:#c93429; color:white; }.category-add-form,.category-edit-form { display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:10px; }.category-add-form input,.category-edit-form input { min-width:0; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; }.category-add-form button,.category-edit-form button { border:0; border-radius:10px; padding:10px 14px; background:var(--green); color:white; font-weight:900; }.category-edit-form { grid-template-columns:1fr auto auto; padding:10px; border:2px solid #b9d2c4; border-radius:12px; background:#f3f8f5; }.category-edit-form button[type="button"] { background:#e6e1d8; color:var(--muted); }.category-help { display:block; margin-top:8px; color:var(--muted); }.product-section-title { margin-top:8px; }
.shift-person { text-align:center; margin:40px 0 24px; }.shift-person small { color:var(--muted); }.shift-person strong { display:block; margin:5px 0; font-size:28px; }.shift-person p { color:var(--muted); }.shift-choices { display:grid; grid-template-columns:1fr 1fr; gap:14px; max-width:650px; margin:auto; }.shift-choices button { position:relative; min-height:190px; border:2px solid var(--line); border-radius:22px; padding:24px; background:var(--paper); display:flex; flex-direction:column; align-items:flex-start; text-align:left; }.shift-choices button:hover { border-color:var(--orange); transform:translateY(-3px); }.shift-choices button.recommended { border-color:var(--orange); box-shadow:0 10px 30px rgba(240,107,50,.16); }.shift-choices span { color:var(--orange); font-size:28px; font-weight:1000; }.shift-choices strong { margin-top:auto; font-size:17px; }.shift-choices small { position:absolute; right:14px; top:14px; border-radius:99px; background:#fff0e8; color:var(--orange); padding:5px 8px; font-weight:800; }.default-role-label { display:grid; gap:5px; color:var(--muted); font-size:12px; }
.heat-setting { margin-top:20px; }.heat-setting label { display:flex; align-items:center; justify-content:space-between; gap:16px; }.heat-setting label > span { display:flex; align-items:center; gap:7px; font-weight:800; }.heat-setting input { width:90px; font-size:20px; font-weight:900; text-align:center; }.heat-setting p { color:var(--muted); font-size:13px; }.heat-setting button { width:100%; border:0; border-radius:11px; padding:13px; background:var(--ink); color:white; font-weight:900; }.heat-preview { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin:17px 0; }.heat-preview i { height:22px; border-radius:6px; border:1px solid var(--line); background:var(--paper); }.heat-preview i:nth-child(2) { background:#fce9e4; }.heat-preview i:nth-child(3) { background:#f7c4ba; }.heat-preview i:nth-child(4) { background:#e77768; }
.hall-order,.kitchen-order { background:linear-gradient(rgb(255 36 20 / calc(var(--heat) * .08)),rgb(255 36 20 / calc(var(--heat) * .08))),var(--paper); border-left-color:color-mix(in srgb,var(--orange),var(--warning-red) calc(var(--heat) * 100%)); box-shadow:0 8px 22px rgba(32,37,30,.06),0 0 calc(var(--heat) * 20px) rgb(255 36 20 / calc(var(--heat) * .22)); }
.hall-order .live-elapsed,.kitchen-order .live-elapsed { color:color-mix(in srgb,var(--orange),var(--warning-red-deep) calc(var(--heat) * 100%)); }
.order-quantity { display:inline-flex; align-items:baseline; gap:2px; margin-left:5px; color:inherit; white-space:nowrap; }.order-quantity i { font-size:.72em; font-style:normal; font-weight:900; }.order-quantity b { font-size:1.48em; line-height:.72; font-weight:1000; font-variant-numeric:tabular-nums; -webkit-text-stroke:.55px currentColor; text-shadow:.35px 0 currentColor,-.35px 0 currentColor; }
.hall-order.is-ready:not(.ready-order) { background:#e4f6f0; border-color:#1c8b72; box-shadow:0 8px 22px rgba(28,139,114,.14),inset 0 0 0 1px rgba(28,139,114,.12); animation:none; }.hall-order.is-ready:not(.ready-order) .live-elapsed { color:#14745f; }.hall-order.is-ready:not(.ready-order) .served-button { box-shadow:0 6px 16px rgba(44,101,75,.18); }
.heat-preview i:nth-child(2) { border-left:4px solid #f07a60; background:#fffaf8; }.heat-preview i:nth-child(3) { border-left:6px solid #ef4938; background:#fff7f5; }.heat-preview i:nth-child(4) { border:1px solid #f0b1aa; border-left:8px solid var(--warning-red); background:#fff4f2; box-shadow:0 0 8px rgba(255,36,20,.18); }
@keyframes overduePulse { from { box-shadow:0 10px 28px rgba(32,37,30,.08),0 0 12px rgba(255,36,20,.38); } to { box-shadow:0 12px 34px rgba(32,37,30,.12),0 0 32px rgba(255,36,20,.78); } }
.operation-setting { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }.operation-setting label { position:relative; cursor:pointer; }.operation-setting input { position:absolute; opacity:0; pointer-events:none; }.operation-setting label > span { height:100%; display:flex; flex-direction:column; gap:5px; border:2px solid var(--line); border-radius:13px; padding:15px; background:var(--paper); }.operation-setting input:checked + span { border-color:var(--orange); background:#fff4ed; }.operation-setting small { color:var(--muted); }.operation-setting button { grid-column:1/-1; border:0; border-radius:11px; padding:13px; background:var(--ink); color:white; font-weight:900; box-shadow:0 6px 16px rgba(21,36,29,.16); }
.section-action-button { display:inline-flex; align-items:center; justify-content:center; gap:7px; border:1px solid var(--green); border-radius:11px; padding:10px 14px; background:#edf5f0; color:var(--green); font-weight:900; box-shadow:none; }.section-action-button span { font-size:16px; }
.order-sound-setting { display:grid; grid-template-columns:1fr auto; gap:9px; margin-top:18px; }.order-sound-setting select { font-size:17px; font-weight:800; }.order-sound-setting button { border:1px solid var(--line); border-radius:11px; padding:12px 17px; background:var(--paper); color:var(--ink); font-weight:900; }.order-sound-setting button[type="submit"] { grid-column:1/-1; border-color:var(--ink); background:var(--ink); color:white; }.order-volume { grid-column:1/-1; display:grid; grid-template-columns:auto 1fr 58px; align-items:center; gap:12px; margin-top:7px; padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:var(--paper); font-weight:900; }.order-volume input { min-width:0; padding:0; accent-color:var(--orange); }.order-volume output { color:var(--orange); text-align:right; }.volume-note { grid-column:1/-1; color:var(--muted); }
.toast { position:fixed; top:88px; left:50%; transform:translate(-50%,-20px); background:var(--ink); color:white; border-radius:99px; padding:11px 18px; opacity:0; pointer-events:none; transition:.2s; z-index:20; }.toast.show { opacity:1; transform:translate(-50%,0); }
.ordered-animation { position:fixed; inset:0; z-index:30; display:grid; place-items:center; background:rgba(21,36,29,0); pointer-events:none; visibility:hidden; overflow:hidden; }
.ordered-animation.play { visibility:visible; animation:orderBackdrop 1.75s ease both; }
.order-stamp { position:relative; width:210px; height:210px; border-radius:50%; background:var(--orange); color:white; display:flex; flex-direction:column; align-items:center; justify-content:center; border:4px solid white; outline:3px solid var(--orange); box-shadow:0 22px 65px rgba(36,24,17,.3); transform:rotate(-8deg) scale(.25); opacity:0; }
.ordered-animation.play .order-stamp { animation:orderStamp 1.55s cubic-bezier(.2,1.45,.45,1) .08s both; }
.order-stamp::before,.order-stamp::after { content:""; position:absolute; background:#ffd6bf; border-radius:99px; height:7px; width:42px; top:19px; left:8px; transform:rotate(-34deg); }
.order-stamp::after { top:auto; left:auto; bottom:19px; right:8px; }
.order-check { display:grid; place-items:center; width:39px; height:39px; border-radius:50%; background:white; color:var(--orange); font-size:25px; font-weight:1000; margin-bottom:7px; }
.order-stamp strong { font-size:38px; font-weight:1000; letter-spacing:-.09em; line-height:1; }
.order-stamp small { margin-top:11px; font-weight:800; letter-spacing:.05em; }
.order-ripples,.order-ripples i { position:absolute; width:210px; height:210px; border-radius:50%; }
.order-ripples i { inset:0; border:3px solid rgba(255,255,255,.75); opacity:0; }
.ordered-animation.play .order-ripples i { animation:orderRipple 1s ease-out .25s both; }
.ordered-animation.play .order-ripples i:nth-child(2) { animation-delay:.38s; }
.ordered-animation.play .order-ripples i:nth-child(3) { animation-delay:.51s; }
@keyframes orderBackdrop { 0% { background:rgba(21,36,29,0); } 15%,72% { background:rgba(21,36,29,.68); } 100% { background:rgba(21,36,29,0); } }
@keyframes orderStamp { 0% { opacity:0; transform:rotate(-18deg) scale(.25); } 22% { opacity:1; transform:rotate(3deg) scale(1.08); } 36% { transform:rotate(-5deg) scale(.98); } 70% { opacity:1; transform:rotate(-5deg) scale(1); } 100% { opacity:0; transform:rotate(-3deg) scale(.92) translateY(-12px); } }
@keyframes orderRipple { 0% { opacity:.8; transform:scale(.75); } 100% { opacity:0; transform:scale(1.8); } }
.hall-quick-order { margin-top:30px; padding:18px; border:1px solid var(--line); border-radius:18px; background:#f1ede5; }.hall-quick-order .section-title { margin-bottom:12px; }.hall-quick-order .section-title small { color:var(--orange); font-size:10px; font-weight:900; }.hall-quick-order .section-title h2 { margin:3px 0 0; font-size:20px; }.hall-quick-order .section-title > span { color:var(--muted); font-size:12px; font-weight:800; }.hall-menu-tabs { display:flex; gap:7px; overflow-x:auto; margin:0 -3px 13px; padding:3px 3px 7px; scrollbar-width:none; }.hall-menu-tabs::-webkit-scrollbar { display:none; }.hall-menu-tabs button { flex:0 0 auto; display:flex; align-items:center; gap:7px; border:1px solid var(--line); border-radius:99px; padding:9px 13px; background:var(--paper); color:var(--muted); font-size:13px; font-weight:900; }.hall-menu-tabs button small { display:grid; place-items:center; min-width:21px; height:21px; padding:0 5px; border-radius:99px; background:#e8e3da; color:inherit; font-size:10px; }.hall-menu-tabs button.active { border-color:var(--ink); background:var(--ink); color:white; box-shadow:0 5px 14px rgba(21,36,29,.18); }.hall-menu-tabs button.active small { background:var(--orange); color:white; }.hall-quick-order .quick-products { gap:8px; }.hall-quick-order .quick-products button { min-height:58px; align-items:center; padding:14px 16px; font-size:17px; font-weight:900; }.hall-quick-order .quick-products button small { font-size:13px; font-weight:700; }

/* In-service stock controls and fixed-choice guest calls */
.product.low-stock { background:#fffaf0; }.product.low-stock > div > span { display:flex; align-items:center; gap:8px; }.product.low-stock em { border-radius:99px; padding:3px 7px; background:#fff0c7; color:#9a5b00; font-size:10px; font-style:normal; font-weight:1000; }
.guest-call-panel { margin:28px 0 75px; padding:18px; border:1px solid var(--line); border-radius:18px; background:var(--paper); }.guest-call-panel > div:first-child { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:12px; }.guest-call-panel small { color:var(--orange); font-weight:900; }.guest-call-panel strong { font-size:20px; }.guest-call-options { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }.guest-call-options button { min-height:48px; border:1px solid var(--line); border-radius:12px; background:#f5f1e9; color:var(--ink); font-weight:900; }.guest-call-options button:last-child { grid-column:1/-1; }.guest-call-options button:disabled { border-color:#b8d2c2; background:#e8f2ec; color:var(--green); opacity:1; }
.service-call { position:relative; isolation:isolate; overflow:hidden; display:flex; align-items:center; justify-content:space-between; gap:14px; margin:10px 0; padding:14px 16px; border:2px solid #e0a22e; border-radius:15px; background:#fff8df; box-shadow:0 7px 18px rgba(121,79,0,.1); }.service-call > div,.service-call > button { position:relative; z-index:2; }.service-call div { display:flex; flex-direction:column; }.service-call small { color:#916411; font-weight:800; }.service-call strong { font-size:18px; }.service-call button { border:0; border-radius:10px; padding:11px 15px; background:var(--ink); color:white; font-weight:900; white-space:nowrap; }
.service-call.incoming-call { border-color:#e79a16; box-shadow:0 0 0 8px rgba(231,154,22,.18),0 16px 38px rgba(145,100,17,.28); animation:serviceCallArrival 2.55s cubic-bezier(.18,.9,.25,1) both; }.call-badge { position:absolute; z-index:4; top:7px; right:112px; padding:5px 9px; border-radius:99px; background:#e79a16; color:white; font-size:10px; font-weight:1000; letter-spacing:.1em; animation:callBadgePop .45s ease-in-out 5 alternate; }.call-flash { position:absolute; z-index:0; left:42%; top:50%; width:70px; height:70px; border:6px solid rgba(231,154,22,.48); border-radius:50%; box-shadow:0 0 0 16px rgba(231,154,22,.13),0 0 0 34px rgba(231,154,22,.07); animation:serviceCallFlash .82s ease-out 3; }
.service-call.unified-call > button { flex:0 0 165px; width:165px; }
@keyframes serviceCallArrival { 0% { opacity:.3; transform:translateY(-16px) scale(.9); filter:brightness(1.5); } 12% { opacity:1; transform:translateY(0) scale(1.035); } 22% { transform:scale(1); filter:brightness(1); } 32% { transform:scale(1.02); } 43%,100% { transform:scale(1); } }
@keyframes serviceCallFlash { 0% { opacity:0; transform:translate(-50%,-50%) scale(.1); } 14% { opacity:1; } 100% { opacity:0; transform:translate(-50%,-50%) scale(5); } }
@keyframes callBadgePop { from { transform:scale(.94); } to { transform:scale(1.08); } }
.kitchen-inventory .section-title { margin-bottom:13px; }.kitchen-inventory .section-title small { color:var(--orange); font-weight:900; }.kitchen-stock-row { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 16px; border:1px solid var(--line); border-bottom:0; background:var(--paper); }.kitchen-stock-row:first-of-type { border-radius:15px 15px 0 0; }.kitchen-stock-row:last-child { border-bottom:1px solid var(--line); border-radius:0 0 15px 15px; }.kitchen-stock-row > div:first-child { display:flex; flex-direction:column; min-width:140px; }.kitchen-stock-row small { color:var(--muted); }.kitchen-stock-row strong { font-size:18px; }.kitchen-stock-row.low { background:#fffaf0; }.kitchen-stock-row.soldout { background:#f5eeee; }.stock-buttons { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; width:min(430px,60%); }.stock-buttons button { border:1px solid var(--line); border-radius:9px; padding:10px 8px; background:#f0ede6; color:var(--muted); font-size:12px; font-weight:900; }.stock-buttons button.active { border-color:var(--green); background:var(--green); color:white; }.stock-buttons button[data-kitchen-stock="low"].active { border-color:#d69a24; background:#e5a92e; }.stock-buttons button[data-kitchen-stock="soldout"].active { border-color:#a83b32; background:#b8483e; }
@media (max-width:620px) { .kitchen-stock-row { align-items:stretch; flex-direction:column; gap:9px; }.stock-buttons { width:100%; }.guest-call-options { grid-template-columns:1fr 1fr; } }
.category-row.draggable { display:grid; grid-template-columns:auto 1fr auto; cursor:grab; transition:opacity .15s,transform .15s,background .15s; }.category-row.draggable:active { cursor:grabbing; }.category-row.dragging { opacity:.35; }.category-row.drop-target { background:#e6f1ea; transform:translateY(3px); box-shadow:inset 0 3px 0 var(--green); }.category-main { display:flex; flex-direction:column; }.management-locked .category-row.draggable,.management-locked .menu-product-row.draggable,.management-locked .seat-row.draggable { cursor:not-allowed; }
.product-add-form select,.product-edit-form select { min-width:0; width:100%; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; color:var(--ink); }.product-add-form > button:disabled { opacity:.4; cursor:not-allowed; }
.menu-workspace { display:grid; grid-template-columns:290px minmax(0,1fr); gap:18px; align-items:start; }.category-management { position:sticky; top:95px; margin:0; padding:17px; }.category-management > p,.product-panel-help { margin:0 0 13px; color:var(--muted); font-size:11px; }.category-management .section-title small,.product-section-title small { color:var(--orange); font-size:9px; font-weight:1000; letter-spacing:.12em; }.category-list { display:grid; grid-template-columns:1fr; gap:7px; }.category-row { padding:7px 8px; }.category-row.active { border-color:var(--green); background:#e7f0ea; box-shadow:0 5px 15px rgba(44,101,75,.1); }.category-tab { min-width:0; border:0; background:transparent; color:inherit; display:flex; flex-direction:column; align-items:flex-start; text-align:left; }.category-tab strong { overflow:hidden; max-width:100%; text-overflow:ellipsis; white-space:nowrap; }.category-tab small { color:var(--muted); }.category-row.active .category-tab strong { color:var(--green); }.category-actions { opacity:.45; transition:opacity .15s; }.category-row:hover .category-actions,.category-row.active .category-actions { opacity:1; }.category-actions button { padding:6px; font-size:10px; }.product-management { min-width:0; padding:18px; border:1px solid var(--line); border-radius:17px; background:#faf7f0; }.product-section-title { margin:0 0 5px; }.product-section-title h3 { font-size:24px; }.product-management .menu-product-list { background:var(--paper); border:1px solid var(--line); border-radius:14px; overflow:hidden; }.product-management .menu-product-row { padding:11px 13px; }.product-management .product-add-form { grid-template-columns:minmax(180px,2fr) minmax(110px,1fr) auto; }.product-management .product-add-form > button { white-space:nowrap; }
@media (prefers-reduced-motion:reduce) { .ordered-animation.play { animation:orderBackdrop 1.2s ease both; }.ordered-animation.play .order-stamp { animation:reducedOrder 1.2s ease both; }.ordered-animation.play .order-ripples i,.ticket.overdue:not(.exit-right),.service-call.incoming-call,.call-badge,.call-flash { animation:none; } @keyframes reducedOrder { 0%,100% { opacity:0; } 15%,80% { opacity:1; transform:rotate(-3deg) scale(1); } } }
@media (max-width:720px) { .topbar { height:64px; padding:0 12px; }.brand img { width:126px; }.brand small { display:none; }.lp-header-actions { gap:5px; }.lp-header-login,.lp-header-cta { padding:8px 9px; font-size:10px; } #app { padding:25px 16px 110px; }.hero { padding:32px 0 38px; }.hero h1 { font-size:48px; }.role-grid { grid-template-columns:1fr 1fr; }.role-card { min-height:155px; padding:17px; }.role-card strong { font-size:17px; }.page-head h1 { font-size:27px; }.ticket-grid { grid-template-columns:1fr; }.order-admin { flex-direction:column; }.actions button { flex:1; }.actions { width:100%; }.staff-form { grid-template-columns:1fr; }.cook-history-row,.serve-history-row { grid-template-columns:auto 1fr; }.history-times { grid-column:2; text-align:left; }.menu-product-row { grid-template-columns:auto 1fr; }.menu-product-state,.menu-product-actions { grid-column:2; flex-wrap:wrap; }.product-add-form,.product-edit-form { grid-template-columns:1fr; }.product-edit-actions { grid-column:1; } }
@media (max-width:720px) { .owner-page .page-head { align-items:center; flex-wrap:wrap; }.owner-page .owner-session { width:100%; margin-left:60px; justify-content:flex-start; }.owner-page .verified { align-items:flex-start; }.owner-page .verified span { max-width:calc(100vw - 110px); } }
@media (max-width:720px) { .hall-session,.session { align-items:flex-start; gap:10px; }.hall-session > div,.kitchen-tools { justify-content:flex-end; }.hall-session button,.kitchen-tools button { padding:7px 10px; font-size:10px; }.header-logout { padding:8px 11px; font-size:10px; } }
@media (max-width:420px) { .role-grid { grid-template-columns:1fr; }.role-card { min-height:125px; }.table-grid { grid-template-columns:1fr 1fr; }.quick-products { grid-template-columns:1fr; } }
@media (max-width:720px) { .category-list { grid-template-columns:1fr; }.category-row.confirming { grid-column:1; }.category-management { padding:13px; } }
@media (max-width:720px) { .seat-row.draggable { display:grid; grid-template-columns:auto 1fr; padding:10px 0; }.seat-row .drag-note { display:none; }.seat-row .seat-actions { grid-column:1/-1; width:100%; padding-left:32px; }.seat-row .seat-actions .action-button { flex:1; }.staff-row:not(.confirming) { align-items:flex-start; flex-direction:column; }.staff-row > .staff-row-actions { width:100%; }.staff-row .management-actions .action-button { flex:1; }.staff-settings-panel .section-title { align-items:flex-start; flex-wrap:wrap; }.staff-settings-panel .section-action-button { flex:1 0 100%; } }
@media (max-width:720px) { .menu-workspace { display:block; }.category-management { position:static; margin-bottom:14px; }.category-management > p { display:none; }.category-list { display:flex; overflow-x:auto; padding:3px 2px 8px; scroll-snap-type:x proximity; }.category-row.draggable { flex:0 0 210px; scroll-snap-align:start; }.product-management { padding:13px; }.product-management .product-add-form { grid-template-columns:1fr; }.product-panel-help { margin-bottom:10px; } }

/* Two-level menu categories */
.guest-parent-tabs { padding-bottom:7px; background:var(--cream); }
.guest-child-tabs { top:137px; padding:3px 0 11px; background:linear-gradient(var(--cream) 78%,transparent); }
.guest-child-tabs button { padding:8px 14px; font-size:12px; }
.guest-child-tabs button.active { border-color:var(--green); background:var(--green); box-shadow:0 5px 14px rgba(44,101,75,.2); }
.category-row.child { margin-left:16px; border-left:3px solid #c7d9cf; }
.category-row.parent .category-tab > small:first-child { color:var(--orange); }
.category-row.child .category-tab > small:first-child { color:var(--green); }
.category-add-form { grid-template-columns:1fr; }
.category-add-form select,.category-edit-form select { min-width:0; border:1px solid var(--line); border-radius:10px; padding:11px; background:white; }
.category-edit-form { grid-template-columns:minmax(100px,1fr) minmax(130px,1fr) auto auto; }
.hall-child-tabs { margin-top:7px; }
.hall-child-tabs button { padding-block:7px; font-size:11px; }
@media (max-width:720px) {
  .category-row.child { margin-left:0; border-left-width:3px; }
  .category-edit-form { grid-template-columns:1fr 1fr; }
}
@media (max-width:720px) { .business-status,.owner-work-panel { align-items:stretch; flex-direction:column; padding:17px; }.business-status button { width:100%; }.owner-shift-actions { width:100%; }.owner-shift-actions button { min-width:0; }.business-step strong { font-size:18px; } }
@media (max-width:720px) { .daily-report-list { padding:15px; }.daily-report { padding:15px; }.daily-report-head { align-items:flex-start; flex-direction:column; }.daily-report-head > strong { font-size:29px; }.report-metrics { grid-template-columns:1fr 1fr; }.report-rankings { grid-template-columns:1fr; } }
@media (max-width:720px) { .store-profile-form { grid-template-columns:1fr!important; }.store-profile-form > button { grid-column:1!important; }.google-review-help-shots { grid-template-columns:1fr; } }
@media print { body * { visibility:hidden!important; }.seat-qr-modal,.seat-qr-modal * { visibility:visible!important; }.seat-qr-modal { position:absolute; left:50%; top:20px; transform:translateX(-50%); box-shadow:none; }.qr-close,.print-qr,.qr-backdrop { display:none!important; } }
.billing-state{padding:.35rem .7rem;border-radius:999px;background:#eef2ef;color:#405248;font-size:.8rem}.billing-state.active,.billing-state.trialing{background:#dff5e7;color:#176038}.billing-state.past_due{background:#fff0dc;color:#8b4b00}.billing-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.billing-plans button{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:20px;border:1px solid #cbd7d0;border-radius:16px;background:#fff;color:#15241d;text-align:left}.billing-plans button:hover{border-color:#28704d;transform:translateY(-1px)}.billing-plans button small{letter-spacing:.12em;color:#64756c}.billing-plans button strong{font-size:1.25rem}.billing-plans button span,.billing-current small{color:#64756c}.billing-current{display:grid;gap:10px}.billing-current>strong{font-size:1.3rem}.billing-current button{justify-self:start}.billing-warning{display:block;color:#9b4e14}@media(max-width:600px){.billing-plans{grid-template-columns:1fr}}
.billing-history{margin-top:28px;padding-top:24px;border-top:1px solid #dfe5e1}.billing-history .section-title{margin-bottom:10px}.billing-history h3{margin:2px 0 0;font-size:1.2rem}.billing-invoice{display:grid;grid-template-columns:1.15fr 1.5fr 1fr auto auto;gap:14px;align-items:center;padding:15px 0;border-top:1px solid #edf0ee}.billing-invoice-date,.billing-invoice-period,.billing-invoice-amount,.billing-invoice-links{display:flex;flex-direction:column;gap:3px}.billing-invoice small{color:#708077}.billing-invoice-amount{text-align:right}.invoice-status{padding:5px 9px;border-radius:999px;background:#eef2ef;color:#526159;font-size:.78rem;white-space:nowrap}.invoice-status.paid{background:#dff5e7;color:#176038}.invoice-status.open{background:#fff0dc;color:#8b4b00}.billing-invoice-links{align-items:flex-end}.billing-invoice-links a{color:#176038;font-weight:700;text-decoration:underline;white-space:nowrap}@media(max-width:800px){.billing-invoice{grid-template-columns:1fr auto}.billing-invoice-period{grid-column:1}.billing-invoice-amount{grid-column:2;grid-row:1;text-align:right}.invoice-status{grid-column:2;grid-row:2;justify-self:end}.billing-invoice-links{grid-column:1/-1;flex-direction:row;align-items:center;gap:16px}.billing-invoice-date{grid-column:1}}

/* Store setup walkthrough */
.setup-guide-launch { display:flex; align-items:center; gap:7px; flex:0 0 auto; border:1px solid rgba(44,101,75,.38); border-radius:11px; padding:9px 12px; background:#f4f8f5; color:var(--green); font-size:12px; font-weight:900; white-space:nowrap; }
.setup-guide-launch span { display:grid; place-items:center; width:19px; height:19px; border:1.5px solid currentColor; border-radius:50%; font-size:12px; }
.setup-guide-launch:hover { border-color:var(--green); background:#e7f0ea; }
.setup-guide-blocker { position:fixed; z-index:60; inset:0; background:transparent; cursor:default; }
.setup-guide-spotlight { position:fixed; z-index:61; border:3px solid #d5f1df; border-radius:18px; pointer-events:none; box-shadow:0 0 0 9999px rgba(17,29,23,.68),0 0 0 7px rgba(213,241,223,.22),0 0 26px rgba(189,244,209,.8); transition:left .18s ease,top .18s ease,width .18s ease,height .18s ease; }
.setup-guide-card { position:fixed; z-index:62; width:min(410px,calc(100vw - 24px)); border:1px solid rgba(21,36,29,.08); border-radius:22px; padding:23px; background:#fffdf8; color:var(--ink); box-shadow:0 24px 70px rgba(8,18,13,.32); outline:none; }
.setup-guide-card::before { content:""; position:absolute; left:50%; width:16px; height:16px; background:#fffdf8; transform:translateX(-50%) rotate(45deg); }
.setup-guide-card[data-placement="below"]::before { top:-8px; border-left:1px solid rgba(21,36,29,.08); border-top:1px solid rgba(21,36,29,.08); }
.setup-guide-card[data-placement="above"]::before { bottom:-8px; border-right:1px solid rgba(21,36,29,.08); border-bottom:1px solid rgba(21,36,29,.08); }
.setup-guide-card > small { display:block; margin-bottom:10px; color:var(--green); font-size:11px; font-weight:1000; letter-spacing:.14em; }
.setup-guide-card h2 { margin:0; font-size:21px; line-height:1.4; letter-spacing:-.025em; }
.setup-guide-card p { margin:10px 0 16px; color:var(--muted); font-size:13px; font-weight:650; line-height:1.75; }
.setup-guide-progress { display:grid; grid-template-columns:repeat(5,28px); gap:6px; margin-bottom:17px; }
.setup-guide-progress i { height:4px; border-radius:99px; background:#dfe5df; }
.setup-guide-progress i.active { background:var(--green); }
.setup-guide-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.setup-guide-actions > span { display:flex; gap:7px; }
.setup-guide-actions button { border:0; border-radius:10px; padding:11px 15px; font-size:13px; font-weight:1000; }
.setup-guide-skip { padding-left:0!important; background:transparent; color:var(--muted); }
.setup-guide-back { background:#ebe8e0; color:var(--ink); }
.setup-guide-next { min-width:72px; background:var(--green); color:white; box-shadow:0 6px 15px rgba(44,101,75,.25); }
@media (max-width:720px) {
  .owner-page .setup-guide-launch { margin-left:60px; }
  .setup-guide-card { padding:20px; border-radius:18px; }
  .setup-guide-card h2 { font-size:19px; }
}
@media (prefers-reduced-motion:reduce) { .setup-guide-spotlight { transition:none; } }
