.vj-login-page {
    min-height: calc(100vh - 24px);
    padding: 14px 12px 32px;
    background: #F8F3EC;
}

.vj-login-hero {
    border-radius: 28px;
    padding: 22px 22px 30px;
    background: linear-gradient(180deg, #FFFDF9 0%, #F3E9DE 100%);
    border: 1px solid #E7D8C8;
    box-shadow: 0 18px 42px rgba(61, 42, 36, .10);
}

.vj-logo-card {
    width: 240px;
    min-height: 150px;
    margin: 0 auto 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vj-logo-card img {
        width: 100%;
        max-width: 240px;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .15));
    }

.vj-hero-title {
    color: #241714;
    font-size: 2rem;
    font-weight: 900 !important;
    letter-spacing: -.5px;
    line-height: 1.1;
}

.vj-hero-subtitle {
    margin-top: 6px !important;
    color: #5A3B32;
    font-weight: 800 !important;
    line-height: 1.25;
}

.vj-hero-description {
    max-width: 340px;
    margin: 14px auto 0;
    color: #8D6E63;
    line-height: 1.45;
}

.vj-hero-thanks {
    color: #3B2A24;
    margin-top: 4px;
    line-height: 1.45;
}

.vj-hero-message {
    display: none;
}

/* Public home */
.vj-public-home {
    min-height: 100vh;
    padding: 22px 14px 42px;
    background: radial-gradient(circle at 18% 0%, rgba(213, 164, 95, .22), transparent 34%), #F6EFE7;
}

.vj-public-hero {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 12px;
    overflow: hidden;
    padding: 34px 24px;
    border: 1px solid #E8D8C8;
    border-radius: 30px;
    background: #FFFDF8;
    box-shadow: 0 22px 52px rgba(59, 36, 28, .12);
}

.vj-public-hero::before {
    content: "";
    position: absolute;
    inset: -30% -12% auto auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 135, 70, .24), transparent 68%);
}

.vj-public-hero > * {
    position: relative;
    z-index: 1;
}

.vj-public-logo-card {
    display: grid;
    place-items: center;
    width: min(100%, 430px);
    min-height: 118px;
    padding: 4px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vj-public-logo-card img {
    width: min(100%, 390px);
    max-height: 112px;
    object-fit: contain;
}

.vj-public-title {
    color: #2A1A14;
    font-size: 1.85rem !important;
    font-weight: 950 !important;
}

.vj-public-subtitle {
    max-width: 720px;
    color: #8A6D5C;
    line-height: 1.5;
}

.vj-public-version {
    border-radius: 999px !important;
    background: rgba(184, 135, 70, .16) !important;
    color: #3B241C !important;
    font-weight: 900 !important;
}

.vj-public-section,
.vj-public-info-grid {
    margin-top: 22px;
}

.vj-public-section-title {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
}

.vj-public-section-title .mud-typography-h5 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-public-section-title .mud-typography-body2 {
    color: #8A6D5C;
}

.vj-public-org-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.vj-public-org-card {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 248px;
    padding: 22px 18px;
    border: 1px solid #E8D8C8;
    border-radius: 26px;
    background: #FFFDF8;
    color: #2A1A14;
    text-align: center;
    box-shadow: 0 14px 34px rgba(59, 36, 28, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.vj-public-org-card:hover {
    transform: translateY(-2px);
    border-color: #B88746;
    box-shadow: 0 20px 42px rgba(59, 36, 28, .14);
}

.vj-public-org-card .mud-typography-subtitle1 {
    font-weight: 950;
}

.vj-public-org-card .mud-typography-body2 {
    color: #8A6D5C;
}

.vj-public-org-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 4px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #5A3528, #B88746);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(90, 53, 40, .22);
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
}

.vj-public-org-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(90, 53, 40, .28);
}

.vj-public-org-logo {
    display: grid;
    place-items: center;
    width: 150px;
    height: 122px;
    color: #5A3528;
    font-size: 1.8rem;
    font-weight: 950;
}

.vj-public-org-logo img {
    max-width: 150px;
    max-height: 122px;
    object-fit: contain;
}

.vj-public-state-card,
.vj-public-info-card {
    border: 1px solid #E8D8C8;
    border-radius: 26px;
    background: #FFFDF8;
    box-shadow: 0 14px 34px rgba(59, 36, 28, .08);
}

.vj-public-state-card {
    display: grid;
    gap: 10px;
    place-items: center;
    min-height: 180px;
    padding: 28px 18px;
    color: #5A3528;
    text-align: center;
}

.vj-public-state-card .mud-icon-root {
    color: #B88746;
    font-size: 2.4rem;
}

.vj-public-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.vj-public-info-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px;
}

.vj-public-info-card > .mud-icon-root {
    color: #B88746;
    font-size: 2rem;
}

.vj-public-info-card .mud-typography-h6 {
    color: #2A1A14;
    font-weight: 950;
    margin-bottom: 8px;
}

.vj-public-info-card .mud-typography-body2 {
    color: #8A6D5C;
    line-height: 1.5;
}

.vj-public-link-button {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5A3528, #B88746);
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(90, 53, 40, .24);
}

@media (min-width: 900px) {
    .vj-public-subtitle {
        white-space: nowrap;
    }
}

/* Cards */
.vj-card,
.vj-signup-card {
    margin-top: 20px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #E7D8C8;
    box-shadow: 0 14px 34px rgba(61, 42, 36, .08);
    overflow: hidden;
}

.vj-card-header {
    padding: 22px 20px 16px;
    background: #FFFDF9;
    border-bottom: 1px solid #E7D8C8;
}

.vj-card-title {
    color: #241714;
    font-weight: 900 !important;
    letter-spacing: -.3px;
    text-align: center;
}

