body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.front-navbar {
    position: relative;
    z-index: 10050;
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    isolation: isolate;
}

.front-navbar .navbar-brand,
.front-navbar .navbar-toggler,
.front-navbar .navbar-collapse,
.front-navbar .navbar-nav,
.front-navbar .front-cta {
    position: relative;
    z-index: 10051;
}

.front-navbar .front-cta {
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.front-navbar .navbar-brand {
    padding: 10px 0;
    margin-right: 8px;
}

.front-brand-logo {
    display: block;
    width: auto;
    height: 75px;
    max-width: 220px;
    object-fit: contain;
}


.header {
    position: relative;
    z-index: 1;
}

.property-search-inline {
    max-width: 640px;
}

.property-filter-shell {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 18px 36px rgba(15, 34, 56, 0.06);
}

.property-card-front {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 34, 56, 0.08);
    border: 1px solid #e5eef8;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.property-card-front:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(15, 34, 56, 0.14);
    border-color: rgba(0, 185, 142, 0.28);
}

.property-card-image-wrap {
    position: relative;
    overflow: hidden;
}

.property-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.property-image-link {
    display: block;
}

.property-badge {
    background: rgba(14, 46, 80, 0.88);
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.property-card-topbar {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.property-verified-badge,
.property-hero-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.94);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.property-hero-verified {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.property-availability-badge {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 18px;
    display: grid;
    gap: 2px;
    color: #ffffff;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

.property-availability-badge strong,
.property-hero-status strong {
    font-size: 15px;
    font-weight: 700;
}

.property-availability-badge span,
.property-hero-status span {
    font-size: 12px;
    opacity: 0.92;
}

.property-availability-open {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.92) 0%, rgba(5, 150, 105, 0.92) 100%);
}

.property-availability-limited {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.94) 0%, rgba(234, 88, 12, 0.92) 100%);
}

.property-availability-full {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.94) 0%, rgba(190, 24, 93, 0.92) 100%);
}

.property-availability-pending {
    background: linear-gradient(135deg, rgba(100, 116, 139, 0.92) 0%, rgba(71, 85, 105, 0.92) 100%);
}

.property-card-body {
    padding: 20px;
}

.property-title-link {
    color: #0f172a;
    text-decoration: none;
}

.property-title-link:hover {
    color: #0d6efd;
}

.property-location {
    color: #64748b;
    font-size: 14px;
}

.property-gender-pill {
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.property-desc {
    color: #475569;
    margin-bottom: 16px;
    min-height: 72px;
}

.property-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.property-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0f3a72;
    font-size: 12px;
    font-weight: 600;
}

.property-highlight-chips,
.property-highlight-board {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.property-highlight-chips span,
.property-highlight-board span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #0f172a;
    border: 1px solid #dbe7f3;
    font-size: 13px;
    font-weight: 600;
}

.property-marketplace-strip {
    position: relative;
}

.property-marketplace-card {
    height: 100%;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid #dbe7f3;
    box-shadow: 0 18px 40px rgba(15, 34, 56, 0.08);
}

.property-marketplace-card h4 {
    color: #0f172a;
    margin-bottom: 10px;
}

.property-marketplace-card p {
    color: #475569;
    line-height: 1.7;
}

.property-marketplace-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(0, 185, 142, 0.12);
    color: #0f3d35;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.property-meta-grid div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 4px;
}

.property-meta-grid strong {
    color: #0f172a;
    font-size: 16px;
}

.property-meta-grid span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.property-amenities-front {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.property-amenities-front span {
    background: #ecfdf5;
    color: #047857;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.property-amenities-front span i {
    font-size: 12px;
    opacity: 0.9;
}

.pricing-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pricing-page-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(13, 46, 80, 0.94) 46%, rgba(0, 185, 142, 0.82) 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%);
}

.pricing-page-hero::before,
.pricing-page-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.pricing-page-hero::before {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -80px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(6px);
}

.pricing-page-hero::after {
    width: 240px;
    height: 240px;
    left: -90px;
    bottom: -120px;
    background: rgba(255, 255, 255, 0.06);
}

.pricing-page-hero .container {
    position: relative;
    z-index: 1;
}

