:root{--brand-h: 199;--brand-s: 89%;--brand-l: 48%;--brand: hsl(var(--brand-h) var(--brand-s) var(--brand-l));--brand-strong: hsl(var(--brand-h) var(--brand-s) calc(var(--brand-l) - 8%));--brand-soft: hsl(var(--brand-h) var(--brand-s) var(--brand-l) / .12);--brand-soft-strong: hsl(var(--brand-h) var(--brand-s) var(--brand-l) / .22);--brand-contrast: #ffffff;--ok: #16a34a;--ok-soft: rgba(22, 163, 74, .12);--warn: #d97706;--warn-soft: rgba(217, 119, 6, .12);--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .12);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 22px;--r-full: 999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08), 0 2px 4px rgba(15, 23, 42, .06);--shadow-lg: 0 18px 40px rgba(15, 23, 42, .14);--shadow-pop: 0 12px 28px rgba(15, 23, 42, .18);--ease: cubic-bezier(.4, 0, .2, 1);--sidebar-w: 264px;--topbar-h: 64px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-feature-settings:"cv11","ss01"}:root,[data-theme=light]{color-scheme:light;--bg: #f4f6fb;--bg-grad: radial-gradient(1200px 600px at 100% -10%, hsl(var(--brand-h) 80% 95%), transparent 55%), #f4f6fb;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--surface-hover: #f1f5f9;--border: #e6eaf1;--border-strong: #d4dae6;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--overlay: rgba(15, 23, 42, .45)}[data-theme=dark]{color-scheme:dark;--bg: #0a0e1a;--bg-grad: radial-gradient(1200px 600px at 100% -10%, hsl(var(--brand-h) 60% 14%), transparent 55%), #0a0e1a;--surface: #121829;--surface-2: #161d31;--surface-3: #1c2540;--surface-hover: #1c2540;--border: #232c45;--border-strong: #2f3a5c;--text: #eef2ff;--text-2: #a9b4d0;--text-3: #6b768f;--overlay: rgba(2, 6, 16, .6);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 6px 18px rgba(0, 0, 0, .45);--shadow-lg: 0 22px 48px rgba(0, 0, 0, .55);--shadow-pop: 0 16px 36px rgba(0, 0, 0, .6)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg-grad);background-attachment:fixed;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .3s var(--ease),color .3s var(--ease)}::selection{background:var(--brand-soft-strong)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--r-full);border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--text-3);background-clip:content-box}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:var(--r-md);border:1px solid transparent;background:var(--surface-3);color:var(--text);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .08s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease),border-color .15s var(--ease),opacity .15s;-webkit-user-select:none;user-select:none}.btn:active{transform:translateY(1px) scale(.99)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{width:18px;height:18px}.btn-primary{background:linear-gradient(180deg,var(--brand),var(--brand-strong));color:var(--brand-contrast);box-shadow:0 4px 14px var(--brand-soft-strong)}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px var(--brand-soft-strong);filter:brightness(1.04)}.btn-ghost{background:transparent;color:var(--text-2)}.btn-ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.btn-outline{background:var(--surface);border-color:var(--border-strong)}.btn-outline:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger);color:#fff}.btn-lg{height:48px;padding:0 22px;font-size:15px;border-radius:var(--r-lg)}.btn-sm{height:32px;padding:0 12px;font-size:13px;gap:6px}.btn-icon{width:40px;padding:0}.btn-icon.btn-sm{width:32px}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12.5px;font-weight:600;color:var(--text-2)}.input,.select,.textarea{width:100%;height:42px;padding:0 14px;border-radius:var(--r-md);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:14px;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.textarea{height:auto;padding:10px 14px;min-height:84px;resize:vertical}.input::placeholder{color:var(--text-3)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:34px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;text-overflow:ellipsis}.input-group{position:relative;display:flex;align-items:center}.input-group>svg{position:absolute;left:12px;width:18px;height:18px;color:var(--text-3);pointer-events:none}.input-group .input{padding-left:40px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.card-pad{padding:20px}.badge{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:var(--r-full);font-size:12px;font-weight:600;background:var(--surface-3);color:var(--text-2)}.badge-ok{background:var(--ok-soft);color:var(--ok)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-brand{background:var(--brand-soft);color:var(--brand-strong)}.table-wrap{overflow-x:auto;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface)}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;padding:13px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);background:var(--surface-2);border-bottom:1px solid var(--border);position:sticky;top:0}.table td{padding:13px 16px;border-bottom:1px solid var(--border);color:var(--text)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background .12s var(--ease)}.table tbody tr:hover{background:var(--surface-2)}.table .num{text-align:right;font-variant-numeric:tabular-nums}.divider{height:1px;background:var(--border);border:none;margin:0}.muted{color:var(--text-2)}.dim{color:var(--text-3)}.mono{font-variant-numeric:tabular-nums}.link{color:var(--brand)}.table.table-sm th,.table.table-sm td{padding:7px 10px;font-size:13px}.spinner{width:18px;height:18px;border:2.5px solid var(--brand-soft-strong);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--r-sm)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.switch{position:relative;width:44px;height:26px;border-radius:var(--r-full);background:var(--border-strong);border:none;cursor:pointer;transition:background .2s var(--ease);flex-shrink:0}.switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease)}.switch[data-on=true]{background:var(--brand)}.switch[data-on=true]:after{transform:translate(18px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeUp .35s var(--ease) both}.menu-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-pop);padding:6px;z-index:50;animation:fadeUp .16s var(--ease) both}.menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;background:transparent;color:var(--text);font-size:14px;border-radius:var(--r-sm);cursor:pointer;text-align:left}.menu-item:hover{background:var(--surface-hover)}.menu-item.active{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:13px 20px;background:var(--ok);color:#fff;border-radius:var(--r-full);font-weight:600;font-size:14px;box-shadow:var(--shadow-lg);z-index:200;animation:toastIn .3s var(--ease) both}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:56px 20px;text-align:center;color:var(--text-3)}.empty svg{width:44px;height:44px;opacity:.5}.empty.empty-compact{flex-direction:row;gap:9px;padding:14px 12px;text-align:left;border:1px dashed var(--border-strong);border-radius:var(--r-md);font-size:12.5px}.empty.empty-compact svg{width:16px;height:16px;flex:none}.empty.empty-compact b{font-weight:600;font-size:12.5px;color:var(--text-3)!important}.empty.empty-compact span{font-size:12px}.fab-wrap{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.fab-btn{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000038;position:relative;transition:transform .15s,box-shadow .15s}.fab-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000047}.fab-btn.open{background:var(--surface-3, #334155)}.fab-badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--danger);color:#fff;font-size:11.5px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.fab-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:59;background:transparent}.fab-panel{width:320px;max-width:calc(100vw - 44px);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 44px #0000003d;overflow:hidden;animation:fabIn .14s ease-out}@keyframes fabIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.fab-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.fab-section{padding:12px 16px}.fab-section+.fab-section{border-top:1px solid var(--border)}.fab-label{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);margin-bottom:8px}.fab-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fab-action{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;font-size:13px;font-weight:600;text-align:left;transition:background .12s,border-color .12s}.fab-action:hover{background:var(--brand-soft, var(--surface-3));border-color:var(--brand)}.fab-notes{display:flex;flex-direction:column;gap:6px}.fab-note{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:13px;width:100%;transition:background .12s}.fab-note:hover{background:var(--surface-2)}.fab-note.warn{border-left:3px solid var(--warn, #b45309)}.fab-note.danger{border-left:3px solid var(--danger)}.fab-note.info{border-left:3px solid var(--brand)}.fab-empty{display:flex;align-items:center;gap:8px;color:var(--text-3);font-size:13px;padding:6px 2px}.role-group{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin:14px 0 2px}.app-shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{grid-row:1 / -1;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;z-index:40}.sidebar-brand{display:flex;align-items:center;gap:12px;height:var(--topbar-h);padding:0 20px;border-bottom:1px solid var(--border);flex-shrink:0}.sidebar-logo{width:38px;height:38px;border-radius:var(--r-md);display:grid;place-items:center;overflow:hidden;flex-shrink:0}.sidebar-logo img{width:32px;height:32px;object-fit:contain;display:block}.sidebar-brand-text{display:flex;flex-direction:column;min-width:0}.sidebar-brand-text b{font-size:15px;letter-spacing:-.02em}.sidebar-brand-text span{font-size:12px;color:var(--text-3)}.sidebar-search{display:flex;align-items:center;gap:8px;margin:4px 12px 0;padding:0 10px;height:36px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text-3)}.sidebar-search:focus-within{border-color:var(--brand);color:var(--brand)}.sidebar-search input{flex:1;min-width:0;border:none;background:none;outline:none;font-size:13.5px;color:var(--text);font-family:inherit}.sidebar-search-x{border:none;background:none;color:var(--text-3);cursor:pointer;font-size:18px;line-height:1;padding:0 2px}.sidebar-search-x:hover{color:var(--text)}.sidebar-nav{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:4px}.nav-group-label{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);padding:14px 12px 6px;background:none;border:none;cursor:pointer;font-family:inherit}.nav-group:first-child .nav-group-label{padding-top:4px}.nav-group.nav-top{padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:2px}.nav-group-label:hover{color:var(--text-2)}.nav-group-caret{transition:transform .15s var(--ease);opacity:.7}.nav-group.collapsed .nav-group-caret{transform:rotate(-90deg)}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--r-md);color:var(--text-2);font-size:14px;font-weight:500;cursor:pointer;transition:background .14s var(--ease),color .14s var(--ease);position:relative}.nav-item svg{width:19px;height:19px;flex-shrink:0}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:22px;border-radius:0 4px 4px 0;background:var(--brand)}.nav-badge{margin-left:auto;font-size:11px;font-weight:700;background:var(--brand);color:var(--brand-contrast);border-radius:var(--r-full);padding:1px 7px}.sidebar-footer{padding:12px;border-top:1px solid var(--border);flex-shrink:0}.user-card{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--r-md)}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:var(--brand-contrast);display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.user-card-info{min-width:0;flex:1}.user-card-info b{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card-info span{font-size:12px;color:var(--text-3)}.main-col{display:flex;flex-direction:column;min-width:0}.topbar{height:var(--topbar-h);display:flex;align-items:center;gap:12px;padding:0 24px;background:color-mix(in srgb,var(--surface) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.topbar h1{font-size:19px}.topbar-spacer{flex:1}.topbar-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:40px;height:40px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:grid;place-items:center;cursor:pointer;transition:all .14s var(--ease)}.icon-btn svg{width:19px;height:19px}.icon-btn:hover{color:var(--brand);border-color:var(--brand);background:var(--brand-soft)}.page{padding:24px;max-width:1440px;width:100%;margin:0 auto}.page-header{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}.page-header h2{font-size:22px}.page-header .muted{font-size:14px}.hamburger,.scrim{display:none}@media(max-width:1024px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;width:var(--sidebar-w);transform:translate(-100%);transition:transform .28s var(--ease);box-shadow:var(--shadow-lg)}.sidebar.open{transform:translate(0)}.hamburger{display:grid}.scrim.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:39;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}@media(max-width:640px){.page{padding:16px}.topbar{padding:0 16px}.topbar h1{font-size:17px}}.grid{display:grid;gap:16px}.row{display:flex;gap:12px;align-items:center}.row-wrap{flex-wrap:wrap}.between{justify-content:space-between}.gap-sm{gap:8px}.flex-1{flex:1}.stack{display:flex;flex-direction:column;gap:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);transition:transform .18s var(--ease),box-shadow .18s var(--ease)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-icon{width:52px;height:52px;border-radius:var(--r-md);display:grid;place-items:center;flex-shrink:0}.stat-icon svg{width:26px;height:26px}.tone-brand{background:var(--brand-soft);color:var(--brand-strong)}.tone-ok{background:var(--ok-soft);color:var(--ok)}.tone-warn{background:var(--warn-soft);color:var(--warn)}.tone-danger{background:var(--danger-soft);color:var(--danger)}.stat-label{font-size:13px;color:var(--text-3);font-weight:500}.stat-value{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-top:2px}.stat-sub{font-size:12px;color:var(--text-3);margin-top:2px}.section-title{font-size:16px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.dash-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}@media(max-width:900px){.dash-grid{grid-template-columns:1fr}}.list-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row .rank{width:28px;height:28px;border-radius:var(--r-sm);display:grid;place-items:center;font-weight:700;font-size:13px;background:var(--brand-soft);color:var(--brand-strong);flex-shrink:0}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:start center;padding:clamp(16px,4vh,48px) 16px;overflow-y:auto;z-index:100;animation:fadeUp .18s var(--ease) both}.modal{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);max-height:calc(100vh - 96px);overflow:hidden;display:flex;flex-direction:column}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.modal-head h3{font-size:17px}.modal-body{padding:20px;overflow-y:auto;min-height:0;flex:1 1 auto}.modal-foot{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;padding:16px 20px;border-top:1px solid var(--border)}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-aside{position:relative;overflow:hidden;background:linear-gradient(150deg,var(--brand-strong),var(--brand));color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:space-between}.login-aside:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:#ffffff1f;top:-160px;right:-120px}.login-aside:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#ffffff14;bottom:-100px;left:-60px}.login-aside .la-brand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.login-aside .la-logo{width:52px;height:52px;border-radius:var(--r-md);background:#fff;display:grid;place-items:center;box-shadow:0 6px 18px #00000024}.login-aside .la-logo img{width:34px;height:34px;object-fit:contain;display:block}.login-aside h1{font-size:38px;line-height:1.1;position:relative;z-index:1;max-width:460px}.login-aside p{font-size:16px;opacity:.9;position:relative;z-index:1;max-width:420px}.login-features{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.login-feature{display:flex;align-items:center;gap:12px;font-size:15px}.login-feature .lf-dot{width:34px;height:34px;border-radius:var(--r-sm);background:#ffffff29;display:grid;place-items:center}.login-feature svg{width:18px;height:18px}.login-main{display:grid;place-items:center;padding:32px;position:relative}.login-card{width:100%;max-width:400px}.login-card h2{font-size:26px;margin-bottom:6px}.login-card .sub{color:var(--text-2);margin-bottom:28px}.login-tabs{display:flex;gap:4px;padding:4px;background:var(--surface-3);border-radius:var(--r-md);margin-bottom:22px}.login-tab{flex:1;height:38px;border:none;background:transparent;color:var(--text-2);font-weight:600;font-size:14px;border-radius:var(--r-sm);cursor:pointer;transition:all .15s var(--ease)}.login-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.login-corner{position:absolute;top:20px;right:24px;display:flex;gap:8px}.login-error{background:var(--danger-soft);color:var(--danger);padding:11px 14px;border-radius:var(--r-md);font-size:13.5px;margin-bottom:16px;font-weight:500}@media(max-width:900px){.login-aside{display:none}.login-wrap{grid-template-columns:1fr}}.pin-display{display:flex;gap:12px;justify-content:center;margin:8px 0 22px}.pin-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--border-strong);transition:all .15s var(--ease)}.pin-dot.filled{background:var(--brand);border-color:var(--brand);transform:scale(1.1)}.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pin-key{height:60px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:22px;font-weight:600;cursor:pointer;transition:all .12s var(--ease)}.pin-key:hover{background:var(--surface-hover)}.pin-key:active{transform:scale(.95);background:var(--brand-soft)}.pos-layout{display:grid;grid-template-columns:1fr 400px;gap:0;height:calc(100vh - var(--topbar-h));overflow:hidden}.pos-products{padding:20px;overflow-y:auto}.pos-toolbar{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.cat-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.cat-chip{height:34px;padding:0 14px;border-radius:var(--r-full);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-2);font-size:13px;font-weight:600;cursor:pointer;transition:all .14s var(--ease)}.cat-chip:hover{border-color:var(--brand);color:var(--brand)}.cat-chip.active{background:var(--brand);border-color:var(--brand);color:var(--brand-contrast)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.product-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:var(--r-lg);padding:14px;cursor:pointer;transition:all .16s var(--ease);display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden}.product-card:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-card:active{transform:translateY(0) scale(.98)}.product-thumb{height:64px;border-radius:var(--r-md);background:linear-gradient(135deg,var(--brand-soft),var(--surface-3));display:grid;place-items:center;color:var(--brand-strong)}.product-thumb svg{width:28px;height:28px}.product-name{font-size:13.5px;font-weight:600;line-height:1.3;min-height:35px}.product-meta{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:15px;font-weight:700;color:var(--brand-strong)}.product-stock{font-size:11.5px;color:var(--text-3)}.product-stock.low{color:var(--warn)}.product-stock.out{color:var(--danger)}.cart{background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;height:100%}.cart-head{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-head h3{font-size:16px;display:flex;align-items:center;gap:8px}.cart-customer{padding:12px 16px;border-bottom:1px solid var(--border)}.cart-items{flex:1;overflow-y:auto;padding:8px 16px}.cart-item{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-top{display:flex;justify-content:space-between;gap:8px;align-items:start}.cart-item-name{font-size:13.5px;font-weight:600;line-height:1.3}.cart-item-sub{font-size:12px;color:var(--text-3)}.cart-item-controls{display:flex;align-items:center;gap:8px}.qty-stepper{display:flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--r-md);overflow:hidden}.qty-stepper button{width:30px;height:32px;border:none;background:var(--surface);color:var(--text);cursor:pointer;font-size:16px;display:grid;place-items:center}.qty-stepper button:hover{background:var(--surface-hover)}.qty-stepper input{width:58px;height:32px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;background:var(--surface);color:var(--text);font-size:13px;font-weight:600}.cart-item-total{font-weight:700;font-size:14px}.cart-item-remove{color:var(--text-3);background:none;border:none;cursor:pointer;padding:2px}.cart-item-remove:hover{color:var(--danger)}.cart-foot{border-top:1px solid var(--border);padding:16px 20px}.cart-line{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:14px}.cart-line.total{font-size:20px;font-weight:800;padding-top:10px;margin-top:6px;border-top:1px dashed var(--border-strong)}.pay-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.pay-method{height:56px;border-radius:var(--r-md);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:12px;font-weight:600;color:var(--text-2);transition:all .14s var(--ease)}.pay-method svg{width:18px;height:18px}.pay-method:hover{border-color:var(--brand)}.pay-method.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.adjust-row{display:flex;align-items:center;gap:8px;padding:8px 0}.pay-grid{display:grid;grid-template-columns:1fr 252px;gap:18px;align-items:start}.pay-summary{background:linear-gradient(160deg,var(--brand-soft),var(--surface-2));border:1px solid var(--border);border-radius:var(--r-lg);padding:16px 18px}.pay-summary .cart-line{padding:5px 0;font-size:13.5px}.pay-summary .cart-line.total{font-size:18px;border-top:1px dashed var(--border-strong);margin-top:6px}.cat-chip.sm{height:30px;padding:0 11px;font-size:12.5px}.cat-chip.ghost{background:var(--surface-2);border-style:dashed;color:var(--text-2);font-weight:600}.cat-chip.ghost:hover{border-color:var(--brand);color:var(--brand)}@media(max-width:640px){.pay-grid{grid-template-columns:1fr}}.drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:110;animation:fadeUp .15s var(--ease) both}.held-drawer{position:absolute;top:0;right:0;bottom:0;width:380px;max-width:92vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:-16px 0 48px #0f172a2e;display:flex;flex-direction:column;animation:heldIn .22s var(--ease) both}@keyframes heldIn{0%{transform:translate(40px);opacity:.3}to{transform:none;opacity:1}}.held-drawer-head{padding:16px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:15px}.held-drawer-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px}.held-drawer-foot{padding:11px 16px;border-top:1px solid var(--border);font-size:12px}.held-card{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface)}.held-card:hover{border-color:var(--brand)}.held-ava{width:38px;height:38px;border-radius:var(--r-md);background:var(--brand-soft);color:var(--brand-strong);display:grid;place-items:center;font-weight:700;font-size:13px;flex-shrink:0}.held-meta{flex:1;min-width:0}.held-meta b{font-size:13.5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.held-meta .sub{font-size:12px;color:var(--text-2)}.held-tot{font-weight:700;font-size:13.5px}.cash-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:20px}.cash-tile{border:1px solid var(--border);border-radius:var(--r-lg);padding:15px 16px;background:var(--surface);cursor:pointer;transition:all .14s var(--ease)}.cash-tile:first-child{background:linear-gradient(160deg,var(--brand-soft),var(--surface))}.cash-tile:hover{border-color:var(--brand)}.cash-tile.active{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.cash-tile-val{font-size:21px;font-weight:800;letter-spacing:-.01em;margin-top:4px}.cash-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;align-items:center}.cash-sum{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px;font-size:13px}.cash-sum .cash-sum-in{font-weight:700;color:var(--ok)}.cash-sum .cash-sum-out{font-weight:700;color:var(--danger)}.rcpt-grid{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}.rcpt-upload{width:100%;border:1.5px dashed var(--border);border-radius:var(--r-md);background:var(--surface-2);color:var(--text-2);font-size:13px;padding:18px;cursor:not-allowed}.rcpt{width:260px;background:#fff;color:#16181d;font-family:Courier New,monospace;font-size:11.5px;line-height:1.55;padding:16px 14px;border-radius:4px;box-shadow:var(--shadow-lg)}.rcpt.narrow{width:200px;font-size:10.5px}.rcpt-c{text-align:center}.rcpt-big{font-size:13.5px;font-weight:700}.rcpt-hr{border-top:1px dashed #9aa1ad;margin:7px 0}.rcpt-ri{display:flex;justify-content:space-between;gap:8px}.rcpt-sub{color:#444}.rcpt-logo{width:40px;height:40px;border-radius:9px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px;margin:0 auto 7px}.rcpt-qr{width:70px;height:70px;margin:8px auto 0;border-radius:5px;background:conic-gradient(#16181d 0,#16181d 25%,#fff 0,#fff 50%,#16181d 0,#16181d 75%,#fff 0) 0 0 / 15px 15px}@media(max-width:720px){.rcpt-grid{grid-template-columns:1fr}}.seg{display:inline-flex;padding:3px;gap:2px;background:var(--surface-3);border-radius:var(--r-md)}.seg button{border:none;background:transparent;color:var(--text-2);font-size:12.5px;font-weight:600;padding:5px 10px;border-radius:var(--r-sm);cursor:pointer;transition:all .14s var(--ease);white-space:nowrap}.seg button.on{background:var(--surface);color:var(--brand-strong);box-shadow:var(--shadow-sm)}.st-pill{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.st-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.st-pill.draft{background:var(--surface-3);color:var(--text-3)}.st-pill.ordered{background:var(--brand-soft);color:var(--brand-strong)}.st-pill.transit{background:var(--warn-soft);color:var(--warn)}.st-pill.received{background:var(--ok-soft);color:var(--ok)}.st-pill.cancelled{background:var(--danger-soft);color:var(--danger)}.status-chip.active{color:var(--brand-contrast)}.status-chip.draft.active{background:var(--text-3);border-color:var(--text-3)}.status-chip.ordered.active{background:var(--brand-strong);border-color:var(--brand-strong)}.status-chip.transit.active{background:var(--warn);border-color:var(--warn)}.status-chip.received.active{background:var(--ok);border-color:var(--ok)}.form-grid-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.gap-xs{gap:6px}.gap-md{gap:16px}.select-sm{height:30px;padding:0 8px;font-size:12.5px}.btn.danger{color:var(--danger)}.btn.danger:hover:not(:disabled){background:var(--danger-soft)}@media(max-width:720px){.form-grid-3{grid-template-columns:1fr}}.purch-table{width:100%;border-collapse:collapse;font-size:12.5px}.purch-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.02em;padding:4px 6px;border-bottom:1px solid var(--border)}.purch-table th.num,.purch-table td.num{text-align:right}.purch-table td{padding:5px 6px;border-bottom:1px solid var(--border);vertical-align:middle}.cell-input{height:30px;padding:0 8px;border:1px solid var(--border-strong);border-radius:var(--r-sm);background:var(--surface);color:var(--text);font-size:12.5px;outline:none}.cell-input[type=number],.input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cell-input[type=number]::-webkit-outer-spin-button,.cell-input[type=number]::-webkit-inner-spin-button,.input[type=number]::-webkit-outer-spin-button,.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cell-input:focus{border-color:var(--brand)}.cell-input.num{text-align:right}.purch-table .cell-input{width:100%}select.cell-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:22px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center}.purch-prodname{background:none;border:none;padding:0;font:inherit;font-weight:700;color:var(--brand-strong);cursor:pointer;text-align:left}.purch-prodname:hover{text-decoration:underline}.th-unit{text-transform:none;font-weight:400;color:var(--text-3);margin-left:3px}.markup-pos{color:var(--ok);font-weight:700}.markup-neg{color:var(--danger);font-weight:700}.price-history{position:absolute;z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:10px 12px;min-width:240px;font-size:12px}.price-history table{width:100%;border-collapse:collapse}.price-history td{padding:3px 4px;border-bottom:1px solid var(--border)}.expense-row{display:flex;align-items:center;gap:8px;padding:5px 0}.purch-layout{display:grid;grid-template-columns:1fr 340px;gap:18px;align-items:start}.purch-col{display:flex;flex-direction:column;gap:13px;min-width:0}.purch-summary{position:sticky;top:0;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:16px;display:flex;flex-direction:column;gap:2px}.purch-sline{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:4px 0;font-size:13px}.purch-sline .k{color:var(--text-2)}.purch-sline.big{font-size:16px;font-weight:800;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.exp-card{border:1px solid var(--border);border-radius:var(--r-md);padding:8px 9px;margin-bottom:7px;background:var(--surface)}.pos-card{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:var(--r-lg);padding:11px 14px;background:var(--surface)}.pos-card:hover{border-color:var(--border-strong)}.pos-main{flex:1;min-width:0}.pos-name{font-weight:700;font-size:14px}.pos-formula{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:7px;font-size:12.5px;color:var(--text-2)}.pos-side{text-align:right;flex-shrink:0}.pos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;color:var(--text-3);border:1px dashed var(--border);border-radius:var(--r-lg)}.purch-block{border:1px solid var(--border);border-radius:var(--r-lg);padding:12px 14px;display:flex;flex-direction:column;gap:10px;background:var(--surface)}.exp-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.exp-row .cell-input{height:32px}.purch-footer{display:flex;align-items:center;gap:10px;width:100%}.purch-foot-totals{flex:1}.pft-inner{display:inline-flex;flex-direction:column;gap:2px;min-width:240px}.pft-row{display:flex;justify-content:space-between;gap:20px;font-size:12.5px;color:var(--text-2)}.pft-row b{color:var(--text)}.pft-row.total{font-size:14px;font-weight:800;color:var(--text);border-top:1px solid var(--border);margin-top:3px;padding-top:3px}.pft-row.total b{font-size:14px}@media(max-width:900px){.purch-layout{grid-template-columns:1fr}.purch-summary{position:static}}@media(max-width:720px){.purch-table{display:block;overflow-x:auto;white-space:nowrap}}@media(max-width:1024px){.pos-layout{grid-template-columns:1fr;height:auto;overflow:visible}.cart{border-left:none;border-top:1px solid var(--border)}}.settings-grid{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.settings-nav{display:flex;flex-direction:column;gap:4px;position:sticky;top:calc(var(--topbar-h) + 24px)}.settings-nav button{display:flex;align-items:center;gap:10px;padding:11px 14px;border:none;background:transparent;color:var(--text-2);border-radius:var(--r-md);font-size:14px;font-weight:500;cursor:pointer;text-align:left;width:100%}.settings-nav button svg{width:18px;height:18px}.settings-nav button:hover{background:var(--surface-hover);color:var(--text)}.settings-nav button.active{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.setting-row:last-child{border-bottom:none}.setting-row .sr-info b{display:block;font-size:14.5px}.setting-row .sr-info span{font-size:13px;color:var(--text-3)}.color-swatches{display:flex;gap:10px;flex-wrap:wrap}.color-swatch{width:38px;height:38px;border-radius:var(--r-md);cursor:pointer;border:2px solid transparent;transition:transform .12s var(--ease);position:relative}.color-swatch:hover{transform:scale(1.08)}.color-swatch.active{border-color:var(--text);box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--text)}@media(max-width:760px){.settings-grid{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto;position:static}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1 / -1}@media(max-width:540px){.form-grid{grid-template-columns:1fr}}.tree{font-size:14px}.tree-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--r-md);transition:background .12s var(--ease)}.tree-row:hover{background:var(--surface-2)}.tree-row .tw-toggle{width:20px;display:grid;place-items:center;color:var(--text-3);cursor:pointer}.tree-row .tw-icon{width:30px;height:30px;border-radius:var(--r-sm);display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-strong);flex-shrink:0}.tree-row .tw-label{font-weight:600}.tree-row .tw-count{font-size:12px;color:var(--text-3)}.tree-row .tw-add{margin-left:auto;opacity:0;transition:opacity .12s}.tree-row:hover .tw-add{opacity:1}.tree-children{margin-left:22px;padding-left:12px;border-left:1px dashed var(--border-strong)}.chip-row{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0 6px 42px}.org-chip{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 10px 0 8px;border-radius:var(--r-full);border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:13px;font-weight:600;transition:all .14s var(--ease)}.org-chip:hover{border-color:var(--brand)}.org-chip .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.org-chip .dot.on{background:var(--ok)}.org-chip .dot.off{background:var(--text-3)}.org-chip.muted-chip{opacity:.6}.org-chip.locked{cursor:default;border-style:dashed}.bar{height:8px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden}.bar>span{display:block;height:100%;border-radius:var(--r-full);background:var(--brand)}.weigh-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:14px}.weigh-tk{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:14px 15px 13px;position:relative;overflow:hidden}.weigh-tk:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--border)}.weigh-tk.s-info:before{background:var(--info, #2563eb)}.weigh-tk.s-warn:before{background:var(--warn)}.weigh-tk.s-ok:before{background:var(--ok)}.weigh-tk.s-muted{opacity:.72}.wtk-top{display:flex;align-items:flex-start;gap:10px;margin-bottom:11px}.wplate{font-size:17px;font-weight:800;letter-spacing:.02em;font-variant-numeric:tabular-nums;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--r-sm);padding:3px 9px;white-space:nowrap}.wcp{font-size:13.5px;font-weight:700}.wdir{font-size:10px;font-weight:700;padding:3px 8px;border-radius:99px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.wdir.out{background:var(--brand-soft);color:var(--brand-strong)}.wdir.in{background:var(--info-soft, rgba(37,99,235,.12));color:var(--info, #2563eb)}.wgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;margin-bottom:11px}.wgrid .wc{background:var(--surface-2);padding:8px 6px;text-align:center}.wgrid .wc .k{font-size:10px;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.wgrid .wc .v{font-size:15px;font-weight:800;font-variant-numeric:tabular-nums;margin-top:2px}.wgrid .wc .v.muted{color:#cbd5e1}.wgrid .wc.net{background:var(--brand-soft)}.wgrid .wc.net .v{color:var(--brand-strong)}.wstage{display:flex;align-items:center;gap:3px;margin-bottom:12px;font-size:10px;color:var(--text-3);flex-wrap:wrap}.wst{display:inline-flex;align-items:center;gap:4px;font-weight:600}.wst .b{width:15px;height:15px;border-radius:50%;border:1.5px solid var(--border);display:grid;place-items:center;font-size:8.5px}.wst.done{color:var(--ok)}.wst.done .b{background:var(--ok);border-color:var(--ok);color:#fff}.wst.now{color:var(--brand-strong)}.wst.now .b{border-color:var(--brand);color:var(--brand)}.wst:not(:last-child):after{content:"·";margin-left:3px;color:var(--border)}.wtk-foot{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wgl{display:grid;grid-template-columns:1.3fr .8fr 1.15fr 1.1fr .7fr 34px;gap:10px;padding:9px 12px;align-items:center;border-bottom:1px solid var(--border)}.wgl:last-of-type{border-bottom:none}.wgl-h{background:var(--surface-3);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-3)}.wgl .r{text-align:right}.wgl .input,.wgl .select{height:38px}.wgl .num{text-align:right;font-variant-numeric:tabular-nums}.rep-shell{display:grid;grid-template-columns:236px 1fr;gap:22px;align-items:start}.rep-rail{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:10px 8px;position:sticky;top:12px}.rep-grp{padding:14px 10px 5px;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3)}.rep-item{display:flex;align-items:center;gap:9px;width:100%;text-align:left;background:none;border:0;border-radius:var(--r-sm);padding:8px 10px;cursor:pointer;font:inherit;font-size:13.5px;color:var(--text-2)}.rep-item:hover{background:var(--surface-3);color:var(--text)}.rep-item[aria-current=true]{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.rep-item .dot{width:6px;height:6px;border-radius:50%;background:var(--border-strong);flex:none}.rep-item[aria-current=true] .dot{background:var(--brand)}.rep-main{min-width:0}.rep-head{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:16px}.rep-head h2{font-size:19px;margin:0;letter-spacing:-.01em}.rep-head p{margin:3px 0 0;color:var(--text-2);font-size:13px;max-width:64ch}.rep-period{margin-left:auto;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.rep-chips{display:flex;gap:6px;flex-wrap:wrap}.rep-range{display:inline-flex;align-items:center;gap:6px;font-size:12.5px}.rep-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:12px;margin-bottom:16px}.rep-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:13px 15px;box-shadow:var(--shadow-sm)}.rep-stat .l{font-size:12px;color:var(--text-2)}.rep-stat .v{font-size:21px;font-weight:700;letter-spacing:-.015em;margin-top:4px;font-variant-numeric:tabular-nums}.rep-stat.ok .v{color:var(--ok)}.rep-stat.warn .v{color:var(--warn)}.rep-stat.danger .v{color:var(--danger)}.rep-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:12px;font-size:13px}.rep-table{font-variant-numeric:tabular-nums}.rep-table td.rep-k{font-weight:600}.rep-table tfoot td{background:var(--surface-2);font-weight:700;border-top:1px solid var(--border-strong)}.rep-bar{display:flex;align-items:center;gap:8px;justify-content:flex-end}.rep-bar span{display:block;height:5px;border-radius:var(--r-full);background:var(--brand);min-width:2px}.rep-bar:before{content:""}.rep-bar b{font-size:12.5px;font-weight:600;min-width:34px;text-align:right}.rep-hint{margin-top:14px;font-size:12.5px;color:var(--text-3)}@media(max-width:980px){.rep-shell{grid-template-columns:1fr}.rep-rail{position:static;display:flex;flex-wrap:wrap;gap:4px}.rep-grp{width:100%;padding-top:6px}.rep-item{width:auto}.rep-period{margin-left:0;align-items:flex-start}}@media print{.sidebar,.topbar,.rep-rail,.rep-tools,.rep-chips,.pagination,.btn{display:none!important}.rep-shell{grid-template-columns:1fr}.page,.rep-main{padding:0!important}.table-wrap{border:none!important;box-shadow:none!important;overflow:visible!important}}.tape-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.tape-nav{display:inline-flex;align-items:center;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:3px;box-shadow:var(--shadow-sm)}.tape-nav button{display:grid;place-items:center;width:34px;height:32px;border:none;background:transparent;color:var(--text-2);border-radius:var(--r-sm);cursor:pointer;transition:background .15s var(--ease)}.tape-nav button:hover{background:var(--surface-hover);color:var(--text)}.tape-nav .tape-today{width:auto;padding:0 12px;font-weight:600;font-size:13px}.tape-legend{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-left:auto;font-size:12.5px;color:var(--text-2)}.tape-legend .lg{display:inline-flex;align-items:center;gap:6px}.tape-legend .dot{width:11px;height:11px;border-radius:4px}.tape-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-sm);max-height:calc(100vh - 220px);position:relative}.tape-loading{position:sticky;top:0;left:0;z-index:6;height:2px;background:var(--brand-soft);overflow:hidden}.tape-loading i{display:block;height:100%;width:30%;background:var(--brand);animation:tapeLoad 1.1s var(--ease) infinite}@keyframes tapeLoad{0%{transform:translate(-100%)}to{transform:translate(400%)}}@media(prefers-reduced-motion:reduce){.tape-loading i{animation:none;width:100%;opacity:.5}}.tape{--col: 78px;--label: 200px;--rowh: 48px;--drowh: 26px;--sumh: 28px;--headh: 56px;display:grid;grid-template-columns:minmax(var(--label),max-content) repeat(var(--days),var(--col));position:relative;min-width:max-content}.tape.dense{--rowh: 30px;--drowh: 20px;--sumh: 24px}.tape.dense .tape-room .rnum{font-size:12.5px}.tape.dense .tape-bar{font-size:11px}.tape.dense .tape-bar .bar-sub{display:none}.tape.dense .tape-occ{font-size:9.5px}.tape.dense .tape-floor{padding-top:2px;padding-bottom:2px}.tape-corner{position:sticky;top:0;left:0;z-index:6;background:var(--surface-2);border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 14px;font-size:12px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.tape-day{position:sticky;top:0;height:var(--headh);z-index:4;background:var(--surface-2);border-bottom:1px solid var(--border);border-right:1px solid var(--border);text-align:center;padding:6px 0 5px;font-size:12px;line-height:1.25;color:var(--text-2)}.tape-day .dow{display:block;font-size:10.5px;color:var(--text-3);text-transform:uppercase}.tape-day .dnum{font-weight:700;color:var(--text);font-size:14px}.tape-day .daymov{display:flex;justify-content:center;gap:6px;margin-top:1px;font-size:9.5px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2;min-height:12px}.tape-day .daymov button{border:0;background:none;font:inherit;padding:0 3px;border-radius:5px;cursor:pointer;line-height:1.2}.tape-day .daymov .in{color:var(--ok)}.tape-day .daymov .out{color:var(--text-3)}.tape-day .daymov button:hover{background:var(--surface-3)}.tape-day .daymov button.on{background:var(--brand);color:var(--brand-contrast)}.tape-flt{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 6px 0 11px;border-radius:var(--r-full);background:var(--brand-soft);color:var(--brand-strong);font-size:12.5px;font-weight:600}.tape-flt button{border:0;background:none;color:inherit;font-size:16px;line-height:1;cursor:pointer;padding:0 3px}.tape-droom .hk{width:8px;height:8px;border-radius:var(--r-full);margin-left:auto;flex:none}.tape-sumlab{position:sticky;left:0;top:var(--headh);z-index:5;background:var(--surface-2);border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 14px;height:var(--sumh);font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.tape-sumrow{grid-column:2 / -1;position:sticky;top:var(--headh);z-index:4;display:grid;grid-template-columns:repeat(var(--days),var(--col));height:var(--sumh);border-bottom:1px solid var(--border)}.tape-sum{position:relative;display:grid;place-items:center;border-right:1px solid var(--border);background:var(--surface-2);font-variant-numeric:tabular-nums}.tape-sum.is-today{background:linear-gradient(var(--brand-soft),var(--brand-soft)),var(--surface-2)}.tape-sum .fill{position:absolute;left:0;right:0;bottom:0;background:var(--text-3);opacity:.22}.tape-sum.full .fill{background:var(--brand);opacity:.3}.tape-sum .pct{position:relative;font-size:10px;font-weight:700;color:var(--text-2)}.tape-sum.full .pct{color:var(--brand-strong)}.tape-day.weekend{background:var(--surface-3)}.tape-day.is-today{background:linear-gradient(var(--brand-soft),var(--brand-soft)),var(--surface-2)}.tape-day.is-today .dnum{color:var(--brand-strong)}.tape-day.is-today .dow{color:var(--brand)}.tape-group{grid-column:1 / -1;position:sticky;left:0;z-index:3;display:flex;align-items:center;gap:8px;background:var(--surface-3);border-bottom:1px solid var(--border);padding:5px 14px;font-size:12px;font-weight:700;color:var(--text-2)}.tape-group .swatch{width:10px;height:10px;border-radius:3px}.tape-group .grp-rate{margin-left:auto;font-weight:600;color:var(--text-3)}.tape-bgroup{grid-column:1 / -1;position:sticky;left:0;z-index:3;display:flex;align-items:center;gap:8px;background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:7px 14px;font-size:13px;font-weight:700;color:var(--text)}.tape-bgroup{cursor:pointer;-webkit-user-select:none;user-select:none}.tape-bgroup:hover{background:var(--surface-3)}.tape-bgroup>svg{color:var(--brand)}.tape-caret{color:var(--text-3);transition:transform .15s var(--ease);flex:none}.tape-caret.open{transform:rotate(90deg)}.tape-ztag{font-size:10.5px;font-weight:600;text-transform:lowercase;color:var(--text-3);background:var(--surface-3);border-radius:6px;padding:1px 7px}.tape-bcount{margin-left:auto;font-size:11.5px;font-weight:700;color:var(--text-3);background:var(--surface-3);border-radius:var(--r-full);padding:1px 9px}.tape-floor{grid-column:1 / -1;position:sticky;left:0;z-index:3;display:flex;align-items:center;gap:6px;background:var(--surface);border-bottom:1px solid var(--border);padding:3px 14px 3px 22px;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);cursor:pointer;-webkit-user-select:none;user-select:none}.tape-floor:hover{background:var(--surface-2);color:var(--text-2)}.tape-floor .dim{opacity:.6;font-weight:500}.tape-droom{text-transform:none;padding-left:18px;color:var(--text-2)}.tape-droom svg{color:var(--text-3);flex:none}.tape-droom.folded{grid-column:1;background:var(--surface);border-right:1px solid var(--border);padding-right:10px}.tape-droom.folded:hover{background:var(--surface-2)}.tape-drow{grid-column:2 / -1;display:grid;grid-template-columns:repeat(var(--days),var(--col));height:var(--drowh);border-bottom:1px solid var(--border);background-image:var(--dayfill);cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto var(--drowh)}.tape-drow:hover{filter:brightness(1.04)}.tape-occ{display:grid;place-items:center;height:var(--drowh);font-size:10.5px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-3);pointer-events:none}.tape-occ.full{color:var(--brand);font-weight:700}.tape-room.tape-bed{padding-left:32px}.tape-room.tape-bed .rnum{font-weight:600;font-size:13px;color:var(--text-2)}.seg.seg-sm button{padding:5px 10px;font-size:12.5px}.seg.seg-sm button svg{width:14px;height:14px}.tape-detail-lab{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-weight:700}.seg.detail button.on{background:var(--brand-soft);color:var(--brand-strong);box-shadow:inset 0 0 0 1px var(--brand)}.av-stats{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:14px 18px;margin-bottom:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.av-kpi{display:flex;flex-direction:column;gap:1px}.av-kpi .n{font-size:22px;font-weight:700;line-height:1.05;font-variant-numeric:tabular-nums}.av-kpi .n.free{color:var(--ok)}.av-kpi .n.busy{color:var(--brand-strong)}.av-kpi .l{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);font-weight:600}.av-obar{flex:1;min-width:160px;height:10px;border-radius:999px;background:var(--surface-3);overflow:hidden;display:flex;border:1px solid var(--border)}.av-obar i{height:100%;display:block}.av-wrap{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);padding:16px;display:flex;flex-direction:column;gap:18px}.av-group{display:flex;flex-direction:column;gap:10px}.av-ghead{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text-2);cursor:pointer;-webkit-user-select:none;user-select:none;padding:3px 4px;border-radius:var(--r-sm)}.av-ghead:hover{background:var(--surface-hover)}.av-ghead>svg{color:var(--brand);flex:none}.av-ghead .tape-caret{color:var(--text-3)}.av-ghead .av-sub{font-weight:600;color:var(--text-3);font-size:11.5px}.bp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c10168c;display:flex;align-items:center;justify-content:center;z-index:60;padding:20px}.bp-modal{background:var(--surface);border:1px solid var(--border-2);border-radius:16px;box-shadow:var(--shadow-lg, var(--shadow-md));width:min(440px,100%);padding:18px 20px}.bp-mh{display:flex;align-items:center;justify-content:space-between}.bp-mh b{font-size:17px}.bp-x{border:none;background:var(--surface-3);width:30px;height:30px;border-radius:9px;cursor:pointer;color:var(--text-2);display:grid;place-items:center}.bp-x:hover{color:var(--brand)}.bp-sub{font-size:12.5px;color:var(--text-2);margin:4px 0 15px}.bp-beds{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media(max-width:460px){.bp-beds{grid-template-columns:repeat(3,1fr)}}.bp-bed{aspect-ratio:1.05;border-radius:11px;border:1.5px solid var(--border-2);background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;font:inherit;font-size:11px;font-weight:700;color:var(--text-3);transition:transform .1s var(--ease),box-shadow .1s var(--ease)}.bp-bed .bp-bl{font-size:11.5px;color:var(--text)}.bp-bed .bp-bs{font-size:10px;font-weight:600}.bp-bed.free{border-color:var(--ok);color:var(--ok)}.bp-bed.free:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.bp-bed.free svg{color:var(--ok)}.bp-bed.occ{background:var(--surface-3);border-color:var(--border);color:var(--text-3);cursor:not-allowed;opacity:.7}.bp-bed.occ svg{color:var(--text-3)}.bp-bed.sel{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 0 0 3px var(--brand-soft)}.bp-bed.sel svg,.bp-bed.sel .bp-bl{color:#fff}.bp-foot{display:flex;align-items:center;gap:12px;margin-top:16px}.bp-foot .bp-info{flex:1;font-size:12.5px;color:var(--text-2)}.av-rn{font-weight:700;font-size:12.5px;color:var(--text);font-variant-numeric:tabular-nums}.av-f,.av-fn{font-weight:700}.av-f.ok,.av-fn.ok{color:var(--ok)}.av-f.no,.av-fn.no{color:var(--brand-strong)}.av-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(114px,1fr));gap:9px}.av-tile{text-align:left;border:1.5px solid var(--border);border-radius:10px;padding:9px 10px;background:var(--surface);display:flex;flex-direction:column;gap:7px;cursor:pointer;font:inherit;transition:border-color .12s var(--ease),transform .1s var(--ease)}.av-tile:hover{transform:translateY(-1px);border-color:var(--brand)}.av-tile.hasfree{border-color:var(--ok)}.av-tile.full{border-color:var(--brand);opacity:.82}.av-t{display:flex;align-items:center;justify-content:space-between}.av-f{font-size:11px}.av-bar{display:flex;gap:2px}.av-bar i{flex:1;height:9px;border-radius:2px;background:var(--surface-3)}.av-bar i.free{background:var(--ok)}.av-bar i.occ{background:var(--text-3);opacity:.4}.av-list{display:flex;flex-direction:column}.av-row{width:100%;text-align:left;display:flex;align-items:center;gap:12px;padding:7px 8px;border:none;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;font:inherit;border-radius:6px}.av-row:last-child{border-bottom:none}.av-row:hover{background:var(--surface-hover)}.av-row.full{opacity:.5}.av-row .av-rn{width:56px;flex:none}.av-strip{flex:1;display:flex;gap:2px;min-width:120px}.av-strip i{flex:1;height:14px;border-radius:2px;max-width:30px;background:var(--surface-3)}.av-strip i.free{background:var(--ok)}.av-strip i.occ{background:var(--text-3);opacity:.4}.av-fn{width:72px;text-align:right;font-size:12px;flex:none}.tape-search{display:inline-flex;align-items:center;gap:7px;position:relative;margin-left:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:0 10px;height:34px}.tape-search>svg{color:var(--text-3);flex:none}.tape-search .input{border:none;background:none;padding:0;height:100%;width:150px;font-size:13px}.tape-search .input:focus{outline:none;box-shadow:none}.tape-search-x{border:none;background:none;cursor:pointer;color:var(--text-3);font-size:17px;line-height:1;padding:0 2px}.tape-search-x:hover{color:var(--text)}.tape-pick{position:relative;display:inline-flex}.tape-chip{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 9px 0 11px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);color:var(--text-2);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color .15s var(--ease),background .15s var(--ease)}.tape-chip:hover{border-color:var(--border-strong);color:var(--text)}.tape-chip .cv{color:var(--text)}.tape-chip .cs{color:var(--text-3)}.tape-chip.open{border-color:var(--brand)}.tape-chip.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.tape-chip.active .cv,.tape-chip.active .cs{color:var(--brand-strong)}.tape-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-pop);padding:6px;animation:bk-fade .12s ease}.tape-pop-row{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:8px 9px;border:0;border-radius:var(--r-sm);background:none;font:inherit;font-size:13px;color:var(--text);cursor:pointer}.tape-pop-row:hover{background:var(--surface-2)}.tape-pop-row.on{color:var(--brand-strong);font-weight:600}.tape-pop-row .ok{margin-left:auto;color:var(--ok);flex:none}.tape-icobtn{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--border);background:var(--surface);border-radius:var(--r-md);color:var(--text-2);cursor:pointer;box-shadow:var(--shadow-sm)}.tape-icobtn:hover{border-color:var(--border-strong);color:var(--text)}.tape-icobtn.on{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.tape-foot{display:flex;align-items:center;gap:12px;padding:8px 14px;border-top:1px solid var(--border);background:var(--surface-2)}.tape-foot .tape-legend{margin-left:0;font-size:11.5px;color:var(--text-3)}.tape-foot .tape-legend .dot{width:9px;height:9px;border-radius:3px}.av-legend{margin-left:0;margin-top:12px;font-size:11.5px;color:var(--text-3)}.tape-room{position:sticky;left:0;z-index:3;background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:9px;padding:0 14px;height:var(--rowh)}.tape-room .rnum{font-weight:700;font-size:14px}.tape-room .rfloor{font-size:11.5px;color:var(--text-3)}.tape-room .hk{width:9px;height:9px;border-radius:var(--r-full);margin-left:auto;flex:none;box-shadow:0 0 0 3px var(--surface)}.hk-clean{background:var(--ok)}.hk-dirty{background:var(--danger)}.hk-cleaning{background:var(--warn)}.hk-inspected{background:var(--brand)}.tape-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);height:var(--rowh);cursor:pointer;transition:background .12s var(--ease)}.tape-cell.weekend{background:var(--surface-2)}.tape-cell.is-today{background:var(--brand-soft)}.tape-cell:hover{background:var(--brand-soft-strong)}.bar-peek{position:fixed;z-index:120;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);padding:12px 14px 13px;display:flex;flex-direction:column;gap:3px;animation:peek-in .12s var(--ease)}@keyframes peek-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.bar-peek{animation:none}}.bar-peek .bp-name{font-weight:700;font-size:14px}.bar-peek .bp-sub{font-size:11.5px;color:var(--text-3)}.bar-peek .bp-debt{font-size:12.5px;font-weight:700;color:var(--warn);margin-top:5px}.bar-peek .bp-paid{font-size:12.5px;font-weight:600;color:var(--ok);margin-top:5px}.bar-peek .bp-acts{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.bar-peek .bp-acts .btn{flex:none}:root{--st-confirmed-bg: #f0eafd;--st-confirmed-br: #d6c6f5;--st-confirmed-fg: #5b3aa8;--st-confirmed-solid: #7c5cd6;--st-inhouse-bg: #e3f5ec;--st-inhouse-br: #b0dfc9;--st-inhouse-fg: #146b4c;--st-inhouse-solid: #2fa87c;--st-hold-bg: #fdeee6;--st-hold-br: #f4cdb8;--st-hold-fg: #a35526;--st-hold-solid: #ef8f5c;--st-out-bg: #eef1f6;--st-out-br: #d8dee8;--st-out-fg: #5b6675;--st-out-solid: #94a3b8}[data-theme=dark]{--st-confirmed-bg: rgba(124, 92, 214, .22);--st-confirmed-br: rgba(124, 92, 214, .5);--st-confirmed-fg: #c9b4f7;--st-inhouse-bg: rgba(47, 168, 124, .22);--st-inhouse-br: rgba(47, 168, 124, .5);--st-inhouse-fg: #93e0bd;--st-hold-bg: rgba(239, 143, 92, .22);--st-hold-br: rgba(239, 143, 92, .5);--st-hold-fg: #f6bb98;--st-out-bg: rgba(148, 163, 184, .16);--st-out-br: rgba(148, 163, 184, .35);--st-out-fg: #aab4c4}.tape-bar{position:relative;align-self:center;height:36px;margin:0 5px;border-radius:9px;padding:0 10px;display:flex;flex-direction:column;justify-content:center;cursor:pointer;overflow:hidden;z-index:2;box-shadow:var(--shadow-sm);border:1px solid transparent;transition:transform .12s var(--ease),box-shadow .12s var(--ease),filter .12s var(--ease)}.tape-bar:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);filter:saturate(1.15);z-index:3}.tape-bar .bar-name{font-size:12.5px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}.tape-bar .bar-sub{font-size:10.5px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tape-bar.status-confirmed{background:var(--st-confirmed-bg);border-color:var(--st-confirmed-br);color:var(--st-confirmed-fg)}.tape-bar.status-checked_in{background:var(--st-inhouse-bg);border-color:var(--st-inhouse-br);color:var(--st-inhouse-fg)}.tape-bar.status-hold{background:var(--st-hold-bg);border-color:var(--st-hold-br);color:var(--st-hold-fg);border-style:dashed}.tape-bar.status-checked_out{background:var(--st-out-bg);border-color:var(--st-out-br);color:var(--st-out-fg)}.tape-bar.status-checked_out{box-shadow:none;opacity:.75;z-index:1}.tape-bar.status-checked_out:hover{opacity:1}.fd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.fd-grid.fd-cards{align-items:start}.fd-cards .fd-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:14px;box-shadow:var(--shadow-sm)}.fd-cards .fd-col h3{margin-bottom:12px}.fd-col h3{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px}.fd-col h3 .count{margin-left:auto;font-size:12px;font-weight:700;color:var(--text-3);background:var(--surface-3);padding:1px 9px;border-radius:var(--r-full)}.hk-group{margin-bottom:8px}.hk-ghead{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:9px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2);font-size:13.5px;font-weight:600;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.hk-ghead:hover{border-color:var(--brand)}.hk-ghead .hk-caret{color:var(--text-3);transition:transform .15s ease}.hk-group.open .hk-ghead{border-radius:var(--r-md) var(--r-md) 0 0;margin-bottom:8px}.hk-group.open .hk-caret{transform:rotate(90deg)}.hk-ghead .count{margin-left:auto;font-size:12px;font-weight:700;color:var(--text-3);background:var(--surface-3);padding:1px 9px;border-radius:999px}.fd-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);margin-bottom:8px;cursor:pointer;transition:border-color .12s var(--ease),transform .12s var(--ease)}.fd-item:hover{border-color:var(--border-strong);transform:translate(2px)}.fd-item .fd-room{flex:none;width:46px;height:46px;border-radius:var(--r-md);display:grid;place-items:center;font-weight:700;font-size:15px;color:#fff;padding:3px;text-align:center;line-height:1.05;overflow:hidden;word-break:break-word}.fd-item .fd-body{min-width:0;flex:1}.fd-item .fd-body b{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fd-item .fd-body span{font-size:12px;color:var(--text-3)}.fd-item.fd-dense{padding:6px 8px;gap:9px;margin-bottom:4px}.fd-item.fd-dense .fd-room{width:34px;height:34px;font-size:11px;border-radius:var(--r-sm)}.fd-item.fd-dense .fd-body b{font-size:13px}.fd-item.fd-dense .fd-body span{font-size:11px}.fd-more{display:block;width:100%;text-align:center;font:inherit;font-size:12.5px;font-weight:600;color:var(--brand);background:none;border:none;border-top:1px solid var(--border);padding:9px;margin-top:4px;cursor:pointer;border-radius:0 0 var(--r-md) var(--r-md)}.fd-more:hover{background:var(--brand-soft)}.fd-col h3 .fd-colact{font:inherit;font-size:12px;font-weight:600;color:var(--brand);background:var(--brand-soft);border:none;border-radius:var(--r-full);padding:3px 10px;cursor:pointer}.fd-col h3 .fd-colact:hover{filter:brightness(.97)}.fd-triage{background:var(--surface);border:1px solid color-mix(in srgb,var(--danger) 35%,var(--border));border-radius:var(--r-md);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:20px}.fd-triage-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:12px 14px;background:var(--danger-soft);color:var(--danger);border-bottom:1px solid color-mix(in srgb,var(--danger) 20%,var(--border))}.fd-triage-head b{color:var(--text);font-size:14.5px}.fd-triage-head .n{background:var(--danger);color:#fff;border-radius:var(--r-full);font-size:12px;font-weight:700;padding:1px 9px}.fd-triage-body{padding:12px 14px}.fd-triage-body p{margin:0 0 9px;font-size:12.5px;color:var(--text-2)}.fd-triage-stats{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px;color:var(--text-2)}.fd-triage-stats b{color:var(--text);font-size:15px}.fd-triage-stats .debt b{color:var(--danger)}.rl-head{margin-bottom:14px;gap:12px;flex-wrap:wrap}.rl-tools{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.rl-search{display:inline-flex;align-items:center;gap:8px;flex:1;min-width:220px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);padding:7px 11px;color:var(--text-3)}.rl-search input{border:none;background:none;outline:none;font:inherit;font-size:13px;color:var(--text);width:100%}.rl-chips{display:flex;flex-wrap:wrap;gap:7px}.rl-chip{display:inline-flex;align-items:baseline;gap:7px;cursor:pointer;font:inherit;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);border-radius:var(--r-full);padding:5px 12px;font-size:12.5px;font-weight:600}.rl-chip .c{font-size:11.5px;font-weight:700;color:var(--text-3)}.rl-chip:hover{border-color:var(--text-3)}.rl-chip.on{background:var(--brand-soft);border-color:var(--brand);color:var(--brand)}.rl-chip.on .c{color:var(--brand)}.rl-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-bottom:14px}.rl-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:13px 15px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:flex-start;gap:3px}.rl-box.ok{border-color:color-mix(in srgb,var(--ok) 40%,var(--border))}.rl-box.warn{border-color:color-mix(in srgb,var(--warn) 45%,var(--border))}.rl-box .n{font-size:25px;font-weight:700;letter-spacing:-.02em;line-height:1.2;font-variant-numeric:tabular-nums}.rl-box.ok .n{color:var(--ok)}.rl-box.warn .n{color:var(--warn)}.rl-box .t{font-size:13px;font-weight:600}.rl-box .d{font-size:12px;color:var(--text-3);margin-bottom:8px}.rl-box-acts{display:flex;flex-wrap:wrap;gap:8px}.rl-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);overflow:hidden}.rl-lhead{display:flex;align-items:center;gap:10px;padding:9px 13px;border-bottom:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-3)}.rl-lhead input,.rl-row input{accent-color:var(--brand);width:15px;height:15px;margin:0;cursor:pointer;flex:none}.rl-rows{max-height:60vh;overflow-y:auto;padding:5px}.rl-row{display:flex;align-items:center;gap:9px;padding:0 7px;border-radius:var(--r-sm)}.rl-row:hover{background:var(--surface-3)}.rl-open{display:flex;align-items:center;gap:9px;flex:1;min-width:0;background:none;border:none;font:inherit;text-align:left;cursor:pointer;padding:5px 0;color:var(--text)}.rl-room{flex:none;min-width:42px;text-align:center;color:#fff;font-size:11px;font-weight:700;border-radius:var(--r-sm);padding:3px 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rl-name{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.rl-meta{font-size:11.5px;color:var(--text-3);flex:none;font-variant-numeric:tabular-nums}.rl-more{display:block;width:100%;font:inherit;font-size:12.5px;font-weight:600;color:var(--brand);background:none;border:none;border-top:1px solid var(--border);padding:9px;cursor:pointer}.rl-more:hover{background:var(--brand-soft)}.rl-bulk{position:sticky;bottom:12px;margin-top:12px;z-index:5;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);padding:10px 14px;box-shadow:var(--shadow-lg)}.rl-bulk .hint{font-size:12px;color:var(--text-3)}@media(max-width:560px){.rl-meta{display:none}}.occ-meter{height:10px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden;margin-top:8px}.occ-meter>span{display:block;height:100%;border-radius:var(--r-full);background:linear-gradient(90deg,var(--brand),var(--brand-strong));transition:width .5s var(--ease)}.room-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.room-tile{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);padding:12px;position:relative;cursor:pointer;transition:border-color .12s var(--ease),box-shadow .12s var(--ease);border-top:3px solid var(--tile-color, var(--brand))}.room-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.room-tile .rt-num{font-weight:700;font-size:17px}.room-tile .rt-type{font-size:11.5px;color:var(--text-3);margin-top:1px}.room-tile .rt-hk{position:absolute;top:12px;right:12px;width:10px;height:10px;border-radius:var(--r-full)}.room-tile .rt-foot{margin-top:10px;font-size:12px;color:var(--text-2);display:flex;justify-content:space-between;align-items:center}.room-tile.ooo{opacity:.6}@media(max-width:640px){.tape{--col: 62px;--label: 140px}.tape-legend{width:100%;margin-left:0}}.unit-search{position:relative;margin-bottom:8px}.unit-search input{width:100%;padding-left:32px}.unit-search>svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none}.unit-group{border:1px solid var(--border);border-radius:10px;overflow:hidden}.unit-group+.unit-group{margin-top:7px}.unit-group-h{display:flex;align-items:center;gap:9px;width:100%;text-align:left;font:inherit;font-size:13px;font-weight:600;color:var(--text);background:var(--surface-2);border:none;padding:9px 11px;cursor:pointer}.unit-group-h:hover{background:var(--surface)}.unit-group-h .sw{width:10px;height:10px;border-radius:3px;flex:none}.unit-group-h .cnt{margin-left:auto;font-size:12px;color:var(--text-3);font-weight:500}.unit-group-h .chev{color:var(--text-3);transition:transform .15s;flex:none}.unit-group-h .chev.open{transform:rotate(90deg)}.unit-group-body{padding:9px 10px;display:flex;flex-wrap:wrap;gap:7px}.unit-floor-block{width:100%}.unit-floor{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);margin:2px 0 6px}.unit-floor-pills{display:flex;flex-wrap:wrap;gap:7px}.bk-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f12186b;display:flex;justify-content:flex-end;animation:bk-fade .15s ease}.bk-panel{width:470px;max-width:100vw;height:100%;background:var(--surface);display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000002e;animation:bk-slide .2s var(--ease)}@keyframes bk-fade{0%{opacity:0}to{opacity:1}}@keyframes bk-slide{0%{transform:translate(34px);opacity:.5}to{transform:none;opacity:1}}.bk-head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--brand);color:#fff}.bk-head>svg{flex:none}.bk-head-t{flex:1;min-width:0}.bk-head-t b{display:block;font-size:15px;line-height:1.2}.bk-head-t span{font-size:12px;opacity:.85}.bk-x{background:#ffffff29;border:none;color:#fff;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;cursor:pointer;flex:none}.bk-x:hover{background:#ffffff4d}.bk-body{flex:1;overflow-y:auto;padding:16px}.bk-lab{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);margin-bottom:6px;display:flex;align-items:center;gap:5px}.bk-steppers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0 14px}.bk-stepper{display:flex;align-items:center;gap:4px}.bk-step{width:32px;height:32px;border:1px solid var(--border);background:var(--surface);border-radius:8px;display:grid;place-items:center;cursor:pointer;color:var(--text-2)}.bk-step:hover{background:var(--surface-hover)}.bk-stepv{width:34px;text-align:center;font-weight:700;font-variant-numeric:tabular-nums}.bk-chip{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-size:13.5px;font-weight:500;cursor:pointer}.bk-chip.on{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.bk-segwrap{display:flex;flex-wrap:wrap;gap:6px}.bk-seg{height:32px;padding:0 11px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-size:13px;cursor:pointer}.bk-seg.on{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.bk-tabs{display:flex;border:1px solid var(--border);border-radius:10px 10px 0 0;overflow:hidden;background:var(--surface-2)}.bk-tabs button{flex:1;height:38px;border:none;background:none;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-3);cursor:pointer;position:relative}.bk-tabs button.on{background:var(--surface);color:var(--brand-strong);font-weight:600}.bk-tabs button.on:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--brand)}.bk-badge{font-size:10px;font-weight:700;background:var(--brand);color:#fff;border-radius:999px;padding:0 6px}.bk-tabbody{border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:118px}.bk-foot{border-top:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;gap:10px}.bk-stack{display:flex;flex-direction:column;gap:10px}.bk-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.bk-guest{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r-md)}.bk-av{width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:700;flex:none}.bk-guest .g{flex:1;min-width:0}.bk-guest .g b{display:block;font-size:13.5px;font-variant-numeric:tabular-nums}.bk-guest .g span{font-size:11.5px;color:var(--text-3)}.bk-card{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2);padding:10px 12px}.bk-card h5{margin:0 0 7px;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);display:flex;justify-content:space-between;align-items:center;gap:8px}.bk-li{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:3px 0}.bk-li>span{color:var(--text-2)}.bk-li>b{font-variant-numeric:tabular-nums;text-align:right}.bk-tot{display:flex;justify-content:space-between;align-items:baseline;gap:10px;border-top:1px solid var(--border);margin-top:7px;padding-top:8px}.bk-tot b{font-size:17px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.bk-acts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.bk-acts .wide{grid-column:1 / -1}.bk-abtn{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;border-radius:var(--r-md);border:1px solid var(--border-strong);background:var(--surface);font:inherit;font-size:13.5px;font-weight:600;color:var(--text);cursor:pointer}.bk-abtn:hover{background:var(--surface-3)}.bk-abtn.pri{background:var(--brand);border-color:var(--brand);color:#fff}.bk-abtn.pri:hover{background:var(--brand-strong, var(--brand))}.bk-more{grid-column:1 / -1;display:flex;gap:16px;flex-wrap:wrap;padding-top:10px;border-top:1px solid var(--border);font-size:12.5px}.bk-more button{border:0;background:none;color:var(--text-2);cursor:pointer;font:inherit;padding:0;display:inline-flex;align-items:center;gap:6px}.bk-more button:hover{color:var(--text)}.bk-more button.dgr,.bk-danger{color:var(--danger)}.bk-danger:hover:not(:disabled){background:var(--danger-soft)}.bk-total{font-size:20px;font-weight:800;font-variant-numeric:tabular-nums}.bk-svc-search{display:flex;align-items:center;gap:8px;padding:0 10px;height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text-3)}.bk-svc-search:focus-within{border-color:var(--brand);color:var(--brand)}.bk-svc-search input{flex:1;min-width:0;border:none;background:none;outline:none;font-size:13px;color:var(--text);font-family:inherit}.bk-done{justify-content:center}.bk-done-body{padding:40px 28px;display:flex;flex-direction:column;align-items:center;gap:10px}.bk-done-check{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--ok-soft, var(--brand-soft));color:var(--ok, var(--brand));margin-bottom:4px}.bk-addlink{border:none;background:none;color:var(--brand-strong);font-size:11px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;text-transform:none;letter-spacing:0;padding:0}.bk-addlink:hover{text-decoration:underline}.cbx-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:none;background:var(--surface-3);color:var(--text-3);width:20px;height:20px;border-radius:var(--r-full);display:grid;place-items:center;cursor:pointer;font-size:15px;line-height:1}.cbx-clear:hover{background:var(--surface-hover);color:var(--text)}.bk-guests{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.bk-gchip{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 11px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:13px}.bk-gchip button{border:none;background:var(--surface-3);color:var(--text-3);width:18px;height:18px;border-radius:999px;cursor:pointer;font-size:13px;line-height:1;display:grid;place-items:center}.bk-gchip button:hover{background:var(--danger);color:#fff}.gform-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f121873;display:flex;align-items:center;justify-content:center;padding:16px;animation:bk-fade .12s ease}.gform-card{width:440px;max-width:100%;background:var(--surface);border-radius:var(--r-lg);box-shadow:0 20px 60px #0000004d;overflow:hidden}.gform-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-size:15px}.gform-head .bk-x{background:var(--surface-3);color:var(--text-2)}.gform-head .bk-x:hover{background:var(--surface-hover)}.gform-foot{display:flex;justify-content:flex-end;gap:10px;padding:12px 16px;border-top:1px solid var(--border)}.tape-bar{cursor:grab;touch-action:none}.tape-bar:active{cursor:grabbing}.tape-bar.status-checked_out,.tape-bar.status-checked_out:active{cursor:pointer;touch-action:auto}.tape.dragging{cursor:grabbing}.tape.dragging .tape-bar{pointer-events:none}.tape-cell.drop-ok{background:var(--surface-2);box-shadow:inset 0 0 0 2px var(--brand);border-radius:4px}.bar-grip{position:absolute;top:0;right:0;bottom:0;width:12px;display:flex;align-items:center;justify-content:center;cursor:ew-resize;touch-action:none;opacity:0;transition:opacity .12s var(--ease)}.bar-grip:before{content:"";width:3px;height:15px;border-radius:2px;background:currentColor;opacity:.6}.tape-bar:hover .bar-grip,.tape-bar.resizing .bar-grip{opacity:1}.tape.resizing{cursor:ew-resize}.tape.resizing .tape-bar{pointer-events:none}.tape-bar.resizing{z-index:3;transform:none;box-shadow:var(--shadow-md);outline:2px solid var(--brand);outline-offset:-1px}.tape-cell.sel{background:var(--brand-soft-strong);box-shadow:inset 0 -2px 0 var(--brand)}.struct{display:flex;flex-direction:column;gap:24px}.struct-bldg-group{display:flex;flex-direction:column;gap:14px}.struct-bldg{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:var(--text);padding-bottom:8px;border-bottom:1px solid var(--border)}.struct-bldg svg{color:var(--brand)}.struct-floor-group{display:flex;flex-direction:column;gap:10px}.struct-floor{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.struct-floor .dim{opacity:.7;font-weight:500}.rb-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:20px}.rb-inline{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.rb-newgroup{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:8px 10px}.rb-seg{flex:none}.rb-seg button{padding:6px 12px;font-size:13px}.bulk-preview{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.bulk-preview-body{margin-top:10px;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.bulk-prow{display:flex;gap:10px;align-items:baseline}.bulk-pfloor{flex:none;width:62px;font-size:12px;font-weight:600;color:var(--text-3);padding-top:2px}.bulk-pnums{display:flex;flex-wrap:wrap;gap:5px}.bulk-num{font-size:12px;font-variant-numeric:tabular-nums;padding:2px 7px;border-radius:6px;background:var(--surface);border:1px solid var(--border);color:var(--text-2)}.bulk-num.dup{background:var(--danger-bg, rgba(229,72,77,.12));border-color:var(--danger, #e5484d);color:var(--danger, #e5484d);text-decoration:line-through}.rb-tag{margin-left:8px;font-size:11px;font-weight:600;text-transform:lowercase;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px 9px}.rb-bgroup{margin-bottom:24px}.rb-bhead{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.rb-bhead svg{color:var(--brand)}.rb-bhead .rb-caret{color:var(--text-3);transition:transform .15s ease}.rb-bgroup.collapsed .rb-bhead{margin-bottom:0}.rb-bgroup.collapsed .rb-caret{transform:none}.rb-bgroup:not(.collapsed) .rb-caret{transform:rotate(90deg)}.rb-bcount{margin-left:auto;font-size:12px;font-weight:700;color:var(--text-3);background:var(--surface-3);padding:1px 9px;border-radius:999px}.rb-floor{border-left:2px solid var(--border);padding-left:14px;margin-bottom:14px}.rb-fhead{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);margin-bottom:9px}.rb-fhead .dim{opacity:.7;font-weight:500}.rb-rooms{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.rb-chip{position:relative;display:inline-flex;flex-direction:column;justify-content:center;min-width:84px;padding:8px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer;overflow:hidden}.rb-chip:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--c)}.rb-chip b{font-size:14px}.rb-chip span{font-size:11px;color:var(--text-3)}.rb-chip .rb-x{position:absolute;right:4px;top:2px;font-size:13px;color:var(--text-3);opacity:0;line-height:1}.rb-chip:hover .rb-x{opacity:1}.rb-chip .rb-x:hover{color:var(--brand)}.rb-bactions{display:inline-flex;align-items:center;gap:2px;margin-left:8px}.rb-baction{width:28px;height:28px;display:grid;place-items:center;border:none;background:none;border-radius:7px;cursor:pointer;color:var(--text-3)}.rb-baction svg{color:inherit}.rb-baction:hover{background:var(--surface-3);color:var(--text)}.rb-baction-danger:hover{background:var(--danger-soft, var(--surface-3));color:var(--danger)}.rb-rename{height:32px;font-size:15px;font-weight:600;max-width:260px}.rb-bhead-hidden>:not(.rb-bactions):not(.rb-tag):not(.rb-bcount){opacity:.55}.rb-chip-acts{position:absolute;right:3px;top:2px;display:inline-flex;gap:1px;opacity:0}.rb-chip:hover .rb-chip-acts{opacity:1}.rb-cbtn{width:20px;height:20px;display:grid;place-items:center;border:none;background:none;border-radius:5px;cursor:pointer;color:var(--text-3)}.rb-cbtn:hover{background:var(--surface-3);color:var(--brand)}.rb-chip-hidden{opacity:.6;border-style:dashed}.rb-addtile{display:inline-flex;align-items:center;gap:5px;border:1.5px dashed var(--border);background:none;color:var(--text-3);border-radius:10px;padding:9px 13px;font:inherit;font-size:13px;cursor:pointer}.rb-addtile:hover{border-color:var(--brand);color:var(--brand)}.rb-addfloor{display:inline-flex;align-items:center;gap:6px;margin-top:4px;border:1.5px dashed var(--border);background:var(--surface-2);color:var(--text-3);border-radius:10px;padding:10px 16px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.rb-addfloor:hover{border-color:var(--brand);color:var(--brand)}.setup-wrap{display:grid;grid-template-columns:288px 1fr;min-height:100vh;background:var(--bg)}@media(max-width:820px){.setup-wrap{grid-template-columns:1fr}.setup-rail{display:none}}.setup-rail{background:var(--surface);border-right:1px solid var(--border);padding:26px 22px;display:flex;flex-direction:column;gap:24px}.setup-brand{display:flex;align-items:center;gap:11px}.setup-brand img{width:38px;height:38px;object-fit:contain}.setup-brand b{font-size:16px;font-weight:800;display:block}.setup-brand span{font-size:11.5px;color:var(--text-3)}.setup-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.setup-stp{display:flex;align-items:center;gap:12px;padding:10px 11px;border-radius:11px;color:var(--text-3);font-size:14px;font-weight:600}.setup-stp .n{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--border-strong);display:grid;place-items:center;font-size:12.5px;font-weight:700;flex:none}.setup-stp.active{background:var(--surface-2);color:var(--text)}.setup-stp.active .n{border-color:var(--brand);background:var(--brand);color:var(--brand-contrast);box-shadow:0 0 0 4px var(--brand-soft)}.setup-stp.done{color:var(--text);cursor:pointer}.setup-stp.done .n{border-color:var(--ok);background:var(--ok);color:#fff}.setup-prog{margin-top:auto;height:5px;border-radius:99px;background:var(--surface-2);overflow:hidden}.setup-prog i{display:block;height:100%;background:var(--brand);border-radius:99px;transition:width .3s ease}.setup-main{padding:34px 40px 110px;max-width:900px;width:100%;margin:0 auto}@media(max-width:560px){.setup-main{padding:22px 18px 120px}}.setup-top{display:flex;align-items:center;justify-content:space-between}.setup-eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--brand)}.setup-h1{font-size:27px;letter-spacing:-.02em;margin:.1em 0 .2em}.setup-lead{color:var(--text-3);font-size:15px;margin:0 0 26px;max-width:62ch}.setup-body{animation:fadeUp .25s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.setup-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.setup-choice{border:1.5px solid var(--border);border-radius:16px;padding:18px;background:var(--surface);text-align:left;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:.14s}.setup-choice:hover{border-color:var(--brand);transform:translateY(-1px)}.setup-choice.sel{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 4px var(--brand-soft)}.setup-choice .ic{width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:4px}.setup-choice b{font-size:15.5px}.setup-choice .d{font-size:12.5px;color:var(--text-3)}.setup-form{display:flex;flex-direction:column;gap:14px;max-width:640px}.setup-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.setup-form .row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}@media(max-width:560px){.setup-form .row2,.setup-form .row3{grid-template-columns:1fr}}.btn-icon{width:42px;padding:0;display:grid;place-items:center}.setup-warn{color:var(--brand);font-weight:600}.setup-hint{font-size:12.5px;color:var(--text-3)}.setup-sech{font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);margin:2px 0 12px}.setup-cat{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:11px}.setup-item{border:1.5px solid var(--border);border-radius:13px;padding:12px 13px;background:var(--surface);transition:.14s}.setup-item.on{border-color:var(--brand);background:var(--brand-soft)}.setup-item .r1{display:flex;align-items:center;gap:10px;cursor:pointer}.setup-item .chk{width:22px;height:22px;border-radius:7px;border:1.6px solid var(--border-strong);flex:none;display:grid;place-items:center;color:#fff}.setup-item.on .chk{background:var(--brand);border-color:var(--brand)}.setup-item .nm{font-size:14px;font-weight:600;flex:1}.setup-item .tag{font-size:10.5px;font-weight:700;text-transform:uppercase;color:var(--text-3);background:var(--surface-3);border-radius:6px;padding:2px 7px}.setup-item .cfg{display:flex;gap:8px;margin-top:10px}.setup-item .mini{display:flex;flex-direction:column;gap:3px;flex:1}.setup-item .mini label{font-size:10.5px;color:var(--text-3);font-weight:600}.setup-item .mini input{width:100%;padding:7px 9px;border:1.5px solid var(--border);border-radius:9px;background:var(--bg);color:var(--text);font:inherit;font-size:13px}.setup-custom{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.setup-custom .input{flex:1;min-width:160px}.rule{border:1.5px solid var(--border);border-radius:14px;padding:14px;background:var(--surface)}.rule-g{display:grid;grid-template-columns:1.3fr 1.3fr .9fr 42px;gap:10px;align-items:end}@media(max-width:620px){.rule-g{grid-template-columns:1fr 1fr}}.imp-steps{display:flex;gap:6px;margin:-4px 0 18px;flex-wrap:wrap}.imp-step{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--text-3);padding:5px 10px;border-radius:99px;background:var(--surface-2)}.imp-step .n{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;background:var(--surface-3);color:var(--text-3)}.imp-step.on{color:var(--brand);background:var(--brand-soft)}.imp-step.on .n{background:var(--brand);color:var(--brand-contrast)}.imp-step.done{color:var(--ok)}.imp-step.done .n{background:var(--ok-soft);color:var(--ok)}.imp-seg{align-self:flex-start}.imp-textarea{min-height:170px;resize:vertical;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;white-space:pre}.imp-drop{border:1.6px dashed var(--border-strong);border-radius:14px;padding:34px 18px;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-3);cursor:pointer;transition:.14s;text-align:center}.imp-drop:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.imp-drop b{color:var(--text);font-size:15px}.imp-err{display:flex;align-items:center;gap:8px;color:var(--brand);font-weight:600;font-size:13px}.imp-check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);cursor:pointer}.imp-check input{width:16px;height:16px;accent-color:var(--brand)}.imp-maplist{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow:auto;padding-right:4px}.imp-maprow{display:grid;grid-template-columns:200px 1fr 130px;gap:10px;align-items:center}@media(max-width:620px){.imp-maprow{grid-template-columns:1fr 1fr}.imp-mapsample{display:none}}.imp-mapfield{font-size:13.5px;font-weight:600;color:var(--text-2)}.imp-mapsample{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.imp-summary{display:flex;gap:12px;flex-wrap:wrap}.imp-sum-item{border:1.5px solid var(--border);border-radius:12px;padding:10px 16px;display:flex;flex-direction:column;align-items:center;min-width:92px}.imp-sum-item b{font-size:22px;font-weight:800;line-height:1}.imp-sum-item span{font-size:11.5px;color:var(--text-3);margin-top:4px}.imp-sum-item.ok b{color:var(--ok)}.imp-sum-item.ok{border-color:var(--ok-soft)}.imp-sum-item.warn b{color:#d97706}.imp-sum-item.warn{border-color:#d977064d}.imp-preview th,.imp-preview td{white-space:nowrap}.imp-prog{position:relative;height:8px;background:var(--surface-3);border-radius:99px;margin-bottom:22px}.imp-prog-bar{height:100%;background:var(--brand);border-radius:99px;transition:width .2s ease}.imp-prog span{position:absolute;right:0;top:11px;font-size:12px;color:var(--text-3);font-variant-numeric:tabular-nums}.imp-done{width:68px;height:68px;border-radius:20px;background:var(--ok-soft);color:var(--ok);display:grid;place-items:center;margin:4px auto 6px}.imp-errlist{text-align:left;font-size:12px;color:var(--text-3);background:var(--surface-2);border-radius:10px;padding:10px 12px;max-height:120px;overflow:auto;margin-top:6px}.rule>.field{margin-top:10px}.rule-cnt{margin-top:12px;font-size:13px;color:var(--text-3);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rule-cnt b{color:var(--brand)}.rule-formula{font-variant-numeric:tabular-nums}.setup-bcard{border:1.5px solid var(--border);border-radius:16px;padding:16px;background:var(--surface);display:flex;flex-direction:column;gap:14px}.setup-bcard .bcard-top{display:grid;grid-template-columns:1fr 42px;gap:12px;align-items:end}.setup-bcard .bcard-body{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.setup-seg{display:inline-flex;background:var(--surface-3);border-radius:12px;padding:4px;gap:4px;align-self:flex-start}.setup-seg button{border:0;background:transparent;color:var(--text-2);font:inherit;font-size:13.5px;font-weight:600;padding:8px 13px;border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.setup-seg button.on{background:var(--brand);color:var(--brand-contrast);box-shadow:0 1px 3px var(--brand-soft-strong)}.setup-pill{font-size:12.5px;color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);border-radius:99px;padding:6px 12px;margin-bottom:3px}.setup-note{font-size:13px;color:var(--text-3);display:inline-flex;align-items:center;gap:8px;margin-bottom:5px}.setup-note .dot{width:7px;height:7px;border-radius:50%;background:var(--ok);flex:none}.setup-chips{display:flex;gap:8px;flex-wrap:wrap}.setup-chip{font-size:12.5px;font-weight:600;color:var(--text-2);background:var(--surface);border:1.5px solid var(--border);border-radius:99px;padding:7px 13px;cursor:pointer}.setup-chip:hover{border-color:var(--brand);color:var(--brand)}.ctx-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;border-radius:99px;padding:3px 9px}.ctx-badge.floors{color:var(--brand-strong);background:var(--brand-soft)}.ctx-badge.flat{color:#b45309;background:#d9770624}[data-theme=dark] .ctx-badge.flat{color:#fbbf24}.ctx-edit{border:0;background:transparent;color:inherit;font:inherit;font-size:11.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;padding:0 0 0 4px;opacity:.8;text-decoration:underline;text-underline-offset:2px}.ctx-edit:hover{opacity:1}.setup-donehero{width:76px;height:76px;border-radius:22px;background:var(--ok-soft);color:var(--ok);display:grid;place-items:center;margin:6px auto 18px}.setup-sum{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:13px;margin-bottom:20px}.setup-stat{border:1.5px solid var(--border);border-radius:15px;padding:16px;background:var(--surface);text-align:center}.setup-stat .v{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1}.setup-stat .l{font-size:12.5px;color:var(--text-3);margin-top:6px}.setup-nav{position:fixed;left:288px;right:0;bottom:0;background:var(--surface);border-top:1px solid var(--border);padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:20}@media(max-width:820px){.setup-nav{left:0}}@media(max-width:560px){.setup-nav{padding:12px 18px}}.setup-navstat{font-size:12.5px;color:var(--text-3)}.svc-chip{border:1.5px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:999px;padding:6px 12px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:.12s}.svc-chip:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.sp-tabs{display:flex;gap:4px;padding:0 12px;border-bottom:1px solid var(--border);background:var(--surface)}.sp-tabs button{border:0;background:transparent;font:inherit;font-size:13.5px;font-weight:600;color:var(--text-3);padding:10px 12px 11px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;border-bottom:2px solid transparent;margin-bottom:-1px}.sp-tabs button[aria-selected=true]{color:var(--brand);border-bottom-color:var(--brand)}.sp-tabs button:hover{color:var(--text)}.sp-badge{font-size:10.5px;font-weight:700;background:var(--surface-3);color:var(--text-3);padding:1px 7px;border-radius:999px}.gh-sum{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2)}.gh-sum>div{display:flex;flex-direction:column;gap:2px;min-width:0}.gh-n{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-n.debt{color:var(--danger)}.gh-l{font-size:11px;color:var(--text-3)}.gh-stay{border:1px solid var(--border);border-radius:var(--r-md);padding:11px 12px;background:var(--surface)}.gh-stay.dead{opacity:.6}.gh-head{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:13.5px}.gh-head .dim{color:var(--text-3);font-size:12.5px}.gh-head .badge{margin-left:auto;font-size:11px}.gh-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:5px;font-size:12.5px;color:var(--text-3)}.gh-money{margin-left:auto;color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.gh-debt{color:var(--danger)}.gh-pays{margin-top:9px;border-top:1px dashed var(--border);padding-top:8px;display:flex;flex-direction:column;gap:5px}.gh-pay{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-2)}.gh-pay .dim{color:var(--text-3)}.gh-pay b{margin-left:auto;font-variant-numeric:tabular-nums;color:var(--ok)}.bar-sale{display:grid;grid-template-columns:1fr 340px;gap:16px;align-items:start}.bar-goods{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:14px}.bar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.bar-card{display:flex;flex-direction:column;gap:2px;text-align:left;font:inherit;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2);padding:12px;cursor:pointer;color:var(--text);min-height:84px}.bar-card:hover{border-color:var(--brand)}.bar-card:active{transform:scale(.98)}.bar-card b{font-size:13.5px}.bar-card .p{font-size:16px;font-weight:700;margin-top:4px}.bar-card .s{font-size:11.5px;color:var(--text-3)}.bar-card.out{opacity:.5;cursor:not-allowed}.bar-card.out:hover{border-color:var(--border)}.bar-cart{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:14px;position:sticky;top:12px;display:flex;flex-direction:column;gap:4px}.bar-line{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid var(--border)}.bar-line .qty{display:flex;align-items:center;gap:6px;background:var(--surface-3);border-radius:var(--r-full);padding:2px 4px}.bar-line .qty button{border:0;background:none;color:var(--text-2);cursor:pointer;display:grid;place-items:center;padding:2px;border-radius:50%}.bar-line .qty button:hover{background:var(--surface);color:var(--text)}.bar-line .qty span{min-width:16px;text-align:center;font-weight:700;font-size:13px}.bar-line .nm{flex:1;min-width:0;font-size:13.5px;line-height:1.3}.bar-line .nm .dim{display:block;font-size:11.5px}.bar-line .sum{font-variant-numeric:tabular-nums;font-size:13.5px}.bar-line .del{border:0;background:none;color:var(--text-3);cursor:pointer;padding:2px}.bar-line .del:hover{color:var(--danger)}.bar-total{display:flex;align-items:baseline;gap:8px;padding:12px 0 10px;font-size:14px}.bar-total b{margin-left:auto;font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}@media(max-width:900px){.bar-sale{grid-template-columns:1fr}.bar-cart{position:static}}.bar-more{border:0;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--brand);cursor:pointer;padding:2px 0}.bar-more:hover{text-decoration:underline}.bar-sub td{background:var(--surface-2);font-size:12.5px;padding-top:6px;padding-bottom:8px}.hk-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.hk-tabs button{border:0;background:transparent;font:inherit;font-size:14px;font-weight:600;color:var(--text-3);padding:9px 14px 11px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;border-bottom:2px solid transparent;margin-bottom:-1px}.hk-tabs button[aria-selected=true]{color:var(--brand);border-bottom-color:var(--brand)}.hk-tabs button:hover{color:var(--text)}.hk-tabs .pill{font-size:11px;font-weight:700;background:var(--surface-3);color:var(--text-3);padding:1px 7px;border-radius:var(--r-full)}.hk-tabs button[aria-selected=true] .pill{background:var(--brand-soft);color:var(--brand-strong)}.hk-day{display:grid;grid-template-columns:minmax(230px,1fr) auto;gap:18px;align-items:center;padding:16px 18px;margin-bottom:16px}@media(max-width:900px){.hk-day{grid-template-columns:1fr}}.hk-day h3{margin:0 0 3px;font-size:15px;letter-spacing:-.01em}.hk-when{font-size:12.5px;color:var(--text-3)}.hk-meter{height:10px;border-radius:var(--r-full);background:var(--surface-3);display:flex;overflow:hidden;margin-top:11px}.hk-meter i{display:block;height:100%;transition:width .3s var(--ease)}.hk-chips{display:flex;gap:9px;flex-wrap:wrap}.hk-chip{display:inline-flex;align-items:center;gap:9px;padding:8px 13px 8px 10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;font:inherit;color:var(--text);transition:border-color .15s var(--ease),transform .12s var(--ease)}.hk-chip:hover{transform:translateY(-1px);border-color:var(--border-strong)}.hk-chip.on{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.hk-chip.zero{opacity:.62}.hk-ci{width:30px;height:30px;border-radius:var(--r-sm);display:grid;place-items:center;flex:none}.hk-ci.tone-warn{background:var(--warn-soft);color:var(--warn)}.hk-ci.tone-brand{background:var(--brand-soft);color:var(--brand-strong)}.hk-ci.tone-ok{background:var(--ok-soft);color:var(--ok)}.hk-ci.tone-danger{background:var(--danger-soft);color:var(--danger)}.hk-cl{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.hk-cl b{font-size:17px;font-variant-numeric:tabular-nums}.hk-cl span{font-size:11.5px;color:var(--text-3);font-weight:500}.hk-col-empty{border:1px dashed var(--border-strong);border-radius:var(--r-md);padding:13px 12px;display:flex;align-items:center;gap:9px;color:var(--text-3);font-size:12.5px}.hk-clear{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;padding:24px 24px 20px}@media(max-width:620px){.hk-clear{grid-template-columns:1fr}}.hk-clear-mark{width:56px;height:56px;border-radius:var(--r-lg);display:grid;place-items:center;background:var(--ok-soft);color:var(--ok);flex:none}.hk-clear-mark.brand{background:var(--brand-soft);color:var(--brand-strong)}.hk-clear h3{margin:0 0 4px;font-size:17px;letter-spacing:-.01em}.hk-clear p{margin:0;font-size:13.5px;color:var(--text-2);line-height:1.5;max-width:62ch}.hk-next{margin-top:16px;border-top:1px solid var(--border);padding-top:14px}.hk-next-lab{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);margin-bottom:9px}.hk-next-list{display:flex;flex-direction:column;gap:6px}.hk-next-row{display:flex;align-items:center;gap:10px;padding:8px 11px;border-radius:var(--r-sm);background:var(--surface-2);font-size:13px}.hk-next-row b{font-variant-numeric:tabular-nums}.hk-next-row .dim{color:var(--text-3);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hk-room.urgent{border-left:3px solid var(--danger)}.hk-who{display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:12px;color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);padding:2px 10px 2px 2px;border-radius:var(--r-full);cursor:pointer}.hk-who:hover{border-color:var(--brand);color:var(--brand)}.hk-who.free{padding-left:9px;border-style:dashed;color:var(--text-3)}.hk-av{width:22px;height:22px;border-radius:var(--r-full);display:grid;place-items:center;font-size:9.5px;font-weight:700;color:#fff;flex:none}.hk-av.auto{background:var(--surface-3);color:var(--text-2)}.hk-av.dim-av{background:var(--surface-3);color:var(--text-3)}.hk-av.big{width:44px;height:44px;font-size:15px;position:relative}.hk-av.big i{position:absolute;right:-1px;bottom:-1px;width:13px;height:13px;border-radius:var(--r-full);border:2.5px solid var(--surface)}.hk-av.big i.on{background:var(--ok)}.hk-av.big i.off{background:var(--text-3)}.hk-pick{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);font:inherit;color:var(--text);cursor:pointer}.hk-pick:hover{border-color:var(--brand)}.hk-pick.on{border-color:var(--brand);background:var(--brand-soft)}.hk-pick-l{display:flex;flex-direction:column;min-width:0}.hk-pick-l b{font-size:13.5px}.hk-pick-l .dim{font-size:12px;color:var(--text-3)}.hk-pick-ok{margin-left:auto;color:var(--ok);flex:none}.hk-crew{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,1fr);gap:16px;align-items:start}@media(max-width:980px){.hk-crew{grid-template-columns:1fr}}.hk-crew-list{display:flex;flex-direction:column;gap:10px}.hk-maid{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px}.hk-maid-n{font-size:14.5px;font-weight:700;letter-spacing:-.01em}.hk-maid-m{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:5px;font-size:12.5px;color:var(--text-3)}.hk-sel{height:28px;padding:0 8px;font-size:12.5px;width:auto;min-width:130px}.hk-load{margin-top:9px;display:flex;align-items:center;gap:10px}.hk-bar{flex:1;height:7px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden;display:flex}.hk-bar i{display:block;height:100%;background:var(--ok)}.hk-bar i.wip{background:var(--brand)}.hk-load-n{font-size:12px;color:var(--text-2);font-variant-numeric:tabular-nums;white-space:nowrap}.hk-maid-side{display:flex;flex-direction:column;gap:7px;align-items:flex-end}@media(max-width:560px){.hk-maid{grid-template-columns:auto minmax(0,1fr)}.hk-maid-side{grid-column:1 / -1;flex-direction:row;align-items:center}}.hk-crew-empty{padding:32px 26px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.hk-crew-empty h3{margin:6px 0 0;font-size:16px}.hk-crew-empty p{margin:0;font-size:13.5px;color:var(--text-2);max-width:52ch;line-height:1.55}.hk-others{margin-top:6px}.hk-other{display:flex;align-items:center;gap:11px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);margin-bottom:7px}.hk-other-n{display:flex;flex-direction:column;min-width:0;flex:1}.hk-other-n b{font-size:13.5px;font-weight:600}.hk-other-n .dim{font-size:12px;color:var(--text-3)}.hk-notify{padding:16px 18px}.hk-notify h3{margin:0 0 3px;font-size:15px}.hk-notify-hint{font-size:12.5px;color:var(--text-3);line-height:1.5;margin:0 0 14px}.hk-opt{display:flex;align-items:flex-start;gap:11px;padding:10px 0;border-top:1px solid var(--border)}.hk-opt:first-of-type{border-top:0}.hk-sw{width:38px;height:22px;border-radius:var(--r-full);background:var(--surface-3);position:relative;flex:none;border:0;cursor:pointer;transition:background .15s var(--ease);margin-top:1px}.hk-sw:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:var(--r-full);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .15s var(--ease)}.hk-sw.on{background:var(--ok)}.hk-sw.on:after{transform:translate(16px)}.hk-opt-l b{display:block;font-size:13.5px;font-weight:600}.hk-opt-l span{font-size:12px;color:var(--text-3);line-height:1.45}.hk-tg{margin-top:14px;border-top:1px solid var(--border);padding-top:14px}.hk-bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:14px 14px 14px 4px;padding:11px 13px;font-size:13px;line-height:1.55}.hk-bubble .dim{color:var(--text-3)}.hk-bubble-btns{display:flex;gap:6px;margin-top:9px;flex-wrap:wrap}.hk-bubble-btns span{background:var(--surface-3);border:1px solid var(--border);border-radius:var(--r-sm);padding:4px 10px;font-size:12px;font-weight:600;color:var(--text-2)}.hk-crew-top{display:flex;justify-content:flex-end;margin-bottom:2px}.hk-nophone{display:inline-flex;align-items:center;gap:4px;color:var(--warn);font-weight:600}.field-hint{display:block;font-size:11.5px;color:var(--text-3);line-height:1.45;margin-top:5px}.na-quiet{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-3);padding:9px 12px;border:1px dashed var(--border-strong);border-radius:var(--r-md)}.na-card{border-left:3px solid var(--warn)}.na-warn{color:var(--warn);font-size:13px;font-weight:600;margin-bottom:8px}.na-row{display:flex;align-items:center;gap:8px;padding:7px 0;font-size:13.5px;border-bottom:1px solid var(--border)}.na-row:last-child{border-bottom:0}.na-row .dim{color:var(--text-3);font-size:12.5px;font-weight:400}.na-row .na-when{margin-left:auto}.hk-bpick{position:relative;display:inline-flex}.hk-bpick-btn{display:inline-flex;align-items:center;gap:4px;cursor:pointer;max-width:210px}.hk-bpick-lab{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hk-bpick-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.hk-bpick-pop{position:absolute;top:calc(100% + 4px);left:0;z-index:41;min-width:180px;background:var(--bg-1, var(--card, #fff));border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px;display:flex;flex-direction:column}.hk-bl{display:flex;flex-direction:column;gap:2px;border:1px solid var(--border);border-radius:10px;padding:6px;max-height:200px;overflow:auto}.hk-bl-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;font-size:13.5px;cursor:pointer}.hk-bl-row:hover{background:var(--bg-2, rgba(0,0,0,.04))}.hk-bl-row input{accent-color:var(--brand)}.gp-shell{min-height:100vh;min-height:100dvh;min-height:var(--tg-vh, 100dvh);background:var(--bg);color:var(--text);display:flex;flex-direction:column}.gp-center{align-items:center;justify-content:center;padding:24px}.gp-spin{animation:gp-rot 1s linear infinite;color:var(--brand)}@keyframes gp-rot{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.gp-spin{animation:none}}.gp-head{flex:none;background:var(--surface);border-bottom:1px solid var(--border);padding:14px 16px 16px;padding-top:max(14px,env(safe-area-inset-top))}.gp-hotel{display:flex;align-items:center;gap:10px}.gp-logo{width:36px;height:36px;flex:none;border-radius:11px;background:linear-gradient(180deg,var(--brand),var(--brand-strong));color:var(--brand-contrast);display:grid;place-items:center;font-weight:700;font-size:16px}.gp-hotel-t{min-width:0;display:flex;flex-direction:column}.gp-hotel-t b{font-size:15px;letter-spacing:-.01em}.gp-hotel-t span{font-size:12px;color:var(--text-3)}.gp-langs{margin-left:auto;display:flex;gap:2px;background:var(--surface-3);border-radius:var(--r-full);padding:2px}.gp-langs button{border:0;background:none;font:inherit;font-size:11.5px;font-weight:700;color:var(--text-3);cursor:pointer;padding:4px 9px;border-radius:var(--r-full)}.gp-langs button.on{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-sm)}.gp-topbar{margin-left:auto;display:flex;align-items:center;gap:6px}.gp-topbar .gp-langs{margin-left:0}.gp-theme{flex:none;width:34px;height:30px;border:0;background:var(--surface-3);border-radius:var(--r-full);font-size:15px;cursor:pointer;line-height:1}.gp-empty .gp-topbar{margin:6px auto 0}.gp-room{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--brand-soft);border-radius:var(--r-md);padding:10px 12px}.gp-room-l{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand)}.gp-room-v{font-weight:700;font-size:15px}.gp-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:var(--r-full);font-size:12px;font-weight:600;background:var(--surface-3);color:var(--text-2);white-space:nowrap}.gp-badge.ok{background:var(--ok-soft);color:var(--ok)}.gp-body{flex:1;overflow-y:auto;padding:14px 16px 20px}.gp-pane{display:flex;flex-direction:column;gap:12px;max-width:720px;margin:0 auto}.gp-hi{font-size:19px;font-weight:700;letter-spacing:-.02em;margin:2px 0 0}.gp-lab{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-top:4px}.gp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:14px}.gp-wifi-h{display:flex;align-items:center;justify-content:space-between}.gp-wifi-p{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;background:var(--surface-3);border-radius:var(--r-sm);padding:9px 11px;font-variant-numeric:tabular-nums}.gp-wifi-p b{font-size:15px;letter-spacing:.02em}.gp-tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gp-tile{display:flex;flex-direction:column;align-items:flex-start;gap:5px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:13px;font:inherit;color:var(--text);cursor:pointer;text-align:left;transition:.15s var(--ease)}.gp-tile svg{color:var(--brand)}.gp-tile b{font-size:13.5px}.gp-tile span{font-size:11.5px;color:var(--text-3)}.gp-tile:hover{border-color:var(--brand);transform:translateY(-1px)}.gp-rows{padding:2px 14px}.gp-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--border);font-size:13.5px}.gp-row:last-child{border-bottom:0}.gp-row-k{color:var(--text-3)}.gp-row-v{font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.gp-row-v.ok{color:var(--ok)}.gp-row-v a{color:inherit;text-decoration:none}.gp-row-v a:hover{color:var(--brand)}.gp-srv{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:11px 12px}.gp-srv.on{border-color:var(--brand)}.gp-srv-g{flex:1;min-width:0}.gp-srv-n{font-weight:600;font-size:13.5px}.gp-srv-d{font-size:11.5px;color:var(--text-3);margin-top:2px}.gp-srv-p{font-weight:700;font-size:13px;white-space:nowrap;font-variant-numeric:tabular-nums}.gp-add,.gp-qty button{width:32px;height:32px;flex:none;border-radius:9px;border:1px solid var(--border-strong);background:transparent;color:var(--brand);font-size:17px;font-weight:700;cursor:pointer;display:grid;place-items:center;font-family:inherit}.gp-add:hover,.gp-qty button:hover{background:var(--brand-soft);border-color:var(--brand)}.gp-qty{display:flex;align-items:center;gap:6px}.gp-qty b{min-width:18px;text-align:center;font-variant-numeric:tabular-nums}.gp-note label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-bottom:7px}.gp-note input,.gp-chat-in input,.gp-dialog input{width:100%;height:42px;padding:0 13px;font:inherit;font-size:14px;color:var(--text);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--r-md)}.gp-note input:focus,.gp-chat-in input:focus,.gp-dialog input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.gp-cart{position:sticky;bottom:0;z-index:3;margin:0 16px 10px;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:11px 12px;animation:gp-up .28s var(--ease)}@keyframes gp-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.gp-cart-s{flex:1;min-width:0;display:flex;flex-direction:column}.gp-cart-s b{font-size:14px}.gp-cart-s span{font-size:11.5px;color:var(--text-3)}.gp-chat-pane{flex:1}.gp-chat{display:flex;flex-direction:column;gap:9px;padding-bottom:6px}.gp-chat-hint{text-align:center;font-size:13px;color:var(--text-3);padding:24px 12px}.gp-msg{max-width:82%;padding:9px 12px;border-radius:14px;font-size:13.5px;line-height:1.45;word-break:break-word}.gp-msg.them{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:5px;align-self:flex-start}.gp-msg.me{background:var(--brand);color:var(--brand-contrast);border-bottom-right-radius:5px;align-self:flex-end}.gp-msg-t{display:block;font-size:10.5px;opacity:.65;margin-top:4px}.gp-chat-in{display:flex;gap:8px;align-items:center;position:sticky;bottom:0;padding-top:6px;background:var(--bg)}.gp-send{width:42px;height:42px;flex:none;border-radius:50%;border:0;background:var(--brand);color:var(--brand-contrast);display:grid;place-items:center;cursor:pointer}.gp-send:disabled{opacity:.5;cursor:default}.gp-tabs{flex:none;display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border-top:1px solid var(--border);padding:7px 6px;padding-bottom:max(10px,env(safe-area-inset-bottom));position:sticky;bottom:0;z-index:4}.gp-tabs button{background:none;border:0;font:inherit;cursor:pointer;padding:5px 2px;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--text-3);font-size:10.5px;font-weight:600;border-radius:var(--r-sm)}.gp-tabs button.on{color:var(--brand)}.gp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:var(--r-md);border:1px solid var(--border-strong);background:var(--surface);font:inherit;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;transition:.15s var(--ease)}.gp-btn.primary{border-color:transparent;color:var(--brand-contrast);background:linear-gradient(180deg,var(--brand),var(--brand-strong));box-shadow:0 4px 14px var(--brand-soft-strong)}.gp-btn.ghost{background:transparent;color:var(--text-2)}.gp-btn.wide{width:100%}.gp-btn:disabled{opacity:.6;cursor:default}.gp-btn:focus-visible,.gp-tabs button:focus-visible,.gp-tile:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-soft)}.gp-empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px}.gp-empty svg{color:var(--text-3)}.gp-empty h2{font-size:16px;font-weight:700;margin:0}.gp-empty p{font-size:13px;color:var(--text-2);margin:0;max-width:40ch}.gp-empty .gp-btn{margin-top:6px}.gp-flash{position:fixed;left:50%;bottom:88px;transform:translate(-50%);z-index:20;background:var(--text);color:var(--bg);padding:10px 16px;border-radius:var(--r-full);font-size:13px;font-weight:600;box-shadow:var(--shadow-lg);max-width:calc(100vw - 32px);text-align:center}.gp-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:var(--overlay);display:grid;place-items:center;padding:18px}.gp-dialog{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:22px;width:100%;max-width:380px;display:flex;flex-direction:column;gap:10px;text-align:center;align-items:center}.gp-dialog svg{color:var(--brand)}.gp-dialog h3{font-size:17px;font-weight:700;margin:0}.gp-dialog p{font-size:13px;color:var(--text-2);margin:0}.gp-dialog input{text-align:center}.gp-err{font-size:12.5px;color:var(--danger)}.ga-stack{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:10px;width:min(340px,calc(100vw - 36px))}@media(max-width:640px){.ga-stack{right:12px;left:12px;bottom:76px;width:auto}}.ga-toast{display:flex;gap:11px;align-items:flex-start;padding:13px 14px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);box-shadow:var(--shadow-lg);position:relative;overflow:hidden;animation:gp-up .3s var(--ease)}.ga-toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--brand)}.ga-ic{width:34px;height:34px;flex:none;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.ga-ic.chat{background:var(--ok-soft);color:var(--ok)}.ga-tx{flex:1;min-width:0;display:flex;flex-direction:column}.ga-tx b{font-size:13.5px}.ga-tx span{font-size:12.5px;color:var(--text-2);margin-top:2px}.ga-tx i{font-size:11.5px;color:var(--text-3);font-style:normal;margin-top:5px}.ga-x{border:0;background:none;color:var(--text-3);cursor:pointer;padding:2px;display:grid;place-items:center;border-radius:var(--r-sm)}.ga-x:hover{color:var(--text);background:var(--surface-3)}.gr-lab{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-top:6px}.gr-card{display:flex;gap:14px;padding:14px 16px;align-items:flex-start}.gr-room{width:46px;height:46px;flex:none;border-radius:var(--r-md);background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:700;font-size:15px}.gr-room.sm{width:38px;height:38px;font-size:13px}.gr-body{flex:1;min-width:0}.gr-items{margin-top:6px;font-size:13.5px;display:flex;flex-direction:column;gap:2px}.gr-note{margin-top:8px;font-size:13px;color:var(--text-2);background:var(--surface-2);border-radius:var(--r-sm);padding:7px 10px}.gr-sum{text-align:right;white-space:nowrap;display:flex;flex-direction:column;gap:2px}.gr-sum b{font-size:15px;font-variant-numeric:tabular-nums}.gr-sum span{font-size:11.5px}.gr-chats{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:16px;align-items:start}@media(max-width:820px){.gr-chats{grid-template-columns:1fr}}.gr-threads{display:flex;flex-direction:column;gap:8px}.gr-thread{display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:10px 12px;font:inherit;color:var(--text)}.gr-thread.on{border-color:var(--brand);background:var(--brand-soft)}.gr-thread-t{flex:1;min-width:0;display:flex;flex-direction:column}.gr-thread-t b{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gr-thread-t span{font-size:11.5px}.gr-unread{min-width:20px;height:20px;padding:0 6px;border-radius:var(--r-full);background:var(--danger);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.gr-dialog{display:flex;flex-direction:column;min-height:420px}.gr-dialog-h{padding:13px 16px;border-bottom:1px solid var(--border);font-weight:700}.gr-msgs{flex:1;overflow-y:auto;max-height:52vh;padding:14px 16px;display:flex;flex-direction:column;gap:9px}.gr-reply{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border)}.gr-reply .input{flex:1}.gr-qrs{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.gr-qr{padding:14px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.gr-qr img{width:110px;height:110px;border-radius:var(--r-sm);background:#fff}.gr-qr b{font-size:16px;margin-top:4px}.gr-qr span{font-size:11.5px}.gr-qr a{font-size:12px;color:var(--brand);text-decoration:none}.gr-settings{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,380px);gap:16px;align-items:start}@media(max-width:900px){.gr-settings{grid-template-columns:1fr}}.gr-settings .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:560px){.gr-settings .grid-2{grid-template-columns:1fr}}.gr-srv-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) minmax(0,1fr) 110px 36px;gap:8px;align-items:center}.gr-langs{display:flex;gap:2px;background:var(--surface-3);border-radius:var(--r-full);padding:3px}.gr-langs button{border:0;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer;padding:5px 11px;border-radius:var(--r-full)}.gr-langs button.on{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-sm)}.gr-targets{display:flex;flex-direction:column;gap:2px}.gr-target{display:grid;grid-template-columns:minmax(0,1fr) 48px 56px 44px;align-items:center;gap:6px;padding:7px 0;border-bottom:1px solid var(--border);font-size:13.5px}.gr-target:last-child{border-bottom:0}.gr-target.head{color:var(--text-3);font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-bottom:0}.gr-target.head b{font-weight:700;text-align:center}.gr-target.off .gr-target-n{color:var(--text-3)}.gr-target-n{min-width:0;display:flex;flex-direction:column}.gr-target-n i{font-style:normal;font-size:11px;color:var(--warn)}.gr-target label{display:grid;place-items:center}.gr-target input{width:17px;height:17px;accent-color:var(--brand);cursor:pointer}.gr-target input:disabled{cursor:default;opacity:.4}.gr-pair{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 36px;gap:8px;align-items:center}@media(max-width:560px){.gr-srv-row{grid-template-columns:minmax(0,1fr) 100px 36px}.gr-srv-row .input:nth-child(2){display:none}}.gr-srv-row .input.num{text-align:right;font-variant-numeric:tabular-nums}@media(min-width:900px){.gp-shell{max-width:1040px;margin:0 auto;min-height:100vh}.gp-head{order:-2;border-radius:0 0 var(--r-lg) var(--r-lg);padding:22px 28px 24px}.gp-hotel{gap:14px}.gp-logo{width:46px;height:46px;border-radius:14px;font-size:20px}.gp-hotel-t b{font-size:19px}.gp-room{margin-top:16px;padding:14px 18px}.gp-body{padding:20px 28px 32px}.gp-pane{max-width:100%}.gp-tiles{grid-template-columns:repeat(4,1fr)}.gp-tile{padding:16px}.gp-pane>.gp-srv,.gp-pane>.gp-rows{width:100%}.gp-tabs{order:-1;position:sticky;top:0;bottom:auto;grid-template-columns:repeat(4,minmax(0,140px));justify-content:center;border-top:0;border-bottom:1px solid var(--border);padding:8px;gap:4px}.gp-tabs button{flex-direction:row;gap:7px;font-size:13px;height:38px}.gp-tabs button.on{background:var(--brand-soft)}.gp-cart{max-width:520px;margin:0 28px 16px auto}.gp-flash{bottom:28px}}
