/* ==========================================================================
   CamNorteStay — public website theme (Bootstrap 4 extension)
   Palette: lagoon teal, sunset coral, warm sand.
   ========================================================================== */
:root {
    --cn-teal: #0f766e;
    --cn-teal-dark: #134e4a;
    --cn-teal-light: #ccfbf1;
    --cn-ocean: #0e7490;
    --cn-coral: #f97316;
    --cn-coral-dark: #ea580c;
    --cn-sand: #fef7ea;
    --cn-sun: #fbbf24;
    --cn-ink: #0f172a;
    --cn-muted: #64748b;
    --cn-border: #e2e8f0;
    --cn-radius: 16px;
    --cn-shadow: 0 10px 30px -12px rgba(15, 23, 42, .25);
    --cn-shadow-sm: 0 4px 14px -6px rgba(15, 23, 42, .18);
}

body {
    font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: var(--cn-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, .font-display { font-family: 'Poppins', 'Inter', sans-serif; font-weight: 700; letter-spacing: -.01em; }
a { color: var(--cn-teal); }
a:hover { color: var(--cn-teal-dark); }
.text-teal { color: var(--cn-teal) !important; }
.text-coral { color: var(--cn-coral) !important; }
.bg-sand { background: var(--cn-sand) !important; }
.bg-teal { background: var(--cn-teal) !important; color: #fff; }
.small-caps { text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; font-weight: 600; }

/* Buttons */
.btn { border-radius: 999px; font-weight: 600; padding: .55rem 1.3rem; }
.btn-sm { padding: .3rem .9rem; }
.btn-primary { background: var(--cn-teal); border-color: var(--cn-teal); }
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { background: var(--cn-teal-dark); border-color: var(--cn-teal-dark); }
.btn-coral { background: var(--cn-coral); border-color: var(--cn-coral); color: #fff; }
.btn-coral:hover, .btn-coral:focus { background: var(--cn-coral-dark); border-color: var(--cn-coral-dark); color: #fff; }
.btn-outline-primary { color: var(--cn-teal); border-color: var(--cn-teal); }
.btn-outline-primary:hover { background: var(--cn-teal); border-color: var(--cn-teal); }
.btn-light-soft { background: rgba(255,255,255,.18); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-light-soft:hover { background: rgba(255,255,255,.3); color: #fff; }
.form-control, .custom-select { border-radius: 12px; border-color: var(--cn-border); min-height: 46px; }
.form-control:focus, .custom-select:focus { border-color: #5eead4; box-shadow: 0 0 0 .2rem rgba(20, 184, 166, .2); }
textarea.form-control { min-height: 100px; }
label { font-weight: 600; font-size: .88rem; color: #334155; }

/* Navbar */
.site-nav { background: #fff; box-shadow: 0 1px 0 var(--cn-border); padding: .6rem 0; z-index: 1030; }
.site-nav.nav-transparent { background: transparent; box-shadow: none; position: absolute; width: 100%; }
.site-nav.nav-transparent .nav-link, .site-nav.nav-transparent .navbar-brand { color: #fff !important; }
.site-nav .navbar-brand { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--cn-teal-dark); }
.site-nav .navbar-brand .brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--cn-teal), var(--cn-ocean)); color: #fde68a; margin-right: .4rem; }
.site-nav .navbar-brand span.accent { color: var(--cn-coral); }
.site-nav .nav-link { font-weight: 600; color: #334155 !important; padding: .5rem .85rem !important; border-radius: 999px; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--cn-teal) !important; background: rgba(15,118,110,.08); }
.site-nav.nav-transparent .nav-link:hover { background: rgba(255,255,255,.15); }
.navbar-toggler { border: 0; }
.nav-transparent .navbar-toggler { color: #fff; }
@media (max-width: 991.98px) {
    .site-nav .navbar-collapse { background: #fff; border-radius: var(--cn-radius); padding: .75rem; margin-top: .5rem; box-shadow: var(--cn-shadow); }
    .site-nav.nav-transparent .navbar-collapse .nav-link { color: #334155 !important; }
}
.nav-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.notif-dot { position: absolute; top: 4px; right: 4px; width: 9px; height: 9px; border-radius: 50%; background: var(--cn-coral); border: 2px solid #fff; }

/* Hero */
.hero {
    position: relative; min-height: 88vh; display: flex; align-items: center; color: #fff;
    background-size: cover; background-position: center; padding: 120px 0 80px;
}
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 51, 68, .55) 0%, rgba(8, 51, 68, .15) 45%, rgba(8, 51, 68, .65) 100%); }
.hero > .container { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 4.2rem); line-height: 1.05; text-shadow: 0 4px 24px rgba(0,0,0,.25); }
.hero .lead { font-size: clamp(1rem, 2.2vw, 1.3rem); opacity: .95; max-width: 640px; }
.hero-eyebrow { display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); padding: .35rem .9rem; border-radius: 999px; font-weight: 600; font-size: .85rem; backdrop-filter: blur(6px); }

.search-panel { background: #fff; border-radius: 22px; box-shadow: 0 30px 60px -20px rgba(8, 51, 68, .5); padding: 1rem; color: var(--cn-ink); margin-top: 2rem; }
.search-tabs { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .75rem; }
.search-tabs .search-tab { border: 0; background: #f1f5f9; color: #334155; border-radius: 999px; padding: .45rem 1rem; font-weight: 600; font-size: .9rem; cursor: pointer; }
.search-tabs .search-tab.active { background: var(--cn-teal); color: #fff; }
.search-field { border: 1px solid var(--cn-border); border-radius: 14px; padding: .45rem .9rem; height: 100%; }
.search-field label { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--cn-muted); margin-bottom: 0; }
.search-field .form-control, .search-field .custom-select { border: 0; padding: 0; min-height: 30px; height: 30px; box-shadow: none; font-weight: 600; background-color: transparent; }
.search-panel .btn-search { height: 100%; min-height: 58px; border-radius: 14px; width: 100%; font-size: 1.05rem; }

/* Sections */
.section { padding: 72px 0; }
.section-sm { padding: 44px 0; }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin-bottom: .35rem; }
.section-sub { color: var(--cn-muted); max-width: 640px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1.75rem; flex-wrap: wrap; }

/* Destination cards */
.dest-card { position: relative; display: block; border-radius: var(--cn-radius); overflow: hidden; aspect-ratio: 3 / 4; color: #fff; box-shadow: var(--cn-shadow-sm); }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2, 44, 34, .85)); }
.dest-card .dest-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem 1.1rem; z-index: 2; }
.dest-card h5 { margin: 0; font-size: 1.15rem; }
.dest-card small { opacity: .85; }
.dest-card:hover { color: #fff; text-decoration: none; }
.dest-card:hover img { transform: scale(1.06); }
.dest-card.dest-wide { aspect-ratio: auto; height: 100%; min-height: 260px; }

/* Listing cards */
.listing-card { border: 0; border-radius: var(--cn-radius); overflow: hidden; box-shadow: var(--cn-shadow-sm); transition: transform .25s ease, box-shadow .25s ease; height: 100%; background: #fff; }
.listing-card:hover { transform: translateY(-4px); box-shadow: var(--cn-shadow); }
.listing-card .card-img-wrap { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: #e2e8f0; }
.listing-card .card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.listing-card .card-badges { position: absolute; top: .75rem; left: .75rem; display: flex; gap: .35rem; flex-wrap: wrap; }
.listing-card .fav-btn { position: absolute; top: .65rem; right: .65rem; }
.listing-card .card-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; }
.listing-card .card-title { font-size: 1.05rem; margin-bottom: .25rem; font-family: 'Poppins', sans-serif; font-weight: 600; }
.listing-card .card-title a { color: var(--cn-ink); }
.listing-card .meta { color: var(--cn-muted); font-size: .85rem; }
.listing-card .price { font-weight: 800; font-size: 1.15rem; color: var(--cn-ink); }
.listing-card .price small { font-weight: 500; color: var(--cn-muted); font-size: .78rem; }
.listing-card .amenity-chips { display: flex; flex-wrap: wrap; gap: .3rem; margin: .5rem 0; }
.chip { display: inline-flex; align-items: center; gap: .3rem; background: #f1f5f9; color: #334155; border-radius: 999px; padding: .2rem .6rem; font-size: .75rem; font-weight: 500; }
.chip i { color: var(--cn-teal); }
.badge-featured { background: var(--cn-sun); color: #78350f; }
.badge-verified { background: #dcfce7; color: #166534; }
.badge-demo { background: #fef3c7; color: #92400e; border: 1px dashed #f59e0b; }
.badge-type { background: rgba(255,255,255,.92); color: var(--cn-teal-dark); }
.badge { font-weight: 600; padding: .35em .65em; border-radius: 999px; }
.rating-pill { display: inline-flex; align-items: center; gap: .25rem; background: var(--cn-teal); color: #fff; border-radius: 8px; padding: .1rem .45rem; font-weight: 700; font-size: .8rem; }
.rating-stars { color: var(--cn-sun); letter-spacing: 1px; }

.fav-btn { width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.95); color: #475569; display: grid; place-items: center; box-shadow: var(--cn-shadow-sm); cursor: pointer; transition: transform .15s; }
.fav-btn:hover { transform: scale(1.08); }
.fav-btn.active { color: #e11d48; }

/* Activity tiles */
.activity-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .5rem; padding: 1.4rem .75rem; border-radius: var(--cn-radius); background: #fff; border: 1px solid var(--cn-border); color: var(--cn-ink); transition: all .2s; height: 100%; }
.activity-tile i { font-size: 1.8rem; color: var(--cn-teal); }
.activity-tile:hover { border-color: var(--cn-teal); color: var(--cn-teal); text-decoration: none; box-shadow: var(--cn-shadow-sm); transform: translateY(-2px); }

/* Package cards */
.package-card .includes { list-style: none; padding: 0; margin: .5rem 0 1rem; font-size: .88rem; }
.package-card .includes li { padding: .15rem 0; }
.package-card .includes li i { color: var(--cn-teal); width: 18px; }
.duration-badge { background: var(--cn-coral); color: #fff; }

/* Promo band */
.promo-band { background: linear-gradient(120deg, var(--cn-teal-dark), var(--cn-ocean)); color: #fff; border-radius: 24px; padding: 2.5rem; position: relative; overflow: hidden; }
.promo-band::after { content: ''; position: absolute; right: -60px; bottom: -80px; width: 280px; height: 280px; border-radius: 50%; background: rgba(251, 191, 36, .25); }

/* Page header (inner pages) */
.page-hero { background: linear-gradient(120deg, var(--cn-teal-dark), var(--cn-ocean)); color: #fff; padding: 48px 0 36px; }
.page-hero h1 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
.page-hero .breadcrumb { background: transparent; padding: 0; margin-bottom: .5rem; }
.page-hero .breadcrumb a, .page-hero .breadcrumb-item.active, .page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.85); }

/* Search/filter layout */
.filter-panel { background: #fff; border: 1px solid var(--cn-border); border-radius: var(--cn-radius); padding: 1.1rem; position: sticky; top: 84px; }
.filter-panel h6 { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--cn-muted); margin: 1rem 0 .5rem; }
.filter-panel h6:first-child { margin-top: 0; }
.filter-panel .custom-control-label { font-weight: 500; font-size: .9rem; }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: 1rem; }
.results-loading { position: relative; min-height: 200px; }
.results-loading::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' stroke='%230f766e'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='3'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.4s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.4s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") center 80px no-repeat; }
.empty-state { text-align: center; padding: 3rem 1rem; color: var(--cn-muted); }
.empty-state i { font-size: 2.6rem; color: #cbd5e1; margin-bottom: .75rem; }
#results-map { height: 420px; border-radius: var(--cn-radius); }

/* Detail page */
.gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 200px 200px; gap: .5rem; border-radius: var(--cn-radius); overflow: hidden; }
.gallery-grid a { display: block; overflow: hidden; }
.gallery-grid a:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-grid a:hover img { transform: scale(1.04); }
@media (max-width: 767.98px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 110px; }
    .gallery-grid a:first-child { grid-column: span 2; grid-row: auto; }
    .gallery-grid a:nth-child(n+4) { display: none; }
}
.detail-logo { width: 72px; height: 72px; border-radius: 16px; object-fit: cover; border: 3px solid #fff; box-shadow: var(--cn-shadow-sm); background: #fff; }
.detail-section { padding: 1.75rem 0; border-bottom: 1px solid var(--cn-border); }
.detail-section:last-child { border-bottom: 0; }
.detail-section h4 { font-size: 1.25rem; margin-bottom: 1rem; }
.amenity-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .6rem; }
.amenity-list div { display: flex; align-items: center; gap: .55rem; font-size: .92rem; }
.amenity-list i { width: 22px; color: var(--cn-teal); text-align: center; }
.room-card { border: 1px solid var(--cn-border); border-radius: var(--cn-radius); overflow: hidden; margin-bottom: 1rem; background: #fff; }
.room-card .room-img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.room-card .room-price { font-size: 1.3rem; font-weight: 800; }
.booking-widget { position: sticky; top: 88px; border: 1px solid var(--cn-border); border-radius: 20px; padding: 1.25rem; box-shadow: var(--cn-shadow); background: #fff; }
.booking-widget .price-lg { font-size: 1.6rem; font-weight: 800; }
.price-breakdown { font-size: .92rem; }
.price-breakdown .line { display: flex; justify-content: space-between; padding: .3rem 0; }
.price-breakdown .line.total { border-top: 1px dashed var(--cn-border); margin-top: .4rem; padding-top: .6rem; font-weight: 800; font-size: 1.05rem; }
.price-breakdown .line.discount { color: #16a34a; }
.policy-box { background: var(--cn-sand); border-radius: 14px; padding: 1rem 1.1rem; font-size: .9rem; }
.review-item { padding: 1rem 0; border-bottom: 1px solid var(--cn-border); }
.review-item:last-child { border-bottom: 0; }
.rating-bars .bar { height: 8px; background: #e2e8f0; border-radius: 99px; overflow: hidden; }
.rating-bars .bar span { display: block; height: 100%; background: var(--cn-teal); }
.detail-map { height: 300px; border-radius: var(--cn-radius); }
.mobile-book-bar { display: none; }
@media (max-width: 991.98px) {
    .booking-widget { position: static; }
    .mobile-book-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1020; background: #fff; box-shadow: 0 -6px 20px rgba(15,23,42,.12); padding: .7rem 1rem; align-items: center; justify-content: space-between; }
    body.has-mobile-bar { padding-bottom: 72px; }
}

/* Checkout */
.checkout-steps { display: flex; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.checkout-steps .step { flex: 1; min-width: 110px; text-align: center; font-size: .8rem; font-weight: 600; color: var(--cn-muted); padding-bottom: .5rem; border-bottom: 3px solid var(--cn-border); }
.checkout-steps .step.active { color: var(--cn-teal); border-color: var(--cn-teal); }
.card-soft { border: 1px solid var(--cn-border); border-radius: var(--cn-radius); background: #fff; }
.card-soft .card-header { background: transparent; border-bottom: 1px solid var(--cn-border); font-weight: 700; font-family: 'Poppins', sans-serif; }
.payment-option { border: 2px solid var(--cn-border); border-radius: 14px; padding: .9rem 1rem; cursor: pointer; display: flex; gap: .8rem; align-items: flex-start; margin-bottom: .6rem; transition: border-color .15s; }
.payment-option:hover { border-color: #99f6e4; }
.payment-option.selected { border-color: var(--cn-teal); background: #f0fdfa; }
.payment-option i.fa-fw { font-size: 1.3rem; color: var(--cn-teal); margin-top: .15rem; }
.summary-thumb { width: 84px; height: 64px; border-radius: 10px; object-fit: cover; }

/* Booking voucher */
.voucher { border-radius: 20px; overflow: hidden; border: 1px solid var(--cn-border); }
.voucher-head { background: linear-gradient(120deg, var(--cn-teal-dark), var(--cn-ocean)); color: #fff; padding: 1.4rem; }
.voucher-ref { font-family: 'Poppins', monospace; font-size: 1.35rem; font-weight: 700; letter-spacing: .04em; }
.qr-box { background: #fff; border-radius: 14px; padding: .6rem; display: inline-block; }
.qr-box img { width: 160px; height: 160px; }
.kv { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px dashed var(--cn-border); font-size: .92rem; }
.kv span:first-child { color: var(--cn-muted); }
.kv span:last-child { font-weight: 600; text-align: right; }

/* Account portal */
.account-nav { background: #fff; border: 1px solid var(--cn-border); border-radius: var(--cn-radius); overflow: hidden; }
.account-nav a { display: flex; align-items: center; gap: .7rem; padding: .8rem 1.1rem; color: #334155; font-weight: 600; border-left: 3px solid transparent; }
.account-nav a i { width: 20px; text-align: center; color: #94a3b8; }
.account-nav a:hover { background: #f8fafc; text-decoration: none; }
.account-nav a.active { border-left-color: var(--cn-teal); background: #f0fdfa; color: var(--cn-teal); }
.account-nav a.active i { color: var(--cn-teal); }
.stat-card { background: #fff; border: 1px solid var(--cn-border); border-radius: var(--cn-radius); padding: 1.1rem; display: flex; gap: .9rem; align-items: center; }
.stat-card .icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 1.2rem; }
.stat-card .value { font-size: 1.4rem; font-weight: 800; line-height: 1.1; }
.stat-card .label { color: var(--cn-muted); font-size: .82rem; }

/* Auth */
.auth-wrap { min-height: calc(100vh - 70px); display: flex; align-items: center; padding: 40px 0; background: linear-gradient(160deg, #f0fdfa 0%, var(--cn-sand) 100%); }
.auth-card { border: 0; border-radius: 24px; box-shadow: var(--cn-shadow); overflow: hidden; }
.auth-side { background: linear-gradient(160deg, rgba(19,78,74,.92), rgba(14,116,144,.85)), url('../img/hero.svg') center/cover; color: #fff; padding: 2.5rem; }

/* Partner landing */
.benefit { text-align: center; padding: 1.5rem 1rem; }
.benefit .icon { width: 64px; height: 64px; border-radius: 18px; background: var(--cn-teal-light); color: var(--cn-teal); display: inline-grid; place-items: center; font-size: 1.6rem; margin-bottom: 1rem; }

/* Article */
.article-content { font-size: 1.05rem; line-height: 1.8; }
.article-content img { max-width: 100%; height: auto; border-radius: 12px; }
.prose h4 { margin-top: 1.5rem; }

/* Map page */
.map-full { height: calc(100vh - 140px); min-height: 480px; }
.map-legend { display: flex; flex-wrap: wrap; gap: .4rem; }
.map-legend .legend-item { cursor: pointer; user-select: none; }
.map-legend .legend-item.off { opacity: .4; }
.map-popup img { width: 100%; height: 110px; object-fit: cover; border-radius: 8px; margin-bottom: .4rem; }
.map-popup h6 { margin: 0 0 .2rem; font-family: 'Poppins', sans-serif; }
.leaflet-popup-content { margin: 10px 12px; min-width: 200px; }
.marker-pin { width: 30px; height: 30px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.3); }
.marker-pin i { transform: rotate(45deg); color: #fff; font-size: 13px; }

/* Footer */
.site-footer { background: #062925; color: #cbd5e1; padding: 56px 0 24px; }
.site-footer h6 { color: #fff; font-family: 'Poppins', sans-serif; margin-bottom: 1rem; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { padding: .2rem 0; }
.site-footer .marketplace-notice { font-size: .8rem; color: #94a3b8; border-top: 1px solid rgba(255,255,255,.08); padding-top: 1rem; margin-top: 2rem; }
.social-links a { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); margin-right: .35rem; }

/* Misc */
.announcement-bar { background: var(--cn-coral); color: #fff; text-align: center; font-size: .88rem; padding: .45rem 1rem; }
.announcement-bar a { color: #fff; text-decoration: underline; }
.pagination .page-link { border-radius: 10px !important; margin: 0 .15rem; color: var(--cn-teal); border: 1px solid var(--cn-border); }
.pagination .page-item.active .page-link { background: var(--cn-teal); border-color: var(--cn-teal); }
.select2-container--bootstrap4 .select2-selection { border-radius: 12px; min-height: 46px; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange { background: var(--cn-teal); border-color: var(--cn-teal); }
.table-clean th { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--cn-muted); border-top: 0; }
.dataTables_wrapper .dataTables_filter input { border-radius: 10px; }
.badge-status { font-size: .75rem; }
.invalid-feedback { display: block; }
.scroll-x { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .5rem; -webkit-overflow-scrolling: touch; }
.scroll-x > * { scroll-snap-align: start; flex: 0 0 auto; }
@media (max-width: 575.98px) {
    .section { padding: 48px 0; }
    .scroll-x-mobile { display: flex; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x mandatory; margin-right: -15px; }
    .scroll-x-mobile > [class*='col'] { flex: 0 0 78%; max-width: 78%; scroll-snap-align: start; }
}
@media print {
    .site-nav, .site-footer, .no-print, .announcement-bar { display: none !important; }
    body { padding: 0 !important; }
}
.map-unavailable { display: flex; align-items: center; justify-content: center; background: #f1f5f9; }
