.df-app-dashboard-page {
    --df-app-surface: rgba(255, 255, 255, .84);
    --df-app-surface-strong: rgba(255, 255, 255, .94);
    --df-app-border: rgba(43, 34, 27, .10);
    --df-app-border-strong: rgba(43, 34, 27, .16);
    --df-app-shadow: 0 20px 60px rgba(43, 34, 27, .07);
    --df-app-shadow-soft: 0 12px 32px rgba(43, 34, 27, .045);
    --df-app-radius: 14px;
    --df-app-radius-sm: 10px;
    color: #241b15;
    background:
        radial-gradient(circle at 82% -8%, rgba(72, 111, 129, .12), transparent 28%),
        radial-gradient(circle at 10% 8%, rgba(190, 125, 78, .12), transparent 24%),
        linear-gradient(180deg, #fffdf9 0%, #f7f3ed 52%, #f8f7f4 100%) !important;
}

.df-app-dashboard-shell {
    grid-template-columns: 272px minmax(0, 1fr);
}

.df-app-dashboard-page .df-host-dashboard-main {
    gap: 18px;
    padding: 24px clamp(22px, 3vw, 44px) 44px;
}

.df-app-sidebar {
    gap: 14px;
    padding: 22px 14px 18px;
    border-right-color: var(--df-app-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(250, 246, 239, .76)),
        radial-gradient(circle at 16% 0, rgba(190, 125, 78, .12), transparent 32%) !important;
    box-shadow: 16px 0 44px rgba(43, 34, 27, .045);
    backdrop-filter: blur(18px);
}

.df-app-sidebar-brand {
    min-height: 54px;
    padding: 0 10px 12px;
    border-bottom: 1px solid var(--df-app-border);
}

.df-app-sidebar-brand img {
    max-width: 168px;
    height: 42px;
}

.df-app-sidebar-brand span,
.df-app-menu-group > span {
    letter-spacing: .09em;
}

.df-app-menu {
    gap: 10px;
}

.df-app-menu-group {
    gap: 3px;
}

.df-app-menu a {
    position: relative;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: var(--df-app-radius-sm);
    color: rgba(36, 27, 21, .72);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.df-app-menu a svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.7;
}

.df-app-menu a:hover {
    border-color: rgba(190, 125, 78, .16);
    background: rgba(255, 255, 255, .64);
    color: #241b15;
}

.df-app-menu a.is-active {
    border-color: rgba(190, 125, 78, .24);
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(239, 225, 210, .70));
    color: #2b1b10;
    box-shadow: 0 10px 24px rgba(190, 125, 78, .10);
}

.df-app-menu a.is-active::before {
    content: "";
    position: absolute;
    inset: 9px auto 9px -5px;
    width: 3px;
    border-radius: 999px;
    background: #b8794e;
}

.df-app-help-card,
.df-app-sidebar-user {
    padding: 14px;
    border-color: var(--df-app-border);
    border-radius: var(--df-app-radius);
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 10px 26px rgba(43, 34, 27, .035);
}

.df-app-help-card p {
    margin: 6px 0 12px;
}

.df-app-help-card a {
    min-height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .70);
}

.df-app-dashboard-page .df-host-topbar {
    margin: -24px calc(clamp(22px, 3vw, 44px) * -1) 0;
    padding: 14px clamp(22px, 3vw, 44px);
    border-bottom-color: var(--df-app-border);
    background: rgba(255, 253, 249, .74);
    backdrop-filter: blur(20px) saturate(1.15);
}

.df-app-dashboard-page .df-host-topbar-main {
    min-height: 40px;
    gap: 9px;
}