.pricing-page-hero h1 {
    max-width: 860px;
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(15, 23, 42, 0.26);
}

.pricing-hero-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}

.pricing-subscription-shell {
    display: grid;
    gap: 28px;
}

.pricing-overview-card {
    background: linear-gradient(135deg, #0f172a 0%, #0f3a5a 54%, #00b98e 100%);
    border-radius: 32px;
    padding: 32px;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.pricing-overview-card h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 34px;
}

.pricing-overview-card p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
}

.pricing-overview-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.pricing-overview-points {
    display: grid;
    gap: 16px;
}

.pricing-overview-points div {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 18px 20px;
    display: grid;
    gap: 6px;
}

.pricing-overview-points strong {
    font-size: 18px;
    color: #fff;
}

.pricing-overview-points span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.pricing-plan-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dce9f5;
    border-radius: 30px;
    padding: 26px;
    height: 100%;
    display: grid;
    gap: 20px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
    border-color: #9fd8c9;
}

.pricing-plan-card-popular {
    border-color: #00b98e;
    box-shadow: 0 30px 60px rgba(0, 185, 142, 0.14);
}

.pricing-plan-card-enterprise {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
    border-color: #fdba74;
    box-shadow: 0 28px 64px rgba(245, 158, 11, 0.16);
}

.pricing-plan-top h4 {
    font-size: 30px;
    margin-bottom: 8px;
}

.pricing-plan-top p {
    color: #526277;
    line-height: 1.75;
    margin-bottom: 0;
}

.pricing-plan-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.pricing-plan-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-plan-chip-highlight {
    background: #ecfdf5;
    color: #047857;
}

.pricing-plan-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.pricing-plan-price strong {
    font-size: 38px;
    line-height: 1;
    color: #0f172a;
}

.pricing-plan-price span {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.pricing-trial-price-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.pricing-trial-price-wrap s {
    color: #94a3b8;
    text-decoration-thickness: 2px;
}

.pricing-trial-price-wrap em {
    color: #475569;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.pricing-plan-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pricing-plan-stats div {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px;
    display: grid;
    gap: 4px;
}

.pricing-plan-stats strong {
    color: #0f172a;
    font-size: 24px;
}

.pricing-plan-stats span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pricing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.pricing-feature-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px 16px;
}

.pricing-feature-list li.enabled {
    border-color: #b7e4d3;
    background: #f3fbf7;
}

.pricing-feature-list li.disabled {
    border-color: #e6edf5;
    background: #fbfcfe;
}

.pricing-feature-list span {
    color: #334155;
    font-weight: 600;
}

.pricing-feature-list strong {
    color: #0f172a;
    font-size: 13px;
    white-space: nowrap;
}

.pricing-plan-note {
    border-radius: 20px;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 16px 18px;
    line-height: 1.75;
    font-weight: 600;
}

.pricing-plan-note-muted {
    background: #f8fafc;
    color: #475569;
}

.pricing-plan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.auth-brand-logo {    width: auto;    height: 88px;    max-width: 320px;    object-fit: contain;    margin: 0 auto 14px;    display: block;}

