/**
 * Reservation Agent System - Resort theme
 * Dark & Light mode
 */

:root,
[data-theme="light"] {
    --resort-primary: #0d6e7a;
    --resort-primary-dark: #0a5861;
    --resort-secondary: #c4a35a;
    --resort-light: #e8f4f5;
    --resort-sand: #f5f0e6;
    --body-bg: #f5f0e6;
    --body-color: #000;
    --card-bg: #fff;
    --card-border: rgba(0,0,0,.125);
    --input-bg: #fff;
    --input-border: #ced4da;
    --input-color: #000;
    --table-bg: #fff;
    --table-head-bg: #f8f9fa;
    --table-border: #dee2e6;
    --text-muted: #6c757d;
    --breakdown-bg: #e8f4f5;
    --breakdown-border: rgba(13, 110, 122, 0.2);
    --booking-summary-bg: #fff9e6;
    --booking-summary-border: #f0e6c8;
    --footer-bg: #f8f9fa;
    --footer-color: #6c757d;
}

[data-theme="dark"] {
    --resort-primary: #14919b;
    --resort-primary-dark: #0d6e7a;
    --resort-secondary: #d4b86a;
    --resort-light: #1a3a3d;
    --resort-sand: #1e2d2f;
    --body-bg: #1a2528;
    --body-color: #fff;
    --card-bg: #242f32;
    --card-border: rgba(255,255,255,.1);
    --input-bg: #1e2d2f;
    --input-border: #3d4f53;
    --input-color: #fff;
    --table-bg: #242f32;
    --table-head-bg: #1e2d2f;
    --table-border: #3d4f53;
    --text-muted: rgba(255,255,255,.75);
    --breakdown-bg: #1a3a3d;
    --breakdown-border: rgba(20, 145, 155, 0.3);
    --booking-summary-bg: #2d2a1f;
    --booking-summary-border: #3d3a2f;
    --footer-bg: #1e2d2f;
    --footer-color: rgba(255,255,255,.8);
}

body {
    background-color: var(--body-bg);
    color: var(--body-color);
}

/* Navbar */
.bg-resort {
    background: linear-gradient(135deg, var(--resort-primary) 0%, var(--resort-primary-dark) 100%);
}

.navbar-brand {
    font-weight: 600;
}

.text-resort {
    color: var(--resort-primary) !important;
}

/* Buttons */
.btn-resort {
    background: linear-gradient(135deg, var(--resort-primary) 0%, var(--resort-primary-dark) 100%);
    border: none;
    color: #fff;
}

.btn-resort:hover {
    background: linear-gradient(135deg, var(--resort-primary-dark) 0%, #084a52 100%);
    color: #fff;
}

.btn-outline-resort {
    border-color: var(--resort-primary);
    color: var(--resort-primary);
}

.btn-outline-resort:hover {
    background-color: var(--resort-primary);
    color: #fff;
}

/* Cards */
.card {
    border-radius: 0.5rem;
    background-color: var(--card-bg);
    border-color: var(--card-border);
}

.card.border-resort {
    border-left: 4px solid var(--resort-primary);
}

/* Breakdown panel */
.breakdown-panel {
    background: var(--breakdown-bg);
    border-radius: 0.5rem;
    border: 1px solid var(--breakdown-border);
}

.breakdown-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.breakdown-row:last-child {
    border-bottom: none;
}

.grand-total {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--resort-primary);
}

