:root {
  --ink: #121411;
  --muted: #6c7069;
  --paper: #f4f8fa;
  --card: #ffffff;
  --line: #d6e1e7;
  --forest: #173c51;
  --forest-2: #27566e;
  --gold: #b99553;
  --gold-soft: #d9c49a;
  --danger: #994b45;
  --success: #436b56;
  --shadow: 0 24px 60px rgba(20, 31, 26, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.topbar { padding: 8px 5vw; background: var(--forest); color: #dbe3dd; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 5vw; background: rgba(243,240,233,.94); border-bottom: 1px solid rgba(18,20,17,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; border: 1px solid var(--gold); display: grid; place-items: center; font-family: "Cormorant Garamond", serif; font-size: 28px; color: var(--gold); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Cormorant Garamond", serif; font-size: 21px; letter-spacing: .04em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; gap: 4px; }
.nav-link, .side-link, .text-btn { border: 0; background: transparent; color: var(--muted); }
.nav-link { padding: 10px 12px; border-radius: 999px; font-size: 13px; }
.nav-link:hover, .nav-link.active { color: var(--forest); background: rgba(24,53,44,.08); }
.primary-btn, .secondary-btn, .ghost-btn { border-radius: 4px; padding: 13px 18px; border: 1px solid transparent; font-weight: 700; transition: .2s ease; }
.primary-btn { background: var(--forest); color: #fff; }
.primary-btn:hover { background: var(--forest-2); transform: translateY(-1px); }
.primary-btn.compact { padding: 10px 15px; font-size: 13px; }
.primary-btn.full { width: 100%; }
.secondary-btn { background: #fff; color: var(--forest); border-color: var(--line); }
.ghost-btn { background: transparent; color: var(--forest); border-color: rgba(24,53,44,.35); }
.view { display: none; }
.active-view { display: block; }
.hero { min-height: 680px; padding: 90px 7vw 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: center; color: white; background:
  radial-gradient(circle at 74% 20%, rgba(185,149,83,.24), transparent 30%),
  linear-gradient(120deg, #10261f 0%, #19362d 55%, #2c4c40 100%); position: relative; overflow: hidden; }
.hero:after { content:""; position:absolute; right:-120px; bottom:-220px; width:600px; height:600px; border:1px solid rgba(255,255,255,.10); border-radius:50%; box-shadow:0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-copy, .booking-search-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 9px; color: var(--gold); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.hero h1, .section-heading h2, .modal h2, .panel h2, .admin-topline h1 { font-family: "Cormorant Garamond", serif; }
.hero h1 { margin: 0; font-size: clamp(54px, 7vw, 90px); line-height: .9; font-weight: 600; letter-spacing: -.03em; max-width: 850px; }
.hero-text { max-width: 620px; color: #dbe3dd; line-height: 1.8; margin: 28px 0; font-size: 16px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero .ghost-btn { color: white; border-color: rgba(255,255,255,.3); }
.booking-search-card { justify-self: end; width: min(100%, 420px); padding: 30px; background: rgba(249,247,241,.97); color: var(--ink); box-shadow: var(--shadow); }
.booking-search-card h2 { margin: 0 0 8px; font-family: "Cormorant Garamond", serif; font-size: 32px; }
label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: white; color: var(--ink); padding: 12px 13px; border-radius: 3px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185,149,83,.12); }
.booking-search-card label { margin-top: 14px; }
.booking-search-card button { margin-top: 18px; }
.fineprint { color: #898c86; font-size: 11px; margin-bottom: 0; line-height: 1.5; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #e9e4d9; border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 24px 5vw; border-right: 1px solid var(--line); }
.trust-strip strong { display:block; color: var(--forest); font-family: "Cormorant Garamond", serif; font-size: 28px; }
.trust-strip span { color: var(--muted); font-size: 11px; }
.section { padding: 95px 7vw; }
.section-heading { display: flex; justify-content: space-between; gap: 8vw; align-items: end; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); font-weight: 600; }
.section-heading > p { max-width: 570px; line-height: 1.7; color: var(--muted); font-size: 14px; }
.filter-row { display: flex; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.filter-chip { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 9px 13px; border-radius: 99px; }
.filter-chip.active, .filter-chip:hover { background: var(--forest); border-color: var(--forest); color: white; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.property-card { background: var(--card); border: 1px solid var(--line); overflow: hidden; }
.property-visual { height: 220px; position: relative; padding: 18px; color: white; background: linear-gradient(145deg, #315b4d, #18352c 65%, #0f251e); overflow: hidden; }
.property-visual.exclusive { background: linear-gradient(145deg, #4b4231, #1c2a24 70%); }
.property-visual:before { content:""; position:absolute; width:200px; height:200px; right:-50px; bottom:-80px; border:1px solid rgba(255,255,255,.15); transform:rotate(20deg); }
.property-code { position: relative; z-index:1; display:inline-flex; padding: 6px 9px; border:1px solid rgba(255,255,255,.35); font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
.property-silhouette { position:absolute; left:28px; right:28px; bottom:30px; height:68px; border:1px solid rgba(255,255,255,.2); border-top: 2px solid rgba(217,196,154,.9); }
.property-silhouette:before { content:""; position:absolute; left:14%; bottom:100%; width:46%; height:34px; border:1px solid rgba(255,255,255,.17); border-bottom:0; }
.property-body { padding: 20px; }
.property-meta { display:flex; justify-content:space-between; gap:10px; color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.property-body h3 { margin: 8px 0; font-family:"Cormorant Garamond",serif; font-size:29px; }
.property-body p { color:var(--muted); line-height:1.6; font-size:13px; min-height:42px; }
.property-footer { display:flex; justify-content:space-between; align-items:end; margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }
.property-price span { display:block; color:var(--muted); font-size:10px; }
.property-price strong { font-size:17px; }
.property-footer button { border:0; background:transparent; color:var(--forest); font-weight:700; padding:0; }
.membership-section { padding: 95px 7vw; background: var(--forest); color:white; }
.section-heading.light > p { color:#bdc9c3; }
.membership-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.membership-card { padding:30px; border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.035); }
.membership-card.featured { border-color:var(--gold); background:rgba(185,149,83,.08); }
.membership-card > span { color:var(--gold-soft); font-size:12px; text-transform:uppercase; letter-spacing:.16em; }
.membership-card h3 { font-family:"Cormorant Garamond",serif; font-size:30px; margin:12px 0; }
.membership-card p, .membership-card li { color:#c8d0cb; font-size:13px; line-height:1.6; }
.membership-card ul { padding-left:18px; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.process-grid article { border-top:1px solid var(--line); padding-top:22px; }
.process-grid span { color:var(--gold); font-family:"Cormorant Garamond",serif; font-size:24px; }
.process-grid h3 { margin:12px 0 7px; }
.process-grid p { color:var(--muted); line-height:1.7; font-size:13px; }
.modal-backdrop { position:fixed; inset:0; z-index:80; display:none; align-items:center; justify-content:center; padding:24px; background:rgba(8,15,12,.66); backdrop-filter:blur(7px); }
.modal-backdrop.open { display:flex; }
.modal { width:min(520px,100%); max-height:92vh; overflow:auto; background:var(--card); padding:30px; box-shadow:var(--shadow); position:relative; }
.large-modal { width:min(800px,100%); }
.modal-close { position:absolute; top:18px; right:18px; width:34px; height:34px; border:1px solid var(--line); background:white; font-size:22px; }
.modal-header h2 { margin:0; font-size:38px; }
.modal-header > p:last-child { color:var(--muted); line-height:1.6; font-size:13px; }
.booking-form { display:grid; gap:16px; margin-top:22px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.quote-box { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); background:#fff; }
.quote-box > div { padding:14px; border-right:1px solid var(--line); }
.quote-box > div:last-child { border-right:0; background:#f3eee3; }
.quote-box span, .quote-box strong { display:block; }
.quote-box span { color:var(--muted); font-size:10px; margin-bottom:4px; }
.quote-box strong { font-size:13px; }
.form-error { color:var(--danger); margin:0; font-size:12px; min-height:15px; }
.toast { position:fixed; right:25px; bottom:25px; z-index:100; transform:translateY(110px); opacity:0; padding:14px 18px; background:#111b17; color:white; box-shadow:var(--shadow); transition:.3s; max-width:360px; font-size:13px; }
.toast.show { transform:translateY(0); opacity:1; }
.admin-view { background:#ebe8e1; min-height:100vh; }
.admin-shell { display:grid; grid-template-columns:250px 1fr; min-height:100vh; }
.admin-sidebar { position:sticky; top:0; height:100vh; padding:26px 18px; background:#10231d; color:white; display:flex; flex-direction:column; }
.admin-brand { margin-bottom:40px; }
.admin-brand small { color:#93a69e; }
.sidebar-label { color:#738b81; padding:0 10px; font-size:10px; text-transform:uppercase; letter-spacing:.17em; }
.side-link { text-align:left; color:#a9bbb4; padding:12px 10px; border-radius:4px; margin:2px 0; display:flex; justify-content:space-between; }
.side-link:hover, .side-link.active { color:white; background:rgba(255,255,255,.08); }
.badge { min-width:23px; padding:2px 6px; border-radius:99px; background:var(--gold); color:#17251f; text-align:center; font-size:10px; font-weight:800; }
.sidebar-note { margin-top:auto; padding:14px; border:1px solid rgba(255,255,255,.12); color:#92a49d; font-size:10px; line-height:1.5; }
.sidebar-note strong, .sidebar-note span { display:block; }
.sidebar-note strong { color:#d5ded9; margin-bottom:4px; }
.admin-content { padding:34px 38px 70px; min-width:0; }
.admin-topline { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:30px; }
.admin-topline h1 { margin:0; font-size:42px; }
.operator { display:flex; align-items:center; gap:10px; padding:10px 13px; background:#f7f5f0; border:1px solid var(--line); }
.operator span:last-child strong, .operator span:last-child small { display:block; }
.operator small { color:var(--muted); font-size:10px; }
.status-dot { width:8px; height:8px; background:#4d8b63; border-radius:50%; box-shadow:0 0 0 4px rgba(77,139,99,.14); }
.admin-tab { display:none; }
.active-admin-tab { display:block; }
.stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:14px; }
.stat-card, .panel { background:#f8f6f1; border:1px solid var(--line); }
.stat-card { padding:20px; }
.stat-card span, .stat-card small { display:block; color:var(--muted); font-size:11px; }
.stat-card strong { display:block; font-family:"Cormorant Garamond",serif; color:var(--forest); font-size:34px; margin:7px 0; }
.admin-two-col { display:grid; grid-template-columns:1.35fr .65fr; gap:14px; }
.panel { padding:22px; min-width:0; }
.panel-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:20px; }
.panel-head.wrap { flex-wrap:wrap; }
.panel h2 { margin:0; font-size:30px; }
.text-btn { color:var(--forest); font-weight:700; }
.activity-row { display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center; padding:13px 0; border-bottom:1px solid var(--line); }
.activity-icon { width:34px; height:34px; display:grid; place-items:center; background:#e9eee9; color:var(--forest); font-weight:800; }
.activity-row strong, .activity-row small { display:block; }
.activity-row small { color:var(--muted); margin-top:3px; font-size:10px; }
.status-pill { display:inline-flex; align-items:center; padding:5px 8px; border-radius:99px; font-size:10px; font-weight:800; white-space:nowrap; }
.status-pill.pending { background:#efe3c5; color:#70571d; }
.status-pill.confirmed { background:#dbe9df; color:#315b40; }
.status-pill.cancelled { background:#ecd9d7; color:#7c403b; }
.status-list { display:grid; gap:6px; }
.status-list > div { display:flex; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--line); font-size:12px; }
.status-list span { color:var(--muted); }
.toolbar { display:flex; gap:8px; flex-wrap:wrap; }
.toolbar input { width:220px; }
.toolbar select { width:150px; }
.table-wrap { overflow:auto; }
table { width:100%; border-collapse:collapse; font-size:12px; }
th { padding:10px; border-bottom:1px solid var(--line); color:var(--muted); text-align:left; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
td { padding:12px 10px; border-bottom:1px solid #e4e0d7; white-space:nowrap; }
.table-actions { display:flex; gap:5px; }
.table-actions button { border:1px solid var(--line); background:white; padding:6px 8px; border-radius:3px; font-size:10px; }
.table-actions button.confirm { color:var(--success); }
.table-actions button.cancel { color:var(--danger); }
.property-admin-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.property-admin-card { padding:15px; border:1px solid var(--line); background:white; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.property-admin-card h3 { margin:0 0 4px; font-size:14px; }
.property-admin-card p { margin:0; color:var(--muted); font-size:10px; }
.availability-dot { width:9px; height:9px; border-radius:50%; background:#5f8b69; }
.empty-state { padding:28px 0; text-align:center; color:var(--muted); font-size:12px; }
@media (max-width: 1000px) {
  .main-nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .booking-search-card { justify-self:start; }
  .property-grid { grid-template-columns:repeat(2,1fr); }
  .stat-grid { grid-template-columns:repeat(2,1fr); }
  .admin-two-col { grid-template-columns:1fr; }
}
@media (max-width: 760px) {
  .site-header { padding:13px 18px; }
  .site-header > .primary-btn { display:none; }
  .hero { padding:65px 22px; min-height:auto; }
  .hero h1 { font-size:50px; }
  .section, .membership-section { padding:65px 22px; }
  .section-heading { display:block; }
  .property-grid, .membership-grid, .process-grid { grid-template-columns:1fr; }
  .trust-strip { grid-template-columns:repeat(2,1fr); }
  .trust-strip div { padding:18px 22px; }
  .form-grid, .quote-box { grid-template-columns:1fr; }
  .quote-box > div { border-right:0; border-bottom:1px solid var(--line); }
  .admin-shell { grid-template-columns:1fr; }
  .admin-sidebar { position:static; height:auto; }
  .sidebar-note { display:none; }
  .admin-content { padding:24px 14px 50px; }
  .stat-grid, .property-admin-grid { grid-template-columns:1fr; }
  .admin-topline { align-items:flex-start; }
  .operator { display:none; }
}
/* Bellmont's white, light-blue and restrained gold identity. */
.hero { background: radial-gradient(ellipse at 85% 20%, #82b8cb66, transparent 45%), linear-gradient(115deg,#102733,#244f67); }
.hero:after { border-color:#b6dce544; box-shadow:0 0 0 70px #b6dce509,0 0 0 140px #b6dce507; }
.hero .primary-btn { background:#d5eaf3; color:#143447; }
.hero-text { color:#d7e8ef; }
.site-header { background:#f8fbfbee; }
.trust-strip { background:#e7f1f6; }
.property-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.property-visual { height:250px; background:linear-gradient(140deg,#638a9e,#173c51); }
.property-visual.penthouse { background:linear-gradient(140deg,#5c6770,#172a38); }
.property-visual.casa { background:linear-gradient(160deg,#a7d6e1 0%,#508eab 55%,#d6e6e4 56%,#a5c6c4 60%,#7199a7); }
.property-visual.villa { background:linear-gradient(160deg,#bcdde6,#659cb0 55%,#eee5cd 56%,#859b98); }
.destination-number { position:absolute; right:24px; top:48px; font-family:Georgia,serif; font-size:100px; color:#ffffff24; }
.property-silhouette { background:#ffffff0b; }
.membership-note { color:#c4dce7; font-size:13px; margin:28px 0 0; line-height:1.7; }
.admin-view { background:#edf3f6; }
.admin-sidebar { background:#122b3a; }
.stat-card,.panel { background:#fff; }
.inventory-heading { grid-column:1/-1; border-bottom:1px solid var(--line); padding:16px 0; }
.property-admin-card select { max-width:150px; padding:8px; font-size:11px; }
.services-section { background:#eaf3f7; }
.services-section form { margin-top:40px; }
.service-request { padding:20px 0; border-bottom:1px solid var(--line); }
.service-request p { overflow-wrap:anywhere; }
.guest-status,.guest-booking { margin-top:24px; }
.guest-booking .toolbar { margin-top:18px; }
.status-pill.checkedin { background:#d8ecfa; color:#245774; }
.status-pill.completed { background:#e9e9ee; color:#4b5264; }
.site-footer { padding:50px 7vw; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:25px; flex-wrap:wrap; }
.site-footer p { font-family:Georgia,serif; font-style:italic; color:var(--forest); }
.site-footer small { color:var(--muted); }
button:focus-visible,a:focus-visible { outline:3px solid #78b8d7; outline-offset:4px; }
button:disabled { opacity:.5; cursor:not-allowed; }
@media(max-width:1100px) { .site-header { flex-wrap:wrap; gap:10px; } .main-nav { display:flex; flex-wrap:wrap; order:3; width:100%; justify-content:center; } }
@media(max-width:760px) { .nav-link { font-size:11px; padding:8px; } .property-grid { grid-template-columns:1fr; } .site-header { position:relative; } .hero h1 { font-size:52px; line-height:1; } .hero { gap:40px; } .booking-search-card { width:100%; } .property-admin-card { gap:8px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }

/* Theme-aware surfaces and reservation workflow. */
:root { color-scheme:light; --surface:#fff; --surface-alt:#e7eff4; --input:#fff; --heading:#153b50; }
:root[data-theme="dark"] { color-scheme:dark; --paper:#101b25; --card:#192a38; --surface:#192a38; --surface-alt:#203546; --input:#101f2c; --ink:#e7eef3; --muted:#b1c2ce; --line:#385064; --forest:#9dcde3; --forest-2:#bbdfef; --gold:#d6b777; --heading:#deedf6; --shadow:0 24px 60px #0005; }
body { background:var(--paper); color:var(--ink); }
.site-header { background:var(--surface); }
.header-tools { display:flex; gap:8px; flex-wrap:wrap; }
.header-tools button { font-size:12px; padding:10px 12px; }
.primary-btn { background:var(--forest); color:var(--paper); }
.primary-btn:hover { background:var(--forest-2); }
.secondary-btn,.modal-close,.table-actions button { background:var(--surface); color:var(--ink); border-color:var(--line); }
input,select,textarea { background:var(--input); color:var(--ink); border-color:var(--line); }
.booking-search-card,.modal,.panel,.stat-card,.property-card { background:var(--surface); color:var(--ink); }
.trust-strip,.services-section,.admin-view { background:var(--surface-alt); }
.quote-box,.quote-box > div:last-child,.operator,.property-admin-card { background:var(--surface); color:var(--ink); }
.quote-box { grid-template-columns:repeat(5,minmax(0,1fr)); }
.quote-box > div:last-child { background:var(--surface-alt); }
.membership-section { background:#173c51; }
.membership-section .eyebrow,.membership-section .membership-card > span { color:#dcc38f; }
.membership-section .membership-card h3 { color:#fff; }
.membership-choice h2 { font-family:Georgia,serif; font-size:28px; }
.membership-choice p { line-height:1.7; }
.membership-selection { align-self:center; font-size:12px; }
.membership-selection p { line-height:1.6; color:var(--muted); }
.return-booking { margin-top:30px; }
.guest-entry-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.reservation-result { border-top:1px solid var(--line); margin-top:24px; padding-top:16px; }
.reference-number { display:block; font-family:monospace; font-size:clamp(14px,2.5vw,21px); letter-spacing:.06em; overflow-wrap:anywhere; padding:16px 0; }
.checkbox-label { display:flex; align-items:flex-start; line-height:1.7; }
.checkbox-label input { width:20px; height:20px; flex-shrink:0; margin-top:1px; }
.review-info { margin-top:24px; padding-top:12px; border-top:1px solid var(--line); overflow-wrap:anywhere; }
.inventory-controls { display:flex; flex-wrap:wrap; align-items:end; gap:20px; margin-bottom:20px; }
.room-legend { display:flex; flex-wrap:wrap; gap:8px; }
.room-legend span { padding:6px 10px; border-left:4px solid var(--room-color); color:var(--ink); background:var(--surface-alt); font-size:12px; }
.room-free { --room-color:#4b9d7a; --room-tint:#4b9d7a15; }
.room-reserved { --room-color:#d3a240; --room-tint:#d3a24018; }
.room-rented { --room-color:#568fd1; --room-tint:#568fd118; }
.room-cleaning { --room-color:#39aeb5; --room-tint:#39aeb518; }
.room-maintenance { --room-color:#c77b48; --room-tint:#c77b4818; }
.room-blocked { --room-color:#c96470; --room-tint:#c9647018; }
.room-event { --room-color:#9b7bcc; --room-tint:#9b7bcc18; }
.property-admin-card { border-left:5px solid var(--room-color); background:linear-gradient(var(--room-tint),var(--room-tint)),var(--surface); align-items:flex-start; }
.property-admin-card p { margin:7px 0; }
.property-admin-card .room-status-label { font-size:12px; font-weight:700; color:var(--ink); }
.secret-code { position:relative; display:inline-grid; min-width:88px; padding:6px 10px; border:1px solid var(--line); border-radius:5px; background:var(--input); color:var(--ink); font:16px monospace; letter-spacing:.15em; vertical-align:middle; }
.code-mask,.code-value { grid-area:1/1; }
.code-value { visibility:hidden; }
.secret-code:hover .code-value,.secret-code:focus-visible .code-value,.secret-code.revealed .code-value { visibility:visible; }
.secret-code:hover .code-mask,.secret-code:focus-visible .code-mask,.secret-code.revealed .code-mask { visibility:hidden; }
.secret-code:not(:focus-visible) { outline-offset:3px; }
.activity-icon { background:var(--surface-alt); }
.admin-sidebar .brand { color:#fff; }
.admin-sidebar .side-link { color:#c7d9e5; }
[hidden] { display:none!important; }
.fineprint { color:var(--muted); }
:root[data-theme="dark"] .nav-link:hover,:root[data-theme="dark"] .nav-link.active { background:#9dcde318; }
:root[data-theme="dark"] .form-error { color:#f2a7a0; }
:root[data-theme="dark"] .status-pill.pending { background:#665026; color:#ffe6a9; }
:root[data-theme="dark"] .status-pill.confirmed,:root[data-theme="dark"] .status-pill.checkedin { background:#244d70; color:#d1e8ff; }
:root[data-theme="dark"] .status-pill.cancelled { background:#65363c; color:#ffd2d4; }
:root[data-theme="dark"] .status-pill.completed { background:#424557; color:#e3e7f6; }
:root[data-theme="dark"] .topbar { background:#0d1620; color:#c0d5e1; }
.filter-chip.active,.filter-chip:hover { color:var(--paper); }
@media(max-width:1400px) { .site-header { flex-wrap:wrap; gap:12px; } .main-nav { order:3; width:100%; justify-content:center; } .header-tools { margin-left:auto; } }
@media(max-width:760px) { .guest-entry-grid { grid-template-columns:1fr; } .header-tools { margin-left:0; } .header-tools button { padding:8px; font-size:11px; } .quote-box { grid-template-columns:1fr 1fr; } .quote-box > div:last-child { grid-column:1/-1; } .property-admin-card { flex-wrap:wrap; } }
