:root{--bg:#0b0d12;--bg-soft:#10131b;--surface:#151925;--surface-2:#1b2030;--surface-3:#232a3d;--border:#262d40;--border-soft:#1e2434;--text:#e9edf7;--muted:#8d96ad;--faint:#616b83;--accent:#7c5cff;--accent-soft:#7c5cff22;--cyan:#22d3ee;--green:#22c55e;--amber:#f59e0b;--red:#ef4444;--pink:#ec4899;--radius:14px;--radius-sm:10px;--shadow:0 12px 32px #00000073;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;font-size:15px;line-height:1.5}h1,h2,h3,h4{letter-spacing:-.02em;margin:0;font-weight:650}h1{font-size:24px}h2{font-size:19px}h3{font-size:16px}p{margin:0}a{color:inherit;text-decoration:none}input,select,textarea,button{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-3);border:3px solid var(--bg);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#33405c}.row{align-items:center;gap:10px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.col{flex-direction:column;gap:10px;display:flex}.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.center{justify-content:center;align-items:center;display:flex}.muted{color:var(--muted)}.faint{color:var(--faint)}.small{font-size:13px}.tiny{font-size:12px}.mono{font-variant-numeric:tabular-nums}.right{text-align:right}.nowrap{white-space:nowrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hidden{display:none!important}.mt{margin-top:14px}.mb{margin-bottom:14px}.gap-sm{gap:6px}.gap-lg{gap:18px}.btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;padding:9px 15px;font-weight:550;transition:background .15s,border-color .15s,transform 50ms,opacity .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-3);border-color:#33405c}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:#8f74ff;border-color:#8f74ff}.btn-green{background:var(--green);border-color:var(--green);color:#04240f}.btn-green:hover:not(:disabled){background:#34d76b;border-color:#34d76b}.btn-amber{background:var(--amber);border-color:var(--amber);color:#2b1a00}.btn-amber:hover:not(:disabled){background:#fbb01f}.btn-red{background:var(--red);border-color:var(--red);color:#fff}.btn-red:hover:not(:disabled){background:#f45b5b}.btn-ghost{color:var(--muted);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-outline{background:0 0}.btn-sm{border-radius:8px;padding:6px 11px;font-size:13px}.btn-lg{border-radius:12px;padding:13px 22px;font-size:16px}.btn-block{width:100%}.btn-icon{padding:7px 9px}.field{flex-direction:column;gap:6px;display:flex}.field>label{color:var(--muted);font-size:13px;font-weight:500}.input,.select,.textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-soft);width:100%;color:var(--text);outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.input::placeholder,.textarea::placeholder{color:var(--faint)}.textarea{resize:vertical;min-height:70px}.select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238d96ad' d='M6 8.5 2 4.5h8z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.select option{background:var(--surface-2)}.switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;display:inline-flex}.switch input{display:none}.switch .track{background:var(--surface-3);border-radius:20px;flex:none;width:40px;height:23px;transition:background .2s;position:relative}.switch .track:after{content:"";background:#fff;border-radius:50%;width:17px;height:17px;transition:transform .2s;position:absolute;top:3px;left:3px}.switch input:checked+.track{background:var(--accent)}.switch input:checked+.track:after{transform:translate(17px)}.card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:16px}.card-pad-0{padding:0}.card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel{background:var(--surface-2);border-radius:var(--radius-sm);padding:12px}.badge{letter-spacing:.01em;background:var(--surface-3);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:12px;font-weight:600;display:inline-flex}.badge-new{color:#b4a2ff;background:#7c5cff26}.badge-accept{color:#fbbf24;background:#f59e0b26}.badge-done{color:#4ade80;background:#22c55e22}.badge-cancel{color:#f87171;background:#ef444422}.badge-open{color:#67e8f9;background:#22d3ee22}.badge-guest{color:#f9a8d4;background:#ec489922}.badge-red{color:#f87171;background:#ef444426}.badge-green{color:#4ade80;background:#22c55e22}.badge-amber{color:#fbbf24;background:#f59e0b26}.dot{border-radius:50%;flex:none;width:8px;height:8px}.shell{min-height:100vh;display:flex}.sidebar{background:var(--bg-soft);border-right:1px solid var(--border-soft);z-index:40;flex-direction:column;flex:none;width:236px;height:100vh;display:flex;position:sticky;top:0}.brand{letter-spacing:-.02em;align-items:center;gap:10px;padding:18px 18px 14px;font-size:17px;font-weight:700;display:flex}.brand-logo{background:linear-gradient(135deg, var(--accent), var(--pink));border-radius:9px;flex:none;place-items:center;width:32px;height:32px;font-size:17px;display:grid}.nav{flex-direction:column;flex:1;gap:2px;padding:6px 10px;display:flex;overflow-y:auto}.nav-group{text-transform:uppercase;letter-spacing:.08em;color:var(--faint);margin-top:14px;padding:0 10px 6px;font-size:11px;font-weight:650}.nav-item{color:var(--muted);cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--surface);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:#c3b5ff}.nav-item .icon{text-align:center;flex:none;width:20px;font-size:15px}.nav-count{background:var(--red);color:#fff;text-align:center;border-radius:999px;min-width:20px;margin-left:auto;padding:1px 7px;font-size:11px;font-weight:700}.nav-count.amber{background:var(--amber);color:#2b1a00}.sidebar-foot{border-top:1px solid var(--border-soft);padding:12px}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-soft);background:#0b0d12d1;align-items:center;gap:14px;min-height:60px;padding:12px 22px;display:flex;position:sticky;top:0}.topbar h1{font-size:20px}.content{flex:1;padding:22px}.content-narrow{max-width:980px}.burger{display:none}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:12px;display:grid}.stat{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.stat-label{color:var(--muted);font-size:12.5px;font-weight:500}.stat-value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:25px;font-weight:700}.stat-hint{color:var(--faint);font-size:12px}.stat-accent .stat-value{color:#b4a2ff}.stat-green .stat-value{color:#4ade80}.stat-amber .stat-value{color:#fbbf24}.stat-red .stat-value{color:#f87171}.stat-cyan .stat-value{color:#67e8f9}.room-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.room-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);flex-direction:column;transition:border-color .2s,transform .12s;display:flex;overflow:hidden}.room-card:hover{border-color:#33405c}.room-card.busy{border-color:#2f3a55}.room-card.alert{border-color:var(--red);box-shadow:0 0 0 1px var(--red) inset}.room-top{align-items:flex-start;gap:11px;padding:14px 16px 12px;display:flex}.room-mark{border-radius:6px;flex:none;align-self:stretch;width:10px;min-height:40px}.room-body{flex-direction:column;flex:1;gap:11px;padding:0 16px 14px;display:flex}.room-foot{border-top:1px solid var(--border-soft);background:var(--bg-soft);flex-wrap:wrap;gap:8px;padding:11px 16px;display:flex}.rental-line{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid #0000;align-items:center;gap:10px;padding:9px 11px;display:flex}.rental-line.warn{background:#f59e0b12;border-color:#f59e0b55}.rental-line.over{background:#ef444414;border-color:#ef444455}.timer{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:19px;font-weight:700}.timer.warn{color:#fbbf24}.timer.over{color:#f87171}.progress{background:var(--surface-3);border-radius:4px;height:5px;overflow:hidden}.progress>span{background:var(--accent);border-radius:4px;height:100%;transition:width .5s linear;display:block}.progress.warn>span{background:var(--amber)}.progress.over>span{background:var(--red)}.order-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px;display:grid}.order-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);flex-direction:column;gap:11px;padding:14px;display:flex}.order-card.is-new{border-color:#7c5cff66;box-shadow:0 0 0 1px #7c5cff22}.order-card.is-new.fresh{animation:1.6s ease-out 3 pulse}@keyframes pulse{0%,to{box-shadow:0 0 0 1px #7c5cff22}50%{box-shadow:0 0 0 5px #7c5cff33}}.order-items{flex-direction:column;gap:5px;display:flex}.order-item{justify-content:space-between;gap:10px;font-size:14px;display:flex}.order-item .qty{color:var(--accent);font-weight:650}.call-card{border-radius:var(--radius);background:#f59e0b14;border:1px solid #f59e0b44;align-items:center;gap:12px;padding:12px 14px;display:flex}.table-wrap{border-radius:var(--radius);border:1px solid var(--border-soft);overflow-x:auto}table.tbl{border-collapse:collapse;width:100%;min-width:520px;font-size:14px}table.tbl th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--faint);background:var(--bg-soft);border-bottom:1px solid var(--border-soft);white-space:nowrap;padding:11px 14px;font-size:12px;font-weight:600;position:sticky;top:0}table.tbl td{border-bottom:1px solid var(--border-soft);vertical-align:middle;padding:11px 14px}table.tbl tr:last-child td{border-bottom:none}table.tbl tbody tr{background:var(--surface)}table.tbl tbody tr:hover{background:var(--surface-2)}table.tbl td.num,table.tbl th.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}table.tbl .clickable{cursor:pointer}.overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#04060bb8;justify-content:center;align-items:center;padding:18px;animation:.15s fade;display:flex;position:fixed;inset:0}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;width:100%;max-width:540px;max-height:92vh;animation:.18s cubic-bezier(.2,.8,.3,1) rise;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}.modal-lg{max-width:860px}.modal-head{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:12px;padding:17px 20px;display:flex}.modal-body{flex-direction:column;gap:15px;padding:20px;display:flex;overflow-y:auto}.modal-foot{border-top:1px solid var(--border-soft);flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:15px 20px;display:flex}.form-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.form-grid .span-2{grid-column:1/-1}.toasts{z-index:200;flex-direction:column;gap:10px;max-width:min(380px,100vw - 40px);display:flex;position:fixed;bottom:20px;right:20px}.toast{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);box-shadow:var(--shadow);cursor:pointer;padding:12px 15px;animation:.22s cubic-bezier(.2,.8,.3,1) slide}@keyframes slide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}.toast.success{border-left-color:var(--green)}.toast.error{border-left-color:var(--red)}.toast.warn{border-left-color:var(--amber)}.toast-title{font-size:14px;font-weight:650}.chart-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:14px;display:grid}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.chart-legend{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:12.5px;display:flex}.chart-legend span.key{align-items:center;gap:6px;display:inline-flex}.chart-empty{min-height:180px;color:var(--faint);place-items:center;font-size:14px;display:grid}.heat-cell{transition:opacity .15s}.heat-cell:hover{stroke:#fff;stroke-width:1.5px}.bar-row{align-items:center;gap:10px;padding:7px 0;display:flex}.bar-name{flex:none;width:150px;font-size:13.5px}.bar-track{background:var(--surface-2);border-radius:6px;flex:1;height:22px;overflow:hidden}.bar-fill{background:linear-gradient(90deg, var(--accent), var(--pink));border-radius:6px;height:100%;transition:width .4s}.bar-value{text-align:right;font-variant-numeric:tabular-nums;flex:none;width:96px;font-size:13.5px}.segmented{background:var(--surface-2);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.segmented button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:6px 13px;font-size:13.5px;font-weight:550;transition:background .15s,color .15s}.segmented button.active{background:var(--surface-3);color:var(--text)}.segmented button:hover:not(.active){color:var(--text)}.tabs{border-bottom:1px solid var(--border-soft);gap:4px;display:flex;overflow-x:auto}.tabs button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 15px;font-weight:550}.tabs button.active{color:var(--text);border-bottom-color:var(--accent)}.empty{text-align:center;color:var(--muted);place-items:center;gap:10px;padding:46px 20px;display:grid}.empty .big{opacity:.5;font-size:40px}.login-page{background:radial-gradient(900px 500px at 15% -10%, #7c5cff22, transparent 60%), radial-gradient(700px 500px at 100% 100%, #ec489918, transparent 60%), var(--bg);place-items:center;min-height:100vh;padding:22px;display:grid}.login-card{width:100%;max-width:390px}.guest{background:radial-gradient(760px 420px at 50% -8%, #7c5cff26, transparent 65%), var(--bg);min-height:100dvh;padding-bottom:108px}.guest-head{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-soft);background:#0b0d12e0;flex-direction:column;gap:4px;padding:18px 18px 14px;display:flex;position:sticky;top:0}.guest-inner{width:100%;max-width:620px;margin:0 auto;padding:0 16px}.guest-tabs{scrollbar-width:none;gap:7px;max-width:620px;margin:0 auto;padding:12px 16px 4px;display:flex;overflow-x:auto}.guest-tabs::-webkit-scrollbar{display:none}.guest-tab{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:999px;padding:8px 15px;font-size:14px;font-weight:550}.guest-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.menu-item{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border-soft);align-items:center;gap:13px;padding:12px;display:flex}.menu-item.out{opacity:.45}.menu-thumb{background:var(--surface-2);border-radius:11px;flex:none;place-items:center;width:58px;height:58px;font-size:25px;display:grid;overflow:hidden}.menu-thumb img{object-fit:cover;width:100%;height:100%}.qty-control{background:var(--surface-2);border-radius:10px;align-items:center;gap:3px;padding:3px;display:flex}.qty-control button{background:var(--surface-3);width:32px;height:32px;color:var(--text);cursor:pointer;border:none;border-radius:8px;place-items:center;font-size:18px;line-height:1;display:grid}.qty-control button:hover{background:#33405c}.qty-control .val{text-align:center;font-variant-numeric:tabular-nums;min-width:26px;font-weight:650}.cart-bar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#151925f5;position:fixed;bottom:0;left:0;right:0}.cart-inner{align-items:center;gap:12px;max-width:620px;margin:0 auto;display:flex}.call-grid{grid-template-columns:repeat(2,1fr);gap:11px;display:grid}.call-btn{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:7px;padding:18px 12px;font-weight:550;transition:background .15s,border-color .15s;display:flex}.call-btn:hover{background:var(--surface-2);border-color:var(--accent)}.call-btn:disabled{opacity:.5;cursor:default}.call-btn .emoji{font-size:27px}.guest-timer{border-radius:var(--radius);background:linear-gradient(135deg,#7c5cff1f,#22d3ee14);border:1px solid #7c5cff44;padding:14px 16px}.guest-timer.over{background:#ef444414;border-color:#ef444455}.qr-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.qr-card{color:#111;border-radius:var(--radius);text-align:center;break-inside:avoid;background:#fff;flex-direction:column;align-items:center;gap:10px;padding:20px 18px;display:flex}.qr-card img{aspect-ratio:1;width:100%;max-width:210px}.qr-card .qr-title{font-size:18px;font-weight:750}.qr-card .qr-sub{color:#555;font-size:12.5px;line-height:1.35}.qr-card .qr-url{color:#999;word-break:break-all;font-size:10.5px}.slip-preview{color:#000;text-align:center;background:#fff;border-radius:8px;width:240px;padding:14px 12px;font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;line-height:1.35;box-shadow:0 8px 24px #00000059}.slip-preview .venue{letter-spacing:.04em;text-transform:uppercase;font-size:12px}.slip-preview .room{margin:6px 0 3px;font-size:19px;font-weight:800;line-height:1.15}.slip-preview .meta{font-size:11px}.slip-preview .rule{border-top:1px dashed #000;margin:9px 0}.slip-preview .qr{justify-content:center;display:flex}.slip-preview .qr svg{width:150px;height:150px;display:block}.slip-preview .qr svg path,.slip-preview .qr svg rect{fill:#000}.slip-preview .note{margin-top:6px;font-size:12px;font-weight:700}.slip-preview .fine{margin-top:6px;font-size:9.5px}@media print{body{background:#fff}.sidebar,.topbar,.no-print{display:none!important}.content{padding:0}.shell{display:block}.qr-grid{grid-template-columns:repeat(2,1fr);gap:12mm}.qr-card{border:1px dashed #bbb}}@media (width<=900px){.sidebar{box-shadow:var(--shadow);transition:transform .22s cubic-bezier(.2,.8,.3,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:none}.burger{display:inline-flex}.content{padding:16px}.topbar{padding:11px 16px}.scrim{z-index:39;background:#00000080;position:fixed;inset:0}}@media (width<=560px){.stat-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:21px}.room-grid,.order-grid{grid-template-columns:1fr}.bar-name{width:108px}.bar-value{width:78px}.modal-foot{flex-direction:column-reverse}.modal-foot .btn{width:100%}}
