:root{--bg:#f2f6f9;--surface:#fff;--ink:#1f2a3a;--muted:#637387;--line:#dde5ec;--line-soft:#edf2f6;--head-bg:#f6f9fb;--hover:#eaf1f6;--accent:#0f8a72;--accent-hover:#0c7561;--accent-bright:#1abc9c;--accent-soft:#e2f6f1;--accent-ink:#fff;--blue:#3a5aa8;--blue-dark:#2f4a8e;--blue-soft:#e8eefb;--danger:#c8424f;--danger-soft:#fde8ea;--warn:#b7700c;--warn-bg:#fff4e0;--warn-line:#f3d9a8;--shadow:0 1px 2px #1f2a3a0f, 0 4px 16px #1f2a3a0d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}a{color:var(--accent);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}h1{letter-spacing:-.01em;margin:0 0 1rem;font-size:1.7rem}h2{margin:2rem 0 .6rem;font-size:1.1rem}.muted{color:var(--muted)}.small{font-size:.85rem}.mono{font-family:ui-monospace,monospace;font-size:.85rem}.center{place-items:center;min-height:60vh;display:grid}.brand{color:var(--ink);margin:0;font-size:1.05rem;font-weight:800}.brand span{color:var(--muted);font-weight:500}.topbar{background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1.25rem;display:flex}.who{align-items:center;gap:.75rem;display:flex}.badge{background:var(--accent);color:var(--accent-ink);border-radius:999px;margin-left:.5rem;padding:.1rem .5rem;font-size:.72rem;font-style:normal}.page{width:100%;max-width:64rem;margin:0 auto;padding:1.75rem 1.25rem 4rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:1rem}.notice{background:var(--warn-bg);border-color:var(--warn-line);margin-top:1rem}.notice p{margin-top:0}.auth{place-items:center;min-height:100vh;padding:1rem;display:grid}.auth-card{flex-direction:column;gap:.85rem;width:100%;max-width:24rem;padding:1.75rem;display:flex}.auth-card h1,.auth-card p{margin:0}label{flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}input,select{font:inherit;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:7px;min-width:0;padding:.55rem .65rem}button{font:inherit;border:1px solid var(--accent);background:var(--accent);color:var(--accent-ink);cursor:pointer;border-radius:7px;padding:.55rem 1rem;font-weight:600}button:disabled{opacity:.6;cursor:default}button.small{padding:.25rem .6rem;font-size:.85rem}.inline{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.grow{flex:14rem}.error{color:var(--danger);margin:.5rem 0;font-weight:600}.ok{color:var(--accent);margin:.5rem 0;font-weight:600}.stack{flex-direction:column;gap:.85rem;max-width:26rem;display:flex}.stack h2{margin:0}.table{border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:10px;width:100%;display:block;overflow:auto hidden}.table thead,.table tbody{border-collapse:collapse;width:100%;display:table}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:.6rem .85rem}.table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.8rem}.table tr:last-child td{border-bottom:0}.table .num{text-align:right;white-space:nowrap}.pending td{background:var(--warn-bg)}.list{padding-left:1.2rem}h2.first{margin-top:0}h3{margin:0 0 .75rem;font-size:1.05rem}.stack-lg{flex-direction:column;gap:1rem;display:flex}.tabs{border-bottom:1px solid var(--line);gap:.25rem;margin:0 0 1.25rem;display:flex;overflow-x:auto}.tabs a{color:var(--muted);white-space:nowrap;border-bottom:3px solid #0000;padding:.55rem .85rem;font-weight:600}.tabs a:hover{color:var(--ink);text-decoration:none}.tabs a[aria-current=page]{color:var(--ink);border-bottom-color:var(--accent)}.editor{border-color:var(--accent);box-shadow:0 2px 10px #0000000d}.fields{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;display:flex}.fields label{flex:12rem}.fields label.narrow{flex:0 8rem}.fields label.grow{flex:2 16rem}.fields .full{flex-basis:100%;margin:0}label.check{flex-direction:row;flex:0 auto;align-items:center;gap:.5rem;padding-bottom:.55rem;font-weight:500}label.check input{width:1.1rem;height:1.1rem}.actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}button.danger{color:var(--danger);border-color:var(--danger);margin-left:auto}.group-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:.5rem 0;display:flex}.group-head h2{margin:0}.row-actions{flex-wrap:wrap;gap:.35rem;display:flex}.table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:10px;overflow-x:auto}.table-wrap .table{border:0;border-radius:0;display:table}.table-wrap .table thead,.table-wrap .table tbody{display:table-row-group}.table-wrap .table thead{display:table-header-group}.table td .ghost.small{margin-left:.25rem}tr.inactive td{color:var(--muted)}.tag{background:var(--line-soft);color:var(--muted);border-radius:999px;margin-left:.5rem;padding:.05rem .45rem;font-size:.72rem;display:inline-block}.warn{color:var(--warn);font-weight:600}.cards{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.75rem;display:grid}.tile{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.tile-name{font-size:1.35rem;font-weight:800}.empty p{margin:0}button.ghost:disabled{color:var(--line);border-color:var(--line)}.fest-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.koffer{background:var(--line-soft);color:var(--muted);border-radius:999px;padding:.35rem .7rem;font-size:.9rem;font-weight:600}.fest .actions,.fest .notice{margin-top:.75rem}pre.code{color:#e6f3ef;white-space:pre;background:#1f2a3a;border-radius:7px;padding:.75rem;font-size:.8rem;overflow-x:auto}.menu{position:relative}.menu-button{align-items:center;gap:.6rem;display:flex}.burger{flex-direction:column;gap:3px;display:inline-flex}.burger i{background:currentColor;border-radius:1px;width:18px;height:2px;display:block}.menu-panel{background:var(--surface);border:1px solid var(--line);z-index:20;border-radius:10px;flex-direction:column;min-width:15rem;padding:.4rem;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001f}.menu-who{border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:.1rem;margin-bottom:.3rem;padding:.5rem .6rem .7rem;display:flex}.menu-who .badge{margin:.25rem 0 0}.menu-panel a,.menu-panel .menu-item{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:6px;padding:.55rem .6rem;font-weight:600}.menu-panel a:hover,.menu-panel .menu-item:hover{background:var(--hover);text-decoration:none}@media (width<=480px){.menu-name{display:none}}.crumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.9rem;display:flex}.fest-title{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.fest-title h1{margin:0}.cards.wide{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}.fest-card{color:var(--ink);flex-direction:column;align-items:flex-start;gap:.35rem;font-weight:400;display:flex}.fest-card:hover{border-color:var(--accent);text-decoration:none}.stats{font-size:.9rem}button.block{width:100%;margin-top:1rem}.facts{grid-template-columns:max-content 1fr;gap:.4rem 1.25rem;margin:0;display:grid}.facts dt{color:var(--muted)}.facts dd{margin:0}a.button{border:1px solid var(--accent);color:var(--accent);background:0 0;border-radius:7px;padding:.55rem 1rem;font-weight:600;display:inline-block}a.button:hover{background:var(--accent-soft);text-decoration:none}.sticker-layout{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.25rem;display:grid}@media (width<=760px){.sticker-layout{grid-template-columns:1fr}}.tape-preview{border:1px solid var(--line);background:#fff;border-radius:4px;align-items:center;gap:9px;width:max-content;max-width:100%;height:72px;padding:0 12px 0 9px;display:flex;box-shadow:0 1px 3px #00000014}.tape-title{white-space:nowrap;font-size:1.3rem;font-weight:800;line-height:1.1}.tape-sub{white-space:nowrap;font-size:.72rem}.tape-code{color:#666;font-family:ui-monospace,monospace;font-size:.6rem}.sticker-list{grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.4rem;margin-top:.75rem;display:grid}.sticker-chip{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:.5rem;padding:.35rem .5rem;display:flex}.sticker-chip b{min-width:2.5rem}details summary{cursor:pointer;font-weight:600}.waiter{align-items:flex-start;gap:1rem;display:flex}.waiter.inactive{opacity:.65}.waiter-qr{border:1px solid var(--line);border-radius:6px;flex:none;width:96px;height:96px}.waiter-info{flex-direction:column;gap:.25rem;min-width:0;display:flex}.pin{letter-spacing:.15em;font-family:ui-monospace,monospace;font-size:1.15rem;font-weight:700}.overlay{z-index:50;background:#16203080;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.print-card{text-align:center;background:#fff;border-radius:12px;width:min(24rem,100%);padding:1.5rem 1.75rem}.print-card h2{margin:0 0 .5rem;font-size:2rem}.print-card img{width:100%;max-width:15rem}.pin-large{letter-spacing:.12em;margin:.5rem 0 1rem;font-family:ui-monospace,monospace;font-size:1.8rem;font-weight:800}.print-card ol{text-align:left;margin:0 0 .5rem;padding-left:1.2rem}.print-card .actions{justify-content:center}@media print{body *{visibility:hidden}.print-card,.print-card *{visibility:visible}.print-card{box-shadow:none;position:absolute;top:0;left:0}.no-print{display:none!important}}.group h2{margin:0}.group .table-wrap{margin-top:.75rem}fieldset.choices{border:1px solid var(--line);border-radius:8px;flex-wrap:wrap;gap:.25rem 1.25rem;padding:.5rem .75rem;display:flex}fieldset.choices legend{padding:0 .25rem;font-size:.9rem;font-weight:600}.options{flex-direction:column;gap:.5rem;display:flex}.option-row{border:1px solid var(--line);background:var(--head-bg);border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;padding:.5rem;display:flex}.option-row label{flex:9rem}.option-row label.narrow{flex:0 7rem}.option-row label.grow{flex:2 12rem}.modifier-groups{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.modifier-group{border:1px dashed var(--line);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;padding:.45rem .6rem;display:flex}.option-chips{flex-wrap:wrap;flex:auto;gap:.3rem;display:flex}.option-chips .tag{margin-left:0}.tag.off{opacity:.6;text-decoration:line-through}.with-icon{align-items:center;gap:.35rem;display:inline-flex}.icon-button{width:2.1rem;height:2.1rem;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:inline-grid}.icon-button:hover:not(:disabled){background:var(--hover);color:var(--ink)}.icon-button:disabled{opacity:.35}.link-button{color:var(--accent);text-transform:uppercase;letter-spacing:.03em;background:0 0;border:0;padding:.4rem 0;font-size:.85rem;font-weight:700}.grip{color:#8795a6;cursor:grab;touch-action:none;background:0 0;border:0;border-radius:6px;place-items:center;width:1.9rem;height:1.9rem;padding:0;display:inline-grid}.grip:hover{background:var(--hover);color:var(--ink)}.grip:active{cursor:grabbing}.grip-space{width:1.9rem}.dragging{background:var(--surface);border-radius:8px;box-shadow:0 8px 24px #00000024}.spacer{flex:1}.menu-category{flex-direction:column;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.category-head{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.category-title{flex-direction:column;flex:12rem;display:flex}.category-title h2{margin:0;font-size:1.2rem}.grid-table{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.grid-row{border-top:1px solid var(--line-soft);align-items:center;gap:.75rem;min-height:3rem;padding:.45rem .75rem .45rem .35rem;display:grid}.grid-head{background:var(--head-bg);text-transform:uppercase;letter-spacing:.05em;min-height:2.25rem;color:var(--muted);border-top:0;font-size:.75rem;font-weight:700}.grid-row .num{text-align:right;font-variant-numeric:tabular-nums}.grid-row .cell-center{justify-content:center;align-items:center;display:flex}.grid-row .name{font-weight:600}.grid-row.inactive .name,.grid-row.inactive .num{color:var(--muted)}.grid-empty{border-top:1px solid var(--line-soft);padding:.75rem 1rem}.cell-main{flex-direction:column;min-width:0;display:flex}.chips{flex-wrap:wrap;gap:.25rem;display:flex}.chips .tag{margin:0}.articles .grid-row{grid-template-columns:2rem minmax(10rem,2fr) 6rem minmax(7rem,1fr) minmax(8rem,1.2fr) 5.5rem 2.5rem}.groups .grid-row{grid-template-columns:2rem minmax(9rem,1fr) 11rem minmax(10rem,2.5fr) 2.5rem}.options .grid-row{grid-template-columns:2rem minmax(9rem,2fr) 6.5rem 3.5rem 5.5rem 5.5rem 3.5rem 2.5rem}.options input:not([type=checkbox]){width:100%}@media (width<=720px){.hide-sm{display:none!important}.articles .grid-row{grid-template-columns:2rem minmax(0,1fr) 5rem 3.5rem 2.5rem}.groups .grid-row{grid-template-columns:2rem minmax(0,1fr) minmax(0,1.5fr) 2.5rem}.options{overflow-x:auto}.options .grid-row{min-width:40rem}}input.switch{appearance:none;cursor:pointer;background:#cfd8e1;border:0;border-radius:999px;flex:none;width:2.5rem;min-width:0;height:1.4rem;padding:0;transition:background .15s;position:relative}input.switch:after{content:"";background:#fff;border-radius:50%;width:calc(1.4rem - 4px);height:calc(1.4rem - 4px);transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}input.switch:checked:after{transform:translate(1.1rem)}input.switch:disabled{opacity:.5;cursor:default}.modal{background:var(--surface);border-radius:14px;flex-direction:column;width:min(34rem,100%);max-height:calc(100vh - 2rem);display:flex;box-shadow:0 20px 60px #00000040}.modal.wide{width:min(58rem,100%)}.modal-head{justify-content:space-between;align-items:center;padding:1rem 1.25rem .5rem;display:flex}.modal-head h2{margin:0;font-size:1.2rem}.modal-body{flex-direction:column;gap:1rem;padding:.5rem 1.25rem 1rem;display:flex;overflow-y:auto}.modal-foot{border-top:1px solid var(--line);padding:.75rem 1.25rem 1rem}.modal-foot .actions{align-items:center;margin-top:0}.form-section{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:.6rem;padding-bottom:1rem;display:flex}.form-section:last-child{border-bottom:0;padding-bottom:0}.form-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:.8rem}.form-grid{gap:.75rem;display:grid}.form-grid.two{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}@media (width<=520px){.form-grid.two{grid-template-columns:1fr}}input.big{font-size:1.35rem;font-weight:600}.toggle-row{flex-direction:row;align-items:center;gap:.65rem;font-weight:500}.check-list{border:1px solid var(--line);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.check-row{border-top:1px solid var(--line-soft);grid-template-columns:1.5rem minmax(6rem,auto) 1fr;align-items:center;gap:.6rem;padding:.55rem .75rem;font-weight:400;display:grid}.check-row:first-child{border-top:0}.check-row input{width:1.1rem;height:1.1rem}.allergens{grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.35rem;display:grid}.allergen{color:var(--ink);border:1px solid var(--line);text-align:left;background:#fff;padding:.4rem .6rem;font-weight:400}.allergen b{width:1.1rem;color:var(--muted);display:inline-block}.allergen.on b{color:var(--accent)}.overlay .modal input,.overlay .modal select{min-width:0}body{background:var(--bg)}.topbar{background:var(--blue);color:#fff;border-bottom:0;box-shadow:0 2px 10px #2f4a8e40}.topbar .brand{color:#fff}.topbar .brand span{color:#c9d6f3}.topbar .menu-button{color:#fff;background:#ffffff14;border-color:#ffffff73}.topbar .menu-button:hover{background:#ffffff2e}.menu-panel{color:var(--ink)}a,.crumbs a{color:var(--blue)}.card{border-color:var(--line);box-shadow:var(--shadow)}.table-wrap,.grid-table{border-color:var(--line)}button{border-color:var(--accent);background:var(--accent);transition:background .12s,border-color .12s,color .12s}button:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button.ghost{color:var(--accent);background:0 0}button.ghost:hover:not(:disabled){background:var(--accent-soft);color:var(--accent-hover)}button.danger,button.ghost.danger{color:var(--danger);border-color:var(--danger)}button.ghost.danger:hover:not(:disabled){background:var(--danger-soft);color:var(--danger)}.icon-button,.grip{background:0 0;border-color:#0000}.icon-button:hover:not(:disabled),.grip:hover{background:var(--hover);color:var(--ink);border-color:#0000}.link-button,.link-button:hover:not(:disabled){color:var(--accent);background:0 0;border:0}a.button{border-color:var(--accent);color:var(--accent)}.badge{background:var(--accent-bright)}.tabs{border-bottom-color:var(--line)}.tabs a[aria-current=page]{border-bottom-color:var(--accent-bright);color:var(--ink)}.tabs a:hover{color:var(--accent)}input:focus,select:focus,button:focus-visible{outline:2px solid var(--accent-bright);outline-offset:1px}input,select{border-color:var(--line)}.grid-head,.table th{background:var(--head-bg)}.tag{background:var(--blue-soft);color:var(--blue-dark)}input.switch:checked{background:var(--accent-bright)}input.switch{background:#cfd8e1}.koffer.ok{background:var(--accent-soft);color:var(--accent)}.koffer.pending{background:var(--warn-bg);color:var(--warn)}.koffer.stale{background:var(--danger-soft);color:var(--danger)}.koffer.off{background:var(--line-soft);color:var(--muted)}.allergen.on{background:var(--accent-soft);border-color:var(--accent-bright)}.tile-name{color:var(--ink)}.fest-card{border-top:4px solid var(--accent-bright)}.fest-card:hover{border-color:var(--accent-bright);box-shadow:0 6px 20px #1abc9c2e}.menu-category{border-top:4px solid var(--accent-bright)}.auth{background:linear-gradient(160deg, var(--blue) 0%, #2f4a8e 45%, var(--bg) 45.2%)}.auth-card{border:0;box-shadow:0 20px 50px #1f2a3a2e}.auth-card .brand span{color:var(--muted)}.notice{background:var(--warn-bg);border-color:var(--warn-line)}.warn{color:var(--warn)}.error{color:var(--danger)}.ok{color:var(--accent)}.pin{color:var(--blue-dark)}.tape-preview,.waiter-qr{box-shadow:none}input[type=checkbox]:not(.switch){accent-color:var(--accent-bright)}.shell{grid-template-columns:88px minmax(0,1fr);min-height:100vh;display:grid}.topbar{display:none}.rail{background:var(--surface);border-right:1px solid var(--line);z-index:30;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto;box-shadow:1px 0 12px #1f2a3a0a}.rail-account{border-bottom:1px solid var(--line);place-items:center;padding:.7rem 0;display:grid;position:relative}.rail-avatar{color:#8795a6;background:#e9eef3;border:0;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;display:grid}.rail-avatar:hover:not(:disabled){color:var(--ink);background:#dde5ec;border:0}.rail-menu{top:.8rem;left:calc(100% - 10px);right:auto}.rail-group{border-bottom:1px solid var(--line-soft);flex-direction:column;padding:.35rem 0;display:flex}.rail-group:last-child{border-bottom:0}.rail-item{color:var(--muted);flex-direction:column;align-items:center;gap:.2rem;padding:.7rem .25rem .6rem;font-weight:600;text-decoration:none;display:flex;position:relative}.rail-item:hover{background:var(--hover);text-decoration:none}.rail-item[aria-current=page]{color:var(--ink);background:#eef2f5}.rail-item[aria-current=page]:before{content:"";background:var(--item-color);border-radius:0 3px 3px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.rail-icon{color:var(--item-color);place-items:center;transition:transform .12s;display:grid}.rail-item:hover .rail-icon{transform:scale(1.08)}.rail-label{text-align:center;letter-spacing:.01em;font-size:.68rem;line-height:1.15}.page{padding-top:1.5rem}.section-name{color:var(--muted);font-weight:500}.fest-title{margin-bottom:1.25rem}@media (width<=760px){.shell{grid-template-columns:1fr;padding-bottom:72px}.rail{border-right:0;border-top:1px solid var(--line);flex-direction:row;height:auto;position:fixed;inset:auto 0 0;overflow:auto visible;box-shadow:0 -2px 12px #1f2a3a14}.rail-account{border-bottom:0;border-right:1px solid var(--line);padding:0 .5rem}.rail-avatar{width:40px;height:40px}.rail-menu{top:auto;bottom:calc(100% + 8px);left:.25rem}.rail-group{border-bottom:0;border-right:1px solid var(--line-soft);flex-direction:row;padding:0}.rail-item{min-width:64px;padding:.45rem .3rem}.rail-item[aria-current=page]:before{border-radius:0 0 3px 3px;width:auto;height:3px;inset:0 .5rem auto}.section-name{display:none}}.rail-menu{position:fixed;inset:12px auto auto 96px}@media (width<=760px){.rail-menu{top:auto;bottom:80px;left:8px}}@media (width>=761px){.shell{background:linear-gradient(to right, var(--surface) 87px, var(--line) 87px, var(--line) 88px, transparent 88px)}}.button.primary{background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-hover);color:#fff}.fest-card .actions{margin-top:.5rem}.form-grid.two-equal{grid-template-columns:1fr 1fr}.check-row.sub{padding-left:2.25rem}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));align-items:start;gap:1rem;display:grid}.overview-grid h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .6rem;font-size:.8rem}.overview-grid .facts{margin-top:.6rem}.live-banner{background:var(--accent-soft);color:var(--accent);border:1px solid #bfe9dd;border-radius:8px;margin-bottom:1rem;padding:.5rem .8rem;font-weight:600}.koffer-card{flex-direction:column;gap:.5rem;display:flex}.koffer-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.assign{margin-top:.25rem}.koffer-card .facts{grid-template-columns:max-content 1fr}.facts dd{overflow-wrap:anywhere}.set-usage{border:1px solid var(--line);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.usage-row{border-top:1px solid var(--line-soft);color:var(--ink);flex-wrap:wrap;align-items:center;gap:.6rem;padding:.45rem .65rem;font-weight:600;display:flex}.usage-row:first-child{border-top:0}.usage-row:hover{background:var(--hover);text-decoration:none}.usage-row .koffer{margin-left:auto;padding:.1rem .5rem;font-size:.75rem}.check-row input[type=radio]{width:1.1rem;height:1.1rem;accent-color:var(--accent-bright)}.check-row input:not([type=checkbox]):not([type=radio]){width:100%;height:auto}.koffer-status{white-space:nowrap;align-items:center;gap:.45rem;font-size:.92rem;display:inline-flex}.koffer-name{color:var(--ink);font-weight:600}.koffer-when{color:#97a3b3;font-weight:400}.status-dot{background:#b8c2cc;border-radius:50%;flex:none;width:9px;height:9px}.status-dot.ok{background:#2ecc71;animation:2.4s ease-in-out infinite glow;box-shadow:0 0 0 3px #2ecc712e,0 0 8px #2ecc71bf}.status-dot.pending{background:#f1c40f;box-shadow:0 0 0 3px #f1c40f33}.status-dot.stale{background:#e74c3c;box-shadow:0 0 0 3px #e74c3c26}@keyframes glow{0%,to{box-shadow:0 0 0 3px #2ecc712e,0 0 6px #2ecc718c}50%{box-shadow:0 0 0 4px #2ecc711a,0 0 11px #2ecc71e6}}@media (prefers-reduced-motion:reduce){.status-dot.ok{animation:none}}.usage-live{margin-left:auto;font-size:.8rem}.rail-group.sub{background:#e6ecf2;border-bottom:1px solid #d5dde6;box-shadow:inset 0 1px #d5dde6}.rail-group.sub .rail-item[aria-current=page]{background:var(--surface)}@media (width<=760px){.rail-group.sub{box-shadow:none;border-bottom:0;border-right:1px solid #d5dde6}}.rail-group.sub{background:#eaf8f3;border-bottom-color:#cfeee3;box-shadow:inset 0 1px #cfeee3}.rail-group.sub .rail-item:hover{background:#d7f2e8}.rail-group.sub .rail-item[aria-current=page]{color:#0c5f4f;background:#b9e9d8}.rail-group.sub .rail-item[aria-current=page]:before{background:#16a085}@media (width<=760px){.rail-group.sub{border-right-color:#cfeee3}}@media (width>=761px){.rail-group.bottom{border-top:1px solid var(--line);margin-top:auto}.rail-group:last-child{border-bottom:0}}.subsection{background:#f5fbf9;border:1px dashed #bfe3d6;border-radius:10px;flex-direction:column;gap:.6rem;padding:.7rem .75rem .75rem;display:flex}.subsection-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.subsection-head h3{color:var(--ink);margin:0;font-size:.95rem}.subsection-empty{margin:0}.subsection .grid-table{background:#fff}.with-info{align-items:center;gap:.4rem;display:inline-flex}.info-tip{display:inline-flex;position:relative}.info-button{color:#7d8a9b;cursor:help;background:0 0;border:1.5px solid #9aa7b6;border-radius:50%;place-items:center;width:1.15rem;height:1.15rem;padding:0;font:italic 700 .7rem/1 Georgia,Times New Roman,serif;display:grid}.info-button:hover:not(:disabled),.info-tip.open .info-button{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.info-bubble{color:#fff;opacity:0;visibility:hidden;z-index:40;pointer-events:none;background:#1f2a3a;border-radius:7px;width:max-content;max-width:18rem;padding:.5rem .65rem;font-size:.8rem;font-weight:400;line-height:1.4;transition:opacity .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 6px 18px #1f2a3a40}.info-bubble:after{content:"";border:6px solid #0000;border-top-color:#1f2a3a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tip:hover .info-bubble,.info-tip.open .info-bubble,.info-button:focus-visible+.info-bubble{opacity:1;visibility:visible}@media (width<=520px){.info-bubble{left:0;transform:none}.info-bubble:after{left:.6rem;transform:none}}.guests .grid-row{grid-template-columns:minmax(10rem,1.6fr) minmax(8rem,1.4fr) 6.5rem 6.5rem 6.5rem 8.5rem;padding-left:.85rem}.cell-actions{justify-content:flex-end;align-items:center;gap:.25rem;display:flex}@media (width<=720px){.guests .grid-row{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) 4.8rem 4.8rem 6rem}}.chip-button{color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:999px;padding:.3rem .8rem;font-weight:700}.chip-button.on{background:var(--accent-soft);border-color:var(--accent-bright);color:var(--accent)}.table-picker{grid-template-columns:repeat(auto-fill,minmax(4.2rem,1fr));gap:.35rem;display:grid}.table-chip{color:var(--ink);border:1px solid var(--line);background:#fff;flex-direction:column;align-items:center;padding:.4rem .2rem;font-weight:700;line-height:1.15;display:flex}.table-chip small{color:var(--muted);font-size:.65rem;font-weight:400}.table-chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.table-chip.taken{background:#f6f3ea;border-style:dashed}.toggle-row.small{font-size:.85rem}.bill-head{border-bottom:2px solid var(--ink);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-bottom:.75rem;display:flex}.bill-head h2{margin:0 0 .3rem;font-size:1.4rem}.bill-guest{font-size:1.15rem;font-weight:700}.bill-org{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.bill-table{border-collapse:collapse;width:100%}.bill-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--line);padding:.4rem .3rem;font-size:.75rem}.bill-table td{border-bottom:1px solid var(--line-soft);padding:.4rem .3rem}.bill-table .num{text-align:right;font-variant-numeric:tabular-nums}.bill-table tfoot td{border-bottom:0;font-weight:600}.bill-table tfoot tr:first-child td{border-top:2px solid var(--line);padding-top:.6rem}.bill-open td{font-size:1.15rem;font-weight:800}.bill-orders{flex-direction:column;margin-top:.5rem;font-size:.85rem;display:flex}.bill-order{border-bottom:1px solid var(--line-soft);grid-template-columns:7rem 5.5rem 4.5rem 1fr auto;gap:.5rem;padding:.3rem 0;display:grid}@media print{.print-bill,.print-bill *{visibility:visible}.print-bill{width:100%;max-height:none;box-shadow:none;position:absolute;top:0;left:0}.overlay{background:0 0}}.rt{flex-direction:column;gap:.35rem;display:flex}.rt-label{font-size:.9rem;font-weight:600}.rt-toolbar{border:1px solid var(--line);background:var(--head-bg);border-bottom:0;border-radius:8px 8px 0 0;flex-wrap:wrap;gap:.2rem;padding:.3rem;display:flex}.rt-button{min-width:2rem;height:2rem;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:6px;padding:0 .45rem;font-weight:600}.rt-button:hover:not(:disabled){border-color:var(--line);color:var(--ink);background:#fff}.rt-bold{font-weight:900}.rt-italic{font-family:Georgia,serif;font-style:italic}.rt-underline{text-decoration:underline}.rt-area{border:1px solid var(--line);background:#fff;border-radius:0 0 8px 8px;min-height:6rem;max-height:16rem;padding:.6rem .75rem;line-height:1.45;overflow-y:auto}.rt-area:focus{outline:2px solid var(--accent-bright);outline-offset:-1px}.rt-area:empty:before{content:attr(data-placeholder);color:#a3adb9}.logo-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.logo-preview{border:1px solid var(--line);background:#fff;border-radius:6px;max-width:200px;max-height:64px;padding:4px}.logo-empty{border:1px dashed var(--line);width:120px;height:64px;color:var(--muted);border-radius:6px;place-items:center;font-size:.85rem;display:grid}.file-button{cursor:pointer;position:relative;overflow:hidden}.file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.bill-letterhead{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.bill-logo{max-width:220px;max-height:72px}.bill-custom{font-size:.9rem}.bill-custom p{margin:0 0 .25rem}.bill-letterhead .bill-custom{text-align:right}.bill-footer{border-top:1px solid var(--line);color:#4a5563;padding-top:.5rem;font-size:.8rem}label.file-button{border:1px solid var(--accent);color:var(--accent);background:0 0;border-radius:7px;flex-direction:row;align-items:center;padding:.5rem 1rem;font-size:.95rem;font-weight:600;display:inline-flex}label.file-button:hover{background:var(--accent-soft)}input.search{width:min(22rem,100%)}.filter-bar{flex-direction:column;gap:.5rem;display:flex}.chip-button .count{color:var(--muted);margin-left:.2rem;font-size:.8rem;font-weight:600}.chip-button.on .count{color:var(--accent)}.receipts .grid-row{grid-template-columns:6rem 7.5rem minmax(6rem,1.3fr) minmax(6rem,1fr) 6.5rem 6.5rem 6.5rem;padding-left:.85rem}.receipt{border-top:1px solid var(--line-soft)}.receipt .grid-row{border-top:0}button.receipt-row,button.receipt-row:hover:not(:disabled){text-align:left;width:100%;color:var(--ink);background:#fff;border:0;border-radius:0;font-weight:400}button.receipt-row:hover:not(:disabled){background:var(--hover)}.receipt.open{background:var(--head-bg)}.receipt.open .receipt-row{background:var(--accent-soft)}.receipt-detail{padding:.5rem 1rem 1rem}.receipt-detail .bill-table{background:#fff}.bill-table tr.voided td{color:var(--muted);text-decoration:line-through}.status{border-radius:999px;padding:.1rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.status.open{background:var(--warn-bg);color:var(--warn)}.status.paid{background:var(--accent-soft);color:var(--accent)}.status.voided{background:var(--line-soft);color:var(--muted)}@media (width<=720px){.receipts .grid-row{grid-template-columns:5rem minmax(0,1fr) 4.8rem 5rem;gap:.4rem}}.filter-card{flex-direction:column;gap:.9rem;display:flex}.filter-field{flex-direction:column;gap:.4rem;display:flex}.filter-label{font-size:.9rem;font-weight:600}.range-inputs{flex-wrap:wrap;gap:.75rem;display:flex}.range-inputs label{flex-direction:column;font-size:.85rem;font-weight:600;display:flex}.kpis{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem;display:grid}.kpi{flex-direction:column;gap:.1rem;display:flex}.kpi-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.75rem;font-weight:700}.kpi-value{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800}.kpi.strong{border-color:var(--accent-bright);background:var(--accent-soft)}.kpi.strong .kpi-value{color:var(--accent)}.report-grid{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));align-items:start;gap:1rem;display:grid}@media (width<=520px){.report-grid{grid-template-columns:1fr}}.report-section{flex-direction:column;gap:.5rem;min-width:0;display:flex;overflow-x:auto}.report-table{border-collapse:collapse;width:100%;font-size:.92rem}.report-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--line);padding:.35rem .4rem;font-size:.72rem}.report-table td{border-bottom:1px solid var(--line-soft);padding:.35rem .4rem}.report-table .num{text-align:right;font-variant-numeric:tabular-nums}.report-table .strong{font-weight:800}.report-table tfoot td{border-top:2px solid var(--line);border-bottom:0;font-weight:700}.report-table .link-button{text-transform:none;letter-spacing:0;font-size:inherit;text-align:left;padding:0}.bars{flex-direction:column;gap:.55rem;display:flex}.bar-row{grid-template-columns:1fr auto;gap:.15rem .75rem;font-size:.92rem;display:grid}.bar-row .num{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.bar{background:var(--line-soft);border-radius:999px;grid-column:1/-1;height:.45rem;overflow:hidden}.bar span{background:var(--accent-bright);border-radius:999px;height:100%;display:block}.print-only{display:none}@media print{.report,.report *{visibility:visible}.report{width:100%;position:absolute;top:0;left:0}.print-only{display:block}.report .card{box-shadow:none;break-inside:avoid}.bar span{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.receipts .cell-main{overflow-wrap:anywhere;min-width:0}.settled-note{color:var(--accent);font-size:.9rem;font-weight:700}.tag.invoice{background:var(--blue-soft);color:var(--blue)}