/* Quotation format - Safari Island style (compact to fit page) */
.quotation-format {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.quotation-format .card-body.p-4 {
    padding: 0.75rem 1rem !important;
}
.quotation-resort-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--resort-primary);
    margin-bottom: 0.5rem;
}
.quotation-resort-logo {
    max-height: 72px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

.quotation-format .booking-summary-box {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem !important;
    font-size: 0.875rem;
}
.booking-summary-box {
    background-color: var(--booking-summary-bg);
    border: 1px solid var(--booking-summary-border);
    border-radius: 0.35rem;
    padding: 0.75rem 1rem;
}

.quotation-format .quotation-table {
    font-size: 0.8rem;
}
.quotation-table {
    font-size: 0.9rem;
}
.quotation-format .quotation-table th,
.quotation-format .quotation-table td {
    padding: 0.3rem 0.4rem;
}

.quotation-format .quotation-total-row {
    font-size: 1rem;
    padding: 0.35rem 0;
}
.quotation-format h6 {
    font-size: 0.95rem;
    margin-bottom: 0.35rem !important;
}
.quotation-format .mb-4 { margin-bottom: 0.75rem !important; }
.quotation-format .mb-3 { margin-bottom: 0.5rem !important; }
.quotation-format .room-detail-card .card-body,
.quotation-format .room-detail-card .room-card-img,
.quotation-format .room-detail-card .room-card-carousel {
    padding: 0.5rem 0.75rem;
}
.quotation-format .room-detail-card .room-card-carousel .carousel-item img {
    min-height: 120px;
    max-height: 160px;
}
.quotation-format .room-detail-card .col-md-4 {
    max-width: 200px;
}
.quotation-format .room-amenities {
    columns: 2;
    column-gap: 1rem;
}
.quotation-format .room-amenities li {
    break-inside: avoid;
}
.quotation-total-row {
    font-size: 1.15rem;
    padding: 0.5rem 0;
}

/* Pick up report – compact table */
.pickup-report-table { font-size: 0.8rem; }
.pickup-report-table th,
.pickup-report-table td { padding: 0.35rem 0.5rem; white-space: nowrap; }
.pickup-report-table thead th { font-weight: 600; }

@media print {
    .quotation-format { max-width: 100% !important; }
    .quotation-format .card-body.p-4 { padding: 0.5rem !important; }
    .quotation-format .quotation-resort-logo { max-height: 56px; margin-bottom: 0.35rem; }
    .quotation-format .quotation-table { font-size: 0.75rem; }
    .quotation-format .quotation-table th,
    .quotation-format .quotation-table td { padding: 0.2rem 0.3rem; }
    .quotation-format .booking-summary-box { padding: 0.35rem 0.5rem; font-size: 0.8rem; }
    .quotation-format .quotation-total-row { font-size: 0.95rem; padding: 0.25rem 0; }
    .quotation-format h6 { font-size: 0.85rem; }
}

/* Room detail card */
.room-detail-card .room-card-img {
    object-fit: cover;
    height: 100%;
    min-height: 200px;
}
.room-detail-card .room-card-carousel {
    min-height: 200px;
    background: #f0f0f0;
}
.room-detail-card .room-card-carousel .carousel-item img {
    object-fit: cover;
    min-height: 200px;
    max-height: 280px;
    width: 100%;
}
.room-detail-card .room-card-carousel .carousel-control-prev,
.room-detail-card .room-card-carousel .carousel-control-next {
    width: 2.5rem;
    opacity: 0.9;
}
.room-detail-card .card-body {
    padding: 1rem 1.25rem;
}
.room-stat-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 0.4rem;
    font-size: 0.875rem;
    color: #333;
}
.room-stat-badge i {
    font-size: 1rem;
    color: var(--resort-primary);
}
.room-amenities li {
    max-width: 100%;
}

/* Tables */
.table {
    --bs-table-bg: var(--table-bg);
    --bs-table-border-color: var(--table-border);
    color: var(--body-color);
}
.table th,
.table td {
    color: var(--body-color);
}
.table-light th,
.table-light td {
    color: var(--body-color);
}
.form-control, .form-select {
    background-color: var(--input-bg);
    border-color: var(--input-border);
    color: var(--input-color);
}
.rate-from-db-display {
    background-color: var(--input-bg);
    color: var(--body-color);
}
.form-control::placeholder {
    color: var(--text-muted);
}
.text-muted {
    color: var(--text-muted) !important;
}
/* Headings and main content use body color */
h1, h2, h3, h4, h5, h6, .card-title, .card-text, main {
    color: var(--body-color);
}