.vj-card-caption,
.vj-card-lead {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.vj-card-lead {
    color: #3B2A24;
    font-weight: 500;
    margin-bottom: 8px;
}

.vj-card-caption {
    color: #8D6E63;
    line-height: 1.45;
}

/* Inputs - MudBlazor outlined field */
.vj-login-contact-field {
    display: grid;
    gap: 7px;
}

.vj-login-contact-field > label {
    color: #6D4C41;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
}

.vj-input .mud-input-control {
    border-radius: 18px !important;
}

.vj-input .mud-input-root {
    border-radius: 18px !important;
    box-shadow: none !important;
}

    .vj-input .mud-input-root:focus-within {
        box-shadow: none !important;
    }

.vj-input .mud-input-outlined {
    border-radius: 18px !important;
}

.vj-input .mud-input-outlined-border {
    border-color: #D7C3B4 !important;
    border-radius: 18px !important;
}

.vj-input .mud-input-root:hover .mud-input-outlined-border {
    border-color: #AA7A34 !important;
}

.vj-input .mud-input-root:focus-within .mud-input-outlined-border,
.vj-input .mud-input-root.mud-focused .mud-input-outlined-border {
    border-color: #AA7A34 !important;
    border-width: 2px !important;
}

.vj-input .mud-input-label {
    color: #6D4C41 !important;
}

.vj-input .mud-input-root:focus-within .mud-input-label,
.vj-input .mud-input-root.mud-focused .mud-input-label {
    color: #AA7A34 !important;
}

.vj-input .mud-input-adornment {
    color: #8D6E63 !important;
}

.vj-input .mud-input-root.mud-focused .mud-input-adornment {
    color: #AA7A34 !important;
}

/* Buttons */
.vj-primary-button {
    height: 48px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #6D4C41 0%, #AA7A34 100%) !important;
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: .45px;
    box-shadow: 0 12px 26px rgba(109, 76, 65, .24);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

    .vj-primary-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 30px rgba(109, 76, 65, .30);
        filter: brightness(1.02);
    }

.vj-secondary-button {
    height: 46px;
    border-radius: 999px !important;
    color: #6D4C41 !important;
    border-color: #AA7A34 !important;
    font-weight: 850 !important;
    letter-spacing: .25px;
}

/* Signup */
.vj-signup-card {
    padding: 22px 18px;
    background: #FFF8EC;
}

.vj-signup-title {
    color: #241714;
    font-weight: 900 !important;
    letter-spacing: -.2px;
}

.vj-signup-caption {
    color: #8D6E63;
    max-width: 320px;
    line-height: 1.45;
}

/* OTP */
.vj-alert {
    border-radius: 18px !important;
}

.vj-otp-title {
    color: #3B2A24;
    font-weight: 800 !important;
    text-align: center;
}

.vj-change-contact-link {
    width: fit-content;
    margin: -8px auto 2px;
    padding: 4px 6px;
    border: 0;
    background: transparent;
    color: #6D4C41;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.vj-change-contact-link:hover,
.vj-change-contact-link:focus-visible {
    color: #AA7A34;
}

.vj-change-contact-link:disabled {
    cursor: default;
    opacity: .55;
}

.vj-profile-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    padding: 12px 14px;
    border: 1px solid #E7D8C8;
    border-radius: 18px;
    background: #FFFDF8;
    color: #3B2A24;
    text-align: left;
    box-shadow: 0 10px 24px rgba(61,42,36,.06);
}

.vj-profile-choice span {
    font-weight: 900;
}

.vj-profile-choice small {
    color: #8D6E63;
    font-weight: 700;
}

.vj-otp-row {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.vj-otp-input {
    width: 46px;
    height: 54px;
    border: 1px solid #D7C3B4;
    border-radius: 16px;
    background: #fff;
    color: #3B2A24;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 900;
    outline: none;
    transition: all .15s ease;
}

    .vj-otp-input:focus {
        border-color: #AA7A34;
        box-shadow: 0 0 0 4px rgba(170, 122, 52, .18);
    }

/* Remember device */
.vj-remember-device {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6D4C41;
    font-size: .92rem;
}

.vj-remember-device .mud-checkbox {
    margin: 0 auto;
}

.vj-remember-device .mud-typography {
    color: #6D4C41;
    font-weight: 750;
}

.vj-remember-device .mud-icon-root {
    color: #AA7A34 !important;
}

.vj-signup-page {
    padding-bottom: 40px;
}

/* Admin login and dashboard */
.vj-admin-login-page {
    min-height: 100vh;
    padding: 22px 12px 36px;
    background: radial-gradient(circle at 20% 0%, rgba(213, 164, 95, .22), transparent 34%), radial-gradient(circle at 90% 16%, rgba(90, 53, 40, .10), transparent 30%), #F6EFE7;
}

.vj-admin-auth-shell {
    width: min(100%, 520px);
    margin: 0 auto;
}

.vj-admin-login-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid #E8D8C8;
    border-radius: 28px;
    padding: 30px 24px;
    background: #FFFDF8;
    box-shadow: 0 22px 52px rgba(59, 36, 28, .12);
}

.vj-admin-login-hero::before {
    content: "";
    position: absolute;
    inset: -30% -20% auto auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 164, 95, .30), transparent 68%);
}

.vj-admin-login-hero > * {
    position: relative;
    z-index: 1;
}

.vj-admin-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 318px);
    min-height: 98px;
    margin: 0 auto 14px;
    padding: 16px 20px;
    border: 1px solid rgba(232, 216, 200, .95);
    border-radius: 26px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 38px rgba(59, 36, 28, .14);
    backdrop-filter: blur(8px);
}

.vj-admin-logo-img {
    display: block;
    width: min(100%, 260px);
    max-width: 260px;
    max-height: 58px;
    object-fit: contain;
}

.vj-admin-access-chip {
    border-radius: 999px !important;
    background: rgba(184, 135, 70, .16) !important;
    color: #3B241C !important;
    font-weight: 900 !important;
}

.vj-admin-login-title {
    margin-top: 4px !important;
    color: #2A1A14;
    font-weight: 950 !important;
}

.vj-admin-login-description {
    max-width: 360px;
    color: #8A6D5C;
    line-height: 1.45;
}

.vj-admin-text-button {
    color: #6D4C41 !important;
    font-weight: 900 !important;
}

.vj-admin-shell {
    min-height: 100vh;
    background: #F6EFE7;
}

.vj-admin-centered {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 18px;
}

.vj-admin-page-loader {
    display: grid;
    gap: 18px;
    place-items: center;
    min-height: 320px;
    color: #3B241C;
    text-align: center;
}

.vj-admin-page-loader .mud-progress-circular {
    color: #6D4C41 !important;
}

.vj-admin-processing-overlay {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(246, 239, 231, .58);
    backdrop-filter: blur(2px);
}

.vj-admin-processing-card {
    display: grid;
    gap: 14px;
    place-items: center;
    min-width: 180px;
    padding: 26px 28px;
    border: 1px solid #E8D8C8;
    border-radius: 24px;
    background: #FFFDF8;
    color: #3B241C;
    box-shadow: 0 18px 48px rgba(61, 36, 28, .18);
}

.vj-admin-processing-card .mud-progress-circular {
    color: #6D4C41 !important;
}

.vj-admin-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 72px;
    padding: 10px 24px;
    border-bottom: 1px solid #E8D8C8;
    background: rgba(255, 253, 248, .96);
    box-shadow: 0 10px 28px rgba(59, 36, 28, .10);
    backdrop-filter: blur(12px);
}

.vj-admin-sidebar {
    position: fixed;
    top: 72px;
    left: 0;
    bottom: 0;
    z-index: 35;
    width: 280px;
    padding: 20px 16px;
    background: #5A3528;
    color: #fff;
    box-shadow: 16px 0 34px rgba(59, 36, 28, .14);
}

.vj-admin-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px 20px;
}

.vj-admin-brand-mark,
.vj-admin-metric-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.vj-admin-brand .mud-typography-subtitle1 {
    color: #fff;
    font-weight: 950;
}

.vj-admin-brand .mud-typography-caption {
    color: rgba(255, 255, 255, .68);
    font-weight: 800;
}

.vj-admin-nav {
    display: grid;
    gap: 8px;
}

.vj-admin-nav-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 16px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-weight: 850;
    text-align: left;
    cursor: pointer;
}