.df-host-topbar .df-host-backend-link,
.df-support-switcher-shell,
.df-test-account-switcher,
.df-account-language-switch,
.df-app-dashboard-page .df-host-notification,
.df-app-topbar-user,
.df-host-topbar-actions a,
.df-host-topbar-actions button {
    border-color: var(--df-app-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    box-shadow: 0 8px 20px rgba(43, 34, 27, .035);
}

.df-app-topbar-user {
    min-height: 42px;
    padding: 4px 10px 4px 4px;
}

.df-app-topbar-user img,
.df-app-dashboard-page .df-host-notification {
    width: 34px;
    height: 34px;
}

.df-app-topbar-user strong {
    font-size: 13px;
}

.df-app-topbar-user small {
    font-size: 11px;
}

.df-app-topbar-menu {
    width: 40px;
    height: 40px;
    border: 1px solid var(--df-app-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .64);
}

.df-app-dashboard-page .df-host-welcome,
.df-app-dashboard-page .df-host-section,
.df-app-dashboard-page .df-dashboard-card,
.df-app-dashboard-page .df-host-submit-card,
.df-account-card {
    border-color: var(--df-app-border);
    border-radius: var(--df-app-radius);
    background: var(--df-app-surface);
    box-shadow: var(--df-app-shadow-soft);
    backdrop-filter: blur(12px);
}

.df-app-dashboard-page .df-host-section,
.df-host-welcome {
    padding: 20px;
}

.df-host-section-head {
    margin-bottom: 14px;
}

.df-app-dashboard-page .df-host-welcome > span,
.df-app-dashboard-page .df-host-section-head > span,
.df-account-card-head span,
.df-dashboard-card span {
    color: #98623f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.df-app-dashboard-page .df-host-welcome h1,
.df-app-dashboard-page .df-host-section-head h2,
.df-account-card-head h2,
.df-dashboard-card h2 {
    font-family: var(--font-heading, Georgia, serif);
    letter-spacing: 0;
}

.df-app-dashboard-page .df-host-welcome h1 {
    font-size: clamp(30px, 2.45vw, 40px);
}

.df-app-dashboard-page .df-host-section-head h2,
.df-account-card-head h2,
.df-dashboard-card h2 {
    font-size: clamp(22px, 2vw, 30px);
}

.df-app-dashboard-page .df-dashboard-stat,
.df-app-action-grid a,
.df-renter-trip-card,
.df-host-property,
.df-dashboard-booking,
.df-profile-readiness-phase,
.df-staff-profile-field,
.df-calendar-detail-card,
.df-calendar-quick-card {
    border-color: var(--df-app-border);
    border-radius: var(--df-app-radius-sm);
    background: var(--df-app-surface-strong);
    box-shadow: 0 10px 24px rgba(43, 34, 27, .035);
}

.df-app-dashboard-page .df-dashboard-stat {
    min-height: 104px;
    padding: 16px;
}

.df-app-dashboard-page .df-dashboard-stat strong {
    font-size: 30px;
}

.df-app-action-grid a {
    min-height: 104px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.df-app-action-grid a:hover {
    border-color: rgba(190, 125, 78, .32);
    box-shadow: var(--df-app-shadow-soft);
    transform: translateY(-2px);
}

.df-account-card input[type="text"],
.df-account-card input[type="email"],
.df-account-card input[type="password"],
.df-profile-form input[type="text"],
.df-profile-form input[type="email"],
.df-profile-form input[type="tel"],
.df-profile-form input[type="password"],
.df-profile-form input[type="file"],
.df-profile-form select,
.df-profile-form textarea,
.df-staff-profile-field input,
.df-staff-profile-field select,
.df-staff-profile-field textarea,
.df-host-submit-form input,
.df-host-submit-form select,
.df-host-submit-form textarea {
    min-height: 42px;
    padding: 9px 12px;
    border-color: var(--df-app-border-strong);
    border-radius: var(--df-app-radius-sm);
    background: rgba(255, 255, 255, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.df-account-card input:focus,
.df-profile-form input:focus,
.df-profile-form select:focus,
.df-profile-form textarea:focus,
.df-staff-profile-field input:focus,
.df-staff-profile-field select:focus,
.df-staff-profile-field textarea:focus,
.df-host-submit-form input:focus,
.df-host-submit-form select:focus,
.df-host-submit-form textarea:focus {
    outline: none;
    border-color: rgba(73, 113, 128, .42);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(73, 113, 128, .10);
}

.df-account-card button,
.df-host-topbar-actions a:not(:first-child),
.df-host-topbar-actions button,
.df-app-overview-hero > a,
.df-profile-form button,
.df-host-submit-form button[type="submit"] {
    border-radius: 999px;
    background: linear-gradient(135deg, #2d1c0f, #8f5834);
    box-shadow: 0 12px 26px rgba(45, 28, 15, .16);
}

.df-account-card button:hover,
.df-host-topbar-actions a:not(:first-child):hover,
.df-host-topbar-actions button:hover,
.df-app-overview-hero > a:hover,
.df-profile-form button:hover,
.df-host-submit-form button[type="submit"]:hover {
    background: linear-gradient(135deg, #24160c, #754426);
    transform: translateY(-1px);
}

.df-dashboard-status,
.df-host-form-tabs a,
.df-host-tab-nav a,
.df-admin-cap-list a {
    border-radius: 999px;
}

@media (max-width: 860px) {
    .df-app-dashboard-page .df-host-dashboard-main {
        padding: 16px var(--space-md) 36px;
    }

    .df-app-dashboard-page .df-host-topbar {
        margin: -16px calc(var(--space-md) * -1) 0;
        padding: 12px var(--space-md);
    }

    .df-app-sidebar {
        gap: 12px;
        padding: 16px var(--space-md);
        border-right: 0;
        box-shadow: none;
    }

    .df-app-menu {
        max-height: 42vh;
        overflow: auto;
        padding-right: 2px;
    }
}

/* DarFindr dashboard foundation v2: broad polish for host, renter and staff screens. */
.df-app-dashboard-page {
    --df-app-surface: rgba(255, 255, 255, .78);
    --df-app-surface-strong: rgba(255, 255, 255, .92);
    --df-app-surface-subtle: rgba(255, 255, 255, .54);
    --df-app-border: rgba(43, 34, 27, .085);
    --df-app-border-strong: rgba(43, 34, 27, .14);
    --df-app-ink: #21170f;
    --df-app-muted: rgba(33, 23, 15, .58);
    --df-app-primary: #2b1b10;
    --df-app-accent: #b8794e;
    --df-app-shadow: 0 24px 70px rgba(33, 23, 15, .075);
    --df-app-shadow-soft: 0 14px 38px rgba(33, 23, 15, .045);
    --df-app-radius: 18px;
    --df-app-radius-sm: 12px;
    color: var(--df-app-ink);
    background:
        radial-gradient(circle at 84% 0, rgba(73, 113, 128, .105), transparent 30%),
        radial-gradient(circle at 8% 10%, rgba(184, 121, 78, .10), transparent 26%),
        linear-gradient(180deg, #fffdf9 0%, #f7f3ee 48%, #fbfaf7 100%) !important;
}

.df-app-dashboard-page .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.df-app-dashboard-shell {
    grid-template-columns: 258px minmax(0, 1fr);
}

.df-app-dashboard-page .df-host-dashboard-main {
    gap: 16px;
    padding: 18px clamp(18px, 2.4vw, 34px) 40px;
}

.df-app-sidebar {
    gap: 12px;
    padding: 18px 12px 14px;
    border-right: 1px solid rgba(43, 34, 27, .075);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(248, 243, 236, .72)),
        radial-gradient(circle at 0 0, rgba(184, 121, 78, .11), transparent 34%) !important;
    box-shadow: 18px 0 60px rgba(33, 23, 15, .045);
}

.df-app-sidebar-brand {
    min-height: 48px;
    padding: 0 10px 10px;
    border-bottom: 1px solid var(--df-app-border);
}

.df-app-sidebar-brand img {
    max-width: 154px;
    height: 38px;
}

.df-app-sidebar-brand span {
    color: rgba(152, 98, 63, .86);
    font-size: 10px;
    letter-spacing: .13em;
}

.df-app-menu {
    gap: 8px;
}

.df-app-menu-group {
    gap: 2px;
}

.df-app-menu-group > span {
    padding: 8px 10px 5px;
    color: rgba(33, 23, 15, .44);
    font-size: 10px;
    letter-spacing: .105em;
}

.df-app-menu a {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 38px;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: rgba(33, 23, 15, .70);
    font-size: 13px;
    font-weight: 820;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.df-app-menu a svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.75;
}

.df-app-menu a:hover {
    border-color: rgba(184, 121, 78, .14);
    background: rgba(255, 255, 255, .60);
    color: var(--df-app-ink);
}

.df-app-menu a.is-active {
    border-color: rgba(184, 121, 78, .22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(242, 231, 220, .74));
    color: var(--df-app-primary);
    box-shadow: 0 10px 26px rgba(33, 23, 15, .06);
}

.df-app-menu a.is-active::before {
    inset: 10px auto 10px -4px;
    width: 2px;
    background: var(--df-app-accent);
}

.df-app-help-card,
.df-app-sidebar-user {
    padding: 12px;
    border-color: var(--df-app-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 12px 28px rgba(33, 23, 15, .035);
}

.df-app-help-card p,
.df-app-sidebar-user span,
.df-app-dashboard-page :where(p, small, dd) {
    color: var(--df-app-muted);
}

.df-app-help-card a {
    min-height: 32px;
    padding: 0 11px;
    border-color: rgba(184, 121, 78, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    color: var(--df-app-primary);
}

.df-app-sidebar-user {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
}

.df-app-sidebar-user img {
    width: 38px;
    height: 38px;
}

.df-app-dashboard-page .df-host-topbar {
    margin: -18px calc(clamp(18px, 2.4vw, 34px) * -1) 0;
    padding: 11px clamp(18px, 2.4vw, 34px);
    border-bottom-color: rgba(43, 34, 27, .075);
    background: rgba(255, 253, 249, .72);
    backdrop-filter: blur(22px) saturate(1.16);
}

.df-app-dashboard-page .df-host-topbar-main {
    min-height: 38px;
    gap: 8px;
}

.df-host-topbar .df-host-backend-link,
.df-support-switcher-shell,
.df-app-dashboard-page .df-host-notification,
.df-app-topbar-user,
.df-host-topbar-actions a,
.df-host-topbar-actions button,
.df-app-topbar-menu {
    min-height: 38px;
    border-color: var(--df-app-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 8px 22px rgba(33, 23, 15, .035);
}

.df-test-account-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 3px 5px 3px 10px;
    border: 1px solid var(--df-app-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .52);
    box-shadow: 0 8px 22px rgba(33, 23, 15, .025);
}

.df-test-account-switcher.is-test-session {
    border-color: rgba(43, 27, 16, .18);
    background: rgba(43, 27, 16, .055);
}

.df-account-language-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 8px;
}

.df-account-language-switch::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
    color: rgba(33, 23, 15, .62);
    box-shadow: inset 5px 0 0 rgba(33, 23, 15, .08);
}

.df-account-language-switch select {
    min-width: 48px;
    border: 0;
    background: transparent;
    color: var(--df-app-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    outline: 0;
    cursor: pointer;
    appearance: none;
}

.df-account-language-switch:hover {
    background: rgba(255, 255, 255, .78);
}

[dir="rtl"] .df-account-language-switch::before {
    margin-right: 0;
    margin-left: 6px;
}

.df-test-account-switcher span {
    color: rgba(33, 23, 15, .50);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.df-test-account-switcher a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(43, 27, 16, .08);
    color: var(--df-app-primary);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.df-test-account-switcher a.is-target {
    background: rgba(43, 27, 16, .06);
}

.df-test-account-switcher a:hover {
    background: rgba(43, 27, 16, .14);
    color: var(--df-app-primary);
}

.df-test-account-switcher a.is-return {
    background: var(--df-app-primary);
    color: #fff;
}

.df-test-account-switcher a.is-return:hover {
    background: #4a2d18;
    color: #fff;
}

.df-test-account-switcher.is-test-session a.is-return {
    box-shadow: 0 8px 18px rgba(43, 27, 16, .14);
}

.df-app-topbar-user {
    padding: 3px 10px 3px 3px;
}

.df-app-topbar-user img,
.df-app-dashboard-page .df-host-notification {
    width: 32px;
    height: 32px;
}

.df-app-topbar-user strong {
    font-size: 12px;
}

.df-app-topbar-user small {
    font-size: 10px;
}

.df-app-dashboard-page .df-host-welcome,
.df-app-dashboard-page .df-host-section,
.df-app-dashboard-page .df-dashboard-card,
.df-app-dashboard-page .df-host-submit-card,
.df-account-card,
.df-profile-setup-panel,
.df-profile-detail-panel,
.df-account-statusbar,
.df-host-calendar-panel,
.df-host-calendar-side-card,
.df-calendar-detail-card,
.df-calendar-quick-card {
    border-color: var(--df-app-border);
    border-radius: var(--df-app-radius);
    background: var(--df-app-surface);
    box-shadow: var(--df-app-shadow-soft);
    backdrop-filter: blur(14px);
}

.df-app-dashboard-page .df-host-welcome,
.df-app-dashboard-page .df-host-section,
.df-app-dashboard-page .df-dashboard-card,
.df-app-dashboard-page .df-host-submit-card {
    padding: 18px;
}

.df-app-dashboard-page .df-host-welcome {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
}

.df-app-dashboard-page .df-host-welcome > span,
.df-app-dashboard-page .df-host-section-head > span,
.df-account-card-head span,
.df-dashboard-card span,
.df-profile-card-head span {
    color: rgba(152, 98, 63, .88);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.df-app-dashboard-page .df-host-welcome h1 {
    max-width: 880px;
    margin-top: 4px;
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.02;
}

.df-app-dashboard-page .df-host-section-head {
    margin-bottom: 12px;
}

.df-app-dashboard-page .df-host-section-head h2,
.df-account-card-head h2,
.df-dashboard-card h2 {
    font-size: clamp(22px, 1.75vw, 30px);
}

.df-app-dashboard-page .df-host-welcome p,
.df-app-dashboard-page .df-host-section-head p {
    max-width: 720px;
    font-size: 14px;
    line-height: 1.48;
}

.df-app-dashboard-page .df-dashboard-stat,
.df-app-action-grid a,
.df-renter-trip-card,
.df-host-property,
.df-dashboard-booking,
.df-staff-profile-field,
.df-calendar-detail-card,
.df-calendar-quick-card,
.df-host-calendar-kpis article {
    border-color: var(--df-app-border);
    border-radius: 14px;
    background: var(--df-app-surface-strong);
    box-shadow: 0 10px 26px rgba(33, 23, 15, .035);
}

.df-app-dashboard-page .df-dashboard-stat {
    min-height: 92px;
    padding: 14px;
}

.df-app-dashboard-page .df-dashboard-stat strong {
    font-size: 28px;
    letter-spacing: 0;
}

.df-app-action-grid a,
.df-host-property,
.df-dashboard-booking,
.df-renter-trip-card,
.df-calendar-quick-grid a {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.df-app-action-grid a:hover,
.df-host-property:hover,
.df-dashboard-booking:hover,
.df-renter-trip-card:hover,
.df-calendar-quick-grid a:hover {
    border-color: rgba(184, 121, 78, .24);
    background: #fff;
    box-shadow: var(--df-app-shadow-soft);
    transform: translateY(-1px);
}

.df-account-card input[type="text"],
.df-account-card input[type="email"],
.df-account-card input[type="password"],
.df-profile-form input[type="text"],
.df-profile-form input[type="email"],
.df-profile-form input[type="tel"],
.df-profile-form input[type="password"],
.df-profile-form input[type="file"],
.df-profile-form select,
.df-profile-form textarea,
.df-staff-profile-field input,
.df-staff-profile-field select,
.df-staff-profile-field textarea,
.df-host-submit-form input,
.df-host-submit-form select,
.df-host-submit-form textarea,
.df-host-calendar-filter input,
.df-host-calendar-filter select,
.df-host-block-form input,
.df-host-block-form select {
    min-height: 40px;
    border-color: var(--df-app-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, .80);
}

.df-account-card input:focus,
.df-profile-form input:focus,
.df-profile-form select:focus,
.df-profile-form textarea:focus,
.df-staff-profile-field input:focus,
.df-staff-profile-field select:focus,
.df-staff-profile-field textarea:focus,
.df-host-submit-form input:focus,
.df-host-submit-form select:focus,
.df-host-submit-form textarea:focus,
.df-host-calendar-filter input:focus,
.df-host-calendar-filter select:focus,
.df-host-block-form input:focus,
.df-host-block-form select:focus {
    border-color: rgba(73, 113, 128, .48);
    box-shadow: 0 0 0 4px rgba(73, 113, 128, .10);
}

.df-account-card button,
.df-host-topbar-actions a:not(:first-child),
.df-host-topbar-actions button,
.df-app-overview-hero > a,
.df-profile-form button,
.df-host-submit-form button[type="submit"],
.df-account-statusbar-action {
    border-radius: 999px;
    background: linear-gradient(135deg, #2b1b10, #6f4428);
    color: #fff;
    box-shadow: 0 12px 26px rgba(43, 27, 16, .16);
}

.df-account-card button:hover,
.df-host-topbar-actions a:not(:first-child):hover,
.df-host-topbar-actions button:hover,
.df-app-overview-hero > a:hover,
.df-profile-form button:hover,
.df-host-submit-form button[type="submit"]:hover,
.df-account-statusbar-action:hover {
    background: linear-gradient(135deg, #21140b, #5e3620);
    transform: translateY(-1px);
}

.df-dashboard-status,
.df-host-form-tabs a,
.df-host-tab-nav a,
.df-admin-cap-list a,
.df-host-calendar-toolbar-actions a,
.df-host-block-toggle {
    border-radius: 999px;
}

/* Dashboard RTL foundation: mirror the shell, keep technical values readable. */
.df-rtl .df-app-dashboard-page {
    overflow-x: hidden;
}

.df-rtl .df-app-dashboard-shell {
    grid-template-columns: minmax(0, 1fr) 258px;
    direction: ltr;
}

.df-rtl .df-app-dashboard-page .df-app-sidebar {
    grid-column: 2;
    border-right: 0;
    border-left: 1px solid rgba(43, 34, 27, .075);
    box-shadow: -18px 0 60px rgba(33, 23, 15, .045);
    direction: rtl;
}

.df-rtl .df-app-dashboard-page .df-host-dashboard-main {
    grid-column: 1;
    direction: rtl;
}

.df-rtl .df-app-sidebar-brand {
    justify-items: end;
    text-align: right;
}

.df-rtl .df-app-sidebar-brand img {
    object-position: right center;
}

.df-rtl .df-app-menu a {
    grid-template-columns: minmax(0, 1fr) 18px;
}

.df-rtl .df-app-menu a svg {
    grid-column: 2;
}

.df-rtl .df-app-menu a span {
    grid-column: 1;
    grid-row: 1;
}

.df-rtl .df-app-menu a.is-active::before {
    inset: 10px -4px 10px auto;
}

.df-rtl .df-app-sidebar-user {
    grid-template-columns: minmax(0, 1fr) 38px;
}

.df-rtl .df-app-sidebar-user img {
    grid-column: 2;
}

.df-rtl .df-app-sidebar-user > div {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.df-rtl .df-app-dashboard-page .df-host-topbar-main {
    direction: rtl;
    justify-content: flex-start;
}

.df-rtl .df-app-topbar-menu {
    margin-right: 0;
    margin-left: auto;
}

.df-rtl .df-app-topbar-user {
    grid-template-columns: minmax(0, auto) 32px;
    padding: 3px 3px 3px 10px;
}

.df-rtl .df-app-topbar-user img {
    grid-column: 2;
}

.df-rtl .df-app-topbar-user span {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.df-rtl .df-test-account-switcher {
    padding: 3px 10px 3px 5px;
}

.df-rtl .df-support-switcher summary,
.df-rtl .df-support-switcher-search {
    text-align: right;
}

.df-rtl .df-support-switcher-shell.is-active .df-support-switcher summary,
.df-rtl .df-support-switcher-shell.is-active .df-support-switcher-search {
    border-radius: 0 999px 999px 0;
}

.df-rtl .df-support-switcher-stop {
    border-right: 1px solid rgba(45, 28, 15, .12);
    border-left: 0;
    border-radius: 999px 0 0 999px;
}

.df-rtl .df-app-dashboard-page :where(.df-host-topbar, .df-app-sidebar, .df-host-section, .df-dashboard-card, .df-host-welcome, .df-account-card, .df-profile-setup-panel, .df-profile-detail-panel) {
    text-align: right;
}

.df-rtl .df-app-dashboard-page :where(input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], .df-calendar-time-label, .df-calendar-booking-id) {
    direction: ltr;
    text-align: left;
}

@media (max-width: 1180px) {
    .df-app-dashboard-shell {
        grid-template-columns: 236px minmax(0, 1fr);
    }

    .df-rtl .df-app-dashboard-shell {
        grid-template-columns: minmax(0, 1fr) 236px;
    }
}

@media (max-width: 860px) {
    .df-app-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .df-app-dashboard-page .df-host-dashboard-main {
        grid-column: 1;
        padding: 14px var(--space-md) 34px;
    }

    .df-app-dashboard-page .df-host-topbar {
        margin: -14px calc(var(--space-md) * -1) 0;
        padding: 10px var(--space-md);
    }

    .df-app-sidebar {
        min-height: auto;
        padding: 14px var(--space-md);
        border-right: 0;
        border-bottom: 1px solid var(--df-app-border);
    }

    .df-app-dashboard-page .df-host-welcome,
    .df-account-statusbar {
        grid-template-columns: 1fr;
    }

    .df-rtl .df-app-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .df-rtl .df-app-dashboard-page .df-host-dashboard-main,
    .df-rtl .df-app-dashboard-page .df-app-sidebar {
        grid-column: 1;
    }

    .df-rtl .df-app-dashboard-page .df-app-sidebar {
        border-left: 0;
        box-shadow: none;
    }

    .df-rtl .df-app-topbar-menu {
        margin-left: auto;
    }
}

/* Host overview direction: editorial hospitality dashboard, reusable as the broader account tone. */
.df-host-overview-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 178px;
    padding: 28px !important;
    border: 0 !important;
    background:
        linear-gradient(90deg, rgba(22, 13, 7, .86), rgba(22, 13, 7, .58) 48%, rgba(22, 13, 7, .22)),
        radial-gradient(circle at 80% 22%, rgba(184, 121, 78, .38), transparent 32%),
        linear-gradient(135deg, #201208, #5d3820) !important;
    color: #fff;
    box-shadow: 0 24px 70px rgba(33, 23, 15, .16);
}

.df-host-overview-hero.has-image {
    background:
        linear-gradient(90deg, rgba(16, 9, 5, .90), rgba(16, 9, 5, .58) 50%, rgba(16, 9, 5, .20)),
        var(--df-overview-hero-image) center / cover no-repeat !important;
}

.df-host-overview-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 45%),
        radial-gradient(circle at 100% 0, rgba(255, 230, 198, .16), transparent 30%);
    pointer-events: none;
}

.df-host-overview-hero span,
.df-host-overview-hero h1,
.df-host-overview-hero p {
    color: #fff !important;
}

.df-host-overview-hero span {
    opacity: .72;
}

.df-host-overview-hero h1 {
    max-width: 760px;
    font-size: clamp(32px, 3.1vw, 50px) !important;
    text-shadow: 0 12px 36px rgba(0, 0, 0, .24);
}

.df-host-overview-hero p {
    max-width: 560px;
    opacity: .82;
}

.df-host-overview-hero > a {
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 14px;
    background: rgba(255, 250, 246, .94) !important;
    color: #2b1b10 !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}

.df-app-dashboard-page .df-dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
}

.df-app-dashboard-page .df-dashboard-stat {
    position: relative;
    min-height: 110px;
    padding: 16px 18px;
    overflow: hidden;
}

.df-app-dashboard-page .df-dashboard-stat::before {
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid rgba(184, 121, 78, .18);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(184, 121, 78, .14), rgba(255, 255, 255, .62));
}

.df-app-dashboard-page .df-dashboard-stat span {
    order: -1;
    color: rgba(33, 23, 15, .62);
    font-size: 12px;
    font-weight: 860;
}

.df-app-dashboard-page .df-dashboard-stat strong {
    font-family: var(--font-heading, Georgia, serif);
    font-size: 34px;
}

.df-host-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 14px;
}

.df-host-property-preview-card {
    min-height: 364px;
}

.df-host-overview-side {
    display: grid;
    gap: 14px;
}

.df-host-card-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.df-host-card-headline h2 {
    margin: 0;
}

.df-host-card-headline a,
.df-host-card-headline > span {
    color: #9a5f39;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.df-host-overview-property-list {
    display: grid;
    gap: 0;
}

.df-host-overview-property-list > p {
    margin: 0;
}

.df-host-overview-property {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) auto 34px;
    gap: 14px;
    align-items: center;
    min-height: 90px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(43, 34, 27, .08);
    color: var(--df-app-ink);
    text-decoration: none;
}

.df-host-overview-property:last-child {
    border-bottom: 0;
}

.df-host-overview-property-media {
    display: block;
    overflow: hidden;
    width: 112px;
    height: 68px;
    border-radius: 13px;
    background:
        radial-gradient(circle at 70% 20%, rgba(184, 121, 78, .24), transparent 38%),
        linear-gradient(135deg, rgba(43, 27, 16, .16), rgba(255, 255, 255, .56));
}

.df-host-overview-property-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.df-host-overview-property-main {
    display: grid;
    gap: 4px;
}

.df-host-overview-property-main strong {
    overflow: hidden;
    color: var(--df-app-ink);
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-host-overview-property-main small {
    font-size: 12px;
}

.df-host-overview-property-more {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--df-app-border);
    border-radius: 10px;
    color: rgba(33, 23, 15, .52);
    letter-spacing: 1px;
}

.df-host-level-card,
.df-host-promise-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .90), rgba(250, 239, 227, .58)) !important;
}

.df-host-level-card h2 {
    margin: 8px 0 6px;
    font-size: 24px;
}

.df-host-level-card p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.45;
}

.df-host-level-progress {
    overflow: hidden;
    height: 7px;
    border-radius: 999px;
    background: rgba(43, 34, 27, .12);
}

.df-host-level-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #9b592e, #d49762);
}

.df-host-level-card ul,
.df-host-promise-card ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.df-host-level-card li,
.df-host-promise-card li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(33, 23, 15, .70);
    font-size: 13px;
    font-weight: 760;
}

.df-host-level-card li::before,
.df-host-promise-card li::before {
    content: "✓";
    color: #9a5f39;
    font-weight: 900;
}

.df-host-level-card li strong {
    margin-left: auto;
    color: var(--df-app-ink);
}

.df-host-performance-card {
    overflow: hidden;
}

.df-host-performance-card .df-host-card-headline {
    margin-bottom: 8px;
}

.df-host-performance-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 18px;
    border-top: 1px solid rgba(43, 34, 27, .08);
    border-bottom: 1px solid rgba(43, 34, 27, .08);
}

.df-host-performance-metrics span {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border-right: 1px solid rgba(43, 34, 27, .08);
    color: rgba(33, 23, 15, .58);
    font-size: 12px;
    font-weight: 850;
}

.df-host-performance-metrics span:last-child {
    border-right: 0;
}

.df-host-performance-metrics strong {
    color: var(--df-app-ink);
    font-size: 21px;
}

.df-host-performance-metrics em {
    color: #2c7b4e;
    font-size: 11px;
    font-style: normal;
}

.df-host-performance-chart {
    position: relative;
    height: 150px;
    border-radius: 16px;
    background:
        repeating-linear-gradient(0deg, rgba(43, 34, 27, .07) 0 1px, transparent 1px 36px),
        linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(246, 237, 228, .30));
    overflow: hidden;
}

.df-host-performance-chart span {
    position: absolute;
    inset: 28px 18px 30px;
    clip-path: polygon(0 70%, 8% 42%, 16% 64%, 25% 34%, 34% 58%, 44% 40%, 56% 62%, 66% 36%, 78% 56%, 88% 30%, 100% 52%, 100% 100%, 0 100%);
    background: rgba(154, 95, 57, .18);
    border-bottom: 2px solid rgba(154, 95, 57, .86);
}

.df-host-performance-chart span + span {
    inset: 44px 18px 30px;
    clip-path: polygon(0 58%, 10% 66%, 20% 44%, 30% 64%, 42% 38%, 54% 52%, 64% 46%, 76% 62%, 88% 42%, 100% 58%, 100% 100%, 0 100%);
    background: rgba(184, 121, 78, .10);
    border-bottom-color: rgba(184, 121, 78, .52);
}

.df-host-overview-bottom {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, .68fr);
    gap: 14px;
}