/* Theme toggle - no background, blends with navbar */
.theme-toggle {
    background: none !important;
    border: none !important;
    color: rgba(255,255,255,.9);
    padding: 0.35rem 0.5rem;
    border-radius: 0.35rem;
    cursor: pointer;
    box-shadow: none !important;
}
.theme-toggle:hover {
    background: rgba(255,255,255,.1) !important;
    color: #fff;
}

/* Print */
@media print {
    .navbar,
    .btn,
    .no-print,
    footer {
        display: none !important;
    }
    body {
        background: #fff;
    }
    .card {
        border: 1px solid #ddd;
        box-shadow: none;
    }
}

.login-card {
    max-width: 400px;
    width: 100%;
}

/* Mobile & responsive - desktop and mobile view */
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
main.container {
    max-width: 100%;
}
@media (max-width: 991.98px) {
    main.container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
@media (max-width: 767.98px) {
    main.container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .breakdown-panel {
        margin-top: 1rem;
    }
    /* Quotation view: compact on mobile */
    .quotation-format .card-body.p-4 {
        padding: 1rem !important;
    }
    .quotation-resort-logo {
        max-height: 70px;
    }
    .quotation-resort-name {
        font-size: 1.25rem;
    }
    .quotation-table {
        font-size: 0.8rem;
    }
    .quotation-table th,
    .quotation-table td {
        padding: 0.35rem 0.5rem;
        white-space: nowrap;
    }
    .booking-summary-box {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    .quotation-total-row {
        font-size: 1rem;
    }
    /* Quotations list: ensure table scrolls */
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    /* Dashboard cards */
    .card-body .display-6 {
        font-size: 1.75rem;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand {
        font-size: 1rem;
    }
    .d-flex.flex-wrap.gap-2 .btn {
        flex: 1 1 auto;
        min-width: 0;
    }
    .quotation-table {
        font-size: 0.75rem;
    }
    .quotation-table th,
    .quotation-table td {
        padding: 0.25rem 0.35rem;
    }
}
/* New Quotation modal: full width on small screens */
@media (max-width: 575.98px) {
    #newReservationModal .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    #newReservationModal .modal-body {
        padding: 0.75rem;
    }
    #newReservationModal .row {
        flex-direction: column;
    }
    #newReservationModal .breakdown-panel {
        position: static;
    }
}

/* Dark mode alerts */
[data-theme="dark"] .alert-danger {
    background-color: rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.5);
    color: #f8b4ba;
}
[data-theme="dark"] .alert-success {
    background-color: rgba(25, 135, 84, 0.2);
    border-color: rgba(25, 135, 84, 0.5);
    color: #a3cfbb;
}
[data-theme="dark"] .alert-warning {
    background-color: rgba(255, 193, 7, 0.15);
    border-color: rgba(255, 193, 7, 0.4);
    color: #e6d9a0;
}
[data-theme="dark"] .form-label {
    color: var(--body-color);
}
[data-theme="dark"] .table-hover tbody tr:hover {
    background-color: rgba(255,255,255,.05);
}
[data-theme="dark"] .table-secondary {
    background-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .table-light {
    --bs-table-bg: var(--table-head-bg);
}
[data-theme="dark"] .table-light th,
[data-theme="dark"] .table-light td {
    color: #fff;
}
[data-theme="dark"] .btn-outline-secondary {
    color: #fff;
    border-color: rgba(255,255,255,.5);
}
[data-theme="dark"] .btn-outline-secondary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
[data-theme="dark"] .btn-outline-resort {
    color: #fff;
    border-color: var(--resort-primary);
}
[data-theme="dark"] .btn-outline-resort:hover {
    color: #fff;
    background-color: var(--resort-primary);
}
[data-theme="dark"] .btn-outline-danger {
    color: #f8b4ba;
    border-color: rgba(248,180,186,.6);
}
[data-theme="dark"] .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Modal in dark mode */
[data-theme="dark"] .modal-content {
    background-color: var(--card-bg);
    border-color: var(--card-border);
}
[data-theme="dark"] .modal-header {
    border-bottom-color: var(--card-border);
}
[data-theme="dark"] .modal-footer {
    border-top-color: var(--card-border);
}

/* —— Advanced dashboard —— */
.page-dashboard.dash-inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.dash-hero {
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 1.35rem;
    background: linear-gradient(125deg, var(--resort-light) 0%, var(--card-bg) 50%, var(--booking-summary-bg) 100%);
    border: 1px solid var(--breakdown-border);
    box-shadow: 0 2px 20px rgba(13, 110, 122, 0.1);
    position: relative;
    overflow: hidden;
}

.dash-hero::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -8%;
    width: 42%;
    height: 140%;
    background: radial-gradient(ellipse, color-mix(in srgb, var(--resort-primary) 14%, transparent) 0%, transparent 70%);
    pointer-events: none;
}