.vj-admin-nav-item:hover,
.vj-admin-nav-item.active {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.vj-admin-nav-item.active {
    box-shadow: inset 4px 0 0 #D5A45F, 0 12px 24px rgba(42, 26, 20, .18);
}

.vj-admin-main {
    min-width: 0;
    margin-left: 280px;
    padding: 96px 28px 28px;
}

.vj-admin-org,
.vj-admin-user {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vj-admin-org {
    flex: 1 1 auto;
}

.vj-admin-user {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.vj-admin-org-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 86px;
    height: 64px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #5A3528;
    font-weight: 950;
    overflow: visible;
    box-shadow: none;
}

.vj-admin-org-logo img,
.vj-admin-org-logo .vj-admin-logo-img {
    max-width: 84px;
    max-height: 64px;
    object-fit: contain;
}

.vj-admin-org-copy,
.vj-admin-user div:not(.vj-admin-avatar) {
    min-width: 0;
}

.vj-admin-org-copy .mud-typography-caption,
.vj-admin-user .mud-typography-caption {
    color: #8A6D5C;
    font-weight: 850;
}

.vj-admin-org-copy .mud-typography-subtitle1,
.vj-admin-user .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-org-copy select {
    width: min(100%, 340px);
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #E8D8C8;
    border-radius: 15px;
    background: #fff;
    color: #2A1A14;
    font-weight: 850;
    outline: none;
}

.vj-admin-org-copy select:focus {
    border-color: #B88746;
    box-shadow: 0 0 0 3px rgba(184, 135, 70, .18);
}

.vj-admin-logout {
    color: #5A3528 !important;
    border-color: #B88746 !important;
    font-weight: 900 !important;
}

.vj-admin-menu-button {
    display: none;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #E8D8C8;
    border-radius: 14px;
    background: #FFFDF8;
    color: #5A3528;
}

.vj-admin-avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #5A3528;
    color: #fff;
    font-weight: 950;
}

.vj-admin-alert {
    margin-bottom: 16px;
}

.vj-admin-content,
.vj-admin-stack,
.vj-admin-dashboard {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.vj-admin-page-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.vj-admin-page-title .mud-typography-h5 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-page-title .mud-typography-body2,
.vj-admin-muted {
    color: #8A6D5C;
    line-height: 1.45;
}

.vj-admin-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vj-admin-metric,
.vj-admin-metric-card,
.vj-admin-card,
.vj-admin-table-card,
.vj-admin-donut-card,
.vj-admin-upcoming-events {
    min-width: 0;
    border: 1px solid #E8D8C8;
    border-radius: 26px;
    background: #FFFDF8;
    box-shadow: 0 14px 34px rgba(59, 36, 28, .08);
}

.vj-admin-metric,
.vj-admin-metric-card {
    padding: 18px;
}

.vj-admin-metric-card {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.vj-admin-metric-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.vj-admin-metric-card .mud-typography-h4 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-metric-title,
.vj-admin-metric-caption {
    color: #8A6D5C !important;
    font-weight: 850 !important;
}

.vj-admin-metric-title {
    color: #3B241C !important;
    font-size: .84rem !important;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.vj-admin-metric-icon {
    background: #F3E3D2;
    color: #5A3528;
}

.vj-admin-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
    gap: 16px;
}

.vj-admin-settings-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.vj-admin-settings-tab {
    border: 1px solid #E8D8C8;
    border-radius: 20px;
    background: #FFFDF8;
    color: #5A3528;
    min-height: 72px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(61,36,28,.07);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.vj-admin-settings-tab:hover,
.vj-admin-settings-tab.active {
    border-color: #D5A45F;
    box-shadow: 0 16px 34px rgba(61,36,28,.12);
    transform: translateY(-1px);
}

.vj-admin-settings-tab.active {
    background: #5A3528;
    color: #FFFDF8;
}

.vj-admin-settings-tab .mud-icon-root {
    color: currentColor;
}

.vj-admin-settings-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr);
    gap: 18px;
}

.vj-admin-settings-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.vj-admin-list-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(240px, 420px) minmax(180px, auto);
    gap: 12px;
    align-items: end;
}

.vj-admin-list-toolbar.two-columns {
    grid-template-columns: minmax(240px, 420px) minmax(180px, auto);
}

.vj-admin-toolbar-action {
    justify-self: end;
    align-self: end;
    width: auto !important;
    min-width: 180px !important;
    height: 46px !important;
    padding-inline: 22px !important;
    font-size: .82rem !important;
}

.vj-admin-rich-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    border: 1px solid #E8D8C8;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: #F8F3EC;
}

.vj-admin-rich-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 34px;
    border: 1px solid #D9C5B4;
    border-radius: 10px;
    background: #FFFDF8;
    color: #5A3528;
    font-weight: 800;
    cursor: pointer;
}

.vj-admin-rich-toolbar button:hover {
    border-color: #B88746;
    box-shadow: 0 6px 14px rgba(59, 36, 28, .1);
}

.vj-admin-rich-toolbar + textarea {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.vj-admin-position-checklist {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
}

.vj-admin-position-checklist-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 12px;
    align-items: center;
}

.vj-admin-position-checklist-row input[type="number"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #E8D8C8;
    border-radius: 14px;
    padding: 0 12px;
    color: #2A1A14;
    background: #FFFDF8;
}

.vj-admin-position-checklist-row input[type="number"]:disabled {
    opacity: .55;
    background: #F6EFE7;
}

.vj-admin-form-section-title {
    display: grid;
    gap: 2px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid #E8D8C8;
}

.vj-admin-donut-title {
    display: grid;
    gap: 2px;
}

.vj-admin-donut-title strong {
    color: #3B241C;
    font-size: 1.55rem;
    line-height: 1.05;
    font-weight: 900;
}

.vj-admin-donut-title span {
    color: #3B241C;
    font-size: 1rem;
    font-weight: 800;
}

.vj-admin-donut-title small {
    color: #8A6D5C;
    font-size: .85rem;
}

.vj-admin-donut-title em {
    color: #B88746;
    font-size: .95rem;
    font-style: normal;
    font-weight: 900;
}

.vj-admin-settings-section {
    display: grid;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid #E8D8C8;
}

.vj-admin-settings-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.vj-admin-settings-section .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-card,
.vj-admin-table-card,
.vj-admin-donut-card,
.vj-admin-upcoming-events {
    padding: 18px;
}

.vj-admin-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.vj-admin-card-header .mud-typography-h6 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-card-header .mud-typography-body2 {
    color: #8A6D5C;
}

.vj-admin-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.vj-admin-audit-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.vj-admin-audit-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
    box-shadow: 0 10px 26px rgba(61, 36, 28, .06);
}

.vj-admin-audit-row .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-audit-meta {
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 2px;
    color: #8A6D5C;
    font-size: .82rem;
}

.vj-admin-audit-meta span {
    color: #5A3528;
    font-weight: 900;
}

.vj-admin-audit-meta small {
    max-width: 260px;
    overflow-wrap: anywhere;
    text-align: right;
}

.vj-admin-week-table {
    display: grid;
    overflow: hidden;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
}

.vj-admin-unit-table {
    display: grid;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
}

.vj-admin-unit-table > .vj-admin-muted {
    padding: 14px;
}

.vj-admin-unit-table-head,
.vj-admin-unit-table-row {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
}

.vj-admin-unit-table-actions .vj-admin-unit-table-head,
.vj-admin-unit-table-actions .vj-admin-unit-table-row {
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr) 104px;
}

.vj-admin-unit-table-head {
    background: #F8EFE5;
    color: #5A3528;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vj-admin-unit-table-row {
    border-top: 1px solid #E8D8C8;
    color: #2A1A14;
    font-weight: 850;
}

.vj-admin-setup-table {
    display: grid;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
}

.vj-admin-setup-table > .vj-admin-muted {
    padding: 14px;
}

.vj-admin-setup-table-head,
.vj-admin-setup-table-row {
    display: grid;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
}

.vj-admin-event-setup-table .vj-admin-setup-table-head,
.vj-admin-event-setup-table .vj-admin-setup-table-row {
    grid-template-columns: minmax(180px, 1.2fr) minmax(130px, .9fr) minmax(120px, .65fr) minmax(120px, .65fr);
}

.vj-admin-shift-setup-table .vj-admin-setup-table-head,
.vj-admin-shift-setup-table .vj-admin-setup-table-row {
    grid-template-columns: minmax(160px, 1fr) minmax(150px, 1fr) minmax(110px, .65fr) minmax(110px, .65fr);
}

.vj-admin-shift-setup-table-actions .vj-admin-setup-table-head,
.vj-admin-shift-setup-table-actions .vj-admin-setup-table-row {
    grid-template-columns: minmax(150px, 1fr) minmax(116px, .82fr) 68px 68px 88px;
}

.vj-admin-group-setup-table .vj-admin-setup-table-head,
.vj-admin-group-setup-table .vj-admin-setup-table-row {
    grid-template-columns: minmax(140px, .9fr) minmax(150px, .9fr) minmax(0, 1.2fr) minmax(100px, .55fr) minmax(120px, .65fr);
}

.vj-admin-position-setup-table .vj-admin-setup-table-head,
.vj-admin-position-setup-table .vj-admin-setup-table-row {
    grid-template-columns: minmax(160px, .9fr) minmax(160px, .9fr) minmax(0, 1.2fr) 88px;
}

.vj-admin-admin-setup-table .vj-admin-setup-table-head,
.vj-admin-admin-setup-table .vj-admin-setup-table-row {
    grid-template-columns: 70px minmax(160px, 1fr) minmax(130px, .75fr) minmax(180px, 1fr) minmax(150px, .8fr);
}