.df-host-task-list {
    display: grid;
    gap: 10px;
}

.df-host-task-list a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 12px;
    border: 1px solid rgba(43, 34, 27, .075);
    border-radius: 14px;
    background: rgba(255, 255, 255, .58);
    color: var(--df-app-ink);
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.df-host-task-list a::before {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(184, 121, 78, .18), rgba(255, 255, 255, .70));
}

.df-host-task-list a:hover {
    border-color: rgba(184, 121, 78, .22);
    background: #fff;
    transform: translateY(-1px);
}

.df-host-task-list strong,
.df-host-task-list span {
    display: block;
}

.df-host-task-list strong {
    font-size: 14px;
}

.df-host-task-list span {
    margin-top: 3px;
    color: var(--df-app-muted);
    font-size: 12px;
}

.df-host-task-list em {
    padding: 7px 11px;
    border: 1px solid rgba(184, 121, 78, .20);
    border-radius: 999px;
    color: #8f5834;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.df-host-review-preview-list {
    display: grid;
    gap: 12px;
}

.df-host-review-preview-list > p {
    margin: 0;
}

.df-host-review-preview-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(43, 34, 27, .075);
}

.df-host-review-preview-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.df-host-review-preview-list span {
    color: var(--df-app-ink);
    font-size: 13px;
    font-weight: 900;
}

