/* DarFindr renter overview reference layer.
   Scoped to the renter overview so host, staff, inbox and shared renderers stay untouched. */

.df-renter-overview {
    display: grid;
    gap: clamp(18px, 2vw, 26px);
    color: var(--df-app-ink, #2d1c0f);
}

.df-renter-dashboard-page {
    background:
        radial-gradient(ellipse at 16% 2%, rgba(200, 145, 88, .20), transparent 32%),
        radial-gradient(ellipse at 82% 10%, rgba(72, 111, 105, .12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .34), transparent 18%),
        linear-gradient(145deg, #f1decc 0%, #fff7ef 42%, #e7d0ba 100%) !important;
}

.df-renter-dashboard-page .df-host-dashboard-main {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 20%),
        radial-gradient(ellipse at 50% 0, rgba(255, 255, 255, .48), transparent 38%);
}

.df-renter-dashboard-page .df-host-dashboard-main::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(105deg, transparent 0 18%, rgba(124, 72, 38, .035) 18% 19%, transparent 19% 38%, rgba(124, 72, 38, .026) 38% 39%, transparent 39%),
        radial-gradient(ellipse at 50% 52%, rgba(123, 81, 49, .055), transparent 56%);
    content: "";
}

.df-renter-dashboard-page .df-app-sidebar {
    border-right-color: rgba(255, 225, 190, .10);
    background:
        radial-gradient(circle at 12% 0, rgba(197, 145, 89, .22), transparent 34%),
        linear-gradient(180deg, rgba(37, 22, 14, .98), rgba(55, 34, 22, .96) 48%, rgba(31, 19, 14, .98)) !important;
    box-shadow: 24px 0 90px rgba(45, 28, 15, .22);
}

.df-renter-dashboard-page .df-app-menu-group > span,
.df-renter-dashboard-page .df-app-sidebar-brand span {
    color: rgba(255, 226, 194, .42);
}

.df-renter-dashboard-page .df-app-menu a {
    color: rgba(255, 241, 224, .66);
}

.df-renter-dashboard-page .df-app-menu a:hover {
    background: rgba(255, 255, 255, .065);
    color: rgba(255, 248, 239, .94);
}

.df-renter-dashboard-page .df-app-menu a.is-active {
    border-color: rgba(231, 179, 121, .28);
    background:
        linear-gradient(135deg, rgba(255, 246, 233, .16), rgba(255, 255, 255, .055));
    color: #fff5e8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 42px rgba(0, 0, 0, .20);
}

.df-renter-dashboard-page .df-app-menu a.is-active::before {
    background: linear-gradient(180deg, #dfb277, #9f6740);
    box-shadow: 0 0 22px rgba(223, 178, 119, .56);
}

.df-renter-dashboard-page .df-app-help-card,
.df-renter-dashboard-page .df-app-sidebar-user {
    border-color: rgba(255, 226, 194, .10);
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 40px rgba(0, 0, 0, .16);
}

.df-renter-dashboard-page .df-app-help-card strong,
.df-renter-dashboard-page .df-app-sidebar-user strong {
    color: #fff5e8;
}

.df-renter-dashboard-page .df-app-help-card p,
.df-renter-dashboard-page .df-app-sidebar-user span {
    color: rgba(255, 241, 224, .62);
}

.df-app-topbar-menu[data-dashboard-menu-toggle],
.df-app-sidebar-close,
.df-renter-mobile-nav-backdrop {
    display: none;
}

.df-renter-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    border: 0;
    background:
        radial-gradient(circle at 20% 8%, rgba(221, 166, 104, .16), transparent 34%),
        rgba(24, 14, 9, .48);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

body.df-renter-mobile-nav-open {
    overflow: hidden;
}

.df-renter-overview .df-renter-cinematic-hero {
    position: relative;
    min-height: clamp(320px, 38vw, 460px);
    overflow: hidden;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: clamp(28px, 4vw, 60px);
    padding: clamp(28px, 4vw, 54px) !important;
    border: 1px solid rgba(244, 211, 171, .20) !important;
    border-radius: 32px !important;
    background:
        radial-gradient(ellipse at 12% 6%, rgba(240, 190, 128, .38), transparent 30%),
        radial-gradient(ellipse at 82% 8%, rgba(82, 115, 105, .28), transparent 34%),
        radial-gradient(ellipse at 68% 96%, rgba(214, 142, 79, .22), transparent 34%),
        linear-gradient(116deg, rgba(17, 10, 7, .98), rgba(39, 23, 15, .95) 45%, rgba(95, 60, 38, .76)),
        linear-gradient(135deg, #170d08, #6b4027) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        inset 0 -90px 130px rgba(0, 0, 0, .22),
        0 48px 140px rgba(45, 28, 15, .26);
    isolation: isolate;
}

.df-renter-overview .df-renter-cinematic-hero::before,
.df-renter-overview .df-renter-cinematic-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: -1;
}

.df-renter-overview .df-renter-cinematic-hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .055), transparent 32%),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .06) 48%, transparent 100%),
        repeating-linear-gradient(108deg, transparent 0 31px, rgba(255, 229, 191, .032) 31px 32px, transparent 32px 68px),
        repeating-linear-gradient(25deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 20px);
    opacity: .76;
}

.df-renter-overview .df-renter-cinematic-hero::after {
    width: 620px;
    height: 620px;
    right: -210px;
    bottom: -260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(238, 188, 123, .34), rgba(188, 119, 67, .12) 35%, transparent 68%);
    filter: blur(7px);
}

.df-overview-hero-copy::before {
    width: 92px;
    height: 1px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, rgba(239, 198, 145, .86), transparent);
    content: "";
}

.df-overview-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 820px;
    min-width: 0;
}

.df-overview-kicker,
.df-renter-module-head > span,
.df-renter-trip-main > span {
    color: rgba(235, 198, 154, .88);
    font-size: 10px;
    font-weight: 880;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.df-overview-hero-title {
    max-width: 760px;
    margin: 12px 0 16px;
    color: #fff8ef !important;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(42px, 5vw, 76px) !important;
    line-height: .94 !important;
    text-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.df-overview-hero-text {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 248, 239, .76) !important;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.65;
}

.df-overview-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.df-overview-hero-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.df-overview-primary-action {
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(255, 248, 239, .94);
    color: #2d1c0f;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.df-overview-secondary-action {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 248, 239, .90);
    backdrop-filter: blur(16px);
}

.df-overview-hero-actions a:hover {
    transform: translateY(-1px);
}

.df-overview-hero-panel {
    display: grid;
    align-self: stretch;
    align-content: center;
    gap: 18px;
    min-width: 0;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .026)),
        radial-gradient(circle at 30% 0, rgba(239, 198, 145, .14), transparent 44%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 28px 76px rgba(0, 0, 0, .14);
    backdrop-filter: blur(26px) saturate(1.06);
}

