.df-host-topbar .df-host-notification {
    margin-left: auto;
}

.df-host-welcome,
.df-host-section {
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: rgba(255, 250, 246, .88);
    box-shadow: var(--shadow-soft);
}

.df-host-welcome {
    padding: 24px;
}

.df-host-welcome > span,
.df-host-section-head > span {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 900;
}

.df-host-welcome h1 {
    max-width: 820px;
    margin: 6px 0 0;
    color: var(--color-text);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
}

.df-host-welcome p,
.df-host-section-head p {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--color-muted);
    line-height: 1.55;
}

.df-host-section {
    padding: 22px;
    scroll-margin-top: 92px;
}

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

.df-host-section-head h2 {
    margin: 4px 0 0;
    color: var(--color-text);
    font-size: 26px;
    line-height: 1.15;
}

.df-host-section > .df-dashboard-card,
.df-host-section .df-dashboard-card.df-profile-card,
.df-host-section .df-host-submit-card {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.df-host-section .df-profile-card-head,
.df-host-section .df-profile-form,
.df-host-section .df-host-submit-form {
    padding-left: 0;
    padding-right: 0;
}

.df-host-section .df-profile-card-head {
    background: transparent;
}

.df-staff-add-team-card {
    width: 100%;
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: rgba(255, 250, 246, .72);
}

.df-staff-add-team-card .df-profile-card-head,
.df-staff-add-team-card .df-profile-form {
    padding: 0;
}

.df-staff-add-team-card .df-profile-card-head {
    display: block;
    border-bottom: 0;
    margin-bottom: 18px;
}

.df-staff-add-team-card .df-profile-card-head h2,
.df-staff-add-team-card .df-profile-card-head p {
    max-width: 760px;
}

.df-host-sidebar {
    position: sticky;
    top: 92px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(45, 28, 15, .12);
    border-radius: 8px;
    background: rgba(255, 250, 246, .94);
    box-shadow: var(--shadow-card);
}

.df-host-sidebar-profile {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 28, 15, .10);
    text-align: center;
}

.df-host-sidebar-profile img {
    width: 96px;
    height: 96px;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.df-host-sidebar-profile strong {
    color: var(--color-text);
    font-size: 18px;
    line-height: 1.2;
}

.df-host-sidebar-profile span {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 800;
}

.df-host-menu {
    display: grid;
    gap: 2px;
}

.df-host-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.df-host-menu a:hover,
.df-host-menu a.is-active {
    background: rgba(187, 132, 93, .12);
    color: var(--color-text);
}