.df-host-review-preview-list strong {
    color: #9a5f39;
    font-size: 12px;
}

.df-host-review-preview-list p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.df-host-growth-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 150px;
    padding: 22px 24px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 244, 232, .84) 48%, rgba(43, 27, 16, .08)),
        radial-gradient(circle at 100% 50%, rgba(184, 121, 78, .24), transparent 34%);
    box-shadow: var(--df-app-shadow-soft);
}

.df-host-growth-strip span {
    color: #9a5f39;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.df-host-growth-strip h2 {
    margin: 5px 0 4px;
    font-size: clamp(24px, 2vw, 34px);
}

.df-host-growth-strip p {
    max-width: 560px;
    margin: 0;
}

.df-host-growth-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2b1b10, #6f4428);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .df-host-overview-grid,
    .df-host-overview-bottom,
    .df-app-dashboard-page.is-host .df-app-dashboard-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .df-app-dashboard-page .df-dashboard-stats,
    .df-host-performance-metrics {
        grid-template-columns: 1fr;
    }

    .df-host-overview-property {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .df-host-overview-property-media {
        width: 84px;
        height: 62px;
    }

    .df-host-overview-property .df-dashboard-status,
    .df-host-overview-property-more {
        display: none;
    }

    .df-host-task-list a,
    .df-host-growth-strip {
        grid-template-columns: 1fr;
    }
}