.df-overview-trust-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 248, 239, .86);
    font-size: 11px;
    font-weight: 820;
}

.df-overview-trust-pill i,
.df-renter-trust-list span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #80b99a;
    box-shadow: 0 0 0 5px rgba(128, 185, 154, .14);
}

.df-overview-signal-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.df-overview-signal {
    display: grid;
    gap: 6px;
    padding: 18px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: transparent;
}

.df-overview-signal span {
    color: rgba(255, 248, 239, .52);
    font-size: 11px;
    font-weight: 760;
}

.df-overview-signal strong {
    color: #fff8ef !important;
    font-size: 19px;
    letter-spacing: 0;
}

.df-renter-overview-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: -8px;
    padding-inline: clamp(0px, 1vw, 12px);
}

.df-renter-metric-card {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    min-height: 126px;
    align-items: start;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(74, 44, 25, .058);
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 8%, rgba(217, 159, 95, .18), transparent 34%),
        radial-gradient(circle at 16% 92%, rgba(73, 104, 88, .10), transparent 38%),
        linear-gradient(150deg, rgba(255, 255, 255, .70), rgba(255, 246, 237, .46));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .54), 0 18px 56px rgba(74, 44, 25, .06);
}

.df-renter-metric-card::after {
    position: absolute;
    inset: auto -24px -26px auto;
    width: 126px;
    height: 126px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 145, 83, .16), rgba(200, 145, 83, .045) 42%, transparent 70%);
    content: "";
    filter: blur(1px);
}

.df-renter-metric-card::before {
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 40%),
        linear-gradient(180deg, transparent 64%, rgba(90, 52, 28, .026));
    content: "";
    pointer-events: none;
}

.df-renter-metric-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(187, 132, 93, .10);
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .58), transparent 34%),
        rgba(187, 132, 93, .085);
    color: #8d5736;
    box-shadow: 0 12px 28px rgba(141, 87, 54, .10);
    z-index: 1;
}

.df-renter-metric-icon svg,
.df-renter-concierge-action svg,
.df-renter-activity-item svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-renter-metric-card span:not(.df-renter-metric-icon) {
    color: rgba(45, 28, 15, .56);
    font-size: 12px;
    font-weight: 820;
    position: relative;
    z-index: 1;
}

.df-renter-metric-card strong {
    display: block;
    margin-top: 3px;
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(28px, 2.4vw, 40px);
    line-height: 1;
    position: relative;
    z-index: 1;
}

.df-renter-metric-card small {
    display: block;
    margin-top: 8px;
    color: rgba(45, 28, 15, .48);
    font-size: 11px;
    font-weight: 740;
    position: relative;
    z-index: 1;
}

.df-renter-metric-status {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    color: rgba(45, 28, 15, .44);
    font-size: 10px;
    font-style: normal;
    font-weight: 860;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.df-renter-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: clamp(22px, 2.8vw, 36px);
    align-items: start;
    margin-top: 2px;
}

.df-renter-overview-main,
.df-renter-overview-side {
    display: grid;
    gap: clamp(18px, 2vw, 26px);
}

.df-renter-overview .df-renter-overview-module,
.df-renter-overview .df-renter-trip-card {
    border: 1px solid rgba(74, 44, 25, .058);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(211, 152, 88, .085), transparent 36%),
        radial-gradient(ellipse at 50% 100%, rgba(122, 78, 45, .04), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 248, 241, .48));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .48), 0 22px 66px rgba(74, 44, 25, .058);
}

.df-renter-overview .df-renter-trip-card {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 190px;
    padding: 18px;
    overflow: hidden;
}

.df-renter-overview .df-renter-trip-card.is-empty {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 176px;
    padding: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(73, 104, 88, .12), transparent 34%),
        radial-gradient(circle at 12% 100%, rgba(187, 132, 93, .11), transparent 40%),
        linear-gradient(135deg, rgba(255, 255, 255, .70), rgba(255, 246, 238, .52));
}

.df-renter-trip-media {
    display: block;
    width: 100%;
    height: 158px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(45, 28, 15, .08);
    box-shadow: 0 18px 44px rgba(74, 44, 25, .10), inset 0 0 0 1px rgba(255, 255, 255, .20);
}

.df-renter-trip-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.df-renter-trip-main h3 {
    margin: 8px 0;
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(28px, 2.3vw, 40px);
    line-height: 1.05;
}

.df-renter-trip-main p,
.df-renter-trust-module p {
    color: rgba(45, 28, 15, .58);
    line-height: 1.65;
}

.df-renter-trust-module {
    background:
        radial-gradient(circle at 94% 6%, rgba(210, 153, 91, .16), transparent 34%),
        radial-gradient(circle at 0 100%, rgba(73, 104, 88, .09), transparent 38%),
        linear-gradient(155deg, rgba(255, 250, 244, .74), rgba(250, 231, 212, .56)) !important;
}

.df-renter-trip-side {
    display: grid;
    justify-items: end;
    gap: 12px;
    min-width: 150px;
}

.df-renter-trip-side strong {
    color: #2d1c0f;
    font-size: 22px;
}

.df-renter-trip-action {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(45, 28, 15, .10);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(45, 28, 15, .96), rgba(94, 58, 36, .96));
    color: #fff8ef;
    font-size: 12px;
    font-weight: 860;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(74, 44, 25, .12);
}

.df-renter-trip-action:hover {
    color: #fff8ef;
    transform: translateY(-1px);
}

.df-renter-module-head {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
}

.df-renter-module-head > span {
    color: rgba(118, 75, 47, .74);
}

.df-renter-module-head h2 {
    margin: 0;
    color: #2d1c0f;
    font-size: 24px;
    line-height: 1.1;
}

.df-renter-concierge-actions {
    display: grid;
    gap: 10px;
}

