.df-app-staff-hero {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(255, 247, 239, .88)),
        radial-gradient(circle at 90% 10%, rgba(190, 125, 78, .18), transparent 36%);
}

.df-app-staff-table-card {
    overflow: hidden;
}

.df-app-staff-table {
    display: grid;
    margin-top: 16px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    overflow: hidden;
}

.df-app-staff-table-head,
.df-app-staff-table-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: center;
}

.df-app-staff-table-head {
    min-height: 42px;
    background: rgba(45, 28, 15, .025);
}

.df-app-staff-table-head span {
    color: rgba(45, 28, 15, .62);
    font-size: 12px;
    font-weight: 900;
}

.df-app-staff-table-row {
    min-height: 66px;
    border-top: 1px solid rgba(45, 28, 15, .08);
    background: rgba(255, 255, 255, .46);
}

.df-app-staff-table-row:hover {
    background: rgba(255, 247, 239, .74);
}

.df-app-staff-table-head span,
.df-app-staff-table-row span {
    min-width: 0;
    overflow: hidden;
    padding: 0 16px;
    color: var(--color-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-app-staff-table-row span:first-child {
    font-weight: 900;
}

.df-app-staff-table-row span:nth-child(3) {
    color: var(--color-primary-dark);
    font-weight: 850;
}

.df-app-empty-state {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding: 26px;
    border: 1px dashed rgba(45, 28, 15, .16);
    border-radius: 8px;
    background: rgba(255, 250, 246, .58);
}

.df-app-empty-state strong {
    color: var(--color-text);
    font-size: 16px;
}

.df-app-empty-state p {
    max-width: 560px;
    margin: 0;
    color: var(--color-muted);
    line-height: 1.55;
}

.df-app-demo-toggle-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    background:
        linear-gradient(135deg, rgba(255, 247, 239, .9), rgba(255, 255, 255, .82)),
        radial-gradient(circle at 100% 0, rgba(190, 125, 78, .16), transparent 34%) !important;
}

.df-app-demo-toggle-card > div > span {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.df-app-demo-toggle-card h2 {
    margin-top: 4px;
}

.df-app-demo-toggle-card form {
    margin: 0;
}

.df-app-demo-toggle-card button {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(190, 125, 78, .36);
    border-radius: 8px;
    background: #fff;
    color: var(--color-primary-dark);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.df-app-demo-toggle-card button.is-on {
    background: var(--color-primary-dark);
    color: #fff;
}

.df-app-dashboard-page.is-staff.df-host-dashboard-page,
.df-app-dashboard-page.is-staff.df-dashboard-page {
    padding-top: 0;
}

.df-app-dashboard-page.is-staff .df-host-dashboard-main {
    gap: 8px;
    padding: 12px 12px 28px;
}

.df-app-dashboard-page.is-staff .df-host-topbar {
    margin: -12px -12px 0;
    padding: 8px 12px;
}

.df-app-dashboard-page.is-staff .df-host-topbar-main {
    min-height: 36px;
}

.df-app-dashboard-page.is-staff .df-app-sidebar {
    padding: 16px 12px;
}

.df-app-dashboard-page.is-staff .df-app-menu {
    gap: 8px;
}

.df-app-dashboard-page.is-staff .df-app-menu-group {
    gap: 2px;
}

.df-app-dashboard-page.is-staff .df-app-menu a {
    min-height: 36px;
    padding: 8px 10px;
}

.df-app-dashboard-page.is-staff .df-host-section {
    padding: 8px;
}

.df-listing-approval-page {
    display: grid;
    gap: 5px;
    margin: -6px;
}

.df-listing-approval-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.df-listing-approval-metrics a {
    display: block;
    min-height: 52px;
    padding: 8px 10px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: inherit;
    box-shadow: none;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.df-listing-approval-metrics a:hover,
.df-listing-approval-metrics a.is-active {
    border-color: rgba(190, 125, 78, .4);
    background: rgba(255, 247, 239, .9);
    transform: translateY(-1px);
}

.df-listing-approval-metrics span {
    display: block;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 850;
}

.df-listing-approval-metrics strong {
    display: block;
    margin-top: 2px;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1;
}

.df-listing-approval-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 5px;
    align-items: end;
    padding: 5px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.df-listing-approval-toolbar label,
.df-listing-approval-actions label {
    display: grid;
    gap: 3px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-listing-approval-toolbar input,
.df-listing-approval-toolbar select,
.df-listing-approval-toolbar button,
.df-listing-approval-actions textarea {
    min-height: 32px;
    width: 100%;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font: inherit;
}

.df-listing-approval-toolbar input,
.df-listing-approval-toolbar select,
.df-listing-approval-actions textarea {
    padding: 0 9px;
}

.df-listing-approval-toolbar button {
    padding: 0 10px;
    cursor: pointer;
    font-weight: 900;
}

.df-listing-approval-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
    gap: 5px;
    align-items: start;
}

.df-listing-approval-list,
.df-listing-approval-detail {
    overflow: hidden;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: none;
}

.df-listing-approval-list {
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.df-listing-approval-row {
    display: grid;
    grid-template-columns: 90px minmax(180px, 1fr) 88px 104px;
    gap: 10px;
    align-items: center;
    min-height: 86px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(45, 28, 15, .08);
    color: inherit;
}

.df-listing-approval-row:last-child {
    border-bottom: 0;
}

.df-listing-approval-row:hover,
.df-listing-approval-row.is-active {
    background: rgba(255, 247, 239, .74);
}

.df-listing-approval-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(45, 28, 15, .08);
}

.df-listing-approval-thumb img,
.df-listing-approval-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.df-listing-approval-main {
    display: grid;
    min-width: 0;
    gap: 2px;
    color: inherit;
    text-decoration: none;
}

.df-listing-approval-main strong {
    overflow: hidden;
    color: var(--color-text);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-listing-approval-main small,
.df-listing-approval-main em {
    overflow: hidden;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-listing-approval-status-link {
    justify-self: start;
    text-decoration: none;
}

.df-listing-approval-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.df-listing-approval-row-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.df-listing-approval-row-actions a:first-child {
    color: #216a42;
}

.df-listing-approval-row-actions a:nth-child(2) {
    color: #9a5c12;
}

.df-listing-approval-row-actions a:last-child {
    color: #c21f1f;
}

.df-listing-approval-detail {
    position: sticky;
    top: 18px;
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    display: grid;
    gap: 10px;
    padding: 10px;
}

.df-listing-approval-detail .df-dashboard-status {
    justify-self: start;
}

.df-listing-approval-hero {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    background: rgba(45, 28, 15, .08);
}

.df-listing-approval-detail h3 {
    margin: 0;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.12;
}

.df-listing-approval-detail p {
    margin: 0;
    color: var(--color-muted);
}

.df-listing-approval-links,
.df-listing-approval-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.df-listing-approval-links a,
.df-listing-approval-actions a,
.df-listing-approval-actions button {
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
}

.df-listing-approval-actions .is-approve {
    flex: 1 1 160px;
    background: #080b12;
    color: #fff;
}

.df-listing-approval-actions form {
    display: grid;
    flex: 1 1 100%;
    gap: 6px;
    margin: 0;
}

.df-listing-approval-actions button {
    border-color: rgba(216, 45, 45, .35);
    color: #c21f1f;
}

.df-listing-approval-actions textarea {
    min-height: 84px;
    padding: 8px;
    resize: vertical;
}

.df-listing-approval-info {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 6px 10px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(45, 28, 15, .08);
    border-bottom: 1px solid rgba(45, 28, 15, .08);
}

.df-listing-approval-info dt {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-listing-approval-info dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--color-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-listing-approval-note,
.df-host-property-feedback {
    border-radius: 8px;
    background: rgba(229, 98, 72, .1);
    color: #8c2b1e;
}

.df-listing-approval-note {
    display: grid;
    gap: 6px;
    padding: 12px;
}

.df-host-property-feedback {
    margin: 8px 0 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.df-host-verification-page {
    display: grid;
    gap: 5px;
    margin: -6px;
}

.df-host-verification-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
}

.df-host-verification-metrics a {
    display: block;
    min-height: 52px;
    padding: 8px 10px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: inherit;
    text-decoration: none;
}

.df-host-verification-metrics a:hover,
.df-host-verification-metrics a.is-active {
    border-color: rgba(190, 125, 78, .4);
    background: rgba(255, 247, 239, .9);
}

.df-host-verification-metrics span {
    display: block;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 850;
}

.df-host-verification-metrics strong {
    display: block;
    margin-top: 2px;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1;
}

.df-host-verification-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 5px;
    align-items: end;
    padding: 5px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.df-host-verification-toolbar label {
    display: grid;
    gap: 3px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-host-verification-toolbar input,
.df-host-verification-toolbar button {
    min-height: 32px;
    width: 100%;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font: inherit;
}

.df-host-verification-toolbar input {
    padding: 0 9px;
}

.df-host-verification-toolbar button {
    padding: 0 10px;
    cursor: pointer;
    font-weight: 900;
}

.df-host-verification-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 5px;
    align-items: start;
}

.df-host-verification-list,
.df-host-verification-detail {
    overflow: hidden;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
}

.df-host-verification-list {
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.df-host-verification-row {
    display: grid;
    grid-template-columns: 44px minmax(180px, 1fr) 104px 104px 104px;
    gap: 10px;
    align-items: center;
    min-height: 68px;
    padding: 7px 10px;
    border-bottom: 1px solid rgba(45, 28, 15, .08);
}

.df-host-verification-row:last-child {
    border-bottom: 0;
}

.df-host-verification-row:hover,
.df-host-verification-row.is-active {
    background: rgba(255, 247, 239, .74);
}

.df-host-verification-avatar,
.df-host-verification-profile > img,
.df-host-verification-profile > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(45, 28, 15, .08);
    color: var(--color-primary-dark);
    font-weight: 900;
    text-decoration: none;
}

.df-host-verification-avatar img,
.df-host-verification-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.df-host-verification-main {
    display: grid;
    min-width: 0;
    gap: 2px;
    color: inherit;
    text-decoration: none;
}

.df-host-verification-main strong {
    overflow: hidden;
    color: var(--color-text);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-host-verification-main small,
.df-host-verification-main em {
    overflow: hidden;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-host-verification-status-link {
    justify-self: start;
    text-decoration: none;
}

.df-host-verification-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.df-host-verification-status.is-pending {
    background: rgba(213, 139, 47, .16);
    color: #9a5c12;
}

.df-host-verification-status.is-under_review {
    background: rgba(67, 132, 220, .14);
    color: #2364b3;
}

.df-host-verification-status.is-verified {
    background: rgba(53, 142, 94, .14);
    color: #216a42;
}

.df-host-verification-status.is-rejected {
    background: rgba(229, 98, 72, .14);
    color: #b73522;
}

.df-host-verification-docs {
    display: flex;
    align-items: center;
    gap: 4px;
}

.df-host-verification-docs i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(45, 28, 15, .08);
    color: var(--color-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.df-host-verification-docs i.is-approved {
    background: rgba(53, 142, 94, .14);
    color: #216a42;
}

.df-host-verification-docs i.is-pending {
    background: rgba(67, 132, 220, .14);
    color: #2364b3;
}

.df-host-verification-docs i.is-rejected {
    background: rgba(229, 98, 72, .14);
    color: #b73522;
}

.df-host-verification-docs small {
    color: var(--color-muted);
    font-size: 11px;
}

.df-host-verification-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.df-host-verification-row-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.df-host-verification-row-actions a:first-child {
    color: #216a42;
}

.df-host-verification-row-actions a:nth-child(2) {
    color: #9a5c12;
}

.df-host-verification-row-actions a:nth-child(3) {
    color: #2364b3;
}

.df-host-verification-row-actions a:last-child {
    color: #c21f1f;
}

.df-host-verification-detail {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 10px;
    max-height: calc(100vh - 156px);
    padding: 10px;
    overflow-y: auto;
}

.df-host-verification-profile {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.df-host-verification-profile h3 {
    margin: 4px 0 0;
    color: var(--color-text);
    font-size: 20px;
    line-height: 1.12;
}

.df-host-verification-profile p {
    margin: 2px 0 0;
    overflow: hidden;
    color: var(--color-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-host-verification-info {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 6px 10px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(45, 28, 15, .08);
    border-bottom: 1px solid rgba(45, 28, 15, .08);
}

.df-host-verification-info dt {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-host-verification-info dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--color-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.df-host-verification-doc-list {
    display: grid;
    gap: 6px;
}

.df-host-verification-doc-list > strong {
    color: var(--color-text);
    font-size: 13px;
}

.df-host-verification-doc-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 250, 246, .58);
}

.df-host-verification-doc-list em {
    color: #9a5c12;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.df-host-verification-doc-list em.is-approved {
    color: #216a42;
}

.df-host-verification-doc-list em.is-pending {
    color: #2364b3;
}

.df-host-verification-doc-list em.is-rejected {
    color: #b73522;
}

.df-host-verification-rollout-note {
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    background: rgba(67, 132, 220, .09);
    color: #27547f;
    font-size: 12px;
    line-height: 1.45;
}

.df-host-verification-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.df-host-verification-detail-actions a {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1180px) {
    .df-listing-approval-workspace,
    .df-host-verification-workspace {
        grid-template-columns: 1fr;
    }

    .df-listing-approval-detail,
    .df-host-verification-detail {
        position: static;
    }
}

@media (max-width: 760px) {
    .df-listing-approval-metrics,
    .df-listing-approval-toolbar,
    .df-listing-approval-row,
    .df-host-verification-metrics,
    .df-host-verification-toolbar,
    .df-host-verification-row {
        grid-template-columns: 1fr;
    }

    .df-listing-approval-row {
        gap: 10px;
    }

    .df-listing-approval-thumb {
        width: 100%;
    }
}
