@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff4a1c;--orange-deep:#c8330a;--orange-soft:#ffb89a;--cream:#f6efe6;--paper:#fbfaf8;--ink:#181410;--ink-2:#3a332c;--muted:#6f6963;--line:#e8e2da;--green:#1a7a4a;--green-soft:#e6f4ed;--red:#c8330a;--red-soft:#fdecea;--amber:#9a5f05;--amber-soft:#fef3e2;--pad:16px;--radius:16px;--surface:#fff;--surface-2:var(--cream);--surface-3:var(--paper);--scrim:#18141080;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 8px 24px #00000024;--orange-wash:#ff4a1c1f;--orange-wash-2:#ff4a1c14;--on-orange:#fff;--fs-min:13px;--fs-body:15px;--fs-label:13px}@media (prefers-color-scheme:dark){:root{--cream:#241f1a;--paper:#16120f;--ink:#f7f3ee;--ink-2:#e3dcd3;--muted:#a29a91;--line:#352e27;--orange:#ff6438;--orange-deep:#ff8154;--orange-soft:#7a3a22;--green:#4fbf87;--green-soft:#14301f;--red:#ff7a5c;--red-soft:#3a1912;--amber:#e8a33d;--amber-soft:#362510;--surface:#1e1915;--surface-2:#241f1a;--surface-3:#16120f;--scrim:#000000a6;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 24px #0000008c;--orange-wash:#ff64382e;--orange-wash-2:#ff64381f;--on-orange:#160d08}}html,body,#root{background:var(--paper);height:100%;color:var(--ink-2);font-family:Hanken Grotesk,sans-serif;font-size:var(--fs-body);-webkit-font-smoothing:antialiased;line-height:1.5}:focus-visible{outline:2.5px solid var(--orange);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app{flex-direction:column;height:100%;display:flex}.main-content{padding:0 var(--pad) calc(80px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.appbar{padding:calc(env(safe-area-inset-top) + 12px) var(--pad) 12px;background:var(--paper);border-bottom:1px solid var(--line);z-index:10;align-items:center;gap:12px;display:flex;position:sticky;top:0}.appbar .logo{align-items:center;gap:6px;text-decoration:none;display:flex}.appbar .logo svg{width:28px;height:28px;color:var(--orange)}.appbar .logo .wordmark{color:var(--orange);letter-spacing:-.03em;font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-style:italic;font-weight:800}.appbar .logo .badge{background:var(--ink);color:var(--paper);letter-spacing:.04em;border-radius:4px;padding:1px 5px;font-size:11px;font-weight:700}.appbar-title{color:var(--ink);flex:1;font-size:17px;font-weight:700}.appbar-right{align-items:center;gap:8px;margin-left:auto;display:flex}.bottomnav{background:var(--paper);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);z-index:20;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{cursor:pointer;color:var(--muted);letter-spacing:.02em;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 4px 8px;font-family:Hanken Grotesk,sans-serif;font-size:12px;font-weight:600;transition:color .15s;display:flex}.nav-item svg{width:22px;height:22px}.nav-icon{border-radius:13px;justify-content:center;align-items:center;width:46px;height:26px;transition:background .18s;display:flex}.nav-item.active{color:var(--orange)}.nav-item.active .nav-icon{background:var(--orange-wash)}.page-head{justify-content:space-between;align-items:flex-end;padding:20px 0 16px;display:flex}.page-title{color:var(--ink);letter-spacing:-.02em;font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-style:italic;font-weight:800;line-height:1}.page-sub{color:var(--muted);margin-top:3px;font-size:13px;font-weight:500}.dot{color:var(--orange)}.table-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;padding-bottom:12px;display:grid}.table-card{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:8px;min-height:130px;padding:16px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;position:relative}.table-card:active{transform:scale(.97)}.table-card.occupied{border-color:var(--orange)}.table-card.paid{border-color:var(--green)}.table-card-name{color:var(--ink);font-size:15px;font-weight:700}.table-card-status{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;width:fit-content;padding:3px 8px;font-size:12px;font-weight:700}.table-card-status.empty{background:var(--cream);color:var(--muted)}.table-card-status.occupied{background:var(--orange-soft);color:var(--orange-deep)}.table-card-status.paid{background:var(--green-soft);color:var(--green)}.table-card-total{color:var(--ink);margin-top:auto;font-size:18px;font-weight:700}.table-card-meta{color:var(--muted);font-size:13px;font-weight:500}.add-table-card{border:2px dashed var(--line);border-radius:var(--radius);cursor:pointer;min-height:130px;color:var(--muted);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:600;transition:border-color .15s,color .15s;display:flex}.add-table-card:hover{border-color:var(--orange);color:var(--orange)}.add-table-card svg{width:24px;height:24px}.seg{background:var(--cream);border-radius:50px;gap:2px;padding:3px;display:inline-flex}.seg-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:5px;padding:6px 12px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.seg-btn svg{width:14px;height:14px}.seg-btn.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px #0000001a}.tgrid-wrap{flex-direction:column;gap:14px;display:flex}.tgrid-filters{gap:8px;display:flex}.tgrid-chip{border:1.5px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:50px;align-items:center;gap:6px;padding:7px 14px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.tgrid-chip.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}.tgrid-chip-count{background:var(--orange);color:var(--on-orange);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:12px;font-weight:800;display:inline-flex}.tgrid-section{flex-direction:column;gap:10px;display:flex}.tgrid-section-head{justify-content:space-between;align-items:baseline;margin-top:4px;display:flex}.tgrid-section-head h3{letter-spacing:-.01em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-style:italic;font-weight:800}.tgrid-section-meta{align-items:center;gap:10px;display:flex}.tgrid-section-count{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.tgrid-section-edit{background:var(--cream);width:26px;height:26px;color:var(--muted);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.tgrid-section-edit svg{width:13px;height:13px}.tgrid-section-edit:hover{background:var(--line);color:var(--ink)}.tgrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.tgrid-card{text-align:left;border-radius:var(--radius);border:1.5px solid var(--line);background:var(--surface);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;flex-direction:column;height:148px;padding:15px 16px 14px;font-family:Hanken Grotesk,sans-serif;transition:transform .12s,box-shadow .15s,border-color .15s;display:flex;position:relative}.tgrid-card:active{transform:scale(.97)}.tgrid-card.occupied{background:linear-gradient(160deg, var(--orange-wash-2) 0%, var(--orange-wash) 100%), var(--surface);box-shadow:inset 0 0 0 1.5px var(--orange-soft);border-color:#0000}.tgrid-card.satellite{border-style:dashed;border-color:var(--orange-soft);background:var(--paper)}.tgrid-card-head{justify-content:space-between;align-items:center;gap:8px;min-height:24px;display:flex}.tgrid-name{letter-spacing:-.02em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:800;line-height:1.05}.tgrid-status{letter-spacing:.05em;text-transform:uppercase;border-radius:20px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:800}.tgrid-status.empty{background:var(--cream);color:var(--muted)}.tgrid-status.occupied{background:var(--orange);color:var(--on-orange)}.tgrid-status.satellite{background:var(--orange-soft);color:var(--orange-deep)}.tgrid-card-foot{flex-direction:column;gap:2px;min-width:0;margin-top:auto;display:flex}.tgrid-amount{letter-spacing:-.02em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-style:italic;font-weight:800}.tgrid-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.tgrid-hint{color:var(--muted);font-size:13px;font-weight:600}.tgrid-badge{background:var(--orange);min-width:22px;height:22px;color:var(--on-orange);border:2px solid var(--paper);border-radius:11px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:800;display:flex;position:absolute;top:-7px;right:-7px}.tgrid-add{border-radius:var(--radius);border:1.5px dashed var(--line);height:148px;color:var(--muted);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:700;transition:border-color .15s,color .15s;display:flex}.tgrid-add svg{width:22px;height:22px}.tgrid-add:hover{border-color:var(--orange);color:var(--orange)}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:700;transition:background .15s,transform .1s,opacity .15s;display:flex}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--orange);color:var(--on-orange)}.btn-primary:hover:not(:disabled){background:var(--orange-deep)}.btn-ghost{background:var(--cream);color:var(--ink-2)}.btn-ghost:hover:not(:disabled){background:var(--line)}.btn-danger{background:var(--red-soft);color:var(--red)}.btn-sm{width:auto;padding:9px 16px;font-size:13px}.btn-icon{border-radius:50%;flex-shrink:0;width:40px;height:40px;padding:0}.btn-icon svg{width:18px;height:18px}.pill{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.pill.solid{background:var(--orange);color:var(--on-orange)}.pill.solid:hover{background:var(--orange-deep)}.pill.ghost{background:var(--cream);color:var(--ink-2)}.pill.ghost:hover{background:var(--line)}.pill svg{width:16px;height:16px}.overlay{background:var(--scrim);z-index:30;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--paper);padding:24px var(--pad) calc(24px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;flex-direction:column;gap:16px;width:100%;max-width:520px;max-height:90vh;display:flex;overflow-y:auto}.sheet-handle{background:var(--line);border-radius:2px;width:36px;height:4px;margin:0 auto -8px}.sheet-title{color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-style:italic;font-weight:800}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--ink-2);font-size:13px;font-weight:700}.field input,.field textarea,.field select{border:1.5px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:Hanken Grotesk,sans-serif;font-size:15px;transition:border-color .15s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange)}.field textarea{resize:vertical;min-height:80px}.list{flex-direction:column;gap:2px;display:flex}.lrow{background:var(--surface);cursor:pointer;text-align:left;width:100%;font-family:Hanken Grotesk,sans-serif;font-size:var(--fs-body);color:var(--ink-2);border:none;border-radius:12px;align-items:center;gap:12px;padding:13px 14px;transition:background .1s;display:flex}.lrow:hover{background:var(--cream)}.lrow .meta{flex:1;min-width:0}.lrow .meta b{color:var(--ink);font-size:15px;font-weight:700;display:block}.lrow .meta span{color:var(--muted);font-size:13px;font-weight:500}.lrow .right{text-align:right;flex-shrink:0}.sec-head{justify-content:space-between;align-items:center;margin:20px 0 10px;display:flex}.sec-head h3{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:700}.sec-head .sec-count{color:var(--muted);background:var(--cream);border-radius:20px;padding:2px 9px;font-size:12px;font-weight:800}.mgrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.mtile{border-radius:var(--radius);border:1.5px solid var(--line);background:var(--surface);cursor:pointer;flex-direction:column;gap:8px;min-height:118px;padding:14px 14px 12px;transition:transform .12s,box-shadow .15s,border-color .15s;display:flex;position:relative}.mtile:active{transform:scale(.97)}.mtile:hover{border-color:var(--orange-soft)}.mtile.off{background:var(--paper)}.mtile.off .mtile-name,.mtile.off .mtile-desc,.mtile.off .mtile-price{opacity:.45}.mtile-toggle{cursor:pointer;background:var(--green-soft);width:28px;height:28px;color:var(--green);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.mtile-toggle svg{width:14px;height:14px}.mtile.off .mtile-toggle{background:var(--cream);color:var(--muted)}.mtile-body{flex-direction:column;gap:3px;padding-right:30px;display:flex}.mtile-name{color:var(--ink);font-size:15px;font-weight:700;line-height:1.25}.mtile-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.mtile-foot{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.mtile-price{letter-spacing:-.02em;color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800}.mtile-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--cream);border-radius:20px;padding:3px 8px;font-size:11px;font-weight:800}.mtile-tag.off{background:var(--cream);color:var(--muted)}.chip{letter-spacing:.03em;border-radius:20px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.chip.open{background:var(--orange-soft);color:var(--orange-deep)}.chip.closed{background:var(--cream);color:var(--muted)}.chip.paid{background:var(--green-soft);color:var(--green)}.chip.pending{background:var(--amber-soft);color:var(--amber)}.auth-wrap{min-height:100vh;padding:24px var(--pad);background:var(--paper);flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.auth-logo{align-items:center;gap:8px;display:flex}.auth-logo svg{width:36px;height:36px;color:var(--orange)}.auth-logo .wordmark{color:var(--orange);letter-spacing:-.03em;font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-style:italic;font-weight:800}.auth-logo .badge{background:var(--ink);color:var(--paper);letter-spacing:.04em;border-radius:5px;padding:2px 7px;font-size:12px;font-weight:700}.auth-card{background:var(--surface);border:1.5px solid var(--line);border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:400px;padding:28px 24px;display:flex}.auth-card h2{color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-style:italic;font-weight:800}.auth-card p{color:var(--muted);font-size:14px}.err-msg{color:var(--red);text-align:center;font-size:13px;font-weight:600}.empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:10px;padding:48px 24px;display:flex}.empty svg{opacity:.4;width:48px;height:48px}.empty b{color:var(--ink-2);font-size:16px;font-weight:700}.empty p{font-size:14px}.page-loading{justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.spinner{border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.qr-wrap{flex-direction:column;align-items:center;gap:16px;padding:8px 0;display:flex}.qr-wrap canvas{border-radius:12px}.qr-label{color:var(--ink);text-align:center;font-size:18px;font-weight:700}.qr-url{color:var(--muted);word-break:break-all;text-align:center;font-size:13px}.item-row{background:var(--surface);border-radius:10px;align-items:center;gap:10px;padding:11px 14px;display:flex}.item-row .item-name{color:var(--ink);flex:1;font-size:15px;font-weight:600}.item-row .item-qty{color:var(--muted);font-size:13px;font-weight:600}.item-row .item-price{color:var(--ink-2);font-size:15px;font-weight:700}.alert{background:var(--amber-soft);color:var(--amber);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.alert.success{background:var(--green-soft);color:var(--green)}.alert.error{background:var(--red-soft);color:var(--red)}.floor-canvas-outer{background:var(--surface-2);touch-action:none;-webkit-user-select:none;user-select:none;flex:1;position:relative;overflow:hidden}.floor-canvas-inner{transform-origin:0 0;width:1000px;height:700px;position:absolute}.table-card.floor-card{width:140px;min-height:unset;touch-action:none;-webkit-user-select:none;user-select:none;height:100px;transition:box-shadow .15s;position:absolute;overflow:hidden}.table-card.floor-card.edit-mode{cursor:grab;animation:.45s ease-in-out infinite alternate wiggle}.table-card.floor-card.dragging{box-shadow:var(--shadow-md);cursor:grabbing;z-index:100;animation:none}.table-card.floor-card.satellite{border-color:var(--orange);opacity:.65}@keyframes wiggle{0%{transform:rotate(-1.5deg)}to{transform:rotate(1.5deg)}}.floor-section{pointer-events:none;border-radius:12px;align-items:flex-start;padding:8px 10px;display:flex;position:absolute}.floor-section.edit-mode{pointer-events:auto;cursor:pointer}.floor-section-label{letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.floor-empty-state{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);padding:16px}.card+.card{margin-top:16px}.card-tight{padding:12px 14px}.card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.card-title{color:var(--ink);font-size:14px;font-weight:700}.card-note{color:var(--muted);font-size:13px}.money{letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,sans-serif;font-style:italic;font-weight:800}.money-xs{font-size:15px}.money-sm{font-size:17px}.money-md{font-size:22px}.money-lg{font-size:28px}.money.pos{color:var(--green)}.money.neg{color:var(--red)}.money.dim{color:var(--muted)}.stat-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width>=700px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-tile{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);text-align:center;min-width:0;padding:14px 12px}.stat-label{font-size:var(--fs-min);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:5px;font-weight:700}.stat-value{color:var(--ink);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-style:italic;font-weight:800;line-height:1.1}.stat-sub{font-size:var(--fs-min);color:var(--muted);margin-top:4px}.stat-delta{font-size:var(--fs-min);margin-top:4px;font-weight:700}.stat-delta.up{color:var(--green)}.stat-delta.down{color:var(--red)}.stat-delta.flat{color:var(--muted)}.kv{justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;display:flex}.kv+.kv{margin-top:9px}.kv-k{color:var(--muted)}.kv-v{color:var(--ink);text-align:right;font-weight:700}.kv-group+.kv-group{border-top:1px solid var(--line);margin-top:10px;padding-top:10px}.kv-group-title{font-size:var(--fs-min);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:8px;font-weight:700}.meter{background:var(--line);border-radius:99px;height:7px;overflow:hidden}.meter-fill{background:var(--orange);border-radius:99px;height:100%;transition:width .3s}.meter-fill.done{background:var(--green)}.settle{background:var(--surface-2);border:1.5px solid var(--line);border-radius:12px;margin-top:10px;padding:13px 14px}.settle.done{background:var(--green-soft);border-color:var(--green)}.settle-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:9px;display:flex}.settle-state{font-weight:700;font-size:var(--fs-label);color:var(--amber)}.settle.done .settle-state{color:var(--green)}.summary{background:var(--surface);border-radius:var(--radius);border:1.5px solid var(--line);gap:10px;margin:20px 0 16px;padding:16px;display:flex}.summary-cell{text-align:center;flex:1;min-width:0}.summary-cell .stat-label{margin:5px 0 0}.summary-div{background:var(--line);flex-shrink:0;width:1px}.chart{align-items:flex-end;gap:6px;height:96px;display:flex}.chart-col{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:5px;height:100%;padding:0;font-family:inherit;display:flex}.chart-bar{background:var(--orange-wash);border-radius:4px 4px 2px 2px;width:100%;transition:background .15s}.chart-col.on .chart-bar{background:var(--orange)}.chart-col:hover .chart-bar{background:var(--orange-soft)}.chart-col.on:hover .chart-bar{background:var(--orange)}.chart-label{font-size:var(--fs-min);color:var(--muted);font-weight:500}.chart-col.on .chart-label{color:var(--ink);font-weight:700}.rank-row{padding:10px 0}.rank-row+.rank-row{border-top:1px solid var(--line)}.rank-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.rank-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.rank-bar-row{align-items:center;gap:8px;margin-top:7px;display:flex}.rank-meta{font-size:var(--fs-min);color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:92px}.note{font-size:var(--fs-label);color:var(--muted);line-height:1.45}.note-err{font-size:var(--fs-label);color:var(--red);margin:6px 0;font-weight:600}.badge-ai{text-transform:uppercase;letter-spacing:.06em;color:var(--orange);background:var(--orange-wash);border-radius:99px;padding:3px 8px;font-size:12px;font-weight:700}.sheet-actions{gap:10px;display:flex}.sheet-actions .btn{flex:1}.sheet-body{flex-direction:column;gap:14px;display:flex}.sheet-lead{color:var(--ink-2);font-size:15px;line-height:1.5}.sheet-amount{background:var(--surface-2);border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:14px;display:flex}.toasts{left:50%;bottom:calc(88px + env(safe-area-inset-bottom));z-index:60;pointer-events:none;flex-direction:column;gap:8px;width:min(440px,100vw - 32px);display:flex;position:fixed;transform:translate(-50%)}.toast{background:var(--ink);color:var(--paper);box-shadow:var(--shadow-md);pointer-events:auto;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:600;animation:.18s ease-out toast-in;display:flex}.toast-msg{flex:1;min-width:0}.toast.err{background:var(--red);color:#fff}.toast.ok{background:var(--green);color:#fff}.toast-action{color:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:underline}.toast-close{color:inherit;opacity:.7;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:15px;line-height:1}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.offline-banner{background:var(--amber-soft);color:var(--amber);font-size:var(--fs-label);text-align:center;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-weight:700;display:flex}.offline-banner svg{flex-shrink:0;width:15px;height:15px}.takings{background:var(--surface);border:1.5px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;display:flex;overflow:hidden}.takings-cell{text-align:center;padding:7px 13px}.takings-cell+.takings-cell{border-left:1px solid var(--line)}.takings-label{font-size:var(--fs-min);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:1px;font-weight:600}.workspace{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.main-content{width:100%;max-width:1100px;margin:0 auto}.split{display:contents}@media (width>=900px){.app{flex-direction:row}.bottomnav{border-top:none;border-right:1px solid var(--line);width:92px;padding:calc(env(safe-area-inset-top) + 14px) 0 14px;flex-direction:column;flex-shrink:0;order:-1;gap:4px;position:static}.nav-item{flex:none;padding:12px 4px;font-size:12px}.main-content{padding-bottom:32px}.toasts{bottom:24px;left:calc(50% + 46px)}.split{flex:1;min-width:0;min-height:0;display:flex}.split-pane{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.split-pane+.split-pane{border-left:1px solid var(--line);flex:0 0 clamp(380px,38%,520px)}.split-pane .main-content{max-width:none}.split-pane+.split-pane .pane-back{display:none}}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn-hold{touch-action:none;position:relative;overflow:hidden}.btn-hold:before{content:"";width:var(--hold,0%);background:#00000038;transition:width 50ms linear;position:absolute;inset:0 auto 0 0}.btn-hold-label{z-index:1;position:relative}.note-center{text-align:center;padding:16px 0}.role-tag{background:var(--surface-2);text-transform:capitalize;color:var(--ink-2);border-radius:5px;padding:1px 7px;font-size:12px;font-weight:700}.chev{width:16px;height:16px;color:var(--muted);flex-shrink:0}.pin-input{text-align:center;letter-spacing:10px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:Hanken Grotesk,sans-serif;font-size:30px}.pin-input:focus{border-color:var(--orange)}.ctx-scrim{z-index:199;position:fixed;inset:0}.ctx-menu{z-index:200;background:var(--surface);border:1.5px solid var(--line);box-shadow:var(--shadow-md);border-radius:14px;min-width:178px;padding:6px 0;position:fixed}.ctx-head{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding:8px 16px 5px;font-size:12px;font-weight:700}.ctx-item{cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:600;display:flex}.ctx-item:hover{background:var(--surface-2)}.ctx-item.danger{color:var(--red)}.ctx-icon{flex-shrink:0;width:16px;height:16px}.qr-wrap canvas{background:#fbfaf8;border-radius:12px;padding:6px}.page-head{flex-wrap:wrap;gap:12px}.callout{background:var(--surface-2);border:1.5px solid var(--line);border-radius:12px;padding:13px 14px}.callout.warn{background:var(--amber-soft);border-color:var(--amber)}.callout-title{color:var(--ink);font-size:15px;font-weight:700}.callout.warn .callout-title{color:var(--amber)}.callout-body{font-size:var(--fs-label);color:var(--ink-2);margin-top:5px;line-height:1.45}.order-lines{font-size:var(--fs-label);flex-direction:column;gap:4px;margin:8px 0 10px;display:flex}.order-lines .kv+.kv{margin-top:0}.chip-row{flex-wrap:wrap;align-items:center;gap:7px;margin-top:16px;display:flex}.sec-head .chip-row{margin-top:0}.chip-row-label{font-size:var(--fs-label);color:var(--muted);font-weight:700}.pill.dashed{border:1.5px dashed var(--line)}.item-btn{background:var(--surface-2);width:32px;height:32px;color:var(--ink-2);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.item-btn svg{width:14px;height:14px}.item-btn.danger{background:var(--red-soft);color:var(--red)}.list-total{justify-content:flex-end;align-items:baseline;gap:10px;padding:12px 14px 4px;display:flex}.list-total .stat-label{margin:0}.btn-cash{color:var(--green);box-shadow:inset 0 0 0 1.5px var(--green)}.suggest{border:1.5px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:10px;margin-top:5px;overflow:hidden}.suggest-row{border:none;border-bottom:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:11px 14px;font-family:Hanken Grotesk,sans-serif;font-size:15px;display:flex}.suggest-row:last-child{border-bottom:none}.suggest-row:hover{background:var(--surface-2)}.suggest-name{color:var(--ink);font-weight:500}.suggest-price{color:var(--muted);font-size:var(--fs-label);flex-shrink:0}.field-label{font-size:var(--fs-label);color:var(--ink-2);font-weight:700}.field-pair{grid-template-columns:1fr 92px;gap:10px;display:grid}.choice-row{flex-wrap:wrap;gap:8px;display:flex}.choice{border:1.5px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;font-size:var(--fs-label);border-radius:20px;padding:7px 14px;font-family:Hanken Grotesk,sans-serif;font-weight:600}.choice.on{border-color:var(--orange);background:var(--orange-wash);color:var(--orange-deep)}.scan-list{flex-direction:column;gap:8px;max-height:50vh;display:flex;overflow-y:auto}.scan-row{background:var(--surface-2);border-radius:10px;align-items:center;gap:8px;padding:8px 10px;display:flex}.scan-input{border:1px solid var(--line);font-size:var(--fs-label);background:var(--surface);color:var(--ink);border-radius:8px;outline:none;min-width:0;padding:7px 8px;font-family:Hanken Grotesk,sans-serif}.scan-input:focus{border-color:var(--orange)}.scan-name{flex:1}.scan-qty{text-align:center;width:50px}.scan-price{text-align:right;width:72px}.scan-cur{font-size:var(--fs-min);color:var(--muted)}.scan-del{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:4px;line-height:0}.scan-del svg{width:14px;height:14px}.lrow:disabled{cursor:default}.lrow:disabled:hover{background:var(--surface)}.queue-brand{align-items:center;gap:9px;display:flex}.queue-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:11px;font-weight:700}.queue-venue{color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-style:italic;font-weight:800;line-height:1.1}.queue-takings{background:var(--green-soft);border:1px solid var(--green);font-size:var(--fs-label);color:var(--green);white-space:nowrap;border-radius:20px;padding:4px 12px;font-weight:700}.icon-btn{border:1.5px solid var(--line);background:var(--paper);width:36px;height:36px;color:var(--ink);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-btn svg{width:18px;height:18px}.icon-btn.off{background:var(--surface-2);color:var(--muted)}.queue-head{justify-content:space-between;align-items:center;padding:12px 16px 4px;display:flex}.queue-count{background:var(--orange-wash);border:1px solid var(--orange);color:var(--orange);border-radius:20px;padding:2px 10px;font-size:12px;font-weight:700;transition:transform .2s}.queue-count.pulse{transform:scale(1.25)}.station-count{background:var(--line);border-radius:20px;padding:0 7px;font-size:12px;font-weight:700}.pill.solid .station-count{background:#ffffff40}.queue-hero{background:var(--orange);color:var(--on-orange);border-radius:16px;margin-bottom:12px;padding:18px}.queue-hero-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.queue-hero-eyebrow{text-transform:uppercase;letter-spacing:.1em;opacity:.7;font-size:11px;font-weight:700}.queue-hero-station{text-transform:uppercase;letter-spacing:.08em;background:#ffffff38;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700}.queue-hero-name{margin-bottom:10px;font-family:Bricolage Grotesque,sans-serif;font-size:23px;font-style:italic;font-weight:800;line-height:1.1}.queue-hero-sub{font-family:Hanken Grotesk,sans-serif;font-style:normal;font-weight:700;font-size:var(--fs-label);opacity:.8;margin-left:10px}.queue-hero-item{font-size:22px;font-weight:700;line-height:1.3}.queue-hero-note{font-size:var(--fs-label);background:#ffffff2e;border-radius:8px;margin:8px 0;padding:7px 10px;font-style:italic}.queue-hero-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:10px 0 14px;display:flex}.queue-hero-when{opacity:.65;font-size:12px}.queue-hero-right{align-items:center;gap:8px;display:flex}.queue-hero-actions{gap:8px;display:flex}.queue-btn{cursor:pointer;border-radius:10px;padding:13px;font-family:Hanken Grotesk,sans-serif;font-size:15px;font-weight:700}.queue-btn.start{color:inherit;background:#fff3;border:1.5px solid #ffffff8c;flex:0 0 40%}.queue-btn.cooking{text-align:center;opacity:.85;cursor:default;background:#ffffff24;border:none;flex:0 0 40%}.queue-btn.done{background:var(--surface);color:var(--orange-deep);border:none;flex:1}.queue-decline{width:100%;color:inherit;opacity:.8;font-weight:600;font-size:var(--fs-label);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:9px;font-family:Hanken Grotesk,sans-serif;text-decoration:underline}.queue-row{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.queue-row-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.queue-pos{background:var(--line);width:24px;height:24px;color:var(--ink-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.queue-row-name{font-size:var(--fs-label);color:var(--ink);font-weight:700}.queue-row-station{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-left:6px;font-size:11px;font-weight:700}.queue-row-items{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.queue-row-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.queue-row-status{color:var(--muted);font-size:12px}.queue-row-status.cooking{color:var(--orange);font-weight:700}.queue-tip{color:var(--green);font-size:12px;font-weight:700}.queue-hero .queue-tip{color:inherit;opacity:.9}.pay-badge{background:var(--surface-2);color:var(--muted);border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.pay-badge.wallet{background:var(--orange-wash);color:var(--orange-deep)}.pay-badge.card{background:var(--green-soft);color:var(--green)}.pay-badge.on-orange{color:inherit;background:#ffffff38}.chart-detail{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.settings-stack{flex-direction:column;gap:16px;display:flex}.card-lg{flex-direction:column;gap:14px;padding:20px;display:flex}.card-lg>.card-title{margin:0}.wallet-plate{background:#181410;border-radius:14px;justify-content:space-between;align-items:flex-end;gap:12px;padding:18px 20px;display:flex}.wallet-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;margin-bottom:4px;font-size:11px;font-weight:700}.wallet-amount{color:#fbfaf8;letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,sans-serif;font-size:34px;font-style:italic;font-weight:800;line-height:1}.wallet-withdraw{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:11px 18px;font-family:Hanken Grotesk,sans-serif;font-size:14px;font-weight:700}.wrow{justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.wrow+.wrow{border-top:1px solid var(--line)}.wrow-amount{font-size:var(--fs-label);color:var(--ink);font-weight:600}.wrow-when{color:var(--muted);font-size:12px}.venue-row{cursor:pointer;border:1.5px solid var(--line);background:var(--surface);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:12px 14px;font-family:Hanken Grotesk,sans-serif;display:flex}.venue-row.active{border-color:var(--orange);background:var(--surface-2);cursor:default}.venue-name{font-size:var(--fs-body);color:var(--ink);font-weight:700}.venue-mode{color:var(--muted);font-size:12px}.venue-active{color:var(--orange);font-size:12px;font-weight:700}.mode-row{gap:10px;display:flex}.mode-btn{font-weight:700;font-size:var(--fs-label);border:2px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:10px;flex:1;padding:12px 0;font-family:Hanken Grotesk,sans-serif}.mode-btn.on{border-color:var(--orange);background:var(--surface-2);color:var(--orange-deep);cursor:default}.staff-meta{align-items:center;gap:6px;display:flex}.ok-msg{font-size:var(--fs-label);color:var(--green);font-weight:600}.success-mark{background:var(--green-soft);width:64px;height:64px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.success-mark svg{width:32px;height:32px}.sheet-center{text-align:center;flex-direction:column;gap:14px;display:flex}.summary{padding:16px 10px}.summary-cell .money{white-space:nowrap;font-size:clamp(15px,4.6vw,22px)}.summary-cell .stat-label{letter-spacing:.04em}.auth-card .sheet-body{gap:12px}.auth-links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.link-btn{cursor:pointer;font-family:Hanken Grotesk,sans-serif;font-size:var(--fs-label);color:var(--muted);background:0 0;border:none;padding:4px 0;font-weight:600}.link-btn:hover:not(:disabled){color:var(--ink)}.link-btn:disabled{opacity:.5;cursor:default}.otp-row{justify-content:center;gap:8px;display:flex}.otp-box{text-align:center;border:1.5px solid var(--line);background:var(--surface-2);width:46px;height:54px;color:var(--ink);border-radius:10px;outline:none;font-family:Hanken Grotesk,sans-serif;font-size:22px;font-weight:700}.otp-box:focus{border-color:var(--orange)}.money.neg,.stat-value.neg{color:var(--red)}.wallet-amount.neg{color:#ff7a5c}.queue-takings.neg{background:var(--red-soft);border-color:var(--red);color:var(--red)}