.df-renter-concierge-action,
.df-renter-activity-item {
    display: grid;
    align-items: center;
    min-width: 0;
    border: 1px solid rgba(45, 28, 15, .052);
    border-radius: 20px;
    background: rgba(255, 255, 255, .38);
    color: #2d1c0f;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.df-renter-concierge-action {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 76px;
    padding: 13px;
}

.df-renter-concierge-action svg {
    grid-row: span 2;
    color: #8d5736;
}

.df-renter-concierge-action strong,
.df-renter-activity-item strong {
    min-width: 0;
    overflow: hidden;
    color: #2d1c0f;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-renter-concierge-action span {
    min-width: 0;
    overflow: hidden;
    color: rgba(45, 28, 15, .52);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-renter-concierge-action:hover,
.df-renter-activity-item:hover {
    border-color: rgba(187, 132, 93, .22);
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 16px 38px rgba(45, 28, 15, .058);
    transform: translateY(-1px);
}

.df-renter-trust-list {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.df-renter-trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(45, 28, 15, .64);
    font-size: 13px;
    font-weight: 760;
}

.df-renter-activity-list {
    display: grid;
    gap: 10px;
}

.df-renter-activity-list > p {
    margin: 0;
    color: rgba(45, 28, 15, .58);
}

.df-renter-activity-item {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 66px;
    padding: 13px;
}

.df-renter-activity-item > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(187, 132, 93, .10);
    color: #8d5736;
}

.df-renter-activity-item small {
    color: rgba(45, 28, 15, .46);
    font-size: 12px;
    font-weight: 760;
}

@media (max-width: 1100px) {
    .df-renter-overview .df-renter-cinematic-hero,
    .df-renter-overview-grid {
        grid-template-columns: 1fr;
    }

    .df-renter-overview-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .df-overview-hero-panel {
        align-content: start;
    }
}

@media (max-width: 860px) {
    body.df-renter-mobile-nav-open .df-renter-mobile-nav-backdrop,
    body.df-host-mobile-nav-open .df-renter-mobile-nav-backdrop {
        display: block;
    }

    .df-renter-dashboard-page .df-host-dashboard-main {
        padding-inline: clamp(16px, 5vw, 28px);
    }

    .df-renter-dashboard-page .df-host-topbar {
        z-index: 70;
    }

    .df-renter-dashboard-page .df-host-topbar-main {
        gap: 7px;
        justify-content: flex-end;
        min-height: 42px;
    }

    .df-renter-dashboard-page .df-app-topbar-menu[data-dashboard-menu-toggle] {
        display: grid;
        place-items: center;
        gap: 4px;
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin-right: auto;
        padding: 0;
        border: 1px solid rgba(74, 44, 25, .075);
        border-radius: 15px;
        background:
            radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .58), transparent 34%),
            rgba(255, 255, 255, .54);
        color: #2d1c0f;
        box-shadow: 0 10px 24px rgba(74, 44, 25, .065);
    }

    .df-renter-dashboard-page .df-host-notification,
    .df-renter-dashboard-page .df-app-topbar-user,
    .df-renter-dashboard-page .df-account-language-switch {
        min-height: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .df-renter-dashboard-page .df-app-topbar-user {
        padding-inline: 6px 10px;
    }

    .df-renter-dashboard-page .df-app-topbar-user span {
        max-width: 116px;
    }

    .df-renter-dashboard-page .df-app-topbar-menu[data-dashboard-menu-toggle] span {
        width: 17px;
        height: 1.7px;
        border-radius: 999px;
        background: currentColor;
    }

    .df-renter-dashboard-page .df-app-sidebar {
        position: fixed !important;
        inset: 0 auto 0 0;
        z-index: 90;
        width: min(88vw, 370px);
        max-width: calc(100vw - 26px);
        min-height: 100dvh;
        height: 100dvh;
        padding: 18px 16px;
        overflow-y: auto;
        border-right: 1px solid rgba(255, 226, 194, .12);
        border-bottom: 0;
        border-radius: 0 28px 28px 0;
        transform: translateX(calc(-100% - 28px));
        transition: transform .28s ease, box-shadow .28s ease;
        overscroll-behavior: contain;
    }

    .df-renter-dashboard-page .df-app-sidebar.is-open {
        transform: translateX(0);
        box-shadow: 26px 0 90px rgba(24, 14, 9, .38);
    }

    .df-rtl .df-renter-dashboard-page .df-app-sidebar {
        inset: 0 0 0 auto;
        border-right: 0;
        border-left: 1px solid rgba(255, 226, 194, .12);
        border-radius: 28px 0 0 28px;
        transform: translateX(calc(100% + 28px));
    }

    .df-rtl .df-renter-dashboard-page .df-app-sidebar.is-open {
        transform: translateX(0);
    }

    .df-renter-dashboard-page .df-app-sidebar-close {
        position: absolute;
        top: 18px;
        right: 16px;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 226, 194, .12);
        border-radius: 14px;
        background: rgba(255, 255, 255, .06);
        color: rgba(255, 248, 239, .88);
        cursor: pointer;
    }

    .df-rtl .df-renter-dashboard-page .df-app-sidebar-close {
        right: auto;
        left: 16px;
    }

    .df-renter-dashboard-page .df-app-sidebar-close span {
        grid-area: 1 / 1;
        width: 16px;
        height: 1.7px;
        border-radius: 999px;
        background: currentColor;
    }

    .df-renter-dashboard-page .df-app-sidebar-close span:first-child {
        transform: rotate(45deg);
    }

    .df-renter-dashboard-page .df-app-sidebar-close span:last-child {
        transform: rotate(-45deg);
    }

    .df-renter-dashboard-page .df-app-sidebar-brand {
        padding-right: 52px;
    }

    .df-renter-dashboard-page .df-app-menu a {
        min-height: 48px;
        border-radius: 16px;
    }

    .df-renter-dashboard-page .df-app-help-card,
    .df-renter-dashboard-page .df-app-sidebar-user {
        border-radius: 20px;
    }

    .df-renter-overview {
        gap: 20px;
    }

    .df-renter-overview .df-renter-cinematic-hero {
        gap: 24px;
    }

    .df-overview-hero-panel {
        align-self: auto;
    }

    .df-renter-overview-metrics {
        margin-top: 0;
        padding-inline: 0;
    }
}