@media (max-width: 991.98px) {
    .pricing-overview-card {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .pricing-overview-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .pricing-page-hero {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pricing-hero-copy {
        font-size: 15px;
    }

    .pricing-plan-card {
        padding: 22px;
        border-radius: 24px;
    }

    .pricing-plan-top h4 {
        font-size: 26px;
    }

    .pricing-plan-price strong {
        font-size: 32px;
    }

    .pricing-plan-stats {
        grid-template-columns: 1fr;
    }

    .pricing-feature-list li {
        flex-direction: column;
    }

    .pricing-feature-list strong {
        white-space: normal;
    }
}

.property-footer-front {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
}

.property-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-small-label {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.property-small-value {
    color: #0f172a;
    font-weight: 600;
}

.property-empty-state {
    background: #fff;
    border-radius: 24px;
    padding: 48px 24px;
    box-shadow: 0 18px 40px rgba(15, 34, 56, 0.08);
}

.property-page-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(10, 27, 45, 0.82) 0%, rgba(8, 47, 73, 0.62) 48%, rgba(15, 118, 110, 0.52) 100%),
        var(--property-hero-image) center/cover no-repeat;
    min-height: 300px;
}

.property-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.property-page-hero .container {
    position: relative;
    z-index: 1;
}

.property-hero-tag-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.property-hero-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.property-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.property-hero-meta span {
    opacity: 0.7;
}

.property-hero-back {
    border-radius: 999px;
    padding-inline: 18px;
    font-weight: 700;
    color: #0f172a;
}

.property-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.property-hero-status {
    min-width: 220px;
    max-width: 280px;
    padding: 14px 16px;
    border-radius: 18px;
    color: #ffffff;
    display: grid;
    gap: 2px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.property-detail-shell {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e5eef8;
    box-shadow: 0 18px 40px rgba(15, 34, 56, 0.08);
    padding: 24px;
}

.property-hero-image-wrap {
    border-radius: 20px;
    overflow: hidden;
}

.property-hero-image {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.property-gallery-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.property-gallery-thumb {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dbe7f3;
    box-shadow: 0 10px 20px rgba(15, 34, 56, 0.08);
}

.property-gallery-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.property-badge-static {
    display: inline-flex;
    background: rgba(14, 46, 80, 0.1);
    color: #0e2e50;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.property-detail-meta-grid {
    margin-bottom: 0;
}

.property-amenities-large span {
    font-size: 13px;
    padding: 9px 14px;
}

.property-detail-sidebar {
    top: 96px;
}

.property-enquiry-shell {
    scroll-margin-top: 110px;
}

.property-trust-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-trust-panel span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfeff 100%);
    border: 1px solid rgba(16, 185, 129, 0.16);
    color: #0f5132;
    font-size: 13px;
    font-weight: 600;
}

.property-enquiry-highlight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.property-enquiry-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.10);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-enquiry-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 14px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.property-trust-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.property-sidebar-points {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    line-height: 1.8;
}

.property-sidebar-points li + li {
    margin-top: 10px;
}

.property-detail-list {
    display: grid;
    gap: 14px;
}

.property-detail-list div {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.property-detail-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.property-detail-list span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.property-detail-list strong {
    color: #0f172a;
    font-weight: 600;
}

.property-enquiry-form .form-control {
    border-radius: 14px;
    border-color: #dbe4f0;
    padding: 12px 14px;
}

.property-enquiry-form .form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.food-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.food-day-card {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 34, 56, 0.06);
}

.food-day-card h5 {
    margin-bottom: 14px;
    color: #0f172a;
}

.food-meal-list {
    display: grid;
    gap: 12px;
}

.food-meal-row {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e5eef8;
    border-radius: 16px;
}

.food-meal-row span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.food-meal-row strong {
    color: #0f172a;
    font-weight: 600;
}

.occupancy-empty-state {
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    padding: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.report-details-toggle {
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 14px 16px;
}

.report-details-toggle summary {
    cursor: pointer;
    font-weight: 700;
    color: #0f172a;
    list-style: none;
}

.report-details-toggle summary::-webkit-details-marker {
    display: none;
}

.report-subpanel {
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 34, 56, 0.06);
    height: 100%;
}

.property-admin-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    gap: 10px;
}

.property-admin-thumb {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe7f3;
    box-shadow: 0 10px 20px rgba(15, 34, 56, 0.08);
}

.property-admin-thumb img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    display: block;
}

@media (min-width: 992px) {
    .header {
        margin-top: 0 !important;
    }
}

.admin-body {
    background: #eef2f7;
    color: #1f2937;
}

.admin-shell {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    display: flex;
    flex-direction: column;
    width: 280px;
    background: linear-gradient(180deg, #16324f 0%, #0f2238 100%);
    color: #fff;
    padding: 28px 18px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.admin-sidebar-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(125, 211, 252, 0.6) transparent;
}

.admin-sidebar-nav::-webkit-scrollbar {
    width: 7px;
}

.admin-sidebar-nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.5);
}

.admin-sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

.brand-block {
    padding: 10px 12px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 18px;
}
.brand-identity {
    display: grid;
    gap: 10px;
}

.admin-brand-logo {    width: auto;    height: 64px;    max-width: 220px;    object-fit: contain;    display: block;    border-radius: 0;    background: transparent;    padding: 0;}