.vj-admin-schedule-preview-table .vj-admin-setup-table-head,
.vj-admin-schedule-preview-table .vj-admin-setup-table-row {
    grid-template-columns: minmax(128px, .75fr) minmax(180px, 1.2fr) minmax(120px, .7fr) minmax(170px, 1fr) minmax(88px, .45fr);
}

.vj-admin-schedule-existing-table .vj-admin-setup-table-head,
.vj-admin-schedule-existing-table .vj-admin-setup-table-row {
    grid-template-columns: 132px minmax(190px, 1.35fr) minmax(118px, .7fr) minmax(170px, 1fr) 104px 112px;
    align-items: center;
}

.vj-admin-schedule-existing-table .vj-admin-setup-table-head span:nth-child(5),
.vj-admin-schedule-existing-table .vj-admin-setup-table-head span:nth-child(6),
.vj-admin-schedule-existing-table .vj-admin-setup-table-row span:nth-child(5),
.vj-admin-schedule-existing-table .vj-admin-setup-table-row span:nth-child(6) {
    text-align: center;
    justify-content: center;
}

.vj-admin-schedule-existing-table .vj-admin-setup-table-row span:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vj-admin-schedule-existing-table .vj-admin-quantity-input {
    width: 76px;
    margin: 0 auto;
}

.vj-admin-schedule-line-list {
    display: grid;
    gap: 10px;
}

.vj-admin-schedule-line-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 112px 112px;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #E8D8C8;
    border-radius: 22px;
    background: #FFFDF8;
    box-shadow: 0 10px 24px rgba(61, 36, 28, .06);
}

.vj-admin-schedule-line-card.new {
    grid-template-columns: auto minmax(0, 1fr) 112px 46px;
    background: #FFFCF6;
}

.vj-admin-schedule-line-card.remove {
    border-color: rgba(154, 52, 18, .22);
    background: #FFF8F4;
}

.vj-admin-schedule-line-main {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.vj-admin-schedule-line-main .mud-typography-caption {
    color: #8A6D5C;
    font-weight: 800;
}

.vj-admin-schedule-line-main .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-schedule-line-main .mud-typography-body2 {
    color: #5A3528;
    font-weight: 800;
}

.vj-admin-schedule-line-position {
    color: #2A1A14 !important;
    font-weight: 950 !important;
}

.vj-admin-schedule-line-metrics,
.vj-admin-schedule-line-quantity {
    min-height: 58px;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 9px;
    border: 1px solid #EFE1D3;
    border-radius: 16px;
    background: #FFFBF5;
    text-align: center;
}

.vj-admin-schedule-line-metrics span,
.vj-admin-schedule-line-quantity span {
    color: #8A6D5C;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vj-admin-schedule-line-metrics strong {
    color: #2A1A14;
    font-size: 1.25rem;
    line-height: 1;
}

.vj-admin-schedule-line-quantity .vj-admin-quantity-input {
    width: 72px;
    height: 38px;
    text-align: center;
}

.vj-admin-users-table .vj-admin-setup-table-head,
.vj-admin-users-table .vj-admin-setup-table-row {
    grid-template-columns: 70px minmax(170px, 1fr) minmax(150px, .75fr) minmax(130px, .7fr) minmax(150px, .75fr) 82px;
}

.vj-admin-active-icon {
    color: #2E7D32 !important;
}

.vj-admin-inactive-icon {
    color: #A6422E !important;
}

.vj-admin-icon-button {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #E8D8C8;
    border-radius: 14px;
    background: #FFFDF8;
    color: #5A3528;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.vj-admin-icon-button:hover {
    border-color: #B88746;
    box-shadow: 0 10px 18px rgba(59, 36, 28, .12);
    transform: translateY(-1px);
}

.vj-admin-icon-button.danger {
    color: #9F3F32;
}

.vj-admin-icon-button.danger:hover {
    border-color: #B85A4D;
    box-shadow: 0 10px 18px rgba(159, 63, 50, .14);
}

.vj-admin-table-actions {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}

.vj-admin-setup-table-head {
    background: #F8EFE5;
    color: #5A3528;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vj-admin-setup-table-row {
    border-top: 1px solid #E8D8C8;
    color: #2A1A14;
    font-weight: 850;
}

.vj-admin-week-head,
.vj-admin-week-row {
    display: grid;
    grid-template-columns: .75fr 1.5fr 1fr 1.2fr .7fr .9fr .7fr;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
}

.vj-admin-week-head span:nth-child(4),
.vj-admin-week-head span:nth-child(5),
.vj-admin-week-head span:nth-child(6),
.vj-admin-week-head span:nth-child(7),
.vj-admin-week-row span:nth-child(4),
.vj-admin-week-row span:nth-child(5),
.vj-admin-week-row span:nth-child(6),
.vj-admin-week-row span:nth-child(7) {
    text-align: center;
    justify-self: center;
}

.vj-admin-week-head {
    background: #F8EFE5;
    color: #5A3528;
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vj-admin-week-row {
    border-top: 1px solid #E8D8C8;
    color: #2A1A14;
    font-weight: 800;
    cursor: pointer;
    transition: background .16s ease, box-shadow .16s ease;
}

.vj-admin-week-row:hover,
.vj-admin-week-row.selected {
    background: #FFF8EE;
}

.vj-admin-week-row.selected {
    box-shadow: inset 4px 0 0 #D5A45F;
}

.vj-admin-week-secondary {
    color: #8A6D5C;
    font-weight: 700;
}

.vj-admin-week-date,
.vj-admin-week-open {
    color: #5A3528;
    font-weight: 950;
}

.vj-admin-week-number {
    min-width: 34px;
    text-align: center;
    justify-self: center;
}

.vj-admin-week-open.high {
    min-width: 42px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #A6422E;
    color: #FFFDF8;
    box-shadow: 0 8px 18px rgba(166, 66, 46, .24);
}

.vj-admin-week-open.complete {
    min-width: 42px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #2E7D32;
    color: #FFFDF8;
    box-shadow: 0 8px 18px rgba(46, 125, 50, .20);
}

.vj-admin-donut {
    display: grid;
    place-items: center;
    width: 190px;
    height: 190px;
    margin: 6px auto 18px;
    border-radius: 50%;
    background: conic-gradient(#5A3528 0 var(--vj-admin-filled), #D5A45F var(--vj-admin-filled) var(--vj-admin-open), #F1E3D4 0);
}

.vj-admin-donut > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #FFFDF8;
    color: #2A1A14;
    box-shadow: inset 0 0 0 1px #E8D8C8;
}

.vj-admin-donut strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
}

.vj-admin-donut span {
    display: block;
    width: 100%;
    margin-top: 3px;
    text-align: center;
    color: #8A6D5C;
    font-size: .85rem;
    font-weight: 850;
}

.vj-admin-donut small {
    display: block;
    width: 100%;
    margin-top: 4px;
    color: #B88746;
    text-align: center;
    font-size: .74rem;
    font-weight: 950;
}

.vj-admin-donut-legend {
    display: grid;
    gap: 10px;
}

.vj-admin-donut-legend div {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    color: #2A1A14;
}

.vj-admin-donut-legend span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B88746;
}

.vj-admin-donut-legend small {
    color: #8A6D5C;
}

.vj-admin-donut-actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.vj-admin-donut-actions .mud-button-root {
    min-width: 132px;
}

.vj-admin-upcoming-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vj-admin-upcoming-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #E8D8C8;
    border-radius: 22px;
    background: #fff;
}

.vj-admin-upcoming-card .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-upcoming-card .mud-typography-body2,
.vj-admin-upcoming-card .mud-typography-caption {
    color: #8A6D5C;
}

.vj-admin-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
    min-width: 0;
}

.vj-admin-form-wide {
    grid-column: 1 / -1;
}

.vj-admin-schedule-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #F8EFE5;
    color: #5A3528;
    font-weight: 850;
}