/* Dashboard refinement v3: quieter, more premium overview rhythm. */
.df-app-dashboard-page {
    --df-app-focus: #486f81;
    --df-app-success: #2f7a55;
    --df-app-warning: #b8794e;
}

.df-app-dashboard-page .df-host-dashboard-main {
    gap: 14px;
}

.df-app-dashboard-page .df-host-topbar {
    box-shadow: 0 12px 42px rgba(33, 23, 15, .035);
}

.df-app-dashboard-page .df-host-topbar-main > :where(a, form, div, button) {
    flex-shrink: 0;
}

.df-host-overview-hero,
.df-renter-welcome,
.df-app-dashboard-page.is-staff .df-app-overview-hero {
    overflow: hidden;
    min-height: 164px;
    border-radius: 18px !important;
}

.df-renter-welcome,
.df-app-dashboard-page.is-staff .df-app-overview-hero {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(246, 237, 228, .78)),
        radial-gradient(circle at 8% 12%, rgba(72, 111, 129, .11), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(184, 121, 78, .12), transparent 30%) !important;
}

.df-renter-welcome::after,
.df-app-dashboard-page.is-staff .df-app-overview-hero::after {
    content: "";
    position: absolute;
    inset: auto 24px 18px auto;
    width: 180px;
    height: 70px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(72, 111, 129, .10), rgba(184, 121, 78, .08));
    filter: blur(2px);
    pointer-events: none;
}