.admin-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.brand-kicker,
.page-eyebrow,
.auth-kicker {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #7dd3fc;
}

.admin-nav-link {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 12px;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    background: rgba(125, 211, 252, 0.14);
    color: #fff;
}

.admin-main {
    flex: 1;
    min-width: 0;
}

.admin-topbar {
    padding: 28px 32px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    margin: 4px 0 0;
    font-size: 32px;
}

.admin-content {
    padding: 0 32px 32px;
}

.metric-card,
.panel-card,
.mini-card,
.auth-card,
.app-tile {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(15, 34, 56, 0.08);
}

.metric-card {
    padding: 22px;
    border-top: 5px solid #1d4ed8;
}

.metric-info {
    border-top-color: #2563eb;
}

.metric-success {
    border-top-color: #16a34a;
}

.metric-warning {
    border-top-color: #f59e0b;
}

.metric-danger {
    border-top-color: #dc2626;
}

.metric-label {
    color: #6b7280;
    font-size: 14px;
}

.metric-value {
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px;
}

.panel-card {
    padding: 22px;
    overflow: visible;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px;
}

.finance-property-scope {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 780px;
    padding: 14px 16px;
    border: 1px solid #c7e4de;
    border-radius: 18px;
    background: linear-gradient(115deg, #f0fbf8 0%, #f8fcff 58%, #edf4ff 100%);
    box-shadow: 0 12px 28px rgba(15, 80, 86, 0.08);
}

.finance-scope-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    font-size: 21px;
    background: linear-gradient(135deg, #0f766e, #1d4ed8);
    box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
}

.finance-scope-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.finance-scope-copy span,
.finance-scope-control label {
    color: #54708a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.finance-scope-copy strong {
    color: #123454;
    font-size: 14px;
}

.finance-scope-control {
    display: grid;
    min-width: 245px;
    margin-left: auto;
    gap: 4px;
}

.finance-scope-control select {
    min-height: 42px;
    padding: 9px 38px 9px 12px;
    border: 1px solid #b9d4df;
    border-radius: 12px;
    color: #113553;
    font-weight: 700;
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.finance-scope-control select:focus {
    border-color: #0f9d93;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(15, 157, 147, 0.14);
}
.mini-card {
    padding: 18px;
}

.table th,
.table td {
    white-space: nowrap;
}

.table td:last-child,
.table th:last-child {
    white-space: normal;
}

.modern-multiselect {
    position: relative;
}

.modern-multiselect-trigger {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d0d7e2;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: #1f2937;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.modern-multiselect.is-open .modern-multiselect-trigger {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.modern-multiselect-values {
    text-align: left;
    font-weight: 500;
}

.modern-multiselect-values.is-placeholder {
    color: #94a3b8;
}

.modern-multiselect-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    padding: 12px;
}

.modern-multiselect-search-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    color: #64748b;
}

.modern-multiselect-search {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
}

.modern-multiselect-options {
    display: grid;
    gap: 8px;
    max-height: 240px;
    overflow-y: auto;
}

.modern-multiselect-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.18s ease;
}

.modern-multiselect-option:hover {
    background: #f8fafc;
}

.modern-multiselect-option.is-selected {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.modern-multiselect-option input {
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
}

.property-toggle-card {
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 12px 14px;
}

.property-toggle-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    min-height: 24px;
}

.property-toggle-switch .form-check-input {
    float: none;
    margin: 0;
}

.property-toggle-state {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 10px;
}

.property-toggle-state.is-enabled {
    background: #dcfce7;
    color: #166534;
}

.property-toggle-state.is-disabled {
    background: #fee2e2;
    color: #991b1b;
}

.property-form-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.property-step-pill {
    flex: 1 1 260px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #dbe4f0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.property-step-pill strong {
    display: block;
    color: #0f172a;
}

.property-step-pill small {
    color: #64748b;
}

.property-step-number {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    flex: 0 0 auto;
}

.property-form-section {
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    height: 100%;
}

.property-form-section-head {
    margin-bottom: 16px;
}

.property-food-chart-editor {
    border-top: 1px dashed #cbd5e1;
    padding-top: 18px;
}