.vj-admin-quantity-input {
    width: 76px;
    min-height: 38px;
    border: 1px solid #D9C2AE;
    border-radius: 12px;
    background: #FFFDF8;
    color: #2A1A14;
    font-weight: 900;
    text-align: center;
}

.vj-admin-quantity-input:focus {
    border-color: #B88746;
    box-shadow: 0 0 0 3px rgba(184, 135, 70, .2);
    outline: none;
}

.vj-admin-field {
    display: grid;
    grid-template-rows: auto auto minmax(17px, auto);
    gap: 7px;
    align-content: start;
    min-width: 0;
}

.vj-admin-field span {
    color: #3B2A24;
    font-size: .88rem;
    font-weight: 900;
    min-width: 0;
    overflow-wrap: anywhere;
}

.vj-admin-field small {
    color: #8A6D5C;
    font-size: .78rem;
    line-height: 1.35;
    min-height: 17px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.vj-admin-field input,
.vj-admin-field select,
.vj-admin-field textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 14px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #fff;
    color: #2A1A14;
    outline: none;
}

.vj-admin-field textarea {
    min-height: 104px;
    padding-top: 14px;
    resize: vertical;
}

.vj-admin-field input:focus,
.vj-admin-field select:focus,
.vj-admin-field textarea:focus {
    border-color: #B88746;
    box-shadow: 0 0 0 3px rgba(184, 135, 70, .18);
}

.vj-admin-check {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    color: #5A3528;
    font-weight: 800;
    cursor: pointer;
}

.vj-admin-check input {
    accent-color: #AA7A34;
}

.vj-admin-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.vj-admin-actions .mud-button-root {
    min-width: 170px;
}

.vj-admin-step-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
}

.vj-admin-step-actions .mud-button-root {
    min-width: 150px;
}

.vj-admin-event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.vj-admin-schedule-event-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.vj-admin-event-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-height: 126px;
    padding: 16px;
    border: 1px solid #EFE2D4;
    border-radius: 22px;
    background: #FFFDF9;
    text-align: left;
    cursor: pointer;
}

.vj-admin-group-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
}

.vj-admin-event-card:has(.vj-admin-card-select) {
    cursor: default;
}

.vj-admin-event-card:has(.vj-admin-group-card-actions) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.vj-admin-card-select {
    display: grid;
    gap: 4px;
    min-width: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.vj-admin-group-card-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
}

.vj-admin-event-card.active {
    border-color: #B88746;
    box-shadow: 0 14px 30px rgba(59, 36, 28, .13);
}

.vj-admin-event-card:disabled,
.vj-admin-event-card.ended {
    opacity: .58;
    cursor: not-allowed;
    box-shadow: none;
}

.vj-admin-event-card:disabled:hover,
.vj-admin-event-card.ended:hover {
    border-color: #EFE2D4;
    transform: none;
}

.vj-admin-selected-event-name {
    color: #2A1A14 !important;
    font-weight: 950 !important;
}

.vj-admin-event-card .mud-typography-subtitle1 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-event-card .mud-typography-body2,
.vj-admin-event-card .mud-typography-caption {
    color: #8A6D5C;
}

.vj-admin-schedule-event-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    cursor: default;
}

.vj-admin-schedule-date-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    min-width: 0;
}

.vj-admin-schedule-day-picker {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.vj-admin-schedule-day-row {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
    align-items: start;
    gap: 8px 16px;
    padding: 10px 0;
    border-top: 1px solid #EFE2D4;
}

.vj-admin-schedule-shift-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
}

.vj-admin-list,
.vj-admin-simple-list {
    display: grid;
    gap: 10px;
}

.vj-admin-simple-list {
    margin-top: 14px;
}

.vj-admin-simple-list span {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    background: #F8EFE5;
    color: #5A3528;
    font-size: .86rem;
    font-weight: 850;
}

.vj-admin-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 16px 14px;
    border: 1px solid #E8D8C8;
    border-radius: 22px;
    background: #FFFDF8;
}

.vj-admin-row-with-form {
    align-items: flex-start;
}

.vj-admin-row:has(.vj-admin-volunteer-assignment-panels) {
    align-items: flex-start;
    padding-bottom: 24px;
}

.vj-admin-row-copy {
    min-width: 0;
}

.vj-admin-row-copy .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-row-copy .mud-typography-body2,
.vj-admin-row-copy .mud-typography-caption {
    color: #8A6D5C;
}

.vj-admin-volunteer-phone {
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: #F8F3EC;
    color: #5A3528 !important;
    font-weight: 800 !important;
}

.vj-admin-volunteer-form {
    display: grid;
    gap: 14px;
}

.vj-admin-volunteer-inline-form {
    grid-column: 1 / -1;
    padding-top: 14px;
    margin-top: 6px;
    border-top: 1px solid #E8D8C8;
}

.vj-admin-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.vj-admin-volunteer-group-chipset {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
}

.vj-admin-volunteer-group-chip {
    min-height: 34px !important;
    border-radius: 999px !important;
    font-weight: 850 !important;
    background: #E3F2FD !important;
    color: #0B5C86 !important;
    gap: 6px !important;
}

.vj-admin-volunteer-group-chip.mud-chip-selected {
    background: #1976D2 !important;
    color: #fff !important;
    box-shadow: 0 10px 18px rgba(25, 118, 210, .18);
}

.vj-admin-volunteer-group-display-chip {
    border-radius: 999px !important;
    font-weight: 850 !important;
    background: #E3F2FD !important;
    color: #0B5C86 !important;
    gap: 6px !important;
}

.vj-admin-volunteer-group-chip strong,
.vj-admin-volunteer-group-display-chip strong {
    color: inherit;
    font-weight: 950;
}

.vj-admin-volunteer-group-chip span,
.vj-admin-volunteer-group-display-chip span {
    opacity: .72;
    font-weight: 750;
}

.vj-admin-volunteer-assignment-panels {
    margin-top: 12px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.vj-admin-volunteer-assignment-panel {
    border: 1px solid #E8D8C8;
    border-radius: 18px !important;
    background: #FFFDF8 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.vj-admin-volunteer-assignment-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-weight: 950;
}

.vj-admin-assignment-ok,
.vj-admin-assignment-title-ok {
    color: #2E7D32 !important;
}

.vj-admin-assignment-empty,
.vj-admin-assignment-title-empty {
    color: #9F3F32 !important;
}

.vj-admin-volunteer-assignment-list {
    padding-top: 8px;
}

.vj-admin-volunteer-assignment-list .vj-admin-row {
    grid-template-columns: auto minmax(0, 1fr);
    box-shadow: none;
    border-color: #EFE1D3;
}

.vj-admin-vacancy-volunteer-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.vj-admin-vacancy-volunteer-chip {
    border-radius: 999px !important;
    font-weight: 950 !important;
}

.vj-admin-vacancy-card .mud-typography-subtitle2 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-vacancy-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 6px;
}

.vj-admin-vacancy-metrics strong {
    color: #5A3528;
    font-weight: 950;
}

.vj-admin-vacancy-filled.complete {
    width: fit-content;
    padding: 3px 9px;
    border-radius: 999px;
    background: #E7F4EA;
    color: #2E7D32 !important;
    font-weight: 900 !important;
}

.vj-admin-assignment-form-card {
    margin-top: -4px;
    background: #FFFCF6 !important;
}

.vj-admin-assignment-volunteer-picker {
    display: grid;
    gap: 14px;
}

.vj-admin-assignment-picker-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.vj-admin-assignment-picker-header h6,
.vj-admin-assignment-picker-header .mud-typography-subtitle1 {
    color: #2A1A14;
    font-weight: 950;
}

.vj-admin-assignment-picker-header > span {
    flex: 0 0 auto;
    padding: 6px 11px;
    border-radius: 999px;
    background: #F7E9D8;
    color: #6D4C41;
    font-size: .75rem;
    font-weight: 900;
}

.vj-admin-assignment-volunteer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}

.vj-admin-assignment-volunteer-card {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    border: 1px solid #E8D8C8;
    border-radius: 18px;
    background: #FFFDF8;
    box-shadow: 0 8px 18px rgba(61, 36, 28, .06);
}