.df-renter-welcome h1,
.df-app-dashboard-page.is-staff .df-app-overview-hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 3vw, 48px) !important;
}

.df-renter-welcome > a,
.df-app-dashboard-page.is-staff .df-app-overview-hero > a,
.df-host-overview-hero > a {
    min-height: 44px;
    border-radius: 14px;
    font-size: 13px;
    letter-spacing: 0;
}

.df-app-dashboard-page .df-dashboard-stats {
    align-items: stretch;
}

.df-app-dashboard-page .df-dashboard-stat {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    grid-template-rows: auto 1fr;
    gap: 8px 12px;
    min-height: 116px;
    padding: 18px;
    border: 1px solid var(--df-app-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 248, 241, .64));
}

.df-app-dashboard-page .df-dashboard-stat::before {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    align-self: start;
    background:
        linear-gradient(135deg, rgba(72, 111, 129, .12), rgba(255, 255, 255, .78)),
        radial-gradient(circle at 70% 20%, rgba(184, 121, 78, .18), transparent 48%);
}

.df-app-dashboard-page .df-dashboard-stat span {
    grid-column: 1;
    grid-row: 1;
    text-transform: none;
    letter-spacing: 0;
}

.df-app-dashboard-page .df-dashboard-stat strong {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    line-height: .95;
}