.property-food-chart-head {
    margin-bottom: 8px;
}

.property-food-week-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.property-food-day-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(15, 34, 56, 0.06);
    position: relative;
    overflow: hidden;
}

.property-food-day-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #14b8a6 100%);
}

.property-food-day-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.property-food-day-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
    flex: 0 0 auto;
}

.property-food-day-head h6 {
    color: #0f172a;
    font-size: 17px;
}

.property-food-meal-block {
    background: #fff;
    border: 1px solid #e5eef8;
    border-radius: 18px;
    padding: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.property-food-meal-block:hover {
    transform: translateY(-1px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
}

.property-food-meal-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.property-food-meal-block .form-label {
    display: none;
}

.property-food-meal-block textarea.form-control {
    min-height: 92px;
    border-radius: 14px;
    border-color: #dbe4f0;
    resize: vertical;
    background: #fcfdff;
}

.property-food-meal-block textarea.form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    background: #fff;
}

.list-row,
.task-pill {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #e5e7eb;
}

.list-row:first-of-type,
.task-pill:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.auth-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.25), transparent 28%),
        linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
}

.auth-card {
    width: min(420px, calc(100vw - 32px));
    padding: 32px;
}

.topbar-actions {
    display: flex;
    gap: 8px;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.app-tile {
    padding: 24px 16px;
    text-align: center;
    font-weight: 600;
}

.occupancy-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.occupancy-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.occupancy-filter-group {
    min-width: 220px;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    display: inline-block;
}

.legend-dot.occupied {
    background: #16a34a;
}

.legend-dot.vacant {
    background: #dc2626;
}

.legend-dot.vacating-soon {
    background: #f59e0b;
}

.floor-report-block {
    border-top: 1px solid #e5e7eb;
    margin-top: 22px;
    padding-top: 22px;
}

.floor-report-block:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.floor-report-header {
    margin-bottom: 16px;
}

.room-report-card {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
}

.bed-chip-grid {
    display: grid;
    gap: 10px;
}

.bed-chip {
    border-radius: 14px;
    padding: 12px 14px;
    color: #fff;
}

.bed-chip.occupied {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

.bed-chip.vacant {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
}

.bed-chip.vacating-soon {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    color: #1f2937;
}

.bed-chip-head {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.occupancy-visual-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 22px;
}

.occupancy-detail-panel {
    background: linear-gradient(180deg, #10263d 0%, #16324f 100%);
    color: #fff;
    border-radius: 24px;
    padding: 24px;
    position: sticky;
    top: 24px;
    height: fit-content;
    box-shadow: 0 18px 42px rgba(15, 34, 56, 0.18);
}

.occupancy-detail-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 12px;
}

.occupancy-detail-title {
    margin-bottom: 12px;
    font-size: 28px;
}

.occupancy-detail-status {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}

.occupancy-detail-status.occupied {
    background: rgba(22, 163, 74, 0.22);
    color: #86efac;
}

.occupancy-detail-status.vacant {
    background: rgba(220, 38, 38, 0.22);
    color: #fca5a5;
}

.occupancy-detail-status.vacating-soon {
    background: rgba(245, 158, 11, 0.22);
    color: #fde68a;
}

.occupancy-detail-status.neutral {
    background: rgba(148, 163, 184, 0.18);
    color: #cbd5e1;
}

.occupancy-detail-list {
    display: grid;
    gap: 12px;
}

.occupancy-detail-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.occupancy-detail-list strong {
    color: #cbd5e1;
    font-weight: 600;
}

.occupancy-detail-list span {
    text-align: right;
    max-width: 150px;
}

.occupancy-detail-actions,
.occupancy-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.occupancy-action-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.occupancy-action-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px;
}

.occupancy-action-card h6 {
    margin-bottom: 12px;
    color: #16324f;
}

.occupancy-detail-actions .btn,
.occupancy-modal-actions .btn {
    min-width: 160px;
}

.occupancy-map-panel {
    display: grid;
    gap: 20px;
}

.floor-map-card {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 24px;
    padding: 20px;
}

.floor-map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.room-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.room-map-list {
    display: grid;
    gap: 14px;
}

.room-map-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 34, 56, 0.05);
}