.vj-admin-assignment-volunteer-card.selected {
    border-color: #B88746;
    background: #FFF7E8;
    box-shadow: 0 14px 28px rgba(181, 135, 70, .14);
}

.vj-admin-assignment-volunteer-card.recommended:not(.selected) {
    border-color: rgba(46, 125, 50, .28);
}

.vj-admin-assignment-check {
    margin-top: -7px;
}

.vj-admin-assignment-volunteer-info {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.vj-admin-assignment-volunteer-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.vj-admin-assignment-volunteer-title strong {
    color: #2A1A14;
    font-size: 1rem;
}

.vj-admin-recommended-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #E7F4EA;
    color: #2E7D32;
    font-size: .7rem;
    font-weight: 950;
    text-transform: uppercase;
}

.vj-admin-recommended-chip .mud-icon-root {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

.vj-admin-assignment-volunteer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vj-admin-assignment-volunteer-meta span {
    padding: 3px 8px;
    border-radius: 999px;
    background: #F8F3EC;
    color: #8A6D5C;
    font-size: .78rem;
    font-weight: 800;
}

.vj-admin-assignment-volunteer-meta .vj-admin-assignment-time-chip.warning {
    background: #F6E5DD;
    color: #9A3412;
    box-shadow: inset 0 0 0 1px rgba(154, 52, 18, .18);
}

.vj-admin-assignment-separator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 8px;
    color: #8A6D5C;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vj-admin-assignment-separator::before,
.vj-admin-assignment-separator::after {
    content: "";
    height: 1px;
    background: #E8D8C8;
}

.vj-admin-assignment-separator::before {
    width: 34px;
}

.vj-admin-assignment-separator::after {
    flex: 1;
}

.vj-admin-assignment-mode-actions {
    justify-content: flex-start;
    margin-top: 12px;
    margin-bottom: 14px;
}

.vj-admin-row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vj-admin-row-action {
    min-width: 104px;
}

.vj-admin-danger-button {
    color: #8A3A2B !important;
    font-weight: 900 !important;
}

.vj-admin-status {
    border-radius: 999px !important;
    font-weight: 900 !important;
}

.vj-admin-status.active {
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
}

.vj-admin-status.pending {
    background: #FFF3D7 !important;
    color: #8A5A12 !important;
}

.vj-admin-status.blocked {
    background: #FCE8E6 !important;
    color: #8A3A2B !important;
}

.vj-confirm-delete-dialog {
    border-radius: 24px !important;
    background: #FFFDF8 !important;
    border: 1px solid #E8D8C8;
    box-shadow: 0 24px 70px rgba(59, 36, 28, .24) !important;
}

.vj-confirm-delete-content {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    padding-top: 6px;
}

.vj-confirm-delete-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #FCE8E6;
    color: #9F3F32;
}

.vj-confirm-delete-content .mud-typography-h6 {
    color: #2A1A14;
    font-weight: 950;
    margin-bottom: 6px;
}

.vj-confirm-delete-content .mud-typography-body2 {
    color: #8A6D5C;
    line-height: 1.5;
}

.vj-confirm-delete-target {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 12px !important;
    padding: 8px 12px;
    border-radius: 999px;
    background: #F8F3EC;
    color: #5A3528 !important;
    font-weight: 900 !important;
}

.vj-admin-delete-button {
    height: 46px;
    border-radius: 999px !important;
    padding: 0 22px !important;
    background: #9F3F32 !important;
    color: #fff !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 30px rgba(159, 63, 50, .24);
}

.vj-admin-delete-button:hover {
    background: #8A3328 !important;
    box-shadow: 0 18px 34px rgba(159, 63, 50, .30);
}

.vj-admin-title-select {
    width: min(100%, 300px);
}

.vj-admin-stepper {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    --mud-palette-primary: #5A3528;
}

.vj-admin-stepper .mud-stepper-header-container {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.vj-admin-stepper .mud-stepper-header {
    min-width: max-content;
}

.vj-admin-stepper .mud-stepper-content,
.vj-admin-stepper .mud-step-content,
.vj-admin-stepper .mud-stepper-content-container {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.vj-admin-event-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    grid-column: 1 / -1;
    padding: 8px 0;
}

.vj-admin-export-position-checks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    grid-column: 1 / -1;
    padding: 8px 0;
}

.vj-admin-export-check {
    margin: 0 !important;
    color: #3B241C !important;
    font-weight: 850 !important;
}

.vj-admin-export-check .mud-checkbox {
    padding-left: 0 !important;
}