/* Reservation dashboard hub — distinct but on-brand */
.dash-hero--reservation {
    background: linear-gradient(
        125deg,
        color-mix(in srgb, var(--resort-secondary) 10%, var(--resort-light)) 0%,
        var(--card-bg) 45%,
        var(--booking-summary-bg) 100%
    );
}

.dash-hero--reservation::after {
    background: radial-gradient(ellipse, color-mix(in srgb, var(--resort-secondary) 16%, transparent) 0%, transparent 72%);
}

.dash-hero__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: var(--resort-primary);
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.dash-hero__meta {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.dash-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: color-mix(in srgb, var(--resort-primary) 15%, transparent);
    color: var(--resort-primary);
    border: 1px solid color-mix(in srgb, var(--resort-primary) 35%, transparent);
}

.dash-badge--admin {
    background: color-mix(in srgb, var(--resort-secondary) 22%, transparent);
    color: var(--resort-secondary);
    border-color: color-mix(in srgb, var(--resort-secondary) 45%, transparent);
}

.dash-stat-card {
    border-radius: 0.9rem;
    border: 1px solid var(--card-border);
    background: var(--card-bg);
    padding: 1.2rem 1.25rem 1.15rem 1.35rem;
    height: 100%;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.dash-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--dash-accent, var(--resort-primary));
}

.dash-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(13, 110, 122, 0.14);
}

.dash-stat-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.dash-stat-card__label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    line-height: 1.35;
    max-width: 70%;
}

.dash-stat-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: color-mix(in srgb, var(--dash-accent, var(--resort-primary)) 14%, transparent);
    color: var(--dash-accent, var(--resort-primary));
    flex-shrink: 0;
}

.dash-stat-card__value {
    font-size: clamp(1.65rem, 3.5vw, 2.15rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--body-color);
    letter-spacing: -0.02em;
}

.dash-stat-card__foot {
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.4;
}

.dash-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 600;
    font-size: 0.78rem;
}

.dash-trend--up {
    color: #1a7a5c;
}

.dash-trend--down {
    color: #b02a37;
}

.dash-trend--flat {
    color: var(--text-muted);
}

[data-theme="dark"] .dash-trend--up {
    color: #5fd4a8;
}

[data-theme="dark"] .dash-trend--down {
    color: #f5a0a8;
}

.dash-panel {
    border-radius: 0.9rem;
    border: 1px solid var(--card-border);
    background: var(--card-bg);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
}

.dash-panel__head {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--table-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem;
    background: color-mix(in srgb, var(--resort-light) 40%, var(--card-bg));
}

.dash-panel__title {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--resort-primary);
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.dash-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

@media (max-width: 575.98px) {
    .dash-metric-grid {
        grid-template-columns: 1fr;
    }
}

.dash-metric {
    padding: 1rem 1.1rem;
    border-right: 1px solid var(--table-border);
    border-bottom: 1px solid var(--table-border);
    text-align: center;
}

.dash-metric-grid .dash-metric:nth-child(3n) {
    border-right: none;
}

.dash-metric-grid .dash-metric:nth-last-child(-n + 3) {
    border-bottom: none;
}

.dash-metric-grid--single-row .dash-metric {
    border-bottom: none;
}