@media (max-width: 720px) {
    .df-renter-dashboard-page {
        background:
            radial-gradient(ellipse at 50% 0, rgba(204, 146, 86, .18), transparent 36%),
            linear-gradient(180deg, #f3dfcb 0%, #fff7ef 42%, #ead4bf 100%) !important;
    }

    .df-renter-dashboard-page .df-app-sidebar {
        box-shadow: 0 18px 70px rgba(45, 28, 15, .20);
    }

    .df-renter-overview .df-renter-cinematic-hero {
        min-height: auto;
        gap: 18px;
        padding: 22px 20px 18px !important;
        border-radius: 28px !important;
    }

    .df-overview-hero-title {
        max-width: 100%;
        margin: 8px 0 10px;
        font-size: clamp(35px, 11vw, 48px) !important;
        line-height: .97 !important;
    }

    .df-overview-hero-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.62;
    }

    .df-overview-hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .df-overview-hero-actions a {
        min-height: 48px;
        padding-inline: 18px;
        font-size: 13px;
    }

    .df-overview-hero-panel {
        gap: 10px;
        padding: 12px 2px 0;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .10);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .df-overview-trust-pill {
        min-height: 34px;
    }

    .df-overview-signal {
        padding: 12px 0;
    }

    .df-overview-signal strong {
        font-size: 18px;
    }

    .df-renter-overview-metrics,
    .df-renter-overview .df-renter-trip-card,
    .df-renter-overview .df-renter-trip-card.is-empty {
        grid-template-columns: 1fr;
    }

    .df-renter-overview-metrics {
        gap: 9px;
    }

    .df-renter-metric-card {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 88px;
        padding: 14px 15px;
        border-radius: 20px;
    }

    .df-renter-metric-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .df-renter-metric-card strong {
        font-size: clamp(23px, 7vw, 30px);
    }

    .df-renter-metric-card small {
        margin-top: 5px;
    }

    .df-renter-metric-status {
        right: 15px;
        top: 14px;
        font-size: 9px;
    }

    .df-renter-overview-grid,
    .df-renter-overview-main,
    .df-renter-overview-side {
        gap: 20px;
    }

    .df-renter-overview .df-renter-overview-module,
    .df-renter-overview .df-renter-trip-card,
    .df-renter-overview .df-renter-trip-card.is-empty {
        padding: 20px;
        border-radius: 24px;
    }

    .df-renter-trip-side {
        justify-items: start;
        min-width: 0;
    }

    .df-renter-trip-media {
        height: 210px;
    }

    .df-renter-trip-main h3 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .df-renter-trip-action {
        min-height: 48px;
        padding-inline: 18px;
    }

    .df-renter-concierge-actions,
    .df-renter-activity-list,
    .df-renter-trust-list {
        gap: 12px;
    }

    .df-renter-concierge-action,
    .df-renter-activity-item {
        min-height: 76px;
        padding: 15px;
        border-radius: 18px;
    }

    .df-renter-concierge-action {
        position: relative;
        grid-template-columns: 38px minmax(0, 1fr) 22px;
        padding-right: 13px;
    }

    .df-renter-concierge-action::after {
        display: grid;
        width: 22px;
        height: 22px;
        place-items: center;
        border-radius: 999px;
        background: rgba(45, 28, 15, .055);
        color: rgba(45, 28, 15, .58);
        content: "›";
        font-size: 20px;
        line-height: 1;
        transition: transform .18s ease, background .18s ease, color .18s ease;
    }

    .df-rtl .df-renter-concierge-action::after {
        content: "‹";
    }

    .df-renter-concierge-action:hover::after,
    .df-renter-concierge-action:focus-visible::after {
        background: rgba(45, 28, 15, .10);
        color: rgba(45, 28, 15, .82);
        transform: translateX(2px);
    }

    .df-rtl .df-renter-concierge-action:hover::after,
    .df-rtl .df-renter-concierge-action:focus-visible::after {
        transform: translateX(-2px);
    }

    .df-renter-concierge-action:active {
        transform: translateY(0) scale(.992);
    }

    .df-renter-concierge-action strong,
    .df-renter-activity-item strong {
        font-size: 15px;
    }

    .df-renter-concierge-action span,
    .df-renter-activity-item small {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .df-renter-overview {
        gap: 18px;
    }

    .df-renter-overview .df-renter-cinematic-hero {
        margin-inline: -2px;
    }

    .df-overview-hero-copy::before {
        width: 64px;
        margin-bottom: 12px;
    }

    .df-overview-hero-actions,
    .df-overview-hero-actions a,
    .df-renter-trip-action {
        width: 100%;
    }

    .df-overview-signal-list {
        gap: 0;
    }

    .df-renter-metric-card,
    .df-renter-overview .df-renter-overview-module,
    .df-renter-overview .df-renter-trip-card,
    .df-renter-overview .df-renter-trip-card.is-empty {
        border-radius: 22px;
    }

    .df-renter-metric-card {
        min-height: 84px;
    }

    .df-renter-dashboard-page .df-app-topbar-user span {
        display: none;
    }

    .df-renter-dashboard-page .df-app-topbar-user {
        width: 42px;
        min-width: 42px;
        justify-content: center;
        padding: 0;
    }

    .df-renter-module-head h2 {
        font-size: 22px;
    }

    .df-renter-trip-media {
        height: 190px;
    }

    .df-renter-activity-item {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .df-renter-activity-item small {
        grid-column: 2;
    }
}

/* Host overview: calm hospitality operations cockpit. */

.df-app-dashboard-page.is-host .df-host-operations-overview {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    color: var(--df-app-ink, #2d1c0f);
}

.df-app-dashboard-page.is-host .df-host-ops-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(24px, 3vw, 44px);
    min-height: clamp(250px, 28vw, 350px);
    overflow: hidden;
    align-items: stretch;
    padding: clamp(28px, 3vw, 42px) !important;
    border: 1px solid rgba(232, 194, 153, .18) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(ellipse at 12% 8%, rgba(218, 164, 98, .26), transparent 32%),
        radial-gradient(ellipse at 88% 8%, rgba(73, 104, 88, .22), transparent 34%),
        linear-gradient(118deg, rgba(25, 15, 10, .98), rgba(47, 30, 20, .94) 50%, rgba(82, 54, 36, .78)),
        linear-gradient(135deg, #1d110c, #5d3825) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        inset 0 -70px 120px rgba(0, 0, 0, .18),
        0 40px 110px rgba(45, 28, 15, .20);
    isolation: isolate;
}

.df-app-dashboard-page.is-host .df-host-ops-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .052), transparent 34%),
        repeating-linear-gradient(110deg, transparent 0 34px, rgba(255, 229, 191, .026) 34px 35px, transparent 35px 72px);
    content: "";
}

