.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-app-menu-subnav {
    display: grid;
    gap: 2px;
    margin: -1px 0 4px 32px;
}

.df-app-dashboard-page.is-staff .df-app-menu-subnav a {
    min-height: 30px;
    grid-template-columns: minmax(0, 1fr);
    padding: 6px 9px;
    color: rgba(45, 28, 15, .68);
    font-size: 12px;
    font-weight: 850;
}

.df-app-dashboard-page.is-staff .df-app-menu-subnav a.is-active,
.df-app-dashboard-page.is-staff .df-app-menu-subnav a:hover {
    background: rgba(190, 125, 78, .10);
    color: var(--color-primary-dark);
}

.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-workspace.has-no-selection,
.df-listing-approval-workspace.has-selection,
.df-host-verification-workspace.has-no-selection,
.df-host-verification-workspace.has-selection {
    grid-template-columns: minmax(0, 1fr);
}

.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;
    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-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-metrics {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.df-host-verification-metrics::-webkit-scrollbar {
    display: none;
}

.df-host-verification-metrics a {
    flex: 0 0 auto;
    white-space: nowrap;
}

.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;
    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-profile > img,
.df-host-verification-profile > span {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(45, 28, 15, .10), rgba(187, 132, 93, .10));
    font-size: 24px;
}

.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: 88px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-right: 42px;
}

.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 .df-host-verification-doc-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    min-height: 34px;
    padding: 10px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 8px;
    background: rgba(255, 250, 246, .58);
}

.df-host-verification-doc-item span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.df-host-verification-doc-item b {
    color: var(--color-text);
    font-size: 13px;
}

.df-host-verification-doc-item small {
    overflow: hidden;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-doc-open {
    width: fit-content;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.df-host-verification-doc-item p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(183, 53, 34, .08);
    color: #7b2b22;
    font-size: 12px;
    line-height: 1.4;
}

.df-host-verification-doc-actions {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
}

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

.df-host-verification-doc-actions button {
    min-height: 30px;
    padding: 0 9px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: #fff;
    color: var(--color-text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.df-host-verification-doc-actions button:first-child {
    border-color: rgba(43, 124, 75, .22);
    background: rgba(43, 124, 75, .10);
    color: #216a42;
}

.df-host-verification-doc-actions button:last-child {
    border-color: rgba(183, 53, 34, .22);
    background: rgba(183, 53, 34, .08);
    color: #9b2f2f;
}

.df-host-verification-doc-actions textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    padding: 8px 10px;
    border: 1px solid rgba(45, 28, 15, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: var(--color-text);
    font-family: inherit;
    font-size: 13px;
}

.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;
}

.df-staff-inspector-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: stretch end;
    padding: 8px;
    background: rgba(17, 12, 8, .24);
    backdrop-filter: blur(3px);
}

.df-staff-inspector-backdrop {
    position: fixed;
    inset: 0;
    display: block;
}

.df-listing-approval-detail.df-staff-inspector-panel,
.df-host-verification-detail.df-staff-inspector-panel {
    position: relative;
    top: auto;
    z-index: 100001;
    width: min(460px, calc(100vw - 18px));
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    align-self: stretch;
    overflow-y: auto;
    border-radius: 18px;
    background: rgba(255, 252, 248, .96);
    box-shadow: 0 26px 90px rgba(45, 28, 15, .22);
}

.df-staff-inspector-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    margin: 0;
    border: 1px solid rgba(45, 28, 15, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--color-text);
    font-size: 20px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
}

.df-staff-inspector-close:hover,
.df-staff-inspector-close:focus-visible {
    border-color: rgba(187, 132, 93, .24);
    background: #fff;
    color: var(--color-primary-dark);
    outline: none;
}

.df-staff-direct-message {
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 10px;
    background: rgba(255, 250, 246, .66);
}

.df-staff-direct-message summary {
    min-height: 40px;
    padding: 0 12px;
    color: var(--color-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
}

.df-staff-direct-message summary::-webkit-details-marker {
    display: none;
}

.df-staff-direct-message summary::after {
    content: "+";
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1;
}

.df-staff-direct-message[open] summary::after {
    content: "-";
}

.df-staff-direct-message form {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 12px 12px;
}

.df-staff-direct-message label {
    display: grid;
    gap: 4px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-staff-direct-message input,
.df-staff-direct-message textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: var(--color-text);
    font: inherit;
}

.df-staff-direct-message input {
    min-height: 34px;
    padding: 0 10px;
}

.df-staff-direct-message textarea {
    min-height: 78px;
    padding: 9px 10px;
    resize: vertical;
}

.df-staff-direct-message button {
    min-height: 36px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.df-staff-toolbar-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid rgba(45, 28, 15, .08);
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.df-staff-toolbar-action:hover,
.df-staff-toolbar-action:focus-visible {
    background: var(--color-primary-dark);
    color: #fff;
    outline: none;
}

.df-staff-inspector-panel.df-staff-add-team-card {
    display: grid;
    align-content: start;
    gap: 18px;
    width: min(460px, calc(100vw - 18px));
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    padding: 16px;
    margin: 0;
    overflow-y: auto;
}

.df-staff-inspector-head {
    display: grid;
    gap: 6px;
    padding-right: 42px;
}

.df-staff-inspector-head > span {
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.df-staff-inspector-head h3 {
    margin: 0;
    color: var(--color-text);
    font-size: 24px;
    line-height: 1.08;
}

.df-staff-inspector-head p {
    margin: 0;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.45;
}

.df-staff-inspector-form {
    display: grid;
    gap: 10px;
    margin: 0;
}

.df-staff-inspector-form label {
    display: grid;
    gap: 5px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 850;
}

.df-staff-inspector-form input {
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid rgba(45, 28, 15, .11);
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    color: var(--color-text);
    font: inherit;
}

.df-staff-inspector-form input:focus {
    border-color: rgba(187, 132, 93, .32);
    box-shadow: 0 0 0 3px rgba(187, 132, 93, .10);
    outline: none;
}

.df-staff-inspector-form small {
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.35;
}

.df-staff-inspector-form button {
    min-height: 42px;
    margin-top: 2px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
}

.df-staff-inspector-form button:hover,
.df-staff-inspector-form button:focus-visible {
    background: var(--color-primary-dark);
    outline: 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%;
    }
}