@media (max-width: 575.98px) {
    .dash-metric {
        border-right: none;
        text-align: left;
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        gap: 0.5rem;
    }
    .dash-metric-grid .dash-metric:nth-child(3n) {
        border-right: none;
    }
    .dash-metric-grid .dash-metric:nth-last-child(-n + 3) {
        border-bottom: 1px solid var(--table-border);
    }
    .dash-metric-grid .dash-metric:last-child {
        border-bottom: none;
    }
}

.dash-metric__period {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.dash-metric__val {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--body-color);
    line-height: 1.2;
}

.dash-metric__sub {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.15rem;
}

.dash-metric--highlight {
    background: color-mix(in srgb, var(--resort-primary) 6%, transparent);
}

.dash-net-strip {
    border-radius: 0.75rem;
    padding: 0.85rem 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
    border: 1px solid var(--breakdown-border);
    background: var(--breakdown-bg);
}

.dash-net-strip__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--body-color);
}

.dash-net-strip__val {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.dash-net-strip--positive .dash-net-strip__val {
    color: #1a7a5c;
}

.dash-net-strip--negative .dash-net-strip__val {
    color: #b02a37;
}

.dash-net-strip--zero .dash-net-strip__val {
    color: var(--text-muted);
}

[data-theme="dark"] .dash-net-strip--positive .dash-net-strip__val {
    color: #5fd4a8;
}

[data-theme="dark"] .dash-net-strip--negative .dash-net-strip__val {
    color: #f5a0a8;
}

.dash-rmn-split {
    margin-top: 0.25rem;
    padding: 0 0.15rem 0.5rem;
}

.dash-rmn-split__bar {
    display: flex;
    height: 0.45rem;
    border-radius: 0.25rem;
    overflow: hidden;
    background: var(--table-border);
}

.dash-rmn-split__entered {
    background: linear-gradient(90deg, var(--resort-primary) 0%, color-mix(in srgb, var(--resort-primary) 70%, #fff) 100%);
}

.dash-rmn-split__cancel {
    background: linear-gradient(90deg, #c45c5c 0%, #e8a0a0 100%);
}

.dash-rmn-split__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
    font-size: 0.72rem;
    color: var(--text-muted);
}

.dash-rmn-split__legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.dash-rmn-split__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.dash-rmn-split__dot--in {
    background: var(--resort-primary);
}

.dash-rmn-split__dot--out {
    background: #c45c5c;
}

.dash-actions-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    padding-left: 0.15rem;
}

.dash-action-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 1.15rem 1.2rem;
    border-radius: 0.85rem;
    border: 1px solid var(--card-border);
    background: var(--card-bg);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
    height: 100%;
    min-height: 5.5rem;
}

.dash-action-tile:hover {
    border-color: var(--resort-primary);
    background: var(--resort-light);
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(13, 110, 122, 0.12);
}

.dash-action-tile__icon {
    font-size: 1.5rem;
    color: var(--resort-primary);
}

.dash-action-tile__text {
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.3;
}

.dash-action-tile__hint {
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.35;
}

.dash-table-wrap {
    border-radius: 0 0 0.9rem 0.9rem;
    overflow: hidden;
}

.dash-table-wrap .table {
    margin-bottom: 0;
}

.dash-table-wrap .table thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--text-muted);
    border-bottom-width: 1px;
    padding-top: 0.85rem;
    padding-bottom: 0.65rem;
}

.dash-table-wrap .table tbody td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle;
}

.dash-id-chip {
    display: inline-block;
    font-family: ui-monospace, monospace;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 0.35rem;
    background: color-mix(in srgb, var(--resort-primary) 10%, transparent);
    color: var(--resort-primary);
}

[data-theme="dark"] .dash-hero {
    box-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .dash-stat-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .dash-rmn-split__entered {
    background: linear-gradient(90deg, var(--resort-primary) 0%, var(--resort-secondary) 100%);
}

[data-theme="dark"] .dash-rmn-split__cancel {
    background: linear-gradient(90deg, #a04040 0%, #c07070 100%);
}