.df-app-dashboard-page.is-host .df-host-ops-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
}

.df-app-dashboard-page.is-host .df-host-ops-hero-copy::before {
    width: 78px;
    height: 1px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, rgba(224, 176, 112, .82), transparent);
    content: "";
}

.df-app-dashboard-page.is-host .df-host-ops-kicker,
.df-app-dashboard-page.is-host .df-host-ops-module-head > span {
    color: rgba(231, 190, 139, .82);
    font-size: 10px;
    font-weight: 880;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.df-app-dashboard-page.is-host .df-host-ops-title {
    max-width: 760px;
    margin: 10px 0 13px;
    color: #fff8ef !important;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(36px, 3.6vw, 58px) !important;
    line-height: .98 !important;
    text-shadow: 0 16px 48px rgba(0, 0, 0, .30);
}

.df-app-dashboard-page.is-host .df-host-ops-text {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 248, 239, .72) !important;
    font-size: 15px;
    line-height: 1.65;
}

.df-app-dashboard-page.is-host .df-host-ops-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.df-app-dashboard-page.is-host .df-host-ops-actions a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 248, 239, .92);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.df-app-dashboard-page.is-host .df-host-ops-actions a:first-child {
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 248, 239, .94);
    color: #2d1c0f;
}

.df-app-dashboard-page.is-host .df-host-ops-actions a:hover {
    transform: translateY(-1px);
}

.df-app-dashboard-page.is-host .df-host-ops-panel {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .025)),
        radial-gradient(circle at 30% 0, rgba(224, 176, 112, .13), transparent 46%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 64px rgba(0, 0, 0, .14);
    backdrop-filter: blur(22px) saturate(1.04);
}

.df-app-dashboard-page.is-host .df-host-ops-panel-row {
    display: grid;
    gap: 6px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.df-app-dashboard-page.is-host .df-host-ops-panel-row:last-child {
    border-bottom: 0;
}

.df-app-dashboard-page.is-host .df-host-ops-panel-row span {
    color: rgba(255, 248, 239, .52);
    font-size: 11px;
    font-weight: 760;
}

.df-app-dashboard-page.is-host .df-host-ops-panel-row strong {
    color: #fff8ef !important;
    font-size: 19px;
}

.df-app-dashboard-page.is-host .df-host-ops-signals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: -6px;
}

.df-app-dashboard-page.is-host .df-host-ops-signal {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 112px;
    align-items: start;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(74, 44, 25, .06);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 8%, rgba(203, 145, 82, .14), transparent 34%),
        linear-gradient(150deg, rgba(255, 255, 255, .72), rgba(255, 246, 237, .48));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .54), 0 18px 54px rgba(74, 44, 25, .058);
}

.df-app-dashboard-page.is-host .df-host-ops-signal-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(141, 87, 54, .10);
    border-radius: 15px;
    background: rgba(141, 87, 54, .085);
    color: #8d5736;
}

.df-app-dashboard-page.is-host .df-host-ops-signal-icon svg,
.df-app-dashboard-page.is-host .df-host-ops-control svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-app-dashboard-page.is-host .df-host-ops-signal span:not(.df-host-ops-signal-icon) {
    color: rgba(45, 28, 15, .56);
    font-size: 12px;
    font-weight: 820;
}

.df-app-dashboard-page.is-host .df-host-ops-signal strong {
    display: block;
    margin-top: 3px;
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(28px, 2.1vw, 36px);
    line-height: 1;
}

.df-app-dashboard-page.is-host .df-host-ops-signal small {
    display: block;
    margin-top: 7px;
    color: rgba(45, 28, 15, .48);
    font-size: 11px;
    font-weight: 740;
}

.df-app-dashboard-page.is-host .df-host-ops-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    gap: clamp(20px, 2.5vw, 32px);
    align-items: start;
}

.df-app-dashboard-page.is-host .df-host-ops-side,
.df-app-dashboard-page.is-host .df-host-ops-columns,
.df-app-dashboard-page.is-host .df-host-ops-bottom {
    display: grid;
    gap: 18px;
}

.df-app-dashboard-page.is-host .df-host-ops-columns,
.df-app-dashboard-page.is-host .df-host-ops-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
}

.df-app-dashboard-page.is-host :where(.df-host-property-operations-module, .df-host-calendar-awareness-module, .df-host-hospitality-promise-module, .df-host-quick-controls-module, .df-host-guest-operations-module, .df-host-operations-snapshot, .df-host-readiness-module, .df-host-reviews-card) {
    border: 1px solid rgba(74, 44, 25, .06);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0, rgba(203, 145, 82, .075), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .70), rgba(255, 248, 241, .50));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .50), 0 22px 64px rgba(74, 44, 25, .058);
}

.df-app-dashboard-page.is-host .df-host-ops-module-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 14px;
    align-items: start;
    margin-bottom: 18px;
}

.df-app-dashboard-page.is-host .df-host-ops-module-head > span {
    grid-column: 1 / -1;
    color: rgba(118, 75, 47, .74);
}

.df-app-dashboard-page.is-host .df-host-ops-module-head h2 {
    margin: 0;
    color: #2d1c0f;
    font-size: 24px;
    line-height: 1.12;
}

.df-app-dashboard-page.is-host .df-host-ops-module-head a {
    color: #8d5736;
    font-size: 12px;
    font-weight: 840;
    text-decoration: none;
}

.df-app-dashboard-page.is-host .df-host-ops-property-list {
    gap: 8px;
}

.df-app-dashboard-page.is-host .df-host-ops-property-row {
    grid-template-columns: 104px minmax(0, 1fr) auto 28px;
    min-height: 86px;
    padding: 9px;
    border-radius: 18px;
}

.df-app-dashboard-page.is-host .df-host-ops-property-row:hover {
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 14px 34px rgba(45, 28, 15, .052);
}