.room-map-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.room-map-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 34, 56, 0.05);
}

.room-map-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding-right: 8px;
}

.room-map-title {
    font-size: 18px;
    font-weight: 700;
    color: #16324f;
}

.room-mini-stats {
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.bed-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 10px;
}

.bed-map-grid.compact {
    grid-template-columns: repeat(auto-fit, minmax(78px, 92px));
    justify-content: start;
}

.bed-map-tile {
    border: 0;
    border-radius: 18px;
    min-height: 82px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, outline-color 0.18s ease;
    box-shadow: 0 8px 18px rgba(15, 34, 56, 0.08);
}

.bed-map-tile:hover,
.bed-map-tile.is-active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 30px rgba(15, 34, 56, 0.15);
    outline: 3px solid rgba(37, 99, 235, 0.22);
}

.bed-map-tile:active,
.bed-map-tile.is-pressed {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 12px 22px rgba(15, 34, 56, 0.18);
    outline: 3px solid rgba(37, 99, 235, 0.28);
}

.bed-map-tile.occupied {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #fff;
}

.bed-map-tile.vacant {
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
}

.bed-map-tile.vacating-soon {
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
    color: #1f2937;
}

.bed-tile-name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.bed-tile-icon {
    font-size: 20px;
    line-height: 1;
}

.occupancy-modal {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 34, 56, 0.22);
}

.occupancy-modal .modal-body {
    padding: 0 24px 24px;
}

.occupancy-modal-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.occupancy-modal-status.occupied {
    background: rgba(22, 163, 74, 0.14);
    color: #15803d;
}

.occupancy-modal-status.vacant {
    background: rgba(220, 38, 38, 0.14);
    color: #b91c1c;
}

.occupancy-modal-status.vacating-soon {
    background: rgba(245, 158, 11, 0.18);
    color: #b45309;
}

.occupancy-modal-status.neutral {
    background: rgba(148, 163, 184, 0.18);
    color: #475569;
}

.occupancy-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.occupancy-modal-grid div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 16px;
    display: grid;
    gap: 6px;
}