.df-dashboard-card,
.df-app-dashboard-page .df-host-section,
.df-account-statusbar,
.df-renter-trip-card,
.df-host-growth-strip {
    border: 1px solid rgba(33, 23, 15, .075);
}

.df-dashboard-card > h2,
.df-host-card-headline h2 {
    color: var(--df-app-ink);
}

.df-app-action-grid {
    gap: 10px;
}

.df-app-action-grid a {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: center;
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(33, 23, 15, .075);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(251, 244, 236, .54));
}

.df-app-action-grid a svg {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 13px;
    background: rgba(184, 121, 78, .095);
    color: #9a5f39;
}

.df-app-action-grid a strong {
    align-self: end;
    font-size: 14px;
}

.df-app-action-grid a span {
    align-self: start;
    margin-top: 2px;
    color: var(--df-app-muted);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.df-host-overview-property {
    border-radius: 14px;
    padding: 10px;
    border-bottom: 0;
}

.df-host-overview-property:hover {
    background: rgba(255, 255, 255, .82);
}

.df-host-overview-property + .df-host-overview-property {
    margin-top: 6px;
}

.df-host-performance-card,
.df-host-property-preview-card,
.df-host-tasks-card,
.df-host-reviews-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 252, 248, .76)) !important;
}

.df-host-performance-chart {
    height: 132px;
    border: 1px solid rgba(33, 23, 15, .055);
}

