:root {
    --bg: #1f242b;
    --panel: #28303a;
    --panel-2: #2f3742;
    --text: #f1f5f9;
    --muted: #b7c1cd;
    --line: #445064;
    --brand: #1d7bd7;
    --brand-2: #0c5ea8;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Sora", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: radial-gradient(1200px 700px at 0% 0%, #252b33, #1b2026 60%);
    color: var(--text);
}

.page {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 12px 24px;
}

.nav {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(180deg, #2f3742, #27303a);
    overflow: hidden;
}

.nav-inner { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 14px; }
.nav-logo { display:flex; align-items:center; gap:10px; min-width:0; }
.nav-mark { width:34px; height:34px; border-radius:10px; background:#1c5da8; display:inline-flex; align-items:center; justify-content:center; }
.nav-name { font-size:14px; font-weight:700; line-height:1.1; white-space:nowrap; }
.nav-tagline { color:var(--muted); font-size:11px; line-height:1.2; margin-top:2px; }
.nav-links { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.nav-link,.nav-cta {
    border: 1px solid #5b677a;
    color: var(--text);
    background: transparent;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 14px;
    text-decoration: none;
}
.nav-cta { background:#344253; border-color:#647690; }

.hr-hero,
.hr-list,
.hr-detail,
.footer {
    border-top: 1px solid #3a4556;
    margin-top: 12px;
    padding: 22px 8px 8px;
}

.hr-hero-inner,
.hr-empty,
.hr-detail,
.footer {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(180deg, var(--panel-2), var(--panel));
    padding: 20px;
}

.hr-kicker {
    display:inline-block;
    border-radius:999px;
    border:1px solid #79b7ef;
    background:#e6f1fb;
    color:#0e5da8;
    font-size:11px;
    padding:4px 10px;
}

.hr-hero h1 { margin:12px 0 6px; font-size:clamp(28px,4vw,44px); }
.hr-hero p { margin:0; color:var(--muted); font-size:15px; max-width:760px; line-height:1.55; }

.hr-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.hr-filters {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(180deg, #303945, #2a323d);
    padding: 14px;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}
.hr-filters label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    color: #d6deea;
}
.hr-filters input,
.hr-filters select {
    width: 100%;
    border: 1px solid #5a6a81;
    border-radius: 9px;
    background: #1f2731;
    color: #edf2f8;
    padding: 8px 9px;
    font-size: 13px;
}
.hr-filter-check {
    justify-content: flex-end;
    gap: 8px;
    flex-direction: row !important;
    align-items: center;
}
.hr-filter-check input {
    width: 14px;
    height: 14px;
}
.hr-filter-actions {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.hr-card {
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    background:#2a313b;
}
.hr-image-wrap { display:block; height:180px; background:#1d2630; }
.hr-image { width:100%; height:100%; object-fit:cover; display:block; }
.hr-body { padding:14px; }
.hr-code { font-size:11px; color:#9fb8d4; margin-bottom:4px; }
.hr-card h2 { margin:0; font-size:20px; line-height:1.2; }
.hr-card h2 a { color:var(--text); text-decoration:none; }
.hr-landmark { margin-top:5px; color:#c2d0df; font-size:12px; }
.hr-meta { margin-top:6px; color:var(--muted); font-size:13px; }
.hr-pills { margin-top:10px; display:flex; gap:6px; flex-wrap:wrap; }
.hr-pills span {
    font-size:11px;
    border:1px solid #617188;
    border-radius:999px;
    padding:3px 8px;
    color:#c6d1de;
}
.hr-bottom { margin-top:12px; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.hr-rate { font-size:18px; font-weight:700; color:#9fd0ff; }
.hr-status {
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 8px;
    border: 1px solid transparent;
}
.hr-status-available {
    background: rgba(21, 97, 64, 0.3);
    color: #9de2bd;
    border-color: #7abf99;
}
.hr-status-booked {
    background: rgba(117, 47, 22, 0.35);
    color: #f1bf9f;
    border-color: #cc9979;
}
.hr-card-actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}
.hr-card-actions .hr-btn {
    width: 100%;
}
.hr-demand {
    margin-top: 8px;
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
}
.hr-demand-filling_fast {
    background: rgba(100, 74, 14, 0.35);
    color: #f9dc8b;
    border-color: #c8af67;
}
.hr-demand-hot {
    background: rgba(120, 30, 30, 0.35);
    color: #ffc3c3;
    border-color: #d78b8b;
}
.hr-traffic-note {
    margin-top: 8px;
    color: #b6c2cf;
    font-size: 12px;
    line-height: 1.4;
}
.hr-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #5e9edc;
    color:#eaf4ff;
    text-decoration:none;
    background:linear-gradient(180deg, var(--brand), var(--brand-2));
    border-radius:10px;
    padding:9px 12px;
    font-size:13px;
    font-weight:600;
}
.hr-btn-outline {
    background:transparent;
    border-color:#5f6d82;
    color:#d6deea;
}

.form-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 12px;
}
.form-grid label {
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:13px;
    color:#d7e2ef;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
    width:100%;
    border:1px solid #5a6b82;
    border-radius:10px;
    background:#202933;
    color:#eef2f7;
    padding:10px 11px;
    font-size:14px;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
    outline:none;
    border-color:#75b5f2;
    box-shadow:0 0 0 2px rgba(29,123,215,.2);
}
.form-message {
    grid-column:1/-1;
    min-height:22px;
    font-size:14px;
}

.hr-detail-top { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; }
.hr-back { color:#9ecdfb; text-decoration:none; font-size:13px; }
.hr-rate-main { font-size:30px; font-weight:700; color:#9fd0ff; white-space:nowrap; }
.hr-gallery { margin-top:14px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.hr-gallery img { width:100%; height:190px; object-fit:cover; border-radius:10px; border:1px solid #506077; }
.hr-specs { margin-top:14px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px 12px; color:#d9e3ef; }
.hr-description { color:var(--muted); line-height:1.6; }
.hr-detail-address { margin-top: 6px; color: #c5d2e1; font-size: 14px; }
.hr-detail-panels {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.hr-panel {
    border: 1px solid #526177;
    border-radius: 12px;
    background: #242d37;
    padding: 12px;
}
.hr-panel h2 {
    margin: 0 0 8px;
    font-size: 19px;
}
.hr-panel p {
    margin: 0 0 8px;
}
.hr-rules {
    margin: 0;
    padding-left: 18px;
    color: #d5deea;
}
.hr-rules li {
    margin-bottom: 7px;
}
.hr-unit-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}
.hr-unit-table th,
.hr-unit-table td {
    border: 1px solid #506077;
    padding: 8px 9px;
    text-align: left;
    font-size: 13px;
}
.hr-unit-table th {
    background: #202934;
    color: #dce7f3;
    font-weight: 700;
}
.hr-unit-img {
    width: 110px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #5a6a81;
    display: block;
}
.hr-booked h2 { margin-bottom:8px; }
.hr-booked ul { margin:0; padding-left:18px; color:#d7e0ec; }
.hr-cta-wrap { margin-top:16px; display:flex; gap:10px; flex-wrap:wrap; }

.hr-empty { color:var(--muted); }

.footer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
    color:#c3cedb;
    font-size:13px;
}
.footer-links { display:flex; gap:10px; flex-wrap:wrap; }
.footer-link,
.footer a { color:#c3dbf4; text-decoration:none; }
.footer-link:hover,
.footer a:hover { text-decoration:underline; }

@media (max-width: 980px) {
    .hr-filters { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .hr-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .hr-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .hr-specs { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .hr-detail-panels { grid-template-columns:1fr; }
}

@media (max-width: 860px) {
    .nav-links { display:none; }
}

@media (max-width: 620px) {
    .hr-filters { grid-template-columns:1fr; }
    .hr-filter-actions { align-items:stretch; }
    .hr-filter-actions .hr-btn { width:100%; justify-content:center; }
    .hr-grid { grid-template-columns:1fr; }
    .hr-gallery { grid-template-columns:1fr; }
    .hr-specs { grid-template-columns:1fr; }
    .hr-detail-top { flex-direction:column; }
    .form-grid { grid-template-columns:1fr; }
}