.vj-admin-permission-picker {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.vj-admin-permission-picker .mud-typography-subtitle2 {
    color: #3B2A24;
    font-weight: 950;
}

@media (max-width: 1180px) {
    .vj-admin-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vj-admin-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .vj-admin-settings-grid {
        grid-template-columns: 1fr;
    }

    .vj-admin-schedule-day-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .vj-admin-menu-button {
        display: grid;
    }

    .vj-admin-sidebar {
        top: 72px;
        transform: translateX(-105%);
        transition: transform .18s ease;
    }

    .vj-admin-shell.sidebar-open .vj-admin-sidebar {
        transform: translateX(0);
    }

    .vj-admin-sidebar-backdrop {
        position: fixed;
        inset: 72px 0 0;
        z-index: 30;
        border: 0;
        background: rgba(42, 26, 20, .38);
    }

    .vj-admin-main {
        margin-left: 0;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        padding: 92px 12px 20px;
    }

    .vj-admin-org-copy {
        max-width: 42vw;
    }

    .vj-admin-greeting,
    .vj-admin-user .mud-typography-caption {
        display: none;
    }

    .vj-admin-page-title {
        align-items: stretch;
        flex-direction: column;
    }

    .vj-admin-upcoming-list {
        grid-template-columns: 1fr;
    }

    .vj-admin-week-head,
    .vj-admin-week-row {
        grid-template-columns: .7fr 1fr .7fr;
    }

    .vj-admin-week-head span:nth-child(3),
    .vj-admin-week-head span:nth-child(4),
    .vj-admin-week-head span:nth-child(5),
    .vj-admin-week-head span:nth-child(6),
    .vj-admin-week-row span:nth-child(3),
    .vj-admin-week-row span:nth-child(4),
    .vj-admin-week-row span:nth-child(5),
    .vj-admin-week-row span:nth-child(6) {
        display: none;
    }

    .vj-admin-card,
    .vj-admin-table-card,
    .vj-admin-donut-card,
    .vj-admin-upcoming-events {
        border-radius: 22px;
        padding: 12px;
        max-width: 100%;
        overflow: hidden;
    }

    .vj-admin-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .vj-admin-list-toolbar {
        grid-template-columns: 1fr;
    }

    .vj-admin-audit-row {
        grid-template-columns: 1fr;
    }

    .vj-admin-audit-meta {
        justify-items: start;
    }

    .vj-admin-audit-meta small {
        text-align: left;
    }

    .vj-admin-field {
        grid-template-rows: auto auto minmax(15px, auto);
    }

    .vj-admin-field input,
    .vj-admin-field select,
    .vj-admin-field textarea {
        min-height: 52px;
        border-radius: 16px;
    }

    .vj-admin-unit-table-head,
    .vj-admin-unit-table-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .vj-admin-unit-table-head span:nth-child(2),
    .vj-admin-unit-table-head span:nth-child(3) {
        display: none;
    }

    .vj-admin-event-setup-table .vj-admin-setup-table-head,
    .vj-admin-shift-setup-table .vj-admin-setup-table-head,
    .vj-admin-group-setup-table .vj-admin-setup-table-head,
    .vj-admin-position-setup-table .vj-admin-setup-table-head,
    .vj-admin-admin-setup-table .vj-admin-setup-table-head,
    .vj-admin-schedule-preview-table .vj-admin-setup-table-head,
    .vj-admin-schedule-existing-table .vj-admin-setup-table-head,
    .vj-admin-users-table .vj-admin-setup-table-head {
        display: none;
    }

    .vj-admin-event-setup-table .vj-admin-setup-table-row,
    .vj-admin-shift-setup-table .vj-admin-setup-table-row,
    .vj-admin-group-setup-table .vj-admin-setup-table-row,
    .vj-admin-position-setup-table .vj-admin-setup-table-row,
    .vj-admin-admin-setup-table .vj-admin-setup-table-row,
    .vj-admin-schedule-preview-table .vj-admin-setup-table-row,
    .vj-admin-schedule-existing-table .vj-admin-setup-table-row,
    .vj-admin-users-table .vj-admin-setup-table-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
        align-items: start;
        padding: 14px;
    }

    .vj-admin-setup-table-row span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .vj-admin-step-actions {
        flex-direction: column-reverse;
    }

    .vj-admin-step-actions .mud-button-root {
        width: 100%;
    }

    .vj-admin-schedule-line-card,
    .vj-admin-schedule-line-card.new {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .vj-admin-schedule-line-card .vj-date-badge {
        grid-row: span 3;
    }

    .vj-admin-schedule-line-metrics,
    .vj-admin-schedule-line-quantity {
        min-height: 0;
        width: 100%;
        grid-template-columns: 1fr auto;
        place-items: center stretch;
        padding: 8px 10px;
    }

    .vj-admin-schedule-line-card .mud-icon-button-root {
        justify-self: end;
    }

    .vj-admin-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vj-admin-row .mud-chip-root,
    .vj-admin-row-actions,
    .vj-admin-row-action {
        grid-column: 1 / -1;
        width: 100%;
    }

    .vj-admin-row-actions {
        justify-content: stretch;
    }

    .vj-admin-row-actions .mud-button-root,
    .vj-admin-row-action {
        flex: 1 1 0;
    }
}

@media (max-width: 560px) {
    .vj-admin-page-title .mud-typography-h5 {
        font-size: 1.35rem;
        line-height: 1.2;
    }

    .vj-admin-page-title .mud-typography-body2 {
        font-size: .86rem;
        overflow-wrap: anywhere;
    }

    .vj-admin-stepper .mud-stepper-header-container {
        margin: 0 -4px 4px;
        padding-bottom: 4px;
    }

    .vj-admin-stepper .mud-stepper-header {
        gap: 8px;
    }

    .vj-admin-stepper .mud-step-label,
    .vj-admin-stepper .mud-step-title,
    .vj-admin-stepper .mud-stepper-label {
        font-size: .82rem;
        white-space: nowrap;
    }

    .vj-admin-topbar {
        padding: 8px 10px;
    }

    .vj-admin-org-logo {
        width: 58px;
        height: 54px;
    }

    .vj-admin-org-logo img,
    .vj-admin-org-logo .vj-admin-logo-img {
        max-width: 56px;
        max-height: 52px;
    }

    .vj-admin-org-copy .mud-typography-caption,
    .vj-admin-org-copy .mud-typography-subtitle1 {
        display: none;
    }

    .vj-admin-org-copy select {
        width: 150px;
    }

    .vj-admin-metrics {
        grid-template-columns: 1fr;
    }

    .vj-admin-donut {
        width: 164px;
        height: 164px;
    }

    .vj-public-home {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vj-public-hero {
        padding: 28px 18px;
        border-radius: 26px;
    }

    .vj-public-logo-card {
        width: min(100%, 330px);
        min-height: 96px;
    }

    .vj-public-logo-card img {
        width: min(100%, 310px);
        max-height: 92px;
    }

    .vj-public-info-grid {
        grid-template-columns: 1fr;
    }

    .vj-public-info-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

.vj-signup-events {
    margin-top: 18px;
}

.vj-signup-event-card {
    padding: 18px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vj-signup-event-card-selected {
    border-color: #AA7A34;
    box-shadow: 0 18px 42px rgba(109, 76, 65, .14);
    transform: translateY(-1px);
}

.vj-signup-event-title {
    color: #241714;
    font-weight: 900 !important;
    line-height: 1.2;
}

.vj-signup-event-period,
.vj-signup-event-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6D4C41;
    line-height: 1.4;
}

.vj-signup-event-meta {
    color: #6A554B;
}

.vj-signup-event-description {
    color: #5B463D;
    line-height: 1.5;
}

.vj-signup-event-about {
    padding: 12px 14px;
    border-radius: 18px;
    background: #FFFDF9;
    border: 1px solid #EFE2D4;
}

.vj-signup-event-about .mud-typography-subtitle2 {
    color: #3B2A24;
    font-weight: 900;
}

.vj-signup-event-warning {
    margin: 2px 0;
}

.vj-signup-groups {
    margin-top: 4px;
}

.vj-signup-group-heading {
    color: #3B2A24;
    font-weight: 950 !important;
}

.vj-signup-group-card {
    padding: 14px;
    border: 1px solid #EFE2D4;
    border-radius: 22px;
    background: #FFFDF9;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vj-signup-group-card.active {
    border-color: #AA7A34;
    box-shadow: 0 14px 32px rgba(109, 76, 65, .12);
    transform: translateY(-1px);
}

.vj-signup-group-title {
    color: #3B2A24;
    font-weight: 950 !important;
    line-height: 1.2;
}

.vj-signup-group-type {
    color: #8D6E63;
    font-weight: 800 !important;
}

.vj-signup-group-description {
    color: #5B463D;
    line-height: 1.5;
}

.vj-signup-chip {
    border-radius: 999px !important;
    font-weight: 900 !important;
}

.vj-signup-chip-public {
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
}

.vj-signup-chip-restricted {
    background: #FFF3D7 !important;
    color: #8A5A12 !important;
}

.vj-signup-form {
    margin-top: 8px;
    padding: 16px;
    border: 1px solid #E7D8C8;
    border-radius: 22px;
    background: #FFFDF9;
}

.vj-signup-form-title {
    color: #3B2A24;
    font-weight: 900 !important;
}

.vj-signup-form-actions {
    align-items: center;
}

.vj-signup-empty {
    display: grid;
    gap: 8px;
    place-items: center;
    margin-top: 18px;
    padding: 26px 18px;
    color: #6D4C41;
    text-align: center;
}

.vj-signup-empty .mud-icon-root {
    color: #AA7A34;
    font-size: 2.4rem;
}

/* Volunteer app */
.vj-volunteer-app {
    position: relative;
    width: min(100%, 430px);
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
    background: #F8F3EC;
    box-shadow: 0 18px 48px rgba(61, 42, 36, .16);
}

.vj-app-state-card {
    display: grid;
    gap: 12px;
    place-items: center;
    min-height: 280px;
    margin: 18px 14px;
    padding: 28px 18px;
    border: 1px solid #E7D8C8;
    border-radius: 28px;
    background: #fff;
    color: #3B2A24;
    text-align: center;
    box-shadow: 0 14px 34px rgba(61, 42, 36, .08);
}

.vj-app-state-card .mud-icon-root {
    color: #AA7A34;
    font-size: 2.4rem;
}

.vj-app-full-button {
    width: 100%;
    max-width: 260px;
}

.vj-appbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 12px 14px 14px;
    border: 1px solid #E7D8C8;
    border-top: 0;
    border-radius: 0 0 26px 26px;
    background: #FFFDF9;
    box-shadow: 0 12px 30px rgba(61, 42, 36, .10);
}

.vj-appbar-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border: 1px solid #E7D8C8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(61, 42, 36, .12);
    overflow: hidden;
}

.vj-appbar-logo img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.vj-appbar-logo span {
    color: #6D4C41;
    font-weight: 900;
}

.vj-appbar-user {
    flex: 1 1 auto;
    min-width: 0;
}

.vj-appbar-user .mud-typography-caption {
    color: #8D6E63;
    font-weight: 800;
}

.vj-appbar-user .mud-typography-subtitle1 {
    overflow: hidden;
    color: #3B2A24;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vj-appbar-logout {
    flex: 0 0 auto;
    color: #6D4C41 !important;
    font-weight: 900 !important;
}

.vj-volunteer-processing-overlay {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(248, 243, 236, .62);
    backdrop-filter: blur(2px);
}

.vj-volunteer-processing-card {
    display: grid;
    gap: 14px;
    place-items: center;
    min-width: 180px;
    padding: 26px 28px;
    border: 1px solid #E7D8C8;
    border-radius: 24px;
    background: #FFFDF9;
    color: #3B2A24;
    box-shadow: 0 18px 48px rgba(61, 42, 36, .18);
}

.vj-volunteer-processing-card .mud-progress-circular {
    color: #6D4C41 !important;
}

.vj-app-content {
    display: grid;
    gap: 14px;
    padding: 14px 14px 104px;
}

.vj-tab-stack {
    display: grid;
    gap: 14px;
}

.vj-app-card {
    border: 1px solid #E7D8C8;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(61, 42, 36, .08);
}

.vj-section-card,
.vj-filter-card,
.vj-profile-form,
.vj-guide-card,
.vj-event-workdays-card {
    padding: 18px;
}

.vj-section-card {
    display: grid;
    gap: 14px;
}

.vj-section-card .mud-typography-h6,
.vj-event-workdays-card .mud-typography-h6,
.vj-guide-card .mud-typography-h6,
.vj-profile-summary .mud-typography-h6,
.vj-profile-form .mud-typography-h6 {
    color: #3B2A24;
    font-weight: 900;
}

.vj-muted,
.vj-empty-text {
    color: #8D6E63;
    line-height: 1.45;
}

.vj-reminder-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #6D4C41;
    font-size: .92rem;
    font-weight: 700;
    cursor: pointer;
}