.df-host-task-list a {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(251, 244, 236, .46));
}

.df-renter-trip-card {
    padding: 12px;
}

.df-renter-trip-card img {
    border-radius: 14px;
}

.df-app-activity-item {
    border-radius: 14px;
}

.df-app-dashboard-page.is-staff .df-app-dashboard-columns {
    align-items: stretch;
}

.df-app-dashboard-page.is-staff .df-app-action-grid a,
.df-app-dashboard-page.is-staff .df-app-activity-item {
    min-height: 86px;
}

.df-rtl .df-app-dashboard-page .df-dashboard-stat {
    grid-template-columns: 40px minmax(0, 1fr);
}

.df-rtl .df-app-dashboard-page .df-dashboard-stat::before {
    grid-column: 1;
}

.df-rtl .df-app-dashboard-page .df-dashboard-stat span,
.df-rtl .df-app-dashboard-page .df-dashboard-stat strong {
    grid-column: 2;
}

.df-rtl .df-app-action-grid a {
    grid-template-columns: minmax(0, 1fr) 38px;
}

.df-rtl .df-app-action-grid a svg {
    grid-column: 2;
}

.df-rtl .df-app-action-grid a strong,
.df-rtl .df-app-action-grid a span {
    grid-column: 1;
}

@media (max-width: 860px) {
    .df-host-overview-hero,
    .df-renter-welcome,
    .df-app-dashboard-page.is-staff .df-app-overview-hero {
        min-height: 0;
    }

    .df-app-dashboard-page .df-dashboard-stat {
        min-height: 98px;
    }
}
