:root{--blue: #2563eb;--blue-d: #1e3a8a;--ink: #1f2430;--muted: #6b7280;--line: #e5e7eb;--bg: #f6f7fa;--ok: #059669}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}a{color:var(--blue)}.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:20px;color:var(--blue-d)}.logo .sq{width:30px;height:30px;border-radius:7px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}.topbar{background:#fff;border-bottom:1px solid var(--line);padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.topbar .right{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:13px}.btn{background:var(--blue);color:#fff;border:none;border-radius:7px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.btn:hover{background:#1d4ed8}.btn.ghost{background:#fff;color:var(--blue-d);border:1px solid var(--line)}.tab{background:none;border:none;padding:7px 12px;border-radius:7px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer}.tab.on{background:#eef2ff;color:var(--blue-d)}.btn:disabled{opacity:.5;cursor:default}.login-wrap{min-height:100vh;display:grid;place-items:center}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:0 6px 24px #141e3c0f}.login-wrap .card{width:340px}.card h1{font-size:18px;margin:14px 0 4px;color:var(--blue-d)}.card .sub{color:var(--muted);font-size:13px;margin-bottom:18px}label{display:block;font-size:12px;color:var(--muted);margin:10px 0 4px}input,select{width:100%;padding:9px 11px;border:1px solid var(--line);border-radius:7px;font-size:14px}input:focus,select:focus{outline:none;border-color:var(--blue)}.err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:7px;padding:8px 11px;font-size:13px;margin-top:12px}.hint{color:var(--muted);font-size:12px;margin-top:14px}.page{max-width:1200px;margin:20px auto;padding:0 20px}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.toolbar h2{margin:0;font-size:17px;color:var(--blue-d)}.spacer{flex:1}.rack{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:auto}table.rack-t{border-collapse:collapse;width:100%;font-size:12px}.rack-t th,.rack-t td{border:1px solid var(--line);padding:0;text-align:center}.rack-t thead th{background:#f0f3f9;color:var(--blue-d);font-weight:700;padding:6px 4px;position:sticky;top:0;white-space:nowrap}.rack-t th.we{background:#e9edf6}.unit-cell{text-align:left;padding:7px 10px!important;white-space:nowrap;background:#fafbfc;font-weight:600;position:sticky;left:0}.unit-cell small{color:var(--muted);font-weight:400;display:block}.rack-t thead th.today{background:var(--blue);color:#fff}.day{width:44px;height:42px;position:relative;transition:background .12s}.day.we{background:#f7f9fc}.day.today{box-shadow:inset 0 0 0 2px #2563eb59}.day.free{cursor:pointer}.day.free .plus{color:transparent;font-weight:700;font-size:16px;transition:color .12s}.day.free:hover{background:#eef2ff}.day.free:hover .plus{color:var(--blue)}.occ{color:#fff;font-weight:700;font-size:11px;cursor:pointer;overflow:visible}.occ .occ-name{display:inline-block;padding-left:6px;white-space:nowrap;line-height:42px}.occ.start{border-radius:8px 0 0 8px}.occ.end{border-radius:0 8px 8px 0}.occ:hover{filter:brightness(1.08)}.occ-HOLD{background:#f59e0b}.occ-CONFIRMED{background:#2563eb}.occ-CHECKED_IN{background:#059669}.occ-CHECKED_OUT{background:#6b7280}.occ-INVOICED{background:#7c3aed}.occ-CANCELLED,.occ-NO_SHOW{background:#dc2626}.rack-legend{display:flex;flex-wrap:wrap;gap:16px;margin:10px 2px 0;font-size:12px;color:var(--muted)}.rack-legend span{display:flex;align-items:center;gap:6px}.rack-legend .lg{width:14px;height:14px;border-radius:4px;display:inline-block}.rack-legend .lg.free{background:#eef2ff;border:1px solid var(--line)}.range-pill{background:#eef2ff;color:var(--blue-d);font-weight:600;font-size:12px;padding:3px 10px;border-radius:20px}.occ-pill{background:#dcfce7;color:#166534;font-weight:700;font-size:12px;padding:3px 10px;border-radius:20px}.prefill-note{background:#eef2ff;color:var(--blue-d);border-radius:7px;padding:7px 10px;font-size:12px;font-weight:600;margin:8px 0 4px}.card.flash{animation:flash 1.2s ease}@keyframes flash{0%,to{box-shadow:0 6px 24px #141e3c0f}30%{box-shadow:0 0 0 3px #2563eb66}}.list .row.clickable{cursor:pointer}.list .row.clickable:hover{background:#f8faff}.bp{min-height:100vh;background:var(--bg)}.bp-hero{background:linear-gradient(135deg,var(--blue-d),var(--blue));color:#fff;padding:28px 20px 34px}.bp-hero .logo .sq{background:#fff;color:var(--blue)}.bp-sub{color:#dbeafe;font-size:13px;margin-top:8px}.bp-body{max-width:560px;margin:-20px auto 0;padding:0 16px 40px}.bp-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 6px 24px #141e3c0f;margin-bottom:12px}.bp-search .bp-row{display:grid;grid-template-columns:1fr 1fr 90px;gap:8px;margin-bottom:12px}.bp-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bp-card h2{color:var(--blue-d);font-size:17px}.bp-muted{color:var(--muted);font-size:12px}.bp-room{display:flex;align-items:center;justify-content:space-between;gap:12px}.bp-room-info{display:flex;flex-direction:column;gap:4px}.bp-room-price{text-align:right}.bp-per{color:var(--muted);font-size:12px}.bp-tot{color:var(--blue-d);font-weight:800;font-size:16px;margin-bottom:6px}.bp-ok{text-align:center}.bp-ok h2{color:var(--ok)}.bp-total{font-size:18px;margin:10px 0}.bp-ok .btn{display:inline-block;text-decoration:none;margin-top:8px}.bp-ref{color:var(--muted);font-size:12px;margin-top:14px}.bp-footer{text-align:center;color:var(--muted);font-size:12px;margin-top:18px}.link-row{border:1px solid var(--line);border-radius:10px;padding:12px}.link-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.link-head b{color:var(--blue-d)}.link-actions{display:flex;gap:6px}.link-actions input{flex:1;font-size:12px;padding:7px 9px;background:#f8fafc;color:#334155}.btn.mini{padding:6px 10px;font-size:12px}.btn.ghost.mini{text-decoration:none;display:inline-flex;align-items:center}.pay-amount{font-size:34px;font-weight:800;color:var(--blue-d);text-align:center;margin:14px 0}.pay-demo{background:#fef9c3;color:#854d0e;border:1px solid #fde68a;border-radius:8px;padding:8px 11px;font-size:12px;margin-bottom:12px}.deposit-box{border:1px solid var(--line);border-radius:8px;padding:10px 12px}.deposit-paid{background:#dcfce7;color:#166534;border-radius:6px;padding:6px 9px;font-size:12px;font-weight:600}.deposit-pending{background:#fef9c3;color:#854d0e;border-radius:6px;padding:6px 9px;font-size:12px;font-weight:600}.zone-card{border:1px solid var(--line);border-radius:8px;padding:10px 12px}.zone-name{font-weight:700;color:var(--blue-d);font-size:13px}.zone-stat{color:var(--muted);font-size:12px;margin:3px 0 6px}.zone-bar{height:6px;background:#dcfce7;border-radius:4px;overflow:hidden}.zone-bar span{display:block;height:100%;background:#ef4444}.bill-row{display:flex;align-items:center;gap:14px;margin-top:12px;background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:8px 11px}.switch{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink);margin:0;cursor:pointer}.switch input{width:auto}.rate{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.rate input{width:70px}.list{background:#fff;border:1px solid var(--line);border-radius:10px}.list .row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-top:1px solid var(--line);font-size:13px}.list .row:first-child{border-top:none}.badge{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:700}.b-HOLD{background:#fef9c3;color:#854d0e}.b-CONFIRMED{background:#dbeafe;color:#1e40af}.b-CHECKED_IN{background:#dcfce7;color:#166534}.b-CHECKED_OUT{background:#e5e7eb;color:#374151}.b-INVOICED{background:#ede9fe;color:#5b21b6}.b-CANCELLED,.b-NO_SHOW{background:#fee2e2;color:#991b1b}.money{font-variant-numeric:tabular-nums;font-weight:700;color:var(--blue-d)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ok-msg{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:7px;padding:8px 11px;font-size:13px;margin-top:12px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:flex-end;z-index:50}.drawer{width:480px;max-width:96vw;height:100%;background:#fff;overflow-y:auto;box-shadow:-8px 0 30px #00000026}.drawer .dh{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff}.drawer .db{padding:16px 20px}.drawer h3{margin:0;color:var(--blue-d);font-size:16px}.x{background:none;border:none;font-size:20px;cursor:pointer;color:var(--muted)}.section{margin-top:18px}.section>.st{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:700;margin-bottom:8px}.line{display:flex;align-items:center;gap:8px;padding:7px 0;border-top:1px solid var(--line);font-size:13px}.line:first-child{border-top:none}.kv{display:grid;grid-template-columns:130px 1fr;gap:4px 10px;font-size:13px}.kv b{color:var(--muted);font-weight:500}.mini{font-size:12px;padding:4px 9px}.del{background:none;border:none;color:#b91c1c;cursor:pointer;font-size:12px}.foreign-note{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:6px;padding:7px 10px;font-size:12px;margin-top:6px}pre.fiche{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:12px;font-size:11px;overflow-x:auto}.g-wrap{min-height:100vh;background:#eef2ff;display:flex;justify-content:center}.g-app{width:100%;max-width:440px;background:#fff;min-height:100vh;display:flex;flex-direction:column}.g-hero{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;padding:22px 20px 20px}.g-h1{font-size:22px;font-weight:800;margin-top:14px}.g-sub{opacity:.9;font-size:13px;margin-top:2px}.g-tabs{display:flex;gap:4px;padding:10px 12px;overflow-x:auto;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.g-tab{flex:none;background:none;border:none;padding:8px 12px;border-radius:20px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.g-tab.on{background:#eef2ff;color:var(--blue-d)}.g-body{padding:14px 16px;flex:1}.g-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:14px}.g-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f1f3f7;font-size:14px}.g-row span{color:var(--muted)}.g-note-title{font-weight:700;color:var(--blue-d);margin-bottom:8px}.g-sub2{color:var(--muted);font-size:13px;margin-bottom:8px}.g-total{display:flex;justify-content:space-between;padding-top:10px;margin-top:6px;border-top:2px solid var(--blue-d);font-size:16px;font-weight:800;color:var(--blue-d)}.g-menu{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f1f3f7}.g-price{color:var(--muted);font-size:13px;margin-top:2px}.g-stars{font-size:34px;letter-spacing:6px}.g-stars .star{color:#d1d5db;cursor:pointer}.g-stars .star.on{color:#f59e0b}.g-foot{text-align:center;color:var(--muted);font-size:11px;padding:14px}