.vj-reminder-check input {
    accent-color: #AA7A34;
}

.vj-visibility-chip {
    border-radius: 999px !important;
    font-weight: 900 !important;
}

.vj-visibility-chip.vj-public {
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
}

.vj-visibility-chip.vj-restricted {
    background: #FFF3D7 !important;
    color: #8A5A12 !important;
}

.vj-workday-card,
.vj-assignment-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #EFE2D4;
    border-radius: 22px;
    background: #FFFDF9;
}

.vj-date-badge {
    display: grid;
    place-items: center;
    width: 54px;
    border: 1px solid #E1D2C4;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(61, 42, 36, .08);
}

.vj-date-badge span {
    width: 100%;
    padding: 3px 2px;
    background: #6D4C41;
    color: #fff;
    text-align: center;
    font-size: .7rem;
    font-weight: 900;
}

.vj-date-badge strong {
    color: #241714;
    font-size: 1.55rem;
    line-height: 1.45;
}

.vj-workday-info,
.vj-assignment-info {
    min-width: 0;
}

.vj-workday-info .mud-typography-subtitle2,
.vj-assignment-info .mud-typography-subtitle2 {
    color: #3B2A24;
    font-weight: 900;
}

.vj-workday-info .mud-typography-body2,
.vj-workday-info .mud-typography-caption,
.vj-assignment-info .mud-typography-body2,
.vj-assignment-info .mud-typography-caption {
    color: #6A554B;
}

.vj-spots-chip,
.vj-count-chip,
.vj-assignment-position-chip {
    width: fit-content;
    margin-top: 6px;
    border-radius: 999px !important;
    background: #F8F3EC !important;
    color: #6D4C41 !important;
    font-weight: 900 !important;
}

.vj-count-chip {
    margin-top: 0;
}

.vj-assignment-position-chip {
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
}

.vj-compact-button {
    min-width: 96px;
    height: 38px;
    font-size: .82rem !important;
}

.vj-select-field {
    display: grid;
    gap: 7px;
}

.vj-select-field span {
    color: #3B2A24;
    font-size: .88rem;
    font-weight: 900;
}

.vj-select-field select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #D7C3B4;
    border-radius: 16px;
    background: #fff;
    color: #3B2A24;
    outline: none;
}

.vj-select-field select:focus {
    border-color: #AA7A34;
    box-shadow: 0 0 0 3px rgba(170, 122, 52, .16);
}

.vj-assignment-list {
    display: grid;
    gap: 10px;
}

.vj-assignment-event-group {
    display: grid;
    gap: 10px;
    padding-top: 6px;
}

.vj-assignment-event-group + .vj-assignment-event-group {
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid #EFE2D4;
}

.vj-assignment-event-title .mud-typography-subtitle1 {
    color: #3B2A24;
    font-weight: 900;
}

.vj-guide-panels .mud-expand-panel {
    margin-top: 8px;
    border: 1px solid #EFE2D4;
    border-radius: 18px !important;
    background: #FFFDF9;
    overflow: hidden;
}

.vj-guide-panels {
    display: grid;
    gap: 10px;
}

.vj-guide-panel {
    border: 1px solid #EFE2D4;
    border-radius: 18px;
    background: #FFFDF9;
    overflow: hidden;
}

.vj-guide-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    color: #3B2A24;
    font-weight: 900;
    text-align: left;
}

.vj-guide-panel-header .mud-icon-root {
    color: #AA7A34;
}

.vj-guide-panel-body {
    display: grid;
    gap: 2px;
    padding: 0 14px 12px;
}

.vj-guide-position {
    display: grid;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #EFE2D4;
}

.vj-guide-position:last-child {
    border-bottom: 0;
}

.vj-guide-position .mud-typography-subtitle2 {
    color: #3B2A24;
    font-weight: 950;
}

.vj-guide-description {
    color: #5B463D;
    font-style: italic;
    line-height: 1.5;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.vj-guide-activities {
    color: #3B2A24;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.5;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.vj-guide-activities ul,
.vj-guide-activities ol {
    margin: 4px 0 0;
    padding-left: 20px;
}

.vj-profile-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.vj-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F0E3D5;
    color: #6D4C41;
    font-weight: 900;
}

.vj-profile-form {
    display: grid;
    gap: 14px;
}

.vj-profile-actions {
    flex-wrap: wrap;
}

.vj-profile-actions .mud-button-root {
    min-width: 132px;
}

.vj-empty-card {
    display: grid;
    gap: 8px;
    place-items: center;
    padding: 28px 18px;
    color: #6D4C41;
    text-align: center;
}

.vj-empty-card .mud-icon-root {
    color: #AA7A34;
    font-size: 2.4rem;
}

.vj-bottom-tabs {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(100%, 430px);
    min-height: calc(76px + env(safe-area-inset-bottom));
    padding: 6px 8px calc(8px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    border: 1px solid #E7D8C8;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -10px 26px rgba(61, 42, 36, .10);
}

.vj-bottom-tabs button {
    display: grid;
    grid-template-rows: auto auto;
    place-items: center;
    align-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 60px;
    padding: 6px 2px;
    border: 0;
    background: transparent;
    color: #6A554B;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.1;
}

.vj-bottom-tabs button span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vj-bottom-tabs .mud-icon-root {
    font-size: 1.35rem;
}

.vj-bottom-tabs button.active {
    color: #6D4C41;
    font-weight: 900;
}

/* Mobile polish */
@media (max-width: 420px) {
    .vj-login-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vj-login-hero {
        border-radius: 24px;
        padding: 20px 18px 28px;
    }

    .vj-logo-card {
        width: 210px;
        min-height: 130px;
        margin-bottom: 8px;
    }

        .vj-logo-card img {
            max-width: 210px;
            max-height: 126px;
        }

    .vj-hero-title {
        font-size: 1.85rem;
    }

    .vj-otp-row {
        gap: 6px;
    }

    .vj-otp-input {
        width: 42px;
        height: 50px;
        border-radius: 14px;
    }

    .vj-app-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vj-workday-card,
    .vj-assignment-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vj-workday-card .vj-compact-button,
    .vj-assignment-card .mud-button-root {
        grid-column: 1 / -1;
        width: 100%;
    }
}