.occupancy-modal-grid strong {
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
    .front-navbar {
        align-items: flex-start;
    }

    .front-navbar .navbar-collapse {
        width: 100%;
        background: #ffffff;
    }

    .front-navbar .navbar-nav {
        align-items: flex-start;
        gap: 0;
        margin-top: 12px;
    }

    .front-navbar .navbar-nav .nav-link {
        width: 100%;
        padding: 10px 0;
    }

    .front-navbar .front-cta {
        display: inline-flex !important;
        margin-top: 14px;
    }

    .occupancy-legend {
        flex-direction: column;
        gap: 10px;
    }

    .occupancy-visual-layout {
        grid-template-columns: 1fr;
    }

    .occupancy-detail-panel {
        position: relative;
        top: 0;
    }

    .room-map-row {
        grid-template-columns: 1fr;
    }

    .property-meta-grid {
        grid-template-columns: 1fr;
    }

    .property-footer-front {
        flex-direction: column;
        align-items: stretch;
    }

    .property-hero-image {
        height: 260px;
    }

    .property-page-hero {
        min-height: 240px;
    }

    .property-gallery-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .property-admin-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .food-chart-grid {
        grid-template-columns: 1fr;
    }

    .occupancy-modal-grid {
        grid-template-columns: 1fr;
    }

    .occupancy-detail-actions,
    .occupancy-modal-actions {
        flex-direction: column;
    }

    .admin-shell {
        flex-direction: column;
    }

    .admin-sidebar {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 1000;
        padding: 16px 14px;
    }

    .admin-menu-toggle {
        display: inline-flex;
    }

    .admin-sidebar-nav {
        display: none;
        margin-top: 12px;
        max-height: 58vh;
        overflow-y: auto;
    }

    .admin-sidebar-nav.is-open {
        display: flex;
    }

    .brand-block {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .admin-nav-link {
        padding: 11px 12px;
        font-size: 14px;
    }

    .admin-topbar,
    .admin-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .admin-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-top: 18px;
        padding-bottom: 12px;
    }

    .page-title {
        font-size: 24px;
    }

    .topbar-actions {
        width: 100%;
    }

    .topbar-actions .btn {
        flex: 1 1 0;
    }

    .panel-card,
    .mini-card,
    .metric-card {
        padding: 16px;
        border-radius: 16px;
    }

    .metric-value {
        font-size: 24px;
    }

    .panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .table {
        font-size: 14px;
    }

    .modern-multiselect-dropdown {
        position: fixed;
        left: 14px;
        right: 14px;
        top: auto;
        max-height: 60vh;
        overflow: hidden;
    }

    .modern-multiselect-options {
        max-height: 42vh;
    }

    .occupancy-map-grid,
    .room-map-grid {
        grid-template-columns: 1fr;
    }

    .property-form-section {
        padding: 16px;
        border-radius: 18px;
    }

    .property-food-week-grid {
        grid-template-columns: 1fr;
    }

    .bed-map-grid.compact,
    .bed-map-grid {
        grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .front-navbar {
        gap: 12px;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .front-navbar .navbar-brand h1 {
        font-size: 28px;
    }

    .front-navbar .front-cta {
        width: 100%;
    }

    .property-filter-shell,
    .property-card-body,
    .property-empty-state {
        padding: 16px;
        border-radius: 18px;
    }

    .property-card-image {
        height: 210px;
    }

    .property-detail-shell,
    .property-filter-shell,
    .property-card-body,
    .property-empty-state {
        padding: 16px;
        border-radius: 18px;
    }

    .property-hero-image {
        height: 220px;
    }

    .property-page-hero {
        min-height: 220px;
    }

    .property-hero-meta {
        font-size: 15px;
        gap: 8px;
    }

    .property-gallery-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .food-day-card {
        padding: 16px;
        border-radius: 18px;
    }

    .admin-topbar,
    .admin-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-title {
        font-size: 22px;
    }

    .occupancy-detail-panel,
    .floor-map-card,
    .room-map-row,
    .room-map-card {
        padding: 14px;
        border-radius: 18px;
    }
}







.property-catalog-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(13, 46, 80, 0.92) 44%, rgba(0, 185, 142, 0.72) 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 40%);
}

.property-catalog-hero::before,
.property-catalog-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.property-catalog-hero::before {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -70px;
    background: rgba(255, 255, 255, 0.10);
}

.property-catalog-hero::after {
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: -120px;
    background: rgba(255, 255, 255, 0.08);
}

.property-catalog-hero .container {
    position: relative;
    z-index: 1;
}

.property-catalog-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.property-catalog-hero h1 {
    max-width: 860px;
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(15, 23, 42, 0.28);
}

.property-catalog-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 17px;
    line-height: 1.75;
}

.header-carousel .owl-nav .owl-prev i,
.header-carousel .owl-nav .owl-next i {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}

.front-content-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(13, 46, 80, 0.92) 48%, rgba(0, 185, 142, 0.72) 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 44%);
}

.front-content-hero::before,
.front-content-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.front-content-hero::before {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -70px;
    background: rgba(255, 255, 255, 0.10);
}

.front-content-hero::after {
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: -120px;
    background: rgba(255, 255, 255, 0.07);
}

.front-content-hero .container {
    position: relative;
    z-index: 1;
}

.front-content-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.front-content-hero h1 {
    max-width: 860px;
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(15, 23, 42, 0.28);
}

.front-content-hero-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 17px;
    line-height: 1.75;
}

.front-info-card {
    height: 100%;
    padding: 32px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.front-info-card-accent {
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf8 100%);
}

.front-info-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(0, 185, 142, 0.12);
    color: #0f3d35;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.front-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.front-info-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: #334155;
    line-height: 1.7;
}

.front-info-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00b98e 0%, #0d6efd 100%);
    box-shadow: 0 0 0 6px rgba(0, 185, 142, 0.10);
}

