/* Algemene instellingen */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(to bottom, #f5f8fc, #ffffff);
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ==================================================
   Final Luxury Theme Override (March 2026)
   ================================================== */

body.lux-theme {
    --lux-bg: #050b16;
    --lux-bg-soft: #0b1322;
    --lux-surface: #111b2d;
    --lux-surface-alt: #162236;
    --lux-border: rgba(190, 162, 102, 0.2);
    --lux-border-strong: rgba(212, 172, 91, 0.48);
    --lux-text: #ece7db;
    --lux-text-muted: #8f9bb0;
    --lux-gold: #d2ac5d;
    --lux-gold-soft: #e3c98e;
    --lux-gold-deep: #b99245;
    --lux-success: #00a87f;
    --lux-info: #1f8bdd;
    --lux-warning: #e0ae2f;
    --lux-danger: #d84a4a;
    --lux-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
    font-family: "DM Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 14% -14%, rgba(210, 172, 93, 0.17), transparent 34%),
        radial-gradient(circle at 88% -14%, rgba(210, 172, 93, 0.11), transparent 31%),
        linear-gradient(180deg, #050b16 0%, #091223 56%, #050b16 100%);
    color: var(--lux-text);
    min-height: 100vh;
}

body.lux-theme * {
    box-sizing: border-box;
}

body.lux-theme h1,
body.lux-theme h2,
body.lux-theme h3,
body.lux-theme h4,
body.lux-theme h5,
body.lux-theme h6,
body.lux-theme .logo {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0.01em;
    color: var(--lux-text);
}

body.lux-theme p,
body.lux-theme span,
body.lux-theme li,
body.lux-theme label,
body.lux-theme input,
body.lux-theme select,
body.lux-theme textarea,
body.lux-theme button,
body.lux-theme a {
    font-family: "DM Sans", "Segoe UI", sans-serif;
}

body.lux-theme a {
    color: var(--lux-gold-soft);
    text-decoration: none;
}

body.lux-theme a:hover {
    color: var(--lux-gold);
    transform: none;
}

body.lux-theme main.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 56px 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.lux-theme .flash-messages {
    max-width: 1280px;
    margin: 14px auto 0 auto;
    padding: 0 24px;
}

body.lux-theme .alert {
    border-radius: 12px;
    border: 1px solid rgba(226, 78, 78, 0.45);
    background: rgba(129, 22, 22, 0.25);
    color: #ffd8d8;
    padding: 10px 12px;
}

body.lux-theme .alert-success {
    border: 1px solid rgba(0, 168, 127, 0.45);
    background: rgba(0, 168, 127, 0.18);
    color: #d5fff2;
}

body.lux-theme .alert-danger {
    border: 1px solid rgba(216, 74, 74, 0.45);
    background: rgba(129, 22, 22, 0.25);
    color: #ffd8d8;
}

body.lux-theme .alert-warning {
    border: 1px solid rgba(224, 174, 47, 0.45);
    background: rgba(133, 98, 24, 0.24);
    color: #fff1cf;
}

body.lux-theme .alert-info {
    border: 1px solid rgba(89, 154, 255, 0.45);
    background: rgba(44, 88, 159, 0.24);
    color: #dce9ff;
}

body.lux-theme header {
    position: sticky;
    top: 0;
    z-index: 1300;
    background: rgba(8, 14, 25, 0.88);
    border-bottom: 1px solid rgba(190, 162, 102, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
}

body.lux-theme header nav {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 74px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.lux-theme .logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f4efdf;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

body.lux-theme .logo span {
    color: var(--lux-gold);
}

body.lux-theme .logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid rgba(212, 172, 91, 0.5);
    color: var(--lux-gold);
    font-size: 0.68rem;
}

body.lux-theme .main-nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.lux-theme .main-nav-list > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #a4afc3;
    font-size: 0.92rem;
    font-weight: 600;
    transition: all 0.22s ease;
}

body.lux-theme .main-nav-list > li > a:hover {
    border-color: rgba(212, 172, 91, 0.35);
    background: rgba(212, 172, 91, 0.08);
    color: var(--lux-gold-soft);
    transform: none;
}

body.lux-theme .nav-login-cta {
    border-color: rgba(212, 172, 91, 0.45) !important;
    color: #dac391 !important;
}

body.lux-theme .nav-register-cta {
    border-color: rgba(0, 0, 0, 0.22) !important;
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    color: #111825 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

body.lux-theme .notification-icon {
    position: relative;
}

body.lux-theme .notification-icon-chat {
    color: #dbe6f7;
}

body.lux-theme .notification-icon-chat:hover {
    color: var(--lux-gold-soft);
}

body.lux-theme .notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: var(--lux-danger);
    color: #fff;
    font-size: 0.66rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.lux-theme .notification-count-chat {
    background: #d4a853;
    color: #102331;
}

/* Password strength meter */
body.lux-theme .password-strength {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body.lux-theme .password-strength-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 172, 91, 0.2);
    overflow: hidden;
}

body.lux-theme .password-strength-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    transition: width 0.2s ease, background-color 0.2s ease;
    background: rgba(255, 255, 255, 0.2);
}

body.lux-theme .password-strength-fill.is-weak {
    background: #d84a4a;
}

body.lux-theme .password-strength-fill.is-medium {
    background: #e0ae2f;
}

body.lux-theme .password-strength-fill.is-strong {
    background: #30b36d;
}

body.lux-theme .password-strength-fill.is-very-strong {
    background: #00a87f;
}

body.lux-theme .password-strength-label {
    font-size: 0.84rem;
    color: #9fb0ca;
}

body.lux-theme .profile-menu-toggle {
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.28);
    background: rgba(212, 172, 91, 0.08);
    color: #d6d0c2;
}

body.lux-theme .profile-menu-toggle:hover {
    background: rgba(212, 172, 91, 0.14);
    color: var(--lux-gold-soft);
}

body.lux-theme .profile-menu-dropdown {
    border: 1px solid var(--lux-border);
    background: linear-gradient(145deg, #101b2d, #0a1423);
    box-shadow: var(--lux-shadow);
}

body.lux-theme .profile-menu-dropdown a {
    color: #ced5e1;
}

body.lux-theme .profile-menu-dropdown a:hover {
    background: rgba(212, 172, 91, 0.08);
    color: var(--lux-gold-soft);
}

body.lux-theme .btn,
body.lux-theme .auth-form button,
body.lux-theme .register-auth-form > button[type="submit"],
body.lux-theme .filter-toggle-container button,
body.lux-theme .filter-buttons button,
body.lux-theme .detail-submit-btn,
body.lux-theme .dashboard-listings-btn,
body.lux-theme .booking-action-btn,
body.lux-theme .my-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.22s ease;
}

body.lux-theme .btn:hover,
body.lux-theme .auth-form button:hover,
body.lux-theme .register-auth-form > button[type="submit"]:hover,
body.lux-theme .filter-toggle-container button:hover,
body.lux-theme .filter-buttons button:hover,
body.lux-theme .detail-submit-btn:hover,
body.lux-theme .dashboard-listings-btn:hover,
body.lux-theme .booking-action-btn:hover,
body.lux-theme .my-action-btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #0b1320 !important;
}

body.lux-theme .btn-secondary,
body.lux-theme .filter-buttons button:last-child {
    border: 1px solid rgba(212, 172, 91, 0.42) !important;
    background: rgba(12, 21, 36, 0.45) !important;
    color: #d7c08b !important;
    box-shadow: none;
}

body.lux-theme .btn-secondary:hover,
body.lux-theme .filter-buttons button:last-child:hover {
    background: rgba(212, 172, 91, 0.12) !important;
    color: #efd79f !important;
}

body.lux-theme .hero {
    position: relative;
    min-height: 79vh;
    margin-top: 16px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212, 172, 91, 0.22);
    background: #0c1424;
}

body.lux-theme .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) brightness(0.74);
}

body.lux-theme .hero-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 11, 20, 0.92) 0%, rgba(6, 11, 20, 0.78) 42%, rgba(6, 11, 20, 0.52) 68%, rgba(6, 11, 20, 0.76) 100%),
        radial-gradient(circle at 65% 62%, rgba(15, 167, 161, 0.16), transparent 35%);
}

body.lux-theme .hero-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    padding: 120px 56px 86px 56px;
}

body.lux-theme .hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.4);
    background: rgba(212, 172, 91, 0.12);
    color: #e6cd96;
    font-size: 0.79rem;
    letter-spacing: 0.03em;
    text-transform: none;
}

body.lux-theme .hero-content h1 {
    margin: 18px 0 14px 0;
    font-size: clamp(2.3rem, 6vw, 5rem);
    line-height: 1.06;
    color: #f2ecdf;
}

body.lux-theme .hero-content h1 span {
    color: var(--lux-gold);
}

body.lux-theme .hero-content > p {
    margin: 0;
    max-width: 580px;
    color: #bac5d8;
    font-size: 1.17rem;
    line-height: 1.58;
}

body.lux-theme .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

body.lux-theme .hero-metrics {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

body.lux-theme .hero-metrics div {
    display: grid;
    gap: 1px;
}

body.lux-theme .hero-metrics strong {
    color: #e3be71;
    font-size: 1.9rem;
    font-weight: 700;
}

body.lux-theme .hero-metrics span {
    color: #909eb3;
    font-size: 0.92rem;
}

body.lux-theme .process,
body.lux-theme .featured-home,
body.lux-theme .cta {
    margin-top: 30px;
    padding: 38px 0;
    background: transparent;
    border: 0;
}

body.lux-theme .process > h2,
body.lux-theme .featured-home h2,
body.lux-theme .cta h2 {
    margin: 0;
    color: #f3ecde;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
}

body.lux-theme .process .section-subtitle,
body.lux-theme .featured-home > p,
body.lux-theme .featured-home-head p,
body.lux-theme .cta p {
    color: #8f9db3;
    margin: 10px 0 0 0;
    font-size: 1rem;
}

body.lux-theme .process-steps {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.lux-theme .process-steps .step {
    position: relative;
    padding: 24px 18px 18px;
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.96), rgba(10, 19, 35, 0.97));
    text-align: center;
    box-shadow: var(--lux-shadow);
}

body.lux-theme .process-steps .step-number {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #102030;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.lux-theme .process-steps .step i {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.22);
    background: rgba(212, 172, 91, 0.08);
    color: var(--lux-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04rem;
    margin-bottom: 11px;
}

body.lux-theme .process-steps .step h3 {
    margin: 0 0 7px 0;
    color: #f2ecdd;
    font-size: 1.62rem;
}

body.lux-theme .process-steps .step p {
    margin: 0;
    color: #8d9bb1;
    font-size: 0.95rem;
    line-height: 1.5;
}

body.lux-theme .featured-home-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

body.lux-theme .featured-home-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.lux-theme .featured-home-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.96), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
}

body.lux-theme .featured-home-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

body.lux-theme .featured-home-body {
    padding: 14px;
}

body.lux-theme .featured-home-rating {
    margin: 0 0 8px 0;
    color: #e2bf75;
    font-size: 0.85rem;
    font-weight: 700;
}

body.lux-theme .featured-home-card h3 {
    margin: 0 0 8px 0;
    font-size: 1.95rem;
    color: #f4ecdb;
}

body.lux-theme .featured-home-meta {
    margin: 0;
    color: #8f9eb3;
    font-size: 0.89rem;
}

body.lux-theme .featured-home-price {
    margin-top: 12px;
    display: grid;
    gap: 2px;
}

body.lux-theme .featured-home-old {
    color: #69768a;
    text-decoration: line-through;
    font-size: 0.82rem;
}

body.lux-theme .featured-home-price strong {
    color: #e0bb70;
    font-size: 2rem;
}

body.lux-theme .featured-home-price span:last-child {
    color: #8f9eb3;
    font-size: 0.84rem;
}

body.lux-theme .cta {
    padding-bottom: 46px;
}

body.lux-theme .cta h2,
body.lux-theme .cta p {
    text-align: center;
}

body.lux-theme .cta h2 {
    margin-bottom: 6px;
}

body.lux-theme .cta p {
    max-width: 720px;
    margin: 0 auto;
}

body.lux-theme .cta .btn {
    margin: 22px auto 0 auto;
}

body.lux-theme .page-head {
    margin-top: 18px;
    padding: 26px 24px;
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.96), rgba(10, 18, 31, 0.97));
}

body.lux-theme .page-head h1 {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    color: #f2ecdf;
}

body.lux-theme .page-head p {
    margin: 8px 0 0 0;
    color: #8f9eb3;
}

body.lux-theme .filter-toggle-container {
    margin: 14px 0 10px 0;
}

body.lux-theme .filter-container {
    margin: 0 0 16px 0;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.94), rgba(10, 19, 35, 0.96));
}

body.lux-theme .filter-container.is-hidden {
    display: none;
}

body.lux-theme .filter-header {
    color: #f1ead8;
}

body.lux-theme .filter-price-full {
    grid-column: span 2;
}

body.lux-theme .filter-price-legend {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

body.lux-theme .filter-price-min,
body.lux-theme .filter-price-value {
    font-size: 0.9rem;
    color: #98a4b8;
}

body.lux-theme .filter-price-value {
    color: #e3c47c;
    font-weight: 700;
}

body.lux-theme input,
body.lux-theme select,
body.lux-theme textarea,
body.lux-theme .date-field-trigger,
body.lux-theme .booking-inline-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: rgba(17, 27, 45, 0.75);
    color: #e6e0d4;
    min-height: 42px;
    padding: 10px 12px;
}

body.lux-theme input::placeholder,
body.lux-theme textarea::placeholder {
    color: #75839b;
}

body.lux-theme input:focus,
body.lux-theme select:focus,
body.lux-theme textarea:focus,
body.lux-theme .date-field-trigger:focus {
    border-color: rgba(212, 172, 91, 0.6);
    box-shadow: 0 0 0 3px rgba(212, 172, 91, 0.18);
    outline: none;
}

body.lux-theme .stepper-group {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    gap: 6px;
}

body.lux-theme .stepper-btn {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(10, 17, 30, 0.72);
    color: #d7d1c2;
    font-weight: 700;
    cursor: pointer;
}

body.lux-theme .stepper-btn:hover {
    background: rgba(212, 172, 91, 0.12);
    color: #edd6a3;
}

body.lux-theme .listing-card-stack-public {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.lux-theme .listing-row-card {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.95), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
    display: flex;
    flex-direction: column;
}

body.lux-theme .listing-row-card .slider-wrapper {
    position: relative;
    overflow: hidden;
}

body.lux-theme .listing-row-card .swiper-slide {
    aspect-ratio: 4 / 3;
}

body.lux-theme .public-listing-image,
body.lux-theme .listing-row-card .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.lux-theme .listing-row-card .text-container {
    padding: 14px;
    display: grid;
    gap: 10px;
}

body.lux-theme .public-listing-head h2 {
    margin: 0;
    color: #f3ecde;
    font-size: 2rem;
}

body.lux-theme .public-listing-location,
body.lux-theme .public-listing-description,
body.lux-theme .public-listing-tag {
    color: #8f9eb3;
}

body.lux-theme .public-listing-price {
    color: #e3c47c;
    font-size: 1.55rem;
    font-weight: 700;
}

body.lux-theme .public-listing-price span {
    color: #8f9eb3;
    font-size: 0.83rem;
}

body.lux-theme .public-listing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

body.lux-theme .public-listing-tag {
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.16);
    background: rgba(212, 172, 91, 0.08);
    padding: 4px 10px;
    font-size: 0.78rem;
}

body.lux-theme .public-listing-cta {
    width: fit-content;
}

body.lux-theme .listing-no-image {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f9eb3;
}

body.lux-theme .empty-state {
    border: 1px dashed rgba(190, 162, 102, 0.32);
    border-radius: 12px;
    background: rgba(11, 19, 33, 0.74);
    color: #9aa7bb;
    padding: 24px;
}

body.lux-theme .detail-layout-split {
    margin-top: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    gap: 18px;
}

body.lux-theme .detail-panel {
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.96), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
    color: var(--lux-text);
}

body.lux-theme .detail-overview-panel {
    padding: 14px;
}

body.lux-theme .detail-slider-shell {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(190, 162, 102, 0.18);
}

body.lux-theme .detail-info-stack h2,
body.lux-theme .detail-info-stack h3,
body.lux-theme .detail-info-stack h4 {
    margin-top: 18px;
    margin-bottom: 8px;
}

body.lux-theme .detail-description-text,
body.lux-theme .section-note,
body.lux-theme .detail-owner-note {
    color: #95a2b7;
}

body.lux-theme .facts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme .fact-item {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.16);
    background: rgba(14, 24, 41, 0.8);
    padding: 10px;
}

body.lux-theme .fact-item p {
    margin: 0 0 4px 0;
    color: #8795ab;
    font-size: 0.82rem;
}

body.lux-theme .fact-item strong {
    color: #e9dfca;
    font-size: 0.95rem;
}

body.lux-theme .detail-panel h3 {
    margin: 0 0 8px 0;
    color: #f1ebde;
}

body.lux-theme .request-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme .form-field label {
    color: #a0adc0;
}

body.lux-theme .price-breakdown-card {
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(10, 18, 32, 0.66);
    color: #cfd7e3;
}

body.lux-theme .price-breakdown-card h4,
body.lux-theme .price-breakdown-card h5 {
    color: #f2ead7;
}

body.lux-theme .price-breakdown-card p,
body.lux-theme .price-breakdown-card li {
    color: #98a6bc;
}

body.lux-theme .detail-submit-btn {
    margin-top: 14px;
}

body.lux-theme .children-ages-container {
    margin-top: 15px;
}

body.lux-theme .detail-login-warning {
    margin: 0;
    color: #ef8c8c;
}

body.lux-theme .page-back-link {
    display: inline-flex;
    margin-top: 14px;
    color: #9aabc1;
    font-size: 0.92rem;
}

body.lux-theme .page-back-link-top {
    margin-top: 12px;
}

body.lux-theme .auth-shell {
    min-height: calc(100vh - 210px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

body.lux-theme .auth-card {
    width: min(430px, 100%);
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: linear-gradient(150deg, rgba(16, 25, 41, 0.96), rgba(10, 18, 31, 0.98));
    box-shadow: var(--lux-shadow);
    padding: 24px;
}

body.lux-theme .auth-logo {
    margin: 0 0 10px 0;
    text-align: center;
    color: var(--lux-gold);
    font-size: 1.35rem;
}

body.lux-theme .auth-logo-inline {
    margin-bottom: 6px;
}

body.lux-theme .auth-card h1 {
    margin: 0;
    text-align: center;
    color: #f3ecde;
}

body.lux-theme .auth-subtitle {
    text-align: center;
    margin: 7px 0 14px 0;
    color: #9aa8bd;
}

body.lux-theme .auth-form {
    display: grid;
    gap: 8px;
}

body.lux-theme .auth-form label {
    color: #a1aec3;
}

body.lux-theme .auth-error {
    border-radius: 10px;
    border: 1px solid rgba(216, 74, 74, 0.45);
    background: rgba(216, 74, 74, 0.18);
    color: #ffd4d4;
}

body.lux-theme .auth-link {
    margin-top: 12px;
    display: block;
    text-align: center;
    color: #a7b4c8;
}

body.lux-theme .auth-link:hover {
    color: var(--lux-gold-soft);
}

body.lux-theme .auth-secondary-link {
    justify-self: end;
    margin-top: -2px;
    text-align: right;
    font-size: 0.92rem;
    color: #a7b4c8;
}

body.lux-theme .auth-legal-note {
    margin: 12px auto 0;
    max-width: 360px;
    text-align: center;
    line-height: 1.55;
    color: #9fb0ca;
}

body.lux-theme .password-reset-cancel-form {
    margin-top: 12px;
}

body.lux-theme .password-reset-cancel-form .btn-secondary-inline {
    width: 100%;
    border-color: rgba(190, 162, 102, 0.25) !important;
    background-color: rgba(12, 20, 34, 0.68) !important;
    background-image: none !important;
    color: #dbe6f6 !important;
}

body.lux-theme .password-reset-cancel-form .btn-secondary-inline:hover,
body.lux-theme .password-reset-cancel-form .btn-secondary-inline:focus-visible {
    background-color: rgba(18, 30, 49, 0.9) !important;
    background-image: none !important;
    border-color: rgba(212, 172, 91, 0.45) !important;
    color: #f3f7ff !important;
    transform: none;
}

body.lux-theme.page-reset_password_new .password-reset-cancel-form button.verify-email-secondary-button:hover {
    background-color: rgba(18, 30, 49, 0.9) !important;
    background-image: none !important;
    border-color: rgba(212, 172, 91, 0.45) !important;
    color: #f3f7ff !important;
}

body.lux-theme .password-reset-cancel-form .btn-secondary-inline:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(213, 172, 86, 0.22);
}

body.lux-theme .register-shell {
    max-width: 860px;
    margin: 12px auto 0 auto;
}

body.lux-theme .form-shell {
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: linear-gradient(148deg, rgba(17, 27, 45, 0.95), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
}

body.lux-theme .register-auth-form {
    gap: 14px;
}

body.lux-theme .register-role-row {
    gap: 8px;
}

body.lux-theme .register-role-option {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(13, 22, 37, 0.72);
    color: #c3ccdb;
    min-height: 44px;
}

body.lux-theme .register-role-option input {
    accent-color: var(--lux-gold);
}

body.lux-theme .register-company-block {
    border-top: 1px solid rgba(190, 162, 102, 0.2);
    padding-top: 16px;
}

body.lux-theme .register-company-block h3 {
    margin-top: 0;
}

body.lux-theme .form-hint {
    color: #8693a8;
}

body.lux-theme .dashboard-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0 38px 0;
}

body.lux-theme .dashboard-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

body.lux-theme .dashboard-title-row-business,
body.lux-theme .dashboard-title-row-personal {
    align-items: center;
}

body.lux-theme .dashboard-heading-block {
    max-width: 760px;
}

body.lux-theme .dashboard-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 8px 0;
    padding: 5px 12px;
    border: 1px solid rgba(211, 167, 83, 0.54);
    border-radius: 999px;
    background: rgba(211, 167, 83, 0.1);
    color: #f2ce7a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.lux-theme .dashboard-title-row h1 {
    margin: 0;
    font-size: clamp(2rem, 3.1vw, 3.2rem);
}

body.lux-theme .dashboard-subtitle {
    margin: 6px 0 0 0;
    color: #8f9eb3;
}

body.lux-theme .dashboard-listings-btn {
    min-width: 140px;
}

body.lux-theme .dashboard-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

body.lux-theme .dashboard-header-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.28);
    background: rgba(11, 18, 30, 0.64);
    color: #aebbd0;
    font-size: 0.88rem;
}

body.lux-theme .dashboard-header-chip span {
    color: #9eb0c9;
}

body.lux-theme .dashboard-header-chip strong {
    color: #f1d088;
    font-weight: 800;
}

body.lux-theme .dashboard-header-chip.is-warning {
    border-color: rgba(236, 177, 65, 0.48);
    background: rgba(236, 177, 65, 0.1);
}

body.lux-theme .dashboard-currency-form {
    margin: 0;
    cursor: pointer;
}

body.lux-theme .dashboard-currency-pill {
    min-height: 30px;
    gap: 6px;
    padding: 5px 8px 5px 10px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .dashboard-currency-pill:hover {
    border-color: rgba(230, 197, 124, 0.72);
    background: rgba(211, 167, 83, 0.12);
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.14);
}

body.lux-theme .dashboard-currency-pill:focus-within {
    border-color: rgba(230, 197, 124, 0.82);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.22);
}

body.lux-theme .dashboard-currency-select {
    min-width: 0;
    width: 52px;
    height: 22px;
    padding: 0;
    border: 0 !important;
    background: transparent;
    color: #f1d088;
    font-weight: 800;
    font-size: 0.8rem;
    cursor: pointer;
    color-scheme: dark;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    text-align: center;
    text-align-last: center;
}

body.lux-theme .dashboard-currency-select:focus,
body.lux-theme .dashboard-currency-select:focus-visible {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
}

body.lux-theme .dashboard-currency-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    color: rgba(224, 189, 114, 0.9);
    font-size: 0.56rem;
    pointer-events: none;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

body.lux-theme .dashboard-header-chip .dashboard-currency-caret {
    color: rgba(224, 189, 114, 0.92);
}

body.lux-theme .dashboard-currency-pill.is-open .dashboard-currency-caret {
    transform: rotate(180deg);
}

body.lux-theme .dashboard-muted {
    color: #94a2b7;
}

body.lux-theme .dashboard-alert {
    margin: 0 0 14px 0;
    border-radius: 12px;
    padding: 12px;
}

body.lux-theme .dashboard-alert p {
    margin: 0 0 8px 0;
}

body.lux-theme .dashboard-alert-danger {
    border: 1px solid rgba(216, 74, 74, 0.45);
    background: rgba(132, 26, 26, 0.2);
    color: #ffd4d4;
}

body.lux-theme .dashboard-alert-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #121c2a;
    font-weight: 700;
}

body.lux-theme .dashboard-alert-link:hover {
    color: #0b1421;
}

body.lux-theme .company-period-filter-stack,
body.lux-theme .company-listings-filter-block {
    margin: 0 0 14px 0;
}

body.lux-theme .company-period-quickbar,
body.lux-theme .company-listing-pill-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .company-period-pill,
body.lux-theme .company-listing-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(12, 21, 36, 0.64);
    color: #a5b1c4;
    font-size: 0.86rem;
    font-weight: 600;
}

body.lux-theme .company-period-pill.is-active,
body.lux-theme .company-listing-pill.is-active {
    border-color: rgba(212, 172, 91, 0.5);
    background: rgba(212, 172, 91, 0.14);
    color: #e4cb95;
}

body.lux-theme .company-custom-period-popover {
    margin-top: 10px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(11, 19, 33, 0.86);
}

body.lux-theme .date-range-dropdown {
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(145deg, rgba(13, 23, 40, 0.98), rgba(9, 16, 30, 0.98));
}

body.lux-theme .date-range-month-label,
body.lux-theme .date-range-toolbar-label {
    color: #f0e8d8;
}

body.lux-theme .date-range-weekdays span,
body.lux-theme .date-range-meta p {
    color: #93a1b6;
}

body.lux-theme .date-range-day-btn {
    background: rgba(17, 27, 45, 0.76);
    border-color: rgba(190, 162, 102, 0.18);
    color: #d6dbe4;
}

body.lux-theme .date-range-day-btn:hover {
    border-color: rgba(212, 172, 91, 0.45);
}

body.lux-theme .range-nav-btn,
body.lux-theme .btn-secondary-inline {
    border-color: rgba(190, 162, 102, 0.25);
    background: rgba(12, 20, 34, 0.68);
    color: #c8d2e1;
}

body.lux-theme .kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 0 0 14px 0;
}

body.lux-theme .kpi-card {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: linear-gradient(145deg, rgba(16, 26, 43, 0.96), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
    padding: 16px;
}

body.lux-theme .kpi-title {
    color: #99a5bb;
    margin: 0;
}

body.lux-theme .kpi-value {
    color: #e6c57d;
    margin: 7px 0 0 0;
    font-size: 1.66rem;
    font-weight: 700;
}

body.lux-theme .kpi-value-money {
    font-size: 1.35rem;
}

body.lux-theme .filter-kpi.is-active {
    border-color: rgba(212, 172, 91, 0.52);
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.22), var(--lux-shadow);
}

body.lux-theme .kpi-status-pending .kpi-value { color: var(--lux-warning); }
body.lux-theme .kpi-status-accepted .kpi-value { color: var(--lux-info); }
body.lux-theme .kpi-status-completed .kpi-value { color: var(--lux-success); }
body.lux-theme .kpi-status-declined .kpi-value { color: var(--lux-danger); }
body.lux-theme .kpi-status-cancelled .kpi-value { color: #b98bd0; }
body.lux-theme .kpi-status-no-show .kpi-value { color: #7f8ca2; }
body.lux-theme .kpi-status-expired .kpi-value { color: #ca8f4b; }

body.lux-theme .my-listing-filter-active .kpi-value { color: var(--lux-success); }
body.lux-theme .my-listing-filter-paused .kpi-value { color: #9ca9be; }

body.lux-theme .kpi-revenue-row {
    margin-bottom: 16px;
}

body.lux-theme .company-booking-toolbar h3 {
    margin-bottom: 6px;
}

body.lux-theme .company-booking-summary {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: rgba(12, 20, 34, 0.66);
    padding: 10px;
    color: #95a2b8;
}

body.lux-theme .company-booking-card,
body.lux-theme .booking-card {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(145deg, rgba(16, 26, 43, 0.96), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
}

body.lux-theme .company-booking-title {
    margin: 0;
    color: #f2ead9;
    font-size: 2rem;
}

body.lux-theme .company-booking-subtitle,
body.lux-theme .company-booking-meta-label,
body.lux-theme .company-booking-note {
    color: #8f9db3;
}

body.lux-theme .company-booking-meta-value {
    color: #d7e1ef;
}

body.lux-theme .status-pill {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid transparent;
}

body.lux-theme .status-pill.status-pill-pending {
    color: #f1c662;
    border-color: rgba(224, 174, 47, 0.4);
    background: rgba(224, 174, 47, 0.12);
}

body.lux-theme .status-pill.status-pill-accepted {
    color: #69b8ff;
    border-color: rgba(31, 139, 221, 0.45);
    background: rgba(31, 139, 221, 0.14);
}

body.lux-theme .status-pill.status-pill-completed {
    color: #45d3ac;
    border-color: rgba(0, 168, 127, 0.45);
    background: rgba(0, 168, 127, 0.14);
}

body.lux-theme .status-pill.status-pill-declined,
body.lux-theme .status-pill.status-pill-cancelled {
    color: #f38b8b;
    border-color: rgba(216, 74, 74, 0.45);
    background: rgba(216, 74, 74, 0.15);
}

body.lux-theme .status-pill.status-pill-no_show,
body.lux-theme .status-pill.status-pill-expired,
body.lux-theme .status-pill.status-pill-other {
    color: #a2afc3;
    border-color: rgba(147, 161, 183, 0.4);
    background: rgba(147, 161, 183, 0.12);
}

body.lux-theme .company-booking-amount-box {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: rgba(11, 18, 30, 0.7);
}

body.lux-theme .company-booking-amount-box p {
    color: #98a5ba;
}

body.lux-theme .company-booking-amount-box p strong {
    color: #e5c37c;
}

body.lux-theme .company-booking-price-row span {
    color: #9aabc3;
}

body.lux-theme .company-booking-price-row strong {
    color: #f1d69b;
}

body.lux-theme .company-booking-price-row.is-total {
    border-top-color: rgba(190, 162, 102, 0.34);
}

body.lux-theme .booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .booking-actions form {
    margin: 0;
}

body.lux-theme .company-booking-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

body.lux-theme .company-booking-details-btn {
    width: 100%;
}

body.lux-theme .company-booking-decision-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.lux-theme .company-booking-decision-row form,
body.lux-theme .company-booking-decision-row .booking-action-btn {
    width: 100%;
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-accept,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-accept {
    background: linear-gradient(135deg, #0f8f74, #18ab88);
    border-color: rgba(67, 215, 176, 0.76);
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(5, 45, 35, 0.45);
    box-shadow: 0 12px 26px rgba(8, 128, 101, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-accept:hover,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-accept:hover {
    background: linear-gradient(135deg, #17a485, #23bf98);
    border-color: rgba(109, 230, 193, 0.95);
    box-shadow: 0 14px 30px rgba(10, 143, 112, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-accept:focus-visible,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-accept:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(78, 232, 193, 0.34), 0 12px 26px rgba(11, 138, 108, 0.36);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-accept:active,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-accept:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #0e8068, #169275);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-decline,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-decline {
    background: rgba(170, 46, 57, 0.16);
    border-color: rgba(223, 112, 125, 0.58);
    color: #f6c8ce !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-decline:hover,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-decline:hover {
    background: rgba(184, 57, 70, 0.24);
    border-color: rgba(239, 152, 163, 0.8);
    color: #ffe5e8 !important;
    box-shadow: 0 0 0 1px rgba(189, 61, 74, 0.18);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-decline:focus-visible,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-decline:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(237, 139, 152, 0.28);
}

body.lux-theme.page-dashboard .company-booking-decision-row .booking-action-decline:active,
body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-decline:active {
    transform: translateY(0);
    background: rgba(163, 44, 55, 0.28);
}

body.lux-theme .customer-booking-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

body.lux-theme .customer-booking-details-btn {
    width: 100%;
}

body.lux-theme .customer-booking-decision-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.lux-theme .customer-booking-decision-row > *:only-child {
    grid-column: 1 / -1;
}

body.lux-theme .customer-booking-decision-row form,
body.lux-theme .customer-booking-decision-row .booking-action-btn {
    width: 100%;
}

body.lux-theme .customer-booking-decision-row form {
    margin: 0;
}

body.lux-theme .booking-action-details {
    background: rgba(17, 27, 45, 0.78);
    border: 1px solid rgba(190, 162, 102, 0.26);
    color: #d5dbe5 !important;
}

body.lux-theme .booking-action-details:hover {
    background: rgba(212, 172, 91, 0.11);
    color: #edd8aa !important;
}

body.lux-theme .booking-action-accept {
    background: linear-gradient(135deg, #0f8f74, #17a684);
    color: #061811 !important;
}

body.lux-theme .booking-action-accept:hover {
    background: linear-gradient(135deg, #14a181, #22b992);
}

body.lux-theme .booking-action-decline {
    background: linear-gradient(135deg, #bf3e3e, #df5e5e);
    color: #fff !important;
}

body.lux-theme .booking-action-decline:hover {
    background: linear-gradient(135deg, #ce4b4b, #e86f6f);
    color: #fff !important;
}

body.lux-theme .booking-action-save {
    background: linear-gradient(135deg, #2d8ebf, #4da7d4);
    color: #071620 !important;
}

body.lux-theme .booking-inline-input {
    min-height: 40px;
}

body.lux-theme .booking-note {
    margin-top: 8px;
}

body.lux-theme .booking-note-success { color: #52c6a3; }
body.lux-theme .booking-note-muted { color: #95a3b8; }
body.lux-theme .booking-note-info { color: #6db9f6; }
body.lux-theme .booking-note-warning { color: #dfbf70; }

body.lux-theme .confirm-modal__dialog {
    border: 1px solid rgba(212, 172, 91, 0.3);
    background: linear-gradient(145deg, #111c2f, #0b1424);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

body.lux-theme .confirm-modal__dialog h3 {
    color: #f2ead8;
}

body.lux-theme .confirm-modal__dialog p {
    color: #b9c7dc;
}

body.lux-theme .confirm-modal__actions {
    align-items: center;
}

body.lux-theme .confirm-modal__cancel {
    min-width: 128px;
    border-color: rgba(212, 172, 91, 0.52) !important;
    background: rgba(14, 25, 42, 0.78) !important;
    color: #e7cc91 !important;
}

body.lux-theme .confirm-modal__cancel:hover {
    border-color: rgba(236, 202, 133, 0.84) !important;
    background: rgba(20, 34, 56, 0.94) !important;
    color: #f6ddb0 !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.18);
}

body.lux-theme .confirm-modal__cancel:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 172, 91, 0.24);
}

body.lux-theme .confirm-modal__submit {
    min-width: 168px;
}

body.lux-theme .confirm-modal__submit.is-accept {
    background: linear-gradient(135deg, #0f8f74, #18ab88);
    border-color: rgba(67, 215, 176, 0.76);
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(5, 45, 35, 0.45);
    box-shadow: 0 12px 26px rgba(8, 128, 101, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.lux-theme .confirm-modal__submit.is-accept:hover {
    background: linear-gradient(135deg, #17a485, #23bf98);
    border-color: rgba(109, 230, 193, 0.95);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(10, 143, 112, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.lux-theme .confirm-modal__submit.is-accept:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(78, 232, 193, 0.34), 0 12px 26px rgba(11, 138, 108, 0.36);
}

body.lux-theme .confirm-modal__submit.is-accept:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #0e8068, #169275);
}

body.lux-theme .confirm-modal__submit.is-decline {
    background: rgba(170, 46, 57, 0.16);
    border-color: rgba(223, 112, 125, 0.58);
    color: #f6c8ce !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.lux-theme .confirm-modal__submit.is-decline:hover {
    background: rgba(184, 57, 70, 0.24);
    border-color: rgba(239, 152, 163, 0.8);
    color: #ffe5e8 !important;
    box-shadow: 0 0 0 1px rgba(189, 61, 74, 0.18);
}

body.lux-theme .confirm-modal__submit.is-decline:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(237, 139, 152, 0.28);
}

body.lux-theme .confirm-modal__submit.is-decline:active {
    transform: translateY(0);
    background: rgba(163, 44, 55, 0.28);
}

body.lux-theme .confirm-modal__submit.is-neutral {
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.lux-theme .confirm-modal__submit.is-neutral:hover {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
    border-color: rgba(221, 188, 119, 0.82);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

body.lux-theme .confirm-modal__submit.is-neutral:focus-visible {
    outline: none;
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
    border-color: rgba(221, 188, 119, 0.82);
    box-shadow: 0 0 0 3px rgba(224, 190, 120, 0.28), 0 12px 28px rgba(0, 0, 0, 0.34);
    transform: translateY(-1px);
}

body.lux-theme .confirm-modal__submit.is-neutral:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #b58e47, #d6b168);
}

body.lux-theme .booking-deadline-banner {
    border-radius: 10px;
    border: 1px solid rgba(31, 139, 221, 0.36);
    background: rgba(31, 139, 221, 0.1);
}

body.lux-theme .booking-deadline-label,
body.lux-theme .booking-deadline-time {
    color: #8ec7f3;
}

body.lux-theme .booking-deadline-copy {
    color: #9fbad5;
}

body.lux-theme .booking-deadline-track {
    background: rgba(143, 161, 183, 0.2);
}

body.lux-theme .booking-deadline-fill {
    background: linear-gradient(90deg, #2d8ec9, #63c0f2);
}

body.lux-theme .booking-deadline-banner.is-warning {
    border-color: rgba(224, 174, 47, 0.45);
    background: rgba(224, 174, 47, 0.12);
}

body.lux-theme .booking-deadline-banner.is-warning .booking-deadline-label,
body.lux-theme .booking-deadline-banner.is-warning .booking-deadline-time,
body.lux-theme .booking-deadline-banner.is-warning .booking-deadline-copy {
    color: #e0bf75;
}

body.lux-theme .booking-deadline-banner.is-warning .booking-deadline-fill {
    background: linear-gradient(90deg, #d29c32, #efc25f);
}

body.lux-theme .booking-deadline-banner.is-critical {
    border-color: rgba(216, 74, 74, 0.45);
    background: rgba(216, 74, 74, 0.14);
}

body.lux-theme .booking-deadline-banner.is-critical .booking-deadline-label,
body.lux-theme .booking-deadline-banner.is-critical .booking-deadline-time,
body.lux-theme .booking-deadline-banner.is-critical .booking-deadline-copy {
    color: #f3a1a1;
}

body.lux-theme .booking-deadline-banner.is-critical .booking-deadline-fill {
    background: linear-gradient(90deg, #ca4646, #e86b6b);
}

body.lux-theme .booking-deadline-banner.is-expired {
    border-color: rgba(147, 161, 183, 0.45);
    background: rgba(147, 161, 183, 0.12);
}

body.lux-theme .booking-deadline-banner.is-expired .booking-deadline-label,
body.lux-theme .booking-deadline-banner.is-expired .booking-deadline-time,
body.lux-theme .booking-deadline-banner.is-expired .booking-deadline-copy {
    color: #a8b4c5;
}

body.lux-theme .booking-deadline-banner.is-expired .booking-deadline-fill {
    background: #8d99ad;
}

body.lux-theme .dashboard-pagination {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body.lux-theme .dashboard-pagination a,
body.lux-theme .dashboard-pagination span {
    min-height: 36px;
    min-width: 36px;
    padding: 7px 10px;
    border-radius: 9px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(12, 21, 36, 0.62);
    color: #a3b0c4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.lux-theme .dashboard-pagination .is-current {
    border-color: rgba(212, 172, 91, 0.5);
    background: rgba(212, 172, 91, 0.14);
    color: #e4cb95;
}

body.lux-theme .dashboard-pagination .is-disabled {
    opacity: 0.5;
}

body.lux-theme .my-listings-note {
    margin: 0 0 10px 0;
}

body.lux-theme .my-listings-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 18px 0;
}

body.lux-theme .my-listing-card {
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: linear-gradient(145deg, rgba(16, 26, 43, 0.96), rgba(10, 19, 35, 0.97));
    box-shadow: var(--lux-shadow);
}

body.lux-theme .my-listing-media {
    border-right-color: rgba(190, 162, 102, 0.16);
}

body.lux-theme .my-listing-empty-media {
    background: rgba(10, 18, 31, 0.65);
    color: #8d9cb1;
}

body.lux-theme .my-listing-header h2 {
    margin: 0;
}

body.lux-theme .my-listing-badge {
    border-color: transparent;
}

body.lux-theme .my-listing-badge-active {
    color: #43ca9d;
    background: rgba(0, 168, 127, 0.15);
    border-color: rgba(0, 168, 127, 0.35);
}

body.lux-theme .my-listing-badge-paused {
    color: #99a7bb;
    background: rgba(147, 161, 183, 0.14);
    border-color: rgba(147, 161, 183, 0.35);
}

body.lux-theme .my-listing-badge-expired {
    color: #dbb278;
    background: rgba(202, 143, 75, 0.16);
    border-color: rgba(202, 143, 75, 0.35);
}

body.lux-theme .my-mini-stat {
    border: 1px solid rgba(190, 162, 102, 0.16);
    background: rgba(12, 21, 36, 0.72);
    color: #96a4ba;
}

body.lux-theme .my-mini-stat-money {
    color: #dfbe78;
}

body.lux-theme .my-listing-company,
body.lux-theme .my-listing-description {
    color: #8f9eb3;
}

body.lux-theme .my-action-edit {
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #111a25 !important;
}

body.lux-theme .my-action-view {
    background: linear-gradient(135deg, #2374bf, #4194de);
    color: #f5f9ff !important;
}

body.lux-theme .my-action-activate {
    background: linear-gradient(135deg, #00a87f, #12c195);
    color: #06201a !important;
}

body.lux-theme .my-action-pause {
    background: linear-gradient(135deg, #5f6d84, #7c8aa0);
    color: #eef3f8 !important;
}

body.lux-theme .my-action-delete {
    background: linear-gradient(135deg, #bb4040, #db5e5e);
    color: #fff !important;
}

body.lux-theme .my-action-disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

body.lux-theme .site-footer {
    margin-top: 20px;
    padding: 30px 24px 18px 24px;
    border-top: 1px solid rgba(190, 162, 102, 0.18);
    background: linear-gradient(180deg, rgba(9, 15, 27, 0.92), rgba(7, 12, 22, 0.98));
}

body.lux-theme .site-footer-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.lux-theme .site-footer h4,
body.lux-theme .site-footer h5 {
    margin: 0 0 10px 0;
    color: #f1ead9;
    font-size: 1.45rem;
}

body.lux-theme .site-footer h4 span {
    color: var(--lux-gold);
}

body.lux-theme .site-footer p,
body.lux-theme .site-footer a {
    margin: 0 0 7px 0;
    color: #90a0b6;
    font-size: 0.95rem;
}

body.lux-theme .site-footer a:hover {
    color: #e3ca93;
}

body.lux-theme .site-footer-bottom {
    max-width: 1280px;
    margin: 16px auto 0 auto;
    padding-top: 12px;
    border-top: 1px solid rgba(190, 162, 102, 0.15);
    color: #77849a;
    font-size: 0.88rem;
    text-align: center;
}

@media (max-width: 1100px) {
    body.lux-theme .listing-card-stack-public {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .featured-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    body.lux-theme header nav {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.lux-theme .main-nav-list {
        width: 100%;
        justify-content: flex-start;
    }

    body.lux-theme .hero-content {
        padding: 102px 22px 58px 22px;
    }

    body.lux-theme .detail-layout-split {
        grid-template-columns: 1fr;
    }

    body.lux-theme .request-grid,
    body.lux-theme .facts-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .dashboard-title-row {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    body.lux-theme main.container {
        padding: 0 14px 38px 14px;
    }

    body.lux-theme .hero {
        min-height: 70vh;
    }

    body.lux-theme .hero-content h1 {
        font-size: 2.3rem;
    }

    body.lux-theme .hero-content > p {
        font-size: 1rem;
    }

    body.lux-theme .hero-metrics {
        gap: 14px;
    }

    body.lux-theme .listing-card-stack-public,
    body.lux-theme .featured-home-grid,
    body.lux-theme .process-steps,
    body.lux-theme .site-footer-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .page-head {
        padding: 18px 16px;
    }

    body.lux-theme .auth-card {
        padding: 18px;
    }

    body.lux-theme .company-period-quickbar,
    body.lux-theme .company-listing-pill-form {
        gap: 6px;
    }
}

/* ==================================================
   Luxury Dark Theme Refresh (hotel concierge style)
   ================================================== */

:root {
    --lux-bg: #12151d;
    --lux-bg-soft: #1a1f2b;
    --lux-surface: #1b212e;
    --lux-surface-2: #222a39;
    --lux-text: #ece7dc;
    --lux-text-muted: #b2b0ab;
    --lux-border: #2f3647;
    --lux-gold: #d4a853;
    --lux-gold-soft: #e2bf7b;
    --lux-gold-dark: #b1873d;
    --lux-danger: #c1121f;
    --lux-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

body {
    font-family: "DM Sans", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 8% -12%, rgba(212, 168, 83, 0.15), transparent 30%),
        radial-gradient(circle at 92% -8%, rgba(212, 168, 83, 0.1), transparent 28%),
        linear-gradient(180deg, #12151d 0%, #161a23 100%);
    color: var(--lux-text);
}

h1, h2, h3, h4, h5, h6,
.hero-content h1,
.logo,
.font-display {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0.01em;
    color: var(--lux-text);
    text-transform: none;
}

p, li, label, span, a, input, select, button, textarea {
    font-family: "DM Sans", "Segoe UI", sans-serif;
}

a {
    color: var(--lux-gold-soft);
}

a:hover {
    color: var(--lux-gold);
}

header {
    background: rgba(12, 14, 20, 0.82);
    border-bottom: 1px solid rgba(212, 168, 83, 0.24);
    backdrop-filter: blur(14px);
}

header nav {
    max-width: 1280px;
    padding: 12px 24px;
}

header .logo {
    color: #f4f0e4;
    font-size: 1.7rem;
}

header .logo span {
    color: var(--lux-gold);
}

header ul li a {
    min-height: 44px;
    border-radius: 999px;
    padding: 7px 14px;
    color: #ded9cb;
}

header ul li a:hover {
    background: rgba(212, 168, 83, 0.14);
    color: var(--lux-gold);
}

.nav-register-cta {
    background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
    color: #15161b !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.container {
    background: rgba(27, 33, 46, 0.88);
    border: 1px solid var(--lux-border);
    border-radius: 16px;
    box-shadow: var(--lux-shadow);
}

.hero {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.2);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(6, 10, 18, 0.72), rgba(18, 22, 32, 0.52));
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 168, 83, 0.35);
    background: rgba(212, 168, 83, 0.15);
    color: #f5dfae;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.hero-content p {
    color: #d9d3c4;
}

.hero-metrics {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.hero-metrics div {
    display: grid;
    gap: 2px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(9, 12, 19, 0.45);
    border: 1px solid rgba(212, 168, 83, 0.22);
}

.hero-metrics strong {
    color: #f3dfb3;
}

.hero-metrics span {
    font-size: 0.82rem;
    color: #c3bcac;
}

.btn,
button,
.listing-text a {
    background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
    color: #15161b;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-weight: 700;
}

.btn:hover,
button:hover,
.listing-text a:hover {
    background: linear-gradient(135deg, #bd9447, #e0b867);
    color: #131418;
    transform: translateY(-2px);
}

.btn-secondary,
.hero-buttons .btn-secondary,
.btn-secondary-inline {
    background: transparent !important;
    color: var(--lux-gold-soft) !important;
    border: 1px solid rgba(212, 168, 83, 0.45) !important;
}

.features,
.process,
.about-fullwidth {
    background: transparent;
}

.features .feature,
.process-steps .step,
.about-item,
.filter-container,
.listing-row-card,
.detail-panel,
.kpi-card,
.booking-card,
.my-listing-card,
.profile-card,
.request-detail-card,
.request-detail-side {
    background: linear-gradient(150deg, rgba(29, 35, 48, 0.96), rgba(22, 27, 38, 0.98));
    border: 1px solid var(--lux-border);
    box-shadow: var(--lux-shadow);
}

.features .feature h3,
.process-steps .step h3,
.about-text h3,
.kpi-title,
.company-booking-title,
.my-listing-header h2 {
    color: #f2ead7;
}

.features .feature p,
.process-steps .step p,
.about-text p,
.company-booking-subtitle,
.public-listing-description,
.section-note,
.empty-state,
.company-booking-summary,
.my-listing-description,
.public-listing-location,
.public-listing-tag,
.my-mini-stat,
.fact-item p {
    color: var(--lux-text-muted);
}

.public-listing-price,
.kpi-value,
.my-mini-stat-money,
.company-booking-amount-box p strong {
    color: #f3ddaa;
}

.filter-form input,
.filter-form select,
.profile-field input,
.profile-field select,
.form-field input,
.form-field select,
.company-filter-field input,
.company-filter-field select,
textarea {
    background: rgba(11, 14, 21, 0.88);
    color: #f4eee0;
    border: 1px solid #394156;
    border-radius: 9px;
}

.filter-form input:focus,
.filter-form select:focus,
.profile-field input:focus,
.profile-field select:focus,
.form-field input:focus,
.form-field select:focus,
.company-filter-field input:focus,
.company-filter-field select:focus,
textarea:focus {
    border-color: var(--lux-gold);
    box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.22);
    outline: none;
}

.page-head {
    background: linear-gradient(145deg, rgba(16, 20, 30, 0.95), rgba(27, 33, 46, 0.95));
    border: 1px solid rgba(212, 168, 83, 0.24);
    border-radius: 12px;
}

.page-head h1 {
    color: #f6efd9;
}

.page-head p {
    color: #c8bca3;
}

.status-pill {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 14px;
}

.auth-card {
    width: 100%;
    max-width: 460px;
    padding: 26px;
    border-radius: 14px;
    border: 1px solid var(--lux-border);
    background: linear-gradient(150deg, rgba(30, 36, 49, 0.96), rgba(20, 24, 34, 0.97));
    box-shadow: var(--lux-shadow);
}

.auth-card h1 {
    margin: 0 0 6px 0;
}

.auth-subtitle {
    margin: 0 0 16px 0;
    color: var(--lux-text-muted);
}

.auth-form {
    display: grid;
    gap: 10px;
}

.auth-error {
    margin-bottom: 12px;
    border: 1px solid rgba(193, 18, 31, 0.5);
    background: rgba(193, 18, 31, 0.18);
    color: #ffc9ce;
    border-radius: 8px;
    padding: 9px 10px;
}

.auth-link {
    display: inline-block;
    margin-top: 14px;
    color: var(--lux-gold-soft);
}

.auth-secondary-link {
    justify-self: end;
    margin-top: -2px;
    font-size: 0.92rem;
    color: var(--lux-text-muted);
}

.password-reset-cancel-form {
    margin-top: 12px;
}

.site-footer {
    margin-top: 18px;
    padding: 22px 18px 14px 18px;
    border-top: 1px solid rgba(212, 168, 83, 0.2);
    background: linear-gradient(180deg, #11141c, #0e1118);
}

.site-footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.site-footer-grid > div {
    min-width: 0;
}

.site-footer h4,
.site-footer h5 {
    margin: 0 0 8px 0;
    color: #f2dfb4;
}

.site-footer h4 span {
    color: var(--lux-gold);
}

.site-footer p,
.site-footer a {
    margin: 0 0 6px 0;
    color: #bdb7a8;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
}

.site-footer a:hover {
    color: var(--lux-gold);
}

.site-footer-bottom {
    max-width: 1200px;
    margin: 16px auto 0 auto;
    padding-top: 10px;
    border-top: 1px solid rgba(212, 168, 83, 0.14);
    color: #8f8a7e;
    font-size: 0.8rem;
    text-align: center;
}

.legal-page {
    display: grid;
    gap: 18px;
}

.legal-hero {
    padding: 26px 24px;
    border-radius: 18px;
    border: 1px solid rgba(212, 168, 83, 0.22);
    background: linear-gradient(145deg, rgba(23, 31, 44, 0.98), rgba(14, 20, 30, 0.98));
    box-shadow: var(--lux-shadow);
}

.legal-kicker {
    margin: 0 0 8px 0;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lux-gold-soft);
}

.legal-hero h1 {
    margin: 0 0 10px 0;
    color: #f2ead7;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.legal-hero p {
    margin: 0;
    max-width: 860px;
    color: #b7c4d7;
    line-height: 1.6;
}

.legal-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.legal-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.legal-card {
    border: 1px solid var(--lux-border);
    border-radius: 16px;
    background: linear-gradient(150deg, rgba(29, 35, 48, 0.96), rgba(22, 27, 38, 0.98));
    box-shadow: var(--lux-shadow);
    padding: 18px;
}

.legal-card--wide {
    grid-column: 1 / -1;
}

.legal-card h2,
.legal-flow-step h3 {
    margin: 0 0 10px 0;
    color: #f2ead7;
}

.legal-card p,
.legal-flow-step p {
    margin: 0 0 10px 0;
    color: #b8c6da;
    line-height: 1.65;
}

.legal-card p:last-child,
.legal-flow-step p:last-child {
    margin-bottom: 0;
}

.legal-card a,
.legal-inline-links a,
.payment-legal-links a {
    color: var(--lux-gold-soft);
    text-decoration: none;
}

.legal-card a:hover,
.legal-inline-links a:hover,
.payment-legal-links a:hover {
    color: #f0d8a7;
}

.legal-doc-label {
    margin: 0 0 14px 0;
    color: #d6c084;
    font-size: 0.94rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-rich-text h2 {
    margin: 22px 0 10px 0;
    font-size: 1.18rem;
}

.legal-rich-text h2:first-of-type {
    margin-top: 0;
}

.legal-rich-text p {
    margin: 0 0 10px 0;
    color: #d6e0ee;
    line-height: 1.68;
}

.legal-rich-text .legal-doc-list {
    margin: 0 0 14px 22px;
    padding-left: 18px;
    color: #d6e0ee;
}

.legal-rich-text .legal-doc-list li {
    margin: 0 0 10px 0;
    line-height: 1.68;
}

.legal-rich-text .legal-doc-list li:last-child {
    margin-bottom: 0;
}

.legal-rich-text .legal-doc-list--lettered {
    margin-left: 30px;
}

.legal-flow-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.legal-flow-step {
    border: 1px solid rgba(194, 163, 104, 0.22);
    border-radius: 14px;
    padding: 16px;
    background: rgba(12, 21, 36, 0.72);
}

.legal-flow-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(212, 168, 83, 0.18);
    color: #f0d8a7;
    font-weight: 700;
}

/* Company listing guide: keep cards at natural content height (no forced equal heights). */
body.lux-theme .company-guide-page .company-guide-grid {
    align-items: start;
    gap: 18px;
}

body.lux-theme .company-guide-page .company-guide-card {
    align-self: start;
    height: auto;
    min-height: 0;
}

body.lux-theme .company-guide-page .company-guide-keep-case {
    text-transform: none;
}

body.lux-theme .company-guide-page .company-guide-example {
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(212, 168, 83, 0.22);
    border-radius: 14px;
    background: rgba(8, 16, 29, 0.48);
}

body.lux-theme .company-guide-page .company-guide-example strong {
    display: block;
    margin-bottom: 6px;
    color: #f0d8a7;
}

body.lux-theme .company-guide-page .company-guide-example p {
    margin-bottom: 8px;
}

body.lux-theme .company-guide-page .company-guide-example p:last-child {
    margin-bottom: 0;
}

body.lux-theme .company-guide-page .company-guide-card ul {
    margin: 0 0 10px 20px;
    padding-left: 12px;
    color: #b8c6da;
    line-height: 1.62;
}

body.lux-theme .company-guide-page .company-guide-card ul li {
    margin: 0 0 6px 0;
}

body.lux-theme .company-guide-page .company-guide-card ul li:last-child {
    margin-bottom: 0;
}

body.lux-theme .company-guide-page .company-guide-tip-grid,
body.lux-theme .company-guide-page .company-guide-tips-grid {
    align-items: start;
    gap: 12px;
}

body.lux-theme .company-guide-page .company-guide-tip-card {
    align-self: start;
    min-height: 0;
    padding: 14px;
}

.legal-info-card,
.payment-legal-brief {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(194, 163, 104, 0.24);
    background: rgba(14, 24, 40, 0.86);
}

.legal-info-card p,
.payment-legal-brief p {
    margin: 0;
    color: #c9d4e5;
    line-height: 1.55;
}

.legal-inline-links,
.payment-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    color: #9fb0c7;
    font-size: 0.9rem;
}

.payment-legal-links {
    margin: 2px 0 0 0;
}

.request-detail-action-copy-secondary {
    color: #6e84a1;
}

.request-detail-action-copy-secondary a {
    color: #9fbee7;
    text-decoration: none;
}

.request-detail-action-copy-secondary a:hover {
    color: #d5e6ff;
}

.listing-card-stack-public {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

@media (max-width: 900px) {
    header nav {
        padding: 10px 14px;
    }

    .hero {
        padding: 100px 16px 52px 16px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Typografie */
h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
}

a {
    color: #0078D4;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

a:hover {
    color: #0056b3;
    transform: scale(1.05);
}

/* Header */
header {
    background: #004080;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.main-nav-list {
    align-items: center;
}

header ul li {
    position: relative;
}

header ul li a {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}

header ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #FFD700;
}

.profile-menu {
    position: relative;
}

.profile-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1;
}

.profile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: none;
    box-shadow: none;
}

.profile-menu-name {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-menu-caret {
    font-size: 0.8rem;
}

.profile-menu-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 220px;
    background: #fff;
    border: 1px solid #d8dee7;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    display: none;
    z-index: 1200;
    overflow: hidden;
}

.profile-menu-dropdown.is-open {
    display: block;
}

.profile-menu-dropdown a {
    display: block;
    color: #1d3557;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #eef2f7;
}

.profile-menu-dropdown a:last-child {
    border-bottom: 0;
}

.profile-menu-dropdown a:hover {
    background: #f3f8ff;
    color: #003f88;
    transform: none;
}

/* Bel-icoon voor meldingen */
.notification-icon {
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    color: white;
    transition: color 0.3s ease-in-out;
}

.notification-icon:hover {
    color: #FFD700;
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #FF4136;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Container */
.container {
    max-width: 1400px;
    margin: 30px auto;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Index pagina aangepast*/
.index-page .container {
    max-width: 95%; /* Grotere breedte specifiek voor indexpagina */
    margin: 40px auto; /* Optioneel: extra ruimte rondom */
    padding: 30px; /* Optioneel: binnenruimte */
}

.index-page .hero {
    padding: 150px 20px; /* Optioneel: geef de hero-sectie meer ruimte */
}

.index-page .features {
    
    margin: 0 auto;
}


/* Knoppen */
button, .btn {
    padding: 12px 25px;
    background-color: #0078D4;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

button:hover, .btn:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stepper-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #0a58ca;
    background: #0d6efd;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stepper-btn:hover {
    background: #0b5ed7;
    color: #fff;
    transform: none;
    box-shadow: none;
}

.stepper-btn:focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.35);
    outline-offset: 1px;
}

/* Flash Messages */
.flash-messages {
    margin: 20px auto;
    max-width: 800px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.alert {
    padding: 15px;
    font-size: 1rem;
    border-radius: 8px;
    margin-bottom: 15px;
    font-weight: 500;
}

.alert-success {
    background-color: #d4edda;
    border-left: 6px solid #28a745;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-left: 6px solid #dc3545;
    color: #721c24;
}

.alert-info {
    background-color: #cce5ff;
    border-left: 6px solid #0078D4;
    color: #004085;
}

.alert-warning {
    background-color: #fff3cd;
    border-left: 6px solid #ffc107;
    color: #856404;
}

/* Footer */
footer {
    background: #004080;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
}

footer a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #FFA500;
}

/* Listings en Slider (Ongewijzigd) */
.listings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.listing-item {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.listing-slider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.listing-text {
    padding: 15px;
}

.listing-text h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.listing-text p {
    color: #555;
    margin-bottom: 15px;
}

.listing-text a {
    display: inline-block;
    background: #0078D4;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.listing-text a:hover {
    background: #0056b3;
}

/* Swiper Slider */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.swiper-pagination-bullet {
    background: #bdbdbd;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

/* Filter Container Styling */
.filter-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: linear-gradient(to bottom right, #ffffff, #f0f4f8);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    animation: fadeIn 0.5s ease-in-out;
}

.filter-header {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #004080;
}

.filter-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.filter-form label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.filter-form input,
.filter-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.filter-form input:focus,
.filter-form select:focus {
    border-color: #0078d4;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 120, 212, 0.2);
}

.filter-price input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    transition: background 0.3s ease;
}

.filter-price input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0078d4;
    cursor: pointer;
    transition: background 0.3s ease;
}

.filter-price input[type="range"]:hover {
    background: #ccc;
}

.filter-price input[type="range"]::-webkit-slider-thumb:hover {
    background: #0056b3;
}

.filter-buttons {
    grid-column: span 2;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.filter-buttons button {
    padding: 12px 30px;
    font-size: 1em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.filter-buttons button[type="submit"] {
    background-color: #0078d4;
    color: white;
}

.filter-buttons button[type="submit"]:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.filter-buttons button[type="button"] {
    background-color: #ccc;
    color: #333;
}

.filter-buttons button[type="button"]:hover {
    background-color: #aaa;
    transform: translateY(-2px);
}

/* Animaties */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Toggle Filter Knop */
#toggle-filters {
    padding: 12px 25px;
    background-color: #0078d4;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#toggle-filters:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}


/* Hero Section */
.hero {
    background: linear-gradient(to bottom right, rgb(6 83 143 / 60%), rgb(129 136 143 / 60%)), 
                url('/static/pictures/header-frontpage.webp') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
    position: relative;
}




.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.hero-content h1 span {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-buttons .btn {
    margin: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hero-buttons .btn-secondary {
    background: white;
    color: #0078D4;
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Features Section */
.features {
    display: flex;
    justify-content: center; /* Centreer de blokken horizontaal */
    align-items: stretch; /* Zorg dat alle blokken dezelfde hoogte krijgen */
    gap: 20px; /* Ruimte tussen de blokken */
    flex-wrap: wrap; /* Zorg dat de blokken op meerdere rijen kunnen worden geplaatst */
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.features .feature {
    flex: 1 1 300px; /* Alle blokken hebben dezelfde breedte van minimaal 300px */
    max-width: 300px; /* Beperk de maximale breedte van een blok */
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; /* Zorg dat de inhoud netjes wordt uitgelijnd */
    justify-content: space-between; /* Verdeelt de inhoud gelijkmatig */
    align-items: center;
}

.features .feature.feature-clickable {
    cursor: pointer;
}

.features .feature.feature-clickable:focus-visible {
    outline: 3px solid #0078D4;
    outline-offset: 3px;
}

.features .feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.features .feature i {
    font-size: 2.5rem;
    color: #0078D4;
    margin-bottom: 15px;
}

.features .feature h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.features .feature p {
    font-size: 1rem;
    color: #555;
}


/* About Section */
.about-fullwidth {
    width: 100%;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
    padding: 60px 0;
}

.about-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    max-width: 1200px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: white;
}

.about-item.reverse {
    flex-direction: row-reverse;
}

.about-text {
    flex: 1;
    padding: 20px;
    font-size: 1rem; /* Compactere tekst */
}

.about-text h3 {
    font-size: 1.5rem; /* Kleinere kopjes voor meer balans */
    color: #004080;
    margin-bottom: 10px;
}

.about-text p {
    font-size: 0.95rem; /* Compactere tekst */
    line-height: 1.5;
    color: #555;
}

.about-image {
    flex: 0.8; /* Beperk de breedte van de afbeelding */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    max-width: 300px; /* Beperkte grootte voor compactere look */
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}




/* Testimonials Section */
.testimonials {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(to bottom, #0078D4, #004080);
    color: white;
}

.testimonials h2 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #FFD700;
}

.testimonials-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial {
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    max-width: 300px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
}

.testimonial p {
    font-size: 1rem;
    margin-bottom: 15px;
    font-style: italic;
}

/* Call-to-Action Section */

.cta {
    background: 
        linear-gradient(to bottom right, rgba(6, 83, 143, 0.6), rgba(129, 136, 143, 0.6)),
        url('/static/pictures/index-footerimage.webp') no-repeat center center / cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cta h2 span {
    color: #FFD700; /* Goudkleur */
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); /* Gloweffect */
}


/* Decoratieve animaties in de achtergrond */
.cta::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(50px);
    animation: float 6s infinite alternate;
}

.cta::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(50px);
    animation: float 8s infinite alternate-reverse;
}

/* Call-to-Action Header */
.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Call-to-Action Text */
.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Call-to-Action Buttons */
.cta a {
    display: inline-block;
    margin: 10px;
    padding: 15px 35px;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background: #002d62;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta a:hover {
    background: #004080;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

/* Animatie voor achtergronddecoraties */
@keyframes float {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(30px, 30px);
    }
}



.process {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.process h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #004080;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.process-steps .step {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-steps .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.process-steps .step i {
    font-size: 2.5rem;
    color: #0078D4;
    margin-bottom: 15px;
}

.process-steps .step h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.process-steps .step p {
    font-size: 1rem;
    color: #555;
}

.profile-page {
    max-width: 1080px;
    margin: 10px auto;
}

.profile-hero h1 {
    margin-bottom: 6px;
}

.profile-hero p {
    color: #556176;
    margin-top: 0;
}

.profile-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

.profile-card {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 12px;
    padding: 18px;
}

.profile-card h2 {
    margin-top: 0;
}

.profile-form {
    display: block;
}

.profile-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.profile-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.profile-field-full {
    grid-column: 1 / -1;
}

.profile-field input,
.profile-field select {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    box-sizing: border-box;
}

.profile-phone-row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 1.4fr;
    gap: 10px;
}

.profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 14px 0;
}

.profile-tab-btn {
    border: 1px solid #c9d4e3;
    background: #f3f7fc;
    color: #2e4666;
    border-radius: 999px;
    padding: 7px 14px;
    font-weight: 600;
    cursor: pointer;
}

.profile-tab-btn.is-active {
    border-color: #0d6efd;
    background: #0d6efd;
    color: #fff;
}

.profile-tab-panel {
    display: none;
}

.profile-tab-panel.is-active {
    display: block;
}

.profile-subtitle {
    margin: 18px 0 6px 0;
}

.profile-hint {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 0.93rem;
}

.profile-save-btn {
    margin-top: 14px;
}

.profile-info-list p {
    margin: 0 0 8px 0;
}

.profile-note {
    margin-top: 12px;
    color: #555;
    font-size: 0.92rem;
}

.profile-pending-email-card {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #dbe3ef;
}

.profile-pending-email-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-pending-email-actions form {
    margin: 0;
}

.profile-back-link {
    display: inline-block;
    margin-top: 14px;
}

@media (max-width: 980px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .profile-field-grid {
        grid-template-columns: 1fr;
    }

    .profile-phone-row {
        grid-template-columns: 1fr;
    }
}

/* Shared UI blocks for booking flows */
.page-head {
    margin: 4px auto 18px auto;
    max-width: 1100px;
}

.page-head h1 {
    margin-bottom: 6px;
}

.page-head p {
    margin: 0;
    color: #556176;
}

.form-shell {
    max-width: 840px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(12, 38, 73, 0.08);
    padding: 22px;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.listing-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.listing-time-grid .listing-time-field {
    margin: 0;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field-full {
    grid-column: 1 / -1;
}

.hotel-location-block {
    border: 1px solid rgba(65, 85, 112, 0.5);
    border-radius: 14px;
    padding: 12px;
    background: linear-gradient(160deg, #142337, #101b2d);
    box-shadow: 0 12px 24px rgba(4, 10, 18, 0.22);
    gap: 10px;
    min-width: 0;
    overflow: visible;
}

.hotel-location-header {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.hotel-location-title {
    margin: 0;
    color: #eef3ff;
    font-size: 0.98rem;
    font-weight: 700;
}

.hotel-location-subtitle {
    margin: 0;
    color: #9eb2cf;
    font-size: 0.85rem;
}

.hotel-location-readonly {
    margin: 0;
    color: #7f97ba;
    font-size: 0.8rem;
}

.hotel-location-current {
    border: 1px solid rgba(111, 139, 177, 0.35);
    border-radius: 11px;
    background: rgba(9, 17, 29, 0.52);
    padding: 9px 10px;
}

.hotel-location-current-title {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 0.86rem;
    color: #d7e5ff;
}

.hotel-location-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.hotel-location-mode-option {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    border: 1px solid rgba(127, 152, 185, 0.48);
    border-radius: 11px;
    background: rgba(15, 26, 43, 0.78);
    color: #e6edfb;
    padding: 10px 12px;
    gap: 10px;
    min-height: 52px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hotel-location-mode-option:hover {
    border-color: rgba(177, 204, 238, 0.82);
    background: rgba(19, 34, 56, 0.92);
}

.hotel-location-mode-option input[type="radio"] {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    flex: 0 0 18px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(212, 172, 91, 0.62);
    background: rgba(8, 16, 29, 0.9);
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    place-content: center;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.hotel-location-mode-option input[type="radio"]::before {
    content: "\2713";
    color: #101a2d;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    transform: scale(0);
    transition: transform 0.14s ease-in-out;
}

.hotel-location-mode-option-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.hotel-location-mode-option-copy strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
}

.hotel-location-mode-option-copy small {
    display: block;
    font-size: 0.78rem;
    color: #9fb2ce;
    overflow-wrap: anywhere;
}

.hotel-location-mode-option.is-selected {
    border-color: #d2ac5d;
    background: linear-gradient(150deg, rgba(210, 172, 93, 0.16), rgba(18, 33, 53, 0.86));
    box-shadow: 0 0 0 1px rgba(210, 172, 93, 0.28), 0 6px 16px rgba(5, 12, 22, 0.3);
}

.hotel-location-mode-option.is-selected input[type="radio"],
.hotel-location-mode-option:has(input[type="radio"]:checked) input[type="radio"] {
    background: #d4ac5b;
    border-color: #e7cc8a;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.25);
}

.hotel-location-mode-option.is-selected input[type="radio"]::before,
.hotel-location-mode-option:has(input[type="radio"]:checked) input[type="radio"]::before {
    transform: scale(1);
}

.hotel-location-mode-option:focus-within {
    border-color: #d2ac5d;
    box-shadow: 0 0 0 2px rgba(210, 172, 93, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hotel-location-mode-option:active {
    transform: translateY(1px);
}

.hotel-location-mode-option.is-disabled {
    opacity: 0.58;
    cursor: not-allowed;
    border-style: dashed;
    box-shadow: none;
}

.hotel-location-mode-option.is-disabled input {
    cursor: not-allowed;
}

.hotel-location-section {
    display: grid;
    gap: 8px;
    min-width: 0;
    overflow: visible;
}

.hotel-location-empty-note {
    margin: 0;
    border: 1px solid rgba(160, 181, 212, 0.34);
    border-radius: 10px;
    background: rgba(14, 25, 42, 0.62);
    color: #adc3e1;
    font-size: 0.84rem;
    padding: 8px 10px;
}

.hotel-location-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 8px;
    min-width: 0;
}

.hotel-location-card {
    border: 1px solid rgba(124, 151, 187, 0.32);
    border-radius: 10px;
    background: rgba(8, 16, 30, 0.7);
    position: relative;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: flex-start;
    min-width: 0;
    cursor: pointer;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.hotel-location-card:hover {
    border-color: rgba(175, 201, 238, 0.58);
}

.hotel-location-card.is-selected,
.hotel-location-card:has(input[type="radio"]:checked) {
    border-color: #d2ac5d;
    background: linear-gradient(152deg, rgba(210, 172, 93, 0.14), rgba(10, 20, 35, 0.88));
    box-shadow: 0 0 0 1px rgba(210, 172, 93, 0.26);
}

.hotel-location-card input[type="radio"] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.hotel-location-card input[type="radio"]:focus-visible,
.hotel-location-mode-option input[type="radio"]:focus-visible {
    outline: 2px solid rgba(212, 172, 91, 0.82);
    outline-offset: 2px;
}

.hotel-location-card:focus-within {
    border-color: #d2ac5d;
    box-shadow: 0 0 0 2px rgba(210, 172, 93, 0.22);
}

.hotel-location-preview {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.hotel-location-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hotel-location-preview p {
    margin: 0;
}

.hotel-location-preview-head strong {
    color: #eef3ff;
    font-size: 0.9rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.hotel-location-line {
    display: grid;
    gap: 2px;
}

.hotel-location-line-label {
    font-weight: 600;
    color: #a9bad2;
    font-size: 0.77rem;
}

.hotel-location-line-value {
    color: #dce6f8;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.hotel-location-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(219, 186, 117, 0.58);
    border-radius: 999px;
    background: rgba(210, 172, 93, 0.18);
    color: #f3dca8;
    font-size: 0.69rem;
    font-weight: 600;
    padding: 1px 7px;
}

.hotel-location-badge-inactive {
    border-color: rgba(246, 146, 146, 0.58);
    background: rgba(173, 58, 64, 0.24);
    color: #ffc9c9;
}

.hotel-location-new-block {
    border: 1px solid rgba(97, 123, 158, 0.36);
    border-radius: 11px;
    background: rgba(11, 21, 36, 0.66);
    padding: 10px;
    min-width: 0;
    overflow: visible;
}

.hotel-location-new-title {
    margin: 0 0 8px;
    font-weight: 650;
    font-size: 0.9rem;
    color: #eaf1ff;
}

.hotel-location-new-grid {
    gap: 10px;
}

.hotel-location-new-grid .form-field {
    margin: 0;
    min-width: 0;
}

.hotel-location-new-grid input,
.hotel-location-new-grid select {
    inline-size: 100%;
    min-width: 0;
}

.hotel-location-address-select[hidden],
.hotel-location-new-grid input[hidden] {
    display: none;
}

.hotel-location-address-select {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.hotel-location-block.hotel-location-js [data-location-panel] {
    display: none;
}

.hotel-location-block.hotel-location-js [data-location-panel].is-active {
    display: grid;
}

body.lux-theme .hotel-location-block {
    border-color: var(--lux-border);
    background: linear-gradient(160deg, rgba(14, 25, 42, 0.95), rgba(8, 16, 30, 0.95));
    box-shadow: var(--lux-shadow);
}

body.lux-theme .hotel-location-current,
body.lux-theme .hotel-location-new-block,
body.lux-theme .hotel-location-empty-note {
    border-color: rgba(190, 162, 102, 0.28);
    background: rgba(10, 18, 31, 0.72);
}

body.lux-theme .hotel-location-mode-option {
    border-color: rgba(190, 162, 102, 0.28);
    background: rgba(12, 21, 36, 0.74);
}

body.lux-theme .hotel-location-card {
    border-color: rgba(124, 151, 187, 0.34);
    background: rgba(12, 21, 36, 0.74);
}

body.lux-theme .hotel-location-mode-option:hover {
    border-color: rgba(212, 172, 91, 0.5);
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.12), 0 6px 16px rgba(3, 8, 18, 0.35);
}

body.lux-theme .hotel-location-mode-option.is-selected,
body.lux-theme .hotel-location-card.is-selected,
body.lux-theme .hotel-location-card:has(input[type="radio"]:checked) {
    border-color: rgba(212, 172, 91, 0.7);
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.2), rgba(13, 22, 37, 0.88));
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.22), 0 8px 18px rgba(5, 11, 22, 0.42);
}

body.lux-theme .hotel-location-card.is-selected::before,
body.lux-theme .hotel-location-card:has(input[type="radio"]:checked)::before {
    content: "\2713";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #e7cc8a;
    background: #d4ac5b;
    color: #101a2d;
    font-size: 10px;
    font-weight: 800;
    line-height: 14px;
    text-align: center;
}

body.lux-theme .hotel-location-card .hotel-location-preview {
    padding-left: 20px;
}

body.lux-theme .hotel-location-mode-option-copy small,
body.lux-theme .hotel-location-line-label,
body.lux-theme .hotel-location-readonly,
body.lux-theme .hotel-location-subtitle {
    color: #9fb1ca;
}

body.lux-theme .hotel-location-mode-option input[type="radio"] {
    border-color: rgba(212, 172, 91, 0.6);
    background: rgba(8, 16, 29, 0.9);
}

body.lux-theme .hotel-location-mode-option input[type="radio"]::before {
    color: #101a2d;
}

body.lux-theme .hotel-location-mode-option.is-selected input[type="radio"],
body.lux-theme .hotel-location-mode-option:has(input[type="radio"]:checked) input[type="radio"] {
    background: #d4ac5b;
    border-color: #e7cc8a;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.25);
}

body.lux-theme .hotel-location-mode-option.is-selected .hotel-location-mode-option-copy strong,
body.lux-theme .hotel-location-mode-option:has(input[type="radio"]:checked) .hotel-location-mode-option-copy strong {
    color: #f5e7bf;
}

body.lux-theme .hotel-location-title,
body.lux-theme .hotel-location-preview-head strong,
body.lux-theme .hotel-location-new-title,
body.lux-theme .hotel-location-line-value,
body.lux-theme .hotel-location-current-title {
    color: var(--lux-text);
}

.form-field label {
    font-weight: 600;
    color: #253957;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 10px 11px;
    border: 1px solid #cfd8e3;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 0.98rem;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.16);
}

.form-hint {
    margin: 0;
    color: #5c6f8b;
    font-size: 0.9rem;
}

.form-hint-error {
    color: #b42318;
}

.form-field input.is-invalid,
.form-field textarea.is-invalid,
.form-field select.is-invalid {
    border-color: #d92d20;
    box-shadow: 0 0 0 1px rgba(217, 45, 32, 0.16);
}

.form-field input.is-invalid:focus,
.form-field textarea.is-invalid:focus,
.form-field select.is-invalid:focus {
    border-color: #b42318;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.22);
}

.register-role-row.is-invalid {
    border: 1px solid #d92d20;
    border-radius: 10px;
    padding: 8px;
    background: rgba(217, 45, 32, 0.06);
}

.register-shell {
    max-width: 940px;
}

.verify-email-shell {
    max-width: 760px;
}

.verify-email-form,
.verify-email-resend-form {
    gap: 18px;
}

.verify-email-resend-form {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(207, 216, 227, 0.72);
}

.verify-email-intro {
    display: flex;
    align-items: center;
    gap: 14px;
}

.verify-email-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #eef5ff;
    color: #0d6efd;
    font-size: 1.25rem;
}

.verify-email-intro h2 {
    margin: 0 0 4px 0;
    font-size: 1.25rem;
}

.verify-email-intro p,
.verify-email-resend-copy,
.verify-email-logout-note {
    margin: 0;
    color: #5c6f8b;
}

.verify-email-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.verify-email-actions-secondary {
    justify-content: space-between;
}

.verify-email-primary-button {
    min-width: 260px;
}

.verify-email-secondary-button {
    min-width: 240px;
    padding: 11px 18px;
}

.verify-email-logout-link {
    display: inline;
    margin-top: 0;
}

.verify-email-logout-note {
    margin-top: 18px;
}

.trusted-device-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: #5c6f8b;
    font-weight: 600;
    margin: 4px 0 6px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #d6deea;
    background: #f7f9fd;
}

.trusted-device-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #9aa9c0;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}

.trusted-device-option input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    left: 5px;
    top: 1px;
    transform: rotate(45deg);
}

.trusted-device-option input[type="checkbox"]:checked::after {
    border-color: #8a6422;
}

.trusted-device-option input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(173, 130, 53, 0.22);
}

.trusted-device-option span {
    display: grid;
    gap: 2px;
}

.trusted-device-option small {
    font-size: 0.85rem;
    color: #71829d;
    font-weight: 500;
}

.verify-email-target-note {
    margin-top: 3px;
    font-size: 0.95rem;
}

.verify-code-inputs {
    display: flex;
    gap: 18px;
    align-items: center;
}

.verify-code-input {
    width: 64px;
    height: 60px;
    text-align: center;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}

.register-role-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.register-role-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5fb;
    border: 1px solid #d5deeb;
    border-radius: 999px;
    padding: 8px 12px;
}

.register-role-option input {
    margin: 0;
}

.register-phone-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 1.3fr;
    gap: 10px;
}

.register-phone-code {
    max-width: 100%;
}

.register-company-block {
    border-top: 1px solid #dfe5ee;
    padding-top: 12px;
}

.register-company-block h3 {
    margin: 0 0 10px 0;
}

.stepper-group {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    gap: 8px;
    align-items: center;
}

.stepper-group input {
    text-align: center;
    font-weight: 600;
}

.stepper-group input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.stepper-group input[type="number"]::-webkit-outer-spin-button,
.stepper-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calc-highlight {
    background: linear-gradient(135deg, #f0f7ff, #f8fcff);
    border: 1px solid #cfe3fb;
    border-radius: 10px;
    padding: 14px;
}

.calc-highlight p {
    margin: 0 0 5px 0;
}

.calc-highlight p:last-child {
    margin-bottom: 0;
}

.form-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.btn-secondary-inline {
    background: #0b5ed7;
    color: #fff;
    border: 1px solid #0a58ca;
}

.btn-secondary-inline:hover {
    background: #0a4fb8;
    color: #fff;
    transform: none;
}

.form-link-back {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 12px;
    border: 1px solid #c8d8ee;
    border-radius: 8px;
    background: #f4f9ff;
    color: #255b9b;
}

.form-link-back:hover {
    transform: none;
    background: #e9f3ff;
}

.upload-trigger {
    display: inline-block;
    padding: 10px 16px;
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.upload-trigger:hover {
    background: #0b5ed7;
    transform: none;
}

.upload-filenames {
    display: inline-block;
    margin-left: 10px;
    color: #4a5f7c;
    font-size: 0.9rem;
}

.image-preview-container {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border: 1px dashed #c7d6ea;
    border-radius: 10px;
    background: #f8fbff;
    min-height: 64px;
}

.image-preview-card {
    position: relative;
    width: 108px;
    height: 108px;
    border: 1px solid #c5d6ed;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(20, 52, 94, 0.1);
}

.image-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-preview-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(220, 53, 69, 0.95);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.image-preview-remove:hover {
    background: #bb2d3b;
    transform: none;
    box-shadow: none;
}

.price-rules-container {
    display: grid;
    gap: 10px;
}

.is-hidden {
    display: none !important;
}

.price-rule-row {
    border: 1px solid #d7e3f1;
    border-radius: 10px;
    background: #f9fbff;
    padding: 10px;
}

.price-rule-main {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) minmax(170px, 0.9fr) minmax(170px, 0.9fr) minmax(130px, 0.7fr);
    gap: 10px;
    align-items: end;
}

.price-rule-occupancy-wrap {
    margin-top: 10px;
    padding: 10px;
    border: 1px dashed #c8daef;
    border-radius: 8px;
    background: #fff;
}

.price-rule-occupancy-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.price-rule-occupancy-field {
    display: grid;
    gap: 4px;
    font-size: 0.86rem;
    color: #2f4e71;
}

.price-rule-occupancy-field input {
    width: 100%;
}

.price-rule-remove-wrap button {
    width: 100%;
    background: #dc3545;
    border: 1px solid #bb2d3b;
}

.price-rule-remove-wrap button:hover {
    background: #bb2d3b;
    transform: none;
}

.price-rule-days {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.price-day-chip {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    border: 1px solid #c9daef;
    background: #fff;
    border-radius: 10px;
    padding: 7px 9px;
    color: #2f4e71;
    font-size: 0.86rem;
}

.price-day-chip input {
    margin: 0;
}

.existing-image-card {
    cursor: pointer;
}

.existing-image-checkbox {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    z-index: 2;
}

.existing-image-overlay {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 7px;
    background: rgba(30, 56, 91, 0.78);
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 6px;
    pointer-events: none;
}

.existing-image-card.is-marked {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.4);
}

.existing-image-card.is-marked .existing-image-overlay {
    background: rgba(220, 53, 69, 0.92);
}

.detail-layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.detail-layout-split {
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 1fr);
    align-items: start;
}

.detail-panel {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(12, 38, 73, 0.07);
}

.detail-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 16px;
    align-items: start;
}

.detail-overview-panel {
    display: grid;
    gap: 14px;
}

.detail-slider-shell {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dce9f8;
    background: #f3f8ff;
    min-height: 320px;
}

.detail-slider-shell .swiper-container,
.detail-slider-shell .swiper-wrapper,
.detail-slider-shell .swiper-slide {
    height: 100%;
}

.detail-slider-shell .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.detail-slider-empty {
    min-height: 240px;
    border: 1px dashed #c6d6ea;
    border-radius: 10px;
    background: #f8fbff;
    color: #5a6f8d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
}

body.lux-theme.page-listing_detail .detail-slider-shell,
body.lux-theme.page-listing_detail .detail-slider-empty {
    height: 580px;
}

@media (max-width: 900px) {
    body.lux-theme.page-listing_detail .detail-slider-shell,
    body.lux-theme.page-listing_detail .detail-slider-empty {
        height: 470px;
    }
}

@media (max-width: 640px) {
    body.lux-theme.page-listing_detail .detail-slider-shell,
    body.lux-theme.page-listing_detail .detail-slider-empty {
        height: 360px;
    }
}

.detail-info-stack {
    display: grid;
    gap: 12px;
}

.detail-description-text {
    margin: 0;
    color: #3e536f;
    line-height: 1.65;
    white-space: pre-line;
}

.price-rule-readonly-list {
    display: grid;
    gap: 8px;
}

.price-rule-readonly-item {
    border: 1px solid #d6e3f3;
    background: #f8fbff;
    border-radius: 8px;
    padding: 8px 10px;
    display: grid;
    gap: 2px;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.fact-item {
    background: #f8fbff;
    border: 1px solid #dce9f8;
    border-radius: 10px;
    padding: 10px;
}

.fact-item p {
    margin: 0;
    color: #4a5f7c;
    font-size: 0.85rem;
}

.fact-item strong {
    display: block;
    margin-top: 2px;
    font-size: 1rem;
    color: #1e385b;
}

.request-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.date-field-trigger {
    width: 100%;
    border: 1px solid #bfd3eb;
    border-radius: 8px;
    background: #fff;
    color: #1e385b;
    min-height: 44px;
    padding: 10px 12px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 600;
}

.date-field-trigger::after {
    content: "\25BE";
    color: #3c5f87;
    font-size: 0.85rem;
}

.date-field-trigger:hover {
    transform: none;
    box-shadow: none;
    border-color: #8cb6e2;
    background: #f7fbff;
}

.date-range-dropdown {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #d4e1f1;
    border-radius: 10px;
    background: #f9fbff;
    box-shadow: inset 0 0 0 1px #edf4ff;
}

.date-range-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.date-range-toolbar-label {
    margin: 0;
    color: #2f4e71;
    font-weight: 600;
    text-align: center;
}

.range-nav-btn {
    border: 1px solid #c3d8ef;
    border-radius: 8px;
    background: #fff;
    color: #205182;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.range-nav-btn:hover {
    transform: none;
    box-shadow: none;
    background: #eef6ff;
}

.date-range-calendars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.date-range-calendar {
    border: 1px solid #d6e3f3;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
}

.date-range-month-label {
    margin: 2px 0 8px 0;
    text-transform: capitalize;
    color: #1e385b;
    font-size: 0.95rem;
}

.date-range-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 6px;
}

.date-range-weekdays span {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #5b718f;
}

.date-range-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
}

.date-range-day {
    min-height: 44px;
}

.date-range-day.is-empty {
    min-height: 44px;
}

.date-range-day-btn {
    width: 100%;
    height: 100%;
    min-height: 44px;
    border: 1px solid #e0e8f4;
    border-radius: 8px;
    background: #fff;
    padding: 3px 2px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1px;
    color: #1e385b;
}

.date-range-day-btn:hover {
    transform: none;
    box-shadow: none;
    border-color: #9ec4eb;
    background: #f2f8ff;
}

.date-range-day-number {
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

.date-range-day-price {
    font-size: 0.56rem;
    line-height: 1;
    color: #3e5f84;
    white-space: nowrap;
}

.date-range-day-btn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f5f6f9;
}

.date-range-day-btn.is-start,
.date-range-day-btn.is-end {
    border-color: #0d6efd;
    background: #ddebff;
}

.date-range-day-btn.is-in-range {
    border-color: #b7d3f5;
    background: #eef6ff;
}

.date-range-day-btn.is-range-candidate {
    border-style: dashed;
}

.date-range-meta {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.date-range-meta p {
    margin: 0;
    color: #365174;
    font-size: 0.9rem;
}

.price-breakdown-card {
    margin-top: 16px;
    background: #f8fbff;
    border: 1px solid #d9e8ff;
    border-radius: 10px;
    padding: 14px;
}

.price-breakdown-card h4 {
    margin-top: 0;
}

.price-breakdown-lines {
    margin-top: 10px;
    border-top: 1px dashed #d4e4fa;
    padding-top: 10px;
}

.price-breakdown-lines h5 {
    margin: 0 0 8px 0;
    font-size: 0.92rem;
    color: #244b73;
}

.price-breakdown-details {
    display: grid;
    gap: 8px;
}

.price-breakdown-summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #dbe8fa;
    border-radius: 8px;
    background: #ffffff;
    color: #244b73;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 10px;
    cursor: pointer;
}

.price-breakdown-summary::-webkit-details-marker {
    display: none;
}

.price-breakdown-summary::after {
    content: '\25BE';
    color: #35577f;
    font-size: 0.78rem;
    transition: transform 0.2s ease;
}

.price-breakdown-details[open] .price-breakdown-summary::after {
    transform: rotate(180deg);
}

.price-breakdown-summary-meta {
    margin-left: auto;
    color: #486080;
    font-size: 0.82rem;
    font-weight: 600;
}

.price-breakdown-line-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.price-breakdown-line-list.is-scrollable {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #90a4c0 transparent;
}

.price-breakdown-line-list.is-scrollable::-webkit-scrollbar {
    width: 8px;
}

.price-breakdown-line-list.is-scrollable::-webkit-scrollbar-track {
    background: transparent;
}

.price-breakdown-line-list.is-scrollable::-webkit-scrollbar-thumb {
    background: #90a4c0;
    border-radius: 999px;
}

.price-breakdown-line-list.is-scrollable::-webkit-scrollbar-thumb:hover {
    background: #728cae;
}

.price-breakdown-line-item {
    border: 1px solid #dbe8fa;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px 10px;
}

.price-breakdown-line-head {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: baseline;
    color: #1f4166;
}

.price-breakdown-line-body {
    margin-top: 4px;
}

.price-breakdown-line-model {
    margin: 4px 0 0 0;
    color: #486080;
    font-size: 0.84rem;
}

.price-breakdown-room-list {
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 4px;
}

.price-breakdown-room-item {
    border: 1px solid #e4ecfa;
    border-radius: 6px;
    background: #f8fbff;
    padding: 4px 6px;
    color: #35577f;
    font-size: 0.81rem;
}

.price-breakdown-line-muted {
    margin: 6px 0 0 0;
    color: #6c809c;
    font-size: 0.78rem;
}

.price-breakdown-empty {
    border: 1px dashed #dbe8fa;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px 10px;
    color: #486080;
    font-size: 0.85rem;
}

.price-breakdown-payment-note {
    margin: 8px 0 0 0;
    color: #5a7190;
    font-size: 0.8rem;
    line-height: 1.45;
}

.section-note {
    margin: 0 0 12px 0;
    color: #556176;
}

.page-back-link {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid #c8d8ee;
    border-radius: 8px;
    background: #f4f9ff;
    color: #255b9b;
}

.page-back-link:hover {
    transform: none;
    background: #e9f3ff;
}

.request-detail-layout {
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-detail-layout-split {
    gap: 14px;
}

.request-detail-main,
.request-detail-side {
    display: grid;
    gap: 14px;
}

.request-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.request-detail-title {
    margin: 0;
    color: #153558;
}

.request-detail-subtitle {
    margin: 4px 0 0 0;
    color: #4d6482;
}

.request-detail-listing-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.request-detail-listing-link:hover,
.request-detail-listing-link:focus-visible {
    color: #1b4a76;
    border-bottom-color: rgba(27, 74, 118, 0.34);
    outline: none;
}

.request-detail-status-pill {
    font-weight: 700;
}

.request-detail-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.request-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #d5e2f2;
    background: #f6faff;
    border-radius: 999px;
    padding: 6px 10px;
    color: #405b7c;
    font-size: 0.84rem;
}

.request-detail-note {
    margin: 0;
    border: 1px solid #d9e6f5;
    background: #f8fbff;
    border-radius: 10px;
    padding: 10px 12px;
    color: #425a79;
}

.request-detail-section {
    display: grid;
    gap: 8px;
}

.request-detail-section h3 {
    margin: 0;
    color: #1b3d63;
}

.request-detail-profile-grid {
    margin-top: 0;
}

.request-detail-side-title {
    margin: 0;
    color: #1b3d63;
}

.request-detail-price-list {
    display: grid;
    gap: 8px;
}

.request-detail-nightly-breakdown {
    margin-top: 4px;
}

.request-detail-nightly-breakdown .request-detail-inline-note {
    margin-top: 8px;
}

.request-detail-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dbe7f6;
    background: #f8fbff;
    border-radius: 10px;
    color: #3e5776;
}

.request-detail-price-row span {
    font-size: 0.9rem;
}

.request-detail-price-row strong {
    color: #163a61;
    font-size: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.request-detail-price-row.is-total {
    border-color: #b7d4f1;
    background: #ecf5ff;
}

.request-detail-price-row.is-total strong {
    font-size: 1.05rem;
}

.request-detail-inline-note {
    margin: 0;
    border-radius: 10px;
    padding: 9px 11px;
    border: 1px solid #dbe7f6;
    background: #f8fbff;
    color: #425c7b;
    font-size: 0.9rem;
}

.request-detail-inline-note.is-success {
    border-color: #bfe4c9;
    background: #eefaf2;
    color: #1f6731;
}

.request-detail-inline-note.is-warning {
    border-color: #eedf9b;
    background: #fff8de;
    color: #7a5f00;
}

.request-detail-inline-note.is-muted {
    border-color: #d8dee7;
    background: #f5f7fa;
    color: #4d6078;
}

.request-detail-action-card {
    border: 1px solid #dbe7f6;
    border-radius: 12px;
    background: #f8fbff;
    padding: 12px;
    display: grid;
    gap: 9px;
}

.request-detail-action-card h4 {
    margin: 0;
    color: #1b3d63;
    font-size: 1.02rem;
}

.request-detail-action-rows {
    display: grid;
    gap: 6px;
}

.request-detail-action-row {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #425c7b;
}

.request-detail-action-row span {
    font-size: 0.9rem;
}

.request-detail-action-row strong {
    color: #163a61;
    text-align: right;
    font-size: 0.96rem;
}

.request-detail-action-copy {
    margin: 0;
    color: #4b6280;
    font-size: 0.9rem;
}

.request-detail-action-pay-cta {
    width: 100%;
    margin-top: 2px;
}

.request-detail-action-card form {
    margin: 0;
}

.request-detail-action-cancel-cta {
    width: 100%;
    margin-top: 2px;
}

.request-detail-action-cancel-secondary {
    background: rgba(191, 62, 62, 0.06);
    border: 1px solid rgba(191, 62, 62, 0.42);
    color: #7f2530 !important;
}

.request-detail-action-cancel-secondary:hover {
    background: rgba(191, 62, 62, 0.14);
    border-color: rgba(191, 62, 62, 0.65);
    color: #6f1f29 !important;
    transform: none;
}

.request-detail-actions {
    margin-top: 2px;
}

.request-detail-decision-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.request-detail-decision-row form,
.request-detail-decision-row .booking-action-btn {
    width: 100%;
}

.request-detail-decision-row form {
    margin: 0;
}

.request-detail-action-pay,
.request-detail-action-cancel,
.request-detail-action-finalize {
    border: none;
    border-radius: 7px;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.request-detail-action-pay {
    background: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.request-detail-action-pay:hover {
    background: #0b5ed7;
    color: #fff;
    transform: none;
}

.request-detail-action-cancel {
    background: #dc3545;
}

.request-detail-action-cancel:hover {
    background: #bb2d3b;
    color: #fff;
    transform: none;
}

.request-detail-action-finalize {
    background: #145c2c;
    width: fit-content;
}

.request-detail-action-finalize:hover {
    background: #104b24;
    color: #fff;
    transform: none;
}

.request-detail-finalize-form {
    display: grid;
    gap: 8px;
}

.request-finalize-label {
    margin: 0;
}

.request-finalize-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 10px;
    border: 1px solid #c4d6ea;
    background: #f7fbff;
    overflow: hidden;
}

.request-finalize-segment-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.request-finalize-segment {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-right: 1px solid #d8e4f3;
    color: #2e4767;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.request-finalize-segment:last-child {
    border-right: none;
}

.request-finalize-segment:hover {
    background: #eef4fb;
    color: #1f3653;
}

.request-finalize-segment-input:checked + .request-finalize-segment {
    background: linear-gradient(135deg, #e7c775, #f0d38b);
    color: #172333;
}

.request-finalize-segment-input:focus-visible + .request-finalize-segment {
    outline: 2px solid rgba(184, 145, 63, 0.52);
    outline-offset: -2px;
}

.request-finalize-segmented.is-invalid,
.company-finalize-segmented.is-invalid {
    border-color: rgba(214, 78, 78, 0.72);
    box-shadow: inset 0 0 0 1px rgba(214, 78, 78, 0.28);
}

.finalize-inline-error {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #cf4b4b;
}

.request-detail-finalize-form input[type="text"] {
    width: 100%;
    min-height: 40px;
    border: 1px solid #c4d6ea;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.9rem;
}

.payment-page-layout {
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-layout-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 14px;
}

.payment-main,
.payment-side {
    display: grid;
    gap: 14px;
}

.payment-main--single {
    max-width: 760px;
}

.payment-price-list {
    margin-top: 2px;
}

.payment-action-stack {
    display: grid;
    gap: 10px;
}

.payment-currency-form {
    margin: 0;
    display: grid;
    gap: 8px;
}

.payment-currency-form label {
    font-size: 0.86rem;
    font-weight: 700;
    color: #d7c08b;
}

.payment-currency-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-currency-chip {
    min-width: 74px;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 10px;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.payment-currency-chip.is-selected {
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    color: #101822 !important;
    border-color: rgba(0, 0, 0, 0.25) !important;
}

.payment-currency-current {
    margin-top: -2px;
}

.payment-action-stack form {
    margin: 0;
    display: grid;
    gap: 10px;
}

.payment-action-stack .payment-currency-form {
    gap: 8px;
}

.payment-action-stack .booking-action-btn,
.payment-action-stack .payment-secondary-link {
    width: 100%;
}

.payment-action-btn {
    width: 100%;
}

.payment-action-btn.is-disabled,
.payment-action-btn:disabled {
    cursor: not-allowed;
    opacity: 0.58;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

body.lux-theme .payment-action-btn.is-disabled:hover,
body.lux-theme .payment-action-btn:disabled:hover,
body.lux-theme .payment-action-btn.is-disabled:focus-visible,
body.lux-theme .payment-action-btn:disabled:focus-visible {
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    color: #101822 !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none;
}

.payment-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.payment-nightly-breakdown .price-breakdown-line-list.is-scrollable {
    max-height: 260px;
}

.payment-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dbe7f6;
    border-radius: 10px;
    background: #f8fbff;
    color: #325173;
    font-size: 0.88rem;
    line-height: 1.45;
    cursor: pointer;
}

.payment-terms-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex: 0 0 18px;
    accent-color: #ba944d;
    cursor: pointer;
}

.payment-terms-check span {
    color: #1f4166;
    font-weight: 600;
}

.payment-next-step-note {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5d7390;
}

body.lux-theme.page-complete_bid .page-back-link,
body.lux-theme.page-payment_page .page-back-link {
    justify-self: start;
    width: auto;
    min-width: 0;
}

.listing-card-stack {
    display: grid;
    gap: 16px;
}

.listing-row-card {
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 14px;
    align-items: stretch;
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(12, 38, 73, 0.07);
    overflow: hidden;
}

.listing-row-card .slider-wrapper {
    min-height: 220px;
}

.listing-row-card .swiper-container,
.listing-row-card .swiper-wrapper,
.listing-row-card .swiper-slide {
    height: 100%;
}

.listing-row-card .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.listing-row-card .text-container {
    padding: 16px;
}

.listing-row-card .text-container h2 {
    margin-top: 0;
}

.public-listing-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.public-listing-head h2 {
    margin: 0;
}

.public-listing-location {
    margin: 0;
    color: #5c6f8b;
    font-size: 0.92rem;
}

.public-listing-description {
    margin: 10px 0;
    color: #495d7a;
}

.public-listing-price {
    margin-bottom: 10px;
    font-size: 1.45rem;
    font-weight: 700;
    color: #0d467a;
}

.public-listing-price span {
    font-size: 0.95rem;
    font-weight: 500;
    color: #5b6f8a;
}

.public-listing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.public-listing-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid #d6e4f4;
    background: #f6faff;
    color: #345172;
    font-size: 0.85rem;
}

.public-listing-cta {
    display: inline-block;
    margin-top: 12px;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-bottom: 10px;
}

.kpi-revenue-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.kpi-revenue-card .kpi-title {
    color: #496180;
}

.kpi-revenue-card .kpi-value {
    font-size: 1.35rem;
}

.kpi-card {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d7e2f0;
    background: #fff;
}

.kpi-card p {
    margin: 0;
}

.kpi-card .kpi-title {
    color: #536883;
}

.kpi-card .kpi-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.filter-kpi {
    appearance: none;
    background: #fff;
    color: inherit;
    border: 1px solid #d7e2f0;
    border-radius: 10px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    transform: none;
    box-shadow: none;
}

.filter-kpi:hover {
    transform: none;
    box-shadow: none;
    border-color: #9fc3ef;
}

.filter-kpi.is-active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}

.kpi-status-pending {
    background: #fff4d6;
    border-color: #efcb75;
}

.kpi-status-pending .kpi-title {
    color: #9a6900;
}

.kpi-status-accepted {
    background: #e6f2fb;
    border-color: #a9cdea;
}

.kpi-status-accepted .kpi-title {
    color: #005f95;
}

.kpi-status-completed {
    background: #e4f7f1;
    border-color: #9ad6c4;
}

.kpi-status-completed .kpi-title {
    color: #007a58;
}

.kpi-status-declined {
    background: #fde9eb;
    border-color: #efb7bd;
}

.kpi-status-declined .kpi-title {
    color: #8f0f1a;
}

.kpi-status-cancelled {
    background: #f8ecf4;
    border-color: #dfb6d1;
}

.kpi-status-cancelled .kpi-title {
    color: #8a4d72;
}

.kpi-status-no-show {
    background: #f1f1f1;
    border-color: #d0d0d0;
}

.kpi-status-no-show .kpi-title {
    color: #4d4d4d;
}

.kpi-status-expired {
    background: #f7efe6;
    border-color: #d7ba93;
}

.kpi-status-expired .kpi-title {
    color: #6f3f06;
}

.booking-card {
    border: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff;
}

.booking-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.status-pill {
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.9rem;
}

.status-pill.status-pill-other {
    background: #6c757d;
}

.status-pill.status-pill-pending {
    background: #e69f00;
}

.status-pill.status-pill-accepted {
    background: #0072b2;
}

.status-pill.status-pill-completed {
    background: #009e73;
}

.status-pill.status-pill-no_show {
    background: #4d4d4d;
}

.status-pill.status-pill-declined {
    background: #c1121f;
}

.status-pill.status-pill-cancelled {
    background: #cc79a7;
}

.status-pill.status-pill-expired {
    background: #8c510a;
}

.booking-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.customer-booking-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.customer-booking-details-btn {
    width: 100%;
}

.customer-booking-decision-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.customer-booking-decision-row > *:only-child {
    grid-column: 1 / -1;
}

.customer-booking-decision-row form,
.customer-booking-decision-row .booking-action-btn {
    width: 100%;
}

.customer-booking-decision-row form {
    margin: 0;
}

.confirm-modal[hidden] {
    display: none !important;
}

.confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.confirm-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 18, 0.72);
    backdrop-filter: blur(2px);
}

.confirm-modal__dialog {
    position: relative;
    width: min(520px, calc(100% - 24px));
    border-radius: 14px;
    border: 1px solid #cfdbeb;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(9, 20, 35, 0.24);
    padding: 20px;
    display: grid;
    gap: 12px;
}

.confirm-modal__dialog h3 {
    margin: 0;
    font-size: 1.25rem;
}

.confirm-modal__dialog p {
    margin: 0;
    line-height: 1.5;
    color: #4f6481;
}

.confirm-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.confirm-modal__submit.is-accept {
    background: #00a67e;
    color: #ffffff !important;
}

.confirm-modal__submit.is-decline {
    background: #d74545;
    color: #ffffff !important;
}

.empty-state {
    color: #556176;
    background: #f8fbff;
    border: 1px dashed #c6d6ea;
    border-radius: 10px;
    padding: 14px;
}

.company-dashboard-filter-form {
    border: 1px solid #e0e8f3;
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.company-dashboard-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
    align-items: end;
}

.company-period-quickbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.company-period-pill {
    border: 1px solid #cfdced;
    background: #f4f8fe;
    color: #2d588d;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
}

.company-period-pill-button {
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
}

.company-period-pill:hover {
    background: #e9f2ff;
    transform: none;
}

.company-period-pill.is-active {
    background: #dceaff;
    border-color: #8db6e8;
    color: #0e4d9c;
}

.company-period-filter-stack {
    margin-bottom: 12px;
}

.company-custom-period-popover {
    max-width: 480px;
    display: grid;
    gap: 8px;
    border: 1px solid #d4e1f1;
    border-radius: 10px;
    padding: 10px;
    background: #f7fbff;
}

.company-custom-period-popover[hidden] {
    display: none !important;
}

.company-custom-range-trigger {
    min-height: 40px;
    font-size: 0.9rem;
    padding: 8px 11px;
}

.company-custom-date-dropdown {
    margin-top: 0;
}

.company-custom-period-hint {
    margin: 0;
    color: #5a708d;
    font-size: 0.83rem;
}

.company-filter-field label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.79rem;
    color: #59708f;
    font-weight: 600;
}

.company-filter-field input,
.company-filter-field select {
    width: 100%;
    min-height: 36px;
    border: 1px solid #c5d6ea;
    border-radius: 8px;
    padding: 6px 10px;
    background: #fff;
    color: #1f3857;
    font-size: 0.9rem;
}

.company-custom-date-field.is-hidden {
    display: none;
}

.company-per-page-field {
    max-width: 170px;
}

.company-filter-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.company-filter-actions .btn-secondary-inline {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    font-size: 0.86rem;
}

.dashboard-filter-reset {
    text-decoration: none;
}

.company-listings-filter-block {
    margin-bottom: 12px;
}

.company-filter-caption {
    margin: 0 0 7px 0;
    color: #4f6481;
    font-size: 0.9rem;
    font-weight: 600;
}

.company-listing-pill-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.company-listing-pill {
    border: 1px solid #cfe0f3;
    background: #eef6ff;
    color: #26558a;
    border-radius: 999px;
    padding: 6px 11px;
    cursor: pointer;
    font-size: 0.84rem;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-listing-pill:hover {
    background: #e0eeff;
    transform: none;
}

.company-listing-pill.is-active {
    border-color: #0d6efd;
    background: #dbeaff;
    color: #0d4fa6;
    font-weight: 700;
}

.company-booking-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.company-booking-summary {
    margin: 0;
    color: #556d8c;
    font-size: 0.9rem;
    background: #f4f8fd;
    border: 1px solid #dce7f4;
    border-radius: 999px;
    padding: 6px 12px;
}

.company-booking-list {
    display: grid;
    gap: 10px;
}

.company-booking-card {
    border-color: #d9e4f1;
    padding: 12px;
}

.company-booking-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #153558;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.company-booking-subtitle {
    margin: 2px 0 0 0;
    font-size: 0.8rem;
    color: #5a6f8a;
    overflow-wrap: anywhere;
}

.company-booking-layout {
    margin-top: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: 10px;
    align-items: start;
}

.company-booking-main,
.company-booking-side {
    min-width: 0;
}

.company-booking-side {
    display: grid;
    gap: 8px;
}

.company-booking-meta-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) minmax(220px, 1.2fr) minmax(120px, 0.7fr) minmax(120px, 0.7fr);
    gap: 8px;
}

.company-booking-meta-item {
    border: 1px solid rgba(190, 162, 102, 0.2);
    border-radius: 10px;
    background: rgba(11, 18, 30, 0.66);
    padding: 9px 10px;
    min-height: 62px;
}

.company-booking-meta-item.is-compact {
    padding: 8px 9px;
}

.company-booking-meta-label {
    display: block;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.company-booking-meta-value {
    display: block;
    margin-top: 3px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.company-booking-meta-value-range {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.company-booking-meta-range-sep {
    font-size: 0.95rem;
    font-weight: 600;
}

.company-booking-note {
    margin: 6px 0 0 0;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.booking-deadline-banner {
    margin-top: 8px;
    padding: 10px 11px;
    border-radius: 10px;
    border: 1px solid #d7e4f5;
    background: linear-gradient(135deg, #eef5ff 0%, #f9fbff 100%);
    display: grid;
    gap: 6px;
}

.booking-deadline-banner.is-company {
    border-color: #bfd5f8;
    background: linear-gradient(135deg, #e9f2ff 0%, #f7fbff 100%);
}

.booking-deadline-banner.is-customer {
    border-color: #c8e5df;
    background: linear-gradient(135deg, #ebf8f4 0%, #f8fcfb 100%);
}

.booking-deadline-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.booking-deadline-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #355b84;
    font-weight: 700;
}

.booking-deadline-time {
    font-size: 0.9rem;
    font-weight: 700;
    color: #123f6f;
    white-space: nowrap;
}

.booking-deadline-copy {
    margin: 0;
    font-size: 0.84rem;
    color: #355b84;
}

.booking-deadline-track {
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: #d9e6f7;
}

.booking-deadline-fill {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1a7be0 0%, #3d96f2 100%);
    transition: width 0.9s linear, background-color 0.2s ease;
}

.booking-deadline-banner.is-warning {
    border-color: #f2d086;
    background: linear-gradient(135deg, #fff7e0 0%, #fffdf7 100%);
}

.booking-deadline-banner.is-warning .booking-deadline-label,
.booking-deadline-banner.is-warning .booking-deadline-time,
.booking-deadline-banner.is-warning .booking-deadline-copy {
    color: #8f6200;
}

.booking-deadline-banner.is-warning .booking-deadline-track {
    background: #f6e2b5;
}

.booking-deadline-banner.is-warning .booking-deadline-fill {
    background: linear-gradient(90deg, #f0a202 0%, #f7c444 100%);
}

.booking-deadline-banner.is-critical {
    border-color: #efadad;
    background: linear-gradient(135deg, #ffe9e9 0%, #fff9f9 100%);
}

.booking-deadline-banner.is-critical .booking-deadline-label,
.booking-deadline-banner.is-critical .booking-deadline-time,
.booking-deadline-banner.is-critical .booking-deadline-copy {
    color: #b11d1d;
}

.booking-deadline-banner.is-critical .booking-deadline-track {
    background: #f5c8c8;
}

.booking-deadline-banner.is-critical .booking-deadline-fill {
    background: linear-gradient(90deg, #d92c2c 0%, #ef6a6a 100%);
}

.booking-deadline-banner.is-expired {
    border-color: #d9d9d9;
    background: linear-gradient(135deg, #f2f3f5 0%, #fbfcfd 100%);
}

.booking-deadline-banner.is-expired .booking-deadline-label,
.booking-deadline-banner.is-expired .booking-deadline-time,
.booking-deadline-banner.is-expired .booking-deadline-copy {
    color: #555f6b;
}

.booking-deadline-banner.is-expired .booking-deadline-track {
    background: #dee3e9;
}

.booking-deadline-banner.is-expired .booking-deadline-fill {
    background: #9aa7b8;
}

.company-booking-amount-box {
    background: #f6f9fd;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    padding: 9px;
    display: grid;
    gap: 2px;
}

.company-booking-amount-box p {
    margin: 0;
    font-size: 0.88rem;
}

.company-booking-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.company-booking-price-row span {
    color: #5c6f89;
}

.company-booking-price-row strong {
    color: #2a4669;
    text-align: right;
    white-space: nowrap;
}

.company-booking-price-row.is-total {
    margin-top: 2px;
    padding-top: 5px;
    border-top: 1px dashed #cfdced;
}

.booking-note-meta-date {
    display: block;
    margin-top: 2px;
    font-size: 0.86em;
}

.company-finalize-form {
    margin-top: 8px;
    display: grid;
    gap: 6px;
    max-width: 560px;
}

.company-finalize-label {
    margin: 0;
}

.company-finalize-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.36);
    background: rgba(10, 19, 34, 0.86);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
}

.company-finalize-segment-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.company-finalize-segment {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-right: 1px solid rgba(212, 172, 91, 0.2);
    color: #d4bc86;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.company-finalize-segment:last-child {
    border-right: none;
}

.company-finalize-segment:hover {
    background: rgba(212, 172, 91, 0.14);
    color: #ffffff;
}

.company-finalize-segment-input:checked + .company-finalize-segment {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #101822;
}

.company-finalize-segment-input:focus-visible + .company-finalize-segment {
    outline: 2px solid rgba(218, 182, 109, 0.76);
    outline-offset: -2px;
}

.company-booking-actions {
    margin-top: 0;
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.company-booking-details-btn {
    width: 100%;
}

.company-booking-decision-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.company-booking-decision-row form {
    margin: 0;
}

.company-booking-actions a,
.company-booking-actions button {
    white-space: nowrap;
}

.dashboard-pagination {
    margin: 8px 0 10px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.dashboard-pagination a,
.dashboard-pagination span {
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
    border-radius: 8px;
    border: 1px solid #cfe0f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.84rem;
}

.dashboard-pagination a {
    background: #fff;
    color: #245488;
    text-decoration: none;
}

.dashboard-pagination a:hover {
    background: #eef5ff;
    transform: none;
}

.dashboard-pagination .is-current {
    border-color: #0d6efd;
    background: #dbeaff;
    color: #0d4fa6;
    font-weight: 700;
}

.dashboard-pagination .is-disabled {
    background: #f5f7fb;
    color: #90a0b5;
}

.my-listings-grid {
    display: grid;
    gap: 16px;
}

.my-listing-card {
    display: grid;
    grid-template-columns: minmax(260px, 380px) 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(12, 38, 73, 0.07);
    overflow: hidden;
}

.my-listing-media {
    background: #f1f6fc;
    min-height: 240px;
    border-right: 1px solid #dfe5ee;
    overflow: hidden;
}

.my-listing-swiper,
.my-listing-swiper .swiper-wrapper,
.my-listing-swiper .swiper-slide {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.my-listing-swiper {
    position: relative;
    overflow: hidden;
}

.my-listing-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-listing-empty-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 240px;
    padding: 16px;
    color: #5a6f8d;
    text-align: center;
}

body.lux-theme.page-my_listings .my-listing-media,
body.lux-theme.page-my_listings .my-listing-empty-media {
    height: 480px;
}

@media (max-width: 900px) {
    body.lux-theme.page-my_listings .my-listing-media,
    body.lux-theme.page-my_listings .my-listing-empty-media {
        height: 390px;
    }
}

@media (max-width: 640px) {
    body.lux-theme.page-my_listings .my-listing-media,
    body.lux-theme.page-my_listings .my-listing-empty-media {
        height: 280px;
    }
}

.my-listing-body {
    padding: 16px;
    display: grid;
    gap: 12px;
}

.my-listing-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.my-listing-header h2 {
    margin: 0;
}

.my-listing-badge {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.84rem;
    font-weight: 700;
}

.my-listing-badge-active {
    background: #e4f7f1;
    border: 1px solid #9ad6c4;
    color: #007a58;
}

.my-listing-badge-expired {
    background: #f7efe6;
    border: 1px solid #d7ba93;
    color: #6f3f06;
}

.my-listing-badge-paused {
    background: #eff1f5;
    border: 1px solid #d4d9e1;
    color: #4b5563;
}

.my-listing-description {
    margin: 0;
    color: #4b5f7a;
}

.my-listing-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
}

.my-listing-booking-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.my-mini-stat {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f3f7fd;
    border: 1px solid #d6e2f2;
    color: #365174;
    font-size: 0.84rem;
}

.my-mini-stat-money {
    background: #ecf8f1;
    border-color: #c5e9d3;
    color: #25603f;
}

.my-listing-company {
    margin: 0;
    color: #4b5f7a;
}

.my-listing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.my-listing-actions form {
    margin: 0;
}

.my-action-btn {
    border: none;
    border-radius: 7px;
    padding: 9px 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.93rem;
    line-height: 1.2;
}

.my-action-edit {
    background: #f0ad00;
}

.my-action-edit:hover {
    background: #d89b00;
    color: #fff;
    transform: none;
}

.my-action-delete {
    background: #dc3545;
}

.my-action-delete:hover {
    background: #bb2d3b;
    color: #fff;
    transform: none;
}

.my-action-view {
    background: #0d6efd;
}

.my-action-view:hover {
    background: #0b5ed7;
    color: #fff;
    transform: none;
}

.my-action-pause {
    background: #6b7280;
}

.my-action-pause:hover {
    background: #4b5563;
    color: #fff;
    transform: none;
}

.my-action-activate {
    background: #198754;
}

.my-action-activate:hover {
    background: #146c43;
    color: #fff;
    transform: none;
}

/* Keep swiper controls readable above listing images */
.my-listing-media .swiper-button-next,
.my-listing-media .swiper-button-prev {
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.my-listing-media .swiper-button-next:after,
.my-listing-media .swiper-button-prev:after {
    font-size: 14px;
}

@media (max-width: 980px) {
    .form-grid-2 {
        grid-template-columns: 1fr;
    }

    .hotel-location-options-grid {
        grid-template-columns: 1fr;
    }

    .hotel-location-mode-grid {
        grid-template-columns: 1fr;
    }

    .hotel-location-card {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hotel-location-card input[type="radio"] {
        margin-top: 0;
    }

    .price-rule-main {
        grid-template-columns: 1fr 1fr;
    }

    .detail-grid {
        grid-template-columns: 1fr;
    }

    .detail-layout-split {
        grid-template-columns: 1fr;
    }

    .listing-row-card {
        grid-template-columns: 1fr;
    }

    .my-listing-card {
        grid-template-columns: 1fr;
    }

    .my-listing-media {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid #dfe5ee;
    }

    .date-range-calendars {
        grid-template-columns: 1fr;
    }

    .company-booking-layout {
        grid-template-columns: 1fr;
    }

    .company-booking-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-booking-meta-value-range {
        white-space: normal;
        flex-wrap: wrap;
        gap: 2px;
    }

    .company-filter-actions {
        justify-content: flex-start;
    }

    .company-per-page-field {
        max-width: none;
    }

    .company-custom-period-popover {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .hotel-location-block {
        padding: 10px;
    }

    .hotel-location-mode-option {
        padding: 8px 10px;
        min-height: 48px;
    }

    .hotel-location-new-block {
        padding: 9px;
    }

    .register-phone-row {
        grid-template-columns: 1fr;
    }

    .listing-time-grid {
        grid-template-columns: 1fr;
    }

    .price-rule-main {
        grid-template-columns: 1fr;
    }

    .my-listing-facts {
        grid-template-columns: 1fr;
    }

    .my-listing-media {
        min-height: 200px;
    }

    .company-booking-meta-grid {
        grid-template-columns: 1fr;
    }

    .date-range-day,
    .date-range-day.is-empty,
    .date-range-day-btn {
        min-height: 40px;
    }

    .date-range-day-price {
        font-size: 0.52rem;
    }

    .company-period-quickbar {
        gap: 6px;
    }

    .company-period-pill {
        font-size: 0.78rem;
        padding: 5px 10px;
    }

    .company-listing-pill {
        max-width: 100%;
    }

    .company-booking-summary {
        width: 100%;
        border-radius: 10px;
    }

    .kpi-revenue-row {
        grid-template-columns: 1fr;
    }

    .request-detail-price-row {
        flex-direction: column;
        align-items: flex-start;
    }

}
/* ==================================================
   UI Hotfix Pass - Readability + Alignment + States
   ================================================== */

body.lux-theme .logo {
    font-size: 1.78rem;
    letter-spacing: 0;
    white-space: nowrap;
}

body.lux-theme header nav {
    max-width: 1420px;
    gap: 8px;
    align-items: center;
}

body.lux-theme .main-nav-list {
    margin-left: auto;
    gap: 2px;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: calc(100% - 230px);
    scrollbar-width: none;
}

body.lux-theme .main-nav-list::-webkit-scrollbar {
    display: none;
}

body.lux-theme .main-nav-list > li > a {
    font-size: 0.84rem;
    padding: 7px 10px;
    min-height: 34px;
}

body.lux-theme .profile-menu-toggle {
    min-height: 34px;
    padding: 6px 10px;
}

body.lux-theme .btn-secondary {
    background: rgba(8, 16, 30, 0.62) !important;
    border-color: rgba(212, 172, 91, 0.55) !important;
    color: #ddb96f !important;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.1);
}

body.lux-theme .btn-secondary:hover {
    background: rgba(17, 30, 52, 0.78) !important;
    border-color: rgba(230, 197, 124, 0.72) !important;
    color: #f0d49a !important;
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.2), 0 8px 22px rgba(0, 0, 0, 0.35);
}

body.lux-theme .featured-home-card-link {
    display: block;
    color: inherit;
}

body.lux-theme .featured-home-card-link:hover {
    color: inherit;
    transform: none;
}

body.lux-theme .featured-home-card-link .featured-home-card {
    transition: transform 0.2s ease, border-color 0.2s ease;
}

body.lux-theme .featured-home-card-link:hover .featured-home-card {
    transform: translateY(-2px);
    border-color: rgba(212, 172, 91, 0.46);
}

body.lux-theme .form-shell {
    color: #d7dfec;
}

body.lux-theme .calc-highlight {
    background: rgba(13, 21, 36, 0.88) !important;
    border: 1px solid rgba(212, 172, 91, 0.28) !important;
    color: #dbe3ef;
}

body.lux-theme .calc-highlight strong,
body.lux-theme .calc-highlight p,
body.lux-theme .calc-highlight .form-hint,
body.lux-theme #base_price_preview,
body.lux-theme #room_capacity_preview {
    color: #f0e2bf !important;
}

body.lux-theme .calc-highlight-note {
    margin-top: 6px;
    color: #b8c4d7 !important;
}

body.lux-theme .listing-inline-preview {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #9fb0c8 !important;
}

body.lux-theme .form-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

body.lux-theme .form-field-head > label {
    margin-bottom: 0;
}

body.lux-theme .listing-inline-preview-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.36);
    background: rgba(10, 19, 34, 0.72);
    color: #ddc68f !important;
    font-size: 0.77rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

body.lux-theme .listing-inline-preview-chip,
body.lux-theme .listing-inline-preview-chip * {
    color: #ddc68f !important;
}

body.lux-theme .price-rule-occupancy-preview {
    display: inline-flex;
    margin-top: 6px;
    width: fit-content;
}

@media (max-width: 700px) {
    body.lux-theme .form-field-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

body.lux-theme .form-actions-tight {
    margin-top: 10px;
}

body.lux-theme .file-input-hidden {
    display: none;
}

body.lux-theme .upload-trigger {
    border: 1px solid rgba(212, 172, 91, 0.46);
    background: rgba(10, 19, 34, 0.78);
    color: #dfc382;
}

body.lux-theme .upload-trigger:hover {
    background: rgba(212, 172, 91, 0.16);
    color: #f0d89f;
}

body.lux-theme .upload-filenames {
    color: #9aabc3;
}

body.lux-theme .image-preview-container {
    border-color: rgba(212, 172, 91, 0.24);
    background: rgba(10, 18, 32, 0.66);
}

body.lux-theme .price-rule-row,
body.lux-theme .price-rule-occupancy-wrap,
body.lux-theme .price-day-chip {
    background: rgba(11, 19, 34, 0.78);
    border-color: rgba(190, 162, 102, 0.24);
    color: #cad4e4;
}

body.lux-theme .request-detail-layout {
    margin-top: 18px;
}

body.lux-theme .request-detail-main,
body.lux-theme .request-detail-side {
    background: linear-gradient(145deg, rgba(12, 21, 36, 0.96), rgba(8, 15, 28, 0.98));
    border: 1px solid rgba(190, 162, 102, 0.24);
}

body.lux-theme .request-detail-title,
body.lux-theme .request-detail-side-title,
body.lux-theme .request-detail-section h3 {
    color: #f2ead9;
}

body.lux-theme .request-detail-subtitle,
body.lux-theme .request-detail-chip,
body.lux-theme .request-detail-note,
body.lux-theme .request-detail-meta-chips,
body.lux-theme .request-detail-inline-note,
body.lux-theme .request-detail-price-row,
body.lux-theme .request-detail-price-row span,
body.lux-theme .request-detail-price-row strong,
body.lux-theme .price-breakdown-line-model,
body.lux-theme .price-breakdown-line-muted,
body.lux-theme .price-breakdown-room-item {
    color: #d3dceb !important;
}

body.lux-theme .request-detail-listing-link {
    color: #e6d6ae;
    border-bottom-color: rgba(212, 172, 91, 0.34);
}

body.lux-theme .request-detail-listing-link:hover,
body.lux-theme .request-detail-listing-link:focus-visible {
    color: #f2e1b8;
    border-bottom-color: rgba(233, 201, 133, 0.82);
    outline: none;
}

body.lux-theme .request-detail-chip,
body.lux-theme .request-detail-note,
body.lux-theme .request-detail-price-row,
body.lux-theme .request-detail-inline-note,
body.lux-theme .request-detail-action-card,
body.lux-theme .price-breakdown-line-item {
    background: rgba(14, 24, 41, 0.84) !important;
    border-color: rgba(190, 162, 102, 0.24) !important;
}

body.lux-theme .request-detail-price-row.is-total {
    background: rgba(212, 172, 91, 0.14) !important;
    border-color: rgba(212, 172, 91, 0.42) !important;
}

body.lux-theme .request-detail-action-pay,
body.lux-theme .request-detail-action-cancel,
body.lux-theme .request-detail-action-finalize {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
}

body.lux-theme .request-detail-action-pay {
    background: linear-gradient(135deg, #0f8f74, #17a684);
    color: #061811;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.lux-theme .request-detail-action-pay:hover {
    background: linear-gradient(135deg, #14a181, #22b992);
    color: #061811;
}

body.lux-theme .request-detail-action-cancel {
    background: linear-gradient(135deg, #bf3e3e, #e06464);
    color: #fff;
}

body.lux-theme .request-detail-action-finalize {
    background: linear-gradient(135deg, #2f8ec1, #4ba7d7);
    color: #071620;
}

body.lux-theme .request-finalize-segmented {
    border-color: rgba(212, 172, 91, 0.36);
    background: rgba(10, 19, 34, 0.86);
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
}

body.lux-theme .request-finalize-segmented.is-invalid,
body.lux-theme .company-finalize-segmented.is-invalid {
    border-color: rgba(214, 78, 78, 0.86);
    box-shadow: inset 0 0 0 1px rgba(214, 78, 78, 0.34);
}

body.lux-theme .request-finalize-segment {
    border-right-color: rgba(212, 172, 91, 0.2);
    color: #d4bc86;
}

body.lux-theme .request-finalize-segment:hover {
    background: rgba(212, 172, 91, 0.14);
    color: #ffffff;
}

body.lux-theme .request-finalize-segment-input:checked + .request-finalize-segment {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #101822;
}

body.lux-theme .request-finalize-segment-input:focus-visible + .request-finalize-segment {
    outline-color: rgba(218, 182, 109, 0.76);
}

body.lux-theme .finalize-inline-error {
    color: #e17f7f;
}

body.lux-theme .request-detail-finalize-form input[type="text"] {
    border-color: rgba(190, 162, 102, 0.28);
    background: rgba(11, 20, 35, 0.88);
    color: #f2f5fa;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
}

body.lux-theme .request-detail-finalize-form input[type="text"]::placeholder {
    color: #9eb1d0;
}

body.lux-theme .request-detail-finalize-form input[type="text"]:focus {
    outline: none;
    border-color: rgba(218, 182, 109, 0.72);
    box-shadow: 0 0 0 2px rgba(218, 182, 109, 0.18), inset 0 0 0 1px rgba(212, 172, 91, 0.1);
}

body.lux-theme .request-detail-action-card h4 {
    color: #f2ead9;
}

body.lux-theme .request-detail-action-row,
body.lux-theme .request-detail-action-copy {
    color: #cfd9ea;
}

body.lux-theme .request-detail-action-row strong {
    color: #f2d69b;
}

body.lux-theme .request-detail-action-cancel-secondary {
    background: rgba(170, 46, 57, 0.14);
    border-color: rgba(229, 121, 133, 0.56);
    color: #f4c5cb !important;
}

body.lux-theme .request-detail-action-cancel-secondary:hover {
    background: rgba(189, 61, 74, 0.24);
    border-color: rgba(255, 166, 177, 0.84);
    color: #ffe7ea !important;
    box-shadow: 0 0 0 1px rgba(191, 62, 62, 0.22);
}

body.lux-theme .profile-page {
    max-width: 1220px;
}

body.lux-theme .profile-hero h1 {
    color: #f2ead9;
}

body.lux-theme .profile-hero p,
body.lux-theme .profile-note,
body.lux-theme .profile-hint,
body.lux-theme .profile-info-list p,
body.lux-theme .profile-back-link {
    color: #9aaac1;
}

body.lux-theme .profile-card {
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.95), rgba(8, 16, 30, 0.97)) !important;
    border: 1px solid rgba(190, 162, 102, 0.24) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

body.lux-theme .profile-card h2,
body.lux-theme .profile-subtitle,
body.lux-theme .profile-field label,
body.lux-theme .profile-info-list strong {
    color: #e6d5ab;
}

body.lux-theme .profile-field input,
body.lux-theme .profile-field select {
    background: rgba(12, 21, 36, 0.72);
    border-color: rgba(190, 162, 102, 0.24);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
}

body.lux-theme .profile-email-pending-inline {
    margin-top: 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border-radius: 11px;
    border: 1px solid rgba(83, 150, 220, 0.34);
    background: linear-gradient(145deg, rgba(26, 53, 84, 0.36), rgba(11, 21, 36, 0.74));
}

body.lux-theme .profile-email-pending-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

body.lux-theme .profile-email-pending-copy strong {
    color: #f1d088;
    font-size: 0.86rem;
    line-height: 1.25;
}

body.lux-theme .profile-email-pending-copy span {
    color: #9fb2cc;
    font-size: 0.84rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.lux-theme .profile-inline-verify-btn,
body.lux-theme .profile-pending-email-verify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

body.lux-theme .profile-inline-verify-btn:hover,
body.lux-theme .profile-inline-verify-btn:focus-visible,
body.lux-theme .profile-pending-email-verify-btn:hover,
body.lux-theme .profile-pending-email-verify-btn:focus-visible {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
    outline: none;
}

body.lux-theme .profile-tab-btn {
    background: rgba(12, 21, 36, 0.72);
    border-color: rgba(190, 162, 102, 0.24);
    color: #b9c6d9;
}

body.lux-theme .profile-tab-btn.is-active {
    background: rgba(212, 172, 91, 0.2);
    border-color: rgba(212, 172, 91, 0.5);
    color: #eed7a4;
}

body.lux-theme .profile-save-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.22s ease;
}

body.lux-theme .profile-save-btn:hover {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
}

body.lux-theme .profile-save-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 172, 91, 0.26);
}

body.lux-theme .profile-pending-email-card {
    margin-top: 16px;
    padding: 13px;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(12, 21, 36, 0.58);
}

body.lux-theme .profile-pending-email-title {
    margin: 0;
    color: #f1d088;
    font-weight: 800;
}

body.lux-theme .profile-pending-email-card .profile-note {
    margin: 6px 0 0;
}

body.lux-theme .profile-pending-email-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
    gap: 8px;
    margin-top: 12px;
}

body.lux-theme .profile-pending-email-actions form {
    display: flex;
    margin: 0;
}

body.lux-theme .profile-pending-email-cancel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.48);
    background: rgba(12, 21, 36, 0.45);
    color: #e5c987;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.lux-theme .profile-pending-email-cancel-btn:hover,
body.lux-theme .profile-pending-email-cancel-btn:focus-visible {
    border-color: rgba(230, 197, 124, 0.76);
    background: rgba(212, 172, 91, 0.1);
    color: #ffffff;
    outline: none;
}

@media (max-width: 700px) {
    body.lux-theme .profile-email-pending-inline,
    body.lux-theme .profile-pending-email-actions {
        grid-template-columns: 1fr;
    }

    body.lux-theme .profile-inline-verify-btn,
    body.lux-theme .profile-pending-email-verify-btn {
        width: 100%;
    }
}

body.lux-theme #profile-unsaved-modal .confirm-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme #profile-unsaved-modal .confirm-modal__cancel,
body.lux-theme #profile-unsaved-modal .confirm-modal__submit {
    width: 100%;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    font-size: 0.95rem;
    font-weight: 700;
}

body.lux-theme #profile-unsaved-modal .confirm-modal__submit {
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
}

body.lux-theme #profile-unsaved-modal .confirm-modal__submit:hover {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
}

body.lux-theme #profile-unsaved-modal .confirm-modal__submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 172, 91, 0.26);
}

body.lux-theme #profile-unsaved-modal .confirm-modal__cancel:hover {
    color: #ffffff !important;
}

body.lux-theme .notifications-page {
    margin-top: 14px;
    display: grid;
    gap: 14px;
}

body.lux-theme .messages-page {
    margin-top: 14px;
    display: grid;
    gap: 14px;
}

body.lux-theme .messages-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

body.lux-theme .messages-summary {
    margin: 0;
    color: #a8b8d0;
}

body.lux-theme .messages-summary strong {
    color: #edd39c;
}

body.lux-theme .notifications-summary,
body.lux-theme .messages-page-count {
    margin: 0;
    color: #a8b8d0;
}

body.lux-theme .notifications-summary strong,
body.lux-theme .messages-page-count strong {
    color: #edd39c;
}

body.lux-theme .messages-thread-list {
    display: grid;
    gap: 12px;
}

body.lux-theme .messages-thread-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.96), rgba(8, 16, 30, 0.98));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme .messages-thread-item:hover {
    border-color: rgba(212, 172, 91, 0.4);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
    transform: translateY(-1px);
}

body.lux-theme .messages-thread-item.has-unread {
    border-color: rgba(212, 172, 91, 0.5);
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.18) inset, 0 12px 28px rgba(0, 0, 0, 0.3);
}

body.lux-theme .messages-thread-item.is-closed {
    border-color: rgba(137, 152, 177, 0.26);
    background: linear-gradient(145deg, rgba(13, 22, 36, 0.94), rgba(7, 14, 28, 0.96));
}

body.lux-theme .messages-thread-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

body.lux-theme .messages-thread-avatar {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid rgba(212, 172, 91, 0.34);
    background: rgba(212, 172, 91, 0.12);
    color: #efd49a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

body.lux-theme .messages-thread-content {
    min-width: 0;
    display: grid;
    gap: 6px;
    flex: 1;
}

body.lux-theme .messages-thread-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.lux-theme .messages-thread-title {
    margin: 0;
    min-width: 0;
    color: #efe6d2;
    font-family: "Playfair Display", serif;
    font-size: 1.16rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.lux-theme .messages-thread-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
    color: #9db0c9;
    font-size: 0.9rem;
}

body.lux-theme .messages-thread-meta strong {
    color: #dce6f5;
}

body.lux-theme .messages-thread-snippet {
    margin: 0;
    color: #c7d5e8;
    font-size: 0.92rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

body.lux-theme .messages-thread-side {
    display: grid;
    justify-items: end;
    align-content: space-between;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 210px;
}

body.lux-theme .messages-thread-time {
    margin: 0;
    color: #8fa4c2;
    font-size: 0.82rem;
    white-space: nowrap;
}

body.lux-theme .messages-thread-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

body.lux-theme .notifications-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

body.lux-theme .notifications-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .notifications-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.26);
    background: rgba(8, 16, 30, 0.74);
    color: #b7c5da;
    text-decoration: none;
    font-weight: 600;
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.lux-theme .notifications-tab:hover,
body.lux-theme .notifications-tab:focus-visible {
    border-color: rgba(212, 172, 91, 0.56);
    background: rgba(212, 172, 91, 0.1);
    color: #f0dbad;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.18), 0 8px 18px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .notifications-tab span {
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 172, 91, 0.16);
    color: #e8ca8a;
    font-size: 0.78rem;
    transition: background 0.22s ease, color 0.22s ease;
}

body.lux-theme .notifications-tab:hover span,
body.lux-theme .notifications-tab:focus-visible span {
    background: rgba(212, 172, 91, 0.24);
    color: #f2d79f;
}

body.lux-theme .notifications-tab.is-active {
    border-color: rgba(212, 172, 91, 0.5);
    background: rgba(212, 172, 91, 0.14);
    color: #f0dbad;
}

body.lux-theme .notifications-tab.is-active:hover,
body.lux-theme .notifications-tab.is-active:focus-visible {
    background: rgba(212, 172, 91, 0.2);
}

body.lux-theme .notifications-mark-all-form {
    margin: 0;
}

body.lux-theme.page-notifications .notifications-mark-all-form .btn-secondary-inline {
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.lux-theme.page-notifications .notifications-mark-all-form .btn-secondary-inline:hover {
    background: rgba(17, 30, 52, 0.88) !important;
    border-color: rgba(230, 197, 124, 0.78) !important;
    color: #f0d49a !important;
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.2), 0 8px 22px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

body.lux-theme .notifications-open-strip {
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 91, 0.28);
    background: linear-gradient(145deg, rgba(18, 30, 50, 0.92), rgba(11, 21, 37, 0.96));
    padding: 12px 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.lux-theme .notifications-open-strip p {
    margin: 0;
    color: #c9d6e8;
}

body.lux-theme .notifications-open-strip strong {
    color: #efd09a;
}

body.lux-theme .notifications-section {
    display: grid;
    gap: 10px;
}

body.lux-theme .notifications-section h2 {
    margin: 0;
    color: #ece3cf;
    font-size: 1.1rem;
}

body.lux-theme .notifications-list {
    display: grid;
    gap: 12px;
}

body.lux-theme .notification-card {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.96), rgba(8, 16, 30, 0.98));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
    padding: 14px;
    display: grid;
    gap: 8px;
}

body.lux-theme .notification-card.is-new {
    border-color: rgba(212, 172, 91, 0.44);
}

body.lux-theme .notification-card.is-read {
    opacity: 0.95;
}

body.lux-theme .notification-card-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

body.lux-theme .notification-dot {
    margin-top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e0ae2f;
    box-shadow: 0 0 0 3px rgba(224, 174, 47, 0.18);
}

body.lux-theme .notification-dot-read {
    background: #607591;
    box-shadow: 0 0 0 3px rgba(96, 117, 145, 0.2);
}

body.lux-theme .notification-message {
    margin: 0;
    color: #d9e1ed;
    font-size: 1rem;
}

body.lux-theme .notification-date {
    margin: 10px 0 8px 18px;
    color: #9aabc3;
}

body.lux-theme .notification-meta-pills {
    margin-left: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

body.lux-theme .admin-notification-message {
    margin: 0;
}

body.lux-theme .admin-notification-meta-pills {
    margin: 6px 0 0 0;
}

body.lux-theme .admin-notification-context-meta {
    margin-top: 6px;
}

body.lux-theme .notification-category-pill,
body.lux-theme .notification-urgency-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(171, 188, 214, 0.22);
    background: rgba(13, 23, 39, 0.66);
    color: #b9c8dc;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
}

body.lux-theme .notification-category-payment,
body.lux-theme .notification-urgency-critical,
body.lux-theme .notification-urgency-urgent {
    border-color: rgba(212, 172, 91, 0.34);
    background: rgba(212, 172, 91, 0.1);
    color: #e8cc91;
}

body.lux-theme .notification-category-account,
body.lux-theme .notification-urgency-important {
    border-color: rgba(91, 141, 212, 0.32);
    background: rgba(91, 141, 212, 0.1);
    color: #bdd6fb;
}

body.lux-theme .notification-category-review,
body.lux-theme .notification-urgency-low {
    border-color: rgba(126, 190, 158, 0.3);
    background: rgba(126, 190, 158, 0.09);
    color: #bfe7d1;
}

body.lux-theme .notification-link {
    color: #cfae68;
    font-weight: 600;
    text-decoration: none;
}

body.lux-theme .notification-link:hover {
    color: #ead5a1;
    transform: none !important;
}

body.lux-theme .notification-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.84rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    transform: none !important;
}

body.lux-theme .notification-action-btn:hover {
    transform: none !important;
}

body.lux-theme .notification-action-primary {
    background: rgba(212, 172, 91, 0.1);
    border-color: rgba(212, 172, 91, 0.36);
    color: #e8cc91 !important;
}

body.lux-theme .notification-action-primary:hover {
    background: rgba(212, 172, 91, 0.16);
    border-color: rgba(232, 200, 130, 0.48);
    color: #f3ddaf !important;
}

body.lux-theme .notification-action-secondary {
    background: rgba(13, 23, 39, 0.82);
    border-color: rgba(171, 188, 214, 0.24);
    color: #c6d3e8 !important;
}

body.lux-theme .notification-action-secondary:hover {
    background: rgba(20, 33, 54, 0.9);
    border-color: rgba(171, 188, 214, 0.42);
    color: #e0e9f8 !important;
}

body.lux-theme .notification-card-actions {
    margin-left: 18px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

body.lux-theme .notifications-read-form {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
}

body.lux-theme .notifications-read-btn {
    min-height: 36px;
    white-space: nowrap;
}

body.lux-theme .notification-open-card {
    gap: 6px;
}

body.lux-theme .notification-open-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

body.lux-theme .notification-open-title {
    margin: 0;
    color: #efe6d2;
    font-family: "Playfair Display", serif;
    font-size: 1.24rem;
    line-height: 1.15;
}

body.lux-theme .notification-open-meta {
    margin: 0;
    color: #9db0c9;
    font-size: 0.92rem;
}

body.lux-theme .notification-open-note {
    margin: 0;
    color: #d7e3f5;
    font-size: 0.93rem;
    line-height: 1.45;
}

body.lux-theme .notifications-open-list .notification-action-primary {
    margin-top: 2px;
    align-self: start;
    justify-self: start;
    width: auto;
    max-width: fit-content;
    white-space: nowrap;
}

body.lux-theme .notification-card.is-read .notification-action-btn {
    width: auto;
    justify-self: start;
}

@media (max-width: 760px) {
    body.lux-theme .notification-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.lux-theme .notification-card-actions .notification-action-btn {
        width: 100%;
        justify-content: center;
    }

    body.lux-theme .notifications-read-form {
        width: 100%;
        margin-left: 0;
    }

    body.lux-theme .notification-open-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.lux-theme .messages-thread-actions .notification-action-btn {
        width: auto;
    }

    body.lux-theme .messages-toolbar,
    body.lux-theme .notifications-toolbar {
        align-items: stretch;
    }

    body.lux-theme .notifications-tabs {
        width: 100%;
    }

    body.lux-theme .notifications-tab {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }

    body.lux-theme .messages-summary {
        width: 100%;
        order: 2;
    }

    body.lux-theme .messages-thread-item {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    body.lux-theme .messages-thread-main {
        width: 100%;
    }

    body.lux-theme .messages-thread-side {
        width: 100%;
        min-width: 0;
        justify-items: start;
        gap: 8px;
    }

    body.lux-theme .messages-thread-actions {
        width: 100%;
        justify-content: flex-start;
    }

    body.lux-theme .notifications-open-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    body.lux-theme .notifications-mark-all-form {
        width: 100%;
    }

    body.lux-theme .notifications-mark-all-form .btn-secondary-inline {
        width: 100%;
        justify-content: center;
    }
}

body.lux-theme .admin-manage-page {
    margin-top: 14px;
}

body.lux-theme .admin-manage-search {
    margin: 12px 0;
    display: grid;
    gap: 8px;
    max-width: 420px;
}

body.lux-theme .admin-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.96), rgba(8, 16, 30, 0.98));
}

body.lux-theme .admin-users-table {
    width: 100%;
    border-collapse: collapse;
}

body.lux-theme .admin-users-table th,
body.lux-theme .admin-users-table td {
    border: 1px solid rgba(190, 162, 102, 0.2);
    padding: 10px;
    color: #d0d9e8;
    text-align: left;
}

body.lux-theme .admin-users-table th {
    color: #e7d6ad;
    background: rgba(212, 172, 91, 0.1);
}

body.lux-theme .admin-edit-cell {
    background: rgba(9, 16, 29, 0.92);
}

body.lux-theme .admin-edit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

body.lux-theme .admin-edit-grid-full {
    grid-column: 1 / -1;
}

body.lux-theme .admin-user-edit-form input,
body.lux-theme .admin-user-edit-form select {
    width: 100%;
    background: rgba(12, 21, 36, 0.74);
    border: 1px solid rgba(190, 162, 102, 0.24);
    color: #d6deeb;
    border-radius: 8px;
    min-height: 38px;
    padding: 8px 10px;
}

body.lux-theme .admin-company-block {
    border: 1px solid rgba(190, 162, 102, 0.24);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

body.lux-theme .admin-company-block h4 {
    margin: 0 0 10px 0;
    color: #e6d5ab;
}

body.lux-theme .admin-edit-actions {
    display: flex;
    gap: 8px;
}

body.lux-theme .admin-back-link {
    display: inline-flex;
    margin-top: 12px;
}

body.lux-theme .kpi-status-no-show .kpi-value {
    color: #ca9cff;
}

body.lux-theme .kpi-status-expired .kpi-value {
    color: #ffbd72;
}

body.lux-theme .status-pill.status-pill-no_show {
    color: #ddb9ff;
    border-color: rgba(177, 122, 237, 0.5);
    background: rgba(177, 122, 237, 0.16);
}

body.lux-theme .status-pill.status-pill-expired {
    color: #ffd19a;
    border-color: rgba(233, 156, 64, 0.5);
    background: rgba(233, 156, 64, 0.16);
}

body.lux-theme .date-range-day-price,
body.lux-theme .day-price,
body.lux-theme .calendar-price,
body.lux-theme .price-rule-day-price {
    color: #f2d69b !important;
    font-weight: 700;
}

body.lux-theme .date-range-day,
body.lux-theme .date-range-day-btn {
    color: #d2dbeb;
}

body.lux-theme .price-breakdown-line-head span,
body.lux-theme .price-breakdown-room-item,
body.lux-theme #summary-nightly-lines li,
body.lux-theme .price-breakdown-card span {
    color: #e5cc94 !important;
}

body.lux-theme .slider-wrapper .swiper-button-next,
body.lux-theme .slider-wrapper .swiper-button-prev,
body.lux-theme .my-listing-media .swiper-button-next,
body.lux-theme .my-listing-media .swiper-button-prev,
body.lux-theme .detail-slider-shell .swiper-button-next,
body.lux-theme .detail-slider-shell .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.42);
    background: rgba(7, 14, 25, 0.72);
    backdrop-filter: blur(4px);
}

body.lux-theme .slider-wrapper .swiper-button-next:after,
body.lux-theme .slider-wrapper .swiper-button-prev:after,
body.lux-theme .my-listing-media .swiper-button-next:after,
body.lux-theme .my-listing-media .swiper-button-prev:after,
body.lux-theme .detail-slider-shell .swiper-button-next:after,
body.lux-theme .detail-slider-shell .swiper-button-prev:after {
    color: #e8c97f;
    font-size: 13px;
    font-weight: 700;
}

body.lux-theme .swiper-pagination-bullet {
    background: rgba(226, 206, 165, 0.42);
    opacity: 1;
}

body.lux-theme .swiper-pagination-bullet-active {
    background: #e5c177;
}

@media (max-width: 1080px) {
    body.lux-theme .admin-edit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    body.lux-theme .main-nav-list {
        max-width: 100%;
    }

    body.lux-theme .admin-edit-grid {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   UI Polish Pass - final contrast + alignment fixes
   ================================================== */

body.lux-theme .logo {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.lux-theme .logo::before,
body.lux-theme .site-footer h4::before {
    content: none !important;
    display: none !important;
}

body.lux-theme header nav {
    flex-wrap: nowrap;
}

body.lux-theme .main-nav-list {
    min-width: 0;
}

body.lux-theme .main-nav-list > li {
    flex: 0 0 auto;
}

body.lux-theme .hero-bg-overlay {
    background: linear-gradient(110deg, rgba(4, 10, 20, 0.86) 12%, rgba(5, 11, 22, 0.68) 48%, rgba(5, 11, 22, 0.78) 100%);
}

body.lux-theme .hero .btn-secondary {
    border: 1px solid rgba(212, 172, 91, 0.58) !important;
    background: rgba(9, 18, 32, 0.68) !important;
    color: #e4c47f !important;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.12);
}

body.lux-theme .hero .btn-secondary:hover {
    border-color: rgba(233, 201, 133, 0.78) !important;
    background: rgba(15, 28, 47, 0.82) !important;
    color: #f2d8a1 !important;
    box-shadow: 0 0 0 1px rgba(233, 201, 133, 0.18), 0 8px 20px rgba(0, 0, 0, 0.32);
}

body.lux-theme .request-detail-status-pill {
    font-weight: 700;
}

body.lux-theme .request-detail-side .request-detail-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.lux-theme .request-detail-nightly-breakdown .price-breakdown-line-item {
    border-radius: 10px;
    padding: 10px 12px;
}

body.lux-theme .request-detail-nightly-breakdown .price-breakdown-line-head strong {
    color: #f2ead8;
}

body.lux-theme .request-detail-nightly-breakdown .price-breakdown-line-head span {
    color: #e8c782 !important;
}

body.lux-theme .request-detail-actions {
    gap: 10px;
}

body.lux-theme .request-detail-decision-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme .request-detail-actions form,
body.lux-theme .request-detail-actions a,
body.lux-theme .request-detail-actions button {
    width: 100%;
}

body.lux-theme.page-request_detail .request-detail-decision-row .booking-action-btn {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 10px 12px;
    letter-spacing: 0.01em;
}

body.lux-theme #summary-hotel-total,
body.lux-theme #summary-platform-fee,
body.lux-theme #summary-total-price,
body.lux-theme #summary-nightly-lines .price-breakdown-line-head span {
    color: #f2d69b !important;
    font-weight: 700;
}

body.lux-theme #summary-nightly-lines .price-breakdown-line-model,
body.lux-theme #summary-nightly-lines .price-breakdown-room-item,
body.lux-theme #summary-nightly-lines .price-breakdown-line-muted {
    color: #cdd8ea !important;
}

body.lux-theme #summary-nightly-lines .price-breakdown-empty {
    color: #96a8c1;
}

body.lux-theme .notification-card {
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .notification-card:hover {
    border-color: rgba(212, 172, 91, 0.42);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
}

body.lux-theme .admin-edit-row {
    display: none;
}

body.lux-theme .admin-manage-page .page-head p {
    color: #9fb0c8;
}

body.lux-theme .admin-manage-search label {
    color: #d6deeb;
    font-weight: 600;
}

body.lux-theme .admin-manage-search button,
body.lux-theme .admin-users-table button {
    border: 1px solid rgba(212, 172, 91, 0.42);
    background: linear-gradient(135deg, #bc944a, #d8b466);
    color: #151923;
    font-weight: 700;
    border-radius: 9px;
    min-height: 36px;
    padding: 8px 14px;
    cursor: pointer;
}

body.lux-theme .admin-manage-search button:hover,
body.lux-theme .admin-users-table button:hover {
    border-color: rgba(241, 214, 153, 0.65);
    background: linear-gradient(135deg, #c8a357, #e0c078);
}

body.lux-theme .admin-user-edit-form label {
    color: #d4deed;
    font-weight: 600;
    font-size: 0.82rem;
}

body.lux-theme .admin-back-link {
    color: #e1c58a;
}

body.lux-theme .admin-back-link:hover {
    color: #f1ddae;
}

body.lux-theme .profile-info-list p {
    color: #ccd6e6;
}

body.lux-theme .profile-field input::placeholder {
    color: #8fa2bd;
}

body.lux-theme .slider-wrapper .swiper-button-next:hover,
body.lux-theme .slider-wrapper .swiper-button-prev:hover,
body.lux-theme .my-listing-media .swiper-button-next:hover,
body.lux-theme .my-listing-media .swiper-button-prev:hover,
body.lux-theme .detail-slider-shell .swiper-button-next:hover,
body.lux-theme .detail-slider-shell .swiper-button-prev:hover {
    border-color: rgba(234, 201, 129, 0.78);
    background: rgba(12, 23, 40, 0.92);
}

/* ==================================================
   UI Final Pass - hero width, nav usability, sliders
   ================================================== */

body.lux-theme header,
body.lux-theme header nav,
body.lux-theme .main-nav-list,
body.lux-theme .profile-menu {
    overflow: visible;
}

body.lux-theme .main-nav-list {
    max-width: none;
}

body.lux-theme .profile-menu-dropdown {
    z-index: 2200;
    min-width: 240px;
}

body.lux-theme .page-back-link {
    min-width: 220px;
    padding: 12px 18px;
    border: 1px solid rgba(212, 172, 91, 0.46);
    border-radius: 10px;
    background: rgba(10, 18, 33, 0.82);
    color: #e3c98f;
    text-align: center;
    font-weight: 600;
}

body.lux-theme .page-back-link:hover {
    background: rgba(17, 29, 48, 0.92);
    border-color: rgba(232, 202, 137, 0.74);
    color: #f0dab0;
}

body.lux-theme .slider-wrapper,
body.lux-theme .my-listing-media,
body.lux-theme .detail-slider-shell {
    --swiper-navigation-color: #e6c781;
    --swiper-theme-color: #e6c781;
}

body.lux-theme.page-listing_detail .detail-slider-shell,
body.lux-theme.page-listing_detail .detail-slider-shell * {
    user-select: none;
    -webkit-user-select: none;
}

body.lux-theme.page-listing_detail .detail-slider-shell img {
    -webkit-user-drag: none;
    user-drag: none;
}

body.lux-theme .slider-wrapper .swiper-button-next,
body.lux-theme .slider-wrapper .swiper-button-prev,
body.lux-theme .my-listing-media .swiper-button-next,
body.lux-theme .my-listing-media .swiper-button-prev,
body.lux-theme .detail-slider-shell .swiper-button-next,
body.lux-theme .detail-slider-shell .swiper-button-prev {
    border: 1px solid rgba(221, 185, 117, 0.62) !important;
    background: rgba(12, 23, 40, 0.44) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

body.lux-theme .slider-wrapper .swiper-button-next:after,
body.lux-theme .slider-wrapper .swiper-button-prev:after,
body.lux-theme .my-listing-media .swiper-button-next:after,
body.lux-theme .my-listing-media .swiper-button-prev:after,
body.lux-theme .detail-slider-shell .swiper-button-next:after,
body.lux-theme .detail-slider-shell .swiper-button-prev:after {
    color: #e8cc8f !important;
}

body.lux-theme.index-page main.container {
    max-width: 100%;
    padding: 0 0 56px 0;
}

body.lux-theme.index-page .hero {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    min-height: clamp(620px, 86vh, 940px);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

body.lux-theme.index-page .hero-content {
    max-width: 620px;
    margin-left: clamp(20px, 9vw, 220px);
    padding: clamp(130px, 20vh, 210px) 0 clamp(72px, 10vh, 116px) 0;
}

body.lux-theme.index-page .hero-bg-overlay {
    background:
        linear-gradient(90deg, rgba(6, 11, 20, 0.9) 0%, rgba(6, 11, 20, 0.76) 38%, rgba(6, 11, 20, 0.5) 66%, rgba(6, 11, 20, 0.7) 100%),
        radial-gradient(circle at 71% 66%, rgba(22, 167, 157, 0.12), transparent 34%);
}

body.lux-theme.index-page .process,
body.lux-theme.index-page .featured-home,
body.lux-theme.index-page .cta {
    max-width: 1280px;
    margin: 30px auto 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1280px) {
    body.lux-theme .main-nav-list {
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.lux-theme .main-nav-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 900px) {
    body.lux-theme.index-page .hero-content {
        margin-left: 20px;
        padding-right: 20px;
    }

    body.lux-theme .page-back-link {
        min-width: 0;
        width: 100%;
    }
}

/* ==================================================
   UI Final Pass 2 - listing width + calendar clarity
   ================================================== */

body.lux-theme.page-listing_detail main.container,
body.lux-theme.page-create_listing main.container {
    max-width: 1700px;
    padding: 0 18px 56px 18px;
}

body.lux-theme.page-listing_detail .detail-layout {
    max-width: none;
    width: 100%;
}

body.lux-theme.page-listing_detail .detail-layout-split {
    grid-template-columns: minmax(0, 1.45fr) minmax(500px, 0.95fr);
    gap: 20px;
}

body.lux-theme .date-range-dropdown {
    border: 1px solid rgba(194, 163, 104, 0.36) !important;
    background: linear-gradient(145deg, rgba(10, 18, 32, 0.98), rgba(7, 14, 26, 0.98)) !important;
    box-shadow: inset 0 0 0 1px rgba(194, 163, 104, 0.12);
}

body.lux-theme .date-range-calendar {
    border: 1px solid rgba(194, 163, 104, 0.3) !important;
    background: rgba(9, 17, 30, 0.92) !important;
    padding: 10px !important;
}

body.lux-theme .date-range-toolbar-label,
body.lux-theme .date-range-month-label {
    color: #f0e3c6 !important;
    font-weight: 700;
}

body.lux-theme .date-range-weekdays span {
    color: #9fb0c9 !important;
}

body.lux-theme .date-range-day-btn {
    min-height: 50px !important;
    border-color: rgba(190, 162, 102, 0.22) !important;
    background: rgba(18, 29, 48, 0.82) !important;
    color: #dde3ee !important;
}

body.lux-theme .date-range-day-btn:hover {
    border-color: rgba(220, 189, 120, 0.5) !important;
    background: rgba(24, 39, 62, 0.92) !important;
}

body.lux-theme .date-range-day-number {
    color: inherit;
    font-size: 0.78rem;
}

body.lux-theme .date-range-day-price {
    color: #f3d79b !important;
    font-size: 0.62rem !important;
    font-weight: 700;
}

body.lux-theme .date-range-day-btn.is-disabled {
    background: rgba(78, 88, 104, 0.36) !important;
    opacity: 0.55;
}

body.lux-theme .date-range-day-btn.is-start,
body.lux-theme .date-range-day-btn.is-end {
    border-color: rgba(232, 198, 125, 0.72) !important;
    background: linear-gradient(135deg, #b99146, #ddb968) !important;
    color: #0f1928 !important;
}

body.lux-theme .date-range-day-btn.is-start .date-range-day-price,
body.lux-theme .date-range-day-btn.is-end .date-range-day-price {
    color: #1f314b !important;
}

body.lux-theme .date-range-day-btn.is-in-range {
    border-color: rgba(212, 172, 91, 0.46) !important;
    background: rgba(212, 172, 91, 0.16) !important;
}

body.lux-theme .range-nav-btn {
    border: 1px solid rgba(212, 172, 91, 0.4) !important;
    background: rgba(10, 18, 33, 0.8) !important;
    color: #e5c985 !important;
}

body.lux-theme .range-nav-btn:hover {
    border-color: rgba(231, 202, 138, 0.75) !important;
    background: rgba(16, 29, 49, 0.92) !important;
}

body.lux-theme .price-breakdown-card {
    border: 1px solid rgba(194, 163, 104, 0.26) !important;
    background: rgba(8, 16, 30, 0.84) !important;
}

body.lux-theme .price-breakdown-card h4,
body.lux-theme .price-breakdown-lines h5 {
    color: #f1e5cb !important;
}

body.lux-theme .price-breakdown-summary {
    border: 1px solid rgba(194, 163, 104, 0.32) !important;
    background: rgba(12, 21, 36, 0.86) !important;
    color: #f1e5cb !important;
}

body.lux-theme .price-breakdown-summary::after {
    color: #d9c18b !important;
}

body.lux-theme .price-breakdown-summary-meta {
    color: #c8d3e5 !important;
}

body.lux-theme .price-breakdown-line-list.is-scrollable {
    scrollbar-color: rgba(212, 172, 91, 0.62) transparent;
}

body.lux-theme .price-breakdown-line-list.is-scrollable::-webkit-scrollbar-thumb {
    background: rgba(212, 172, 91, 0.62);
}

body.lux-theme .price-breakdown-line-list.is-scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(228, 198, 130, 0.78);
}

body.lux-theme .payment-terms-check {
    border: 1px solid rgba(194, 163, 104, 0.32) !important;
    background: rgba(12, 21, 36, 0.86) !important;
    color: #d4dfef !important;
}

body.lux-theme .payment-terms-check input[type="checkbox"] {
    accent-color: #d4ac5b;
}

body.lux-theme .payment-terms-check span {
    color: #dbe4f2 !important;
}

body.lux-theme .payment-next-step-note {
    color: #a8bad2 !important;
}

body.lux-theme .payment-legal-brief {
    border-color: rgba(194, 163, 104, 0.32) !important;
    background: rgba(12, 21, 36, 0.86) !important;
}

body.lux-theme .payment-legal-links,
body.lux-theme .legal-inline-links {
    color: #9fb0c7 !important;
}

body.lux-theme .payment-legal-links a,
body.lux-theme .legal-inline-links a {
    color: #e0c27d !important;
}

body.lux-theme .payment-legal-links a:hover,
body.lux-theme .legal-inline-links a:hover {
    color: #f3ddb0 !important;
}

body.lux-theme .price-breakdown-card p,
body.lux-theme .price-breakdown-lines li,
body.lux-theme .price-breakdown-lines .price-breakdown-line-model,
body.lux-theme .price-breakdown-lines .price-breakdown-line-muted {
    color: #c8d3e5 !important;
}

body.lux-theme .price-breakdown-payment-note {
    color: #9fb1c8 !important;
}

body.lux-theme .price-breakdown-lines {
    border-top-color: rgba(194, 163, 104, 0.26) !important;
}

body.lux-theme .price-breakdown-empty {
    border: 1px solid rgba(194, 163, 104, 0.32) !important;
    background: rgba(14, 24, 40, 0.86) !important;
    color: #d3ddef !important;
}

@media (max-width: 1100px) {
    .legal-shell,
    .legal-card-grid {
        grid-template-columns: 1fr;
    }

    .legal-flow-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .legal-flow-steps {
        grid-template-columns: 1fr;
    }
}

body.lux-theme .price-rule-row {
    border-color: rgba(194, 163, 104, 0.3) !important;
    background: rgba(9, 17, 31, 0.9) !important;
}

body.lux-theme .price-rule-occupancy-wrap {
    border-color: rgba(194, 163, 104, 0.3) !important;
    background: rgba(12, 21, 36, 0.86) !important;
}

body.lux-theme .price-rule-occupancy-field {
    color: #d4deec !important;
}

body.lux-theme .price-day-chip {
    border-color: rgba(194, 163, 104, 0.34) !important;
    background: rgba(16, 28, 46, 0.88) !important;
    color: #d6deea !important;
}

body.lux-theme .price-rule-remove-wrap button {
    border-color: rgba(219, 102, 102, 0.6) !important;
    background: linear-gradient(135deg, #a93b3b, #d05555) !important;
    color: #fff !important;
}

body.lux-theme .form-link-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.44) !important;
    background: rgba(10, 18, 33, 0.82) !important;
    color: #e2c88f !important;
    font-weight: 600;
}

body.lux-theme .form-link-back:hover {
    border-color: rgba(233, 205, 141, 0.72) !important;
    background: rgba(16, 29, 49, 0.92) !important;
    color: #f2ddaf !important;
}

body.lux-theme .register-role-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.lux-theme .form-hint-error {
    color: #ff9b91;
}

body.lux-theme .form-field input.is-invalid,
body.lux-theme .form-field textarea.is-invalid,
body.lux-theme .form-field select.is-invalid {
    border-color: rgba(235, 108, 108, 0.9) !important;
    box-shadow: 0 0 0 1px rgba(235, 108, 108, 0.36);
}

body.lux-theme .form-field input.is-invalid:focus,
body.lux-theme .form-field textarea.is-invalid:focus,
body.lux-theme .form-field select.is-invalid:focus {
    border-color: rgba(255, 142, 142, 0.96) !important;
    box-shadow: 0 0 0 3px rgba(235, 108, 108, 0.28) !important;
}

body.lux-theme .register-role-row.is-invalid {
    border-color: rgba(235, 108, 108, 0.82);
    background: rgba(141, 45, 45, 0.24);
}

body.lux-theme .verify-code-inputs {
    justify-content: flex-start;
}

body.lux-theme .verify-email-resend-form {
    border-top-color: rgba(190, 162, 102, 0.22);
}

body.lux-theme .verify-email-icon {
    border: 1px solid rgba(212, 172, 91, 0.34);
    background: rgba(212, 172, 91, 0.1);
    color: #e0b85f;
}

body.lux-theme .verify-email-intro h2 {
    color: #f3ead6;
}

body.lux-theme .verify-email-intro p,
body.lux-theme .verify-email-resend-copy,
body.lux-theme .verify-email-logout-note,
body.lux-theme .trusted-device-option {
    color: #aab8ce;
}

body.lux-theme .trusted-device-option {
    border-color: rgba(193, 162, 98, 0.3);
    background: rgba(16, 28, 46, 0.72);
}

body.lux-theme .trusted-device-option input[type="checkbox"] {
    border-color: rgba(196, 165, 101, 0.58);
    background: rgba(10, 20, 36, 0.95);
}

body.lux-theme .trusted-device-option input[type="checkbox"]:checked {
    background: rgba(223, 184, 102, 0.18);
}

body.lux-theme .trusted-device-option input[type="checkbox"]:checked::after {
    border-color: #f0cc84;
}

body.lux-theme .trusted-device-option input[type="checkbox"]:focus-visible {
    box-shadow: 0 0 0 3px rgba(220, 179, 88, 0.24);
}

body.lux-theme .verify-email-target-note,
body.lux-theme .trusted-device-option small {
    color: #96a7c2;
}

body.lux-theme .verify-code-input {
    border-radius: 12px;
    border: 1px solid rgba(193, 162, 98, 0.45);
    background: rgba(13, 23, 39, 0.92);
    color: #f3e9cf;
}

body.lux-theme .verify-code-input:focus {
    border-color: rgba(230, 196, 124, 0.86);
    box-shadow: 0 0 0 3px rgba(213, 172, 86, 0.24);
}

body.lux-theme .verify-email-actions .btn,
body.lux-theme .verify-email-actions .btn-secondary-inline {
    min-height: 44px;
}

body.lux-theme .verify-email-secondary-button:disabled {
    cursor: not-allowed;
    opacity: 0.66;
    transform: none;
    box-shadow: none;
}

body.lux-theme.page-verify_email .verify-email-shell,
body.lux-theme.page-login_verify .verify-email-shell,
body.lux-theme.page-reset_password_verify .verify-email-shell,
body.lux-theme.page-profile_verify_email_change .verify-email-shell {
    border: 1px solid rgba(190, 162, 102, 0.28);
    background: linear-gradient(145deg, rgba(14, 24, 40, 0.95), rgba(8, 16, 30, 0.97));
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

body.lux-theme.page-verify_email .verify-email-intro,
body.lux-theme.page-login_verify .verify-email-intro,
body.lux-theme.page-reset_password_verify .verify-email-intro,
body.lux-theme.page-profile_verify_email_change .verify-email-intro {
    align-items: flex-start;
}

body.lux-theme.page-verify_email .verify-email-resend-form,
body.lux-theme.page-login_verify .verify-email-resend-form,
body.lux-theme.page-reset_password_verify .verify-email-resend-form,
body.lux-theme.page-reset_password_verify .verify-email-cancel-form,
body.lux-theme.page-profile_verify_email_change .verify-email-resend-form,
body.lux-theme.page-profile_verify_email_change .verify-email-cancel-form {
    margin-top: 14px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(12, 21, 36, 0.58);
}

body.lux-theme.page-verify_email .verify-email-actions,
body.lux-theme.page-login_verify .verify-email-actions,
body.lux-theme.page-reset_password_verify .verify-email-actions,
body.lux-theme.page-profile_verify_email_change .verify-email-actions {
    width: 100%;
}

body.lux-theme.page-verify_email .verify-email-actions .verify-email-primary-button,
body.lux-theme.page-verify_email .verify-email-actions .verify-email-secondary-button,
body.lux-theme.page-login_verify .verify-email-actions .verify-email-primary-button,
body.lux-theme.page-login_verify .verify-email-actions .verify-email-secondary-button,
body.lux-theme.page-reset_password_verify .verify-email-actions .verify-email-primary-button,
body.lux-theme.page-reset_password_verify .verify-email-actions .verify-email-secondary-button,
body.lux-theme.page-profile_verify_email_change .verify-email-actions .verify-email-primary-button,
body.lux-theme.page-profile_verify_email_change .verify-email-actions .verify-email-secondary-button {
    min-width: 0;
    width: 100%;
}

body.lux-theme.page-reset_password_verify .verify-email-cancel-form,
body.lux-theme.page-profile_verify_email_change .verify-email-cancel-form {
    display: grid;
    gap: 12px;
}

body.lux-theme.page-verify_email .verify-email-logout-note,
body.lux-theme.page-login_verify .verify-email-logout-note,
body.lux-theme.page-reset_password_verify .verify-email-logout-note,
body.lux-theme.page-profile_verify_email_change .verify-email-logout-note {
    text-align: center;
    margin-top: 16px;
}

body.lux-theme .register-role-option {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.26);
    background: rgba(16, 27, 45, 0.88);
    padding: 14px 12px;
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

body.lux-theme .register-role-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.lux-theme .register-role-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.28);
    background: rgba(212, 172, 91, 0.08);
    color: #d8be83;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.lux-theme .register-role-copy {
    display: grid;
    gap: 2px;
}

body.lux-theme .register-role-copy strong {
    color: #e7ddc8;
    font-size: 0.96rem;
    line-height: 1.2;
}

body.lux-theme .register-role-copy small {
    color: #95a7c1;
    font-size: 0.78rem;
}

body.lux-theme .register-role-option.is-active {
    border-color: rgba(224, 189, 114, 0.72);
    background: linear-gradient(145deg, rgba(50, 45, 35, 0.58), rgba(20, 28, 44, 0.9));
}

body.lux-theme .register-role-option.is-active .register-role-icon {
    border-color: rgba(224, 189, 114, 0.72);
    background: rgba(224, 189, 114, 0.2);
    color: #f0d8a2;
}

body.lux-theme .register-role-option.is-active .register-role-copy strong {
    color: #f1e3c0;
}

body.lux-theme.index-page .hero-content {
    max-width: 760px;
}

body.lux-theme.index-page .hero-kicker {
    margin: 0 0 10px 0;
}

body.lux-theme.index-page .hero-title-line {
    margin: 0 0 14px 0;
    white-space: nowrap;
}

body.lux-theme.index-page .hero-title-line span {
    display: block;
}

body.lux-theme .featured-home-old {
    display: none;
}

@media (max-width: 1560px) {
    body.lux-theme.page-listing_detail .detail-layout-split {
        grid-template-columns: minmax(0, 1.35fr) minmax(430px, 1fr);
    }
}

@media (max-width: 1180px) {
    body.lux-theme.page-listing_detail .detail-layout-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    body.lux-theme.index-page .hero-title-line {
        white-space: normal;
    }

    body.lux-theme .register-role-row {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   UI Final Pass 3 - hero + listing-detail alignment
   ================================================== */

body.lux-theme.index-page .hero,
body.lux-theme.index-page .hero-content {
    text-align: left;
}

body.lux-theme.index-page .hero-kicker {
    margin-left: 0;
}

body.lux-theme.page-listing_detail .page-head {
    width: 100%;
    max-width: none;
    margin: 18px 0 0 0;
}

body.lux-theme.page-listing_detail .detail-layout {
    margin: 0;
}

body.lux-theme.page-listing_detail .page-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 12px 18px;
    line-height: 1.1;
    box-sizing: border-box;
}

body.lux-theme.page-listing_detail .page-back-link-top {
    margin: 14px 0 0 0;
}

/* ==================================================
   UI Final Pass 4 - cross-page alignment cleanup
   ================================================== */

/* Homepage hero polish */
body.lux-theme.index-page .hero-content .hero-kicker {
    color: #e4bf70 !important;
    border-color: rgba(218, 181, 103, 0.58);
    background: rgba(212, 172, 91, 0.14);
}

body.lux-theme.index-page .hero-trustline {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

body.lux-theme.index-page .hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #cfd9ea;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

body.lux-theme.index-page .hero-trust-item i {
    color: #d7b160;
    font-size: 0.9rem;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    body.lux-theme.index-page .hero-trustline {
        gap: 8px 14px;
    }

    body.lux-theme.index-page .hero-trust-item {
        white-space: normal;
    }
}

/* Keep heading and content widths aligned on listings page */
body.lux-theme.page-listings .page-head,
body.lux-theme.page-listings .filter-toggle-container,
body.lux-theme.page-listings .filter-container,
body.lux-theme.page-listings .listing-card-stack-public {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.lux-theme.page-listings .listing-search-shell {
    margin-top: 14px;
}

body.lux-theme.page-listings .listing-search-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(280px, 1.3fr) minmax(210px, 1fr) auto;
    gap: 10px;
    align-items: end;
}

body.lux-theme.page-listings .listing-search-field {
    position: relative;
}

body.lux-theme.page-listings .listing-search-field > label {
    display: block;
    margin-bottom: 6px;
    color: #dbcda9;
    font-size: 0.86rem;
    font-weight: 600;
}

body.lux-theme.page-listings .listing-search-destination input {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(15, 24, 40, 0.82);
    color: #e6dfd0;
    padding: 0 14px;
    font-size: 0.95rem;
}

body.lux-theme.page-listings .listing-search-destination input:focus {
    outline: none;
    border-color: rgba(212, 172, 91, 0.56);
    box-shadow: 0 0 0 3px rgba(212, 172, 91, 0.18);
}

body.lux-theme.page-listings .destination-suggest {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 55;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(150deg, rgba(14, 23, 39, 0.98), rgba(8, 14, 26, 0.98));
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.45);
    padding: 10px;
    display: grid;
    gap: 8px;
}

body.lux-theme.page-listings .destination-suggest[hidden] {
    display: none !important;
}

body.lux-theme.page-listings .destination-suggest-group {
    display: grid;
    gap: 6px;
}

body.lux-theme.page-listings .destination-suggest-group[hidden] {
    display: none !important;
}

body.lux-theme.page-listings .destination-suggest-group-title {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #dbcda9;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

body.lux-theme.page-listings .destination-suggest-list {
    display: grid;
    gap: 4px;
}

body.lux-theme.page-listings .destination-suggest-item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(15, 24, 40, 0.62);
    color: #e6dfd0;
    text-align: left;
    padding: 8px 10px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.lux-theme.page-listings .destination-suggest-item:hover,
body.lux-theme.page-listings .destination-suggest-item.is-active {
    border-color: rgba(212, 172, 91, 0.56);
    background: rgba(212, 172, 91, 0.14);
    color: #f2deb0;
}

body.lux-theme.page-listings .destination-suggest-empty {
    margin: 4px 0 0 0;
    color: #a9b5ca;
    font-size: 0.88rem;
}

body.lux-theme.page-listings .listing-search-date-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    align-items: center;
}

body.lux-theme.page-listings .listing-search-dates .date-field-trigger {
    min-height: 44px;
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 0.9rem;
}

body.lux-theme.page-listings .listing-search-date-separator {
    color: #9eaeca;
    font-weight: 700;
}

body.lux-theme.page-listings .listing-search-submit {
    min-height: 44px;
    min-width: 110px;
    margin-top: 0;
    white-space: nowrap;
}

body.lux-theme.page-listings .listing-guest-toggle {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(15, 24, 40, 0.82);
    color: #e7dfce;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

body.lux-theme.page-listings .listing-guest-toggle:hover {
    border-color: rgba(212, 172, 91, 0.56);
}

body.lux-theme.page-listings .listing-guest-popover {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(360px, 92vw);
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(150deg, rgba(14, 23, 39, 0.98), rgba(8, 14, 26, 0.98));
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.45);
    padding: 14px;
    z-index: 45;
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listings .listing-guest-popover[hidden],
body.lux-theme.page-listings #listing-date-range-dropdown[hidden] {
    display: none !important;
}

body.lux-theme.page-listings .listing-guest-row {
    display: grid;
    grid-template-columns: 1fr minmax(150px, 180px);
    gap: 10px;
    align-items: center;
}

body.lux-theme.page-listings .listing-guest-row p {
    margin: 0;
    color: #dce4f4;
    font-weight: 600;
}

body.lux-theme.page-listings .listing-guest-row .stepper-group input {
    text-align: center;
}

body.lux-theme.page-listings .listing-guest-row input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

body.lux-theme.page-listings .listing-guest-row input[type="number"]::-webkit-outer-spin-button,
body.lux-theme.page-listings .listing-guest-row input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.lux-theme.page-listings .listing-guest-done {
    justify-self: end;
}

body.lux-theme.page-listings .listing-date-meta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

body.lux-theme.page-listings .listing-guest-done,
body.lux-theme.page-listings #listing-range-clear-selection,
body.lux-theme.page-listings #listing-range-close,
body.lux-theme.page-listing_detail .detail-guest-done,
body.lux-theme.page-listing_detail #range-clear-selection {
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.42) !important;
    background: rgba(14, 25, 42, 0.84) !important;
    color: #e8cc91 !important;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.1);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-listings .listing-guest-done:hover,
body.lux-theme.page-listings .listing-guest-done:focus-visible,
body.lux-theme.page-listings #listing-range-clear-selection:hover,
body.lux-theme.page-listings #listing-range-clear-selection:focus-visible,
body.lux-theme.page-listings #listing-range-close:hover,
body.lux-theme.page-listings #listing-range-close:focus-visible,
body.lux-theme.page-listing_detail .detail-guest-done:hover,
body.lux-theme.page-listing_detail .detail-guest-done:focus-visible,
body.lux-theme.page-listing_detail #range-clear-selection:hover,
body.lux-theme.page-listing_detail #range-clear-selection:focus-visible {
    border-color: rgba(233, 201, 133, 0.86) !important;
    background: rgba(212, 172, 91, 0.16) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.2), 0 8px 18px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-listings .listing-guest-done:active,
body.lux-theme.page-listings #listing-range-clear-selection:active,
body.lux-theme.page-listings #listing-range-close:active,
body.lux-theme.page-listing_detail .detail-guest-done:active,
body.lux-theme.page-listing_detail #range-clear-selection:active {
    transform: translateY(0);
}

body.lux-theme.page-listings .listing-advanced-toggle-row {
    margin-top: 12px;
    margin-bottom: 8px;
}

body.lux-theme.page-listings .filter-toggle-btn {
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.34);
    background: rgba(15, 24, 40, 0.82);
    color: #dfc482;
    padding: 10px 14px;
    min-height: 42px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

body.lux-theme.page-listings .filter-toggle-btn:hover {
    border-color: rgba(224, 189, 114, 0.62);
    color: #f2deb0;
    background: rgba(22, 34, 55, 0.95);
}

body.lux-theme.page-listings .listing-advanced-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.lux-theme.page-listings .listing-advanced-form .filter-price-full > label,
body.lux-theme.page-listings .listing-advanced-form .listing-name-filter-field > label {
    color: #dbcda9;
}

body.lux-theme.page-listings .listing-advanced-form .filter-price-full,
body.lux-theme.page-listings .listing-advanced-form .filter-buttons {
    grid-column: 1 / -1;
}

body.lux-theme.page-listings #listing-date-range-dropdown {
    margin-top: 10px;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual {
    --range-track-height: 6px;
    --range-thumb-size: 20px;
    position: relative;
    margin-top: 8px;
    height: var(--range-thumb-size);
}

body.lux-theme.page-listings .listing-advanced-form .listing-name-filter-field {
    margin-top: 4px;
    position: relative;
}

body.lux-theme.page-listings .listing-advanced-form .name-filter-suggest {
    top: calc(100% + 6px);
    z-index: 40;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-track,
body.lux-theme.page-listings .listing-advanced-form .price-range-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: var(--range-track-height);
    border-radius: 999px;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-track {
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(35, 49, 74, 0.95), rgba(26, 39, 61, 0.95));
    border: 1px solid rgba(190, 162, 102, 0.32);
}

body.lux-theme.page-listings .listing-advanced-form .price-range-progress {
    left: calc(var(--range-thumb-size) / 2);
    width: calc(100% - var(--range-thumb-size));
    background: linear-gradient(90deg, rgba(196, 159, 82, 0.95), rgba(224, 189, 114, 0.95));
    box-shadow: 0 0 0 1px rgba(194, 163, 104, 0.28);
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: var(--range-thumb-size);
    margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]#price_min {
    z-index: 2;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]#price_max {
    z-index: 3;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]::-webkit-slider-runnable-track {
    height: var(--range-track-height);
    border-radius: 999px;
    background: transparent;
    border: none;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--range-thumb-size);
    height: var(--range-thumb-size);
    border-radius: 50%;
    border: 2px solid rgba(8, 14, 26, 0.96);
    background: #f0d8a2;
    margin-top: calc((var(--range-track-height) - var(--range-thumb-size)) / 2);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]::-moz-range-track {
    height: var(--range-track-height);
    border-radius: 999px;
    background: transparent;
    border: none;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]::-moz-range-progress {
    background: transparent;
}

body.lux-theme.page-listings .listing-advanced-form .price-range-dual input[type="range"]::-moz-range-thumb {
    width: var(--range-thumb-size);
    height: var(--range-thumb-size);
    border-radius: 50%;
    border: 2px solid rgba(8, 14, 26, 0.96);
    background: #f0d8a2;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

body.lux-theme.page-listings .listing-advanced-form .filter-price-value {
    border-radius: 999px;
    border: 1px solid rgba(194, 163, 104, 0.42);
    background: rgba(15, 24, 40, 0.92);
    color: #f0d8a2;
    font-weight: 700;
    padding: 5px 12px;
}

body.lux-theme.page-listings .listing-advanced-form .filter-price-min {
    color: #a8b7cf;
}

@media (max-width: 1240px) {
    body.lux-theme.page-listings .listing-search-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme.page-listings .listing-search-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    body.lux-theme.page-listings .listing-search-row {
        grid-template-columns: 1fr;
    }

    body.lux-theme.page-listings .listing-search-date-controls {
        grid-template-columns: 1fr;
    }

    body.lux-theme.page-listings .listing-search-date-separator {
        display: none;
    }

    body.lux-theme.page-listings .listing-advanced-form {
        grid-template-columns: 1fr;
    }

    body.lux-theme.page-listings .listing-guest-popover {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 10px;
        z-index: 1;
    }

    body.lux-theme.page-listings #listing-date-range-dropdown {
        position: static;
        inset: auto;
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        z-index: 1;
    }

    body.lux-theme.page-listings .date-range-calendars {
        grid-template-columns: 1fr;
    }

    body.lux-theme.page-listings .date-range-calendar {
        min-width: 0;
    }
}

@media (max-width: 980px) {
    body.lux-theme .admin-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.lux-theme .admin-ops-table,
    body.lux-theme .admin-users-table {
        min-width: 980px;
        table-layout: auto;
    }

    body.lux-theme .admin-actions-cell {
        min-width: 180px;
    }
}

/* Keep heading and content widths aligned on notifications page */
body.lux-theme.page-notifications .page-head,
body.lux-theme.page-notifications .notifications-page {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* Keep heading and content widths aligned on messages page */
body.lux-theme.page-messages_inbox .page-head,
body.lux-theme.page-messages_inbox .messages-page {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* Keep heading and content widths aligned on listing reviews page */
body.lux-theme.page-listing_reviews .page-head,
body.lux-theme.page-listing_reviews .listing-reviews-page {
    width: min(1120px, 100%);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

/* Keep heading and form widths aligned on create/edit listing pages */
body.lux-theme.page-create_listing .page-head,
body.lux-theme.page-edit_listing .page-head,
body.lux-theme.page-create_listing .form-shell,
body.lux-theme.page-edit_listing .form-shell {
    width: min(1120px, 100%);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

/* Match "Mijn advertenties" alignment with create/edit listing pages */
body.lux-theme.page-my_listings .page-head,
body.lux-theme.page-my_listings .dashboard-alert,
body.lux-theme.page-my_listings .my-listings-note,
body.lux-theme.page-my_listings .my-listings-kpi-grid,
body.lux-theme.page-my_listings .my-listings-grid,
body.lux-theme.page-my_listings .my-listings-toolbar,
body.lux-theme.page-my_listings .dashboard-pagination {
    width: min(1120px, 100%);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

body.lux-theme.page-my_listings .my-listings-toolbar {
    margin-top: 6px;
    margin-bottom: 8px;
}

body.lux-theme.page-my_listings .my-listings-toolbar .company-booking-summary {
    margin-left: auto;
}

body.lux-theme.page-my_listings .my-listings-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

body.lux-theme.page-my_listings .my-listings-head-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-left: auto;
    align-self: center;
}

/* Keep heading and form widths aligned on register + verify page */
body.lux-theme.page-register .page-head,
body.lux-theme.page-register .register-shell {
    width: min(940px, 100%);
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

body.lux-theme.page-verify_email .page-head,
body.lux-theme.page-verify_email .verify-email-shell,
body.lux-theme.page-reset_password_verify .page-head,
body.lux-theme.page-reset_password_verify .verify-email-shell,
body.lux-theme.page-profile_verify_email_change .page-head,
body.lux-theme.page-profile_verify_email_change .verify-email-shell,
body.lux-theme.page-login_verify .page-head,
body.lux-theme.page-login_verify .verify-email-shell {
    width: min(760px, 100%);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.lux-theme.page-create_listing input[type="number"],
body.lux-theme.page-edit_listing input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

body.lux-theme.page-create_listing input[type="number"]::-webkit-outer-spin-button,
body.lux-theme.page-create_listing input[type="number"]::-webkit-inner-spin-button,
body.lux-theme.page-edit_listing input[type="number"]::-webkit-outer-spin-button,
body.lux-theme.page-edit_listing input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.lux-theme.page-my_listings .my-listings-head-copy {
    min-width: 0;
}

body.lux-theme.page-my_listings .my-listings-create-btn {
    margin-left: 0;
    white-space: nowrap;
    align-self: center;
}

body.lux-theme.page-my_listings .my-listings-guide-btn {
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    white-space: nowrap;
    border-color: rgba(212, 172, 91, 0.46) !important;
    background: rgba(12, 21, 36, 0.45) !important;
    color: #d7c08b !important;
    box-shadow: none !important;
}

body.lux-theme.page-my_listings .my-listings-guide-btn:hover,
body.lux-theme.page-my_listings .my-listings-guide-btn:focus-visible {
    border-color: rgba(224, 189, 114, 0.72) !important;
    background: rgba(212, 172, 91, 0.12) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    outline: none;
}

@media (max-width: 900px) {
    body.lux-theme.page-my_listings .my-listings-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.lux-theme.page-my_listings .my-listings-head-actions {
        margin-left: 0;
        justify-content: flex-start;
    }

    body.lux-theme.page-my_listings .my-listings-create-btn {
        margin-left: 0;
    }
}

/* Listing facilities: create/edit/detail/listings/home */
body.lux-theme .listing-facilities-block {
    margin-top: 2px;
}

body.lux-theme .listing-facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
}

body.lux-theme .listing-facility-checkbox {
    font-size: 0.9rem;
}

body.lux-theme .listing-facility-checkbox,
body.lux-theme .facility-filter-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(13, 22, 37, 0.72);
    color: #d4dbe7;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

body.lux-theme .listing-facility-checkbox {
    min-height: 40px;
    padding: 8px 10px;
}

body.lux-theme .facility-filter-option {
    min-height: 38px;
    font-size: 0.86rem;
    padding: 7px 9px;
}

body.lux-theme .listing-facility-checkbox:hover,
body.lux-theme .facility-filter-option:hover {
    border-color: rgba(212, 172, 91, 0.5);
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.12), 0 6px 16px rgba(3, 8, 18, 0.35);
}

body.lux-theme .listing-facility-checkbox:has(input[type="checkbox"]:checked),
body.lux-theme .facility-filter-option:has(input[type="checkbox"]:checked) {
    border-color: rgba(212, 172, 91, 0.7);
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.2), rgba(13, 22, 37, 0.88));
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.22), 0 8px 18px rgba(5, 11, 22, 0.42);
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(212, 172, 91, 0.6);
    background: rgba(8, 16, 29, 0.9);
    appearance: none;
    display: grid;
    place-content: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"]::before,
body.lux-theme .facility-filter-option input[type="checkbox"]::before {
    content: "\2713";
    color: #101a2d;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    transform: scale(0);
    transition: transform 0.14s ease-in-out;
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"]:checked,
body.lux-theme .facility-filter-option input[type="checkbox"]:checked {
    background: #d4ac5b;
    border-color: #e7cc8a;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.25);
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"]:checked::before,
body.lux-theme .facility-filter-option input[type="checkbox"]:checked::before {
    transform: scale(1);
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"]:focus-visible,
body.lux-theme .facility-filter-option input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(212, 172, 91, 0.8);
    outline-offset: 2px;
}

body.lux-theme .listing-facility-checkbox input[type="checkbox"]:checked + span,
body.lux-theme .facility-filter-option input[type="checkbox"]:checked + span {
    color: #f5e7bf;
    font-weight: 600;
}

body.lux-theme.page-create_listing .price-rule-days,
body.lux-theme.page-edit_listing .price-rule-days {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

body.lux-theme.page-create_listing .price-rule-days .price-day-chip,
body.lux-theme.page-edit_listing .price-rule-days .price-day-chip {
    width: 100%;
    min-height: 38px;
    padding: 7px 9px;
    border-radius: 10px;
    justify-content: flex-start;
}

body.lux-theme.page-create_listing .price-rule-days .price-day-chip:hover,
body.lux-theme.page-edit_listing .price-rule-days .price-day-chip:hover {
    border-color: rgba(212, 172, 91, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.12), 0 6px 16px rgba(3, 8, 18, 0.35) !important;
}

body.lux-theme.page-create_listing .price-rule-days .price-day-chip:has(input[type="checkbox"]:checked),
body.lux-theme.page-edit_listing .price-rule-days .price-day-chip:has(input[type="checkbox"]:checked) {
    border-color: rgba(212, 172, 91, 0.7) !important;
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.2), rgba(13, 22, 37, 0.88)) !important;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.22), 0 8px 18px rgba(5, 11, 22, 0.42) !important;
}

body.lux-theme.page-create_listing .price-rule-days .price-day-chip span,
body.lux-theme.page-edit_listing .price-rule-days .price-day-chip span {
    line-height: 1.2;
}

/* Force compacte checkbox in geavanceerde filters (overschrijft generieke filter-form input-regels) */
body.lux-theme .facility-filter-option input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
    flex: 0 0 18px;
}

body.lux-theme .detail-facility-highlights {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .detail-facility-chip {
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.26);
    background: rgba(212, 172, 91, 0.14);
    color: #e8d3a4;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
}

body.lux-theme .detail-facility-groups {
    display: grid;
    gap: 14px;
}

body.lux-theme .detail-facility-group h3 {
    margin: 0 0 8px 0;
}

body.lux-theme .detail-facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .detail-facility-list-item {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(15, 24, 41, 0.78);
    color: #c9d3e2;
    font-size: 0.82rem;
    padding: 4px 10px;
}

body.lux-theme .public-listing-tag-facility {
    color: #d8cbab;
    border-color: rgba(190, 162, 102, 0.24);
    background: rgba(11, 21, 37, 0.86);
}

body.lux-theme .featured-home-facilities {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.lux-theme .featured-home-facility {
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(212, 172, 91, 0.1);
    color: #d8c79f;
    font-size: 0.75rem;
    padding: 3px 8px;
}

body.lux-theme.page-listings .facility-filter-group {
    grid-column: 1 / -1;
}

body.lux-theme.page-listings .facility-filter-title {
    margin: 0 0 6px 0;
    color: #dbcda9;
    font-size: 0.86rem;
    font-weight: 600;
}

body.lux-theme.page-listings .facility-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 8px;
}

/* ==================================================
   UI Final Pass 5 - default hotel image + media sizing
   ================================================== */

body.lux-theme .featured-home-card .featured-home-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    display: block;
    padding: 8px;
    background: rgba(8, 15, 28, 0.92);
}

body.lux-theme .listing-row-card .swiper-slide,
body.lux-theme .listing-no-image {
    aspect-ratio: 4 / 3;
}

body.lux-theme .listing-no-image.fact-item {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(8, 15, 28, 0.92);
    overflow: hidden;
}

body.lux-theme .my-listing-empty-media,
body.lux-theme .detail-slider-empty {
    padding: 0;
    overflow: hidden;
}

body.lux-theme .public-listing-fallback-image,
body.lux-theme .my-listing-fallback-image,
body.lux-theme .detail-fallback-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.lux-theme .my-listing-fallback-image {
    min-height: 240px;
}

body.lux-theme .detail-fallback-image {
    min-height: 320px;
}

/* ==================================================
   UI Final Pass 6 - homepage featured card consistency
   ================================================== */

body.lux-theme.index-page .featured-home-grid {
    align-items: stretch;
}

body.lux-theme.index-page .featured-home-card-link {
    display: block;
    height: 100%;
}

body.lux-theme.index-page .featured-home-card {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

body.lux-theme.index-page .featured-home-card .featured-home-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
    display: block;
    padding: 0;
    background: transparent;
}

body.lux-theme.index-page .featured-home-body {
    height: 100%;
    display: grid;
    align-content: start;
    gap: 8px;
}

body.lux-theme.index-page .featured-home-card h3 {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2.4em;
}

body.lux-theme.index-page .featured-home-meta {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 1.3em;
}

/* ==================================================
   UI Fix - my_listings long description + edit textarea overflow
   ================================================== */

body.lux-theme.page-my_listings .my-listing-body {
    min-width: 0;
}

body.lux-theme.page-my_listings .my-listing-header h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.lux-theme.page-my_listings .my-listing-description {
    margin: 0;
    max-width: 100%;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.lux-theme.page-edit_listing #description {
    resize: vertical;
    min-height: 220px;
    max-height: 520px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    line-height: 1.5;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 172, 91, 0.72) rgba(10, 18, 31, 0.6);
}

body.lux-theme.page-edit_listing #description::-webkit-scrollbar {
    width: 10px;
}

body.lux-theme.page-edit_listing #description::-webkit-scrollbar-track {
    background: rgba(10, 18, 31, 0.6);
    border-radius: 10px;
}

body.lux-theme.page-edit_listing #description::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(212, 172, 91, 0.9), rgba(188, 143, 61, 0.9));
    border-radius: 10px;
    border: 2px solid rgba(10, 18, 31, 0.8);
}

/* ==================================================
   Bid Chat UI
   ================================================== */

.booking-chat-indicator-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.booking-review-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.booking-chat-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid rgba(212, 168, 83, 0.45);
    color: #f6d885;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.booking-chat-link:hover {
    background: rgba(212, 168, 83, 0.16);
    border-color: rgba(246, 216, 133, 0.8);
    color: #fef6db;
}

.booking-chat-hint {
    font-size: 0.82rem;
    color: #9eb1d8;
}

.booking-chat-unread {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #102331;
    background: #d4a853;
}

.request-chat-card {
    margin-top: 16px;
}

.request-chat-copy {
    margin: 0 0 10px;
    color: #c2cfe9;
}

.request-chat-open-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.request-chat-unread-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #d4a853;
    color: #102331;
    font-size: 0.72rem;
    font-weight: 700;
}

.request-chat-page {
    width: min(1120px, 92vw);
    margin: 28px auto 0;
    display: grid;
    gap: 16px;
}

body.lux-theme.page-request_bid_chat .request-chat-head,
body.lux-theme.page-request_bid_chat .request-chat-card-shell,
body.lux-theme.page-request_bid_chat .page-back-link {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.request-chat-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.request-chat-subline {
    margin-top: 6px;
    font-size: 0.92rem;
    color: #9eb1d8;
}

.request-chat-head-links {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.request-chat-view-request-btn {
    min-height: 34px;
    padding: 6px 12px;
    width: auto;
    align-self: flex-start;
}

.request-chat-status.is-open {
    background: rgba(0, 158, 115, 0.15);
    border-color: rgba(0, 158, 115, 0.45);
    color: #6ce1bf;
}

.request-chat-status.is-closed {
    background: rgba(212, 168, 83, 0.15);
    border-color: rgba(212, 168, 83, 0.45);
    color: #f6d885;
}

.request-chat-status.is-unavailable {
    background: rgba(120, 130, 150, 0.18);
    border-color: rgba(120, 130, 150, 0.5);
    color: #c2cfe9;
}

.request-chat-card-shell {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: linear-gradient(150deg, rgba(16, 30, 58, 0.95), rgba(4, 16, 40, 0.95));
    padding: 16px;
    display: grid;
    gap: 14px;
}

.request-chat-thread {
    display: grid;
    gap: 12px;
    max-height: 58vh;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 172, 91, 0.72) rgba(10, 18, 31, 0.6);
}

.request-chat-thread::-webkit-scrollbar {
    width: 10px;
}

.request-chat-thread::-webkit-scrollbar-track {
    background: rgba(10, 18, 31, 0.6);
    border-radius: 10px;
}

.request-chat-thread::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(212, 172, 91, 0.9), rgba(188, 143, 61, 0.9));
    border-radius: 10px;
    border: 2px solid rgba(10, 18, 31, 0.8);
}

.request-chat-message {
    max-width: min(720px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 10px 12px;
}

.request-chat-message.is-mine {
    margin-left: auto;
    background: rgba(0, 114, 178, 0.16);
    border-color: rgba(0, 114, 178, 0.44);
}

.request-chat-message.is-other {
    margin-right: auto;
    background: rgba(255, 255, 255, 0.04);
}

.request-chat-message-meta {
    margin: 0 0 6px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.8rem;
    color: #9eb1d8;
    font-weight: 700;
}

.request-chat-message-body {
    margin: 0;
    color: #edf2ff;
    white-space: pre-wrap;
    word-break: break-word;
}

.request-chat-empty {
    margin: 0;
    color: #9eb1d8;
}

.request-chat-form {
    display: grid;
    gap: 10px;
}

.request-chat-form textarea {
    width: 100%;
    min-height: 120px;
    border-radius: 12px;
    resize: vertical;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 172, 91, 0.72) rgba(10, 18, 31, 0.6);
}

.request-chat-form textarea::-webkit-scrollbar {
    width: 10px;
}

.request-chat-form textarea::-webkit-scrollbar-track {
    background: rgba(10, 18, 31, 0.6);
    border-radius: 10px;
}

.request-chat-form textarea::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(212, 172, 91, 0.9), rgba(188, 143, 61, 0.9));
    border-radius: 10px;
    border: 2px solid rgba(10, 18, 31, 0.8);
}

.request-chat-closed-note {
    margin: 0;
    color: #f6d885;
    font-size: 0.95rem;
}

.request-chat-retention-note {
    margin: 0;
    font-size: 0.8rem;
    color: #9eb1d8;
}

@media (max-width: 780px) {
    .request-chat-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .request-chat-thread {
        max-height: 50vh;
    }
}

/* ==================================================
   UI Consistency - Gold action buttons + hover text
   ================================================== */

body.lux-theme .booking-action-save,
body.lux-theme .request-detail-action-finalize,
body.lux-theme #toggle-filters {
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    border: 1px solid rgba(0, 0, 0, 0.24) !important;
    color: #101822 !important;
}

body.lux-theme .btn:not(.btn-secondary):hover,
body.lux-theme .booking-action-save:hover,
body.lux-theme .request-detail-action-finalize:hover,
body.lux-theme .my-listings-create-btn:hover,
body.lux-theme .my-action-edit:hover,
body.lux-theme #toggle-filters:hover {
    color: #ffffff !important;
}

/* ==================================================
   Border-only hover (no glow) for profile/register/login CTAs
   ================================================== */

body.lux-theme .profile-tab-btn,
body.lux-theme .register-role-option,
body.lux-theme .auth-form > button[type="submit"],
body.lux-theme .register-auth-form > button[type="submit"],
body.lux-theme .nav-register-cta {
    box-shadow: none !important;
}

body.lux-theme .profile-tab-btn {
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.lux-theme .profile-tab-btn:not(.is-active):hover,
body.lux-theme .profile-tab-btn:not(.is-active):focus-visible {
    border-color: rgba(212, 172, 91, 0.56);
    background: rgba(12, 21, 36, 0.72);
    color: #d8c189;
    box-shadow: none !important;
    transform: none !important;
    outline: none;
}

body.lux-theme .profile-tab-btn.is-active:hover,
body.lux-theme .profile-tab-btn.is-active:focus-visible {
    border-color: rgba(212, 172, 91, 0.5);
    background: rgba(212, 172, 91, 0.2);
    color: #eed7a4;
    box-shadow: none !important;
    transform: none !important;
    outline: none;
}

body.lux-theme .register-role-option {
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.lux-theme .register-role-option:not(.is-active):hover,
body.lux-theme .register-role-option:not(.is-active):focus-within {
    border-color: rgba(224, 189, 114, 0.64);
    box-shadow: none !important;
}

body.lux-theme .register-role-option.is-active:hover,
body.lux-theme .register-role-option.is-active:focus-within {
    border-color: rgba(224, 189, 114, 0.72);
    box-shadow: none !important;
}

body.lux-theme .auth-form > button[type="submit"]:hover,
body.lux-theme .register-auth-form > button[type="submit"]:hover {
    border-color: rgba(224, 189, 114, 0.7);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

body.lux-theme .nav-register-cta:hover,
body.lux-theme .nav-register-cta:focus-visible {
    border-color: rgba(224, 189, 114, 0.7) !important;
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ==================================================
   Header profile menu - premium dark/gold alignment
   ================================================== */

body.lux-theme .profile-menu-toggle {
    border-color: rgba(212, 172, 91, 0.4);
    background: rgba(12, 21, 36, 0.86);
    color: #e3dccd;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.lux-theme .profile-menu-toggle:hover,
body.lux-theme .profile-menu-toggle[aria-expanded="true"] {
    border-color: rgba(224, 189, 114, 0.72);
    background: rgba(18, 31, 52, 0.92);
    color: #f0d9a5;
    transform: none !important;
    box-shadow: none !important;
}

body.lux-theme .profile-menu-caret {
    transition: transform 0.2s ease;
}

body.lux-theme .profile-menu-toggle[aria-expanded="true"] .profile-menu-caret {
    transform: rotate(180deg);
}

body.lux-theme .profile-menu-dropdown {
    top: calc(100% + 10px);
    min-width: 280px;
    border: 1px solid rgba(212, 172, 91, 0.28);
    border-radius: 14px;
    background: linear-gradient(155deg, rgba(15, 26, 44, 0.98), rgba(8, 16, 30, 0.98));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.5);
    padding: 0;
    overflow: hidden;
}

body.lux-theme .profile-menu-head {
    display: grid;
    gap: 2px;
    padding: 12px 14px 10px;
    border-bottom: 1px solid rgba(212, 172, 91, 0.2);
    background: linear-gradient(145deg, rgba(212, 172, 91, 0.14), rgba(12, 22, 38, 0.95));
}

body.lux-theme .profile-menu-head-label,
body.lux-theme .profile-menu-head-name,
body.lux-theme .profile-menu-head-role {
    margin: 0;
}

body.lux-theme .profile-menu-head-label {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #9fb1ca;
}

body.lux-theme .profile-menu-head-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #f2e5c6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.lux-theme .profile-menu-head-role {
    font-size: 0.78rem;
    color: #d6bc84;
}

body.lux-theme .profile-menu-links {
    display: grid;
    gap: 2px;
    padding: 8px;
}

body.lux-theme .profile-menu-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #d2dceb !important;
    font-weight: 600;
    text-decoration: none;
}

body.lux-theme .profile-menu-link i {
    width: 16px;
    text-align: center;
    color: #d8be85;
    font-size: 0.85rem;
}

body.lux-theme .profile-menu-link:hover,
body.lux-theme .profile-menu-link:focus-visible {
    border-color: rgba(212, 172, 91, 0.5);
    background: rgba(212, 172, 91, 0.12);
    color: #f2dfb4 !important;
    outline: none;
    transform: none !important;
}

body.lux-theme .profile-menu-link:hover i,
body.lux-theme .profile-menu-link:focus-visible i {
    color: #f0d49a;
}

body.lux-theme .profile-menu-footer {
    padding: 8px;
    border-top: 1px solid rgba(212, 172, 91, 0.18);
    background: rgba(10, 18, 32, 0.86);
}

body.lux-theme .profile-menu-link-logout {
    border-color: rgba(191, 62, 62, 0.34);
    color: #f0c8cd !important;
}

body.lux-theme .profile-menu-link-logout i {
    color: #e28b95;
}

body.lux-theme .profile-menu-link-logout:hover,
body.lux-theme .profile-menu-link-logout:focus-visible {
    border-color: rgba(223, 112, 125, 0.72);
    background: rgba(191, 62, 62, 0.16);
    color: #ffe5e8 !important;
}

body.lux-theme .profile-menu-link-logout:hover i,
body.lux-theme .profile-menu-link-logout:focus-visible i {
    color: #ffc7ce;
}

/* ==================================================
   Dashboard-only hover polish
   ================================================== */

body.lux-theme.page-dashboard .company-period-pill,
body.lux-theme.page-dashboard .company-listing-pill,
body.lux-theme.page-dashboard .dashboard-pagination a,
body.lux-theme.page-dashboard .kpi-grid .filter-kpi {
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-dashboard .company-period-pill:not(.is-active):hover,
body.lux-theme.page-dashboard .company-period-pill:not(.is-active):focus-visible {
    border-color: rgba(212, 172, 91, 0.56);
    background: rgba(212, 172, 91, 0.12);
    color: #edd4a0;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.18);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-dashboard .company-listing-pill:not(.is-active):hover,
body.lux-theme.page-dashboard .company-listing-pill:not(.is-active):focus-visible {
    border-color: rgba(212, 172, 91, 0.52);
    background: rgba(212, 172, 91, 0.11);
    color: #e8d09a;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.16);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-dashboard .kpi-grid .filter-kpi:not(.is-active):hover,
body.lux-theme.page-dashboard .kpi-grid .filter-kpi:not(.is-active):focus-visible {
    border-color: rgba(212, 172, 91, 0.46);
    background: linear-gradient(145deg, rgba(20, 32, 52, 0.98), rgba(11, 22, 38, 0.98));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-dashboard .kpi-grid .filter-kpi.is-active:hover,
body.lux-theme.page-dashboard .kpi-grid .filter-kpi.is-active:focus-visible {
    border-color: rgba(212, 172, 91, 0.62);
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.25), 0 12px 24px rgba(0, 0, 0, 0.36);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-dashboard .dashboard-pagination a:hover,
body.lux-theme.page-dashboard .dashboard-pagination a:focus-visible {
    border-color: rgba(212, 172, 91, 0.56);
    background: rgba(212, 172, 91, 0.12);
    color: #f0d9a5;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.2);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-dashboard .booking-action-details {
    border-color: rgba(212, 172, 91, 0.44);
    background: linear-gradient(145deg, rgba(16, 28, 47, 0.92), rgba(9, 18, 33, 0.94));
    color: #e4c98f !important;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-dashboard .booking-action-details:hover,
body.lux-theme.page-dashboard .booking-action-details:focus-visible {
    border-color: rgba(228, 192, 120, 0.78);
    background: linear-gradient(145deg, rgba(212, 172, 91, 0.18), rgba(20, 34, 56, 0.94));
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.2), 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    outline: none;
}

/* ==================================================
   My listings action buttons - premium hover polish
   ================================================== */

body.lux-theme.page-my_listings .my-action-btn {
    border: 1px solid transparent;
    color: #f4f7ff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-my_listings .my-action-edit {
    border-color: rgba(212, 172, 91, 0.38);
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.18), rgba(12, 20, 35, 0.92));
    color: #f4f7ff !important;
}

body.lux-theme.page-my_listings .my-action-edit:hover,
body.lux-theme.page-my_listings .my-action-edit:focus-visible {
    border-color: rgba(232, 198, 128, 0.78);
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.22), 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-my_listings .my-action-view {
    border-color: rgba(97, 166, 222, 0.44);
    background: linear-gradient(135deg, rgba(87, 165, 234, 0.2), rgba(12, 21, 36, 0.92));
    color: #f4f7ff !important;
}

body.lux-theme.page-my_listings .my-action-view:hover,
body.lux-theme.page-my_listings .my-action-view:focus-visible {
    border-color: rgba(140, 196, 241, 0.8);
    background: linear-gradient(135deg, #2e86cb, #57a5ea);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(107, 179, 231, 0.22), 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-my_listings .my-action-activate {
    border-color: rgba(90, 219, 176, 0.44);
    background: linear-gradient(135deg, rgba(39, 191, 154, 0.2), rgba(10, 26, 23, 0.92));
    color: #f4f7ff !important;
}

body.lux-theme.page-my_listings .my-action-activate:hover,
body.lux-theme.page-my_listings .my-action-activate:focus-visible {
    border-color: rgba(118, 238, 198, 0.82);
    background: linear-gradient(135deg, #17a585, #27bf9a);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(91, 217, 174, 0.22), 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-my_listings .my-action-pause {
    border-color: rgba(165, 180, 200, 0.42);
    background: linear-gradient(135deg, rgba(138, 152, 174, 0.2), rgba(13, 21, 35, 0.92));
    color: #f4f7ff !important;
}

body.lux-theme.page-my_listings .my-action-pause:hover,
body.lux-theme.page-my_listings .my-action-pause:focus-visible {
    border-color: rgba(189, 202, 220, 0.78);
    background: linear-gradient(135deg, #6f7e95, #8a98ae);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(171, 186, 205, 0.2), 0 8px 20px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-my_listings .my-action-delete {
    border-color: rgba(228, 130, 142, 0.52);
    background: linear-gradient(135deg, rgba(203, 79, 93, 0.2), rgba(27, 14, 23, 0.92));
    color: #f4f7ff !important;
}

body.lux-theme.page-my_listings .my-action-delete:hover,
body.lux-theme.page-my_listings .my-action-delete:focus-visible {
    border-color: rgba(246, 168, 178, 0.84);
    background: linear-gradient(135deg, #cb4f5d, #e6717d);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(230, 140, 150, 0.24), 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-my_listings .my-action-disabled,
body.lux-theme.page-my_listings .my-action-disabled:hover,
body.lux-theme.page-my_listings .my-action-disabled:focus-visible {
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    border-color: rgba(147, 161, 183, 0.34);
    background: linear-gradient(135deg, #5f6d84, #7c8aa0);
    color: #eef3f8 !important;
    outline: none;
}

/* ==================================================
   Listings advanced filters - facility checkbox parity
   ================================================== */

body.lux-theme.page-listings .facility-filter-option {
    align-items: center !important;
    gap: 10px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(190, 162, 102, 0.2) !important;
    border-radius: 10px !important;
    background: rgba(13, 22, 37, 0.72) !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

body.lux-theme.page-listings .facility-filter-option:hover {
    border-color: rgba(212, 172, 91, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.12), 0 6px 16px rgba(3, 8, 18, 0.35) !important;
}

body.lux-theme.page-listings .facility-filter-option:has(input[type="checkbox"]:checked) {
    border-color: rgba(212, 172, 91, 0.7) !important;
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.2), rgba(13, 22, 37, 0.88)) !important;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.22), 0 8px 18px rgba(5, 11, 22, 0.42) !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 18px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(212, 172, 91, 0.6) !important;
    background: rgba(8, 16, 29, 0.9) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    accent-color: transparent !important;
    display: grid !important;
    place-content: center !important;
    box-shadow: none !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"]::before {
    content: "\2713" !important;
    color: #101a2d !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform: scale(0) !important;
    transition: transform 0.14s ease-in-out !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"]:checked {
    background: #d4ac5b !important;
    border-color: #e7cc8a !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.25) !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(212, 172, 91, 0.8) !important;
    outline-offset: 2px !important;
}

body.lux-theme.page-listings .facility-filter-option input[type="checkbox"]:checked + span {
    color: #f5e7bf !important;
    font-weight: 600 !important;
}

/* ==================================================
   Listings cards - consistent alignment + clickable titles
   ================================================== */

body.lux-theme.page-listings .listing-card-stack-public {
    align-items: stretch;
}

body.lux-theme.page-listings .listing-row-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
}

body.lux-theme.page-listings .listing-row-card .text-container {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

body.lux-theme.page-listings .public-listing-head {
    display: grid;
    gap: 4px;
    align-content: start;
}

body.lux-theme.page-listings .public-listing-head h2 {
    margin: 0;
    line-height: 1.15;
    min-height: 2.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.lux-theme.page-listings .public-listing-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease;
}

body.lux-theme.page-listings .public-listing-title-link:hover,
body.lux-theme.page-listings .public-listing-title-link:focus-visible {
    color: #f1d89f;
    text-decoration: none;
}

body.lux-theme.page-listings .public-listing-location {
    margin: 0;
    min-height: 1.35em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

body.lux-theme.page-listings .public-listing-description {
    margin: 0;
    min-height: 4.65em;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.lux-theme.page-listings .public-listing-price {
    margin: 0;
}

body.lux-theme.page-listings .public-listing-tags {
    min-height: 0;
    max-height: none;
    overflow: visible;
    align-content: flex-start;
}

body.lux-theme.page-listings .public-listing-facility-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 0;
    margin-top: 2px;
    align-content: flex-start;
}

body.lux-theme.page-listings .public-listing-facility-highlights .public-listing-tag-facility {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

body.lux-theme.page-listings .public-listing-cta {
    margin-top: auto;
    align-self: flex-start;
}

body.lux-theme.page-listings .listing-row-card .slider-wrapper,
body.lux-theme.page-listings .listing-row-card .listing-no-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    overflow: hidden;
}

body.lux-theme.page-listings .listing-row-card .slider-wrapper .swiper-container,
body.lux-theme.page-listings .listing-row-card .slider-wrapper .swiper-wrapper,
body.lux-theme.page-listings .listing-row-card .slider-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

body.lux-theme.page-listings .listing-row-card .listing-no-image.fact-item {
    padding: 0;
    border: 0;
    border-radius: 0;
}

body.lux-theme.page-listings .listing-row-card .listing-no-image .public-listing-fallback-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.lux-theme.page-listings .listing-row-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.lux-theme.page-listings .listing-row-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 189, 114, 0.45);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

body.lux-theme.page-listings .listing-row-card .slider-wrapper,
body.lux-theme.page-listings .listing-row-card .swiper-container,
body.lux-theme.page-listings .listing-row-card .swiper-wrapper,
body.lux-theme.page-listings .listing-row-card .swiper-slide,
body.lux-theme.page-listings .listing-row-card .swiper-slide img {
    cursor: default;
}

body.lux-theme.page-listings .listing-row-card .swiper-button-next,
body.lux-theme.page-listings .listing-row-card .swiper-button-prev {
    cursor: pointer;
}

/* Prevent accidental text/image selection while clicking listing sliders */
body.lux-theme.page-listings .listing-row-card .slider-wrapper,
body.lux-theme.page-listings .listing-row-card .swiper-container,
body.lux-theme.page-listings .listing-row-card .swiper-wrapper,
body.lux-theme.page-listings .listing-row-card .swiper-slide,
body.lux-theme.page-listings .listing-row-card .swiper-slide img,
body.lux-theme.page-listings .listing-row-card .swiper-button-next,
body.lux-theme.page-listings .listing-row-card .swiper-button-prev,
body.lux-theme.page-listings .listing-row-card .swiper-pagination {
    -webkit-user-select: none;
    user-select: none;
}

body.lux-theme.page-listings .listing-row-card .swiper-slide img {
    -webkit-user-drag: none;
    user-drag: none;
}

/* ==================================================
   Listing detail refinement - marketing + clarity (left column only)
   ================================================== */

body.lux-theme.page-listing_detail .listing-hero-head {
    display: grid;
    gap: 11px;
}

body.lux-theme.page-listing_detail .listing-hero-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.46);
    background: rgba(212, 172, 91, 0.12);
    color: #e6c781;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 4px 10px;
    text-transform: uppercase;
}

body.lux-theme.page-listing_detail .listing-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.lux-theme.page-listing_detail .listing-hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(190, 162, 102, 0.26);
    background: rgba(11, 20, 35, 0.85);
    color: #d9e2f0;
    font-size: 0.83rem;
    font-weight: 600;
    padding: 6px 12px;
}

body.lux-theme.page-listing_detail .listing-hero-subline {
    margin: 0;
    color: #9fb1c8;
}

body.lux-theme.page-listing_detail .detail-mobile-location,
body.lux-theme.page-listing_detail .detail-mobile-sticky-cta,
body.lux-theme.page-listing_detail .detail-info-anchor {
    display: none;
}

body.lux-theme.page-listing_detail .detail-request-panel {
    scroll-margin-top: 112px;
    outline: none;
}

body.lux-theme.page-listing_detail .detail-mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + var(--detail-mobile-sticky-offset, 12px));
    z-index: 1350;
}

body.lux-theme.page-listing_detail .detail-mobile-sticky-cta-btn {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(2, 8, 18, 0.42);
}

body.lux-theme.page-listing_detail .detail-mobile-sticky-cta[hidden] {
    display: none !important;
}

body.lux-theme.page-listing_detail .detail-panel .section-note strong {
    color: #e4ca92;
}

body.lux-theme.page-listing_detail .detail-request-guests {
    position: static;
}

body.lux-theme.page-listing_detail .detail-guest-toggle {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(15, 24, 40, 0.82);
    color: #e7dfce;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

body.lux-theme.page-listing_detail .detail-guest-toggle:hover {
    border-color: rgba(212, 172, 91, 0.56);
}

body.lux-theme.page-listing_detail .detail-guest-popover {
    position: static;
    margin-top: 8px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: linear-gradient(150deg, rgba(14, 23, 39, 0.98), rgba(8, 14, 26, 0.98));
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.45);
    padding: 14px;
    z-index: 1;
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listing_detail .detail-guest-popover[hidden] {
    display: none !important;
}

body.lux-theme.page-listing_detail .detail-guest-popover .listing-guest-row {
    display: grid;
    grid-template-columns: 1fr minmax(150px, 180px);
    gap: 10px;
    align-items: center;
}

body.lux-theme.page-listing_detail .detail-guest-popover .listing-guest-row p {
    margin: 0;
    color: #dce4f4;
    font-weight: 600;
}

body.lux-theme.page-listing_detail .detail-guest-popover .stepper-group input {
    text-align: center;
}

body.lux-theme.page-listing_detail .detail-guest-popover input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

body.lux-theme.page-listing_detail .detail-guest-popover input[type="number"]::-webkit-outer-spin-button,
body.lux-theme.page-listing_detail .detail-guest-popover input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.lux-theme.page-listing_detail .detail-guest-done {
    justify-self: end;
}

body.lux-theme.page-listing_detail .children-ages-container {
    margin-top: 14px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    border-radius: 12px;
    background: rgba(11, 20, 35, 0.7);
    padding: 12px;
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listing_detail .children-ages-container[hidden] {
    display: none !important;
}

body.lux-theme.page-listing_detail .children-ages-container h4 {
    margin: 0;
    color: #e7dfcb;
}

body.lux-theme.page-listing_detail .child-age-row {
    display: grid;
    grid-template-columns: 1fr minmax(150px, 180px);
    gap: 10px;
    align-items: center;
}

body.lux-theme.page-listing_detail .child-age-row p {
    margin: 0;
    color: #dce4f4;
    font-weight: 600;
}

body.lux-theme.page-listing_detail .child-age-stepper input[type="number"] {
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

body.lux-theme.page-listing_detail .child-age-stepper input[type="number"]::-webkit-outer-spin-button,
body.lux-theme.page-listing_detail .child-age-stepper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.lux-theme.page-listing_detail .detail-info-stack-refined {
    display: grid;
    gap: 14px;
}

body.lux-theme.page-listing_detail .detail-copy-block {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(11, 20, 35, 0.64);
    padding: 14px;
}

body.lux-theme.page-listing_detail .detail-copy-block h2 {
    margin: 0 0 8px 0;
}

body.lux-theme.page-listing_detail .detail-copy-block .detail-description-text {
    margin: 0;
    line-height: 1.7;
    color: #c7d2e3;
}

body.lux-theme.page-listing_detail .detail-hotel-section {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: rgba(9, 20, 36, 0.66);
    padding: 14px;
    display: grid;
    gap: 12px;
}

body.lux-theme.page-listing_detail .detail-hotel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

body.lux-theme.page-listing_detail .detail-hotel-head h3 {
    margin: 0;
}

body.lux-theme.page-listing_detail .detail-hotel-rating {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f0cf88;
    font-size: 0.92rem;
}

body.lux-theme.page-listing_detail .detail-hotel-rating span {
    color: #c5d3ea;
}

body.lux-theme.page-listing_detail .detail-hotel-summary {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(12, 24, 41, 0.64);
    padding: 10px 12px;
    display: grid;
    gap: 8px;
}

body.lux-theme.page-listing_detail .detail-hotel-summary-line {
    margin: 0;
    display: grid;
    gap: 3px;
}

body.lux-theme.page-listing_detail .detail-hotel-summary-line span {
    color: #8e9fb8;
    font-size: 0.8rem;
    font-weight: 600;
}

body.lux-theme.page-listing_detail .detail-hotel-summary-line strong {
    color: #f0e6d0;
    font-size: 1rem;
    line-height: 1.4;
}

body.lux-theme.page-listing_detail .detail-hotel-summary-line.is-address strong {
    color: #d2ddf0;
    font-size: 0.95rem;
}

body.lux-theme.page-listing_detail .detail-hotel-map {
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listing_detail .detail-hotel-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme.page-listing_detail .detail-hotel-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.44);
    background: rgba(16, 29, 49, 0.88);
    color: #ebd39b !important;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.lux-theme.page-listing_detail .detail-hotel-map-link:hover,
body.lux-theme.page-listing_detail .detail-hotel-map-link:focus-visible {
    border-color: rgba(233, 201, 133, 0.9);
    background: rgba(212, 172, 91, 0.14);
    color: #f4dfb0 !important;
    outline: none;
}

body.lux-theme.page-listing_detail .detail-hotel-map-link.is-secondary {
    border-color: rgba(137, 160, 196, 0.4);
    color: #d5e1f5 !important;
}

body.lux-theme.page-listing_detail .detail-hotel-map-link.is-secondary:hover,
body.lux-theme.page-listing_detail .detail-hotel-map-link.is-secondary:focus-visible {
    border-color: rgba(170, 194, 229, 0.86);
    background: rgba(93, 120, 155, 0.2);
    color: #f0f6ff !important;
}

body.lux-theme.page-listing_detail .detail-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme.page-listing_detail .detail-metric-card {
    min-height: 90px;
}

body.lux-theme.page-listing_detail .detail-metric-card-primary {
    border-color: rgba(218, 182, 109, 0.44);
    background: linear-gradient(145deg, rgba(30, 46, 68, 0.8), rgba(14, 25, 42, 0.84));
}

body.lux-theme.page-listing_detail .detail-metric-card-primary strong {
    color: #f0cf88;
}

body.lux-theme.page-listing_detail .detail-context-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 1200px) {
    body.lux-theme.page-listing_detail .detail-context-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.lux-theme.page-listing_detail .detail-metrics-grid,
    body.lux-theme.page-listing_detail .detail-context-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    body.lux-theme.page-listing_detail .listing-hero-subline {
        display: none;
    }

    body.lux-theme.page-listing_detail .detail-mobile-location {
        display: grid;
        gap: 3px;
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 10px;
        border: 1px solid rgba(190, 162, 102, 0.22);
        background: rgba(12, 22, 38, 0.8);
    }

    body.lux-theme.page-listing_detail .detail-mobile-location p {
        margin: 0;
        color: #8e9fb8;
        font-size: 0.8rem;
        font-weight: 600;
    }

    body.lux-theme.page-listing_detail .detail-mobile-location strong {
        color: #f0e6d0;
        font-size: 0.96rem;
        line-height: 1.35;
    }

    body.lux-theme.page-listing_detail .detail-context-location-mobile-hidden {
        display: none;
    }
}

@media (max-width: 980px) {
    body.lux-theme.page-listing_detail .detail-mobile-sticky-cta {
        display: block;
    }
}

@media (min-width: 981px) {
    body.lux-theme.page-listing_detail .detail-mobile-sticky-cta {
        display: none !important;
    }
}

body.lux-theme .request-review-card {
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: linear-gradient(145deg, rgba(11, 24, 44, 0.9), rgba(8, 18, 34, 0.95));
    border-radius: 12px;
    padding: 16px;
    gap: 12px;
}

body.lux-theme .request-review-card .request-chat-copy {
    margin: 0;
    color: #cdd8ea;
    line-height: 1.5;
}

body.lux-theme .request-review-form {
    display: grid;
    gap: 12px;
}

body.lux-theme .request-review-rating,
body.lux-theme .request-review-copy {
    display: grid;
    gap: 8px;
}

body.lux-theme .request-review-copy label {
    color: #e8d3a5;
}

body.lux-theme .request-review-rating strong {
    color: #e8d3a5;
    letter-spacing: 0.01em;
}

body.lux-theme .request-review-form textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.28);
    background: rgba(7, 16, 30, 0.9);
    color: #f4f7fd;
    padding: 11px 12px;
    font: inherit;
    min-height: 108px;
    line-height: 1.5;
    resize: vertical;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 172, 91, 0.72) rgba(10, 18, 31, 0.6);
}

body.lux-theme .request-review-form textarea::-webkit-scrollbar {
    width: 10px;
}

body.lux-theme .request-review-form textarea::-webkit-scrollbar-track {
    background: rgba(10, 18, 31, 0.6);
    border-radius: 999px;
}

body.lux-theme .request-review-form textarea::-webkit-scrollbar-thumb {
    background: rgba(212, 172, 91, 0.72);
    border-radius: 999px;
    border: 2px solid rgba(10, 18, 31, 0.6);
}

body.lux-theme .request-review-form textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(232, 197, 122, 0.84);
}

body.lux-theme .request-review-form textarea:focus {
    outline: none;
    border-color: rgba(218, 182, 109, 0.72);
    box-shadow: 0 0 0 2px rgba(218, 182, 109, 0.18);
}

body.lux-theme .review-star-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.lux-theme .review-star-choice {
    position: relative;
    cursor: pointer;
}

body.lux-theme .review-star-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.lux-theme .review-star-choice span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 64px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.4);
    background: linear-gradient(135deg, rgba(10, 20, 36, 0.92), rgba(7, 16, 30, 0.94));
    color: #aebfdd;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .review-star-choice span i {
    color: #f0cf88;
}

body.lux-theme .review-star-choice:hover span {
    border-color: rgba(221, 188, 119, 0.78);
    background: linear-gradient(135deg, rgba(32, 44, 65, 0.9), rgba(15, 27, 45, 0.94));
    color: #f3deb0;
}

body.lux-theme .review-star-choice input:checked + span {
    border-color: rgba(233, 201, 133, 0.9);
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #101822;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.24), 0 10px 22px rgba(0, 0, 0, 0.34);
}

body.lux-theme .review-star-choice input:focus-visible + span {
    outline: 2px solid rgba(218, 182, 109, 0.76);
    outline-offset: 2px;
}

body.lux-theme .review-star-choice input:checked + span i {
    color: #101822;
}

body.lux-theme .request-review-submit-btn {
    width: fit-content;
    min-width: 220px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #101822 !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

body.lux-theme .request-review-submit-btn:hover,
body.lux-theme .request-review-submit-btn:focus-visible {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #ffffff !important;
    border-color: rgba(221, 188, 119, 0.82);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .request-review-stars,
body.lux-theme .detail-review-stars {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f0cf88;
}

body.lux-theme .request-review-stars i.far,
body.lux-theme .detail-review-stars i.far {
    color: rgba(137, 156, 184, 0.72);
}

body.lux-theme .request-review-stars i.fas,
body.lux-theme .detail-review-stars i.fas {
    color: #f0cf88;
}

body.lux-theme .request-review-text,
body.lux-theme .detail-review-text,
body.lux-theme .listing-review-card-text {
    margin: 0;
    color: #dce4f4;
    line-height: 1.6;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

body.lux-theme .request-review-summary {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(10, 20, 36, 0.7);
    border-radius: 12px;
    padding: 12px;
}

body.lux-theme .request-review-summary .request-detail-inline-note {
    margin-top: 2px;
}

body.lux-theme .request-review-meta {
    margin: 0;
    color: #cbd8ee;
    font-size: 0.9rem;
}

body.lux-theme.page-listing_detail .detail-review-section {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.22);
    background: rgba(9, 20, 36, 0.64);
    padding: 14px;
    display: grid;
    gap: 12px;
}

body.lux-theme.page-listing_detail .detail-review-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

body.lux-theme.page-listing_detail .detail-review-head h3 {
    margin: 0;
}

body.lux-theme.page-listing_detail .detail-review-head p {
    margin: 4px 0 0 0;
    color: #9bb0d3;
}

body.lux-theme.page-listing_detail .detail-review-score {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #f0cf88;
    border: 1px solid rgba(212, 172, 91, 0.32);
    background: rgba(12, 24, 40, 0.68);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
}

body.lux-theme.page-listing_detail .detail-review-score strong {
    font-size: 1.35rem;
    line-height: 1;
}

body.lux-theme.page-listing_detail .detail-review-score i {
    font-size: 0.9rem;
    color: #f3d189;
}

body.lux-theme.page-listing_detail .detail-review-list {
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listing_detail .detail-review-item {
    border-radius: 10px;
    border: 1px solid rgba(190, 162, 102, 0.18);
    background: rgba(7, 16, 30, 0.78);
    padding: 10px 12px;
    display: grid;
    gap: 8px;
}

body.lux-theme.page-listing_detail .detail-review-item-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #9bb0d3;
    font-size: 0.92rem;
}

body.lux-theme.page-listing_detail .detail-review-item-head strong {
    color: #f4f7fd;
}

body.lux-theme.page-listing_detail .detail-review-all-link {
    width: fit-content;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.44);
    background: rgba(14, 25, 42, 0.82);
    color: #e8cc91 !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.12);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-listing_detail .detail-review-all-link:hover,
body.lux-theme.page-listing_detail .detail-review-all-link:focus-visible {
    border-color: rgba(233, 201, 133, 0.86);
    background: rgba(212, 172, 91, 0.16);
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.2), 0 10px 22px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-listing_detail .detail-review-all-link i {
    font-size: 0.82rem;
}

body.lux-theme.page-listing_reviews .listing-reviews-page {
    display: grid;
    gap: 14px;
}

body.lux-theme.page-listing_reviews .listing-reviews-head .listing-reviews-hotel-name {
    margin: 8px 0 0 0;
    color: #ead09a;
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.lux-theme.page-listing_reviews .listing-reviews-head .listing-reviews-hotel-name + p {
    margin-top: 4px;
}

body.lux-theme.page-listing_reviews .listing-reviews-summary {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(10, 20, 36, 0.72);
    padding: 14px 16px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    row-gap: 2px;
}

body.lux-theme.page-listing_reviews .listing-reviews-average {
    margin: 0;
    color: #f0cf88;
    font-size: 1.45rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-right: 14px;
    border-right: 1px solid rgba(212, 172, 91, 0.22);
}

body.lux-theme.page-listing_reviews .listing-reviews-average i {
    font-size: 1rem;
    color: #f3d189;
}

body.lux-theme.page-listing_reviews .listing-reviews-count {
    margin: 0;
    color: #c9d6ee;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
}

body.lux-theme.page-listing_reviews .listing-reviews-list {
    display: grid;
    gap: 10px;
}

body.lux-theme.page-listing_reviews .listing-reviews-controls {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.24);
    background: rgba(8, 17, 31, 0.84);
    padding: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

body.lux-theme.page-listing_reviews .listing-reviews-control {
    display: grid;
    gap: 8px;
    align-content: start;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.2);
    background: rgba(9, 19, 35, 0.62);
}

body.lux-theme.page-listing_reviews .listing-reviews-control-label {
    margin: 0;
    color: #ecd7a7;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 10px 8px 12px;
    min-height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 91, 0.3);
    background: rgba(13, 26, 46, 0.92);
    color: #e7d2a0;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.1);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip:hover,
body.lux-theme.page-listing_reviews .listing-reviews-chip:focus-visible {
    border-color: rgba(223, 189, 120, 0.62);
    background: rgba(212, 172, 91, 0.16);
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.18), 0 8px 18px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip.is-active {
    border-color: rgba(233, 201, 133, 0.92);
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #101822;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.24), 0 10px 22px rgba(0, 0, 0, 0.28);
    pointer-events: none;
    transform: none;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip-stars {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 4px;
    min-width: 28px;
    line-height: 1;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip-stars i {
    font-size: 0.72rem;
    color: #f0cf88;
    line-height: 1;
    transform: translateY(-0.5px);
}

body.lux-theme.page-listing_reviews .listing-reviews-chip.is-active .listing-reviews-chip-stars i {
    color: #101822;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip-count {
    min-width: 24px;
    height: 21px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 14, 25, 0.58);
    border: 1px solid rgba(212, 172, 91, 0.34);
    color: #f1cf89;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 2px;
}

body.lux-theme.page-listing_reviews .listing-reviews-chip.is-active .listing-reviews-chip-count {
    background: linear-gradient(135deg, rgba(255, 244, 214, 0.68), rgba(235, 203, 129, 0.86));
    border-color: rgba(133, 101, 49, 0.42);
    color: #1a2230;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

body.lux-theme.page-listing_reviews .listing-reviews-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    border-radius: 11px;
    border: 1px solid rgba(212, 172, 91, 0.36);
    background: rgba(9, 19, 34, 0.86);
    overflow: hidden;
    width: 100%;
    max-width: none;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.08);
}

body.lux-theme.page-listing_reviews .listing-reviews-segment {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    min-height: 36px;
    color: #d4bc86;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
    border-right: 1px solid rgba(212, 172, 91, 0.2);
    transition: background 0.2s ease, color 0.2s ease;
}

body.lux-theme.page-listing_reviews .listing-reviews-segment:last-child {
    border-right: none;
}

body.lux-theme.page-listing_reviews .listing-reviews-segment:hover,
body.lux-theme.page-listing_reviews .listing-reviews-segment:focus-visible {
    background: rgba(212, 172, 91, 0.14);
    color: #ffffff;
    outline: none;
}

body.lux-theme.page-listing_reviews .listing-reviews-segment.is-active {
    background: linear-gradient(135deg, #c49f52, #e0bd75);
    color: #101822;
    pointer-events: none;
}

body.lux-theme.page-listing_reviews .listing-reviews-segmented:focus-within {
    box-shadow: 0 0 0 2px rgba(218, 182, 109, 0.2);
}

body.lux-theme.page-listing_reviews .listing-reviews-result-meta {
    margin: 2px 0 0 0;
    color: #9db0cd;
    font-size: 0.9rem;
}

body.lux-theme.page-listing_reviews .listing-reviews-empty {
    border-radius: 12px;
    border: 1px dashed rgba(190, 162, 102, 0.34);
    background: rgba(8, 17, 31, 0.72);
    color: #c6d4ea;
    padding: 14px;
}

body.lux-theme.page-listing_reviews .listing-reviews-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body.lux-theme.page-listing_reviews .listing-reviews-page-current {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.55);
    background: linear-gradient(135deg, rgba(212, 172, 91, 0.2), rgba(212, 172, 91, 0.06));
    color: #f0cf88;
    font-weight: 700;
}

body.lux-theme.page-listing_reviews .btn-tertiary-inline {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.38);
    background: rgba(13, 26, 46, 0.9);
    color: #e7d2a0 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.86rem;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.lux-theme.page-listing_reviews .btn-tertiary-inline:hover,
body.lux-theme.page-listing_reviews .btn-tertiary-inline:focus-visible {
    border-color: rgba(233, 201, 133, 0.86);
    background: rgba(212, 172, 91, 0.14);
    color: #f4dfb0 !important;
    outline: none;
}

@media (max-width: 1120px) {
    body.lux-theme.page-listing_reviews .listing-reviews-controls {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.lux-theme.page-listing_reviews .listing-reviews-segmented {
        width: 100%;
    }

    body.lux-theme.page-listing_reviews .listing-reviews-segment {
        min-width: 0;
    }
}

@media (max-width: 760px) {
    body.lux-theme.page-listing_reviews .listing-reviews-summary {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    body.lux-theme.page-listing_reviews .listing-reviews-average {
        grid-column: 1;
        grid-row: auto;
        border-right: none;
        padding-right: 0;
    }

    body.lux-theme.page-listing_reviews .listing-reviews-count {
        grid-column: 1;
        grid-row: auto;
    }

    body.lux-theme.page-listing_reviews .listing-reviews-segmented {
        grid-template-columns: 1fr;
    }
}

body.lux-theme.page-listing_reviews .listing-review-card {
    border-radius: 12px;
    border: 1px solid rgba(190, 162, 102, 0.2);
    background: rgba(8, 17, 31, 0.86);
    padding: 12px 14px;
    display: grid;
    gap: 8px;
}

body.lux-theme.page-listing_reviews .listing-review-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #9bb0d3;
    font-size: 0.93rem;
}

body.lux-theme.page-listing_reviews .listing-review-card-head strong {
    color: #f4f7fd;
}

body.lux-theme .booking-review-link {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 91, 0.46);
    background: rgba(23, 34, 54, 0.78);
    color: #e8cc91 !important;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(212, 172, 91, 0.1);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.lux-theme .booking-review-link:hover,
body.lux-theme .booking-review-link:focus-visible {
    border-color: rgba(233, 201, 133, 0.84);
    background: rgba(212, 172, 91, 0.16);
    color: #f6e4be !important;
    box-shadow: 0 0 0 1px rgba(212, 172, 91, 0.2), 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .booking-review-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid rgba(87, 209, 171, 0.36);
    background: linear-gradient(135deg, rgba(20, 47, 41, 0.74), rgba(12, 30, 27, 0.86));
    color: #c9f2df;
    font-size: 0.81rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(87, 209, 171, 0.12);
}

body.lux-theme .booking-review-hint i {
    font-size: 0.8rem;
    color: #53d9ac;
}

/*
   Admin Control Center + Impersonation Banner
   Canonieke dark/gold stijl voor admin-only cockpit views.
*/
body.lux-theme .impersonation-banner {
    position: sticky;
    top: 0;
    z-index: 1200;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(212, 172, 93, 0.44);
    background: linear-gradient(135deg, rgba(29, 19, 3, 0.98), rgba(60, 42, 8, 0.96));
    color: #f0d6a3;
}

body.lux-theme .impersonation-banner-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
}

body.lux-theme .impersonation-banner-copy strong {
    color: #ffe4ac;
}

body.lux-theme .impersonation-banner-actions {
    margin: 0;
}

body.lux-theme .admin-ops-page {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

body.lux-theme .admin-ops-sidebar {
    position: sticky;
    top: 14px;
    border-radius: 14px;
    border: 1px solid rgba(210, 172, 93, 0.24);
    background: linear-gradient(170deg, rgba(10, 18, 31, 0.95), rgba(11, 20, 33, 0.88));
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    padding: 16px;
}

body.lux-theme .admin-ops-brand {
    margin-bottom: 14px;
}

body.lux-theme .admin-ops-kicker {
    margin: 0 0 4px 0;
    color: #9ab2da;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.72rem;
}

body.lux-theme .admin-ops-brand h1 {
    margin: 0;
    font-size: 1.05rem;
    color: #f6f8ff;
    line-height: 1.3;
}

body.lux-theme .admin-ops-nav {
    display: grid;
    gap: 8px;
}

body.lux-theme .admin-ops-nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: rgba(19, 29, 45, 0.75);
    color: #d8e1f2;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.lux-theme .admin-ops-nav a .admin-nav-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

body.lux-theme .admin-ops-nav a .admin-nav-label i {
    width: 16px;
    text-align: center;
    color: #d9bf8a;
    opacity: 0.92;
}

body.lux-theme .admin-ops-nav a .admin-nav-label span {
    color: inherit;
}

body.lux-theme .admin-ops-nav a .admin-nav-count {
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgba(227, 201, 142, 0.34);
    background: rgba(227, 201, 142, 0.08);
    color: #eedab0;
    font-size: 0.78rem;
}

body.lux-theme .admin-ops-nav a:hover,
body.lux-theme .admin-ops-nav a:focus-visible {
    border-color: rgba(212, 172, 93, 0.5);
    background: rgba(28, 40, 61, 0.9);
    color: #f5f8ff;
    outline: none;
}

body.lux-theme .admin-ops-nav a.is-active {
    border-color: rgba(212, 172, 93, 0.72);
    background: rgba(212, 172, 93, 0.15);
    color: #ffe9be;
}

body.lux-theme .admin-ops-nav a.admin-nav-subitem {
    margin-left: 0;
    padding: 10px 12px;
    border-color: transparent;
    background: rgba(19, 29, 45, 0.75);
    font-size: 0.88rem;
}

body.lux-theme .admin-ops-nav a.admin-nav-subitem .admin-nav-label i {
    color: #d9bf8a;
}

body.lux-theme .admin-ops-nav a.admin-nav-subitem::before {
    content: none;
}

body.lux-theme .admin-ops-nav a.admin-nav-subitem:hover,
body.lux-theme .admin-ops-nav a.admin-nav-subitem:focus-visible {
    border-color: rgba(212, 172, 93, 0.5);
    background: rgba(28, 40, 61, 0.9);
    color: #f5f8ff;
    outline: none;
}

body.lux-theme .admin-ops-nav a.admin-nav-subitem.is-active {
    border-color: rgba(212, 172, 93, 0.72);
    background: rgba(212, 172, 93, 0.15);
    color: #ffe9be;
}

body.lux-theme .admin-ops-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

body.lux-theme .admin-ops-topbar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

body.lux-theme .admin-ops-top-actions {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

body.lux-theme .admin-ops-top-actions .btn {
    min-height: 38px;
}

body.lux-theme .admin-topbar-button {
    min-height: 42px;
    padding: 9px 14px !important;
    border-radius: 11px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.lux-theme .admin-topbar-button-soft {
    border: 1px solid rgba(212, 172, 93, 0.44) !important;
    background: linear-gradient(135deg, rgba(52, 70, 99, 0.9), rgba(36, 51, 74, 0.9)) !important;
    color: #eef4ff !important;
}

body.lux-theme .admin-topbar-button-soft:hover,
body.lux-theme .admin-topbar-button-soft:focus-visible {
    background: linear-gradient(135deg, rgba(70, 92, 128, 0.94), rgba(50, 71, 103, 0.94)) !important;
}

body.lux-theme .admin-top-action-alert {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.lux-theme .admin-top-action-alert span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(217, 174, 87, 0.42);
    background: rgba(184, 125, 35, 0.22);
    color: #ffe3b4;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

body.lux-theme .admin-ops-search {
    display: grid;
    gap: 7px;
    min-width: min(100%, 760px);
}

body.lux-theme .admin-global-search-card {
    border: 1px solid rgba(212, 172, 93, 0.28);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(11, 19, 33, 0.95), rgba(10, 18, 31, 0.9));
    padding: 12px;
    gap: 10px;
}

body.lux-theme .admin-global-search-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.lux-theme .admin-global-search-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.36);
    background: rgba(212, 172, 93, 0.12);
    color: #f3dcae;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.lux-theme .admin-global-search-head p {
    margin: 2px 0 0 0;
    color: #9ab2da;
    font-size: 0.8rem;
}

body.lux-theme .admin-global-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

body.lux-theme .admin-ops-search label {
    color: #9ab2da;
    font-size: 0.79rem;
    letter-spacing: 0.02em;
}

body.lux-theme .admin-ops-search input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(210, 172, 93, 0.28);
    background: rgba(8, 15, 25, 0.92);
    color: #f4f7ff;
    padding: 10px 12px;
}

body.lux-theme .admin-ops-search button {
    width: fit-content;
    min-height: 42px;
}

body.lux-theme .admin-inline-search-form {
    display: grid;
    gap: 8px;
}

body.lux-theme .admin-inline-search-form label {
    font-size: 0.78rem;
    color: #9ab2da;
    letter-spacing: 0.02em;
}

body.lux-theme .admin-inline-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

body.lux-theme .admin-inline-search-row input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    background: rgba(10, 18, 31, 0.88);
    color: #eef4ff;
    padding: 10px 12px;
}

body.lux-theme .admin-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.lux-theme .admin-shortcut-grid .admin-action-link {
    min-height: 36px;
    justify-content: flex-start;
    padding: 8px 11px;
}

body.lux-theme .admin-page-head {
    margin: 0;
    padding: 10px 12px 4px 12px;
}

body.lux-theme .admin-page-head h2 {
    margin: 0;
    font-size: 1.55rem;
    color: #f4f7ff;
}

body.lux-theme .admin-page-head p {
    margin: 6px 0 0 0;
    color: #9cb3d8;
}

body.lux-theme .admin-page-head-with-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

body.lux-theme .admin-page-head-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.42);
    background: rgba(212, 172, 93, 0.14);
    color: #f5d79b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

body.lux-theme .admin-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.lux-theme .admin-kpi-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lux-theme .admin-kpi-card {
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.2);
    background: linear-gradient(165deg, rgba(13, 23, 37, 0.95), rgba(11, 20, 33, 0.84));
    padding: 12px;
}

body.lux-theme .admin-kpi-card p {
    margin: 0;
    color: #90a8d0;
    font-size: 0.82rem;
}

body.lux-theme .admin-kpi-card strong {
    margin-top: 4px;
    display: block;
    color: #f6c96f;
    font-size: 1.35rem;
}

body.lux-theme .admin-kpi-card .admin-kpi-subhint {
    margin-top: 4px;
    color: #7f95bb;
    font-size: 0.72rem;
}

body.lux-theme .admin-ops-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

body.lux-theme .admin-ops-panel {
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.2);
    background: rgba(10, 18, 31, 0.9);
    padding: 14px;
    display: grid;
    gap: 12px;
    min-width: 0;
}

body.lux-theme .admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

body.lux-theme .admin-panel-head h3,
body.lux-theme .admin-ops-panel h3 {
    margin: 0;
    color: #f4f7ff;
    font-size: 1.02rem;
}

body.lux-theme .admin-ops-panel h4 {
    margin: 0;
    color: #e9d8ab;
    font-size: 0.92rem;
}

body.lux-theme .admin-panel-head .admin-panel-head-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px !important;
    border-radius: 10px;
    border: 1px solid rgba(222, 183, 102, 0.58) !important;
    background: linear-gradient(135deg, rgba(34, 50, 75, 0.96), rgba(24, 38, 61, 0.94)) !important;
    color: #f5ddb0 !important;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255, 214, 137, 0.09);
}

body.lux-theme .admin-panel-head .admin-panel-head-cta:hover,
body.lux-theme .admin-panel-head .admin-panel-head-cta:focus-visible {
    border-color: rgba(232, 194, 116, 0.82) !important;
    background: linear-gradient(135deg, rgba(43, 64, 95, 0.98), rgba(33, 53, 82, 0.96)) !important;
    color: #fff0cd !important;
    outline: none;
}

body.lux-theme .admin-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

body.lux-theme .admin-filter-grid-wide {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

body.lux-theme .admin-filter-grid label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.76rem;
    letter-spacing: 0.03em;
    color: #97afd5;
    text-transform: uppercase;
}

body.lux-theme .admin-filter-grid input,
body.lux-theme .admin-filter-grid select {
    width: 100%;
    border-radius: 9px;
    border: 1px solid rgba(212, 172, 93, 0.24);
    background: rgba(10, 17, 29, 0.9);
    color: #f2f6ff;
    padding: 9px 11px;
}

body.lux-theme .admin-filter-actions {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

body.lux-theme .admin-filter-summary {
    margin: 0;
    color: #9bb0d3;
    font-size: 0.84rem;
}

body.lux-theme .admin-quick-links-panel {
    gap: 8px;
}

body.lux-theme .admin-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .admin-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.32);
    background: rgba(15, 25, 40, 0.78);
    color: #dfebff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

body.lux-theme .admin-quick-link span {
    border-radius: 999px;
    padding: 1px 6px;
    border: 1px solid rgba(212, 172, 93, 0.34);
    background: rgba(212, 172, 93, 0.1);
    color: #f2ddb0;
    font-size: 0.74rem;
}

body.lux-theme .admin-quick-link:hover,
body.lux-theme .admin-quick-link:focus-visible {
    border-color: rgba(212, 172, 93, 0.62);
    background: rgba(27, 40, 59, 0.92);
    color: #f9fcff;
    outline: none;
}

body.lux-theme .admin-quick-link.is-active {
    border-color: rgba(212, 172, 93, 0.84);
    background: rgba(212, 172, 93, 0.18);
    color: #ffeac1;
}

body.lux-theme .admin-payment-filter-panel {
    display: grid;
    gap: 14px;
    overflow: hidden;
}

body.lux-theme .admin-payment-filter-panel > * {
    min-width: 0;
    max-width: 100%;
}

body.lux-theme .admin-payment-helper {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 6px 10px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.24);
    background: rgba(212, 172, 93, 0.08);
    color: #bcd0ef;
    font-size: 0.86rem;
}

body.lux-theme .admin-payment-helper strong {
    color: #f4ddb0;
    min-width: 0;
}

body.lux-theme .admin-payment-helper span {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.lux-theme .admin-payment-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .admin-payments-filter-form {
    display: grid;
    gap: 12px;
}

body.lux-theme .admin-payments-filter-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(118px, 0.8fr)) auto;
    gap: 10px;
    align-items: end;
}

body.lux-theme .admin-payments-filter-row > * {
    min-width: 0;
}

body.lux-theme .admin-payments-filter-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.76rem;
    letter-spacing: 0.03em;
    color: #97afd5;
    text-transform: uppercase;
}

body.lux-theme .admin-payments-filter-form input,
body.lux-theme .admin-payments-filter-form select {
    width: 100%;
    min-height: 40px;
    border-radius: 9px;
    border: 1px solid rgba(212, 172, 93, 0.24);
    background: rgba(10, 17, 29, 0.9);
    color: #f2f6ff;
    padding: 9px 11px;
}

body.lux-theme .admin-payments-filter-actions {
    align-self: end;
    min-width: 0;
}

body.lux-theme .admin-advanced-filters {
    border-radius: 12px;
    border: 1px solid rgba(112, 133, 167, 0.2);
    background: rgba(9, 17, 29, 0.42);
    padding: 0;
}

body.lux-theme .admin-advanced-filters summary {
    cursor: pointer;
    padding: 10px 12px;
    color: #f1d7a2;
    font-size: 0.84rem;
    font-weight: 800;
    list-style: none;
}

body.lux-theme .admin-advanced-filters summary::-webkit-details-marker {
    display: none;
}

body.lux-theme .admin-advanced-filters summary::after {
    content: "+";
    float: right;
    color: #8fa7ce;
}

body.lux-theme .admin-advanced-filters[open] summary::after {
    content: "-";
}

body.lux-theme .admin-advanced-filters summary:hover,
body.lux-theme .admin-advanced-filters summary:focus-visible {
    color: #fff1cf;
    outline: none;
}

body.lux-theme .admin-advanced-filter-grid {
    padding: 0 12px 12px;
}

body.lux-theme .admin-active-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .admin-active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.38);
    background: rgba(14, 25, 42, 0.86);
    color: #e8f0ff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
}

body.lux-theme .admin-active-filter-chip span {
    color: #f0d399;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.lux-theme .admin-active-filter-chip:hover,
body.lux-theme .admin-active-filter-chip:focus-visible {
    border-color: rgba(233, 195, 117, 0.74);
    background: rgba(31, 47, 73, 0.95);
    color: #fff7e6;
    outline: none;
}

body.lux-theme .admin-active-filter-chip.is-fixed {
    border-color: rgba(118, 139, 174, 0.24);
    color: #b9c9e5;
}

body.lux-theme .admin-table-wrap {
    overflow-x: auto;
    max-width: 100%;
    overscroll-behavior-x: contain;
    border-radius: 10px;
    border: 1px solid rgba(112, 133, 167, 0.2);
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 172, 93, 0.7) rgba(12, 20, 34, 0.85);
}

body.lux-theme .admin-table-wrap::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

body.lux-theme .admin-table-wrap::-webkit-scrollbar-track {
    background: rgba(12, 20, 34, 0.85);
    border-radius: 999px;
}

body.lux-theme .admin-table-wrap::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, rgba(182, 140, 65, 0.95), rgba(212, 172, 93, 0.95));
    border-radius: 999px;
    border: 2px solid rgba(12, 20, 34, 0.88);
}

body.lux-theme .admin-ops-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 0;
    table-layout: fixed;
}

body.lux-theme .admin-ops-table th,
body.lux-theme .admin-ops-table td {
    padding: 9px 8px;
    border-bottom: 1px solid rgba(117, 136, 163, 0.2);
    text-align: left;
    vertical-align: top;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.35;
}

body.lux-theme .admin-ops-table th:not(:last-child),
body.lux-theme .admin-ops-table td:not(:last-child) {
    border-right: 1px solid rgba(117, 136, 163, 0.18);
}

body.lux-theme .admin-ops-table th {
    color: #e2ca99;
    font-size: 0.79rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: linear-gradient(165deg, rgba(30, 43, 63, 0.82), rgba(18, 31, 47, 0.86));
    box-shadow: inset 0 8px 14px rgba(0, 0, 0, 0.16), inset 0 -1px 0 rgba(117, 136, 163, 0.25);
}

body.lux-theme .admin-ops-table td {
    color: #d8e3f7;
    font-size: 0.88rem;
}

body.lux-theme .admin-translations-table .admin-translation-col-language {
    width: 52px;
    white-space: nowrap;
    text-align: center;
}

body.lux-theme .admin-translations-table .admin-translation-col-status {
    width: 108px;
}

body.lux-theme .admin-translations-table .admin-translation-col-hash {
    width: 114px;
}

body.lux-theme .admin-translations-table .admin-translation-col-processed {
    width: 132px;
}

body.lux-theme .admin-translations-table .admin-translation-col-error {
    width: 168px;
}

body.lux-theme .admin-ops-table tbody tr:hover td {
    background: rgba(23, 35, 53, 0.44);
}

body.lux-theme .admin-ops-table a {
    color: #f0d6a3;
}

body.lux-theme .admin-ops-table td > a:not(.admin-action-link),
body.lux-theme .admin-ops-table .admin-table-meta a,
body.lux-theme .admin-search-preview-grid a,
body.lux-theme .admin-record-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 8px;
    border: 1px solid rgba(212, 172, 93, 0.28);
    background: rgba(29, 44, 67, 0.55);
    color: #f0d6a3;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

body.lux-theme .admin-ops-table td > a:not(.admin-action-link):hover,
body.lux-theme .admin-ops-table td > a:not(.admin-action-link):focus-visible,
body.lux-theme .admin-ops-table .admin-table-meta a:hover,
body.lux-theme .admin-ops-table .admin-table-meta a:focus-visible,
body.lux-theme .admin-search-preview-grid a:hover,
body.lux-theme .admin-search-preview-grid a:focus-visible,
body.lux-theme .admin-record-links a:hover,
body.lux-theme .admin-record-links a:focus-visible {
    border-color: rgba(212, 172, 93, 0.52);
    background: rgba(39, 59, 90, 0.8);
    color: #ffe8bd;
    outline: none;
}

body.lux-theme .admin-table-meta {
    margin: 2px 0 0 0;
    color: #8fa7ce;
    font-size: 0.78rem;
    line-height: 1.35;
}

body.lux-theme .admin-copy-id,
body.lux-theme .admin-record-code-list code {
    display: inline-block;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(212, 172, 93, 0.22);
    background: rgba(5, 11, 21, 0.68);
    color: #cfe0ff;
    padding: 3px 7px;
    font-size: 0.75rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.lux-theme .admin-record-code-list {
    display: grid;
    gap: 8px;
}

body.lux-theme .admin-record-code-list p {
    margin: 0;
    display: grid;
    gap: 4px;
}

body.lux-theme .admin-record-code-list span {
    color: #91a8cf;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.lux-theme .admin-payments-table {
    min-width: 2040px;
    table-layout: fixed;
}

body.lux-theme .admin-payments-table th {
    white-space: nowrap;
}

body.lux-theme .admin-payments-table td {
    overflow-wrap: normal;
    word-break: normal;
}

body.lux-theme .admin-payments-table .admin-table-meta {
    overflow-wrap: anywhere;
}

body.lux-theme .admin-payment-col-date {
    width: 120px;
}

body.lux-theme .admin-payment-col-status {
    width: 122px;
}

body.lux-theme .admin-payment-col-type {
    width: 148px;
}

body.lux-theme .admin-payment-col-user {
    width: 210px;
}

body.lux-theme .admin-payment-col-business {
    width: 174px;
}

body.lux-theme .admin-payment-col-currency {
    width: 78px;
}

body.lux-theme .admin-payment-col-money {
    width: 118px;
}

body.lux-theme .admin-payment-col-vat {
    width: 82px;
}

body.lux-theme .admin-payment-col-refund {
    width: 124px;
}

body.lux-theme .admin-payment-col-reference {
    width: 168px;
}

body.lux-theme .admin-payment-col-stripe {
    width: 186px;
}

body.lux-theme .admin-payment-col-details {
    width: 140px;
}

body.lux-theme .admin-payments-table th:last-child,
body.lux-theme .admin-payments-table td:last-child {
    position: sticky;
    right: 0;
    z-index: 2;
    background: linear-gradient(165deg, rgba(10, 18, 31, 0.98), rgba(13, 23, 37, 0.96));
    box-shadow: -12px 0 18px rgba(0, 0, 0, 0.24);
    background-clip: padding-box;
}

body.lux-theme .admin-payments-table th:last-child {
    z-index: 3;
    box-shadow: -12px 0 18px rgba(0, 0, 0, 0.24), inset 0 8px 14px rgba(0, 0, 0, 0.16), inset 0 -1px 0 rgba(117, 136, 163, 0.25);
}

body.lux-theme .admin-payments-table tbody tr:hover td:last-child {
    background: linear-gradient(165deg, rgba(23, 35, 53, 0.98), rgba(17, 29, 47, 0.96));
}

body.lux-theme .admin-payment-cell-title {
    display: block;
    color: #f4f7ff;
    line-height: 1.3;
}

body.lux-theme .admin-payment-context-stack,
body.lux-theme .admin-payment-reference-stack {
    display: grid;
    gap: 8px;
    min-width: 0;
}

body.lux-theme .admin-payment-context-stack p,
body.lux-theme .admin-payment-reference-stack p {
    margin: 0;
}

body.lux-theme .admin-payment-cell-label {
    display: block;
    margin-bottom: 3px;
    color: #8da5cc;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.lux-theme .admin-payment-money-stack {
    display: grid;
    gap: 6px;
    min-width: 0;
}

body.lux-theme .admin-payment-money-stack p {
    display: grid;
    grid-template-columns: minmax(58px, 0.7fr) minmax(0, 1.3fr);
    gap: 8px;
    align-items: baseline;
    margin: 0;
}

body.lux-theme .admin-payment-money-stack span {
    color: #8da5cc;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.lux-theme .admin-payment-money-stack strong {
    color: #f0f5ff;
    font-size: 0.86rem;
    line-height: 1.25;
}

body.lux-theme .admin-payment-money-stack em {
    display: inline-block;
    color: #9fb6d9;
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 700;
}

body.lux-theme .admin-payment-reference-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.lux-theme .admin-payment-ref-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(212, 172, 93, 0.34);
    background: rgba(212, 172, 93, 0.1);
    color: #f6ddb0 !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

body.lux-theme .admin-payment-ref-chip:hover,
body.lux-theme .admin-payment-ref-chip:focus-visible {
    border-color: rgba(235, 198, 123, 0.74);
    background: rgba(212, 172, 93, 0.18);
    color: #fff4d6 !important;
    outline: none;
}

body.lux-theme .admin-copy-id-compact {
    max-width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.lux-theme .admin-payments-currency-table {
    min-width: 760px;
}

body.lux-theme .admin-user-payment-kpis {
    margin: 0;
}

body.lux-theme .admin-user-payments-table {
    min-width: 920px;
}

body.lux-theme .admin-user-notifications-table {
    min-width: 720px;
    table-layout: auto;
}

body.lux-theme .admin-user-notifications-table td:nth-child(2) {
    min-width: 280px;
}

body.lux-theme .admin-actions-cell {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
}

body.lux-theme .admin-actions-cell .btn,
body.lux-theme .admin-actions-cell .btn-secondary-inline {
    font-size: 0.78rem;
    font-weight: 700;
    min-height: 34px;
    padding: 7px 10px;
    text-align: center;
    justify-content: center;
    width: auto;
    min-width: 0;
}

body.lux-theme .admin-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 11px !important;
    border-radius: 9px;
    border: 1px solid rgba(212, 172, 93, 0.42) !important;
    background: rgba(29, 44, 67, 0.78) !important;
    color: #f2ddaf !important;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.25;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .admin-action-link:hover,
body.lux-theme .admin-action-link:focus-visible {
    background: rgba(38, 58, 88, 0.95) !important;
    color: #fff5dc !important;
}

body.lux-theme .admin-action-link-primary {
    border-color: rgba(236, 194, 117, 0.5) !important;
    background: linear-gradient(135deg, rgba(179, 133, 53, 0.95), rgba(212, 172, 93, 0.94)) !important;
    color: #152031 !important;
}

body.lux-theme .admin-action-link-primary:hover,
body.lux-theme .admin-action-link-primary:focus-visible {
    background: linear-gradient(135deg, rgba(195, 147, 62, 0.95), rgba(224, 187, 111, 0.95)) !important;
    color: #ffffff !important;
}

body.lux-theme .admin-inline-form {
    display: inline-flex;
}

body.lux-theme .admin-filter-actions .btn-secondary-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 9px;
    border: 1px solid rgba(212, 172, 93, 0.36);
    background: rgba(29, 44, 67, 0.68);
    color: #f0d6a3;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .admin-filter-actions .btn-secondary-inline:hover,
body.lux-theme .admin-filter-actions .btn-secondary-inline:focus-visible {
    border-color: rgba(235, 198, 123, 0.78) !important;
    background: linear-gradient(145deg, rgba(44, 68, 101, 0.96), rgba(28, 47, 76, 0.96)) !important;
    color: #fff2d3 !important;
    box-shadow: 0 0 0 2px rgba(212, 172, 93, 0.2), 0 9px 18px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .admin-filter-actions .btn-secondary-inline:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35);
}

body.lux-theme .admin-btn-primary {
    border: 1px solid rgba(236, 194, 117, 0.44);
}

body.lux-theme .admin-btn-success {
    border: 1px solid rgba(85, 190, 143, 0.45) !important;
    background: linear-gradient(135deg, rgba(40, 116, 84, 0.9), rgba(53, 152, 110, 0.88)) !important;
    color: #ecfff4 !important;
}

body.lux-theme .admin-btn-success:hover,
body.lux-theme .admin-btn-success:focus-visible {
    background: linear-gradient(135deg, rgba(50, 138, 99, 0.95), rgba(69, 178, 127, 0.93)) !important;
}

body.lux-theme .admin-btn-warning {
    border: 1px solid rgba(219, 162, 78, 0.44) !important;
    background: linear-gradient(135deg, rgba(125, 79, 21, 0.9), rgba(169, 107, 34, 0.9)) !important;
    color: #fff6e6 !important;
}

body.lux-theme .admin-btn-warning:hover,
body.lux-theme .admin-btn-warning:focus-visible {
    background: linear-gradient(135deg, rgba(149, 95, 25, 0.95), rgba(194, 121, 39, 0.93)) !important;
}

body.lux-theme .admin-btn-compact {
    min-height: 34px;
    padding: 6px 10px !important;
}

body.lux-theme .admin-btn-danger {
    border: 1px solid rgba(214, 102, 102, 0.44) !important;
    background: linear-gradient(135deg, rgba(119, 34, 34, 0.9), rgba(170, 57, 57, 0.88)) !important;
    color: #fff1f1 !important;
}

body.lux-theme .admin-btn-danger:hover,
body.lux-theme .admin-btn-danger:focus-visible {
    background: linear-gradient(135deg, rgba(145, 41, 41, 0.95), rgba(193, 66, 66, 0.92)) !important;
}

body.lux-theme .admin-empty-state,
body.lux-theme .admin-empty-state-cell {
    color: #8fa8ce;
}

body.lux-theme .admin-empty-state-cell {
    text-align: center;
    padding: 15px;
}

body.lux-theme .admin-inline-list,
body.lux-theme .admin-timeline,
body.lux-theme .admin-record-links,
body.lux-theme .admin-chat-log {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

body.lux-theme .admin-inline-list li,
body.lux-theme .admin-timeline li,
body.lux-theme .admin-chat-log li {
    border-radius: 10px;
    border: 1px solid rgba(125, 145, 176, 0.2);
    background: rgba(11, 19, 31, 0.75);
    padding: 10px 11px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

body.lux-theme .admin-inline-title {
    margin: 0;
    color: #edf3ff;
    font-size: 0.88rem;
}

body.lux-theme .admin-inline-text {
    margin: 4px 0 0 0;
    color: #c8d6ee;
    font-size: 0.84rem;
    white-space: pre-wrap;
}

body.lux-theme .admin-signal-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

body.lux-theme .admin-signal-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.74rem;
    font-weight: 700;
    border: 1px solid rgba(125, 145, 176, 0.35);
    background: rgba(55, 73, 101, 0.2);
    color: #d7e3f8;
    white-space: normal;
    line-height: 1.2;
}

body.lux-theme .status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1.2;
}

body.lux-theme .admin-users-table {
    min-width: 0;
    table-layout: auto;
}

body.lux-theme .admin-users-table th,
body.lux-theme .admin-users-table td {
    white-space: normal;
}

body.lux-theme .admin-users-status-cell,
body.lux-theme .admin-users-signals-cell {
    min-width: 140px;
}

body.lux-theme .admin-users-table .admin-actions-cell {
    flex-direction: column;
    align-items: stretch;
    min-width: 150px;
}

body.lux-theme .admin-users-table .admin-actions-cell .btn,
body.lux-theme .admin-users-table .admin-actions-cell .btn-secondary-inline,
body.lux-theme .admin-users-table .admin-actions-cell .admin-inline-form {
    width: 100%;
}

body.lux-theme .admin-companies-table {
    min-width: 0;
    table-layout: auto;
}

body.lux-theme .admin-companies-table th,
body.lux-theme .admin-companies-table td {
    white-space: normal;
}

body.lux-theme .admin-companies-table th:nth-child(1),
body.lux-theme .admin-companies-table td:nth-child(1) {
    width: 70px;
    white-space: nowrap;
}

body.lux-theme .admin-companies-table th:nth-child(2),
body.lux-theme .admin-companies-table td:nth-child(2) {
    min-width: 220px;
}

body.lux-theme .admin-companies-table th:nth-child(3),
body.lux-theme .admin-companies-table td:nth-child(3) {
    width: 150px;
}

body.lux-theme .admin-companies-table th:nth-child(4),
body.lux-theme .admin-companies-table td:nth-child(4),
body.lux-theme .admin-companies-table th:nth-child(5),
body.lux-theme .admin-companies-table td:nth-child(5),
body.lux-theme .admin-companies-table th:nth-child(6),
body.lux-theme .admin-companies-table td:nth-child(6),
body.lux-theme .admin-companies-table th:nth-child(7),
body.lux-theme .admin-companies-table td:nth-child(7),
body.lux-theme .admin-companies-table th:nth-child(8),
body.lux-theme .admin-companies-table td:nth-child(8) {
    width: 88px;
    white-space: nowrap;
}

body.lux-theme .admin-companies-table th:last-child,
body.lux-theme .admin-companies-table td:last-child {
    position: sticky;
    right: 0;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    z-index: 2;
    background: linear-gradient(165deg, rgba(10, 18, 31, 0.98), rgba(13, 23, 37, 0.96));
    box-shadow: -12px 0 18px rgba(0, 0, 0, 0.24);
    background-clip: padding-box;
}

body.lux-theme .admin-companies-table th:last-child {
    z-index: 3;
    box-shadow: -12px 0 18px rgba(0, 0, 0, 0.24), inset 0 8px 14px rgba(0, 0, 0, 0.16), inset 0 -1px 0 rgba(117, 136, 163, 0.25);
}

body.lux-theme .admin-companies-table tbody tr:hover td:last-child {
    background: linear-gradient(165deg, rgba(23, 35, 53, 0.98), rgba(17, 29, 47, 0.96));
}

body.lux-theme .admin-companies-table .admin-actions-cell {
    flex-direction: column;
    align-items: stretch;
    min-width: 120px;
}

body.lux-theme .admin-signal-pill.is-danger {
    border-color: rgba(228, 112, 112, 0.52);
    background: rgba(191, 73, 73, 0.2);
    color: #ffd1d1;
}

body.lux-theme .admin-signal-pill.is-warning {
    border-color: rgba(221, 169, 90, 0.55);
    background: rgba(171, 114, 39, 0.24);
    color: #ffe5bc;
}

body.lux-theme .admin-signal-pill.is-neutral {
    border-color: rgba(122, 156, 215, 0.44);
    background: rgba(73, 103, 159, 0.22);
    color: #d8e7ff;
}

body.lux-theme .admin-signal-pill.is-ok {
    border-color: rgba(96, 198, 149, 0.45);
    background: rgba(55, 121, 92, 0.22);
    color: #d7ffe9;
}

body.lux-theme .admin-inline-meta {
    margin: 4px 0 0 0;
    color: #92a8ce;
    font-size: 0.77rem;
}

body.lux-theme .admin-audit-table {
    min-width: 1040px;
}

body.lux-theme .admin-audit-table th:nth-child(1),
body.lux-theme .admin-audit-table td:nth-child(1) {
    width: 132px;
}

body.lux-theme .admin-audit-table th:nth-child(2),
body.lux-theme .admin-audit-table td:nth-child(2) {
    width: 112px;
}

body.lux-theme .admin-audit-table th:nth-child(3),
body.lux-theme .admin-audit-table td:nth-child(3) {
    width: 230px;
}

body.lux-theme .admin-audit-table th:nth-child(4),
body.lux-theme .admin-audit-table td:nth-child(4) {
    width: 88px;
    white-space: nowrap;
}

body.lux-theme .admin-audit-table th:nth-child(5),
body.lux-theme .admin-audit-table td:nth-child(5) {
    width: 156px;
}

body.lux-theme .admin-audit-table-compact {
    min-width: 900px;
}

body.lux-theme .admin-audit-table-compact th:nth-child(1),
body.lux-theme .admin-audit-table-compact td:nth-child(1) {
    width: 118px;
}

body.lux-theme .admin-audit-table-compact th:nth-child(2),
body.lux-theme .admin-audit-table-compact td:nth-child(2) {
    width: 104px;
}

body.lux-theme .admin-audit-table-compact th:nth-child(3),
body.lux-theme .admin-audit-table-compact td:nth-child(3) {
    width: 205px;
}

body.lux-theme .admin-audit-table-compact th:nth-child(4),
body.lux-theme .admin-audit-table-compact td:nth-child(4) {
    width: 76px;
}

body.lux-theme .admin-audit-table-compact th:nth-child(5),
body.lux-theme .admin-audit-table-compact td:nth-child(5) {
    width: 138px;
}

body.lux-theme .admin-audit-event-label {
    display: block;
    color: #edf3ff;
    font-size: 0.9rem;
    line-height: 1.3;
}

body.lux-theme .admin-audit-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid rgba(125, 145, 176, 0.35);
    background: rgba(55, 73, 101, 0.2);
    color: #d7e3f8;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

body.lux-theme .admin-audit-category-impersonation {
    border-color: rgba(226, 177, 76, 0.58);
    background: rgba(156, 103, 26, 0.24);
    color: #ffe3aa;
}

body.lux-theme .admin-audit-category-payment {
    border-color: rgba(92, 196, 148, 0.52);
    background: rgba(42, 116, 84, 0.22);
    color: #d9ffe9;
}

body.lux-theme .admin-audit-category-listing,
body.lux-theme .admin-audit-category-admin {
    border-color: rgba(122, 156, 215, 0.44);
    background: rgba(73, 103, 159, 0.22);
    color: #d8e7ff;
}

body.lux-theme .admin-audit-category-restriction {
    border-color: rgba(228, 112, 112, 0.54);
    background: rgba(191, 73, 73, 0.22);
    color: #ffd1d1;
}

body.lux-theme .admin-audit-category-request {
    border-color: rgba(212, 172, 93, 0.5);
    background: rgba(49, 89, 146, 0.24);
    color: #f7db9d;
}

body.lux-theme .admin-audit-category-review,
body.lux-theme .admin-audit-category-account {
    border-color: rgba(212, 172, 93, 0.38);
    background: rgba(212, 172, 93, 0.11);
    color: #f3dba9;
}

body.lux-theme .admin-audit-record-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

body.lux-theme .admin-audit-record-chip {
    display: inline-grid;
    gap: 2px;
    max-width: 160px;
    min-height: 28px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(212, 172, 93, 0.32);
    background: rgba(212, 172, 93, 0.1);
    color: #f6ddb0 !important;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

body.lux-theme .admin-audit-record-chip small {
    color: #9fb5d4;
    font-size: 0.72rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

body.lux-theme a.admin-audit-record-chip:hover,
body.lux-theme a.admin-audit-record-chip:focus-visible {
    border-color: rgba(235, 198, 123, 0.74);
    background: rgba(212, 172, 93, 0.18);
    color: #fff4d6 !important;
    outline: none;
}

body.lux-theme .admin-audit-record-chip.is-missing,
body.lux-theme .admin-audit-record-chip.is-deleted {
    border-color: rgba(138, 156, 184, 0.28);
    background: rgba(68, 84, 111, 0.2);
    color: #c6d4ea !important;
}

body.lux-theme .admin-audit-technical-key {
    margin: 4px 0 0 0;
    color: #7f97bf;
    font-family: "JetBrains Mono", "Consolas", monospace;
    font-size: 0.72rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.lux-theme .admin-audit-summary {
    margin: 0;
    color: #d4dfef;
    font-size: 0.84rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}


body.lux-theme .admin-search-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.lux-theme .admin-search-preview-grid article {
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.18);
    background: rgba(12, 21, 33, 0.72);
    padding: 10px;
}

body.lux-theme .admin-search-preview-grid ul {
    margin: 8px 0 0 0;
    padding-left: 16px;
    color: #d2def4;
    font-size: 0.84rem;
    display: grid;
    gap: 6px;
}

body.lux-theme .admin-record-links li a {
    color: #f0d6a3;
    text-decoration: none;
}

body.lux-theme .admin-record-links li a:hover,
body.lux-theme .admin-record-links li a:focus-visible {
    text-decoration: underline;
    outline: none;
}

body.lux-theme .admin-record-hero {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

body.lux-theme .admin-record-hero-side {
    display: grid;
    gap: 10px;
    justify-items: end;
}

body.lux-theme .admin-user-edit-form-single {
    display: grid;
    gap: 12px;
}

body.lux-theme .admin-user-edit-form-single input,
body.lux-theme .admin-user-edit-form-single select,
body.lux-theme .admin-user-edit-form-single textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    background: rgba(10, 18, 31, 0.88);
    color: #edf4ff;
    padding: 9px 11px;
}

body.lux-theme .admin-user-edit-form-single textarea {
    resize: vertical;
    min-height: 96px;
}

body.lux-theme .admin-user-edit-form-single h3 {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(125, 145, 176, 0.25);
}

body.lux-theme .admin-user-edit-form-single h3:first-of-type {
    border-top: 0;
    padding-top: 0;
}

body.lux-theme .admin-review-text {
    margin: 0;
    white-space: pre-wrap;
    color: #dce6fa;
}

body.lux-theme .admin-pagination {
    margin-top: 2px;
    justify-content: flex-start;
}

body.lux-theme .admin-analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lux-theme .admin-analytics-chart {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.22);
    background: rgba(8, 15, 25, 0.82);
}

body.lux-theme .admin-analytics-filter-grid {
    grid-template-columns: repeat(4, minmax(170px, 220px)) auto;
    align-items: end;
}

body.lux-theme .admin-analytics-custom-range-field {
    grid-column: 1 / -1;
    min-width: 0;
}

body.lux-theme .admin-analytics-custom-range-wrap {
    display: grid;
    gap: 6px;
    position: relative;
    max-width: 920px;
}

body.lux-theme .admin-analytics-custom-range-wrap[hidden] {
    display: none !important;
}

body.lux-theme .admin-analytics-range-trigger {
    justify-content: space-between;
    text-align: left;
}

body.lux-theme .admin-analytics-date-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    margin-top: 0;
    width: min(940px, calc(100vw - 130px));
    max-width: 940px;
    z-index: 150;
}

body.lux-theme .admin-analytics-date-dropdown .date-range-calendars {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
}

body.lux-theme .admin-analytics-filter-grid .admin-filter-actions {
    justify-content: flex-start;
}

body.lux-theme .admin-analytics-geo-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: stretch;
}

body.lux-theme .admin-geo-map-panel {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 12px;
}

body.lux-theme .admin-geo-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body.lux-theme .admin-geo-map-metric-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    background: rgba(10, 18, 30, 0.7);
}

body.lux-theme .admin-geo-map-metric-btn {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: rgba(201, 214, 235, 0.9);
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.lux-theme .admin-geo-map-metric-btn:hover,
body.lux-theme .admin-geo-map-metric-btn:focus-visible {
    border-color: rgba(212, 172, 93, 0.44);
    color: #f4ddb0;
    outline: none;
}

body.lux-theme .admin-geo-map-metric-btn.is-active {
    border-color: rgba(212, 172, 93, 0.75);
    background: linear-gradient(145deg, rgba(212, 172, 93, 0.28), rgba(173, 131, 53, 0.22));
    color: #f7e4bd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 16px rgba(0, 0, 0, 0.24);
}

body.lux-theme .admin-geo-map-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body.lux-theme .admin-geo-map-meta-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.34);
    background: linear-gradient(145deg, rgba(13, 24, 38, 0.92), rgba(9, 17, 28, 0.94));
    color: rgba(223, 234, 250, 0.92);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.lux-theme .admin-geo-map-wrap {
    position: relative;
    border: 1px solid rgba(212, 172, 93, 0.22);
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(8, 15, 25, 0.94), rgba(10, 20, 34, 0.92));
    padding: 10px;
    min-height: 280px;
}

body.lux-theme .admin-geo-map-stage {
    min-height: 260px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 18% 12%, rgba(212, 172, 93, 0.12), transparent 34%),
        radial-gradient(circle at 82% 84%, rgba(83, 129, 190, 0.1), transparent 42%),
        linear-gradient(145deg, rgba(7, 13, 23, 0.92), rgba(12, 24, 39, 0.92));
}

body.lux-theme .admin-geo-map-wrap::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.08);
    pointer-events: none;
    z-index: 0;
}

body.lux-theme .admin-geo-map-wrap.is-empty-state .admin-geo-map-stage {
    opacity: 0.42;
    filter: saturate(0.66) brightness(0.86);
}

body.lux-theme .admin-geo-map-wrap.is-low-data-state .admin-geo-map-stage {
    opacity: 0.74;
}

body.lux-theme .admin-geo-map-wrap.is-info-state .admin-geo-map-stage {
    opacity: 0.84;
}

body.lux-theme .admin-geo-map-stage svg {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

body.lux-theme .admin-geo-map-state {
    margin-bottom: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    font-size: 0.83rem;
    line-height: 1.45;
}

body.lux-theme .admin-geo-map-state.is-empty {
    background: rgba(45, 17, 20, 0.4);
    border-color: rgba(217, 88, 88, 0.45);
    color: #f4c4c4;
}

body.lux-theme .admin-geo-map-state.is-low-data {
    background: rgba(45, 32, 12, 0.44);
    border-color: rgba(212, 172, 93, 0.45);
    color: #f0d6a1;
}

body.lux-theme .admin-geo-map-state.is-info {
    background: rgba(18, 34, 58, 0.55);
    border-color: rgba(114, 156, 215, 0.45);
    color: #c8ddff;
}

body.lux-theme .admin-geo-map-tooltip {
    position: fixed;
    z-index: 2100;
    min-width: 180px;
    max-width: 280px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.44);
    background: linear-gradient(150deg, rgba(9, 18, 31, 0.97), rgba(12, 24, 40, 0.97));
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.38);
    padding: 10px 12px;
    pointer-events: none;
}

body.lux-theme .admin-geo-tooltip-title {
    color: #f8e3bc;
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 6px;
}

body.lux-theme .admin-geo-tooltip-row {
    color: #dbe7fb;
    font-size: 0.78rem;
    line-height: 1.45;
}

body.lux-theme .admin-geo-tooltip-row strong {
    color: #f4d491;
}

body.lux-theme .admin-geo-map-stage .geo-country {
    fill: rgba(50, 70, 102, 0.55);
    stroke: rgba(144, 168, 201, 0.4);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
    transition: fill 0.16s ease, stroke 0.16s ease, filter 0.16s ease;
}

body.lux-theme .admin-geo-map-stage .geo-country.is-no-data-point {
    fill: rgba(35, 50, 74, 0.34);
    stroke: rgba(118, 137, 166, 0.3);
}

body.lux-theme .admin-geo-map-stage .geo-country.is-data-point:hover,
body.lux-theme .admin-geo-map-stage .geo-country.is-data-point:focus-visible {
    stroke: rgba(250, 223, 167, 0.94);
    filter: drop-shadow(0 0 3px rgba(212, 172, 93, 0.5));
    outline: none;
}

body.lux-theme .admin-geo-map-stage .geo-country.is-selected-country {
    stroke: rgba(245, 210, 135, 0.96);
    stroke-width: 1.4;
    filter: drop-shadow(0 0 4px rgba(212, 172, 93, 0.58));
}

body.lux-theme .admin-analytics-date-meta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .admin-analytics-date-meta-actions .btn-secondary-inline {
    min-height: 36px;
    padding: 7px 11px;
}

body.lux-theme .site-footer p {
    color: rgba(159, 176, 202, 0.74);
}

body.lux-theme .site-footer a,
body.lux-theme .site-footer .site-footer-link-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 34px;
    margin: 0 0 6px 0;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: rgba(221, 230, 245, 0.92);
    font: inherit;
    font-size: 0.92rem;
    line-height: 1.42;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .site-footer a:hover,
body.lux-theme .site-footer .site-footer-link-button:hover {
    color: #f6dfb1;
    border-color: rgba(212, 172, 93, 0.5);
    background: rgba(212, 172, 93, 0.12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

body.lux-theme .site-footer a:focus-visible,
body.lux-theme .site-footer .site-footer-link-button:focus-visible {
    color: #f8e6c3;
    border-color: rgba(235, 203, 139, 0.78);
    background: rgba(212, 172, 93, 0.14);
    box-shadow: 0 0 0 2px rgba(235, 203, 139, 0.34), 0 8px 16px rgba(0, 0, 0, 0.24);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .site-footer a:active,
body.lux-theme .site-footer .site-footer-link-button:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.32);
}

body.lux-theme .cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1400;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    border-radius: 14px;
    border: 1px solid rgba(212, 172, 93, 0.35);
    background: linear-gradient(145deg, rgba(9, 17, 29, 0.98), rgba(14, 24, 39, 0.96));
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.38);
    padding: 14px 16px;
}

body.lux-theme .cookie-banner[hidden],
body.lux-theme .cookie-preferences-panel[hidden] {
    display: none !important;
}

body.lux-theme .cookie-banner__content {
    min-width: 0;
}

body.lux-theme .cookie-banner__content strong {
    color: #f8e3b5;
    font-size: 0.94rem;
}

body.lux-theme .cookie-banner__content p {
    margin: 6px 0 0 0;
    color: #c3d2ea;
    font-size: 0.84rem;
    line-height: 1.5;
}

body.lux-theme .cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

body.lux-theme .cookie-banner__actions .btn,
body.lux-theme .cookie-banner__actions .btn-secondary-inline {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

body.lux-theme .cookie-banner__btn-primary {
    border: 1px solid rgba(238, 204, 132, 0.76) !important;
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold)) !important;
    color: #07111f !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .cookie-banner__btn-secondary,
body.lux-theme .cookie-banner__btn-tertiary {
    border: 1px solid rgba(212, 172, 93, 0.34);
    background: linear-gradient(145deg, rgba(16, 27, 43, 0.9), rgba(11, 20, 33, 0.92));
    color: #dbe6f7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 6px 14px rgba(0, 0, 0, 0.24);
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .cookie-banner__btn-primary:hover,
body.lux-theme .cookie-banner__btn-primary:focus-visible {
    border-color: rgba(255, 226, 161, 0.88) !important;
    background: linear-gradient(135deg, var(--lux-gold), var(--lux-gold-soft)) !important;
    color: #050b16 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .cookie-banner__btn-secondary:hover,
body.lux-theme .cookie-banner__btn-tertiary:hover,
body.lux-theme .cookie-banner__btn-secondary:focus-visible,
body.lux-theme .cookie-banner__btn-tertiary:focus-visible {
    border-color: rgba(235, 198, 123, 0.72);
    background: linear-gradient(145deg, rgba(31, 45, 66, 0.95), rgba(18, 30, 47, 0.96));
    color: #f5ddb0;
    box-shadow: 0 0 0 2px rgba(212, 172, 93, 0.2), 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .cookie-banner__btn-secondary:active,
body.lux-theme .cookie-banner__btn-primary:active,
body.lux-theme .cookie-banner__btn-tertiary:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35);
}

body.lux-theme .cookie-preferences-panel {
    position: fixed;
    inset: 0;
    z-index: 1410;
}

body.lux-theme .cookie-preferences-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 9, 17, 0.74);
}

body.lux-theme .cookie-preferences-panel__dialog {
    position: relative;
    width: min(560px, calc(100% - 32px));
    margin: 10vh auto 0 auto;
    border-radius: 14px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    background: linear-gradient(155deg, rgba(10, 18, 31, 0.98), rgba(13, 24, 40, 0.96));
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.42);
    padding: 16px;
    display: grid;
    gap: 12px;
}

body.lux-theme .cookie-preferences-panel__dialog h3 {
    margin: 0;
    color: #f7e6bf;
}

body.lux-theme .cookie-preferences-panel__intro {
    margin: 0;
    color: #a6bddf;
    font-size: 0.84rem;
}

body.lux-theme .cookie-toggle-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid rgba(130, 152, 187, 0.25);
    background: rgba(11, 20, 33, 0.75);
    padding: 10px 12px;
    color: #d9e6fb;
    font-size: 0.86rem;
    font-weight: 600;
}

body.lux-theme .cookie-toggle-text {
    display: grid;
    gap: 4px;
    min-width: 0;
}

body.lux-theme .cookie-toggle-title {
    color: #e8f0fb;
    font-size: 0.86rem;
    font-weight: 700;
}

body.lux-theme .cookie-toggle-description {
    color: #a6bddf;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.45;
}

body.lux-theme .cookie-toggle-row input[type=\"checkbox\"] {
    appearance: none;
    -webkit-appearance: none;
    width: 48px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(156, 173, 200, 0.44);
    background: linear-gradient(145deg, rgba(25, 36, 53, 0.95), rgba(17, 26, 40, 0.95));
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .cookie-toggle-row input[type=\"checkbox\"]::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d9e4f5, #b7c6dc);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

body.lux-theme .cookie-toggle-row input[type=\"checkbox\"]:checked {
    border-color: rgba(212, 172, 93, 0.75);
    background: linear-gradient(145deg, rgba(208, 167, 83, 0.95), rgba(178, 136, 56, 0.95));
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(212, 172, 93, 0.16);
}

body.lux-theme .cookie-toggle-row input[type=\"checkbox\"]:checked::before {
    transform: translateX(20px);
    background: linear-gradient(145deg, #fef2d5, #f6dcaa);
}

body.lux-theme .cookie-toggle-row input[type=\"checkbox\"]:focus-visible {
    outline: 2px solid rgba(235, 203, 139, 0.9);
    outline-offset: 2px;
}

body.lux-theme .cookie-toggle-row[for=\"cookie-analytics-toggle\"] {
    cursor: pointer;
}

body.lux-theme .cookie-toggle-row-switch {
    cursor: pointer;
}

body.lux-theme .cookie-switch-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 28px;
    margin-top: 2px;
}

body.lux-theme .cookie-toggle-input {
    position: absolute;
    inset: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

body.lux-theme .cookie-switch {
    width: 48px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(156, 173, 200, 0.44);
    background: linear-gradient(145deg, rgba(25, 36, 53, 0.95), rgba(17, 26, 40, 0.95));
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .cookie-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d9e4f5, #b7c6dc);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

body.lux-theme .cookie-toggle-input:checked + .cookie-switch {
    border-color: rgba(212, 172, 93, 0.75);
    background: linear-gradient(145deg, rgba(208, 167, 83, 0.95), rgba(178, 136, 56, 0.95));
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(212, 172, 93, 0.16);
}

body.lux-theme .cookie-toggle-input:checked + .cookie-switch::after {
    transform: translateX(20px);
    background: linear-gradient(145deg, #fef2d5, #f6dcaa);
}

body.lux-theme .cookie-toggle-input:focus-visible + .cookie-switch {
    outline: 2px solid rgba(235, 203, 139, 0.9);
    outline-offset: 2px;
}

body.lux-theme .cookie-toggle-fixed {
    color: #8ac9a8;
    font-size: 0.78rem;
    flex: 0 0 auto;
    margin-top: 2px;
}

body.lux-theme .cookie-preferences-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

body.lux-theme .cookie-preferences-panel__actions .btn-secondary-inline {
    border: 1px solid rgba(212, 172, 93, 0.36) !important;
    background: linear-gradient(145deg, rgba(16, 27, 43, 0.9), rgba(11, 20, 33, 0.92)) !important;
    color: #dbe6f7 !important;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.lux-theme .cookie-preferences-panel__actions .btn-secondary-inline:hover,
body.lux-theme .cookie-preferences-panel__actions .btn-secondary-inline:focus-visible {
    border-color: rgba(235, 198, 123, 0.74) !important;
    background: linear-gradient(145deg, rgba(31, 45, 66, 0.96), rgba(18, 30, 47, 0.96)) !important;
    color: #f5ddb0 !important;
    box-shadow: 0 0 0 2px rgba(212, 172, 93, 0.2), 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    outline: none;
}

body.lux-theme .cookie-preferences-panel__actions .btn-secondary-inline:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35);
}

body.lux-theme.cookie-prefs-open {
    overflow: hidden;
}

@media (max-width: 1440px) {
    body.lux-theme .admin-kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .admin-filter-grid-wide {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.lux-theme .admin-payments-filter-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.lux-theme .admin-payments-search-field {
        grid-column: span 2;
    }

    body.lux-theme .admin-payments-filter-actions {
        grid-column: span 1;
        justify-content: flex-start;
    }

    body.lux-theme .admin-payments-table {
        min-width: 2040px;
    }

    body.lux-theme .admin-hide-compact {
        display: none;
    }
}

@media (max-width: 1200px) {
    body.lux-theme .admin-ops-page {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-ops-sidebar {
        position: static;
    }

    body.lux-theme .admin-ops-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-filter-grid,
    body.lux-theme .admin-filter-grid-wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .admin-analytics-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .admin-analytics-geo-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-analytics-filter-grid .admin-filter-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    body.lux-theme .admin-payments-filter-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.lux-theme .admin-payments-search-field,
    body.lux-theme .admin-payments-filter-actions {
        grid-column: 1 / -1;
    }

    body.lux-theme .admin-analytics-date-dropdown {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
    }

    body.lux-theme .admin-analytics-date-dropdown .date-range-calendars {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-record-hero {
        flex-direction: column;
    }

    body.lux-theme .admin-record-hero-side {
        justify-items: start;
    }
}

@media (max-width: 680px) {
    body.lux-theme .impersonation-banner {
        padding: 10px 12px;
    }

    body.lux-theme .admin-kpi-grid,
    body.lux-theme .admin-kpi-grid-compact,
    body.lux-theme .admin-filter-grid,
    body.lux-theme .admin-filter-grid-wide,
    body.lux-theme .admin-search-preview-grid,
    body.lux-theme .admin-shortcut-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-ops-topbar {
        align-items: stretch;
    }

    body.lux-theme .admin-global-search-row,
    body.lux-theme .admin-inline-search-row {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-page-head-with-icon {
        align-items: flex-start;
    }

    body.lux-theme .admin-page-head-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body.lux-theme .admin-payments-filter-row {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-payments-filter-actions {
        justify-content: flex-start;
    }

    body.lux-theme .admin-payment-helper {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-payments-table {
        min-width: 2040px;
    }

    body.lux-theme .cookie-banner {
        grid-template-columns: 1fr;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    body.lux-theme .cookie-banner__actions {
        justify-content: flex-start;
    }

    body.lux-theme .cookie-banner__actions .btn,
    body.lux-theme .cookie-banner__actions .btn-secondary-inline,
    body.lux-theme .cookie-banner__btn-primary,
    body.lux-theme .cookie-banner__btn-secondary,
    body.lux-theme .cookie-banner__btn-tertiary {
        flex: 1 1 100%;
    }

    body.lux-theme .cookie-preferences-panel__dialog {
        width: calc(100% - 20px);
        max-height: calc(100vh - 24px);
        margin: 12px auto 0 auto;
        overflow: auto;
        padding: 14px;
    }

    body.lux-theme .admin-analytics-grid {
        grid-template-columns: 1fr;
    }

    body.lux-theme .admin-analytics-custom-range-field {
        grid-column: span 1;
    }

    body.lux-theme .admin-geo-map-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.lux-theme .admin-geo-map-meta {
        gap: 6px;
    }

    body.lux-theme .admin-geo-map-meta-chip {
        font-size: 0.72rem;
        padding: 4px 8px;
    }

    body.lux-theme .admin-geo-map-wrap {
        padding: 8px;
    }

    body.lux-theme .admin-geo-map-stage {
        min-height: 210px;
    }
}

@media (max-width: 640px) {
    body.lux-theme .cookie-banner {
        box-sizing: border-box;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        min-width: 0;
        grid-template-columns: 1fr;
        overflow-wrap: anywhere;
    }

    body.lux-theme .cookie-banner:not([hidden]) {
        display: grid;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        z-index: 2147483000;
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    body.lux-theme .cookie-banner__content,
    body.lux-theme .cookie-banner__actions {
        min-width: 0;
        width: 100%;
    }

    body.lux-theme .cookie-banner__actions {
        justify-content: stretch;
    }

    body.lux-theme .cookie-banner__actions .btn,
    body.lux-theme .cookie-banner__actions .btn-secondary-inline,
    body.lux-theme .cookie-banner__btn-primary,
    body.lux-theme .cookie-banner__btn-secondary,
    body.lux-theme .cookie-banner__btn-tertiary {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    body.lux-theme .cookie-preferences-panel__dialog {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        box-sizing: border-box;
        width: min(100%, 420px);
        max-width: calc(100vw - 24px);
        min-width: 0;
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.lux-theme .cookie-preferences-panel {
        position: fixed;
        inset: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        overflow: hidden;
    }

    body.lux-theme .cookie-preferences-panel:not([hidden]) {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 2147483001;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    body.lux-theme .cookie-preferences-panel__backdrop {
        position: absolute;
        inset: 0;
    }

    body.lux-theme .cookie-preferences-panel__dialog {
        z-index: 1;
    }

    body.lux-theme .cookie-toggle-row {
        min-width: 0;
        flex-wrap: wrap;
        gap: 12px;
    }

    body.lux-theme .cookie-toggle-text {
        min-width: 0;
        flex: 1 1 220px;
    }

    body.lux-theme .cookie-switch-wrap,
    body.lux-theme .cookie-toggle-fixed {
        flex: 0 0 auto;
    }

    body.lux-theme .cookie-switch {
        max-width: 100%;
    }

    body.lux-theme .cookie-preferences-panel__actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        justify-content: stretch;
    }

    body.lux-theme .cookie-preferences-panel__actions .btn,
    body.lux-theme .cookie-preferences-panel__actions .btn-secondary-inline {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

/* ==================================================
   Round 1: responsive foundation + inline-style cleanup
   ================================================== */

body.lux-theme {
    overflow-x: hidden;
}

body.lux-theme main.container {
    width: 100%;
    min-width: 0;
}

body.lux-theme .form-hint-tight-top {
    margin-top: 6px;
}

body.lux-theme .form-actions-tight-top {
    margin-top: 10px;
}

body.lux-theme .hidden-file-input {
    display: none !important;
}

body.lux-theme .unlock-account-shell {
    max-width: 760px;
    margin: 20px auto 0;
}

body.lux-theme .unlock-account-card {
    border-radius: 16px;
    border: 1px solid rgba(212, 172, 93, 0.25);
    background: linear-gradient(145deg, rgba(13, 24, 40, 0.96), rgba(8, 16, 30, 0.98));
    padding: 22px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

body.lux-theme .unlock-account-card h1 {
    margin: 0 0 10px 0;
}

body.lux-theme .unlock-account-intro {
    margin: 0 0 14px 0;
    color: #9aabca;
}

body.lux-theme .unlock-account-highlight {
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.35);
    background: rgba(212, 172, 93, 0.12);
    padding: 12px 14px;
    margin-bottom: 14px;
}

body.lux-theme .unlock-account-highlight p {
    margin: 0;
    color: #e8ddc3;
}

body.lux-theme .unlock-account-highlight p + p {
    margin-top: 6px;
}

body.lux-theme .unlock-account-note {
    margin: 0;
    color: #90a2c3;
}

body.lux-theme .unlock-account-form {
    margin-top: 14px;
}

body.lux-theme .unlock-account-submit-btn {
    width: auto;
    min-width: 260px;
}

body.lux-theme .unlock-account-back-link {
    margin-top: 16px;
    display: inline-flex;
}

body.lux-theme .admin-dashboard-legacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

body.lux-theme .admin-dashboard-legacy-listings {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.lux-theme .admin-dashboard-legacy-card {
    border: 1px solid rgba(212, 172, 93, 0.25);
    border-radius: 12px;
    padding: 16px;
    background: linear-gradient(140deg, rgba(12, 23, 39, 0.95), rgba(7, 14, 26, 0.98));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

body.lux-theme .admin-dashboard-legacy-card-title {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
}

body.lux-theme .admin-dashboard-legacy-actions {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.lux-theme .admin-dashboard-legacy-inline-form {
    display: inline-flex;
}

body.lux-theme .admin-dashboard-legacy-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 12px;
    border-radius: 9px;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

body.lux-theme .admin-dashboard-legacy-action-edit {
    background: linear-gradient(135deg, var(--lux-gold-deep), var(--lux-gold));
    color: #111825 !important;
}

body.lux-theme .admin-dashboard-legacy-action-delete {
    border-color: rgba(216, 74, 74, 0.52);
    background: rgba(176, 56, 56, 0.2);
    color: #ffd9d9;
}

body.lux-theme .admin-dashboard-legacy-action-view {
    border-color: rgba(94, 143, 214, 0.52);
    background: rgba(56, 104, 176, 0.2);
    color: #d9e9ff;
}

@media (max-width: 900px) {
    body.lux-theme .admin-dashboard-legacy-container,
    body.lux-theme .admin-dashboard-legacy-listings {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.lux-theme .unlock-account-submit-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 720px) {
    body.lux-theme main.container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.lux-theme .page-head,
    body.lux-theme .listing-search-shell,
    body.lux-theme .detail-layout,
    body.lux-theme .dashboard-container,
    body.lux-theme .messages-page,
    body.lux-theme .notifications-page,
    body.lux-theme .admin-ops-page {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.lux-theme .unlock-account-card {
        padding: 16px;
    }

    body.lux-theme .admin-dashboard-legacy-actions .admin-dashboard-legacy-action,
    body.lux-theme .admin-dashboard-legacy-actions .admin-dashboard-legacy-inline-form {
        width: 100%;
    }
}

/* ==================================================
   Round 2: mobile header + drawer navigation
   ================================================== */

body.lux-theme .nav-currency-item {
    display: flex;
    align-items: center;
}

body.lux-theme .nav-currency-item.nav-currency-item-utility {
    margin-left: 6px;
}

body.lux-theme .nav-listing-language-item {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

body.lux-theme .nav-listing-language-item.nav-listing-language-item-utility {
    margin-left: 4px;
}

body.lux-theme .nav-listing-language-label {
    display: none;
}

body.lux-theme .nav-listing-language-options {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.3);
    background: linear-gradient(135deg, rgba(11, 20, 34, 0.9), rgba(16, 29, 48, 0.86));
}

body.lux-theme .nav-listing-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #aeb9ca;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.lux-theme .nav-listing-language-link:hover,
body.lux-theme .nav-listing-language-link:focus-visible {
    border-color: rgba(230, 197, 124, 0.56);
    background: rgba(212, 172, 93, 0.11);
    color: #f0dfbb;
    outline: none;
}

body.lux-theme .nav-listing-language-link.is-active {
    border-color: rgba(230, 197, 124, 0.72);
    background: rgba(212, 172, 93, 0.18);
    color: #f4dfad;
    box-shadow: inset 0 0 0 1px rgba(230, 197, 124, 0.12);
}

body.lux-theme .nav-listing-language-flag {
    font-size: 0.86rem;
    line-height: 1;
}

body.lux-theme .nav-language-pill {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 0 3px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.36);
    background: linear-gradient(135deg, rgba(11, 20, 34, 0.94), rgba(16, 29, 48, 0.9));
    box-shadow: inset 0 0 0 1px rgba(212, 172, 93, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .nav-language-pill:hover {
    border-color: rgba(230, 197, 124, 0.72);
    background: linear-gradient(135deg, rgba(15, 27, 46, 0.96), rgba(21, 36, 58, 0.94));
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.16);
}

body.lux-theme .nav-language-pill:focus-within {
    border-color: rgba(230, 197, 124, 0.82);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.22);
}

body.lux-theme .nav-language-select {
    min-width: 0;
    width: 38px;
    height: 28px;
    padding: 0;
    border: 0 !important;
    background: transparent;
    color: #f0dfbb;
    font-weight: 800;
    font-size: 0.79rem;
    cursor: pointer;
    color-scheme: dark;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    text-align: center;
    text-align-last: center;
}

body.lux-theme .nav-language-select:focus,
body.lux-theme .nav-language-select:focus-visible {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
}

body.lux-theme .nav-language-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    color: rgba(224, 189, 114, 0.9);
    font-size: 0.6rem;
    pointer-events: none;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

body.lux-theme .nav-language-pill.is-open .nav-language-caret {
    transform: rotate(180deg);
}

body.lux-theme .nav-currency-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

body.lux-theme .nav-currency-pill {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 0 3px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.36);
    background: linear-gradient(135deg, rgba(11, 20, 34, 0.94), rgba(16, 29, 48, 0.9));
    box-shadow: inset 0 0 0 1px rgba(212, 172, 93, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.lux-theme .nav-currency-pill:hover {
    border-color: rgba(230, 197, 124, 0.72);
    background: linear-gradient(135deg, rgba(15, 27, 46, 0.96), rgba(21, 36, 58, 0.94));
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.16);
}

body.lux-theme .nav-currency-pill:focus-within {
    border-color: rgba(230, 197, 124, 0.82);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.22);
}

body.lux-theme .nav-currency-select {
    min-width: 0;
    width: 56px;
    height: 28px;
    padding: 0;
    border: 0 !important;
    background: transparent;
    color: #f0dfbb;
    font-weight: 700;
    font-size: 0.79rem;
    cursor: pointer;
    color-scheme: dark;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    text-align: center;
    text-align-last: center;
}

body.lux-theme .nav-currency-select:focus,
body.lux-theme .nav-currency-select:focus-visible {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
}

body.lux-theme .nav-currency-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    color: rgba(224, 189, 114, 0.9);
    font-size: 0.6rem;
    pointer-events: none;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

body.lux-theme .nav-currency-pill.is-open .nav-currency-caret {
    transform: rotate(180deg);
}

body.lux-theme .mobile-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(212, 172, 93, 0.42);
    background: rgba(13, 23, 39, 0.86);
    color: #e7d4a5;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.lux-theme .mobile-nav-toggle:hover,
body.lux-theme .mobile-nav-toggle:focus-visible {
    border-color: rgba(224, 189, 114, 0.72);
    background: rgba(18, 31, 52, 0.96);
    color: #f1ddb0;
    outline: none;
}

body.lux-theme .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3, 7, 14, 0.68);
    backdrop-filter: blur(2px);
    z-index: 1380;
}

body.lux-theme .mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(86vw, 360px);
    border-left: 1px solid rgba(212, 172, 93, 0.3);
    background: linear-gradient(165deg, rgba(12, 21, 36, 0.99), rgba(7, 14, 27, 0.99));
    box-shadow: -16px 0 36px rgba(0, 0, 0, 0.46);
    z-index: 1390;
    display: grid;
    grid-template-rows: auto 1fr;
    transform: translateX(105%);
    transition: transform 0.24s ease;
    overflow: hidden;
    box-sizing: border-box;
}

body.lux-theme .mobile-nav-panel.is-open {
    transform: translateX(0);
}

body.lux-theme .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid rgba(212, 172, 93, 0.2);
}

body.lux-theme .mobile-nav-head p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f0dec0;
}

body.lux-theme .mobile-nav-close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.34);
    background: rgba(18, 31, 52, 0.74);
    color: #e7d2a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}

body.lux-theme .mobile-nav-close i {
    line-height: 1;
    pointer-events: none;
}

body.lux-theme .mobile-nav-links {
    margin: 0;
    padding: 10px 10px 16px;
    list-style: none;
    display: grid;
    gap: 4px;
    overflow-y: auto;
    align-content: start;
    grid-auto-rows: min-content;
    width: 100%;
}

body.lux-theme .mobile-nav-links > li {
    margin: 0;
    padding: 0;
}

body.lux-theme .mobile-nav-links > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #d6dfef;
    font-weight: 600;
}

body.lux-theme .mobile-nav-link-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

body.lux-theme .mobile-nav-link-label i {
    width: 16px;
    text-align: center;
    color: #d8bf84;
    font-size: 0.92rem;
    flex: 0 0 auto;
}

body.lux-theme .mobile-nav-links > li > a:hover,
body.lux-theme .mobile-nav-links > li > a:focus-visible {
    border-color: rgba(212, 172, 93, 0.46);
    background: rgba(212, 172, 93, 0.12);
    color: #f2dca8;
    outline: none;
}

body.lux-theme .mobile-nav-currency-item {
    padding: 4px 8px;
}

body.lux-theme .mobile-nav-language-item {
    padding: 4px 8px;
}

body.lux-theme .mobile-nav-control-label {
    margin: 0 0 6px;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(222, 204, 162, 0.84);
    font-weight: 700;
}

body.lux-theme .mobile-nav-language-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

body.lux-theme .mobile-nav-language-select-wrap {
    position: relative;
}

body.lux-theme .mobile-nav-language-select {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.42);
    background: rgba(16, 30, 48, 0.9);
    color: #f0dfbb;
    font-weight: 700;
    padding: 0 36px 0 12px;
    color-scheme: dark;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.lux-theme .mobile-nav-language-select:focus-visible {
    outline: none;
    border-color: rgba(224, 189, 114, 0.78);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.2);
}

body.lux-theme .mobile-nav-language-caret {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    color: rgba(224, 189, 114, 0.9);
    font-size: 0.7rem;
    pointer-events: none;
}

body.lux-theme .mobile-nav-language-link {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.32);
    background: rgba(16, 30, 48, 0.78);
    color: #dce5f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.82rem;
    font-weight: 800;
}

body.lux-theme .mobile-nav-language-link:hover,
body.lux-theme .mobile-nav-language-link:focus-visible {
    border-color: rgba(230, 197, 124, 0.72);
    background: rgba(212, 172, 93, 0.12);
    color: #f2dca8;
    outline: none;
}

body.lux-theme .mobile-nav-language-link.is-active {
    border-color: rgba(230, 197, 124, 0.84);
    background: rgba(212, 172, 93, 0.2);
    color: #f4dfad;
    box-shadow: inset 0 0 0 1px rgba(230, 197, 124, 0.14);
}

body.lux-theme .mobile-nav-currency-form {
    display: grid;
    gap: 6px;
}

body.lux-theme .mobile-nav-currency-form label {
    margin: 0;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(222, 204, 162, 0.84);
}

body.lux-theme .mobile-nav-currency-form select {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(212, 172, 93, 0.42);
    background: rgba(16, 30, 48, 0.9);
    color: #f0dfbb;
    font-weight: 700;
    padding: 0 12px;
}

body.lux-theme .mobile-nav-currency-form select:focus-visible {
    outline: none;
    border-color: rgba(224, 189, 114, 0.78);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.2);
}

body.lux-theme .mobile-nav-divider {
    margin: 8px 0;
    border-top: 1px solid rgba(212, 172, 93, 0.2);
}

body.lux-theme .mobile-nav-count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.32);
    background: #d95454;
    color: #fff;
    font-size: 0.7rem;
}

body.lux-theme .mobile-nav-count-chat {
    background: var(--lux-gold);
    color: #111825;
}

body.lux-theme .mobile-nav-logout {
    border-color: rgba(216, 74, 74, 0.42) !important;
    color: #ffd1d1 !important;
}

body.lux-theme.mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 980px) {
    body.lux-theme header nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 64px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    body.lux-theme .desktop-nav-list {
        display: none;
    }

    body.lux-theme .mobile-nav-toggle {
        display: inline-flex;
    }

    body.lux-theme .logo {
        font-size: 1.75rem;
    }

    body.lux-theme .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.lux-theme .site-footer {
        padding: 20px 14px 12px;
    }

    body.lux-theme .site-footer-grid > div {
        text-align: left;
    }

    body.lux-theme .flash-messages {
        width: 100%;
        max-width: none;
        margin-top: 10px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    body.lux-theme .flash-messages .alert {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}

/* ==================================================
   Round 3: mobile footer refinements
   ================================================== */

body.lux-theme .site-footer-grid > div {
    min-width: 0;
}

body.lux-theme .footer-currency-block {
    display: flex;
    align-items: flex-start;
}

body.lux-theme .footer-currency-form {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: none;
}

body.lux-theme .footer-currency-form-inline {
    margin-top: 10px;
}

body.lux-theme .footer-currency-pill {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    height: 32px;
    padding: 0 3px;
    border-radius: 999px;
    border: 1px solid rgba(212, 172, 93, 0.38);
    background: linear-gradient(135deg, rgba(12, 24, 39, 0.92), rgba(16, 30, 48, 0.9));
    box-shadow: inset 0 0 0 1px rgba(212, 172, 93, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.lux-theme .footer-currency-pill:hover {
    border-color: rgba(230, 197, 124, 0.74);
    background: linear-gradient(135deg, rgba(15, 29, 47, 0.94), rgba(20, 35, 55, 0.92));
    box-shadow: 0 0 0 1px rgba(230, 197, 124, 0.16);
}

body.lux-theme .footer-currency-pill:focus-within {
    border-color: rgba(230, 197, 124, 0.82);
    box-shadow: 0 0 0 2px rgba(224, 189, 114, 0.22);
}

body.lux-theme .footer-currency-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(224, 189, 114, 0.92);
    line-height: 1;
}

body.lux-theme .footer-currency-caret {
    width: 8px;
    font-size: 0.6rem;
    pointer-events: none;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

body.lux-theme .footer-currency-pill.is-open .footer-currency-caret {
    transform: rotate(180deg);
}

body.lux-theme .footer-currency-select {
    width: auto;
    min-width: 0;
    width: 56px;
    height: 28px;
    border: 0 !important;
    background: transparent;
    color: #f0dfbb;
    font-weight: 700;
    padding: 0;
    font-size: 0.82rem;
    color-scheme: dark;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    text-align: center;
    text-align-last: center;
}


body.lux-theme .footer-currency-select:focus,
body.lux-theme .footer-currency-select:focus-visible {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
}

body.lux-theme .nav-currency-select option,
body.lux-theme .footer-currency-select option,
body.lux-theme .dashboard-currency-select option,
body.lux-theme .nav-language-select option,
body.lux-theme .mobile-nav-language-select option {
    color: #f0dfbb;
    background: #0f1a2d;
    padding: 6px 12px;
}

body.lux-theme .dashboard-currency-note {
    margin: 6px 0 0;
    font-size: 0.88rem;
    color: rgba(216, 225, 241, 0.76);
}

@media (max-width: 980px) {
    body.lux-theme .site-footer {
        padding: 22px 16px 14px;
    }

    body.lux-theme .site-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px 14px;
    }

    body.lux-theme .site-footer h4 {
        font-size: 1.28rem;
        margin-bottom: 8px;
    }

    body.lux-theme .site-footer h5 {
        font-size: 1.02rem;
        margin-bottom: 8px;
    }

    body.lux-theme .site-footer p,
    body.lux-theme .site-footer a,
    body.lux-theme .site-footer .site-footer-link-button {
        margin-bottom: 6px;
        font-size: 0.92rem;
        line-height: 1.42;
    }

    body.lux-theme .site-footer a,
    body.lux-theme .site-footer .site-footer-link-button {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 36px;
    }

    body.lux-theme .site-footer-bottom {
        margin-top: 12px;
        padding-top: 10px;
        font-size: 0.84rem;
    }
}

@media (max-width: 640px) {
    body.lux-theme .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.lux-theme .site-footer {
        padding: 18px 14px 12px;
    }

    body.lux-theme .site-footer a,
    body.lux-theme .site-footer .site-footer-link-button {
        min-height: 38px;
    }

    body.lux-theme.index-page .process-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.lux-theme.index-page .process-steps .step {
        width: 100%;
        max-width: none;
        padding: 20px 14px 16px;
    }

    body.lux-theme.index-page .process-steps .step h3 {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    body.lux-theme.index-page .process-steps .step p {
        font-size: 0.98rem;
        line-height: 1.45;
    }
}

@media (max-width: 560px) {
    body.lux-theme .mobile-nav-panel {
        width: 100vw;
        max-width: 100vw;
        border-left: 0;
    }

    body.lux-theme .mobile-nav-links {
        padding: 8px 12px 14px;
        gap: 6px;
    }

    body.lux-theme .mobile-nav-links > li > a {
        min-height: 42px;
        padding: 10px 12px;
    }

    body.lux-theme .mobile-nav-head {
        padding: 12px;
    }
}

@media (max-width: 640px) {
    .verify-code-inputs {
        gap: 8px;
    }

    .verify-code-input {
        width: 48px;
        height: 52px;
        font-size: 1.2rem;
    }

    .verify-email-actions-secondary {
        justify-content: flex-start;
    }
}

/* ==================================================
   Round 7: mobile regression hardening (layout-only)
   ================================================== */

@media (max-width: 980px) {
    body.lux-theme header nav {
        width: 100%;
        max-width: none;
        padding: 10px 14px;
        box-sizing: border-box;
        gap: 10px;
    }

    body.lux-theme .mobile-nav-panel {
        width: min(94vw, 390px);
        max-width: 94vw;
    }

    body.lux-theme header .mobile-nav-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 10px 12px 16px !important;
        list-style: none !important;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 0;
        box-sizing: border-box;
    }

    body.lux-theme header .mobile-nav-links > li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        flex: 0 0 auto;
    }

    body.lux-theme header .mobile-nav-links > li > a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 44px;
        padding: 10px 12px !important;
        box-sizing: border-box;
        line-height: 1.2;
        white-space: normal;
    }

    body.lux-theme .mobile-nav-divider {
        margin: 6px 0 !important;
    }

    body.lux-theme .flash-messages {
        width: 100%;
        max-width: none;
        margin: 10px 0 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    body.lux-theme .flash-messages .alert {
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.lux-theme .site-footer {
        padding: 18px 14px 12px !important;
    }

    body.lux-theme .site-footer-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.lux-theme .site-footer-grid > div {
        width: 100%;
        min-width: 0;
        text-align: left !important;
    }

    body.lux-theme .site-footer-bottom {
        text-align: left;
    }
}

@media (max-width: 760px) {
    body.lux-theme .mobile-nav-panel {
        width: 100vw;
        max-width: 100vw;
        border-left: 0;
    }

    body.lux-theme header nav .logo {
        font-size: clamp(1.35rem, 5.8vw, 1.62rem);
    }
}

@media (max-width: 640px) {
    body.lux-theme.index-page .process {
        margin-top: 20px;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.lux-theme.index-page .process-steps {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        max-width: 420px;
        margin: 22px auto 0;
    }

    body.lux-theme.index-page .process-steps .step {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 20px 14px 16px !important;
        box-sizing: border-box;
    }

    body.lux-theme.index-page .process-steps .step h3 {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }

    body.lux-theme.index-page .process-steps .step p {
        font-size: 1.05rem !important;
        line-height: 1.45 !important;
        margin-bottom: 0 !important;
    }
}

/* ==================================================
   Round 8: mobile overflow + featured CTA + footer stack
   ================================================== */

body.lux-theme .mobile-nav-panel {
    visibility: hidden;
    pointer-events: none;
}

body.lux-theme .mobile-nav-panel.is-open {
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 980px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.lux-theme,
    body.lux-theme.index-page,
    body.lux-theme main.container,
    body.lux-theme.index-page main.container {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.lux-theme.index-page .hero {
        width: 100%;
        margin: 0;
    }

    body.lux-theme.index-page .featured-home,
    body.lux-theme.index-page .featured-home-head,
    body.lux-theme.index-page .featured-home-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    body.lux-theme.index-page .featured-home-head {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }

    body.lux-theme.index-page .featured-home-head > a.btn,
    body.lux-theme.index-page .featured-home-head > a.btn.btn-secondary {
        display: inline-flex;
        align-self: flex-start;
        justify-content: center;
        width: auto;
        max-width: 100%;
        min-height: 44px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
        padding: 10px 14px;
        box-sizing: border-box;
    }

    body.lux-theme .site-footer p,
    body.lux-theme .site-footer a,
    body.lux-theme .site-footer .site-footer-link-button,
    body.lux-theme .site-footer-bottom {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.lux-theme .site-footer a,
    body.lux-theme .site-footer .site-footer-link-button {
        display: block !important;
        width: 100%;
        margin: 0 0 6px 0;
        line-height: 1.45;
    }
}

@media (max-width: 640px) {
    body.lux-theme.index-page,
    body.lux-theme.index-page main.container {
        overflow-x: visible;
        overflow-y: visible;
    }

    body.lux-theme.index-page .hero {
        min-height: min(680px, 78vh);
        min-height: min(680px, 78dvh);
    }

    body.lux-theme.index-page .hero-bg-image,
    body.lux-theme.index-page .hero-bg-overlay {
        pointer-events: none;
    }
}

/* ==================================================
   Footer alignment restore (centered text)
   ================================================== */

body.lux-theme .site-footer-grid > div {
    text-align: center !important;
}

body.lux-theme .site-footer p,
body.lux-theme .site-footer a,
body.lux-theme .site-footer .site-footer-link-button {
    text-align: center;
}

body.lux-theme .site-footer a,
body.lux-theme .site-footer .site-footer-link-button {
    justify-content: center;
}

body.lux-theme .footer-currency-form,
body.lux-theme .footer-currency-form-inline {
    justify-content: center;
}

body.lux-theme .site-footer-bottom {
    text-align: center !important;
}
