:root{--bg: #f6f2ea;--bg-soft: #efe9df;--card: #ffffff;--line: #e9e1d3;--ink: #1d2432;--ink-soft: #3a4252;--muted: #7b7366;--gold: #b08d57;--gold-dark: #9a7746;--gold-soft: #f4ecdd;--emerald: #1f7a5c;--emerald-soft: #e7f2ec;--amber: #b7791f;--amber-soft: #f6edda;--red: #b4483f;--red-soft: #f6e7e5;--blue: #3f6fb4;--blue-soft: #e7eef7;--charcoal: #23262e;--charcoal-2: #1a1d23;--shadow: 0 20px 48px rgba(35, 30, 20, .1);--soft-shadow: 0 10px 30px rgba(35, 30, 20, .06);--radius-xl: 24px;--radius-lg: 18px;--radius-md: 12px;--radius-sm: 9px}*{box-sizing:border-box}html,body{margin:0}body{font-family:Inter,Segoe UI,system-ui,Arial,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit}.h-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.h-sidebar{background:linear-gradient(180deg,var(--charcoal),var(--charcoal-2));color:#e9e6df;padding:22px 16px;display:flex;flex-direction:column;gap:4px}.h-brand{display:flex;align-items:center;gap:12px;padding:6px 8px 20px}.h-brand .mark{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--gold),#caa26a);display:grid;place-items:center;color:#fff;font-weight:800;font-size:20px;box-shadow:0 8px 20px #b08d5766}.h-brand strong{display:block;font-size:16px;letter-spacing:.2px}.h-brand small{color:#a49b8b;font-size:12px}.h-nav{display:flex;flex-direction:column;gap:2px;margin-top:6px}.h-nav-group{color:#8f8878;font-size:11px;text-transform:uppercase;letter-spacing:.8px;margin:14px 10px 6px}.h-nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:11px;color:#d7d2c8;background:none;border:0;width:100%;text-align:left;cursor:pointer;font-size:14.5px;font-weight:500}.h-nav-item svg{width:19px;height:19px;flex:none;opacity:.9}.h-nav-item:hover{background:#ffffff0f;color:#fff}.h-nav-item.active{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff;box-shadow:0 6px 16px #b08d5759}.h-side-foot{margin-top:auto;padding-top:16px;color:#a49b8b;font-size:13px}.h-side-foot .link{color:#d7d2c8;background:none;border:0;cursor:pointer;padding:0;text-decoration:underline}.h-main{display:flex;flex-direction:column;min-width:0}.h-topbar{display:flex;align-items:center;gap:14px;padding:16px 28px;background:#f6f2ead9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.h-topbar h1{font-size:19px;margin:0;font-weight:700}.h-topbar .spacer{flex:1}.h-content{padding:26px 28px 80px;max-width:1200px;width:100%}.hamburger,.h-home-btn{display:none;background:none;border:0;cursor:pointer;color:var(--ink)}.h-drawer{display:none}.h-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--soft-shadow);padding:20px}.h-card h3{margin:0 0 4px;font-size:16px}.h-kpi-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.h-kpi{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--soft-shadow);padding:16px 18px}.h-kpi .label{color:var(--muted);font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;display:flex;align-items:center;gap:7px}.h-kpi .label svg{width:15px;height:15px;color:var(--gold)}.h-kpi .value{font-size:27px;font-weight:800;margin-top:8px;letter-spacing:-.5px}.h-kpi .sub{color:var(--muted);font-size:12.5px;margin-top:2px}.h-section-title{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);font-weight:700;margin:26px 0 12px}.h-btn,.h-btn-ghost,.h-btn-danger{font-family:inherit;font-size:14.5px;font-weight:600;padding:11px 18px;border-radius:12px;cursor:pointer;border:1px solid transparent;display:inline-flex;align-items:center;gap:8px;justify-content:center}.h-btn{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff;box-shadow:0 8px 20px #b08d5747}.h-btn:hover{filter:brightness(1.04)}.h-btn:disabled{opacity:.55;cursor:default;box-shadow:none}.h-btn-ghost{background:var(--card);color:var(--ink);border-color:var(--line)}.h-btn-ghost:hover{background:var(--bg-soft)}.h-btn-danger{background:var(--red);color:#fff}.h-btn-sm{padding:7px 12px;font-size:13px;border-radius:9px}.h-btn-block{width:100%}.h-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--soft-shadow)}.h-table{width:100%;border-collapse:collapse;font-size:14px;min-width:640px}.h-table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:700;padding:13px 16px;border-bottom:1px solid var(--line);white-space:nowrap}.h-table td{padding:13px 16px;border-bottom:1px solid var(--line);vertical-align:middle}.h-table tr:last-child td{border-bottom:0}.h-table tr:hover td{background:var(--bg-soft)}.h-table .mono{font-variant-numeric:tabular-nums;font-weight:600}.h-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;background:var(--bg-soft);color:var(--ink-soft);border:1px solid var(--line);white-space:nowrap}.h-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.8}.h-badge.available,.h-badge.confirmed,.h-badge.paid,.h-badge.ready,.h-badge.checked_in{background:var(--emerald-soft);color:var(--emerald)}.h-badge.reserved,.h-badge.deposit_paid,.h-badge.quote_sent,.h-badge.held{background:var(--gold-soft);color:var(--gold-dark)}.h-badge.occupied,.h-badge.dirty,.h-badge.partially_paid,.h-badge.payment_pending,.h-badge.cleaning,.h-badge.pending{background:var(--amber-soft);color:var(--amber)}.h-badge.maintenance,.h-badge.out_of_service,.h-badge.cancelled,.h-badge.no_show,.h-badge.failed,.h-badge.unpaid{background:var(--red-soft);color:var(--red)}.h-badge.checked_out,.h-badge.enquiry{background:var(--blue-soft);color:var(--blue)}.h-field{margin-bottom:14px}.h-label{display:block;font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:6px}.h-input,.h-select,textarea.h-input{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:11px;font-size:14.5px;font-family:inherit;background:var(--card);color:var(--ink)}.h-input:focus,.h-select:focus,textarea.h-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}.h-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.h-hint{font-size:12.5px;color:var(--muted);margin-top:4px}.h-err{background:var(--red-soft);color:var(--red);border:1px solid #e6c9c5;padding:10px 13px;border-radius:11px;font-size:13.5px;margin-bottom:12px}.h-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d24326b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;display:grid;place-items:center;padding:18px}.h-modal{background:var(--card);border-radius:var(--radius-xl);box-shadow:var(--shadow);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:24px}.h-modal h2{margin:0 0 4px;font-size:20px}.h-modal .muted{color:var(--muted);font-size:13.5px}.h-modal-foot{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.h-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--charcoal);color:#fff;padding:13px 20px;border-radius:13px;box-shadow:var(--shadow);z-index:90;font-size:14px;font-weight:600}.h-toast.err{background:var(--red)}.h-empty{text-align:center;padding:54px 20px;color:var(--muted)}.h-empty svg{width:44px;height:44px;opacity:.4;margin-bottom:12px}.h-empty h3{color:var(--ink);margin:0 0 4px;font-size:17px}.h-spin{width:26px;height:26px;border:3px solid var(--line);border-top-color:var(--gold);border-radius:50%;animation:hspin .8s linear infinite;margin:40px auto}@keyframes hspin{to{transform:rotate(360deg)}}.h-boot{min-height:100vh;display:grid;place-items:center;text-align:center;color:var(--muted);gap:8px}.muted{color:var(--muted)}.right{text-align:right}.stack{display:flex;flex-direction:column;gap:4px}.flex{display:flex;align-items:center;gap:10px}.flex-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.wrap-actions{display:flex;flex-wrap:wrap;gap:8px}.pagehead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.pagehead h2{margin:0;font-size:22px}.pub{min-height:100vh;background:var(--bg)}.pub-top{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid var(--line);background:var(--card);position:sticky;top:0;z-index:20}.pub-top .name{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}.pub-top .name img{width:40px;height:40px;border-radius:10px;object-fit:cover}.pub-top .name .mark{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:grid;place-items:center;color:#fff;font-weight:800}.pub-hero{padding:46px 22px 30px;text-align:center;background:linear-gradient(180deg,var(--gold-soft),var(--bg))}.pub-hero h1{font-size:34px;margin:0 0 8px;letter-spacing:-.6px}.pub-hero p{color:var(--muted);margin:0 auto;max-width:560px;font-size:15.5px}.pub-wrap{max-width:880px;margin:0 auto;padding:0 18px 120px}.pub-search{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:18px;margin-top:-26px;position:relative;display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.room-card{display:grid;grid-template-columns:220px 1fr;gap:0;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--soft-shadow);overflow:hidden;margin-top:16px}.room-card .photo{background:var(--bg-soft) center/cover;min-height:160px;display:grid;place-items:center;color:var(--muted)}.room-card .body{padding:18px;display:flex;flex-direction:column;gap:8px}.room-card .body h3{margin:0;font-size:18px}.room-card .amen{display:flex;flex-wrap:wrap;gap:6px}.room-card .amen span{font-size:12px;background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:3px 10px;color:var(--ink-soft)}.room-card .price{font-size:20px;font-weight:800}.room-card .price small{font-size:12.5px;color:var(--muted);font-weight:500}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--card);border-top:1px solid var(--line);box-shadow:0 -8px 24px #231e1414;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:40}.sticky-bar .total{font-weight:800;font-size:17px}.sticky-bar .total small{display:block;font-size:12px;color:var(--muted);font-weight:500}.pub-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px}.pub-actions a{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid var(--line);background:var(--card);font-weight:600;font-size:14px;text-decoration:none}.conf-check{width:72px;height:72px;border-radius:50%;background:var(--emerald-soft);color:var(--emerald);display:grid;place-items:center;margin:0 auto 16px}.powered{text-align:center;color:var(--muted);font-size:12.5px;padding:22px}@media(max-width:860px){.h-shell{grid-template-columns:1fr}.h-sidebar{display:none}.hamburger{display:inline-flex}.h-drawer{position:fixed;top:0;right:30%;bottom:0;left:0;z-index:70;background:linear-gradient(180deg,var(--charcoal),var(--charcoal-2));color:#e9e6df;padding:22px 16px;transform:translate(-105%);transition:transform .2s;display:flex;flex-direction:column}.h-drawer.open{transform:none}.h-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:65}.h-content{padding:18px 16px 90px}.pub-search{grid-template-columns:1fr 1fr}.room-card{grid-template-columns:1fr}.room-card .photo{min-height:150px}.h-row{grid-template-columns:1fr}.pub-hero h1{font-size:27px}.h-bottom-nav{display:flex}}.h-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--card);border-top:1px solid var(--line);z-index:40;overflow-x:auto}.h-bottom-nav button{flex:1;min-width:68px;background:none;border:0;padding:8px 4px;font-size:11px;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer}.h-bottom-nav button svg{width:20px;height:20px}.h-bottom-nav button.active{color:var(--gold-dark)}