.df-app-dashboard-page.is-host .df-host-ops-property-row .df-host-overview-property-media {
    width: 104px;
    height: 68px;
    border-radius: 15px;
}

.df-app-dashboard-page.is-host .df-host-ops-control {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 58px;
    padding: 12px;
    border: 1px solid rgba(45, 28, 15, .055);
    border-radius: 18px;
    background: rgba(255, 255, 255, .40);
    color: #2d1c0f;
    font-size: 14px;
    font-weight: 820;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.df-app-dashboard-page.is-host .df-host-ops-control:hover {
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 14px 34px rgba(45, 28, 15, .055);
    transform: translateY(-1px);
}

.df-app-dashboard-page.is-host .df-host-ops-control svg {
    color: #8d5736;
}

.df-app-dashboard-page.is-host .df-host-ops-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.df-app-dashboard-page.is-host .df-host-calendar-awareness-module p {
    margin: 0 0 18px;
    color: rgba(45, 28, 15, .58);
    line-height: 1.62;
}

.df-app-dashboard-page.is-host .df-host-ops-checklist {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.df-app-dashboard-page.is-host .df-host-ops-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(45, 28, 15, .64);
    font-size: 13px;
    font-weight: 760;
}

.df-app-dashboard-page.is-host .df-host-ops-checklist li::before {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6f947b;
    box-shadow: 0 0 0 5px rgba(111, 148, 123, .12);
    content: "";
}

.df-app-dashboard-page.is-host .df-host-operations-snapshot {
    padding: 22px;
}

.df-app-dashboard-page.is-host .df-host-ops-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(45, 28, 15, .055);
    border-radius: 20px;
    background: rgba(45, 28, 15, .045);
}

.df-app-dashboard-page.is-host .df-host-ops-summary span {
    display: grid;
    gap: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, .50);
    color: rgba(45, 28, 15, .56);
    font-size: 12px;
    font-weight: 780;
}

.df-app-dashboard-page.is-host .df-host-ops-summary strong {
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: 30px;
    line-height: 1;
}

.df-app-dashboard-page.is-host .df-host-guest-operations-module .df-app-activity-list {
    margin-top: 0;
}

.df-app-dashboard-page.is-host .df-host-readiness-module .df-host-task-list {
    gap: 8px;
}