@media (max-width: 991.98px) {
    .front-content-hero,
    .property-catalog-hero,
    .pricing-page-hero {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .front-content-hero-copy,
    .property-catalog-hero p,
    .pricing-hero-copy {
        font-size: 15px;
    }

    .front-info-card {
        padding: 24px;
        border-radius: 22px;
    }

    .property-hero-actions {
        justify-content: flex-start;
    }

    .property-hero-status {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .property-enquiry-shell {
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .property-card-topbar {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .property-availability-badge {
        position: static;
        margin: 14px;
        margin-top: -74px;
    }

    .property-card-body {
        padding-top: 8px;
    }

    .property-marketplace-card,
    .property-detail-shell {
        padding: 22px;
        border-radius: 22px;
    }

    .property-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-enquiry-highlight {
        flex-direction: column;
    }
}

.policy-card {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.policy-card-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(13, 110, 253, 0.10);
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.policy-card h4 {
    margin-bottom: 16px;
    color: #0f172a;
}

.policy-card p {
    margin-bottom: 14px;
    color: #475569;
    line-height: 1.8;
}

.policy-card p:last-child {
    margin-bottom: 0;
}

.policy-contact-box {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 185, 142, 0.18);
}

.policy-contact-box span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.policy-contact-box a {
    color: #00b98e;
    font-weight: 700;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .policy-card {
        padding: 24px;
        border-radius: 22px;
    }
}

.auth-alt-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.auth-card-wide {
    max-width: 860px;
}

.auth-subpanel {
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    padding: 22px;
    background: #fff;
}

.auth-otp-note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #eff6ff;
    color: #1e3a8a;
    border: 1px solid #bfdbfe;
    font-size: 14px;
    line-height: 1.6;
}

.otp-preview-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.otp-preview-box span {
    color: #166534;
    font-size: 13px;
    font-weight: 600;
}

.otp-preview-box strong {
    font-size: 26px;
    letter-spacing: 0.18em;
    color: #0f172a;
}

.tenant-panel-card {
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.tenant-hero-card,
.tenant-module-hero {
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(13, 46, 80, 0.92) 48%, rgba(0, 185, 142, 0.78) 100%);
    color: #ffffff;
    overflow: hidden;
}

.tenant-hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tenant-hero-title,
.tenant-module-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.tenant-hero-copy,
.tenant-module-copy {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.75;
}

.tenant-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tenant-hero-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.tenant-quick-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tenant-quick-action {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 20px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    transition: transform 0.22s ease, background 0.22s ease;
}

.tenant-quick-action:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.tenant-quick-action i {
    font-size: 24px;
}

.tenant-quick-action strong {
    font-size: 16px;
}

.tenant-quick-action span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.tenant-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tenant-detail-item {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tenant-detail-item span {
    display: block;
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.tenant-detail-item strong {
    color: #0f172a;
    font-size: 16px;
}

.tenant-mini-stat {
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    padding: 14px;
    background: #f8fbff;
    display: grid;
    gap: 4px;
}

.tenant-mini-stat span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tenant-mini-stat strong {
    font-size: 18px;
    color: #0f172a;
}

.tenant-food-preview-grid,
.tenant-food-week-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tenant-food-preview-day,
.tenant-food-day-card {
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    display: grid;
    gap: 10px;
}

.tenant-food-preview-day strong,
.tenant-food-day-head h6 {
    color: #0f172a;
}

.tenant-food-preview-day span,
.tenant-food-meal-item span {
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tenant-food-meals {
    display: grid;
    gap: 12px;
}

.tenant-food-meal-item {
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 4px;
}

.tenant-food-meal-item strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.6;
}

.tenant-empty-state {
    min-height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 10px;
    color: #64748b;
}

.tenant-empty-state i {
    font-size: 32px;
    color: #0d6efd;
}

.tenant-empty-state strong {
    color: #0f172a;
    font-size: 18px;
}

.tenant-empty-state span {
    max-width: 420px;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .tenant-detail-grid,
    .tenant-food-preview-grid,
    .tenant-food-week-grid,
    .auth-alt-card,
    .tenant-quick-action-grid {
        grid-template-columns: 1fr;
    }

    .auth-alt-card {
        flex-direction: column;
        align-items: stretch;
    }

    .tenant-hero-title,
    .tenant-module-title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .tenant-detail-grid,
    .tenant-food-preview-grid,
    .tenant-food-week-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .finance-property-scope {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .finance-scope-copy {
        flex: 1 1 200px;
    }

    .finance-scope-control {
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }
}