@media (max-width: 1180px) {
    .df-app-dashboard-page.is-host .df-host-ops-signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .df-app-dashboard-page.is-host .df-host-ops-grid,
    .df-app-dashboard-page.is-host .df-host-ops-columns,
    .df-app-dashboard-page.is-host .df-host-ops-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .df-app-dashboard-page.is-host .df-host-ops-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 24px 20px !important;
        border-radius: 26px !important;
    }

    .df-app-dashboard-page.is-host .df-host-ops-title {
        font-size: clamp(34px, 10vw, 48px) !important;
    }

    .df-app-dashboard-page.is-host .df-host-ops-actions,
    .df-app-dashboard-page.is-host .df-host-ops-actions a {
        width: 100%;
    }

    .df-app-dashboard-page.is-host .df-host-ops-panel {
        padding: 12px 0 0;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .10);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signals,
    .df-app-dashboard-page.is-host .df-host-ops-controls,
    .df-app-dashboard-page.is-host .df-host-ops-summary {
        grid-template-columns: 1fr;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal {
        min-height: 96px;
        padding: 15px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-property-row {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .df-app-dashboard-page.is-host .df-host-ops-property-row .df-dashboard-status,
    .df-app-dashboard-page.is-host .df-host-ops-property-row .df-host-overview-property-more {
        grid-column: 2;
        justify-self: start;
    }

    .df-app-dashboard-page.is-host .df-host-ops-property-row .df-host-overview-property-media {
        width: 84px;
        height: 68px;
    }
}

@media (max-width: 860px) {
    .df-app-dashboard-page.is-host .df-host-topbar {
        z-index: 70;
    }

    .df-app-dashboard-page.is-host .df-host-topbar-main {
        gap: 7px;
        justify-content: flex-end;
        min-height: 42px;
    }

    .df-app-dashboard-page.is-host .df-app-topbar-menu[data-dashboard-menu-toggle] {
        display: grid;
        place-items: center;
        gap: 4px;
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin-right: auto;
        padding: 0;
        border: 1px solid rgba(74, 44, 25, .075);
        border-radius: 15px;
        background: rgba(255, 255, 255, .54);
        color: #2d1c0f;
        box-shadow: 0 10px 24px rgba(74, 44, 25, .065);
    }

    .df-app-dashboard-page.is-host .df-app-topbar-menu[data-dashboard-menu-toggle] span {
        width: 17px;
        height: 1.7px;
        border-radius: 999px;
        background: currentColor;
    }

    .df-app-dashboard-page.is-host .df-host-notification,
    .df-app-dashboard-page.is-host .df-app-topbar-user,
    .df-app-dashboard-page.is-host .df-account-language-switch {
        min-height: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .df-app-dashboard-page.is-host .df-app-topbar-user {
        padding-inline: 6px 10px;
    }

    .df-app-dashboard-page.is-host .df-app-topbar-user span {
        max-width: 116px;
    }

    .df-app-dashboard-page.is-host .df-app-sidebar {
        position: fixed !important;
        inset: 0 auto 0 0;
        z-index: 90;
        width: min(88vw, 370px);
        max-width: calc(100vw - 26px);
        min-height: 100dvh;
        height: 100dvh;
        padding: 18px 16px;
        overflow-y: auto;
        border-right: 1px solid rgba(255, 226, 194, .12);
        border-bottom: 0;
        border-radius: 0 28px 28px 0;
        transform: translateX(calc(-100% - 28px));
        transition: transform .28s ease, box-shadow .28s ease;
        overscroll-behavior: contain;
    }

    .df-app-dashboard-page.is-host .df-app-sidebar.is-open {
        transform: translateX(0);
        box-shadow: 26px 0 90px rgba(24, 14, 9, .38);
    }

    .df-rtl .df-app-dashboard-page.is-host .df-app-sidebar {
        inset: 0 0 0 auto;
        border-right: 0;
        border-left: 1px solid rgba(255, 226, 194, .12);
        border-radius: 28px 0 0 28px;
        transform: translateX(calc(100% + 28px));
    }

    .df-rtl .df-app-dashboard-page.is-host .df-app-sidebar.is-open {
        transform: translateX(0);
    }

    .df-app-dashboard-page.is-host .df-app-sidebar-close {
        position: absolute;
        top: 18px;
        right: 16px;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 226, 194, .12);
        border-radius: 14px;
        background: rgba(255, 255, 255, .06);
        color: rgba(255, 248, 239, .88);
        cursor: pointer;
    }

    .df-rtl .df-app-dashboard-page.is-host .df-app-sidebar-close {
        right: auto;
        left: 16px;
    }

    .df-app-dashboard-page.is-host .df-app-sidebar-close span {
        grid-area: 1 / 1;
        width: 16px;
        height: 1.7px;
        border-radius: 999px;
        background: currentColor;
    }

    .df-app-dashboard-page.is-host .df-app-sidebar-close span:first-child {
        transform: rotate(45deg);
    }

    .df-app-dashboard-page.is-host .df-app-sidebar-close span:last-child {
        transform: rotate(-45deg);
    }

    .df-app-dashboard-page.is-host .df-app-sidebar-brand {
        padding-right: 52px;
    }

    .df-app-dashboard-page.is-host .df-app-menu a {
        min-height: 48px;
        border-radius: 16px;
    }
}

@media (max-width: 720px) {
    .df-app-dashboard-page.is-host .df-host-operations-overview {
        gap: 18px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-hero {
        gap: 18px;
        padding: 21px 20px 18px !important;
    }

    .df-app-dashboard-page.is-host .df-host-ops-title {
        margin: 8px 0 10px;
        font-size: clamp(32px, 9.5vw, 44px) !important;
        line-height: 1 !important;
    }

    .df-app-dashboard-page.is-host .df-host-ops-text {
        font-size: 14px;
        line-height: 1.58;
    }

    .df-app-dashboard-page.is-host .df-host-ops-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-actions a {
        min-height: 46px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-panel-row {
        padding: 12px 0;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signals {
        gap: 9px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 86px;
        padding: 14px 15px;
        border-radius: 20px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal strong {
        font-size: clamp(23px, 7vw, 30px);
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal small {
        margin-top: 5px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-grid,
    .df-app-dashboard-page.is-host .df-host-ops-side,
    .df-app-dashboard-page.is-host .df-host-ops-columns,
    .df-app-dashboard-page.is-host .df-host-ops-bottom {
        gap: 18px;
    }

    .df-app-dashboard-page.is-host :where(.df-host-property-operations-module, .df-host-calendar-awareness-module, .df-host-hospitality-promise-module, .df-host-quick-controls-module, .df-host-guest-operations-module, .df-host-operations-snapshot, .df-host-readiness-module, .df-host-reviews-card) {
        padding: 20px;
        border-radius: 24px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-module-head {
        margin-bottom: 15px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-module-head h2 {
        font-size: 22px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-property-row {
        min-height: 76px;
        padding: 8px;
        border-radius: 17px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-property-row .df-host-overview-property-media {
        width: 78px;
        height: 62px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-control {
        min-height: 58px;
        border-radius: 17px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-control::after {
        margin-left: auto;
        color: rgba(45, 28, 15, .48);
        content: "›";
        font-size: 20px;
        line-height: 1;
    }

    .df-rtl .df-app-dashboard-page.is-host .df-host-ops-control::after {
        margin-right: auto;
        margin-left: 0;
        content: "‹";
    }

    .df-app-dashboard-page.is-host .df-host-ops-checklist {
        gap: 9px;
    }

    .df-app-dashboard-page.is-host .df-host-task-list {
        gap: 8px;
    }
}

@media (max-width: 520px) {
    .df-app-dashboard-page.is-host .df-app-topbar-user span {
        display: none;
    }

    .df-app-dashboard-page.is-host .df-app-topbar-user {
        width: 42px;
        min-width: 42px;
        justify-content: center;
        padding: 0;
    }

    .df-app-dashboard-page.is-host .df-host-ops-hero-copy::before {
        width: 64px;
        margin-bottom: 12px;
    }

    .df-app-dashboard-page.is-host .df-host-ops-signal {
        min-height: 82px;
    }
}

/* Staff overview: premium internal trust and operations cockpit. */

.df-app-dashboard-page.is-staff .df-staff-ops-overview {
    display: grid;
    gap: clamp(18px, 2vw, 26px);
    color: var(--df-app-ink, #2d1c0f);
}

.df-app-dashboard-page.is-staff .df-staff-ops-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(22px, 2.8vw, 40px);
    min-height: clamp(230px, 24vw, 320px);
    overflow: hidden;
    align-items: stretch;
    padding: clamp(26px, 3vw, 40px) !important;
    border: 1px solid rgba(232, 194, 153, .16) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(ellipse at 12% 6%, rgba(218, 164, 98, .22), transparent 32%),
        radial-gradient(ellipse at 88% 8%, rgba(73, 104, 88, .18), transparent 34%),
        linear-gradient(118deg, rgba(22, 13, 9, .98), rgba(40, 25, 18, .95) 52%, rgba(73, 49, 36, .80)),
        linear-gradient(135deg, #1b100c, #503425) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        inset 0 -60px 110px rgba(0, 0, 0, .18),
        0 36px 100px rgba(45, 28, 15, .18);
    isolation: isolate;
}

.df-app-dashboard-page.is-staff .df-staff-ops-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .050), transparent 34%),
        repeating-linear-gradient(110deg, transparent 0 28px, rgba(255, 229, 191, .024) 28px 29px, transparent 29px 60px);
    content: "";
}

.df-app-dashboard-page.is-staff .df-staff-ops-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
}

.df-app-dashboard-page.is-staff .df-staff-ops-hero-copy::before {
    width: 72px;
    height: 1px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, rgba(224, 176, 112, .78), transparent);
    content: "";
}

.df-app-dashboard-page.is-staff .df-staff-ops-kicker,
.df-app-dashboard-page.is-staff .df-staff-workflow-card-head > span {
    color: rgba(231, 190, 139, .80);
    font-size: 10px;
    font-weight: 880;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.df-app-dashboard-page.is-staff .df-staff-ops-title {
    max-width: 760px;
    margin: 10px 0 12px;
    color: #fff8ef !important;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(34px, 3.4vw, 54px) !important;
    line-height: .99 !important;
    text-shadow: 0 16px 46px rgba(0, 0, 0, .28);
}

.df-app-dashboard-page.is-staff .df-staff-ops-text {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 248, 239, .72) !important;
    font-size: 15px;
    line-height: 1.62;
}

.df-app-dashboard-page.is-staff .df-staff-ops-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.df-app-dashboard-page.is-staff .df-staff-ops-actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 248, 239, .92);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.df-app-dashboard-page.is-staff .df-staff-ops-actions a:first-child {
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 248, 239, .94);
    color: #2d1c0f;
}

.df-app-dashboard-page.is-staff .df-staff-ops-panel {
    display: grid;
    align-content: center;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .024)),
        radial-gradient(circle at 30% 0, rgba(224, 176, 112, .12), transparent 46%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 22px 58px rgba(0, 0, 0, .13);
    backdrop-filter: blur(20px) saturate(1.04);
}

.df-app-dashboard-page.is-staff .df-staff-ops-panel-row {
    display: grid;
    gap: 5px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.df-app-dashboard-page.is-staff .df-staff-ops-panel-row:last-child {
    border-bottom: 0;
}

.df-app-dashboard-page.is-staff .df-staff-ops-panel-row span {
    color: rgba(255, 248, 239, .52);
    font-size: 11px;
    font-weight: 760;
}

.df-app-dashboard-page.is-staff .df-staff-ops-panel-row strong {
    color: #fff8ef !important;
    font-size: 18px;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signals {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: -6px;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 104px;
    align-items: start;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgba(74, 44, 25, .055);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 8%, rgba(203, 145, 82, .12), transparent 34%),
        linear-gradient(150deg, rgba(255, 255, 255, .70), rgba(255, 246, 237, .46));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .52), 0 16px 46px rgba(74, 44, 25, .052);
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(141, 87, 54, .080);
    color: #8d5736;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal-icon svg,
.df-app-dashboard-page.is-staff .df-staff-ops-control svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal span:not(.df-staff-ops-signal-icon) {
    color: rgba(45, 28, 15, .56);
    font-size: 11px;
    font-weight: 820;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal strong {
    display: block;
    margin-top: 3px;
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(24px, 1.8vw, 32px);
    line-height: 1;
}

.df-app-dashboard-page.is-staff .df-staff-ops-signal small {
    display: block;
    margin-top: 6px;
    color: rgba(45, 28, 15, .46);
    font-size: 10px;
    font-weight: 740;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-lanes,
.df-app-dashboard-page.is-staff .df-staff-ops-grid {
    display: grid;
    gap: 16px;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-lanes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.df-app-dashboard-page.is-staff .df-staff-ops-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.df-app-dashboard-page.is-staff :where(.df-staff-workflow-card, .df-staff-quality-module, .df-staff-quick-controls-module) {
    border: 1px solid rgba(74, 44, 25, .06);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(203, 145, 82, .070), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .70), rgba(255, 248, 241, .50));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .50), 0 20px 58px rgba(74, 44, 25, .055);
}

.df-app-dashboard-page.is-staff .df-staff-workflow-card-head {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-card-head > span {
    color: rgba(118, 75, 47, .74);
}

.df-app-dashboard-page.is-staff .df-staff-workflow-card-head h2 {
    margin: 0;
    color: #2d1c0f;
    font-size: 22px;
    line-height: 1.12;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-card p {
    margin: 0;
    color: rgba(45, 28, 15, .58);
    line-height: 1.58;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 18px 0;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-meta strong {
    color: #2d1c0f;
    font-family: var(--font-heading, Georgia, serif);
    font-size: 34px;
    line-height: 1;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-meta span {
    color: rgba(45, 28, 15, .50);
    font-size: 12px;
    font-weight: 780;
}

.df-app-dashboard-page.is-staff .df-staff-workflow-action {
    color: #8d5736;
    font-size: 13px;
    font-weight: 860;
    text-decoration: none;
}

.df-app-dashboard-page.is-staff .df-staff-route-list,
.df-app-dashboard-page.is-staff .df-staff-ops-controls {
    display: grid;
    gap: 9px;
}

.df-app-dashboard-page.is-staff .df-staff-route-list a,
.df-app-dashboard-page.is-staff .df-staff-ops-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 12px;
    border: 1px solid rgba(45, 28, 15, .055);
    border-radius: 17px;
    background: rgba(255, 255, 255, .40);
    color: #2d1c0f;
    font-size: 14px;
    font-weight: 820;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.df-app-dashboard-page.is-staff .df-staff-ops-control {
    grid-template-columns: 36px minmax(0, 1fr);
}

.df-app-dashboard-page.is-staff .df-staff-route-list a:hover,
.df-app-dashboard-page.is-staff .df-staff-ops-control:hover {
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 14px 34px rgba(45, 28, 15, .052);
    transform: translateY(-1px);
}

.df-app-dashboard-page.is-staff .df-staff-ops-control svg {
    color: #8d5736;
}

.df-app-dashboard-page.is-staff .df-staff-ops-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1180px) {
    .df-app-dashboard-page.is-staff .df-staff-ops-signals {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .df-app-dashboard-page.is-staff .df-staff-workflow-lanes,
    .df-app-dashboard-page.is-staff .df-staff-ops-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .df-app-dashboard-page.is-staff .df-staff-ops-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 22px 20px !important;
        border-radius: 24px !important;
    }

    .df-app-dashboard-page.is-staff .df-staff-ops-title {
        font-size: clamp(32px, 9.5vw, 44px) !important;
    }

    .df-app-dashboard-page.is-staff .df-staff-ops-actions,
    .df-app-dashboard-page.is-staff .df-staff-ops-actions a {
        width: 100%;
    }

    .df-app-dashboard-page.is-staff .df-staff-ops-panel {
        padding: 10px 0 0;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .10);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .df-app-dashboard-page.is-staff .df-staff-ops-signals,
    .df-app-dashboard-page.is-staff .df-staff-ops-controls {
        grid-template-columns: 1fr;
    }

    .df-app-dashboard-page.is-staff .df-staff-ops-signal {
        min-height: 84px;
        padding: 14px;
    }

    .df-app-dashboard-page.is-staff :where(.df-staff-workflow-card, .df-staff-quality-module, .df-staff-quick-controls-module) {
        padding: 20px;
        border-radius: 22px;
    }
}
