:root {
    --jj-ink: #111111;
    --jj-accent: #c46a2d;
    --jj-paper: #f1e6d5;
    --jj-deep: #24150d;
    --jj-cream: #fcf6ee;
    --staff-bg: #f3f6fb;
    --staff-panel: #ffffff;
    --staff-panel-alt: #f8fbff;
    --staff-border: #dbe3ee;
    --staff-ink: #0f172a;
    --staff-muted: #64748b;
    --staff-primary: #1d4f91;
    --staff-primary-dark: #173e72;
    --staff-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

body {
    }

    .auth-shell-fan .auth-panel {
        background: rgba(244, 250, 246, 0.96);
        color: #173122;
    }

    .auth-shell-staff .auth-panel {
        background: rgba(247, 250, 255, 0.98);
        color: #10203a;
    }

    .auth-shell-venue .auth-panel {
        background: rgba(247, 252, 246, 0.98);
        color: #173122;
    }

    .auth-kicker {
        margin: 0 0 1rem;
        color: var(--commercial-accent);
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .auth-value-list {
        display: grid;
        gap: 0.9rem;
    }

    .auth-value-item {
        padding: 0.9rem 1rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.07);
    }

    .auth-field {
        margin-bottom: 1rem;
    }

    .auth-field label,
    .form-check-label {
        display: block;
        margin-bottom: 0.4rem;
        font-size: 0.92rem;
        font-weight: 700;
    }

    .auth-field input,
    .auth-field select,
    .auth-field textarea,
    .auth-panel input[type="text"],
    .auth-panel input[type="email"],
    .auth-panel input[type="password"],
    .auth-panel input[type="url"],
    .auth-panel select,
    .auth-panel textarea {
        width: 100%;
        border: 1px solid rgba(36, 21, 13, 0.14);
        border-radius: 0.95rem;
        padding: 0.9rem 1rem;
        background: white;
        color: var(--jj-ink);
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .auth-field input:focus,
    .auth-field select:focus,
    .auth-field textarea:focus,
    .auth-panel input[type="text"]:focus,
    .auth-panel input[type="email"]:focus,
    .auth-panel input[type="password"]:focus,
    .auth-panel input[type="url"]:focus,
    .auth-panel select:focus,
    .auth-panel textarea:focus {
        border-color: var(--jj-accent);
        box-shadow: 0 0 0 0.2rem rgba(196, 106, 45, 0.18);
        outline: 0;
    }

    .auth-form .helptext,
    .form-hint {
        display: block;
        margin-top: 0.35rem;
        font-size: 0.82rem;
        color: rgba(17, 17, 17, 0.68);
    }

    .auth-social-grid {
        display: grid;
        gap: 0.75rem;
    }

    .auth-choice-grid {
        display: grid;
        gap: 0.85rem;
    }

    .auth-choice-grid-compact {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .auth-choice-card {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        padding: 1rem;
        border: 1px solid rgba(36, 21, 13, 0.14);
        border-radius: 1rem;
        background: white;
        cursor: pointer;
    }

    .auth-choice-input {
        padding-top: 0.1rem;
    }

    .auth-choice-input input {
        accent-color: var(--jj-accent);
    }

    .auth-choice-copy {
        font-weight: 700;
        line-height: 1.4;
    }

    .auth-social-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        padding: 0.8rem 1rem;
        font-weight: 700;
        text-decoration: none;
        color: var(--jj-deep);
        background: rgba(255, 255, 255, 0.84);
    }

    .auth-social-link:hover {
        background: white;
    }

body.has-cookie-banner {
    padding-bottom: 11rem;
}

.role-public-legal-footer {
    padding-top: 1.5rem;
}

.role-public-legal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.role-public-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.role-public-legal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(23, 32, 51, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #172033;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.role-public-legal-link:hover,
.role-public-legal-link:focus {
    background: #ffffff;
    color: #172033;
}

.role-public-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #4a5568;
    font-size: 0.92rem;
    font-weight: 700;
}

.role-public-footer-brand-logo {
    display: block;
    width: auto;
    height: 1.5rem;
}

body.public-artist-body--linkfolio .role-public-legal-footer {
    width: min(100%, 575px);
    padding: 1rem 1rem 1.35rem !important;
}

body.public-artist-body--linkfolio .role-public-legal-body {
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-align: center;
}

body.public-artist-body--linkfolio .role-public-legal-links {
    justify-content: center;
    gap: 0.35rem 0.75rem;
}

body.public-artist-body--linkfolio .role-public-legal-link {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: underline;
    text-underline-offset: 0.16rem;
    box-shadow: none;
}

body.public-artist-body--linkfolio .role-public-legal-link:hover,
body.public-artist-body--linkfolio .role-public-legal-link:focus {
    background: transparent;
    color: #ffffff;
}

body.public-artist-body--linkfolio .role-public-footer-brand--linkfolio {
    order: -1;
    justify-content: center;
    opacity: 0.86;
    text-decoration: none;
}

body.public-artist-body--linkfolio .role-public-footer-brand--linkfolio .role-public-footer-brand-logo {
    height: 1.35rem;
}

.role-cookie-banner-shell {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1080;
    padding: 0 0 1rem;
}

.role-cookie-banner-container {
    width: min(1200px, calc(100vw - 1.5rem));
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.role-cookie-banner-card {
    width: min(100%, 1160px);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -18px 48px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(16px);
    pointer-events: auto;
}

.role-cookie-banner-body {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
}

.role-cookie-banner-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.role-cookie-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(23, 32, 51, 0.08);
    color: #172033;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.role-cookie-banner-form {
    display: grid;
    gap: 0.75rem;
}

.role-cookie-banner-choices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.role-cookie-banner-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.72rem;
    border: 1px solid rgba(23, 32, 51, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
}

.role-cookie-banner-choice.is-required {
    background: rgba(215, 232, 60, 0.16);
    border-color: rgba(215, 232, 60, 0.4);
}

.role-cookie-banner-choice .form-check-input {
    flex: 0 0 auto;
    margin: 0;
    float: none;
}

.role-cookie-banner-choice-copy {
    display: inline-flex;
    align-items: center;
}

.role-cookie-banner-choice strong {
    color: #18202f;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap;
}

.role-cookie-banner-policy {
    margin: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.54);
    overflow: hidden;
    align-self: stretch;
}

.role-cookie-banner-policy-toggle {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.72rem;
    color: #18202f;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    list-style: none;
}

.role-cookie-banner-policy-toggle::-webkit-details-marker {
    display: none;
}

.role-cookie-banner-policy-toggle::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.08);
    font-size: 0.74rem;
    line-height: 1;
}

.role-cookie-banner-policy[open] .role-cookie-banner-policy-toggle::before {
    content: "-";
}

.role-cookie-banner-policy-content {
    max-height: 11rem;
    overflow: auto;
    margin: 0;
    padding: 0 0.85rem 0.85rem;
    color: rgba(17, 17, 17, 0.68);
    line-height: 1.45;
}

.role-cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.42rem;
}

.role-cookie-banner-actions-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.role-cookie-banner-actions .btn {
    min-height: 32px;
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.role-cookie-banner-button-ghost,
.role-cookie-banner-button-secondary {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.76);
    color: #202631;
    box-shadow: none;
}

.role-cookie-banner-button-secondary {
    background: rgba(20, 29, 47, 0.92);
    border-color: rgba(20, 29, 47, 0.92);
    color: #ffffff;
}

.role-cookie-banner-button-primary {
    border: 0;
    background: linear-gradient(135deg, #111827, #1d4f91);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(29, 79, 145, 0.26);
}

.role-cookie-banner-button-primary:hover,
.role-cookie-banner-button-primary:focus,
.role-cookie-banner-button-secondary:hover,
.role-cookie-banner-button-secondary:focus,
.role-cookie-banner-button-ghost:hover,
.role-cookie-banner-button-ghost:focus {
    color: inherit;
}

.role-cookie-banner-button-secondary:hover,
.role-cookie-banner-button-secondary:focus,
.role-cookie-banner-button-primary:hover,
.role-cookie-banner-button-primary:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    body.has-cookie-banner {
        padding-bottom: 8.75rem;
    }

    .role-cookie-banner-form {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 0.75rem;
        row-gap: 0.25rem;
    }

    .role-cookie-banner-choices {
        grid-column: 1 / -1;
    }

    .role-cookie-banner-actions {
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }

    .role-cookie-banner-actions-secondary {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .role-cookie-banner-actions .btn {
        white-space: nowrap;
    }

    .role-cookie-banner-policy {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        justify-self: start;
        width: fit-content;
        max-width: 100%;
        min-width: 10.5rem;
    }

    .role-cookie-banner-policy-toggle {
        width: auto;
        padding: 0.42rem 0.68rem;
    }
}

@media (max-width: 767.98px) {
    body.has-cookie-banner {
        padding-bottom: 15.5rem;
    }

    .role-cookie-banner-shell {
        padding: 0 0 0.65rem;
    }

    .role-cookie-banner-body {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.72rem;
    }

    .role-cookie-banner-card {
        border-radius: 1.15rem;
        max-height: min(68vh, 26rem);
        overflow: auto;
    }

    .role-cookie-banner-choices {
        gap: 0.34rem;
    }

    .role-cookie-banner-actions {
        justify-content: stretch;
    }

    .role-cookie-banner-actions-secondary {
        width: 100%;
    }

    .role-cookie-banner-actions .btn {
        flex: 1 1 100%;
    }

    .role-public-legal-body {
        padding: 0.2rem 0 0;
    }

    .role-public-legal-links {
        gap: 0.5rem 0.8rem;
    }

    .role-public-legal-item {
        position: static;
    }

    .role-public-legal-panel {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 0.5rem;
        max-height: none;
    }
}

.btn {
    border-radius: 0.42rem;
    min-height: 38px;
    padding: 0.5rem 0.92rem;
    font-weight: 700;
}

.btn-sm {
    min-height: 38px;
    padding: 0.5rem 0.92rem;
    font-size: 0.92rem;
}

.btn-lg {
    border-radius: 0.42rem;
    min-height: 38px;
    padding: 0.5rem 0.92rem;
    font-size: 1rem;
}

.btn-link.topbar-public-bell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0.25rem 0.35rem;
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    box-shadow: none;
}

.btn-link.topbar-public-bell:hover,
.btn-link.topbar-public-bell:focus {
    color: #ffffff;
}

.topbar-public-dropdown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.topbar-public-language-dropdown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.btn-link.topbar-public-language-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    box-shadow: none;
}

.btn-link.topbar-public-language-toggle:hover,
.btn-link.topbar-public-language-toggle:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.topbar-public-language-icon {
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
}

.topbar-public-language-icon svg {
    width: 100%;
    height: 100%;
}

.topbar-public-language-menu {
    min-width: 14rem;
    padding: 0.35rem;
}

.topbar-public-language-form {
    margin: 0;
}

.topbar-public-language-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 0.75rem;
}

.topbar-public-language-option small {
    color: rgba(16, 32, 58, 0.66);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.topbar-public-language-option.active small,
.topbar-public-language-option:active small {
    color: rgba(255, 255, 255, 0.86);
}

.topbar-bell-icon {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
}

.topbar-bell-icon svg {
    width: 100%;
    height: 100%;
}

.topbar-bell-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.18rem;
    right: -0.12rem;
    min-width: 1.1rem;
    height: 1.1rem;
    margin-left: 0;
    padding: 0 0.24rem;
    border-radius: 999px;
    background: #c0392b;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(246, 249, 252, 0.95);
}

.topbar-notification-menu {
    min-width: 320px;
    max-width: 360px;
    padding: 0.55rem;
    border-radius: 1rem;
    border: 1px solid var(--staff-border);
    box-shadow: var(--staff-shadow);
}

.topbar-notification-title {
    padding: 0.45rem 0.6rem 0.55rem;
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--staff-ink);
}

.topbar-notification-item {
    display: grid;
    gap: 0.22rem;
    padding: 0.72rem 0.8rem;
    border-radius: 0.88rem;
    white-space: normal;
}

.topbar-notification-item strong {
    font-size: 0.88rem;
    color: var(--staff-ink);
}

.topbar-notification-item span {
    font-size: 0.8rem;
    line-height: 1.35;
    color: var(--staff-muted);
}

.topbar-notification-item.is-warning {
    background: rgba(245, 158, 11, 0.08);
}

.topbar-notification-item.is-success {
    background: rgba(22, 163, 74, 0.08);
}

.topbar-notification-item.is-danger {
    background: rgba(220, 38, 38, 0.08);
}

.topbar-notification-item.is-info {
    background: rgba(29, 79, 145, 0.08);
}

.topbar-notification-empty {
    padding: 0.85rem 0.8rem;
    color: var(--staff-muted);
    font-size: 0.82rem;
}

.staff-shell {
    min-height: 100vh;
}

.staff-shell-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 0.7rem 1rem 0.55rem;
    background: rgba(246, 249, 252, 0.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(219, 227, 238, 0.9);
}

.staff-shell-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.staff-shell-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    color: var(--staff-ink);
    text-decoration: none;
}

.staff-shell-brand:hover {
    color: var(--staff-ink);
}

.staff-shell-brand-logo {
    width: auto;
    height: 40px;
    object-fit: contain;
    flex: 0 0 auto;
}

.staff-shell-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0.1rem;
}

.staff-shell-brand small {
    display: block;
    color: var(--staff-primary-dark);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.staff-shell-brand-mark {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a, #1d4f91);
    color: white;
    font-weight: 800;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

.staff-shell-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
    align-self: center;
    padding-top: 0;
    flex: 0 0 auto;
}

.staff-shell-utility {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--staff-border);
    color: var(--staff-ink);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
}

.staff-shell-utility:hover {
    color: var(--staff-ink);
    border-color: #bfd0e2;
    background: white;
}

.staff-shell-utility-danger {
    color: #ffffff;
    background: #dc3545;
    border-color: #dc3545;
}

.staff-shell-utility-danger:hover {
    color: #ffffff;
    background: #bb2d3b;
    border-color: #b02a37;
}

.staff-shell-utility-primary {
    color: #ffffff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.staff-shell-utility-primary:hover {
    color: #ffffff;
    background: #0b5ed7;
    border-color: #0a58ca;
}

.staff-shell-profile-toggle {
    justify-content: center;
}

.staff-shell-profile-icon {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
}

.staff-shell-profile-icon svg {
    width: 100%;
    height: 100%;
}

.staff-shell-bell-toggle {
    position: relative;
    justify-content: center;
    min-width: 48px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.staff-shell-profile-menu {
    min-width: 240px;
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid var(--staff-border);
    box-shadow: var(--staff-shadow);
}

.staff-shell-profile-menu .dropdown-item {
    border-radius: 0.8rem;
    font-weight: 600;
    padding: 0.65rem 0.85rem;
}

.staff-shell-profile-menu .dropdown-item:hover {
    background: var(--staff-panel-alt);
}

.staff-shell-profile-menu .dropdown-divider {
    margin: 0.35rem 0;
}

.staff-shell-profile-logout {
    color: #8b1e3f;
}

.staff-shell-nav {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    flex-wrap: wrap;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    order: 0;
    padding-top: 0;
}

.staff-shell-mobiletoggle {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.48rem 0.82rem;
    border-radius: 10px;
    border: 1px solid var(--staff-border);
    background: rgba(255, 255, 255, 0.88);
    color: var(--staff-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.staff-shell-mobilepanel {
    display: contents;
}

.staff-shell-navitem {
    position: relative;
}

.staff-shell-submenutoggle {
    display: none;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: var(--staff-muted);
}

.staff-shell-submenutoggle::before {
    content: "";
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-0.08rem);
    opacity: 0.68;
}

.staff-shell-navdropdown.is-open > .staff-shell-submenutoggle::before {
    transform: rotate(-135deg) translateY(-0.02rem);
}

.staff-shell-navlink {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: 0.48rem 0.78rem;
    border-radius: 10px;
    color: var(--staff-muted);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid transparent;
}

.staff-shell-navlink:hover {
    color: var(--staff-ink);
    background: rgba(255, 255, 255, 0.75);
    border-color: var(--staff-border);
}

.staff-shell-navlink.is-active {
    color: white;
    background: linear-gradient(135deg, var(--staff-primary), var(--staff-primary-dark));
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(29, 79, 145, 0.22);
}

.staff-shell-navdropdown > .staff-shell-navlink::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-0.08rem);
    opacity: 0.68;
}

.staff-shell-navdropdown > .staff-shell-navlink.is-active::after {
    border-right-color: currentColor;
    border-bottom-color: currentColor;
}

.staff-shell-submenu {
    position: absolute;
    top: calc(100% - 0.1rem);
    left: 0;
    z-index: 30;
    display: none;
    min-width: max-content;
    width: max-content;
    padding: 0.45rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--staff-border);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    justify-items: start;
}

.staff-shell-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.45rem;
    height: 0.45rem;
}

.staff-shell-navdropdown:hover .staff-shell-submenu,
.staff-shell-navdropdown:focus-within .staff-shell-submenu {
    display: grid;
    gap: 0.3rem;
}

.staff-shell-sublink {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.5rem 0.68rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    color: var(--staff-muted);
    text-decoration: none;
    font-size: 0.81rem;
    font-weight: 700;
    white-space: nowrap;
}

.staff-shell-sublink:hover,
.staff-shell-sublink:focus-visible {
    color: var(--staff-ink);
    border-color: #bfd0e2;
    background: white;
}

.staff-shell-sublink.is-active {
    color: var(--staff-primary-dark);
    border-color: rgba(29, 79, 145, 0.24);
    background: rgba(29, 79, 145, 0.12);
}

.event-primary-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.15rem;
    margin: -0.25rem 0 1.35rem;
    border-bottom: 1px solid var(--staff-border);
}

.event-primary-tabs__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.35rem 0.2rem 0.65rem;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--staff-muted);
    background: transparent;
    font-weight: 800;
    text-decoration: none;
}

.event-primary-tabs__link:hover,
.event-primary-tabs__link:focus-visible {
    color: var(--staff-ink);
    border-bottom-color: rgba(29, 79, 145, 0.32);
}

.event-primary-tabs__link.is-active {
    color: var(--staff-primary-dark);
    border-bottom-color: #0d6efd;
}

.event-primary-tabs__link.is-disabled {
    color: rgba(100, 116, 139, 0.58);
    cursor: not-allowed;
}

.event-secondary-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: -0.1rem 0 1.5rem;
    border: 1px solid #cfd8e5;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.event-secondary-tabs__button,
.event-secondary-tabs__link {
    min-height: 42px;
    padding: 0.62rem 1.05rem;
    border: 0;
    border-right: 1px solid #dbe3ee;
    border-radius: 0;
    background: #ffffff;
    color: #475569;
    font-weight: 800;
    line-height: 1.15;
}

.event-secondary-tabs__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.event-secondary-tabs__button:last-child,
.event-secondary-tabs__link:last-child {
    border-right: 0;
}

.event-secondary-tabs__button:hover,
.event-secondary-tabs__button:focus-visible,
.event-secondary-tabs__link:hover,
.event-secondary-tabs__link:focus-visible {
    background: #f8fbff;
    color: var(--staff-primary-dark);
}

.event-secondary-tabs__button.is-active,
.event-secondary-tabs__link.is-active {
    background: #e8f2ff;
    color: #005cad;
}

.event-secondary-tabs__button.is-locked,
.event-secondary-tabs__button:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

.event-secondary-tabs__button.is-locked:hover,
.event-secondary-tabs__button:disabled:hover,
.event-secondary-tabs__button.is-locked:focus-visible,
.event-secondary-tabs__button:disabled:focus-visible {
    background: #f8fafc;
    color: #94a3b8;
}

.event-secondary-tab-pane:not(.is-active) {
    display: none !important;
}

.event-secondary-tab-pane.is-active {
    display: grid;
    gap: 1rem;
}

.event-secondary-pane-section {
    margin-top: 0;
}

.event-secondary-inline-stack .event-secondary-pane-section {
    margin-top: -1rem;
}

.event-secondary-tab-pane .event-secondary-pane-shell,
.event-secondary-pane-shell {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.event-secondary-tab-pane .event-secondary-pane-shell > .card-body,
.event-secondary-pane-shell > .card-body {
    padding: 0 !important;
}

.role-metric-grid.event-secondary-tab-pane.is-active {
    display: grid;
}

.card.event-secondary-tab-pane.is-active {
    display: flex;
}

.role-shell.event-secondary-tab-pane.is-active {
    display: grid;
}

.staff-shell-submenu-group {
    display: grid;
    gap: 0.3rem;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px solid rgba(219, 227, 238, 0.9);
}

.staff-shell-submenu-label {
    padding: 0.35rem 0.68rem 0.1rem;
    color: var(--staff-primary-dark);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-artist-groupnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.staff-artist-groupnav-group {
    position: relative;
    min-width: 220px;
    border: 1px solid rgba(29, 79, 145, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.staff-artist-groupnav-group.is-active {
    border-color: rgba(29, 79, 145, 0.26);
    box-shadow: 0 12px 26px rgba(29, 79, 145, 0.12);
}

.staff-artist-groupnav-group[open] {
    z-index: 15;
}

.staff-artist-groupnav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 46px;
    padding: 0.8rem 0.95rem;
    cursor: pointer;
    list-style: none;
}

.staff-artist-groupnav-toggle::-webkit-details-marker {
    display: none;
}

.staff-artist-groupnav-toggle::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid var(--staff-primary-dark);
    border-bottom: 2px solid var(--staff-primary-dark);
    transform: rotate(45deg) translateY(-1px);
    flex: 0 0 auto;
    transition: transform 150ms ease;
}

.staff-artist-groupnav-group[open] .staff-artist-groupnav-toggle::after {
    transform: rotate(225deg) translateY(-1px);
}

.staff-artist-groupnav-title {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--staff-primary-dark);
}

.staff-artist-groupnav-current {
    margin-left: auto;
    color: var(--staff-muted);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-artist-groupnav-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    display: none;
    min-width: 240px;
    padding: 0.45rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--staff-border);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.staff-artist-groupnav-group[open] .staff-artist-groupnav-menu {
    display: grid;
    gap: 0.3rem;
}

.staff-artist-groupnav-link {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0.45rem 0.7rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--staff-border);
    color: var(--staff-muted);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
}

.staff-artist-groupnav-link:hover {
    color: var(--staff-ink);
    border-color: #bfd0e2;
    background: white;
}

.staff-artist-groupnav-link.is-active {
    color: var(--staff-primary-dark);
    border-color: rgba(29, 79, 145, 0.24);
    background: rgba(29, 79, 145, 0.12);
}

.staff-artist-nav {
    flex: initial;
    gap: 0.65rem;
}

.staff-artist-navitem {
    flex: 0 0 auto;
}

.staff-artist-submenu {
    width: max-content;
    min-width: max-content;
    max-width: min(90vw, 32rem);
}

.staff-shell-sectionbar {
    margin-top: 0.35rem;
    padding: 0.42rem 0.05rem 0;
    border-top: 1px solid rgba(219, 227, 238, 0.95);
}

.staff-shell-sectionbar-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
}

.staff-shell-sectionnav {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.staff-shell-sectionnav .staff-shell-nav {
    justify-content: center;
    gap: 0.45rem;
}

.staff-shell-sectionnav .staff-shell-navlink {
    min-height: 33px;
    padding: 0.42rem 0.72rem;
}

.staff-shell-sectionnav .staff-shell-submenu {
    top: calc(100% + 0.15rem);
}

.staff-shell-sectiontitle {
    margin: 0;
    color: var(--staff-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    line-height: 1.15;
}

.staff-shell-sectionactions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.staff-shell-actionform {
    margin: 0;
}

.staff-shell-sectionactions .staff-shell-utility {
    min-height: 31px;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.82rem;
    line-height: 1;
}

.staff-shell-sectionactions button.staff-shell-utility {
    appearance: none;
    cursor: pointer;
}

.role-shell.role-shell-staff > .staff-shell-nav:first-child {
    display: none;
}

.invoice-lines-popover {
    max-width: min(92vw, 760px);
}

.invoice-lines-popover .popover-body {
    padding: 0.6rem 0.72rem;
}

.invoice-lines-popover-table {
    display: grid;
    gap: 0.35rem;
    min-width: min(86vw, 700px);
}

.invoice-lines-popover-row {
    display: grid;
    grid-template-columns: minmax(180px, 2fr) minmax(110px, 1fr) minmax(210px, 1.5fr) minmax(110px, 1fr);
    gap: 0.75rem;
    align-items: start;
    font-size: 0.78rem;
}

.invoice-lines-popover-row--head {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(219, 227, 238, 0.95);
    color: var(--staff-primary-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.series-drag-cell {
    width: 44px;
}

.series-drag-handle {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgba(29, 79, 145, 0.08);
    color: var(--staff-primary-dark);
    font-weight: 900;
}

.series-drag-handle:hover {
    background: rgba(29, 79, 145, 0.14);
}

tr[data-series-id].is-dragging {
    opacity: 0.52;
}

tr[data-series-id].is-drop-target {
    outline: 2px dashed rgba(29, 79, 145, 0.35);
    outline-offset: -2px;
}

.staff-shell-contextbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--staff-border);
}

.staff-shell-contextcopy {
    display: grid;
    gap: 0.08rem;
}

.staff-shell-contextlabel {
    color: var(--staff-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-shell-contextcopy strong {
    font-size: 0.96rem;
}

.staff-shell-contextcopy span:last-child {
    color: var(--staff-muted);
    font-size: 0.86rem;
}

.staff-shell-contextnav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.staff-shell-contextnav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.5rem 0.72rem;
    border-radius: 10px;
    background: var(--staff-panel);
    border: 1px solid var(--staff-border);
    color: var(--staff-ink);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
}

.staff-shell-contextnav a:hover {
    border-color: #bfd0e2;
    background: #fbfdff;
}

.staff-shell-main {
    padding: 1rem 1.25rem 1.5rem;
}

.staff-shell-messages {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.staff-shell-content {
    max-width: 1440px;
}

.staff-shell-content-wide {
    max-width: none;
}

.staff-stat-grid {
    display: grid;
    gap: 1rem;
}

.staff-stat-grid-columns {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.staff-stat-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid var(--staff-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 254, 0.96));
    box-shadow: var(--staff-shadow);
}

.staff-stat-card-label {
    color: var(--staff-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-stat-card-value {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    line-height: 1;
}

.staff-stat-card-meta {
    color: var(--staff-muted);
    font-size: 0.88rem;
}

.staff-progress-row {
    display: grid;
    gap: 0.5rem;
}

.staff-progress-row .progress {
    height: 0.55rem;
    background: rgba(29, 79, 145, 0.08);
}

.staff-progress-row .progress-bar {
    background: linear-gradient(135deg, var(--staff-primary), #5b88c1);
}

.staff-mini-bars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
    align-items: end;
    gap: 0.85rem;
    min-height: 200px;
}

.staff-mini-bar-group {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
}

.staff-mini-bar {
    width: 100%;
    min-height: 20px;
    border-radius: 999px 999px 0.75rem 0.75rem;
    background: linear-gradient(180deg, #79a3d4, var(--staff-primary));
}

.staff-mini-bar-group strong {
    font-size: 0.92rem;
}

.staff-mini-bar-group span {
    color: var(--staff-muted);
    font-size: 0.76rem;
}

.staff-social-chip,
.artist-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    color: var(--staff-primary-dark);
}

.social-platform-icon {
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.14);
}

.dropdown-item {
    font-weight: 600;
}

.dropdown-header {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--jj-deep);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.access-portal-navbar {
    position: relative;
    z-index: 1040;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.access-portal-main {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.access-portal-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.access-portal-brand-logo {
    display: block;
    width: auto;
    height: 36px;
    object-fit: contain;
}

.access-portal-brand-copy {
    display: grid;
    gap: 0.05rem;
    line-height: 1;
}

.access-portal-brand-name {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.access-portal-brand-label {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.access-portal-user-toggle,
.access-portal-calendar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: auto;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.access-portal-user-toggle:hover,
.access-portal-user-toggle:focus,
.access-portal-calendar-toggle:hover,
.access-portal-calendar-toggle:focus {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.access-portal-calendar-icon {
    display: inline-flex;
    width: 1.9rem;
    height: 1.9rem;
}

.access-portal-calendar-icon svg {
    width: 100%;
    height: 100%;
}

.access-portal-event-menu {
    min-width: 320px;
}

.access-portal-navbar .navbar-nav .topbar-public-dropdown > .access-portal-user-menu,
.access-portal-navbar .navbar-nav .topbar-public-dropdown > .access-portal-event-menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    left: auto;
    margin-top: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
    z-index: 1080;
}

.access-portal-event-menu .dropdown-item.active,
.access-portal-event-menu .dropdown-item:active {
    background: #1d4f91;
    color: #fff;
}

.access-portal-user-icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
}

.access-portal-toggle-label {
    display: block;
    max-width: min(36vw, 280px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
    font-weight: 700;
}

.access-portal-toggle-label--user {
    max-width: 13rem;
}

.access-portal-user-icon svg {
    width: 100%;
    height: 100%;
}

.access-portal-user-toggle.dropdown-toggle::after,
.access-portal-calendar-toggle.dropdown-toggle::after {
    display: none;
}

.access-portal-user-menu {
    min-width: 240px;
}

.access-portal-user-label {
    font-size: 0.86rem;
    white-space: normal;
}

.site-brand-logo {
    width: auto;
    height: 34px;
    object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
}

.hero-panel {
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.9), rgba(90, 49, 18, 0.9));
    color: white;
    box-shadow: 0 20px 60px rgba(17, 17, 17, 0.2);
}

.home-stat-grid {
    display: grid;
    gap: 1rem;
}

.home-stat-card {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.home-stat-label {
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.home-stat-copy {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.82);
}

.app-commercial-body {
    --commercial-bg: #040404;
    --commercial-surface: #101010;
    --commercial-surface-soft: #181818;
    --commercial-line: rgba(255, 255, 255, 0.1);
    --commercial-copy: rgba(255, 248, 239, 0.88);
    --commercial-copy-soft: rgba(255, 248, 239, 0.62);
    --commercial-accent: #d7e83c;
    --commercial-accent-deep: #b8cb13;
    --commercial-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
    --commercial-hero-top-space: 4.9rem;
    --commercial-hero-bottom-space: 3rem;
    background:
        radial-gradient(circle at top, rgba(215, 232, 60, 0.12), transparent 24%),
        linear-gradient(180deg, #020202 0%, #060606 32%, #0a0a0a 100%);
    color: #fff7ef;
}

.app-commercial-body.has-cookie-banner {
    --commercial-hero-bottom-space: 2.1rem;
}

.app-commercial-body main {
    overflow: clip;
}

.commercial-shell {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.commercial-nav-shell {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(18px);
    background: rgba(5, 5, 5, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.commercial-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 82px;
}

.commercial-nav__brand img {
    width: 158px;
    height: auto;
    display: block;
}

.commercial-nav__links,
.commercial-nav__actions,
.commercial-actions,
.commercial-footer__legal-links,
.commercial-footer__socials,
.commercial-trust-bar__logos {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.commercial-language-dropdown {
    display: inline-flex;
    align-items: center;
}

.commercial-language-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 248, 239, 0.76);
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    box-shadow: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.commercial-language-dropdown__toggle:hover,
.commercial-language-dropdown__toggle:focus,
.commercial-language-dropdown.show .commercial-language-dropdown__toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.commercial-language-dropdown__icon,
.commercial-language-dropdown__chevron {
    display: inline-flex;
    flex: 0 0 auto;
}

.commercial-language-dropdown__icon {
    width: 1.15rem;
    height: 1.15rem;
}

.commercial-language-dropdown__chevron {
    width: 0.9rem;
    height: 0.9rem;
    color: rgba(255, 248, 239, 0.58);
}

.commercial-language-dropdown__icon svg,
.commercial-language-dropdown__chevron svg {
    width: 100%;
    height: 100%;
}

.commercial-language-dropdown__label {
    white-space: nowrap;
}

.commercial-language-dropdown__menu {
    min-width: 15rem;
}

.commercial-nav__links a,
.commercial-footer a,
.commercial-inline-link,
.commercial-footer__legal-links button,
.commercial-footer__socials span,
.commercial-trust-bar__logos span {
    color: rgba(255, 248, 239, 0.78);
    text-decoration: none;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.94rem;
    letter-spacing: 0.01em;
}

.commercial-nav__links a:hover,
.commercial-footer a:hover,
.commercial-inline-link:hover,
.commercial-footer__legal-links button:hover {
    color: #fff;
}

.commercial-nav__login,
.commercial-nav__cta,
.commercial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 0.35rem;
    padding: 0.85rem 1.4rem;
    text-decoration: none;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.commercial-nav__login,
.commercial-button--ghost,
.commercial-button--ghost-dark {
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff7ef;
    background: rgba(255, 255, 255, 0.02);
}

.commercial-nav__cta,
.commercial-button--primary {
    color: #141414;
    background: var(--commercial-accent);
    border: 1px solid var(--commercial-accent);
    box-shadow: 0 18px 40px rgba(215, 232, 60, 0.2);
}

.commercial-nav__login:hover,
.commercial-nav__cta:hover,
.commercial-button:hover {
    transform: translateY(-1px);
}

.commercial-hero {
    position: relative;
    min-height: min(82vh, 860px);
    padding: var(--commercial-hero-top-space) 0 var(--commercial-hero-bottom-space);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.app-commercial-body.has-cookie-banner .commercial-hero {
    min-height: calc(100vh - 8.4rem);
}

.commercial-hero__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.94) 0%, rgba(3, 3, 3, 0.76) 40%, rgba(3, 3, 3, 0.35) 68%, rgba(3, 3, 3, 0.82) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
        url("../img/artist-ignite-login-stage-bg.png") center/cover no-repeat;
    transform: scale(1.03);
}

.commercial-hero__inner,
.commercial-section,
.commercial-trust-bar,
.commercial-footer-cta,
.commercial-footer {
    position: relative;
    z-index: 1;
}

.commercial-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.88fr);
    gap: clamp(1.4rem, 4vw, 4.2rem);
    align-items: center;
}

.commercial-hero__copy {
    max-width: 38rem;
    padding-bottom: 0.35rem;
}

.commercial-hero__offer {
    position: relative;
    width: min(100%, clamp(350px, 40vw, 585px));
    aspect-ratio: 1;
    justify-self: end;
    transform: rotate(-4deg);
}

.commercial-hero__offer-svg {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 26px 50px rgba(0, 0, 0, 0.44));
}

.commercial-hero__offer-ring,
.commercial-hero__offer-arc {
    stroke: var(--commercial-accent);
    stroke-width: 5.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.commercial-hero__offer-ring {
    opacity: 0.98;
    transform-origin: 50% 50%;
}

.commercial-hero__offer-ring--outer {
    stroke-dasharray: 932 68;
    transform: rotate(8deg);
}

.commercial-hero__offer-ring--inner {
    stroke-width: 4.8;
    stroke-dasharray: 804 196;
    transform: rotate(-24deg);
}

.commercial-hero__offer-dot {
    fill: var(--commercial-accent);
}

.commercial-hero__offer-content {
    position: absolute;
    inset: 17% 10% 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    transform: rotate(-4deg);
}

.commercial-hero__offer-line {
    display: block;
    max-width: 100%;
    text-wrap: balance;
}

.commercial-hero__offer-line--top {
    max-width: none;
    white-space: nowrap;
    color: #fff7ef;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.65rem);
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 0.9;
    margin-bottom: 0.15rem;
}

.commercial-hero__offer-line--middle,
.commercial-hero__offer-line--bottom {
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    letter-spacing: 0.01em;
    line-height: 0.88;
}

.commercial-hero__offer-line--middle {
    color: var(--commercial-accent);
    font-size: clamp(5rem, 8.9vw, 7.9rem);
}

.commercial-hero__offer-line--bottom {
    color: #fff7ef;
    font-size: clamp(4rem, 7vw, 6.3rem);
}

.commercial-hero__offer-arc--top {
    stroke-width: 4.4;
}

.commercial-hero__offer-arc--left {
    stroke-width: 4.2;
}

.commercial-hero__aside {
    align-self: start;
    padding-top: 1.35rem;
}

.commercial-eyebrow,
.commercial-section__kicker,
.commercial-trust-bar__label {
    color: var(--commercial-accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.commercial-display,
.commercial-section__title,
.commercial-stage-panel__copy h3,
.commercial-footer-cta__copy h2,
.commercial-plan-card__price strong {
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    letter-spacing: 0.01em;
}

.commercial-display {
    font-size: clamp(4.25rem, 6.7vw, 6.9rem);
    line-height: 0.9;
    margin: 0 0 1rem;
    max-width: 10.6ch;
}

.commercial-display__accent {
    display: block;
    color: var(--commercial-accent);
    font-size: 0.72em;
    line-height: 0.9;
    white-space: nowrap;
}

.commercial-lead,
.commercial-section__copy,
.commercial-stage-panel__copy p,
.commercial-plan-card__header p,
.commercial-audience-card p,
.commercial-feature-card p,
.commercial-testimonial-card p,
.commercial-footer__brand p {
    color: var(--commercial-copy);
    font-size: 1.02rem;
    line-height: 1.58;
    max-width: 38rem;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.commercial-hero__badge {
    justify-self: end;
    width: 198px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    place-items: center;
    padding: 1.7rem;
    text-transform: uppercase;
    text-align: center;
    background: rgba(8, 8, 8, 0.38);
    color: rgba(255, 247, 239, 0.92);
    letter-spacing: 0.11em;
    margin-left: auto;
    margin-top: 0.1rem;
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.02);
}

.commercial-hero__badge strong {
    display: block;
    color: var(--commercial-accent);
    font-size: 1.45rem;
    line-height: 1.1;
    margin-top: 0.35rem;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
}

.commercial-hero__stats {
    margin-top: 0.95rem;
    display: grid;
    gap: 0.85rem;
}

.commercial-stat-card,
.commercial-audience-card,
.commercial-feature-card,
.commercial-case-card,
.commercial-testimonial-card,
.commercial-plan-card,
.commercial-floating-note {
    border: 1px solid var(--commercial-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: var(--commercial-shadow);
}

.commercial-stat-card {
    padding: 1rem 1rem 0.95rem;
    border-radius: 1rem;
    backdrop-filter: blur(18px);
}

.commercial-stat-card__label {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.commercial-stat-card p,
.commercial-floating-note span,
.commercial-plan-card__annual span,
.commercial-plan-card__annual strong,
.commercial-plan-card__price span,
.commercial-laptop-mockup__dates span,
.commercial-phone-mockup__tag {
    margin: 0;
    color: var(--commercial-copy-soft);
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.commercial-trust-bar {
    background: #f4ede3;
    color: #131313;
    padding: 0.9rem 0;
}

.commercial-trust-bar__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem 2rem;
    align-items: center;
}

.commercial-trust-bar__logos {
    justify-content: space-between;
    gap: 1.5rem;
}

.commercial-trust-bar__logos span,
.commercial-trust-bar__label {
    color: #131313;
    margin: 0;
}

.commercial-trust-bar__logos span {
    font-size: 1.02rem;
    font-weight: 700;
}

.commercial-section {
    padding: 5.5rem 0;
}

.commercial-section--dark {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 18%),
        #060606;
}

.commercial-section--gradient,
.commercial-section--pricing {
    background:
        radial-gradient(circle at top right, rgba(215, 232, 60, 0.1), transparent 26%),
        linear-gradient(180deg, #090909 0%, #040404 100%);
}

.commercial-section__intro {
    max-width: 68rem;
    margin-bottom: 2.2rem;
}

.commercial-section__intro--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    max-width: none;
}

.commercial-section__title {
    font-size: clamp(3.1rem, 5vw, 5rem);
    line-height: 0.94;
    margin: 0;
}

.commercial-section__title--compact {
    max-width: 10ch;
}

.commercial-inline-link {
    position: relative;
    padding-right: 1.2rem;
}

.commercial-inline-link::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
}

.commercial-audience-grid,
.commercial-feature-grid,
.commercial-case-grid,
.commercial-testimonial-grid,
.commercial-pricing-grid,
.commercial-footer__grid {
    display: grid;
    gap: 1rem;
}

.commercial-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.commercial-audience-card,
.commercial-case-card,
.commercial-testimonial-card,
.commercial-plan-card {
    border-radius: 0.55rem;
    overflow: hidden;
}

.commercial-audience-card {
    min-height: 430px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(157, 157, 157, 0.48);
    gap: 0.7rem;
}

.commercial-audience-card.is-disabled {
    cursor: default;
}

.commercial-audience-card__badge {
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem 0.58rem;
    border-radius: 999px;
    background: rgba(215, 232, 60, 0.16);
    color: var(--commercial-accent);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.commercial-audience-card__cover-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.commercial-audience-card--artist {
    background: linear-gradient(180deg, rgba(3, 12, 26, 0.08), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Artistas.png") center 24%/cover no-repeat;
}

.commercial-audience-card--venues {
    background: linear-gradient(180deg, rgba(113, 66, 17, 0.14), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Salas.png") center/cover no-repeat;
}

.commercial-audience-card--promoters {
    background: linear-gradient(180deg, rgba(79, 85, 18, 0.08), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Promotores.png") center/cover no-repeat;
}

.commercial-audience-card--managers {
    background: linear-gradient(180deg, rgba(77, 39, 34, 0.1), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Managers.png") center/cover no-repeat;
}

.commercial-audience-card--festivals {
    background: linear-gradient(180deg, rgba(80, 15, 17, 0.08), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Festivales.png") center/cover no-repeat;
}

.commercial-audience-card--booking {
    background: linear-gradient(180deg, rgba(9, 49, 72, 0.08), rgba(0, 0, 0, 0.82)), url("../img/Artists_Ignite_Perfiles_Booking_Agents.png") center/cover no-repeat;
}

.commercial-audience-card--labels {
    background: linear-gradient(180deg, rgba(76, 60, 40, 0.06), rgba(0, 0, 0, 0.8)), url("../img/Artists_Ignite_Perfiles_SellosDiscograficos.png") center/cover no-repeat;
}

.commercial-audience-card--all-profiles {
    background:
        radial-gradient(circle at top left, rgba(215, 232, 60, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        #0a0a0a;
}

.commercial-audience-card--all-profiles .commercial-audience-card__icon {
    color: var(--commercial-accent);
    background: rgba(255, 255, 255, 0.18);
}

.commercial-audience-card--all-profiles .commercial-audience-card__button {
    min-width: 100%;
    justify-content: center;
}

.commercial-feature-card__icon,
.commercial-plan-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 0;
    color: #fff;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.9rem;
    margin-top: auto;
    margin-left: -0.55rem;
    font-weight: 800;
    text-align: left;
}

.commercial-audience-card__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% + 2.4rem);
    padding: 0.55rem 1.2rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.18);
    border: 0;
    color: #fff;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: auto -1.2rem 1.6rem;
    font-weight: 800;
    text-align: left;
}

.commercial-audience-card p {
    max-width: none;
    margin: 0;
    width: 100%;
    font-size: 0.98rem;
    line-height: 1.45;
}

.commercial-audience-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    align-self: flex-end;
    min-height: 36px;
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 0.52rem 0.8rem;
    border-radius: 0.38rem;
    border: 1px solid rgba(184, 184, 184, 0.24);
    background: rgba(12, 12, 12, 0.44);
    color: rgba(255, 247, 239, 0.9);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 700;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.commercial-audience-card__button:hover {
    color: #fff;
    border-color: rgba(215, 232, 60, 0.34);
    background: rgba(16, 16, 16, 0.68);
}

.commercial-audience-card__button.is-disabled {
    cursor: default;
    color: rgba(255, 247, 239, 0.62);
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 12, 0.32);
    pointer-events: none;
}

.commercial-profile-detail-section {
    padding-top: 2.2rem;
}

.commercial-profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.commercial-profile-detail-card {
    padding: 1.45rem 1.5rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(161, 161, 161, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: var(--commercial-shadow);
    scroll-margin-top: 7rem;
}

.commercial-profile-detail-card__eyebrow {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--commercial-accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.76rem;
    font-weight: 700;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.commercial-profile-detail-card h3 {
    margin: 0 0 0.95rem;
    font-size: 1.35rem;
    line-height: 1.08;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    letter-spacing: 0.01em;
}

.commercial-profile-detail-card ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--commercial-copy);
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    line-height: 1.56;
}

.commercial-profile-detail-card li + li {
    margin-top: 0.45rem;
}

.commercial-feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.commercial-feature-card {
    padding: 1.4rem;
    border-radius: 1rem;
}

.commercial-feature-card__icon {
    color: var(--commercial-accent);
    background: rgba(215, 232, 60, 0.06);
    border-color: rgba(215, 232, 60, 0.2);
}

.commercial-feature-card h3,
.commercial-plan-card h3,
.commercial-footer h3,
.commercial-laptop-mockup__hero strong {
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 1.18rem;
    margin: 0 0 0.7rem;
}

.commercial-feature-card p {
    font-size: 0.98rem;
    margin: 0;
}

.commercial-stage-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.54), rgba(255, 255, 255, 0.04));
}

.commercial-stage-panel__mockup {
    position: relative;
    min-height: 420px;
}

.commercial-phone-mockup,
.commercial-laptop-mockup,
.commercial-floating-note {
    position: absolute;
}

.commercial-phone-mockup {
    left: 0;
    bottom: 0;
    width: 146px;
    height: 290px;
    border-radius: 2rem;
    padding: 0.7rem;
    background: linear-gradient(180deg, #0b0b0b, #1d1d1d);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--commercial-shadow);
}

.commercial-phone-mockup__screen,
.commercial-laptop-mockup__hero {
    height: 100%;
    border-radius: 1.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.68)),
        url("../img/artist-ignite-login-stage-bg.png") center/cover no-repeat;
}

.commercial-phone-mockup__screen strong,
.commercial-floating-note strong,
.commercial-laptop-mockup__hero strong {
    color: #fff;
}

.commercial-laptop-mockup {
    left: 120px;
    right: 0;
    bottom: 18px;
    min-height: 320px;
    border-radius: 1.25rem;
    padding: 1rem;
    background: linear-gradient(180deg, #151515, #090909);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--commercial-shadow);
}

.commercial-laptop-mockup__topbar,
.commercial-laptop-mockup__dates {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.35rem 0.8rem;
}

.commercial-laptop-mockup__hero {
    min-height: 180px;
    border-radius: 1rem;
    margin-bottom: 0.8rem;
}

.commercial-laptop-mockup__eyebrow {
    color: var(--commercial-accent);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.commercial-floating-note {
    right: 18px;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    min-width: 180px;
    background: #efe6da;
    color: #171717;
}

.commercial-floating-note strong,
.commercial-floating-note span {
    display: block;
    color: #171717;
}

.commercial-floating-note--team {
    top: 56px;
}

.commercial-floating-note--tasks {
    top: 180px;
}

.commercial-case-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.commercial-case-card {
    min-height: 180px;
    padding: 1.2rem;
    display: flex;
    align-items: end;
    background:
        linear-gradient(180deg, rgba(215, 232, 60, 0.12), rgba(0, 0, 0, 0.84)),
        linear-gradient(135deg, rgba(72, 28, 14, 0.28), rgba(16, 54, 76, 0.3));
}

.commercial-case-card strong {
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 1.08rem;
    line-height: 1.35;
}

.commercial-testimonial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.commercial-testimonial-card {
    padding: 1.5rem;
}

.commercial-testimonial-card p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.commercial-testimonial-card span {
    color: rgba(255, 248, 239, 0.68);
    font-size: 0.95rem;
}

.commercial-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1.4rem;
}

.commercial-testimonial-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.commercial-testimonial-dots .is-active {
    background: var(--commercial-accent);
}

.commercial-pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.commercial-pricing-grid--single {
    max-width: 360px;
}

.commercial-plan-card {
    position: relative;
    padding: 1.55rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 8, 8, 0.94));
}

.commercial-plan-card.is-featured {
    border-color: rgba(215, 232, 60, 0.38);
    background:
        linear-gradient(180deg, rgba(215, 232, 60, 0.12), rgba(8, 8, 8, 0.94));
    transform: translateY(-6px);
}

.commercial-plan-card__badge {
    color: #101010;
    background: var(--commercial-accent);
    border-color: var(--commercial-accent);
    margin-bottom: 0;
}

.commercial-plan-card__price strong {
    display: block;
    font-size: 3.15rem;
    line-height: 0.95;
}

.commercial-plan-card__annual {
    display: grid;
    gap: 0.18rem;
}

.commercial-plan-card__annual strong {
    color: var(--commercial-accent);
    font-weight: 700;
}

.commercial-plan-card__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.72rem;
}

.commercial-plan-card__benefits li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--commercial-copy);
}

.commercial-plan-card__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--commercial-accent);
}

.commercial-plan-card__actions {
    margin-top: auto;
    display: grid;
    gap: 0.75rem;
}

.commercial-footer-cta {
    padding: 0 0 3rem;
    background: #040404;
}

.commercial-footer-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    background: linear-gradient(90deg, #090909 0%, #090909 48%, #2f2f2f 48%, #2f2f2f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.commercial-footer-cta__visual,
.commercial-footer-cta__copy {
    padding: 2.4rem;
}

.commercial-footer-cta__visual {
    min-height: 280px;
    display: flex;
    align-items: end;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.74)),
        url("../img/artist-ignite-login-stage-bg.png") center/cover no-repeat;
}

.commercial-footer-cta__visual span {
    display: block;
    max-width: 7ch;
    color: #fff;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    font-size: clamp(3rem, 5vw, 4.7rem);
    line-height: 0.94;
}

.commercial-footer-cta__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commercial-footer-cta__copy h2 {
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    line-height: 0.96;
    margin: 0 0 1.4rem;
    color: #fff7ef;
}

.commercial-footer {
    padding: 0 0 2.5rem;
    background: #040404;
}

.commercial-footer__grid {
    grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.commercial-footer__brand img {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.commercial-footer__brand p {
    margin-bottom: 1rem;
    max-width: 18rem;
}

.commercial-footer h3 {
    color: #fff;
    font-size: 0.98rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.85rem;
}

.commercial-footer a {
    display: block;
    margin-bottom: 0.65rem;
}

.commercial-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    color: rgba(255, 248, 239, 0.52);
    font-size: 0.94rem;
}

.commercial-footer__legal-links button {
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 1200px) {
    .commercial-feature-grid,
    .commercial-case-grid,
    .commercial-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .commercial-audience-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .commercial-profile-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .commercial-shell {
        width: min(100% - 32px, 1180px);
    }

    .commercial-nav {
        flex-wrap: wrap;
        padding: 1rem 0;
    }

    .commercial-nav__actions {
        width: 100%;
        justify-content: flex-end;
    }

    .commercial-hero__inner,
    .commercial-stage-panel,
    .commercial-footer-cta__inner,
    .commercial-footer__grid,
    .commercial-section__intro--split,
    .commercial-trust-bar__inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .commercial-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .commercial-hero__badge {
        justify-self: start;
        margin-left: 0;
    }

    .commercial-hero__offer {
        justify-self: center;
        width: min(100%, 430px);
        margin-top: 0.8rem;
    }

    .app-commercial-body.has-cookie-banner .commercial-hero {
        min-height: auto;
    }

    .commercial-laptop-mockup {
        left: 40px;
    }
}

@media (max-width: 640px) {
    .commercial-language-dropdown {
        width: 100%;
    }

    .commercial-language-dropdown__toggle {
        width: 100%;
        justify-content: space-between;
    }

    .commercial-hero__copy {
        max-width: 100%;
    }

    .commercial-hero__offer {
        width: min(100%, 330px);
    }

    .commercial-hero__offer-line--top {
        font-size: 2rem;
    }
}

@media (max-width: 760px) {
    .app-commercial-body {
        --commercial-hero-top-space: 3.2rem;
        --commercial-hero-bottom-space: 2.4rem;
    }

    .commercial-display {
        font-size: clamp(3.4rem, 15vw, 4.8rem);
        max-width: none;
    }

    .commercial-display__accent {
        white-space: normal;
        font-size: 0.82em;
    }

    .commercial-section__title,
    .commercial-footer-cta__copy h2,
    .commercial-footer-cta__visual span {
        font-size: clamp(2.5rem, 12vw, 3.6rem);
    }

    .commercial-feature-grid,
    .commercial-case-grid,
    .commercial-testimonial-grid,
    .commercial-audience-grid {
        grid-template-columns: 1fr;
    }

    .commercial-hero {
        min-height: auto;
    }

    .commercial-stage-panel__mockup {
        min-height: 500px;
    }

    .commercial-phone-mockup {
        width: 118px;
        height: 242px;
    }

    .commercial-laptop-mockup {
        left: 26px;
        min-height: 286px;
    }

    .commercial-floating-note {
        right: 0;
        min-width: 154px;
        padding: 0.8rem 0.9rem;
    }

    .commercial-footer__bottom {
        align-items: start;
        flex-direction: column;
    }
}

.app-commercial-body .role-cookie-banner-shell {
    padding: 0 0 0.5rem;
}

.app-commercial-body .role-cookie-banner-container {
    width: min(1380px, calc(100vw - 1.25rem));
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.app-commercial-body .role-cookie-banner-card {
    max-width: min(820px, calc(100vw - 1.25rem));
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top left, rgba(215, 232, 60, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(23, 23, 23, 0.96));
    box-shadow: 0 -20px 48px rgba(0, 0, 0, 0.44);
}

.app-commercial-body .role-cookie-banner-body {
    gap: 0.38rem;
    padding: 0.65rem 0.75rem;
}

.app-commercial-body .role-cookie-banner-eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 247, 239, 0.72);
}

.app-commercial-body .role-cookie-banner-choice {
    padding: 0.4rem 0.58rem;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.app-commercial-body .role-cookie-banner-choice.is-required {
    background: rgba(215, 232, 60, 0.08);
    border-color: rgba(215, 232, 60, 0.2);
}

.app-commercial-body .role-cookie-banner-choice strong,
.app-commercial-body .role-cookie-banner-policy-toggle,
.app-commercial-body .role-cookie-banner-policy-content,
.app-commercial-body .role-cookie-banner-button-ghost,
.app-commercial-body .role-cookie-banner-button-secondary,
.app-commercial-body .role-cookie-banner-button-primary {
    color: #fff7ef;
}

.app-commercial-body .role-cookie-banner-choice .form-check-input {
    border-color: rgba(255, 255, 255, 0.28);
    accent-color: var(--commercial-accent);
}

.app-commercial-body .role-cookie-banner-policy {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.app-commercial-body .role-cookie-banner-policy-toggle::before {
    background: rgba(255, 255, 255, 0.1);
}

.app-commercial-body .role-cookie-banner-actions .btn {
    min-height: 30px;
    padding: 0.32rem 0.62rem;
}

.app-commercial-body .role-cookie-banner-button-ghost,
.app-commercial-body .role-cookie-banner-button-secondary {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

.app-commercial-body .role-cookie-banner-button-primary {
    background: linear-gradient(135deg, #d7e83c, #b8cb13);
    color: #111111;
    box-shadow: 0 14px 30px rgba(215, 232, 60, 0.22);
}

.app-commercial-profile-body {
    background:
        radial-gradient(circle at top center, rgba(215, 232, 60, 0.1), transparent 24%),
        linear-gradient(180deg, #050505 0%, #090909 34%, #101010 100%);
}

.commercial-solution-hero {
    position: relative;
    min-height: 410px;
    padding: calc(var(--commercial-hero-top-space) - 0.45rem) 0 2.7rem;
    overflow: hidden;
}

.commercial-solution-hero__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 34%, rgba(0, 0, 0, 0.58) 58%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.54) 100%),
    url("../img/Artists_Ignite_Perfiles_Comparativa.png") 62% center/cover no-repeat;
}

.commercial-solution-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 410px;
    align-items: center;
}

.commercial-solution-hero__copy {
    width: min(100%, 860px);
    max-width: 54rem;
}

.commercial-solution-hero__title {
    max-width: none;
    margin-bottom: 1.35rem;
    font-size: clamp(4.9rem, 7.8vw, 7rem);
}

.commercial-solution-hero__title-accent {
    color: #d7c7ac;
}

.commercial-solution-hero .commercial-lead {
    max-width: 33rem;
    font-size: 1.06rem;
}

.commercial-solution-summary__visual {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    min-height: 320px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.commercial-solution-summary__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.commercial-solution-tabs-section {
    position: relative;
    z-index: 2;
    margin-top: -2.35rem;
    padding: 0 0 1.6rem;
}

.commercial-solution-tabs {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(8, 8, 8, 0.92);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.commercial-solution-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.8rem;
    color: rgba(255, 247, 239, 0.76);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.commercial-solution-tab:hover,
.commercial-solution-tab:focus-visible {
    color: #fff7ef;
    border-color: rgba(215, 232, 60, 0.45);
}

.commercial-solution-tab.is-active {
    color: #141414;
    background: linear-gradient(135deg, #d7e83c, #b9cb19);
    border-color: transparent;
}

.commercial-solution-tab.is-disabled {
    flex-direction: column;
    gap: 0.22rem;
    cursor: default;
    color: rgba(255, 247, 239, 0.56);
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
}

.commercial-solution-tab__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    background: rgba(215, 232, 60, 0.14);
    color: var(--commercial-accent);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.commercial-solution-tab__label {
    display: block;
}

.commercial-solution-summary {
    margin-top: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    padding: 1.6rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    overflow: hidden;
    background-color: #060606;
    background:
        linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.94) 28%, rgba(4, 4, 4, 0.74) 50%, rgba(4, 4, 4, 0.24) 100%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.18), rgba(10, 10, 10, 0.42)),
        var(--commercial-summary-image) var(--commercial-summary-image-position, center)/cover no-repeat;
}

.commercial-solution-summary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.92) 28%, rgba(4, 4, 4, 0.7) 48%, rgba(4, 4, 4, 0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

.commercial-solution-summary__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    width: min(100%, 480px);
}

.commercial-solution-summary__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: none;
    min-height: 0;
    box-shadow: none;
}

.commercial-solution-summary__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--commercial-summary-image-position, center);
    display: block;
}

.commercial-solution-summary__eyebrow,
.commercial-solution-capability-card__index,
.commercial-solution-capabilities__meta,
.commercial-solution-pricing__note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.commercial-solution-summary__eyebrow {
    color: var(--commercial-accent);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.commercial-solution-summary__copy h2 {
    margin: 0;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 0.96;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.commercial-solution-summary__copy p,
.commercial-solution-capability-card p,
.commercial-solution-pricing__note {
    color: rgba(255, 247, 239, 0.78);
}

.commercial-solution-summary__list,
.commercial-solution-summary .commercial-actions {
    display: none;
}

.commercial-solution-tabs-section .commercial-shell:has(.commercial-solution-tab.is-active[href="/para-quien/artistas/"]) .commercial-solution-summary {
    --commercial-summary-image-position: 58% 8%;
}

.commercial-solution-capability-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.1rem;
    color: #fff7ef;
}

.commercial-solution-capability-card__item-lead {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--commercial-accent);
    font-weight: 400;
}

.commercial-solution-capability-card__item-detail {
    display: block;
}

.commercial-actions--compact {
    justify-content: flex-start;
}

.commercial-solution-capabilities {
    padding-top: 1rem;
}

.commercial-solution-capabilities .commercial-section__intro {
    display: none;
}

.commercial-solution-capabilities__meta,
.commercial-solution-pricing__note {
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.commercial-solution-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.commercial-solution-capability-card {
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.98));
}

.commercial-solution-capability-card__header {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.5rem;
}

.commercial-solution-capability-card h3 {
    margin: 0;
    font-family: "Bebas Neue", "Anton", Impact, sans-serif;
    font-size: 1.6rem;
    line-height: 0.95;
    letter-spacing: 0.01em;
    color: var(--commercial-accent);
}

.commercial-solution-capability-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: auto;
    color: var(--commercial-accent);
    font-size: 1.5rem;
}

.commercial-solution-capability-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff7ef;
}

.commercial-solution-capability-card li {
    padding: 0.72rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.12rem;
    background: rgba(255, 255, 255, 0.05);
}

.commercial-plan-card--profile .commercial-plan-card__benefits {
    flex: 1;
}

.commercial-solution-comparison {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(10, 10, 10, 0.92);
    overflow: hidden;
}

.commercial-solution-comparison__scroll {
    overflow-x: auto;
}

.commercial-solution-comparison__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.commercial-solution-comparison__table th,
.commercial-solution-comparison__table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    color: #fff7ef;
    font-size: 0.94rem;
}

.commercial-solution-comparison__table thead th {
    font-size: 0.84rem;
    text-transform: uppercase;
    padding: 1.15rem;
    color: rgba(255, 247, 239, 0.68);
    background: rgba(255, 255, 255, 0.03);
}

.commercial-solution-comparison__table tbody tr:last-child th,
.commercial-solution-comparison__table tbody tr:last-child td {
    border-bottom: 0;
}

@media (min-width: 992px) {
    .app-commercial-body.has-cookie-banner {
        padding-bottom: 7rem;
    }
}

@media (max-width: 760px) {
    .app-commercial-body.has-cookie-banner {
        padding-bottom: 12.8rem;
    }

    .commercial-solution-capabilities__grid {
        grid-template-columns: 1fr;
    }

    .commercial-solution-capability-card h3 {
        font-size: 1.38rem;
    }

    .commercial-solution-summary {
        min-height: 420px;
        padding: 1.1rem;
        background-position: 62% center;
    }

    .commercial-solution-hero {
        min-height: auto;
        padding: calc(var(--commercial-hero-top-space) + 0.6rem) 0 3.8rem;
    }

    .commercial-solution-hero__inner {
        min-height: auto;
    }

    .commercial-solution-hero__copy {
        width: 100%;
    }

    .commercial-solution-hero__title {
        font-size: clamp(3.7rem, 13vw, 5rem);
    }

    .commercial-solution-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .commercial-solution-tabs-section {
        margin-top: -2.4rem;
    }

    .commercial-solution-summary__copy h2 {
        font-size: clamp(2.1rem, 12vw, 3rem);
    }

    .app-commercial-body .role-cookie-banner-container {
        width: auto;
        display: block;
    }

    .app-commercial-body .role-cookie-banner-card {
        max-height: min(60vh, 22rem);
        max-width: min(980px, calc(100vw - 1.25rem));
    }
}

.card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}

.auth-shell {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(36, 21, 13, 0.94), rgba(97, 54, 21, 0.86));
    color: white;
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.16);
}

.auth-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255, 212, 180, 0.18), transparent 30%);
    pointer-events: none;
}

.auth-panel,
.auth-aside {
    position: relative;
    z-index: 1;
}

.auth-shell-platform {
    background: linear-gradient(135deg, rgba(36, 21, 13, 0.94), rgba(97, 54, 21, 0.86));
}

.auth-shell-artist {
    background: linear-gradient(135deg, #23130d, #6f3a1c 52%, #c46a2d 100%);
}

.auth-shell-fan {
    background: linear-gradient(135deg, #143227, #1f6256 55%, #63a67b 100%);
}

.auth-shell-staff {
    background: linear-gradient(135deg, #0b1321, #17304f 48%, #2e5d92 100%);
}

.auth-shell-venue {
    background: linear-gradient(135deg, #18231d, #29543c 52%, #7fb36c 100%);
}

.auth-shell-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0.25rem 0.35rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-shell-mark {
    display: inline-flex;
    align-items: center;
    width: 2.35rem;
    overflow: hidden;
    text-decoration: none;
}

.auth-shell-mark img {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
    object-position: right center;
}

.auth-shell-language-form {
    margin: 0;
}

.auth-shell-language-form .form-select {
    min-width: 8.5rem;
    border-color: rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.auth-shell-language-form .form-select:focus {
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.14);
}

.auth-shell-language-form .form-select option {
    color: var(--jj-ink);
}

.auth-portal-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: white;
}

.auth-panel {
    background: rgba(252, 246, 238, 0.94);
    color: var(--jj-ink);
    border-radius: 1.25rem;
    padding: 1.15rem;
}

.auth-shell-fan .auth-panel {
    background: rgba(244, 250, 246, 0.96);
    color: #173122;
}

.auth-shell-staff .auth-panel {
    background: rgba(247, 250, 255, 0.98);
    color: #10203a;
}

.auth-shell-venue .auth-panel {
    background: rgba(247, 252, 246, 0.98);
    color: #173122;
}

.auth-kicker {
    margin: 0 0 1rem;
    color: var(--commercial-accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.auth-value-list {
    display: grid;
    gap: 0.9rem;
}

.auth-value-item {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
}

.auth-field {
    margin-bottom: 1rem;
}

.auth-field label,
.form-check-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
    font-weight: 700;
}

.auth-field input,
.auth-field select,
.auth-field textarea,
.auth-panel input[type="text"],
.auth-panel input[type="email"],
.auth-panel input[type="password"],
.auth-panel input[type="url"],
.auth-panel select,
.auth-panel textarea {
    width: 100%;
    border: 1px solid rgba(36, 21, 13, 0.14);
    border-radius: 0.95rem;
    padding: 0.9rem 1rem;
    background: white;
    color: var(--jj-ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-field input:focus,
.auth-field select:focus,
.auth-field textarea:focus,
.auth-panel input[type="text"]:focus,
.auth-panel input[type="email"]:focus,
.auth-panel input[type="password"]:focus,
.auth-panel input[type="url"]:focus,
.auth-panel select:focus,
.auth-panel textarea:focus {
    border-color: var(--jj-accent);
    box-shadow: 0 0 0 0.2rem rgba(196, 106, 45, 0.18);
    outline: 0;
}

.auth-form .helptext,
.form-hint {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: rgba(17, 17, 17, 0.68);
}

.auth-social-grid {
    display: grid;
    gap: 0.75rem;
}

.auth-choice-grid {
    display: grid;
    gap: 0.85rem;
}

.auth-choice-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.auth-choice-card {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(36, 21, 13, 0.14);
    border-radius: 1rem;
    background: white;
    cursor: pointer;
}

.auth-choice-input {
    padding-top: 0.1rem;
}

.auth-choice-input input {
    accent-color: var(--jj-accent);
}

.auth-choice-copy {
    font-weight: 700;
    line-height: 1.4;
}

.auth-social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 0.8rem 1rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--jj-deep);
    background: rgba(255, 255, 255, 0.84);
}

.auth-social-link:hover {
    background: white;
}

.auth-context-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(36, 21, 13, 0.12);
    background: rgba(17, 17, 17, 0.03);
}

.auth-context-banner strong {
    display: block;
    margin-bottom: 0.12rem;
}

.ignite-login-page {
    --ignite-login-accent: #d7e83c;
    --ignite-login-accent-rgb: 215, 232, 60;
    --ignite-login-accent-hover: color-mix(in srgb, var(--ignite-login-accent) 84%, white);
    --ignite-login-accent-soft: color-mix(in srgb, var(--ignite-login-accent) 32%, white);
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(var(--ignite-login-accent-rgb), 0.08), transparent 24%),
        radial-gradient(circle at 20% 35%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #030303 0%, #050505 58%, #080808 100%);
    color: #f5f5f0;
    font-family: "Plus Jakarta Sans", "Inter Tight", "Segoe UI", Arial, sans-serif;
    text-rendering: geometricPrecision;
}

.ignite-login-layout {
    width: min(1480px, calc(100% - 3rem));
    margin: 0 auto;
    padding: 1.6rem 0 1.5rem;
}

.ignite-login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.ignite-login-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.ignite-login-brand img {
    width: auto;
    height: 2.9rem;
    max-width: min(100%, 12.5rem);
}

.ignite-login-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.ignite-login-language-dropdown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.ignite-login-language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}

.ignite-login-language-toggle:hover,
.ignite-login-language-toggle:focus,
.ignite-login-language-toggle.show {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.ignite-login-language-toggle.show {
    border-radius: 18px 18px 0 0;
}

.ignite-login-language-menu {
    --bs-dropdown-spacer: 0;
    min-width: 100%;
    width: max-content;
    margin-top: 0 !important;
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #ffffff;
    box-shadow: 0 1.1rem 2.4rem rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.ignite-login-language-menu[data-bs-popper] {
    margin-top: 0;
}

.ignite-login-language-menu.show {
    translate: 0 -2px;
}

.ignite-login-language-label {
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ignite-login-language-chevron {
    display: inline-flex;
    width: 0.9rem;
    height: 0.9rem;
}

.ignite-login-language-chevron svg {
    width: 100%;
    height: 100%;
}

.ignite-wordmark {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff;
    font-family: "Space Grotesk", "Inter Tight", Arial, sans-serif;
}

.ignite-wordmark-lines {
    display: grid;
    gap: 0.05rem;
}

.ignite-wordmark-lines strong {
    display: block;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -0.08em;
}

.ignite-wordmark-spark {
    display: inline-block;
    width: 0.95rem;
    height: 0.95rem;
    margin-top: 0.52rem;
    background: url("../img/ArtistIgnite_Star_Favicon_50.png") center/contain no-repeat;
}

.ignite-wordmark-small .ignite-wordmark-lines strong {
    font-size: 0.86rem;
}

.ignite-wordmark-small .ignite-wordmark-spark {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.24rem;
}

.ignite-wordmark-footer .ignite-wordmark-lines strong {
    font-size: 1.32rem;
}

.ignite-wordmark-footer .ignite-wordmark-spark {
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.35rem;
}

.ignite-login-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.ignite-login-signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.5rem;
    border-radius: 0.35rem;
    background: var(--ignite-login-accent);
    color: #0c0f08;
    font-weight: 800;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(var(--ignite-login-accent-rgb), 0.24);
}

.ignite-login-signup:hover {
    color: #0c0f08;
    background: var(--ignite-login-accent-hover);
}

.ignite-login-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 980px;
    padding: 3.25rem;
    border-radius: 1.6rem;
    overflow: hidden;
    background: #070707;
    border: 1px solid rgba(255, 255, 255, 0.08);
    isolation: isolate;
}

.ignite-login-stage {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 2, 2, 0.42) 0%, rgba(2, 2, 2, 0.14) 28%, rgba(2, 2, 2, 0.06) 58%, rgba(2, 2, 2, 0.18) 100%),
        linear-gradient(180deg, rgba(2, 2, 2, 0.06), rgba(2, 2, 2, 0.22) 78%, rgba(2, 2, 2, 0.4)),
        url("../img/artist-ignite-login-stage-bg.png");
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.ignite-login-stage::before,
.ignite-login-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ignite-login-stage::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0 10%, transparent 24% 74%, rgba(0, 0, 0, 0.26) 100%),
        radial-gradient(circle at 60% 38%, rgba(255, 255, 255, 0.2), transparent 14%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%, rgba(0, 0, 0, 0.18) 76%, rgba(0, 0, 0, 0.42));
}

.ignite-login-stage::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 36%, rgba(0, 0, 0, 0.12));
}

.ignite-login-stage-brand {
    display: none;
}

.ignite-login-card-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: min(100%, 100%);
    margin-left: auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.ignite-login-card {
    width: min(100%, 560px);
    border-radius: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.92), rgba(14, 14, 14, 0.94));
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(12px);
}

.ignite-login-card-body {
    padding: 3.6rem 3rem 2.9rem;
}

.ignite-login-kicker {
    margin-bottom: 1rem;
    color: var(--ignite-login-accent);
    font-size: 0.92rem;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ignite-login-title {
    margin: 0;
    color: #f5f5f1;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    font-size: clamp(2.35rem, 3.6vw, 3.35rem);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: 0;
}

.ignite-login-copy {
    margin: 1.5rem 0 2.35rem;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.22rem;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.68;
    letter-spacing: 0.012em;
}

.ignite-login-form .alert {
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 107, 107, 0.35);
    background: rgba(113, 17, 17, 0.35);
    color: #ffdede;
}

.ignite-login-card .auth-field {
    margin-bottom: 1.45rem;
}

.ignite-login-card .auth-field label,
.ignite-login-card .form-check-label {
    margin-bottom: 0.6rem;
    color: #f3f3ee;
    font-size: 0.98rem;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.022em;
}

.ignite-login-card .auth-field input,
.ignite-login-card .auth-field select,
.ignite-login-card .auth-field textarea,
.ignite-login-card .password-toggle-field input {
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.38rem;
    padding: 0.95rem 1rem;
    background: rgba(10, 10, 10, 0.92);
    color: #f7f7f4;
    font-size: 1rem;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.018em;
}

.ignite-login-card .auth-field input::placeholder,
.ignite-login-card .password-toggle-field input::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.ignite-login-card .auth-field input:focus,
.ignite-login-card .auth-field select:focus,
.ignite-login-card .auth-field textarea:focus,
.ignite-login-card .password-toggle-field input:focus {
    border-color: rgba(var(--ignite-login-accent-rgb), 0.8);
    box-shadow: 0 0 0 0.2rem rgba(var(--ignite-login-accent-rgb), 0.14);
    outline: 0;
}

.ignite-login-card .form-hint {
    color: rgba(255, 255, 255, 0.56);
}

.ignite-login-card .text-danger {
    color: #ff9e9e !important;
}

.ignite-login-page .password-toggle-button {
    right: 0.85rem;
    color: rgba(255, 255, 255, 0.58);
}

.ignite-login-page .password-toggle-button:hover,
.ignite-login-page .password-toggle-button:focus-visible {
    color: var(--ignite-login-accent-soft);
}

.ignite-login-page .password-toggle-button:focus-visible {
    outline-color: rgba(var(--ignite-login-accent-rgb), 0.35);
}

.ignite-login-form-actions {
    display: grid;
    gap: 1rem;
    margin-top: 1.9rem;
}

.ignite-login-form-actions-stack {
    gap: 0.85rem;
}

.ignite-login-reset {
    justify-self: end;
    color: var(--ignite-login-accent);
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.022em;
    text-decoration: none;
}

.ignite-login-reset:hover {
    color: var(--ignite-login-accent-hover);
}

.ignite-login-submit,
.ignite-login-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 0.38rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 1.05rem;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ignite-login-submit {
    background: var(--ignite-login-accent);
    border-color: var(--ignite-login-accent);
    color: #11140a;
    box-shadow: 0 12px 32px rgba(var(--ignite-login-accent-rgb), 0.22);
}

.ignite-login-submit:hover {
    background: var(--ignite-login-accent-hover);
    border-color: var(--ignite-login-accent-hover);
    color: #11140a;
}

.ignite-login-secondary {
    background: rgba(10, 10, 10, 0.92);
    color: #f5f5f0;
}

.ignite-login-secondary:hover {
    background: rgba(18, 18, 18, 0.98);
    color: #fff;
}

.ignite-login-secondary-block {
    width: 100%;
}

.ignite-login-alt-actions,
.ignite-login-backup-form {
    margin-top: 0.9rem;
}

.ignite-login-alt-actions {
    display: grid;
    gap: 0.75rem;
}

.ignite-login-separator {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 1.15rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.018em;
}

.ignite-login-separator span {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
}

.ignite-social-list {
    display: grid;
    gap: 0.75rem;
}

.ignite-social-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 56px;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.28rem;
    background: rgba(10, 10, 10, 0.95);
    color: #f4f4ef;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.018em;
    text-decoration: none;
}

.ignite-social-button:hover {
    color: #fff;
    background: rgba(17, 17, 17, 1);
}

.ignite-social-button.is-disabled {
    opacity: 0.92;
}

.ignite-social-button.is-disabled:hover {
    background: rgba(10, 10, 10, 0.95);
    color: #f4f4ef;
}

.ignite-social-button-google {
    background: #fff;
    color: #171717;
}

.ignite-social-button-google:hover {
    background: #fff;
    color: #111;
}

.ignite-social-icon {
    flex: 0 0 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1rem;
    font-weight: 800;
    text-transform: none;
}

.ignite-social-button-google .ignite-social-icon {
    background: rgba(15, 23, 42, 0.06);
    color: #4285f4;
}

.ignite-login-legal-copy {
    margin: 2rem 0 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.98rem;
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    letter-spacing: 0.018em;
    line-height: 1.7;
}

.ignite-login-legal-copy a {
    color: var(--ignite-login-accent);
    font-weight: 700;
}

.ignite-login-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding: 2.5rem 0 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ignite-login-benefit {
    max-width: 18rem;
}

.ignite-login-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 1.15rem;
    color: var(--ignite-login-accent);
    line-height: 0;
}

.ignite-login-benefit-icon svg {
    width: 3.85rem;
    height: 3.85rem;
    stroke: currentColor;
    stroke-width: 1.3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ignite-login-benefit-icon .fa {
    display: block;
    font-size: 3.7rem;
    line-height: 1;
}

.ignite-login-benefit h2 {
    margin: 0 0 0.7rem;
    color: var(--ignite-login-accent);
    font-family: "Plus Jakarta Sans", "Manrope", Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.012em;
    line-height: 1.35;
}

.ignite-login-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    font-family: "Plus Jakarta Sans", "Inter Tight", Arial, sans-serif;
    line-height: 1.65;
}

.ignite-login-footer {
    padding: 2.25rem 0 0.5rem;
}

.ignite-login-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(140px, 1fr));
    gap: 2rem;
}

.ignite-login-footer-brand {
    display: inline-flex;
    align-items: flex-start;
}

.ignite-login-footer-brand img {
    width: auto;
    height: 2.65rem;
    max-width: min(100%, 11.75rem);
}

.ignite-login-footer-brandblock p {
    margin: 1rem 0 1.25rem;
    max-width: 18rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.ignite-login-footer-social {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.ignite-login-footer-social span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    min-height: 1.7rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 700;
}

.ignite-login-footer h3 {
    margin: 0 0 1.1rem;
    color: #fff;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ignite-login-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ignite-login-footer li {
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Plus Jakarta Sans", "Inter Tight", Arial, sans-serif;
    line-height: 1.45;
}

.ignite-login-footer-meta {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.25rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ignite-login-footer-meta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-family: "Plus Jakarta Sans", "Inter Tight", Arial, sans-serif;
    font-size: 0.94rem;
}

.ignite-login-footer-links {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    flex-wrap: wrap;
}

.ignite-login-footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-family: "Plus Jakarta Sans", "Inter Tight", Arial, sans-serif;
    text-decoration: none;
}

.ignite-login-footer-links span {
    color: rgba(255, 255, 255, 0.68);
    font-family: "Plus Jakarta Sans", "Inter Tight", Arial, sans-serif;
}

.ignite-login-footer-links a:hover {
    color: #fff;
}

.ignite-login-language-form {
    margin: 0;
}

.ignite-login-language-form select {
    min-width: 4.2rem;
    min-height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.3rem;
    padding: 0.35rem 0.6rem;
    background: rgba(6, 6, 6, 0.95);
    color: #fff;
    font-family: "Inter Tight", "Plus Jakarta Sans", Arial, sans-serif;
}

.ignite-login-language-form select:focus {
    outline: 2px solid rgba(var(--ignite-login-accent-rgb), 0.22);
    outline-offset: 2px;
}

@media (max-width: 1199.98px) {
    .ignite-login-layout {
        width: min(100%, calc(100% - 2rem));
    }

    .ignite-login-hero {
        min-height: 840px;
        padding: 2.4rem;
    }

    .ignite-login-card-body {
        padding: 2.5rem 2.25rem 2.3rem;
    }

    .ignite-login-benefits,
    .ignite-login-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ignite-login-footer-meta {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 991.98px) {
    .ignite-login-header {
        flex-wrap: wrap;
    }

    .ignite-login-header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .ignite-login-hero {
        min-height: 760px;
        padding: 1.5rem;
    }

    .ignite-login-card-wrap {
        width: 100%;
    }

    .ignite-login-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .ignite-login-layout {
        width: min(100%, calc(100% - 1.25rem));
        padding-top: 1rem;
    }

    .ignite-login-header {
        margin-bottom: 1.25rem;
    }

    .ignite-login-brand img {
        height: 2.45rem;
    }

    .ignite-wordmark-lines strong {
        font-size: 1.32rem;
    }

    .ignite-wordmark-spark {
        margin-top: 0.42rem;
    }

    .ignite-login-header-cta {
        width: 100%;
        justify-content: space-between;
        font-size: 0.92rem;
    }

    .ignite-login-header-actions {
        gap: 0.75rem;
    }

    .ignite-login-language-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .ignite-login-stage {
        background-position: 38% center;
    }

    .ignite-login-card-wrap {
        width: 100%;
    }

    .ignite-login-card-body {
        padding: 1.4rem 1.15rem 1.35rem;
    }

    .ignite-login-title {
        font-size: 2.2rem;
    }

    .ignite-login-copy {
        margin-top: 1rem;
        margin-bottom: 1.45rem;
        font-size: 1rem;
        line-height: 1.6;
    }

    .ignite-login-benefits,
    .ignite-login-footer-grid {
        grid-template-columns: 1fr;
    }

    .ignite-login-benefit {
        max-width: none;
    }

    .ignite-login-footer-links {
        gap: 0.8rem 1rem;
    }
}

.staff-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(214, 232, 255, 0.55), transparent 32%),
        radial-gradient(circle at bottom right, rgba(116, 148, 255, 0.26), transparent 28%),
        linear-gradient(135deg, #0b1321, #101d33 48%, #1a2e4f 100%);
    color: #eff4ff;
}

.staff-login-shell {
    max-width: 1100px;
    overflow: hidden;
    border-radius: 1.6rem;
    box-shadow: 0 26px 80px rgba(4, 11, 23, 0.45);
}

.staff-login-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    padding: 1.1rem 1.5rem;
    background: linear-gradient(180deg, rgba(8, 14, 26, 0.96), rgba(16, 29, 51, 0.92));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.staff-login-topmark {
    display: inline-flex;
    align-items: center;
    width: 2.35rem;
    overflow: hidden;
    text-decoration: none;
}

.staff-login-topmark img {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
    object-position: right center;
}

.staff-login-topmark-wide {
    width: 2.35rem;
}

.staff-login-language-form {
    margin: 0;
}

.staff-login-language-form .form-select {
    min-width: 8.5rem;
    border-color: rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.staff-login-language-form .form-select:focus {
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.14);
}

.staff-login-language-form .form-select option {
    color: var(--jj-ink);
}

.staff-login-aside {
    background: linear-gradient(180deg, rgba(8, 14, 26, 0.96), rgba(16, 29, 51, 0.92));
    color: white;
}

.staff-login-panel {
    background: rgba(247, 250, 255, 0.98);
    color: #10203a;
}

.staff-login-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.72);
}

.staff-login-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    text-decoration: none;
}

.staff-login-brand:hover {
    color: white;
}

.staff-login-brand img {
    width: auto;
    height: 38px;
    object-fit: contain;
}

.staff-login-brand span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.staff-login-note-list {
    display: grid;
    gap: 0.9rem;
}

.staff-login-note {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-public {
    --artist-accent: var(--jj-accent);
    font-family: var(--artist-font-family, inherit);
}

body.public-artist-body {
    background: #041721;
}

body.public-artist-body--linkfolio {
    background: var(--linkfolio-outer-background-color, #041721);
}

.public-main--artist {
    width: 100%;
    max-width: none;
    padding: 0;
}

.public-main--artist > .mb-4 {
    margin: 1rem auto 0;
    width: min(100% - 2rem, 1240px);
}

.artist-section-stack {
    display: grid;
    gap: 0;
}

.artist-page-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.artist-page-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #111111;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.artist-page-nav-link.is-active {
    background: color-mix(in srgb, var(--artist-accent) 22%, white);
    color: #111111;
}

.artist-font-picker {
    display: grid;
    gap: 0.65rem;
}

.artist-font-picker-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 14rem);
    align-items: center;
    gap: 0.6rem;
}

.artist-font-picker-search {
    min-height: 2.55rem;
    padding: 0.58rem 0.78rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 0.78rem;
    background: #ffffff;
}

.artist-font-picker-filter {
    min-height: 2.55rem;
    padding: 0.58rem 0.78rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 0.78rem;
    background: #ffffff;
}

.artist-font-picker-grid {
    max-height: 26rem;
    padding-right: 0.2rem;
    overflow: auto;
    display: grid;
    gap: 0.5rem;
}

.artist-font-picker-option {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.72rem 0.82rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 0.86rem;
    background: rgba(255, 255, 255, 0.92);
    text-align: left;
}

.artist-font-picker-option:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--jj-accent) 58%, #ffffff);
    outline-offset: 2px;
}

.artist-font-picker-option.is-selected {
    border-color: color-mix(in srgb, var(--jj-accent) 65%, #ffffff);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--jj-accent) 22%, transparent);
}

.artist-font-picker-option-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.artist-font-picker-sample {
    display: block;
    min-width: 0;
    font-size: 1.18rem;
    line-height: 1.04;
    color: #111111;
}

.artist-font-picker-name {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(17, 17, 17, 0.62);
    white-space: normal;
}

.artist-font-picker-meta {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.artist-font-picker-status {
    flex: 0 0 auto;
    width: 0.58rem;
    height: 0.58rem;
    margin-top: 0.22rem;
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.28);
}

.artist-font-picker-option[data-font-status="loading"] .artist-font-picker-status {
    background: rgba(196, 106, 45, 0.34);
}

.artist-font-picker-option[data-font-status="ready"] .artist-font-picker-status {
    background: rgba(22, 163, 74, 0.64);
}

.artist-font-picker-option[data-font-status="fallback"] .artist-font-picker-status {
    background: rgba(220, 38, 38, 0.62);
}

.role-live-design-tools {
    display: grid;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

.role-code-editor-shell {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    background: #0f172a;
}

.role-code-editor-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(15, 23, 42, 0.96);
    color: #e2e8f0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.role-code-editor-frame {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: stretch;
}

.role-code-editor-gutter {
    margin: 0;
    padding: 1rem 0.75rem;
    background: #111827;
    color: rgba(148, 163, 184, 0.92);
    font: 400 0.85rem/1.55 "Cascadia Code", Consolas, "Courier New", monospace;
    user-select: none;
    overflow: hidden;
}

.role-code-editor {
    border: 0 !important;
    border-radius: 0 !important;
    min-height: 21rem;
    padding: 1rem 1rem 1rem 0.2rem !important;
    resize: vertical;
    background: #0f172a !important;
    color: #f8fafc !important;
    font: 400 0.9rem/1.55 "Cascadia Code", Consolas, "Courier New", monospace !important;
    box-shadow: none !important;
}

.role-code-editor::placeholder {
    color: rgba(148, 163, 184, 0.7);
}

.role-live-site-preview {
    width: 100%;
    min-height: 72rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.24s ease;
}

.role-live-preview-shell {
    position: relative;
    min-height: 72rem;
    border-radius: 1rem;
    overflow: hidden;
    cursor: cell;
    background:
        radial-gradient(circle at top left, rgba(29, 79, 145, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.96));
}

.role-live-preview-shell[data-preview-state="ready"] .role-live-site-preview {
    opacity: 1;
}

.role-live-preview-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    background: rgba(248, 250, 252, 0.82);
    backdrop-filter: blur(8px);
    color: #0f172a;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.role-live-preview-shell[data-preview-state="ready"] .role-live-preview-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.role-live-design-layout {
    display: grid;
    gap: 1rem;
}

.role-live-design-panel {
    display: grid;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

@supports (content-visibility: auto) {
    .role-live-design-preview-column,
    .role-live-design-panel--code {
        content-visibility: auto;
        contain-intrinsic-size: 820px;
    }
}

.role-live-design-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.role-live-design-panel-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.role-live-design-panel-header--compact {
    gap: 0.5rem;
}

.role-live-design-control-group {
    display: grid;
    gap: 0.5rem;
    align-content: start;
    padding: 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.92);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.role-live-design-control-group[hidden] {
    display: none;
}

.role-live-design-control-group.is-context-match {
    border-color: rgba(29, 79, 145, 0.42);
    box-shadow: 0 0 0 0.22rem rgba(29, 79, 145, 0.1);
    transform: translateY(-1px);
}

.role-live-design-control-group--wide {
    grid-column: 1 / -1;
}

.role-live-design-preview-column {
    min-width: 0;
}

.role-live-design-panel--code .role-code-editor {
    min-height: 18rem;
}

.role-live-design-panel--general {
    gap: 0.75rem;
    padding: 0.85rem 1rem;
}

.role-live-page-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 1.1fr) minmax(180px, 1fr) auto minmax(220px, 1.4fr);
    gap: 0.8rem;
    align-items: start;
}

.role-live-page-control {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.role-live-page-control--swatch {
    justify-items: start;
}

.role-live-page-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #475569;
}

.role-live-page-control .form-select,
.role-live-page-control .form-control {
    min-height: 42px;
}

.role-live-page-control--swatch .form-control-color,
.role-live-selection-group-body--swatches .form-control-color {
    width: 4.1rem;
    min-width: 4.1rem;
    height: 2.6rem;
    padding: 0.2rem;
}

.role-live-page-disclosure,
.role-live-selection-group {
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.92);
}

.role-live-page-disclosure summary,
.role-live-selection-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    cursor: pointer;
    list-style: none;
}

.role-live-page-disclosure summary::-webkit-details-marker,
.role-live-selection-group summary::-webkit-details-marker {
    display: none;
}

.role-live-page-disclosure summary span {
    display: grid;
    gap: 0.15rem;
}

.role-live-page-disclosure summary strong,
.role-live-selection-group summary {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
}

.role-live-page-disclosure summary small {
    font-size: 0.78rem;
    color: #64748b;
}

.role-live-page-palette {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 0 0.9rem 0.9rem;
}

.role-live-selection-float {
    position: absolute;
    z-index: 3;
    width: min(420px, calc(100% - 24px));
    max-height: calc(100% - 24px);
    overflow: auto;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(12px);
}

.role-live-selection-float[hidden] {
    display: none;
}

.role-live-selection-float-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem 0.3rem;
    cursor: grab;
}

.is-dragging-selection-float .role-live-selection-float-header,
.role-live-selection-float-header:active {
    cursor: grabbing;
}

.role-live-selection-float-grip {
    display: block;
    width: 3.4rem;
    height: 0.34rem;
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.34);
}

.role-live-selection-float-body {
    display: grid;
    gap: 0.55rem;
    padding: 0.55rem 0.7rem 0.7rem;
}

.role-live-preview-social-summary {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.92));
}

.role-live-preview-social-meta {
    display: grid;
    gap: 0.2rem;
}

.role-live-preview-social-meta strong {
    font-size: 0.9rem;
    color: #0f172a;
}

.role-live-preview-social-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.role-live-social-platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.role-live-selection-group[hidden] {
    display: none;
}

.role-live-selection-group-body {
    display: grid;
    gap: 0.55rem;
    padding: 0 0.7rem 0.7rem;
}

.role-live-selection-group-body--swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.role-live-selection-group-body--swatches-triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-live-selection-group-body--stack {
    gap: 0.8rem;
}

.role-live-hero-image-preview {
    min-height: 9rem;
    border-radius: 0.9rem;
    border: 1px dashed rgba(148, 163, 184, 0.55);
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.02)),
        center / cover no-repeat;
}

.role-live-hero-image-preview[data-has-image="true"] {
    border-style: solid;
}

.role-live-layout-grid {
    display: grid;
    gap: 0.75rem;
}

.role-live-range-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: #64748b;
}

.role-live-social-icon-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.role-live-social-icon-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
}

.role-live-social-icon-chip svg {
    width: 1.25rem;
    height: 1.25rem;
}

.role-live-selection-group .artist-font-picker {
    gap: 0.45rem;
}

.role-live-selection-group .artist-font-picker-grid {
    max-height: 13rem;
}

.role-live-design-control-group--slider input[type="range"] {
    width: 100%;
}

.artist-public-spotlight {
    padding: 1.2rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top left, rgba(255, 236, 214, 0.9), transparent 28%),
        radial-gradient(circle at bottom right, rgba(36, 21, 13, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(247, 242, 236, 0.92));
}

.artist-spotlight-layout {
    display: grid;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.artist-spotlight-side {
    position: sticky;
    top: 1rem;
}

.artist-font--modern-sans {
    font-family: "Trebuchet MS", "Gill Sans", sans-serif;
}

.artist-font--editorial-serif {
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.artist-font--stage-contrast {
    font-family: "Franklin Gothic Medium", "Arial Narrow", sans-serif;
    letter-spacing: 0.01em;
}

.artist-surface--soft-glow .artist-surface {
    background: rgba(252, 246, 238, 0.88);
}

.artist-surface--sharp-contrast .artist-surface {
    background: #fffdf9;
    border: 1px solid rgba(36, 21, 13, 0.14);
    box-shadow: 0 16px 44px rgba(17, 17, 17, 0.12);
}

.artist-surface--minimal-paper .artist-surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 235, 0.88));
    border: 1px solid rgba(36, 21, 13, 0.08);
    box-shadow: none;
}

.artist-public--spotlight .artist-hero {
    background: linear-gradient(135deg, #1e130f, #744220 55%, #d18b4c 100%);
}

.artist-public--spotlight .artist-stat-card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.artist-platform-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(36, 21, 13, 0.12);
    background: rgba(255, 255, 255, 0.7);
}

.artist-platform-brand-kicker {
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.55);
}

.artist-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background: linear-gradient(140deg, rgba(36, 21, 13, 0.96), rgba(77, 43, 19, 0.88));
    color: white;
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.18);
}

.artist-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--artist-accent) 65%, white), transparent 35%);
    opacity: 0.55;
    pointer-events: none;
}

.artist-hero-content,
.artist-hero-media {
    position: relative;
    z-index: 1;
}

.artist-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.artist-meta-list,
.artist-stat-grid,
.artist-detail-grid,
.artist-gallery-grid,
.artist-benefit-grid,
.artist-tier-grid,
.artist-social-grid {
    display: grid;
    gap: 1rem;
}

.artist-meta-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.artist-meta-chip,
.artist-stat-card,
.artist-detail-card,
.artist-gallery-card,
.artist-benefit-card,
.artist-tier-card,
.artist-social-card {
    border-radius: 1.15rem;
}

.artist-meta-chip {
    padding: 0.8rem 0.95rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.artist-stat-grid,
.artist-tier-grid,
.artist-benefit-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.artist-stat-card {
    padding: 1rem;
    background: white;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.08);
}

.artist-stat-value {
    color: var(--artist-accent);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.artist-stat-label {
    margin-top: 0.35rem;
    color: rgba(17, 17, 17, 0.66);
    font-size: 0.92rem;
}

.artist-surface {
    background: rgba(252, 246, 238, 0.88);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.artist-public-music-booklets__count {
    color: var(--artist-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.artist-public-music-release {
    display: grid;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.artist-public-music-release + .artist-public-music-release,
.artist-public-music-release + .artist-public-music-booklet--single {
    margin-top: 2rem;
}

.artist-public-music-release__header {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.artist-public-music-release__cover,
.artist-public-song-booklet__cover {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0.8rem;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.12);
}

.artist-public-music-release__type {
    color: var(--artist-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artist-public-music-release__header h3,
.artist-public-music-booklet__heading h4 {
    margin: 0.2rem 0 0;
    color: var(--jj-deep);
}

.artist-public-music-release__header time,
.artist-public-music-booklet__heading > div > span {
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.82rem;
}

.artist-public-music-release__header p {
    max-width: 48rem;
    margin: 0.65rem 0 0;
    color: rgba(17, 17, 17, 0.68);
}

.artist-public-music-booklet {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.06);
}

.artist-public-music-booklet__heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.artist-public-music-booklet__number {
    display: grid;
    flex: 0 0 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 0.45rem;
    background: var(--artist-accent);
    color: white;
    font-weight: 800;
}

.artist-public-song-booklet {
    display: grid;
    gap: 1rem;
}

.artist-public-song-booklet__main {
    display: grid;
    grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.artist-public-song-booklet__copy {
    display: grid;
    gap: 0.85rem;
}

.artist-public-song-booklet__fan-message {
    margin: 0;
    color: rgba(17, 17, 17, 0.76);
    line-height: 1.6;
}

.artist-public-song-booklet__audio {
    width: 100%;
    min-height: 2.6rem;
}

.artist-public-song-booklet__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.artist-public-song-booklet__links a,
.artist-public-song-booklet__video a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--jj-deep);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.artist-public-song-booklet__links a {
    padding: 0.42rem 0.6rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 0.4rem;
}

.artist-public-song-booklet__links a:hover,
.artist-public-song-booklet__links a:focus-visible,
.artist-public-song-booklet__video a:hover,
.artist-public-song-booklet__video a:focus-visible {
    color: var(--artist-accent);
}

.artist-public-song-booklet__details {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    padding-top: 0.8rem;
}

.artist-public-song-booklet__details summary {
    cursor: pointer;
    color: var(--jj-deep);
    font-weight: 800;
}

.artist-public-song-booklet__lyrics {
    margin-top: 0.7rem;
    color: rgba(17, 17, 17, 0.72);
    line-height: 1.7;
    white-space: pre-wrap;
}

.artist-public-music-credits {
    display: grid;
    gap: 0.32rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    color: rgba(17, 17, 17, 0.68);
    font-size: 0.78rem;
}

.artist-public-music-credits strong {
    color: var(--jj-deep);
}

.artist-public-music-credits--release {
    padding: 0.8rem 0;
    border-top: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.artist-public-song-booklet__photos,
.artist-public-song-booklet__videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.7rem;
}

.artist-public-song-booklet__photos figure,
.artist-public-song-booklet__video {
    margin: 0;
}

.artist-public-song-booklet__photos img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.55rem;
}

.artist-public-song-booklet__photos figcaption {
    margin-top: 0.35rem;
    color: rgba(17, 17, 17, 0.58);
    font-size: 0.72rem;
}

.artist-public-song-booklet__video {
    display: grid;
    gap: 0.4rem;
}

.artist-public-song-booklet__video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 0.55rem;
    background: #171717;
}

@media (max-width: 640px) {
    .artist-public-music-release__header,
    .artist-public-song-booklet__main {
        grid-template-columns: 1fr;
    }

    .artist-public-music-release__cover,
    .artist-public-song-booklet__cover {
        width: min(12rem, 100%);
    }
}

.artist-surface-dark {
    background: linear-gradient(160deg, rgba(36, 21, 13, 0.96), rgba(59, 33, 16, 0.92));
    color: white;
}

.artist-detail-grid,
.artist-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.artist-detail-card,
.artist-gallery-card,
.artist-benefit-card,
.artist-tier-card,
.artist-social-card {
    padding: 1.15rem;
    background: white;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.07);
}

.artist-social-card .artist-social-icon {
    color: white;
    width: 2.35rem;
    height: 2.35rem;
}

.artist-surface-dark .artist-tier-card,
.artist-surface-dark .artist-social-card {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.artist-gallery-media {
    min-height: 170px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(196, 106, 45, 0.2), rgba(17, 17, 17, 0.08));
    color: var(--jj-deep);
    font-weight: 800;
}

.artist-gallery-media.is-fallback {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.artist-gallery-media-fallback {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 170px;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.28), transparent 0.4rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(17, 17, 17, 0.08));
}

.artist-gallery-media.is-fallback .artist-gallery-media-fallback {
    display: block;
}

.artist-gallery-media img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    border-radius: 1rem;
    display: block;
}

.artist-tier-price {
    color: var(--artist-accent);
    font-size: 1.5rem;
    font-weight: 800;
}

.artist-tier-meta {
    font-size: 0.88rem;
    color: rgba(17, 17, 17, 0.62);
}

.artist-surface-dark .artist-tier-meta,
.artist-surface-dark .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.artist-link {
    color: var(--artist-accent);
    font-weight: 700;
    text-decoration: none;
}

.artist-link:hover {
    color: color-mix(in srgb, var(--artist-accent) 72%, black);
}

.artist-hero-art {
    min-height: 100%;
    border-radius: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.artist-hero-image {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.18);
}

.artist-public--neon-dots,
.artist-public--neon-poster {
    --artist-neon-bg: #072c3b;
    --artist-neon-pink: #ff14a5;
    --artist-neon-blue: #4b59ff;
    background: linear-gradient(180deg, #051d28, #072c3b 20%, #0a3140 100%);
    color: #ffffff;
    min-height: 100vh;
    padding: 1.1rem 1.1rem 2rem;
}

.artist-neon-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    border-radius: 1.8rem;
    background: var(--artist-neon-bg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.artist-neon-backdrop,
.artist-neon-overlay,
.artist-neon-dots {
    position: absolute;
    inset: 0;
}

.artist-neon-backdrop {
    background-image:
        radial-gradient(circle at 30% 20%, rgba(108, 63, 255, 0.55), transparent 28%),
        radial-gradient(circle at 70% 10%, rgba(255, 20, 165, 0.35), transparent 24%),
        linear-gradient(180deg, rgba(12, 36, 49, 0.55), rgba(7, 44, 59, 0.9)),
        var(--artist-hero-image, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(1.05) brightness(0.86);
    transform: scale(1.02);
}

.artist-neon-overlay {
    background:
        linear-gradient(180deg, rgba(6, 22, 30, 0.24), rgba(7, 20, 30, 0.16) 35%, rgba(3, 10, 16, 0.62) 100%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 44%);
}

.artist-neon-dots {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.44) 1.35px, transparent 1.35px);
    background-size: 24px 24px;
    opacity: 0.62;
}

.artist-neon-inner,
.artist-neon-dock {
    position: relative;
    z-index: 1;
}

.artist-neon-inner {
    min-height: calc(100svh - 88px);
    padding: 3rem 1.5rem 8rem;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.6rem;
    text-align: center;
}

.artist-neon-logo {
    width: min(78vw, 860px);
    max-height: min(42vh, 420px);
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45));
}

.artist-neon-wordmark {
    margin: 0;
    max-width: min(90vw, 920px);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(4.2rem, 11vw, 10rem);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: transparent;
    background: linear-gradient(90deg, var(--artist-wordmark-gradient-start, #ff3ed0) 0%, var(--artist-wordmark-gradient-mid, #d410ff) 45%, var(--artist-wordmark-gradient-end, #5661ff) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.42);
}

.artist-neon-cta {
    width: min(100%, 520px);
}

.artist-neon-cta h2 {
    margin-bottom: 1.15rem;
    color: #ffffff;
    font-family: "Montserrat", "Trebuchet MS", sans-serif;
    font-size: clamp(1.9rem, 4.2vw, 3.3rem);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.artist-neon-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    width: min(100%, 410px);
    margin: 0 auto;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.artist-neon-form input,
.artist-neon-form button {
    border: 0;
    min-height: 56px;
    border-radius: 0;
    font-family: var(--artist-font-family, "Montserrat", "Trebuchet MS", sans-serif);
}

.artist-neon-form input {
    padding: 0 1.15rem;
    font-size: 1rem;
    font-weight: 600;
    color: #505050;
    background: #ffffff;
}

.artist-neon-form button {
    padding: 0 1.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--artist-neon-pink);
}

.artist-neon-contact {
    display: inline-flex;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-weight: 600;
}

.artist-neon-contact:hover {
    color: #ffffff;
}

.artist-neon-dock {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.35rem;
    background: rgba(11, 22, 34, 0.42);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.artist-neon-nav,
.artist-neon-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.artist-neon-nav a {
    position: relative;
    padding: 0.6rem 0.15rem;
    color: #ffffff;
    font-family: var(--artist-font-family, "Montserrat", "Trebuchet MS", sans-serif);
    font-size: 0.96rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.artist-neon-nav {
    row-gap: 0.45rem;
}

.artist-neon-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.05rem;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff14a5, #ff5dc1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.18s ease;
}

.artist-neon-nav a:hover::after,
.artist-neon-nav a.is-active::after {
    transform: scaleX(1);
}

.artist-neon-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.artist-neon-social svg {
    width: 2rem;
    height: 2rem;
}

.artist-neon-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
    gap: 1rem;
    margin-top: 1.25rem;
}

.artist-neon-feature-card,
.artist-neon-press-link,
.artist-neon-press-empty {
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 26, 38, 0.72);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.artist-neon-feature-card {
    overflow: hidden;
}

.artist-neon-feature-media {
    min-height: 340px;
    background: linear-gradient(135deg, rgba(255, 20, 165, 0.28), rgba(86, 97, 255, 0.22));
}

.artist-neon-feature-media img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.artist-neon-feature-fallback {
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(3rem, 6vw, 5rem);
    color: #ffffff;
}

.artist-neon-feature-copy {
    padding: 1.4rem;
    color: rgba(255, 255, 255, 0.84);
}

.artist-neon-feature-copy h3 {
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 1.8rem;
}

.artist-neon-feature-copy p {
    margin-bottom: 0;
}

.artist-neon-kicker {
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.artist-neon-release-tag,
.artist-neon-panel-title {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.75rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 20, 165, 0.18);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.artist-neon-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.artist-neon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.7rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.artist-neon-action:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.artist-neon-action--primary {
    border-color: transparent;
    background: linear-gradient(90deg, #ff14a5, #ff5dc1);
}

.artist-neon-action--primary:hover {
    background: linear-gradient(90deg, #ff31b0, #ff73cb);
}

.artist-neon-press-list {
    display: grid;
    gap: 0.85rem;
}

.artist-neon-press-link,
.artist-neon-press-empty {
    padding: 1.05rem 1.15rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.artist-neon-press-link:hover {
    color: #ffffff;
    background: rgba(255, 20, 165, 0.24);
}

.artist-neon-poster-grid {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    align-items: center;
    gap: 2rem;
}

.artist-neon-inner--poster {
    padding-inline: 2rem;
    justify-items: stretch;
}

.artist-neon-poster-copy {
    display: grid;
    gap: 1rem;
    text-align: left;
}

.artist-neon-poster-lead {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.artist-neon-cta--poster {
    width: min(100%, 470px);
}

.artist-neon-action-row--poster {
    margin-top: 0.35rem;
}

.artist-neon-poster-card {
    display: grid;
    gap: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 22, 32, 0.72);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
}

.artist-neon-poster-media {
    min-height: 440px;
    background: linear-gradient(135deg, rgba(255, 20, 165, 0.24), rgba(86, 97, 255, 0.26));
}

.artist-neon-poster-media img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.artist-neon-poster-meta {
    padding: 1.25rem 1.35rem 1.45rem;
    color: rgba(255, 255, 255, 0.82);
}

.artist-neon-poster-meta h3 {
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 1.55rem;
}

.artist-neon-page-stage {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.artist-neon-page-title {
    margin: 0;
    font-family: "Caveat", "Segoe Script", cursive;
    font-size: clamp(3.2rem, 8vw, 5.4rem);
    line-height: 0.95;
    color: #0a3043;
    transform: rotate(-5deg);
    text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.18);
}

.artist-neon-page-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.1rem;
}

.artist-neon-listen-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 5.2rem;
    padding: 1rem 1.35rem;
    background: #0b3042;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.artist-neon-listen-button:hover {
    color: #ffffff;
    background: #123b52;
}

.artist-neon-editorial--poster {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.1fr);
}

.artist-neon-feature-card--poster {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.artist-public--neon-dots .artist-neon-section--narrative .artist-detail-grid,
.artist-public--neon-poster .artist-neon-section--narrative .artist-detail-grid {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(170px, 1fr));
}

.artist-public--neon-dots .artist-neon-section--narrative .artist-detail-card:first-child,
.artist-public--neon-poster .artist-neon-section--narrative .artist-detail-card:first-child {
    padding: 1.5rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.artist-public--neon-dots .artist-neon-section--memberships .artist-tier-grid,
.artist-public--neon-poster .artist-neon-section--memberships .artist-tier-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.artist-public--neon-dots .artist-neon-section--memberships .artist-tier-card,
.artist-public--neon-poster .artist-neon-section--memberships .artist-tier-card {
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.artist-public--neon-dots .artist-neon-section--memberships .artist-tier-price,
.artist-public--neon-poster .artist-neon-section--memberships .artist-tier-price {
    font-size: 2rem;
}

.artist-public--neon-dots .artist-neon-section--events .artist-detail-grid,
.artist-public--neon-poster .artist-neon-section--events .artist-detail-grid {
    grid-template-columns: minmax(0, 1fr);
}

.artist-public--neon-dots .artist-neon-section--events .artist-detail-card,
.artist-public--neon-poster .artist-neon-section--events .artist-detail-card {
    padding: 1.35rem;
    border-left: 3px solid rgba(255, 20, 165, 0.75);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.artist-public--neon-dots .artist-neon-section--gallery .artist-gallery-grid,
.artist-public--neon-poster .artist-neon-section--gallery .artist-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.artist-public--neon-dots .artist-neon-section--gallery .artist-gallery-media,
.artist-public--neon-poster .artist-neon-section--gallery .artist-gallery-media {
    min-height: 240px;
}

.artist-public--neon-dots .artist-neon-section--gallery .artist-gallery-media img,
.artist-public--neon-poster .artist-neon-section--gallery .artist-gallery-media img {
    min-height: 240px;
}

.artist-public--neon-dots .artist-neon-section--social_links .artist-social-grid,
.artist-public--neon-poster .artist-neon-section--social_links .artist-social-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.artist-public--neon-dots .artist-neon-section--social_links .artist-social-card,
.artist-public--neon-poster .artist-neon-section--social_links .artist-social-card {
    padding: 1.25rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.artist-public--neon-dots .artist-neon-section--social_links .artist-social-card strong,
.artist-public--neon-poster .artist-neon-section--social_links .artist-social-card strong {
    font-size: 1.05rem;
}

.artist-public--neon-dots .artist-neon-section--narrative .artist-surface,
.artist-public--neon-poster .artist-neon-section--narrative .artist-surface,
.artist-public--neon-dots .artist-neon-section--memberships .artist-surface,
.artist-public--neon-poster .artist-neon-section--memberships .artist-surface,
.artist-public--neon-dots .artist-neon-section--events .artist-surface,
.artist-public--neon-poster .artist-neon-section--events .artist-surface,
.artist-public--neon-dots .artist-neon-section--gallery .artist-surface,
.artist-public--neon-poster .artist-neon-section--gallery .artist-surface,
.artist-public--neon-dots .artist-neon-section--social_links .artist-surface,
.artist-public--neon-poster .artist-neon-section--social_links .artist-surface {
    position: relative;
    overflow: hidden;
}

.artist-public--neon-dots .artist-neon-section--narrative .artist-surface::before,
.artist-public--neon-poster .artist-neon-section--narrative .artist-surface::before,
.artist-public--neon-dots .artist-neon-section--memberships .artist-surface::before,
.artist-public--neon-poster .artist-neon-section--memberships .artist-surface::before,
.artist-public--neon-dots .artist-neon-section--events .artist-surface::before,
.artist-public--neon-poster .artist-neon-section--events .artist-surface::before,
.artist-public--neon-dots .artist-neon-section--gallery .artist-surface::before,
.artist-public--neon-poster .artist-neon-section--gallery .artist-surface::before,
.artist-public--neon-dots .artist-neon-section--social_links .artist-surface::before,
.artist-public--neon-poster .artist-neon-section--social_links .artist-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 20, 165, 0.12), transparent 28%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .artist-public--neon-dots .artist-neon-section--narrative .artist-detail-grid,
    .artist-public--neon-poster .artist-neon-section--narrative .artist-detail-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

.artist-section-stack--neon {
    gap: 1rem;
    margin-top: 1rem;
}

.artist-public--neon-dots .artist-neon-section,
.artist-public--neon-poster .artist-neon-section {
    scroll-margin-top: 2rem;
}

.artist-public--neon-dots .artist-surface,
.artist-public--neon-dots .artist-platform-brand,
.artist-public--neon-poster .artist-surface,
.artist-public--neon-poster .artist-platform-brand {
    background: rgba(10, 26, 38, 0.74);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.artist-public--neon-dots .artist-detail-card,
.artist-public--neon-dots .artist-gallery-card,
.artist-public--neon-dots .artist-benefit-card,
.artist-public--neon-dots .artist-tier-card,
.artist-public--neon-dots .artist-social-card,
.artist-public--neon-dots .artist-stat-card,
.artist-public--neon-poster .artist-detail-card,
.artist-public--neon-poster .artist-gallery-card,
.artist-public--neon-poster .artist-benefit-card,
.artist-public--neon-poster .artist-tier-card,
.artist-public--neon-poster .artist-social-card,
.artist-public--neon-poster .artist-stat-card {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.artist-public--neon-dots .artist-tier-price,
.artist-public--neon-dots .artist-link,
.artist-public--neon-dots .artist-stat-value,
.artist-public--neon-poster .artist-tier-price,
.artist-public--neon-poster .artist-link,
.artist-public--neon-poster .artist-stat-value {
    color: var(--artist-neon-pink);
}

.artist-public--neon-dots .artist-tier-meta,
.artist-public--neon-dots .artist-stat-label,
.artist-public--neon-dots .text-muted,
.artist-public--neon-dots .artist-platform-brand-kicker,
.artist-public--neon-poster .artist-tier-meta,
.artist-public--neon-poster .artist-stat-label,
.artist-public--neon-poster .text-muted,
.artist-public--neon-poster .artist-platform-brand-kicker {
    color: rgba(255, 255, 255, 0.7) !important;
}

.artist-public--neon-dots .artist-gallery-media,
.artist-public--neon-poster .artist-gallery-media {
    background: linear-gradient(135deg, rgba(255, 20, 165, 0.25), rgba(86, 97, 255, 0.22));
    color: #ffffff;
}

.artist-public--neon-dots.artist-public-page--music,
.artist-public--neon-dots.artist-public-page--video,
.artist-public--neon-dots.artist-public-page--photos,
.artist-public--neon-dots.artist-public-page--contact,
.artist-public--neon-dots.artist-public-page--bio,
.artist-public--neon-dots.artist-public-page--fans,
.artist-public--neon-dots.artist-public-page--shop {
    background: #ff0fae;
}

.artist-public--neon-dots.artist-public-page--music .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--video .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--photos .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--contact .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--bio .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--fans .artist-neon-editorial--dots,
.artist-public--neon-dots.artist-public-page--shop .artist-neon-editorial--dots {
    display: none;
}

.artist-public--neon-dots.artist-public-page--music .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--video .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--photos .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--contact .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--bio .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--fans .artist-neon-page-stage,
.artist-public--neon-dots.artist-public-page--shop .artist-neon-page-stage {
    padding: 2rem 1.8rem 0;
}

.artist-public--neon-dots.artist-public-page--music .artist-neon-section,
.artist-public--neon-dots.artist-public-page--video .artist-neon-section,
.artist-public--neon-dots.artist-public-page--photos .artist-neon-section,
.artist-public--neon-dots.artist-public-page--contact .artist-neon-section,
.artist-public--neon-dots.artist-public-page--bio .artist-neon-section,
.artist-public--neon-dots.artist-public-page--fans .artist-neon-section,
.artist-public--neon-dots.artist-public-page--shop .artist-neon-section {
    background: transparent;
}

.artist-public--neon-dots.artist-public-page--music .artist-surface,
.artist-public--neon-dots.artist-public-page--video .artist-surface,
.artist-public--neon-dots.artist-public-page--photos .artist-surface,
.artist-public--neon-dots.artist-public-page--contact .artist-surface,
.artist-public--neon-dots.artist-public-page--bio .artist-surface,
.artist-public--neon-dots.artist-public-page--fans .artist-surface,
.artist-public--neon-dots.artist-public-page--shop .artist-surface {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.artist-public--neon-dots.artist-public-page--music .artist-detail-card,
.artist-public--neon-dots.artist-public-page--music .artist-gallery-card,
.artist-public--neon-dots.artist-public-page--music .artist-social-card,
.artist-public--neon-dots.artist-public-page--music .artist-tier-card,
.artist-public--neon-dots.artist-public-page--video .artist-detail-card,
.artist-public--neon-dots.artist-public-page--photos .artist-gallery-card,
.artist-public--neon-dots.artist-public-page--contact .artist-social-card,
.artist-public--neon-dots.artist-public-page--bio .artist-detail-card,
.artist-public--neon-dots.artist-public-page--fans .artist-benefit-card,
.artist-public--neon-dots.artist-public-page--shop .artist-detail-card,
.artist-public--neon-dots.artist-public-page--shop .artist-gallery-card {
    border-radius: 0;
    border: 0;
    background: #0b3042;
    box-shadow: none;
}

.role-live-design-disclosures {
    display: grid;
    gap: 0.85rem;
}

.role-live-design-disclosure {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    overflow: hidden;
}

.role-live-design-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    cursor: pointer;
    list-style: none;
}

.role-live-design-disclosure summary::-webkit-details-marker {
    display: none;
}

.role-live-design-disclosure summary span {
    display: grid;
    gap: 0.2rem;
}

.role-live-design-disclosure summary strong {
    font-size: 0.97rem;
}

.role-live-design-disclosure summary small {
    color: rgba(17, 17, 17, 0.64);
}

.role-live-design-disclosure summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.06);
    color: rgba(17, 17, 17, 0.74);
    font-size: 1.15rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.role-live-design-disclosure[open] summary::after {
    content: "-";
}

.role-live-design-disclosure-body {
    padding: 0 1.1rem 1.1rem;
}

.role-live-design-palette-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.role-live-design-palette-grid > div {
    display: grid;
    gap: 0.35rem;
}

body.public-artist-body {
    background: var(--artist-page-bg, #041721);
    color: var(--artist-ink, inherit);
}

.artist-public {
    --artist-accent: var(--jj-accent);
    color: var(--artist-ink, inherit);
    font-family: var(--artist-font-body, var(--artist-font-family, inherit));
}

.artist-public p,
.artist-public li,
.artist-public label,
.artist-public input,
.artist-public textarea,
.artist-public select,
.artist-public .artist-tier-meta,
.artist-public .artist-stat-label,
.artist-public .artist-platform-brand-kicker,
.artist-public .artist-neon-contact,
.artist-public .text-muted {
    font-family: var(--artist-font-body, var(--artist-font-family, inherit));
}

.artist-public h1,
.artist-public h2,
.artist-public h3,
.artist-public h4,
.artist-public h5,
.artist-public h6,
.artist-public .display-4,
.artist-public .display-5,
.artist-public .h2,
.artist-public .h3,
.artist-public .artist-neon-cta h2,
.artist-public .artist-neon-page-title,
.artist-public .artist-tier-price,
.artist-public .artist-stat-value {
    font-family: var(--artist-font-headings, var(--artist-font-body, var(--artist-font-family, inherit)));
}

.artist-public .artist-neon-wordmark {
    font-family: var(--artist-font-display, var(--artist-font-headings, var(--artist-font-body, var(--artist-font-family, inherit))));
}

.artist-public .artist-page-nav-link,
.artist-public .artist-neon-nav a {
    font-family: var(--artist-font-nav, var(--artist-font-body, var(--artist-font-family, inherit)));
}

.artist-public .btn,
.artist-public button,
.artist-public .artist-neon-action,
.artist-public .artist-neon-listen-button,
.artist-public .artist-neon-form button {
    font-family: var(--artist-font-buttons, var(--artist-font-nav, var(--artist-font-body, var(--artist-font-family, inherit))));
}

.artist-page-nav-link {
    background: color-mix(in srgb, var(--artist-surface-bg, rgba(255, 255, 255, 0.82)) 90%, white);
    color: var(--artist-ink, #111111);
}

.artist-page-nav-link.is-active {
    background: color-mix(in srgb, var(--artist-accent) 22%, var(--artist-surface-bg, white));
    color: var(--artist-ink, #111111);
}

.artist-platform-brand {
    background: color-mix(in srgb, var(--artist-surface-bg, rgba(255, 255, 255, 0.7)) 84%, white);
}

.artist-stat-card,
.artist-detail-card,
.artist-gallery-card,
.artist-benefit-card,
.artist-tier-card,
.artist-social-card {
    background: var(--artist-surface-elevated, white);
    color: var(--artist-ink, #111111);
}

.artist-surface {
    background: var(--artist-surface-bg, rgba(252, 246, 238, 0.88));
    color: var(--artist-ink, inherit);
}

.artist-gallery-media {
    background: linear-gradient(135deg, color-mix(in srgb, var(--artist-accent) 20%, transparent), color-mix(in srgb, var(--artist-surface-elevated, #ffffff) 88%, black));
    color: var(--artist-ink, #24150d);
}

.artist-gallery-media.is-fallback {
    background: linear-gradient(135deg, color-mix(in srgb, var(--artist-accent) 20%, transparent), color-mix(in srgb, var(--artist-surface-elevated, #ffffff) 88%, black));
    color: var(--artist-ink, #24150d);
}

.artist-tier-meta,
.artist-stat-label,
.artist-platform-brand-kicker,
.artist-public .text-muted {
    color: var(--artist-muted, rgba(17, 17, 17, 0.62)) !important;
}

.artist-public--spotlight .artist-hero {
    background: linear-gradient(135deg, color-mix(in srgb, var(--artist-page-bg, #1e130f) 78%, black), color-mix(in srgb, var(--artist-accent) 32%, #744220) 55%, color-mix(in srgb, var(--artist-highlight, var(--artist-accent)) 54%, #d18b4c) 100%);
}

.artist-public--neon-dots,
.artist-public--neon-poster {
    --artist-neon-bg: var(--artist-page-bg, #072c3b);
    --artist-neon-pink: var(--artist-accent, #ff14a5);
    --artist-neon-blue: var(--artist-highlight-alt, #4b59ff);
    background: linear-gradient(180deg, color-mix(in srgb, var(--artist-page-bg, #051d28) 88%, black), var(--artist-page-bg, #072c3b) 20%, color-mix(in srgb, var(--artist-page-bg, #072c3b) 82%, white) 100%);
    color: var(--artist-ink, #ffffff);
}

.artist-public--neon-dots .artist-detail-card,
.artist-public--neon-dots .artist-gallery-card,
.artist-public--neon-dots .artist-benefit-card,
.artist-public--neon-dots .artist-tier-card,
.artist-public--neon-dots .artist-social-card,
.artist-public--neon-dots .artist-stat-card,
.artist-public--neon-poster .artist-detail-card,
.artist-public--neon-poster .artist-gallery-card,
.artist-public--neon-poster .artist-benefit-card,
.artist-public--neon-poster .artist-tier-card,
.artist-public--neon-poster .artist-social-card,
.artist-public--neon-poster .artist-stat-card {
    background: color-mix(in srgb, var(--artist-surface-bg, #0f3143) 72%, transparent);
    color: var(--artist-ink, #ffffff);
}

.artist-public--neon-dots .artist-gallery-media,
.artist-public--neon-poster .artist-gallery-media {
    background: linear-gradient(135deg, color-mix(in srgb, var(--artist-highlight, #ff14a5) 25%, transparent), color-mix(in srgb, var(--artist-highlight-alt, #4b59ff) 22%, transparent));
    color: var(--artist-ink, #ffffff);
}

.artist-public--neon-dots .artist-gallery-media.is-fallback,
.artist-public--neon-poster .artist-gallery-media.is-fallback {
    background: linear-gradient(135deg, color-mix(in srgb, var(--artist-highlight, #ff14a5) 25%, transparent), color-mix(in srgb, var(--artist-highlight-alt, #4b59ff) 22%, transparent));
    color: var(--artist-ink, #ffffff);
}

@media (max-width: 991.98px) {
    .artist-neon-editorial,
    .artist-neon-editorial--poster,
    .artist-neon-poster-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .artist-neon-dock {
        position: relative;
        flex-direction: column;
        align-items: stretch;
    }

    .artist-neon-nav,
    .artist-neon-socials {
        justify-content: center;
    }

    .artist-neon-inner {
        min-height: auto;
        padding-bottom: 3rem;
    }

    .artist-neon-inner--poster {
        padding-inline: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .artist-font-picker-toolbar,
    .artist-font-picker-option {
        grid-template-columns: minmax(0, 1fr);
    }

    .artist-font-picker-filter {
        width: 100%;
    }

    .artist-font-picker-name {
        white-space: normal;
    }

    .staff-font-catalog-filters {
        width: 100%;
        justify-content: stretch;
    }

    .staff-font-catalog-filters .staff-font-preview-copy__field,
    .staff-font-catalog-filters .staff-font-preview-copy__field--compact {
        min-width: 0;
    }

    .artist-neon-hero {
        min-height: auto;
    }

    .artist-neon-wordmark {
        font-size: clamp(3rem, 18vw, 6.2rem);
    }

    .artist-neon-cta h2 {
        font-size: clamp(1.5rem, 10vw, 2.5rem);
    }

    .artist-neon-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .artist-neon-form input,
    .artist-neon-form button {
        min-height: 52px;
    }

    .artist-neon-nav {
        gap: 0.65rem 1rem;
    }

    .artist-neon-nav a {
        font-size: 0.84rem;
    }

    .artist-neon-poster-media,
    .artist-neon-poster-media img {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 991.98px) {
    .artist-spotlight-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .artist-spotlight-side {
        position: static;
    }

    .artist-hero-image {
        min-height: 260px;
    }
}

.role-shell {
    gap: 1.1rem;
}

.role-hero {
    position: relative;
    overflow: hidden;
    padding: 1.6rem 1.75rem;
    border-radius: 1.4rem;
    color: white;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.role-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 34%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.06)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.role-hero > * {
    position: relative;
    z-index: 1;
}

.role-hero-staff {
    background: linear-gradient(180deg, #ffffff, #f8fbff 100%);
    color: var(--staff-ink);
    border: 1px solid var(--staff-border);
    box-shadow: var(--staff-shadow);
}

.role-hero-artist {
    background: linear-gradient(135deg, #23130d, #6f3a1c 52%, #c46a2d 100%);
}

.role-hero-fan {
    background: linear-gradient(135deg, #143227, #1f6256 55%, #63a67b 100%);
}

.role-kicker {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.role-hero-staff .role-kicker {
    color: var(--staff-primary-dark);
    background: rgba(29, 79, 145, 0.08);
    border-color: rgba(29, 79, 145, 0.12);
}

.role-hero-staff h1,
.role-hero-staff h2,
.role-hero-staff h3,
.role-hero-staff p,
.role-hero-staff .lead {
    color: var(--staff-ink);
}

.role-hero-staff .role-inline-link {
    color: var(--staff-primary);
}

.role-hero-staff .role-inline-link:hover {
    color: var(--staff-primary-dark);
}

.role-hero-aside {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.role-hero-staff .role-hero-aside {
    background: var(--staff-panel-alt);
    border-color: var(--staff-border);
}

.role-hero-staff .role-hero-label,
.role-hero-staff .role-bullet-list,
.role-hero-staff .role-bullet-list li {
    color: var(--staff-muted);
}

.role-hero-label {
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.role-bullet-list {
    padding-left: 1.1rem;
}

.role-bullet-list li + li {
    margin-top: 0.45rem;
}

.role-metric-grid,
.role-note-grid {
    display: grid;
    gap: 1rem;
}

.role-metric-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.role-note-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.role-metric-card,
.role-note-card,
.role-surface-card,
.role-subscription-item {
    border-radius: 1.2rem;
}

.role-metric-card {
    padding: 1rem 1.05rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.role-metric-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.role-metric-value {
    margin: 0.35rem 0 0.25rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    line-height: 1;
}

.role-surface-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

body.staff-ui-body .card {
    box-shadow: var(--staff-shadow);
}

body.staff-ui-body .text-muted,
body.staff-ui-body .form-text,
body.staff-ui-body .small.text-muted {
    color: var(--staff-muted) !important;
}

.role-note-card {
    padding: 1rem;
    background: white;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.05);
}

.role-action-stack {
    display: grid;
    gap: 0.75rem;
}

.role-multiselect {
    min-height: 12rem;
    padding: 0.6rem;
}

.role-form p {
    margin-bottom: 0.85rem;
}

.role-form label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
}

.role-form input[type="text"],
.role-form input[type="email"],
.role-form input[type="url"],
.role-form input[type="number"],
.role-form input[type="password"],
.role-form input[type="search"],
.role-form textarea,
.role-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d7dee8;
    border-radius: 0.85rem;
    padding: 0.72rem 0.85rem;
    background: #fbfdff;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.role-form textarea {
    min-height: 120px;
}

.role-form input:focus,
.role-form textarea:focus,
.role-form select:focus {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.12);
    background: white;
    outline: 0;
}

.role-form .helptext {
    display: block;
    margin-top: 0.4rem;
    color: #64748b;
    font-size: 0.82rem;
}

.role-form .music-tag-field {
    align-items: center;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.5rem 0.85rem;
}

.role-form .music-tag-field:focus-within {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.12);
    background: white;
    outline: 0;
}

.music-tag-field__tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.music-tag-field__tag {
    align-items: center;
    background: #35699a;
    border-radius: 0.45rem;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.55rem;
    line-height: 1;
    min-height: 1.8rem;
    padding: 0.4rem 0.65rem 0.4rem 0.85rem;
}

.music-tag-field__remove {
    align-items: center;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-size: 1rem;
    height: 1rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 1rem;
}

.music-tag-field__remove:hover,
.music-tag-field__remove:focus-visible {
    color: #ffffff;
}

.role-form input.music-tag-field__input {
    background: transparent;
    border: 0;
    box-shadow: none;
    flex: 1 1 12rem;
    line-height: 1.6;
    min-height: 1.75rem;
    min-width: 10rem;
    outline: 0;
    padding: 0.1rem 0;
    width: auto;
}

.role-form input.music-tag-field__input:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.staff-source-link {
    align-items: center;
    color: #35699a;
    display: inline-flex;
    font-weight: 700;
    gap: 0.35rem;
    text-decoration: none;
}

.staff-source-link:hover,
.staff-source-link:focus-visible {
    color: #173657;
    text-decoration: underline;
}

.staff-source-link__icon {
    flex: 0 0 auto;
    height: 1.05rem;
    width: 1.05rem;
}

.staff-listen-button__icon {
    flex: 0 0 auto;
    height: 1.25rem;
    margin-right: 0.3rem;
    vertical-align: -0.25rem;
    width: 1.25rem;
}

.staff-action-icon {
    display: inline-block;
    height: 1.05rem;
    vertical-align: -0.2rem;
    width: 1.05rem;
}

.staff-song-form-frame {
    border: 0;
    display: block;
    min-height: min(78vh, 760px);
    width: 100%;
}

.staff-contract-form-frame {
    height: min(76vh, 760px);
    max-height: calc(100vh - 9rem);
    min-height: min(34rem, calc(100vh - 9rem));
}

[data-venue-contact-log-form-frame] {
    min-height: 420px;
}

.staff-modal-frame {
    background: #ffffff;
    overflow-y: auto;
}

.staff-modal-frame__body {
    padding: 1.25rem;
}

.staff-modal-frame__body--contract {
    padding: 0;
}

.contract-generation-form label {
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
}

.contract-generation-form .helptext {
    margin-top: 0.3rem;
    font-size: 0.78rem;
}

.staff-modal-frame__body--payroll {
    padding: 1rem;
    background: #e7ebef;
    font-family: Arial, Helvetica, sans-serif;
}

.payroll-sheet-modal {
    display: grid;
    gap: 1rem;
}

.payroll-sheet-modal__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 1rem;
    align-items: start;
}

.payroll-sheet-modal__main {
    display: grid;
    gap: 1rem;
}

.payroll-sheet-modal__aside {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 1rem;
}

.payroll-sheet-modal__section,
.payroll-sheet-modal__summary-card {
    border: 1px solid #4b5563;
    border-radius: 0.35rem;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.payroll-sheet-modal__paper {
    border: 1px solid #4b5563;
    border-radius: 0.35rem;
    background: #ffffff;
}

.payroll-sheet-modal__paper--hero {
    padding: 1.1rem 1.2rem;
}

.payroll-sheet-modal__document-header {
    display: grid;
    gap: 0.65rem;
}

.payroll-sheet-modal__document-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.55rem;
    border: 1px solid #4b5563;
    background: #efefef;
    color: #1f2937;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.payroll-sheet-modal__document-title {
    margin: 0;
    color: #111111;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.payroll-sheet-modal__document-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding-top: 0.6rem;
    border-top: 1px solid #9ca3af;
    color: #374151;
    font-size: 0.8rem;
}

.payroll-sheet-modal__section-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.45rem 0.7rem;
    border-bottom: 1px solid #4b5563;
    background: #efefef;
}

.payroll-sheet-modal__section-kicker,
.payroll-sheet-modal__summary-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.5rem;
    border: 1px solid #4b5563;
    border-radius: 0.2rem;
    background: #ffffff;
    color: #111111;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.payroll-sheet-modal__section-title {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111111;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.payroll-sheet-modal__section-copy {
    margin: 0.3rem 0 0;
    color: #5f6e82;
    font-size: 0.86rem;
    line-height: 1.5;
}

.payroll-sheet-modal__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
}

.payroll-sheet-modal__cell {
    grid-column: span 3;
    padding: 0.65rem 0.75rem;
    border-right: 1px solid #9ca3af;
    border-bottom: 1px solid #9ca3af;
    background: #ffffff;
}

.payroll-sheet-modal__cell:nth-child(4n) {
    border-right: 0;
}

.payroll-sheet-modal__cell--readonly {
    background: #fafafa;
}

.payroll-sheet-modal__cell--span-3 {
    grid-column: span 3;
}

.payroll-sheet-modal__cell--span-4 {
    grid-column: span 4;
}

.payroll-sheet-modal__cell--span-6 {
    grid-column: span 6;
}

.payroll-sheet-modal__cell--span-8 {
    grid-column: span 8;
}

.payroll-sheet-modal__cell--span-12 {
    grid-column: span 12;
    border-right: 0;
}

.payroll-sheet-modal__grid .payroll-sheet-modal__cell:nth-last-child(-n + 4) {
    border-bottom: 0;
}

.payroll-sheet-modal__grid--identity .payroll-sheet-modal__cell:nth-child(4),
.payroll-sheet-modal__grid--event .payroll-sheet-modal__cell:nth-child(4),
.payroll-sheet-modal__grid--bases .payroll-sheet-modal__cell:nth-child(4) {
    border-right: 0;
}

.payroll-sheet-modal__label {
    display: block;
    margin-bottom: 0.25rem;
    color: #4b5563;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.payroll-sheet-modal__value {
    display: block;
    color: #111111;
    font-size: 0.9rem;
    line-height: 1.45;
}

.payroll-sheet-modal__table {
    display: grid;
}

.payroll-sheet-modal__table-head,
.payroll-sheet-modal__table-row {
    display: grid;
    align-items: stretch;
}

.payroll-sheet-modal__table-head--three,
.payroll-sheet-modal__table-row--three {
    grid-template-columns: minmax(0, 1.3fr) minmax(120px, 0.55fr) minmax(140px, 0.6fr);
}

.payroll-sheet-modal__table-head {
    background: #efefef;
    color: #111111;
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.payroll-sheet-modal__table-head span,
.payroll-sheet-modal__table-row > div,
.payroll-sheet-modal__table-break {
    padding: 0.7rem 0.8rem;
    border-right: 1px solid #9ca3af;
    border-bottom: 1px solid #9ca3af;
}

.payroll-sheet-modal__table-head span:last-child,
.payroll-sheet-modal__table-row > div:last-child {
    border-right: 0;
}

.payroll-sheet-modal__row-label {
    display: grid;
    gap: 0.2rem;
    background: #ffffff;
    color: #111111;
    align-content: center;
}

.payroll-sheet-modal__row-field {
    background: #ffffff;
}

.payroll-sheet-modal__row-field--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b8797;
    font-weight: 700;
}

.payroll-sheet-modal__table-break {
    background: #f7f7f7;
    color: #111111;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.payroll-sheet-modal__summary-card {
    padding: 0.9rem;
}

.payroll-sheet-modal__summary-card--muted {
    background: #f8f8f8;
}

.payroll-sheet-modal__summary-kicker {
    margin-bottom: 0.7rem;
}

.payroll-sheet-modal__summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #9ca3af;
    color: #374151;
}

.payroll-sheet-modal__summary-row:last-child {
    border-bottom: 0;
}

.payroll-sheet-modal__summary-row strong {
    color: #111111;
    font-size: 0.96rem;
}

.payroll-sheet-modal__summary-row--net {
    margin-top: 0.3rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(215, 232, 60, 0.7);
    border-radius: 0.35rem;
    background: rgba(215, 232, 60, 0.2);
}

.payroll-sheet-modal__summary-stack {
    display: grid;
    gap: 0.9rem;
}

.payroll-sheet-modal__actions {
    display: grid;
    gap: 0.7rem;
}

.payroll-sheet-modal__submit {
    min-height: 48px;
    border-radius: 0.35rem;
    font-weight: 700;
}

.payroll-sheet-modal__footnote {
    color: #627286;
    font-size: 0.82rem;
    line-height: 1.5;
}

.payroll-sheet-modal .role-form .helptext,
.payroll-sheet-modal .helptext {
    margin-top: 0.35rem;
}

.payroll-sheet-modal textarea {
    min-height: 132px;
}

.payroll-sheet-modal input[type="text"],
.payroll-sheet-modal input[type="email"],
.payroll-sheet-modal input[type="url"],
.payroll-sheet-modal input[type="number"],
.payroll-sheet-modal input[type="password"],
.payroll-sheet-modal input[type="search"],
.payroll-sheet-modal input[type="date"],
.payroll-sheet-modal textarea,
.payroll-sheet-modal select {
    min-height: 40px;
    border: 1px solid #9ca3af;
    border-radius: 0.3rem;
    padding: 0.55rem 0.65rem;
    background: #ffffff;
    font-size: 0.9rem;
}

@media (max-width: 1199.98px) {
    .payroll-sheet-modal__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .payroll-sheet-modal__aside {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .staff-modal-frame__body--payroll {
        padding: 0.75rem;
    }

    .payroll-sheet-modal__section-heading {
        grid-template-columns: 1fr;
    }

    .payroll-sheet-modal__grid {
        grid-template-columns: 1fr;
    }

    .payroll-sheet-modal__cell,
    .payroll-sheet-modal__cell--span-3,
    .payroll-sheet-modal__cell--span-4,
    .payroll-sheet-modal__cell--span-6,
    .payroll-sheet-modal__cell--span-8,
    .payroll-sheet-modal__cell--span-12 {
        grid-column: span 1;
        border-right: 0;
    }

    .payroll-sheet-modal__grid .payroll-sheet-modal__cell:last-child {
        border-bottom: 0;
    }

    .payroll-sheet-modal__table-head {
        display: none;
    }

    .payroll-sheet-modal__table-row--three {
        grid-template-columns: 1fr;
    }

    .payroll-sheet-modal__table-row > div,
    .payroll-sheet-modal__table-break {
        border-right: 0;
    }
}

.contract-personal-modal__dialog {
    width: 95%;
    max-width: 95%;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.staff-record-layout {
    display: grid;
    gap: 1.5rem;
}

.staff-record-layout--with-preview {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: start;
}

.staff-site-template-preview {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 0.9rem;
}

.staff-site-template-preview__eyebrow {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.staff-site-template-preview__intro {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}

.staff-site-template-preview__canvas {
    overflow: hidden;
    padding: 1.25rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.staff-site-template-preview__hero {
    display: grid;
    gap: 0.9rem;
    padding: 1.15rem;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(255, 20, 165, 0.12), transparent 30%),
        linear-gradient(140deg, rgba(8, 23, 35, 0.98), rgba(14, 43, 60, 0.94));
    color: #ffffff;
}

.staff-site-template-preview__badge {
    width: fit-content;
    max-width: 100%;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-site-template-preview__wordmark {
    margin: 0;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 0.95;
}

.staff-site-template-preview__lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.55;
}

.staff-site-template-preview__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.staff-site-template-preview__chip {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.staff-site-template-preview__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.95rem;
}

.staff-site-template-preview__spec {
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
}

.staff-site-template-preview__spec-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

@media (max-width: 1199.98px) {
    .staff-record-layout--with-preview {
        grid-template-columns: minmax(0, 1fr);
    }

    .staff-site-template-preview {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .staff-site-template-preview__specs {
        grid-template-columns: minmax(0, 1fr);
    }

    .role-live-design-panel-grid,
    .role-live-page-toolbar,
    .role-live-page-palette,
    .role-live-selection-group-body--swatches {
        grid-template-columns: 1fr;
    }

    .role-live-selection-float {
        width: calc(100% - 20px);
    }
}

@media (max-width: 899.98px) {
    .role-live-page-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .role-live-page-disclosure {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .role-live-page-toolbar {
        grid-template-columns: 1fr;
    }
}

.role-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.role-form .errorlist {
    margin-bottom: 0.45rem;
    color: #b42318;
    font-size: 0.84rem;
    font-weight: 700;
}

#id_permissions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    width: 100%;
    margin: 0.35rem 0 1rem;
}

#id_permissions > div {
    min-width: 0;
}

#id_permissions > div > label {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 56px;
    margin-bottom: 0;
    padding: 0.8rem 0.95rem;
    border: 1px solid #d7dee8;
    border-radius: 0.9rem;
    background: #fbfdff;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.25;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

#id_permissions > div > label:hover {
    border-color: #bfd0e2;
    background: #ffffff;
    transform: translateY(-1px);
}

#id_permissions > div > label:has(input:checked) {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.1);
    background: #eff6ff;
}

#id_permissions input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
}

.role-form label[for="id_active"] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0.75rem;
}

#id_active {
    appearance: none;
    -webkit-appearance: none;
    width: 2.7rem;
    height: 1.5rem;
    margin: 0;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

#id_active::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}

#id_active:checked {
    background: #1d4f91;
    border-color: #1d4f91;
}

#id_active:checked::after {
    transform: translateX(1.15rem);
}

@media (max-width: 992px) {
    #id_permissions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    #id_permissions {
        grid-template-columns: 1fr;
    }
}

.role-form p:has(> input.form-check-input[type="checkbox"]) {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.role-form p:has(> input.form-check-input[type="checkbox"]) label {
    margin-bottom: 0;
}

.staff-settings-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: -0.1rem 0 1.5rem;
    border: 1px solid #cfd8e5;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.staff-settings-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.62rem 1.05rem;
    border: 0;
    border-right: 1px solid #dbe3ee;
    border-radius: 0;
    background: #ffffff;
    color: #475569;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}

.staff-settings-tab:last-child {
    border-right: 0;
}

.staff-settings-tab:hover,
.staff-settings-tab:focus-visible {
    background: #f8fbff;
    color: var(--staff-primary-dark);
}

.staff-settings-tab.is-active {
    background: #e8f2ff;
    color: #005cad;
}

.certificate-dropzone {
    display: grid;
    gap: 0.45rem;
    padding: 1.3rem;
    border: 1.5px dashed #9eb6cf;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at top left, rgba(29, 79, 145, 0.09), transparent 34%),
        linear-gradient(180deg, #fbfdff, #f2f7fd);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.certificate-dropzone:hover,
.certificate-dropzone.is-dragover {
    border-color: #1d4f91;
    box-shadow: 0 0 0 0.2rem rgba(29, 79, 145, 0.12);
    transform: translateY(-1px);
}

.certificate-dropzone input[type="file"] {
    display: none;
}

.artist-logo-upload {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 280px);
    align-items: stretch;
}

.artist-logo-upload--existing {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.artist-logo-upload--modal {
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 280px);
}

.artist-logo-upload__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0.75rem;
}

.artist-logo-dropzone {
    display: grid;
    gap: 0.45rem;
    width: 100%;
    padding: 1.3rem;
    border: 1.5px dashed #9eb6cf;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at top left, rgba(29, 79, 145, 0.09), transparent 34%),
        linear-gradient(180deg, #fbfdff, #f2f7fd);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.artist-logo-dropzone:hover,
.artist-logo-dropzone.is-dragover {
    border-color: #1d4f91;
    box-shadow: 0 0 0 0.2rem rgba(29, 79, 145, 0.12);
    transform: translateY(-1px);
}

.artist-logo-dropzone__kicker {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--staff-primary-dark);
}

.artist-logo-dropzone__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--staff-ink);
}

.artist-logo-dropzone__copy {
    color: var(--staff-muted);
    line-height: 1.45;
}

.artist-logo-dropzone__filename {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--staff-ink);
    font-size: 0.84rem;
    font-weight: 700;
}

.artist-logo-upload__preview {
    display: grid;
    place-items: center;
    min-height: 180px;
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #ffffff, #f5f8fc);
}

.artist-logo-upload__preview img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.artist-logo-upload__preview.is-empty {
    border-style: dashed;
}

.artist-logo-upload__empty {
    color: var(--staff-muted);
    font-weight: 600;
    text-align: center;
}

.event-gallery-selector {
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #f8fbff;
}

.event-gallery-selector__layout {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    align-items: start;
}

.event-gallery-selector__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.event-gallery-selector__selected {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(18, 63, 119, 0.14);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #eef5ff);
}

.event-gallery-selector__selected-media {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    border-radius: 0.9rem;
    overflow: hidden;
    background: linear-gradient(180deg, #eef4fb, #dfeaf6);
}

.event-gallery-selector__selected-image {
    width: 100%;
    height: auto;
    max-height: 32rem;
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.event-gallery-selector__selected-media:hover .event-gallery-selector__selected-image {
    transform: scale(1.08);
}

.event-gallery-selector__selected-empty {
    min-height: 18rem;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    color: var(--staff-muted);
    font-weight: 700;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95), rgba(223, 234, 246, 0.88)),
        linear-gradient(180deg, rgba(223, 234, 246, 0.95), rgba(205, 221, 239, 0.95));
}

.event-gallery-selector__selected-caption {
    color: var(--staff-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.event-gallery-selector__field {
    min-width: 0;
}

.event-gallery-selector__controls {
    min-width: 0;
}

.event-gallery-selector__controls .helptext {
    margin-top: 0.5rem;
}

.event-setlist-builder {
    display: grid;
    gap: 1rem;
}

.event-setlist-builder__sections {
    display: grid;
    gap: 1rem;
}

.event-setlist-builder__section {
    display: grid;
    gap: 0.75rem;
}

.event-setlist-builder__section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.staff-setlist-builder .event-setlist-builder__sections {
    gap: 1.5rem;
}

.staff-setlist-builder .event-setlist-builder__section {
    background: #fbfcfe;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: 0.5rem;
    padding: 1rem;
}

.staff-setlist-builder .event-setlist-builder__section + .event-setlist-builder__section {
    margin-top: 0.5rem;
}

.staff-setlist-builder .event-setlist-builder__table tfoot td {
    background: #ffffff;
    border-top: 1px solid rgba(23, 54, 87, 0.12);
    padding-top: 0.85rem;
}

.event-post-show-autosave-status {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 1085;
    min-width: min(420px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    min-height: 0;
    padding: 0.78rem 1.1rem;
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(15, 23, 32, 0.22);
    background: rgba(94, 110, 126, 0.96);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 1.5rem));
    transition: transform 0.22s ease, opacity 0.22s ease, background 0.2s ease;
}

.event-post-show-autosave-status[data-state="saving"] {
    opacity: 1;
    transform: translate(-50%, 0);
    background: rgba(53, 105, 154, 0.96);
}

.event-post-show-autosave-status[data-state="success"] {
    opacity: 1;
    transform: translate(-50%, 0);
    background: rgba(29, 107, 71, 0.96);
}

.event-post-show-autosave-status[data-state="error"] {
    opacity: 1;
    transform: translate(-50%, 0);
    background: rgba(180, 35, 24, 0.96);
}

.event-setlist-builder__toolbar {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.event-setlist-builder__table {
    margin-bottom: 0;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    overflow: hidden;
    background: #ffffff;
}

.event-setlist-builder__table thead th {
    border-bottom-width: 1px;
    background: #f8fbff;
    color: #425466;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.event-setlist-builder__table td,
.event-setlist-builder__table th {
    vertical-align: middle;
}

.event-setlist-builder__row {
    background: #ffffff;
}

.event-setlist-builder__row.is-dragging {
    opacity: 0.58;
}

.event-setlist-builder__row.is-drop-target {
    box-shadow: inset 0 0 0 2px rgba(53, 105, 154, 0.18);
    background: #eff6ff;
}

.event-setlist-builder__index-cell {
    width: 92px;
}

.event-setlist-builder__index-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    font-weight: 700;
}

.event-setlist-builder__drag {
    display: grid;
    grid-template-columns: repeat(3, 0.28rem);
    gap: 0.2rem;
    padding: 0.1rem 0;
    color: #7a8ba0;
    cursor: grab;
}

.event-setlist-builder__drag:active,
.event-setlist-builder__row.is-dragging .event-setlist-builder__drag {
    cursor: grabbing;
}

.event-setlist-builder__drag span {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 999px;
    background: currentColor;
}

.event-setlist-builder__empty {
    padding: 1rem;
    border: 1px dashed #c7d3e2;
    border-radius: 0.9rem;
    color: var(--staff-muted);
    font-weight: 600;
    text-align: center;
    background: #ffffff;
}

.event-setlist-builder__actions {
    display: inline-flex;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.artist-event-setlist__provider::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.82;
}

.artist-event-setlist {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.artist-event-setlist__kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.08);
    color: rgba(17, 17, 17, 0.7);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artist-event-setlist__group {
    display: grid;
    gap: 0.55rem;
}

.artist-event-setlist__group-title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
}

.artist-event-setlist__list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.artist-event-setlist__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.7);
}

.artist-event-setlist__song {
    font-weight: 600;
}

.artist-event-setlist__link {
    text-decoration: none;
}

.artist-event-setlist__provider {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    background: rgba(29, 79, 145, 0.12);
    color: #1d4f91;
}

.is-spotify {
    background: rgba(29, 185, 84, 0.14);
    color: #11833b;
}

.is-soundcloud {
    background: rgba(255, 119, 0, 0.14);
    color: #c85b00;
}

.is-youtube {
    background: rgba(255, 0, 0, 0.12);
    color: #b11b1b;
}

.is-bandcamp {
    background: rgba(98, 177, 217, 0.16);
    color: #1d6f96;
}

.is-applemusic {
    background: rgba(250, 87, 124, 0.14);
    color: #b23151;
}

.is-deezer {
    background: rgba(120, 0, 255, 0.12);
    color: #6630c8;
}

.is-tidal {
    background: rgba(17, 17, 17, 0.12);
    color: #111111;
}

.is-amazonmusic {
    background: rgba(0, 168, 225, 0.14);
    color: #005f8f;
}

.is-beatport {
    background: rgba(1, 255, 135, 0.14);
    color: #0b7a46;
}

.is-mixcloud {
    background: rgba(80, 68, 255, 0.12);
    color: #4133bd;
}

.is-generic {
    background: rgba(29, 79, 145, 0.12);
    color: #1d4f91;
}

.is-invalid {
    background: rgba(204, 55, 55, 0.12);
    color: #b43333;
}

.event-gallery-selector__items {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.event-gallery-selector__item-card {
    display: grid;
    padding: 0.7rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #ffffff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.event-gallery-selector__item-card:hover {
    border-color: #6c93bb;
    transform: translateY(-1px);
}

.event-gallery-selector__item-card.is-selected {
    border-color: #123f77;
    background: linear-gradient(180deg, #ffffff, #eef5ff);
    box-shadow: 0 0 0 0.24rem rgba(18, 63, 119, 0.2), 0 18px 30px rgba(18, 63, 119, 0.16);
    transform: translateY(-2px);
}

.event-gallery-selector__item-card.is-loading {
    background: linear-gradient(180deg, #ffffff, #f5f8fc);
}

.event-gallery-selector__item-card.has-error {
    border-style: dashed;
}

.event-gallery-selector__item-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0.8rem;
    overflow: hidden;
    background: #edf3f9;
}

.event-gallery-selector__item-card.is-selected .event-gallery-selector__item-media::after {
    content: "✓";
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: rgba(18, 63, 119, 0.92);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(18, 63, 119, 0.28);
}

.event-gallery-selector__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
}

.event-gallery-selector__item-loading {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    color: var(--staff-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 32%, rgba(255, 255, 255, 0) 65%),
        linear-gradient(180deg, #eef4fb, #e6eef8);
    background-size: 220% 100%, 100% 100%;
    animation: event-gallery-loading-shimmer 1.35s ease-in-out infinite;
}

.event-gallery-selector__item-empty {
    min-height: 116px;
    display: grid;
    place-items: center;
    border-radius: 0.8rem;
    background: #f5f8fc;
    color: var(--staff-muted);
    font-weight: 700;
    text-align: center;
    padding: 0.8rem;
}

@keyframes event-gallery-loading-shimmer {
    0% {
        background-position: 180% 0, 0 0;
    }
    100% {
        background-position: -40% 0, 0 0;
    }
}

.certificate-dropzone-kicker {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--staff-primary-dark);
}

.certificate-dropzone-copy {
    color: var(--staff-muted);
    line-height: 1.45;
}

.certificate-dropzone-filename {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--staff-ink);
    font-size: 0.84rem;
    font-weight: 700;
    word-break: break-word;
}

.certificate-runtime-card {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 1.05rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #f8fbff;
    color: var(--staff-ink);
}

@media (max-width: 576px) {
    .staff-settings-tabs {
        display: inline-flex;
        width: 100%;
    }

    .staff-settings-tab {
        flex: 1 1 auto;
    }
}

.discount-code-form {
    display: grid;
    gap: 1.25rem;
}

.discount-code-form__top-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.discount-code-form__stack {
    display: grid;
    gap: 1rem;
}

.discount-code-form__dependent-panel {
    display: grid;
    gap: 1rem;
}

.discount-code-form__field {
    min-width: 0;
}

.discount-code-form__field--toggle,
.discount-code-form__field--checkbox {
    align-self: start;
}

.discount-code-form__field-caption {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
}

.discount-code-form__toggle-control {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 44px;
    padding: 0.72rem 0.85rem;
    border: 1px solid #d7dee8;
    border-radius: 0.85rem;
    background: #fbfdff;
    cursor: pointer;
    font-weight: 700;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.discount-code-form__toggle-control:hover {
    border-color: #bfd0e2;
    background: #ffffff;
}

.discount-code-form__toggle-control:has(input:checked) {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.1);
    background: #eff6ff;
}

.discount-code-form__toggle-control input[type="checkbox"],
.form-check-input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 0;
    appearance: none;
    width: 2.55rem;
    height: 1.45rem;
    border-radius: 999px;
    border: 1px solid #c2cfdd;
    background-color: #d7e0ea;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23586977'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.1rem 1.1rem;
    transition: background-position 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.discount-code-form__toggle-control input[type="checkbox"]:checked,
.form-check-input[type="checkbox"]:checked {
    background-color: #143a5c;
    border-color: #143a5c;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.discount-code-form__toggle-control input[type="checkbox"]:focus-visible,
.form-check-input[type="checkbox"]:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(53, 105, 154, 0.18);
}

.discount-code-form__toggle-control input[type="checkbox"]:disabled,
.form-check-input[type="checkbox"]:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.discount-code-form__field.is-selection-disabled {
    opacity: 0.55;
}

.discount-code-form__field.is-selection-disabled label {
    cursor: not-allowed;
}

.discount-code-target-group {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #f8fbff;
}

.discount-code-modal__form {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
}

.discount-code-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.media-item-form {
    display: grid;
    gap: 1rem;
}

.media-item-form__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-item-form__stack {
    display: grid;
    gap: 1rem;
}

.media-item-form__field,
.media-item-form__source-group {
    display: grid;
    gap: 0.5rem;
}

.media-item-form__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.media-album-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-album-card,
.media-album-empty-state,
.media-album-dropzone,
.media-album-youtube-form,
.media-album-workspace__content {
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #ffffff;
}

.media-album-card {
    display: grid;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    min-height: 100%;
}

.media-album-card__preview {
    position: relative;
    padding: 0.9rem;
    background: linear-gradient(180deg, #f7fafc 0%, #eef4fb 100%);
}

.media-album-card__preview-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.media-album-card__preview-link:hover .media-album-card__carousel-frame,
.media-album-card__preview-link:hover .media-album-card__empty,
.media-album-card__preview-link:focus-visible .media-album-card__carousel-frame,
.media-album-card__preview-link:focus-visible .media-album-card__empty {
    border-color: #8aa7c4;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.12);
}

.media-album-card__preview-topbar {
    position: absolute;
    inset: 1.35rem 1.45rem auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    z-index: 3;
    pointer-events: none;
}

.media-album-card__preview-topbar-start,
.media-album-card__preview-topbar-end {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.media-album-card__preview-topbar-end {
    margin-left: auto;
}

.media-album-card__carousel {
    position: relative;
}

.media-album-card__carousel .carousel-inner {
    border-radius: 0.85rem;
}

.media-album-card__carousel-frame,
.media-album-card__thumb,
.media-album-card__empty {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 1px dashed #c2cfdd;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #ffffff;
    color: #5e6e7e;
    text-align: center;
}

.media-album-card__carousel-frame img,
.media-album-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-album-card__carousel .carousel-control-prev,
.media-album-card__carousel .carousel-control-next {
    width: 2.5rem;
    opacity: 1;
}

.media-album-card__carousel .carousel-control-prev-icon,
.media-album-card__carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background-color: rgba(15, 23, 32, 0.72);
    background-size: 55%;
    box-shadow: 0 0 0 1px rgba(15, 23, 32, 0.16);
}

.media-album-card__thumb-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-album-card__body {
    display: grid;
    gap: 0.7rem;
    padding: 0.95rem 1rem 1rem;
}

.media-album-card__status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    border: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    pointer-events: auto;
}

.media-album-card__status-badge--public {
    background: #e7f8ef;
    color: #0f6a43;
}

.media-album-card__status-badge--private {
    background: #fff1d6;
    color: #8a4b00;
}

.media-album-card__status-badge--interactive {
    cursor: help;
    box-shadow: 0 10px 24px rgba(15, 23, 32, 0.14);
}

.media-album-card__status-badge--interactive:hover,
.media-album-card__status-badge--interactive:focus-visible {
    background: #ffe8bb;
    color: #6d3b00;
}

.media-album-card__preview-footer {
    position: absolute;
    inset: auto 1.45rem 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    pointer-events: none;
}

.media-album-card__preview-tag {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(15, 23, 32, 0.78);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(15, 23, 32, 0.18);
    backdrop-filter: blur(8px);
}

.media-album-card__preview-tag--count {
    margin-left: auto;
}

.media-album-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #5e6e7e;
}

.media-album-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.media-album-card__actions .btn {
    width: 100%;
}

.media-album-card__actions form {
    margin: 0;
}

.media-album-visibility-popover .popover-body {
    display: grid;
    gap: 0.35rem;
}

.media-album-empty-state {
    padding: 1.5rem;
    text-align: center;
}

.media-album-empty-state--detail {
    text-align: left;
}

.media-album-form {
    display: grid;
    gap: 1rem;
}

.media-album-form-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
    align-items: start;
}

.media-album-form-layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.media-album-form-layout__summary {
    display: grid;
    gap: 1rem;
}

.media-album-form-layout__summary-card {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
}

.media-album-form-layout__footer-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.5rem;
}

.media-album-form--compact {
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #ffffff;
}

.media-album-form__intro {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.2rem;
}

.media-album-form__grid {
    display: grid;
    gap: 1rem;
}

.media-album-form__grid--identity {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.media-album-form__grid--settings {
    grid-template-columns: minmax(180px, 0.8fr) auto;
    align-items: end;
}

.media-album-form__grid--publication {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: end;
}

.media-album-form__grid--top {
    grid-template-columns: 1.1fr 1.1fr 0.8fr;
}

.media-album-form__toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.media-album-form__grid--compact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(180px, 0.8fr) auto;
    align-items: end;
}

.media-album-form__toggles--stacked {
    display: grid;
    gap: 0.65rem;
}

.media-album-form__toggles--publication {
    align-items: center;
    padding-bottom: 0.55rem;
}

.media-album-form__toggles--exclusive-below {
    margin-top: -0.2rem;
}

.media-album-workspace {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
}

.media-album-workspace__panel-group {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.event-recap-album__visibility-options {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.event-recap-album__visibility-option {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
}

.event-recap-album__visibility-control {
    flex: 1 1 auto;
    min-height: 64px;
    align-items: flex-start;
}

.event-recap-album__visibility-info {
    align-self: center;
    flex: 0 0 auto;
}

.event-recap-album__tiers[hidden] {
    display: none;
}

.media-album-dropzone-form,
.media-album-youtube-form {
    padding: 1rem;
}

.media-album-dropzone {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    padding: 1.5rem;
    border-style: dashed;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.media-album-dropzone.is-dragging,
.media-album-dropzone:hover {
    border-color: #35699a;
    background: #eff6ff;
    transform: translateY(-1px);
}

.media-album-dropzone__title {
    font-weight: 700;
}

.media-album-dropzone__copy {
    color: #5e6e7e;
    font-size: 0.95rem;
}

.media-album-youtube-form__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch;
}

.media-album-youtube-form__action {
    display: flex;
}

.media-album-workspace__content {
    padding: 1rem;
}

.media-album-title-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.media-album-title-edit {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #d7dee8;
    border-radius: 999px;
    background: #ffffff;
    color: #0f1720;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.media-album-title-edit:hover {
    border-color: #35699a;
    background: #eff6ff;
    transform: translateY(-1px);
}

.media-album-title-edit svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.media-album-item-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.media-album-item-card {
    display: grid;
    gap: 0.85rem;
    padding: 0.85rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #ffffff;
    cursor: grab;
}

.media-album-item-card--upload {
    cursor: default;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(239, 246, 255, 0.96));
}

.media-album-item-card--composer {
    cursor: default;
    background: linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(248, 244, 234, 0.96));
}

.media-album-dropzone-form--inline {
    display: block;
    height: 100%;
    padding: 0;
}

.media-album-youtube-form--inline {
    display: block;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.media-album-dropzone--inline {
    min-height: 100%;
    height: 100%;
    border-width: 2px;
    border-radius: 0.85rem;
}

.media-album-url-card {
    display: grid;
    gap: 0.7rem;
    min-height: 100%;
    padding: 1rem;
}

.media-album-url-card__eyebrow {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a5a00;
}

.media-album-url-card__title {
    font-weight: 800;
    color: #1f2937;
}

.media-album-url-card__copy {
    color: #5e6e7e;
    font-size: 0.92rem;
    line-height: 1.45;
}

.media-album-youtube-form__action--inline {
    align-self: end;
}

.media-album-item-card.is-cover {
    border-color: #1f2937;
    box-shadow: 0 0 0 1px rgba(15, 23, 32, 0.08);
}

.media-album-item-card.is-dragging {
    opacity: 0.55;
    cursor: grabbing;
}

.media-album-item-card.is-hidden-drag-source {
    display: none;
}

.media-album-item-card.is-drop-target {
    border-color: #35699a;
    box-shadow: 0 0 0 2px rgba(53, 105, 154, 0.14);
}

.media-album-item-card--placeholder {
    min-height: 296px;
    border: 2px dashed #7ca4cc;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.94), rgba(232, 242, 252, 0.85));
    box-shadow: inset 0 0 0 1px rgba(53, 105, 154, 0.08);
}

.media-album-item-card__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.media-album-item-card__drag {
    display: grid;
    grid-template-columns: repeat(3, 0.32rem);
    gap: 0.22rem;
    align-content: center;
    justify-content: start;
    padding: 0.1rem 0;
}

.media-album-item-card__drag span {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 999px;
    background: #8a98a8;
}

.media-album-item-card__cover-button {
    padding: 0.22rem 0.5rem;
    font-size: 0.72rem;
    line-height: 1.2;
}

.media-album-workspace__help-trigger {
    width: 2.1rem;
    height: 2.1rem;
    margin-left: 0;
    font-size: 0.88rem;
    box-shadow: none;
}

.media-album-item-card__preview {
    display: grid;
    place-items: center;
    min-height: 180px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d7dee8;
    border-radius: 0.85rem;
    background: #f7fafc;
}

.media-album-item-card__preview--audio {
    aspect-ratio: 1 / 1;
    min-height: 0;
    background: #111827;
}

.media-album-item-card__preview img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.media-album-item-card__preview--audio img,
.media-album-item-card__embed {
    width: 100%;
    height: 100%;
}

.media-album-item-card__embed {
    border: 0;
    pointer-events: none;
    background: #111827;
}

.media-album-item-card__body {
    display: grid;
    gap: 0.35rem;
}

.media-album-item-card__actions {
    display: grid;
}

.media-album-reorder-status {
    min-height: 1.25rem;
    margin-top: -0.4rem;
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
    color: #5e6e7e;
}

.media-album-reorder-status[data-state="saving"] {
    color: #35699a;
}

.media-album-reorder-status[data-state="success"] {
    color: #1d6b47;
}

.media-album-reorder-status[data-state="error"] {
    color: #b42318;
}

#mediaAlbumItemModal {
    --media-album-item-modal-height: 80vh;
}

#mediaAlbumItemModal .modal-dialog {
    max-width: min(1180px, calc(100vw - 2rem));
    margin: clamp(0.75rem, 4vh, 2rem) auto;
}

#mediaAlbumItemModal .modal-content {
    height: var(--media-album-item-modal-height);
    max-height: var(--media-album-item-modal-height);
    overflow: hidden;
}

#mediaAlbumItemModal .modal-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.media-album-modal {
    display: grid;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 360px);
    align-items: stretch;
}

.media-album-modal__preview {
    display: grid;
    place-items: center;
    min-height: 0;
    height: 100%;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #0f1720;
    overflow: hidden;
}

.media-album-modal__preview img,
.media-album-modal__preview iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    border: 0;
    object-fit: contain;
}

.media-album-modal__preview.is-audio {
    grid-template-rows: auto auto auto;
    gap: 1rem;
    align-content: center;
    justify-items: stretch;
    place-items: normal;
    padding: 1rem;
}

.media-album-modal__preview.is-audio img {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1rem;
    justify-self: center;
}

.media-album-modal__preview.is-audio iframe {
    height: clamp(152px, 24vh, 220px);
    border-radius: 1rem;
    background: #0f1720;
}

.media-album-modal__preview.is-audio [data-media-album-modal-link] {
    justify-self: start;
    margin-top: 0;
}

.media-album-modal__form {
    display: grid;
    gap: 0.8rem;
    min-width: 0;
    min-height: 0;
    height: 100%;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
}

.media-album-modal__form-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 0;
    overflow: auto;
    padding-right: 0.15rem;
}

.media-album-modal__form .media-item-form__field {
    min-width: 0;
}

.media-album-modal__form .form-control {
    min-height: 2.65rem;
    height: auto;
}

.media-album-modal__form textarea.form-control {
    min-height: 8rem;
    height: clamp(8rem, 18vh, 11rem);
    max-height: 11rem;
    resize: vertical;
}

.media-album-modal__field--full {
    grid-column: 1 / -1;
}

.media-album-settings-modal__form {
    display: grid;
    gap: 1rem;
}

.media-album-settings-modal__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-album-settings-modal__field--full {
    grid-column: 1 / -1;
}

.media-album-settings-modal__toggles {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.media-album-settings-modal__exclusive-control {
    padding-top: 0.25rem;
}

.media-album-settings-modal__tiers {
    padding-top: 0.75rem;
    border-top: 1px solid #e4ebf2;
}

.media-album-settings-modal__tier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.8rem;
    margin-top: 0.45rem;
}

.media-album-settings-modal__tier-option {
    min-height: 56px;
    align-items: flex-start;
}

.media-album-settings-modal__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.media-item-form__source-group[hidden],
.media-item-form__field[hidden] {
    display: none;
}

#id_merchandise_products,
#id_subscription_tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.8rem;
    width: 100%;
    margin: 0.45rem 0 0;
}

#id_merchandise_products li,
#id_subscription_tiers li {
    min-width: 0;
}

#id_merchandise_products li label,
#id_subscription_tiers li label {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 56px;
    margin-bottom: 0;
    padding: 0.85rem 0.95rem;
    border: 1px solid #d7dee8;
    border-radius: 0.9rem;
    background: #ffffff;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.3;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

#id_merchandise_products li label:hover,
#id_subscription_tiers li label:hover {
    border-color: #bfd0e2;
    transform: translateY(-1px);
}

#id_merchandise_products li label:has(input:checked),
#id_subscription_tiers li label:has(input:checked) {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.1);
    background: #eff6ff;
}

#id_merchandise_products input[type="checkbox"],
#id_subscription_tiers input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0.15rem 0 0;
}

@media (max-width: 992px) {
    .discount-code-form__top-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .discount-code-form__top-grid {
        grid-template-columns: 1fr;
    }

    .media-item-form__grid {
        grid-template-columns: 1fr;
    }

    .media-album-youtube-form__grid,
    .media-album-form__grid--identity,
    .media-album-form__grid--settings,
    .media-album-form__grid--publication,
    .media-album-form__grid--top {
        grid-template-columns: 1fr;
    }

    .media-album-form__intro {
        align-items: center;
    }
}

@media (max-width: 992px) {
    .media-album-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #mediaAlbumItemModal .modal-dialog {
        height: auto;
        max-height: 80vh;
    }

    #mediaAlbumItemModal .modal-content {
        height: var(--media-album-item-modal-height);
        max-height: var(--media-album-item-modal-height);
    }

    #mediaAlbumItemModal .modal-body {
        overflow: auto;
    }

    .media-album-form-layout,
    .media-album-workspace,
    .media-album-modal {
        grid-template-columns: 1fr;
    }

    .media-album-modal {
        height: auto;
    }

    .media-album-modal__preview {
        height: clamp(220px, 34vh, 300px);
    }

    .media-album-modal__preview.is-audio {
        height: auto;
        min-height: clamp(300px, 42vh, 420px);
    }

    .media-album-modal__form,
    .media-album-modal__form-grid {
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .media-album-grid,
    .media-album-form__grid--compact,
    .media-album-modal__form-grid,
    .media-album-settings-modal__grid {
        grid-template-columns: 1fr;
    }

    .media-album-card__carousel-frame,
    .media-album-card__thumb,
    .media-album-card__empty {
        aspect-ratio: 1 / 1;
    }

    .media-album-settings-modal__footer {
        flex-direction: column;
        align-items: stretch;
    }
}

.staff-artist-form-grid {
    display: grid;
    gap: 1rem;
}

.staff-artist-form-grid .card {
    min-height: 100%;
}

body.staff-ui-body .staff-artist-identity-card {
    --artist-staff-accent: #d7e83c;
    --artist-staff-accent-soft: rgba(215, 232, 60, 0.13);
    --artist-staff-panel: rgba(18, 18, 18, 0.94);
    --artist-staff-panel-strong: rgba(22, 22, 22, 0.98);
    --artist-staff-border: rgba(255, 255, 255, 0.1);
    --artist-staff-text: #f5f5f0;
    --artist-staff-muted: rgba(245, 245, 240, 0.62);
    background:
        radial-gradient(circle at top left, rgba(215, 232, 60, 0.08), transparent 24rem),
        linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.96));
    border: 1px solid var(--artist-staff-border);
    border-radius: 8px;
    color: var(--artist-staff-text);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
}

body.staff-ui-body .staff-artist-identity-card .text-muted,
body.staff-ui-body .staff-artist-identity-card .helptext,
body.staff-ui-body .staff-artist-identity-card .small.text-muted {
    color: var(--artist-staff-muted) !important;
}

body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs {
    display: flex;
    width: 100%;
    margin: 0;
    border-color: var(--artist-staff-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
}

body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link {
    justify-content: flex-start;
    flex: 0 1 13rem;
    min-height: 56px;
    border-right-color: var(--artist-staff-border);
    background: transparent;
    color: rgba(245, 245, 240, 0.72);
}

body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link:hover,
body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link:focus-visible,
body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link.is-active {
    background: var(--artist-staff-accent-soft);
    color: var(--artist-staff-accent);
}

body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link.is-active {
    box-shadow: inset 0 -2px 0 var(--artist-staff-accent);
}

body.staff-ui-body .staff-artist-profile-redesign {
    gap: 1rem;
}

body.staff-ui-body .staff-artist-profile-redesign > .row {
    margin: 0;
}

body.staff-ui-body .staff-artist-profile-redesign > .row > [class*="col-"] {
    padding: 0;
}

body.staff-ui-body .staff-artist-profile-redesign .role-surface-card {
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.staff-ui-body .staff-artist-profile-redesign #perfil-artistico {
    display: grid;
    gap: 1rem;
}

body.staff-ui-body .staff-artist-profile-redesign #perfil-artistico > h2 {
    display: none;
}

body.staff-ui-body .staff-artist-profile-redesign #perfil-artistico::before {
    content: "Perfil artístico";
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--artist-staff-accent);
    font-size: 1.25rem;
    font-weight: 800;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form > p,
body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload-field {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    min-width: 0;
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload-field {
    order: -1;
    grid-column: 1 / -1;
    padding: 1.65rem;
    border: 1px solid var(--artist-staff-border);
    border-radius: 8px;
    background: var(--artist-staff-panel);
}

body.staff-ui-body .staff-artist-profile-redesign .role-form > p:not([data-artist-discipline-field]),
body.staff-ui-body .staff-artist-profile-redesign .role-form > p[data-artist-discipline-field] {
    padding: 0;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form > p:nth-last-child(2),
body.staff-ui-body .staff-artist-profile-redesign .role-form > p:nth-last-child(1) {
    grid-column: auto;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form > p:has(#id_contact_email) {
    grid-column: 1 / -1;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form > p:has(textarea),
body.staff-ui-body .staff-artist-profile-redesign .role-form > p:has(input[name="short_bio"]) {
    align-self: stretch;
}

body.staff-ui-body .staff-artist-accounting-grid .role-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

body.staff-ui-body .staff-artist-accounting-grid .role-form > div,
body.staff-ui-body .staff-artist-accounting-grid .role-form > p {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    min-width: 0;
}

body.staff-ui-body .staff-artist-accounting-grid .role-form label {
    margin: 0;
}

body.staff-ui-body .staff-artist-accounting-grid .role-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form select {
    height: 44px;
    min-height: 44px;
    box-sizing: border-box;
}

body.staff-ui-body .staff-artist-accounting-grid .role-form > div:has(.discount-code-form__toggle-control),
body.staff-ui-body .staff-artist-accounting-grid .role-form > p:has(textarea),
body.staff-ui-body .staff-artist-accounting-grid .role-form > .staff-artist-accounting-field:has(textarea),
body.staff-ui-body .staff-artist-accounting-grid .role-form > p:has(input[name$="address"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form > .staff-artist-accounting-field:has(input[name$="address"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form > p:has(input[name$="address_line1"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form > .staff-artist-accounting-field:has(input[name$="address_line1"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form > .staff-artist-accounting-field:has(input[name$="address_line2"]),
body.staff-ui-body .staff-artist-accounting-grid .role-form > p:has(input[name$="address_line2"]) {
    grid-column: 1 / -1;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form label,
body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload-field > label {
    margin: 0;
    color: rgba(245, 245, 240, 0.88);
    font-size: 0.9rem;
    font-weight: 800;
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload-field > label {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    color: var(--artist-staff-accent);
    font-size: 1.25rem;
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload-field > label::before {
    content: "\f185";
    font-family: FontAwesome;
    font-weight: normal;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.staff-ui-body .staff-artist-profile-redesign .role-form select,
body.staff-ui-body .staff-artist-profile-redesign .role-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.25) !important;
    color: var(--artist-staff-text) !important;
    box-shadow: none !important;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.staff-ui-body .staff-artist-profile-redesign .role-form select {
    min-height: 44px;
    padding: 0.75rem 1rem;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form textarea,
body.staff-ui-body .staff-artist-profile-redesign .role-form input[name="short_bio"] {
    min-height: 168px;
    padding: 0.9rem 1rem;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form input:focus,
body.staff-ui-body .staff-artist-profile-redesign .role-form select:focus,
body.staff-ui-body .staff-artist-profile-redesign .role-form textarea:focus {
    border-color: var(--artist-staff-accent) !important;
    box-shadow: 0 0 0 0.18rem rgba(215, 232, 60, 0.12) !important;
}

body.staff-ui-body .staff-artist-profile-redesign .role-form select option {
    color: #111111;
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload--existing {
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload__preview {
    width: 140px;
    min-height: 140px;
    padding: 0.75rem;
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload__preview img {
    max-height: 112px;
}

body.staff-ui-body .staff-artist-action-button,
body.staff-ui-body .staff-artist-save-button,
body.staff-ui-body .staff-artist-cancel-button {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 38px;
    border-radius: 8px;
    font-weight: 800;
}

body.staff-ui-body .staff-artist-action-button,
body.staff-ui-body .staff-artist-save-button {
    border: 1px solid var(--artist-staff-accent);
    background: var(--artist-staff-accent);
    color: #101010;
}

body.staff-ui-body .staff-artist-action-button:hover,
body.staff-ui-body .staff-artist-action-button:focus-visible,
body.staff-ui-body .staff-artist-save-button:hover,
body.staff-ui-body .staff-artist-save-button:focus-visible {
    border-color: #eefb58;
    background: #eefb58;
    color: #101010;
}

body.staff-ui-body .staff-artist-action-button--danger {
    border-color: #dc3545;
    background: transparent;
    color: #ff5a68;
}

body.staff-ui-body .staff-artist-action-button--danger:hover,
body.staff-ui-body .staff-artist-action-button--danger:focus-visible {
    border-color: #ff5a68;
    background: rgba(220, 53, 69, 0.14);
    color: #ff808b;
}

body.staff-ui-body .staff-artist-cancel-button {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: rgba(245, 245, 240, 0.68);
}

body.staff-ui-body .staff-artist-cancel-button:hover,
body.staff-ui-body .staff-artist-cancel-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: var(--artist-staff-text);
}

body.staff-ui-body .staff-artist-profile-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

body.staff-ui-body .staff-artist-identity-card .errorlist {
    margin: 0;
    color: #ff808b;
}

body.staff-ui-body .staff-artist-identity-card .modal-content {
    background: #111111;
    color: var(--artist-staff-text);
    border: 1px solid var(--artist-staff-border);
}

body.staff-ui-body .staff-artist-identity-card .modal-header,
body.staff-ui-body .staff-artist-identity-card .modal-footer {
    border-color: var(--artist-staff-border);
}

body.staff-ui-body .staff-artist-identity-card .artist-logo-dropzone {
    border-color: rgba(215, 232, 60, 0.45);
    background: rgba(215, 232, 60, 0.08);
    color: var(--artist-staff-text);
}

body.staff-ui-body .staff-artist-identity-card .artist-logo-dropzone__title {
    color: var(--artist-staff-text);
}

body.staff-ui-body .staff-artist-identity-card .artist-logo-dropzone__copy,
body.staff-ui-body .staff-artist-identity-card .artist-logo-dropzone__filename,
body.staff-ui-body .staff-artist-identity-card .artist-logo-upload__empty {
    color: var(--artist-staff-muted);
}

@media (max-width: 900px) {
    body.staff-ui-body .staff-artist-profile-redesign .role-form,
    body.staff-ui-body .staff-artist-accounting-grid .role-form,
    body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload--existing,
    body.staff-ui-body .staff-artist-profile-redesign .artist-logo-upload {
        grid-template-columns: 1fr;
    }

    body.staff-ui-body .staff-artist-identity-card .event-secondary-tabs__link {
        flex: 1 1 100%;
        border-right: 0;
        border-bottom: 1px solid var(--artist-staff-border);
    }
}

.staff-visibility-grid {
    display: grid;
    gap: 1rem;
}

.staff-visibility-fieldset {
    display: grid;
    gap: 0.85rem;
}

.staff-visibility-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.8rem;
}

.role-checkbox-card {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.role-checkbox-card:hover {
    border-color: #bfd0e2;
    background: #ffffff;
}

.role-checkbox-card:has(input:checked) {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.1);
    background: #ffffff;
}

.role-checkbox-card input[type="checkbox"] {
    flex: 0 0 auto;
    appearance: none;
    width: 2.55rem;
    height: 1.45rem;
    margin-top: 0.05rem;
    border-radius: 999px;
    border: 1px solid #c2cfdd;
    background-color: #d7e0ea;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23586977'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.1rem 1.1rem;
    transition: background-position 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.role-checkbox-card input[type="checkbox"]:checked {
    background-color: #143a5c;
    border-color: #143a5c;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.role-checkbox-card input[type="checkbox"]:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(53, 105, 154, 0.18);
}

.role-checkbox-card-compact {
    gap: 0.6rem;
    padding: 0.72rem 0.82rem;
    border-radius: 0.85rem;
}

.role-checkbox-card-compact input[type="checkbox"] {
    width: 2.15rem;
    height: 1.2rem;
    background-size: 0.92rem 0.92rem;
}

.role-checkbox-card-compact .role-checkbox-copy {
    gap: 0.15rem;
}

.role-checkbox-card-compact .role-checkbox-copy strong {
    font-size: 0.84rem;
}

.role-checkbox-card-compact .role-checkbox-copy span {
    font-size: 0.76rem;
}

.role-checkbox-copy {
    display: grid;
    gap: 0.25rem;
}

.role-checkbox-copy strong {
    font-size: 0.92rem;
    color: #0f172a;
}

.event-purchase-venue-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #fbfdff;
}

.event-purchase-venue-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 0.85rem;
    background: #ffffff;
    border: 1px solid #d7dee8;
    padding: 0.45rem;
}

.role-checkbox-copy span {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.35;
}

.role-subscription-list {
    display: grid;
    gap: 0.9rem;
}

.role-subscription-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.1rem;
    background: white;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.role-shell-staff .role-metric-value {
    color: #173657;
}

.role-shell-artist .role-metric-value {
    color: #9a4f1f;
}

.role-shell-fan .role-metric-value {
    color: #226c57;
}

#id_media_access_types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.85rem;
}

#id_media_access_types > div > label {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#id_media_access_types > div > label:hover {
    border-color: #bfd0e2;
    background: #ffffff;
}

#id_media_access_types > div:has(input:checked) > label {
    border-color: #35699a;
    box-shadow: 0 0 0 0.18rem rgba(53, 105, 154, 0.1);
    background: #ffffff;
}

@media (max-width: 991.98px) {
    #id_media_access_types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    #id_media_access_types {
        grid-template-columns: minmax(0, 1fr);
    }
}

.role-inline-link {
    color: #27446e;
    font-weight: 700;
    text-decoration: none;
}

.role-inline-link:hover {
    color: #1b3153;
}

.staff-directory-search {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 0.75rem;
    width: min(100%, 520px);
}

.staff-directory-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    width: 100%;
}

.staff-tab-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.staff-tab-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.staff-info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    margin-left: auto;
    border: 1px solid rgba(23, 54, 87, 0.14);
    border-radius: 999px;
    background: #f8fbff;
    color: #173657;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(23, 54, 87, 0.08);
}

.staff-info-trigger:hover,
.staff-info-trigger:focus-visible {
    background: #eef4fb;
    color: #102843;
    border-color: rgba(23, 54, 87, 0.22);
}

.staff-info-trigger--sm {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    font-size: 0.82rem;
}

.staff-section-info-popover {
    max-width: min(24rem, calc(100vw - 2rem));
}

.staff-section-info-popover .popover-body {
    padding: 0.8rem 0.95rem;
    color: #173657;
    line-height: 1.5;
}

.event-compact-field-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.event-zone-card__header {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(23, 54, 87, 0.08);
}

.event-zone-inline-note {
    font-size: 0.82rem;
    font-weight: 700;
    color: #4a657f;
    margin-bottom: 0.65rem;
}

.event-zone-table-shell {
    overflow-x: auto;
}

.event-zone-table {
    width: 100%;
    table-layout: fixed;
}

.event-zone-table th,
.event-zone-table td {
    vertical-align: top;
}

.event-zone-table th {
    font-size: 0.78rem;
    letter-spacing: 0.01em;
}

.event-zone-table td .form-control,
.event-zone-table td .form-control-color,
.event-zone-table td .input-group {
    min-width: 0;
}

.event-zone-table {
    width: 100%;
    table-layout: fixed;
    --event-zone-row-control-font-size: 0.92rem;
    --event-zone-row-control-line-height: 1.5;
    --event-zone-row-control-padding-y: 0.5rem;
    --event-zone-row-control-padding-x: 0.92rem;
    --event-zone-row-control-radius: 0.42rem;
    --event-zone-row-control-height: calc((0.92rem * 1.5) + (0.5rem * 2) + 2px);
    --event-zone-color-control-width: calc(var(--event-zone-row-control-height) * 1.5);
}

.event-zone-table__zone-cell {
    width: 22%;
}

.event-zone-table__description-cell {
    width: 22%;
}

.event-zone-table__color-cell {
    width: calc(var(--event-zone-color-control-width) + 0.5rem);
    text-align: left;
}

.event-zone-table__capacity-cell,
.event-zone-table__price-cell {
    width: 8%;
}

.event-zone-table__discounts-cell {
    width: 12%;
    min-width: 0;
}

.event-zone-table__actions-cell {
    width: 10%;
}

.event-zone-table th:nth-child(1),
.event-zone-table td:nth-child(1) {
    width: 18%;
}

.event-zone-table th:nth-child(2),
.event-zone-table td:nth-child(2) {
    width: 18%;
}

.event-zone-table th:nth-child(3),
.event-zone-table td:nth-child(3) {
    width: 8%;
}

.event-zone-table th:nth-child(4),
.event-zone-table td:nth-child(4),
.event-zone-table th:nth-child(5),
.event-zone-table td:nth-child(5),
.event-zone-table th:nth-child(6),
.event-zone-table td:nth-child(6) {
    width: 11%;
}

.event-zone-table th:nth-child(7),
.event-zone-table td:nth-child(7) {
    width: 12%;
}

.event-zone-table th:nth-child(8),
.event-zone-table td:nth-child(8) {
    width: 11%;
}

.event-zone-table__zone-layout {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.event-zone-table__zone-input {
    flex: 1 1 auto;
    min-width: 0;
}

.event-zone-table__zone-input .form-control {
    width: 100%;
}

.role-form .event-zone-table input[type="text"],
.role-form .event-zone-table input[type="number"] {
    height: var(--event-zone-row-control-height);
    min-height: var(--event-zone-row-control-height);
    padding: var(--event-zone-row-control-padding-y) var(--event-zone-row-control-padding-x);
    border-radius: var(--event-zone-row-control-radius);
    font-size: var(--event-zone-row-control-font-size);
    line-height: var(--event-zone-row-control-line-height);
}

.event-zone-table__zone-cell .form-control,
.event-zone-table__description-cell .form-control,
.event-zone-table__capacity-cell .form-control,
.event-zone-table__price-cell .form-control,
.event-zone-table__color-cell .form-control-color,
.event-zone-table__discount-status {
    height: var(--event-zone-row-control-height);
    min-height: var(--event-zone-row-control-height);
    padding-block: var(--event-zone-row-control-padding-y) !important;
    padding-inline: var(--event-zone-row-control-padding-x) !important;
    border-radius: var(--event-zone-row-control-radius) !important;
    font-size: var(--event-zone-row-control-font-size);
    line-height: var(--event-zone-row-control-line-height);
}

.event-zone-table__color-cell .form-control-color {
    display: block;
    width: var(--event-zone-color-control-width);
    height: var(--event-zone-row-control-height);
    min-height: var(--event-zone-row-control-height);
    padding-inline: 0.375rem;
    margin-inline: 0;
}

.event-zone-table__drag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--event-zone-row-control-height);
    min-height: var(--event-zone-row-control-height);
    padding: 0;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: var(--event-zone-row-control-radius);
    background: #f8fbff;
    color: #4a657f;
    cursor: pointer;
}

.event-zone-table__drag:active {
    cursor: pointer;
}

.event-zone-table__drag-grip {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.16rem;
}

.event-zone-table__discounts-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 0.55rem;
}

.event-zone-table__discount-item {
    min-width: 0;
}

.event-zone-table__discount-item .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.event-zone-table__discount-item .form-control {
    min-width: 0;
}

.event-zone-table__discount-item .input-group-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

.event-zone-table__discount-summary {
    display: block;
    width: 100%;
}

.event-zone-table__discount-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(23, 54, 87, 0.14);
    background: #f8fbff;
    color: #4a657f;
    font-weight: 800;
}

.event-zone-table__discount-status.is-defined {
    border-color: rgba(19, 122, 72, 0.22);
    background: rgba(19, 122, 72, 0.08);
    color: #137a48;
}

.event-zone-discount-modal__field .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 12rem;
}

.event-zone-discount-modal__field .form-control {
    min-width: 0;
}

.event-zone-discount-modal__field .input-group-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

.event-zone-table [data-event-zone-row].is-dragging {
    opacity: 0.55;
}

@media (max-width: 991.98px) {
    .event-zone-table {
        min-width: 52rem;
    }
}

.staff-tab-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 54, 87, 0.12);
    background: #f8fbff;
    color: #173657;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.staff-tab-nav__link:hover {
    color: #102843;
    background: #eef4fb;
}

.staff-tab-nav__link.is-active {
    border-color: #173657;
    background: #173657;
    color: white;
    box-shadow: 0 14px 28px rgba(23, 54, 87, 0.18);
}

.staff-plan-language-group {
    padding: 1.35rem;
    border: 1px solid rgba(23, 54, 87, 0.1);
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(240, 246, 252, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.staff-plan-language-tabs {
    gap: 0.6rem;
    align-items: flex-end;
    padding: 0 0.35rem;
    border-bottom: 2px solid rgba(23, 54, 87, 0.18);
    width: fit-content;
    max-width: 100%;
}

.staff-plan-language-tabs .staff-tab-nav__link {
    position: relative;
    min-height: 46px;
    padding: 0.78rem 1.15rem;
    border: 2px solid transparent;
    border-bottom-width: 0;
    border-radius: 1rem 1rem 0 0;
    background: rgba(232, 240, 248, 0.92);
    color: #4a657f;
    box-shadow: none;
}

.staff-plan-language-tabs .staff-tab-nav__link:hover {
    background: rgba(224, 234, 244, 0.96);
    color: #173657;
}

.staff-plan-language-tabs .staff-tab-nav__link.is-active {
    border-color: rgba(23, 54, 87, 0.18);
    border-bottom-color: #ffffff;
    background: #ffffff;
    color: #173657;
    box-shadow: none;
    transform: translateY(2px);
    z-index: 2;
}

.staff-plan-language-panel {
    padding: 1.2rem;
    border: 2px solid rgba(23, 54, 87, 0.18);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(23, 54, 87, 0.08);
    margin-top: -2px;
}

.staff-plan-language-panel .row {
    align-items: stretch;
}

.staff-plan-language-panel .row > [class*="col-"] {
    display: flex;
}

.staff-plan-language-panel .row > [class*="col-"] > * {
    width: 100%;
}

.staff-plan-language-panel .row > [class*="col-"] {
    min-width: 0;
}

.staff-plan-language-panel .row > [class*="col-"] {
    position: relative;
}

.staff-plan-language-panel .row > [class*="col-"]::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(23, 54, 87, 0.16);
    border-radius: 0.95rem;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    pointer-events: none;
}

.staff-plan-language-panel .row > [class*="col-"] {
    padding: 1rem;
}

.staff-plan-language-panel .row > [class*="col-"] label,
.staff-plan-language-panel .row > [class*="col-"] .errorlist,
.staff-plan-language-panel .row > [class*="col-"] .helptext,
.staff-plan-language-panel .row > [class*="col-"] input,
.staff-plan-language-panel .row > [class*="col-"] textarea,
.staff-plan-language-panel .row > [class*="col-"] select {
    position: relative;
    z-index: 1;
}

.staff-plan-language-panel__header {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(23, 54, 87, 0.08);
}

.staff-plan-language-panel__eyebrow {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b839a;
}

.staff-plan-language-panel__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #173657;
}

@media (max-width: 767.98px) {
    .staff-plan-language-group {
        padding: 1rem;
    }

    .staff-plan-language-tabs {
        width: 100%;
        padding: 0;
    }

    .staff-plan-language-tabs .staff-tab-nav__link {
        flex: 1 1 calc(50% - 0.6rem);
        min-width: 0;
    }

    .staff-plan-language-panel {
        padding: 1rem;
    }

    .staff-plan-language-panel .row > [class*="col-"] {
        padding: 0.9rem;
    }
}

.staff-directory-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex: 1 1 980px;
}

.staff-column-selector {
    position: relative;
}

.staff-column-selector summary {
    list-style: none;
}

.staff-column-selector summary::-webkit-details-marker {
    display: none;
}

.staff-column-selector[open] .btn {
    border-color: rgba(23, 54, 87, 0.3);
    background: white;
}

.staff-column-selector-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 10;
    display: grid;
    gap: 0.55rem;
    min-width: 220px;
    padding: 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.staff-table-dropdown-form {
    min-width: 280px;
}

.staff-column-selector-menu label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #173657;
    font-size: 0.9rem;
    font-weight: 700;
}

.staff-column-selector-menu input {
    width: 16px;
    height: 16px;
}

.staff-table-dropdown-field {
    display: grid !important;
    gap: 0.35rem;
}

.staff-table-dropdown-field span {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.staff-table-dropdown-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.staff-export-menu a {
    color: #173657;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.staff-export-menu a:hover {
    color: #102843;
}

.staff-export-menu-title {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.staff-export-menu-divider {
    height: 1px;
    background: rgba(148, 163, 184, 0.28);
}

.staff-export-menu-form {
    display: grid;
    gap: 0.35rem;
}

.staff-export-menu-action {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(23, 54, 87, 0.18);
    border-radius: 0.6rem;
    background: #f8fafc;
    color: #173657;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.55rem 0.7rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.staff-export-menu-action:hover,
.staff-export-menu-action:focus-visible {
    border-color: #173657;
    background: #173657;
    color: #ffffff;
}

.staff-export-menu-action--primary {
    border-color: #173657;
    background: #173657;
    color: #ffffff;
}

.staff-export-menu-action--primary:hover,
.staff-export-menu-action--primary:focus-visible {
    border-color: #102843;
    background: #102843;
}

.staff-export-menu-action:disabled {
    border-color: rgba(148, 163, 184, 0.35);
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

.staff-table-selection-cell {
    text-align: center;
    vertical-align: middle;
    width: 2.75rem;
}

.staff-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.staff-table-meta,
.staff-pagination-meta,
.staff-per-page-label {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .artist-logo-upload,
    .artist-logo-upload--existing,
    .artist-logo-upload--modal,
    .event-gallery-selector__grid,
    .event-gallery-selector__layout {
        grid-template-columns: 1fr;
    }

    .event-setlist-builder__table {
        min-width: 760px;
    }

    .event-setlist-builder__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .artist-event-setlist__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.staff-per-page-form {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.staff-directory-toolbar .staff-per-page-form {
    justify-content: flex-end;
}

.staff-per-page-form .form-select {
    width: auto;
    min-width: 92px;
}

.staff-directory-table table {
    --bs-table-bg: transparent;
}

.staff-directory-table {
    border: 1px solid var(--staff-border);
    border-radius: 14px;
    overflow: hidden;
    background: white;
}

.staff-contracts-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.staff-contracts-table-scroll table {
    min-width: max-content;
}

.staff-contract-member-picker-table {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.staff-directory-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.staff-directory-table-scroll table {
    min-width: 860px;
}

.staff-directory-table-compact {
    border-radius: 12px;
}

.staff-directory-table-compact tbody td {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.staff-table-shell {
    display: grid;
    gap: 0;
}

.staff-directory-table thead th {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    border-bottom-color: rgba(148, 163, 184, 0.18);
}

.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column] {
    position: relative;
    cursor: grab;
    user-select: none;
}

.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column]::before {
    content: "⋮⋮";
    display: inline-block;
    margin-right: 0.38rem;
    color: #94a3b8;
    font-size: 0.7rem;
    letter-spacing: -0.12em;
    vertical-align: middle;
}

.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column]:hover {
    background: rgba(29, 79, 145, 0.04);
}

.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column]:active,
.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column].is-dragging,
.staff-directory-table table[data-staff-column-order-enabled="true"] thead th[data-column].is-dragging .staff-table-sort {
    cursor: grabbing;
}

.staff-table-sort {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

.staff-table-sort:hover,
.staff-table-sort.is-active {
    color: #173657;
}

.staff-directory-table tbody td {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom-color: rgba(148, 163, 184, 0.18);
}

.staff-directory-table tbody tr:hover {
    background: rgba(29, 79, 145, 0.035);
}

.staff-contract-event-group-row th {
    padding: 0.7rem 0.85rem;
    background: #f3f7fb;
    border-top: 1px solid rgba(23, 54, 87, 0.12);
    border-bottom: 1px solid rgba(23, 54, 87, 0.12);
    color: #173657;
    font-weight: 700;
}

.staff-contract-event-group-row--empty th {
    background: #f8fafc;
    color: #475569;
}

.staff-contract-event-group-label {
    display: inline-block;
}

.staff-invoice-record-page {
    --staff-invoice-soft: #f5f8fc;
    --staff-invoice-border: rgba(148, 163, 184, 0.24);
    --staff-invoice-highlight: #173657;
}

.staff-invoice-actions-bar {
    border: 1px solid rgba(23, 54, 87, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.staff-invoice-kicker {
    margin-bottom: 0.45rem;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-invoice-overview-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.staff-invoice-overview-card {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1.05rem;
    border: 1px solid var(--staff-invoice-border);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.staff-invoice-overview-card strong {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.2;
}

.staff-invoice-overview-card span:last-child {
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.35;
}

.staff-invoice-overview-label {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-invoice-overview-card--highlight {
    background: #173657;
    border-color: rgba(23, 54, 87, 0.45);
}

.staff-invoice-overview-card--highlight strong,
.staff-invoice-overview-card--highlight span {
    color: #ffffff;
}

.staff-invoice-overview-card--highlight .staff-invoice-overview-label {
    color: rgba(255, 255, 255, 0.72);
}

.staff-invoice-zone-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staff-invoice-zone--document {
    grid-column: span 1;
}

.staff-invoice-zone {
    min-height: 100%;
}

.staff-invoice-zone-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.staff-invoice-form-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.staff-invoice-form-grid--document,
.staff-invoice-form-grid--fiscal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.staff-invoice-field {
    margin-bottom: 0;
}

.staff-invoice-field--wide {
    grid-column: 1 / -1;
}

.staff-invoice-note-box {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: var(--staff-invoice-soft);
    border: 1px dashed rgba(53, 105, 154, 0.28);
    color: #173657;
    grid-column: 1 / -1;
}

.staff-invoice-note-box strong {
    font-size: 0.88rem;
}

.staff-invoice-note-box span {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.4;
}

.staff-invoice-lines-card {
    border: 1px solid rgba(23, 54, 87, 0.08);
}

.staff-invoice-summary-card {
    border: 1px solid rgba(23, 54, 87, 0.08);
}

.staff-invoice-lines-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.staff-invoice-lines-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.staff-invoice-totals-bar {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.staff-invoice-total-pill {
    display: grid;
    gap: 0.2rem;
    min-width: 126px;
    padding: 0.72rem 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid var(--staff-invoice-border);
    background: #ffffff;
}

.staff-invoice-total-pill small {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-invoice-total-pill strong {
    color: #173657;
    font-size: 0.98rem;
}

.staff-invoice-total-pill--dark {
    background: #173657;
    border-color: rgba(23, 54, 87, 0.45);
}

.staff-invoice-total-pill--dark small,
.staff-invoice-total-pill--dark strong {
    color: #ffffff;
}

.staff-invoice-lines-table tbody td {
    vertical-align: middle;
}

.staff-invoice-line-row.is-editing {
    background: rgba(53, 105, 154, 0.05);
}

.staff-invoice-line-row.is-dragging {
    opacity: 0.45;
}

.staff-invoice-line-row.is-drag-target {
    box-shadow: inset 0 2px 0 #173657;
}

.staff-invoice-line-drag-cell {
    width: 3rem;
}

.staff-invoice-line-drag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    background: #f8fbff;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1;
    cursor: grab;
}

.staff-invoice-line-drag:active {
    cursor: grabbing;
}

.staff-invoice-line-drag-grip {
    font-size: 1rem;
    letter-spacing: -0.15em;
}

.staff-invoice-line-drag-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.68rem;
}

.staff-invoice-line-concept-cell {
    min-width: 16rem;
}

.staff-invoice-line-concept-cell .fw-semibold {
    color: #173657;
}

.staff-invoice-line-concept-cell .text-muted + .text-muted {
    margin-top: 0.1rem;
}

.staff-invoice-tax-breakdown-table td {
    vertical-align: middle;
}

.staff-invoice-line-editor-row td {
    padding: 0;
    background: #f8fbff;
}

.staff-invoice-line-editor-shell {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.1rem 1.1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.staff-invoice-line-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 2fr) repeat(5, minmax(0, 1fr));
}

.staff-invoice-line-field {
    display: grid;
    gap: 0.35rem;
}

.staff-invoice-line-field--wide {
    grid-column: span 2;
}

.staff-invoice-line-errors {
    padding: 0.75rem 0.9rem;
    border-radius: 0.85rem;
    background: rgba(180, 35, 24, 0.08);
    color: #b42318;
    font-size: 0.84rem;
    font-weight: 700;
}

.staff-invoice-modal-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.staff-invoice-modal-field {
    display: grid;
    gap: 0.35rem;
}

.staff-invoice-modal-field--wide {
    grid-column: 1 / -1;
}

.staff-invoice-visual-select {
    position: relative;
}

.staff-invoice-visual-select__native {
    display: none;
}

.staff-invoice-visual-select__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: 0.85rem;
    background: #ffffff;
    color: #173657;
    text-align: left;
    font-size: 0.96rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.staff-invoice-visual-select__trigger[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.staff-invoice-visual-select__trigger > svg {
    width: 1rem;
    height: 1rem;
    color: #64748b;
    flex-shrink: 0;
}

.staff-invoice-visual-select__trigger-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff-invoice-visual-select__trigger-label.is-placeholder {
    color: #64748b;
    font-weight: 600;
}

.staff-invoice-visual-select__menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 16;
    display: grid;
    gap: 0.35rem;
    padding: 0.55rem;
    border-radius: 1rem;
    border: 1px solid rgba(23, 54, 87, 0.12);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    max-height: 18rem;
    overflow-y: auto;
}

.staff-invoice-visual-select__search {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-bottom: 0.35rem;
    background: #ffffff;
}

.staff-invoice-visual-select__search-input {
    width: 100%;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: 0.85rem;
    background: #ffffff;
    padding: 0.72rem 0.85rem;
    color: #173657;
    font-size: 0.92rem;
    line-height: 1.3;
}

.staff-invoice-visual-select__search-input:focus {
    outline: none;
    border-color: rgba(23, 54, 87, 0.28);
    box-shadow: 0 0 0 3px rgba(23, 54, 87, 0.12);
}

.staff-invoice-visual-select__options {
    display: grid;
    gap: 0.35rem;
}

.staff-invoice-visual-select__option {
    width: 100%;
    display: grid;
    gap: 0.12rem;
    padding: 0.72rem 0.8rem;
    border: 0;
    border-radius: 0.85rem;
    background: transparent;
    color: #173657;
    text-align: left;
}

.staff-invoice-visual-select__option:hover,
.staff-invoice-visual-select__option:focus-visible,
.staff-invoice-visual-select__option.is-selected {
    outline: none;
    background: rgba(23, 54, 87, 0.06);
}

.staff-invoice-visual-select__option-label {
    font-size: 0.95rem;
    font-weight: 700;
}

.staff-invoice-visual-select__option-meta {
    color: #64748b;
    font-size: 0.8rem;
}

.staff-invoice-modal-switch {
    padding: 0.75rem 0.9rem;
    border-radius: 0.9rem;
    background: rgba(23, 54, 87, 0.05);
    border: 1px solid var(--staff-invoice-border);
}

.staff-invoice-artist-picker {
    position: relative;
    display: grid;
    gap: 0;
}

.staff-invoice-artist-results {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 12;
    max-height: 18rem;
    overflow: auto;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.staff-invoice-artist-results-hint {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0.75rem 0.95rem;
    border-bottom: 1px solid rgba(23, 54, 87, 0.08);
    background: rgba(248, 251, 255, 0.98);
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.35;
}

.staff-invoice-artist-results-list {
    background: transparent;
}

.staff-invoice-artist-result {
    display: grid;
    gap: 0.15rem;
    text-align: left;
}

.staff-invoice-artist-result strong {
    color: #173657;
    font-size: 0.96rem;
}

.staff-invoice-artist-result span {
    color: #64748b;
    font-size: 0.82rem;
}

.staff-invoice-summary-totals {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: end;
    gap: 0.65rem;
    margin-top: 1rem;
    margin-left: auto;
    width: min(100%, 320px);
    padding-top: 1rem;
    border-top: 1px solid var(--staff-invoice-border);
}

.staff-invoice-summary-totals--standalone {
    margin-top: -0.5rem;
    padding-right: 0.25rem;
}

.staff-invoice-summary-metric {
    display: grid;
    gap: 0.15rem;
    justify-items: end;
    text-align: right;
}

.staff-invoice-summary-metric span {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-invoice-summary-metric strong {
    color: #173657;
    font-size: 1.18rem;
}

.staff-invoice-summary-metric--total span {
    font-size: 0.9rem;
}

.staff-invoice-summary-metric--total strong {
    font-size: 1.5rem;
}

.staff-invoice-meta-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}

.staff-invoice-verifactu-response {
    margin: 0;
    min-height: 220px;
    max-height: 360px;
    overflow: auto;
    padding: 1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #fbfdff;
    color: #334155;
    font-size: 0.85rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}

.staff-invoice-line-modal .modal-header,
.staff-invoice-line-modal .modal-footer {
    border-color: rgba(148, 163, 184, 0.16);
}

.staff-invoice-trace-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staff-invoice-trace-grid div {
    display: grid;
    gap: 0.25rem;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    background: #fbfdff;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.staff-invoice-trace-grid strong {
    color: #173657;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.staff-invoice-trace-grid span {
    color: #475569;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .staff-invoice-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .staff-invoice-meta-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .staff-invoice-line-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .staff-invoice-line-field--wide {
        grid-column: 1 / -1;
    }

    .staff-invoice-trace-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .staff-invoice-overview-grid,
    .staff-invoice-zone-grid,
    .staff-invoice-form-grid,
    .staff-invoice-modal-grid,
    .staff-invoice-trace-grid,
    .staff-invoice-summary-totals {
        grid-template-columns: minmax(0, 1fr);
    }

    .staff-invoice-lines-actions {
        align-items: stretch;
        justify-content: flex-start;
    }

    .staff-invoice-total-pill {
        min-width: 0;
        flex: 1 1 120px;
    }

    .staff-invoice-line-drag {
        width: 100%;
        justify-content: center;
    }

    .staff-invoice-visual-select__menu {
        max-height: 16rem;
    }
}

.staff-pagination-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.staff-pagination-links {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.staff-table-active-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.staff-table-active-filters span {
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #eef4fb;
    color: #173657;
    font-size: 0.78rem;
    font-weight: 700;
}

.staff-font-catalog-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.staff-font-preview-copy {
    width: 100%;
}

.staff-font-preview-copy__field {
    display: grid;
    gap: 0.4rem;
    flex: 1 1 20rem;
    width: min(28rem, 100%);
}

.staff-font-preview-copy__field--compact {
    flex: 1 1 15rem;
    width: auto;
}

.staff-font-preview-copy__field span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #173657;
}

.staff-font-catalog-filters {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
    width: 100%;
}

.staff-font-catalog-filters .staff-font-preview-copy__field {
    flex: 1 1 14rem;
    width: auto;
    min-width: 12rem;
}

.staff-font-catalog-filters .staff-font-preview-copy__field--compact {
    flex-basis: 12rem;
    min-width: 11rem;
}

.staff-font-catalog-filters .btn {
    flex: 0 0 auto;
}

.staff-font-catalog-status {
    min-height: 1.2rem;
    margin: -0.35rem 0 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
}

.staff-font-catalog-status[data-tone="success"] {
    color: #18603b;
}

.staff-font-catalog-status[data-tone="warning"] {
    color: #9a6700;
}

.staff-font-catalog-status[data-tone="error"] {
    color: #9b2c2c;
}

.staff-font-catalog-pagination--top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.staff-font-catalog-pagination__meta {
    min-width: 0;
}

.staff-font-catalog-per-page-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0;
}

.staff-font-catalog-per-page-form .form-select {
    min-width: 5.5rem;
}

.staff-font-catalog-pagination__links {
    justify-content: flex-end;
}

.staff-font-card {
    display: grid;
    gap: 0.72rem;
    padding: 0.95rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(23, 54, 87, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.staff-font-card.is-disabled {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    opacity: 0.92;
}

.staff-font-card__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.staff-font-card__usage {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.28rem 0.52rem;
    border: 1px solid rgba(23, 54, 87, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #173657;
    font-size: 0.78rem;
    font-weight: 800;
}

.staff-font-card__usage:hover,
.staff-font-card__usage:focus-visible {
    border-color: rgba(29, 79, 145, 0.3);
    color: #0f3f74;
}

.staff-font-card__usage-icon {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
}

.staff-font-card__usage-icon svg {
    width: 100%;
    height: 100%;
}

.staff-font-card__load-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 54, 87, 0.14);
    background: rgba(255, 255, 255, 0.9);
}

.staff-font-card__load-dot {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    background: #94a3b8;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.staff-font-card__load-dot[data-state="checking"] {
    background: #94a3b8;
    box-shadow: 0 0 0 0.18rem rgba(148, 163, 184, 0.14);
}

.staff-font-card__load-dot[data-state="loaded"] {
    background: #22c55e;
    box-shadow: 0 0 0 0.18rem rgba(34, 197, 94, 0.16);
}

.staff-font-card__load-dot[data-state="fallback"] {
    background: #f59e0b;
    box-shadow: 0 0 0 0.18rem rgba(245, 158, 11, 0.18);
}

.staff-font-card__load-dot[data-state="error"] {
    background: #ef4444;
    box-shadow: 0 0 0 0.18rem rgba(239, 68, 68, 0.16);
}

.staff-font-card__usage-count {
    min-width: 1.2rem;
    text-align: center;
}

.staff-font-card__toggle-form {
    margin: 0;
}

.staff-font-card__switch {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.staff-font-card__switch .form-check-input {
    width: 2.55rem;
    height: 1.35rem;
    margin: 0;
    cursor: pointer;
}

.staff-font-card__switch .form-check-input:not(:checked) {
    background-color: #d7e0ea;
    border-color: #c2cfdd;
}

.event-ticket-type-switch {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.event-ticket-type-switch .form-check-input {
    width: 2.55rem;
    height: 1.35rem;
    margin: 0;
    cursor: pointer;
}

.event-ticket-type-switch .form-check-input:not(:checked) {
    background-color: #d7e0ea !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23586977'/%3e%3c/svg%3e") !important;
    border-color: #c2cfdd !important;
}

.venue-contact-primary-toggle {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    margin-top: 0.15rem;
}

.venue-contact-primary-toggle__switch {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.venue-contact-primary-toggle__switch .form-check-label {
    display: inline-block;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.2;
}

.venue-contact-primary-toggle__input {
    width: 2.75rem;
    height: 1.5rem;
    margin: 0;
    cursor: pointer;
    flex: 0 0 auto;
}

.venue-contact-primary-toggle__input:not(:checked) {
    background-color: #d7e0ea !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23586977'/%3e%3c/svg%3e") !important;
    border-color: #c2cfdd !important;
}

.venue-contact-primary-toggle__input:checked {
    background-color: #143a5c !important;
    border-color: #143a5c !important;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}

[data-event-ticket-type-zone] .table-responsive,
[data-event-ticket-type-modal] .table-responsive {
    overflow-x: auto;
    overflow-y: visible;
}

[data-event-ticket-type-modal] .table-responsive {
    min-height: fit-content;
}

[data-event-ticket-type-zone] .table,
[data-event-ticket-type-modal] .table {
    margin-bottom: 0;
}

[data-event-ticket-type-zone] .table {
    min-width: 880px;
}

[data-event-ticket-type-modal] .modal-dialog {
    max-width: min(1240px, calc(100vw - 1rem));
    margin: 0.5rem auto;
}

[data-event-ticket-type-modal] .table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
}

[data-event-ticket-type-modal] th:nth-child(1),
[data-event-ticket-type-modal] td:nth-child(1) {
    width: 13%;
}

[data-event-ticket-type-modal] th:nth-child(2),
[data-event-ticket-type-modal] td:nth-child(2) {
    width: 9%;
}

[data-event-ticket-type-modal] th:nth-child(3),
[data-event-ticket-type-modal] td:nth-child(3) {
    width: 7%;
}

[data-event-ticket-type-modal] th:nth-child(4),
[data-event-ticket-type-modal] td:nth-child(4) {
    width: 9%;
}

[data-event-ticket-type-modal] th:nth-child(5),
[data-event-ticket-type-modal] td:nth-child(5) {
    width: 10%;
}

[data-event-ticket-type-modal] th:nth-child(6),
[data-event-ticket-type-modal] td:nth-child(6),
[data-event-ticket-type-modal] th:nth-child(7),
[data-event-ticket-type-modal] td:nth-child(7) {
    width: 14%;
}

[data-event-ticket-type-modal] th:nth-child(8),
[data-event-ticket-type-modal] td:nth-child(8) {
    width: 4%;
}

[data-event-ticket-type-modal] th:nth-child(9),
[data-event-ticket-type-modal] td:nth-child(9) {
    width: 10%;
}

[data-event-ticket-type-zone] th,
[data-event-ticket-type-zone] td,
[data-event-ticket-type-modal] th,
[data-event-ticket-type-modal] td {
    vertical-align: middle;
}

[data-event-ticket-type-zone] th,
[data-event-ticket-type-modal] th,
[data-event-ticket-type-modal] .modal-footer .btn {
    white-space: nowrap;
}

[data-event-ticket-type-modal] th,
[data-event-ticket-type-modal] td {
    padding: 0.35rem;
    font-size: 0.86rem;
}

[data-event-ticket-type-modal] .form-control,
[data-event-ticket-type-modal] .form-select {
    min-width: 0;
    padding: 0.28rem 0.45rem;
    font-size: 0.84rem;
}

[data-event-ticket-type-modal] [data-event-ticket-type-modal-remove-row] {
    padding: 0.28rem 0.45rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

[data-event-ticket-type-modal] [data-event-ticket-type-entry-total] {
    font-size: 0.88rem;
}

[data-event-ticket-type-modal] .modal-footer {
    gap: 0.75rem;
}

@media (max-width: 991.98px) {
    [data-event-ticket-type-zone] .table {
        min-width: 760px;
    }

    [data-event-ticket-type-modal] .table {
        min-width: 0;
    }
}

.staff-font-card__sample {
    width: 100%;
    min-height: 124px;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(23, 54, 87, 0.08);
    background:
        radial-gradient(circle at top right, rgba(39, 68, 110, 0.08), transparent 42%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 251, 0.92));
    color: #102843;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    text-align: left;
    appearance: none;
}

.staff-font-card__sample:hover,
.staff-font-card__sample:focus-visible {
    border-color: rgba(29, 79, 145, 0.3);
    box-shadow: 0 0 0 3px rgba(29, 79, 145, 0.12);
}

.staff-font-card__sample-text {
    display: block;
    width: 100%;
}

.staff-font-popover .popover-body {
    padding: 0.7rem 0.8rem;
}

.staff-font-preview-popover {
    max-width: min(34rem, calc(100vw - 2rem));
}

.staff-font-preview-popover .popover-body {
    padding: 1rem 1.15rem;
}

.staff-font-preview-popover__content {
    font-size: clamp(2.8rem, 5.6vw, 4.9rem);
    line-height: 1.05;
    color: #102843;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.staff-font-popover__content {
    display: grid;
    gap: 0.55rem;
}

.staff-font-popover__content > div {
    display: grid;
    gap: 0.12rem;
}

.staff-font-popover__content strong {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.staff-font-popover__content span {
    font-size: 0.84rem;
    color: #173657;
}

@media (max-width: 1280px) {
    .staff-font-catalog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .staff-font-catalog-filters {
        flex-wrap: nowrap;
    }
}

@media (max-width: 980px) {
    .staff-font-catalog-pagination--top {
        grid-template-columns: 1fr;
    }

    .staff-font-catalog-per-page-form,
    .staff-font-catalog-pagination__links {
        justify-content: flex-start;
    }
}

@media (max-width: 1120px) {
    .staff-font-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .staff-font-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .staff-font-catalog-grid {
        grid-template-columns: 1fr;
    }
}

.staff-artist-metric-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.staff-artist-meta {
    display: grid;
    gap: 0.85rem;
}

.staff-mini-list {
    display: grid;
    gap: 0.75rem;
}

.staff-scroll-list {
    max-height: 24rem;
    overflow: auto;
    padding-right: 0.35rem;
}

.staff-mini-list-item {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: white;
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.staff-mini-list-item span {
    color: rgba(17, 17, 17, 0.62);
    font-size: 0.9rem;
}

.staff-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.staff-section-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: white;
    color: var(--jj-ink);
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.05);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.staff-section-card span {
    color: rgba(17, 17, 17, 0.62);
    font-size: 0.9rem;
}

.staff-section-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.portal-command-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.portal-command-link,
.portal-zone-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    text-decoration: none;
    color: var(--jj-ink);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.portal-command-link:hover,
.portal-zone-card:hover {
    color: var(--jj-ink);
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.portal-command-link-muted {
    background: linear-gradient(180deg, #f8fafc, #eef4fb);
}

.portal-command-kicker,
.portal-zone-tag {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.portal-zone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.password-toggle-field {
    position: relative;
    display: block;
}

.password-toggle-field input {
    padding-right: 3rem;
}

.password-toggle-button {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5a6477;
    cursor: pointer;
}

.password-toggle-button:hover,
.password-toggle-button:focus-visible {
    color: #172033;
}

.password-toggle-button:focus-visible {
    outline: 2px solid rgba(29, 79, 145, 0.35);
    outline-offset: 2px;
    border-radius: 999px;
}

.password-toggle-icon {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-flex;
}

.password-toggle-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.staff-filter-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 220px) auto;
    gap: 0.75rem;
    width: min(100%, 760px);
}

.staff-list-link {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #0f172a;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.staff-list-link:hover {
    color: #0f172a;
    transform: translateY(-1px);
    border-color: rgba(53, 105, 154, 0.24);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.staff-list-link strong {
    font-size: 0.95rem;
}

.staff-list-link span {
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.35;
}

.role-shell-staff .btn-dark,
.role-shell-staff .btn-outline-dark,
.role-shell-staff .btn-light {
    min-height: 40px;
    border-radius: 999px;
    padding: 0.58rem 0.95rem;
    font-weight: 700;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.role-shell-staff .btn-dark {
    border-color: #173657;
    background: #173657;
}

.role-shell-staff .btn-dark:hover {
    border-color: #102843;
    background: #102843;
}

.role-shell-staff .btn-outline-dark {
    color: #173657;
    border-color: rgba(23, 54, 87, 0.18);
    background: rgba(255, 255, 255, 0.82);
}

.role-shell-staff .btn-outline-dark:hover {
    color: #173657;
    border-color: rgba(23, 54, 87, 0.3);
    background: white;
}

.role-shell-staff .btn-light {
    color: var(--staff-ink);
    border-color: var(--staff-border);
    background: white;
}

.role-shell-staff .btn-light:hover {
    color: var(--staff-ink);
    background: var(--staff-panel-alt);
}

#staffArtistContractPdfPreviewModal .modal-dialog {
    height: min(90vh, 980px);
}

#staffArtistContractPdfPreviewModal .modal-content {
    height: 100%;
}

#staffArtistContractPdfPreviewModal .modal-body {
    overflow: hidden;
}

#staffArtistContractPdfPreviewModal .modal-body > .h-100,
#staffArtistContractPdfPreviewModal [data-contract-pdf-preview-frame] {
    height: 100%;
    width: 100%;
    display: block;
}

.staff-list-link {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #0f172a;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.staff-list-link:hover {
    color: #0f172a;
    transform: translateY(-1px);
    border-color: rgba(53, 105, 154, 0.24);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.staff-list-link strong {
    font-size: 0.95rem;
}

.staff-list-link span {
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.35;
}

.event-place-note {
    margin-bottom: 1rem;
}

.event-place-note__toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

.ticket-scanner-camera-shell {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(160deg, #0f172a, #1d4f91);
    aspect-ratio: 4 / 5;
    min-height: 320px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.ticket-scanner-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.15;
    transition: opacity 0.2s ease;
}

.ticket-scanner-video::-webkit-media-controls,
.ticket-scanner-video::-webkit-media-controls-panel,
.ticket-scanner-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

[data-ticket-scanner].is-scanning .ticket-scanner-video {
    opacity: 1;
}

.ticket-scanner-html5-root {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.ticket-scanner-html5-root[hidden] {
    display: none !important;
}

.ticket-scanner-html5-root > div,
.ticket-scanner-html5-root > div > div,
.ticket-scanner-html5-root video,
.ticket-scanner-html5-root canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ticket-scanner-html5-root video {
    display: block !important;
    background: #000;
}

.ticket-scanner-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ticket-scanner-file-trigger[aria-disabled="true"] {
    pointer-events: none;
}

.access-portal-event-header {
    gap: 0.7rem;
    margin-top: -0.55rem;
}

.access-portal-shell {
    gap: 1rem !important;
}

.access-portal-event-title {
    font-size: clamp(1.5rem, 2.3vw, 2.05rem);
    line-height: 1.08;
}

.access-portal-event-meta {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    flex-wrap: wrap;
}

.access-portal-event-meta-main {
    min-width: 0;
}

.access-portal-event-meta-side {
    display: grid;
    justify-items: end;
    gap: 0.1rem;
    text-align: right;
}

.access-portal-meta-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.access-portal-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 24rem;
}

.access-portal-summary-card {
    display: grid;
    gap: 0.1rem;
    padding: 0.58rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92));
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.access-portal-summary-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.access-portal-summary-value {
    font-size: 1.35rem;
    line-height: 1;
    color: #0f172a;
}

.access-portal-summary-value--small {
    font-size: 0.95rem;
    line-height: 1.2;
}

.access-portal-tabs {
    border-bottom: 0;
    gap: 0.55rem;
}

.access-portal-tabs .nav-link {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #334155;
    font-weight: 700;
}

.access-portal-tabs .nav-link.active {
    border-color: #1d4f91;
    background: #1d4f91;
    color: #fff;
}

.access-portal-history-filters {
    margin-right: 0;
    margin-left: 0;
}

.access-portal-history-filter-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.access-portal-history-filter-actions .btn {
    min-width: 0;
}

.access-portal-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border: 1px solid rgba(29, 79, 145, 0.2);
    border-radius: 999px;
    background: rgba(29, 79, 145, 0.08);
    color: #1d4f91;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.access-portal-info-button:hover,
.access-portal-info-button:focus {
    border-color: rgba(29, 79, 145, 0.34);
    background: rgba(29, 79, 145, 0.14);
    color: #173e72;
}

.access-portal-info-popover {
    --bs-popover-max-width: 18rem;
}

.ticket-scanner-secondary-action {
    display: flex;
    justify-content: flex-start;
}

.ticket-scanner-secondary-action .ticket-scanner-file-trigger {
    width: auto;
    max-width: 100%;
}

.ticket-scanner-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    min-width: 3.6rem;
    min-height: 3rem;
    padding: 0.65rem;
}

.ticket-scanner-icon {
    display: inline-flex;
    width: 1.55rem;
    height: 1.55rem;
}

.ticket-scanner-icon svg {
    width: 100%;
    height: 100%;
}

.ticket-scanner-icon-button.is-active {
    background: #1d4f91;
    border-color: #1d4f91;
    color: #fff;
}

.artist-ticket-row {
    cursor: pointer;
}

.artist-ticket-row:focus {
    outline: 2px solid rgba(29, 79, 145, 0.35);
    outline-offset: -2px;
}

.artist-ticket-row:hover {
    background: rgba(29, 79, 145, 0.04);
}

.artist-ticket-detail-qr-card {
    display: grid;
    gap: 0.9rem;
    padding: 1.15rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.95));
}

.artist-ticket-detail-qr-frame {
    display: grid;
    place-items: center;
    padding: 1rem;
    border-radius: 1rem;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.artist-ticket-detail-qr-frame svg {
    width: min(100%, 240px);
    height: auto;
}

.artist-ticket-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.artist-ticket-detail-card {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.artist-ticket-detail-label {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

[data-ticket-scanner].is-html5-scanning .ticket-scanner-video {
    opacity: 0;
}

.ticket-scanner-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 2;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.35));
}

.ticket-scanner-overlay-frame {
    width: min(72vw, 240px);
    height: min(72vw, 240px);
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    box-shadow: 0 0 0 999px rgba(15, 23, 42, 0.22);
    pointer-events: none;
}

.ticket-scanner-overlay-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff7ed, #ffedd5);
    color: #c2410c;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.34);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.ticket-scanner-overlay-toggle:hover,
.ticket-scanner-overlay-toggle:focus {
    background: linear-gradient(180deg, #fff, #fdba74);
    color: #9a3412;
}

.ticket-scanner-overlay-toggle:disabled {
    opacity: 0.55;
}

.ticket-scanner-overlay-toggle.is-active {
    top: auto;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(180deg, #f97316, #ea580c);
    color: #fff;
    transform: none;
}

.ticket-scanner-overlay-toggle-icon {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
}

.ticket-scanner-overlay-toggle.is-active .ticket-scanner-overlay-toggle-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.ticket-scanner-overlay-toggle-icon svg {
    width: 100%;
    height: 100%;
}

.ticket-scanner-torch-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(254, 240, 138, 0.96), rgba(245, 158, 11, 0.94));
    color: #422006;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
}

.ticket-scanner-torch-button:hover,
.ticket-scanner-torch-button:focus {
    background: linear-gradient(180deg, #fef9c3, #f59e0b);
    color: #2b1900;
}

.ticket-scanner-torch-button.is-active {
    background: linear-gradient(180deg, #facc15, #f59e0b);
    border-color: rgba(245, 158, 11, 0.72);
    color: #422006;
}

.ticket-live-status-row {
    display: flex;
    justify-content: flex-end;
}

.ticket-live-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.7rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.96);
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ticket-live-status-badge::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.36);
}

.ticket-live-status-badge.is-updated {
    border-color: rgba(59, 130, 246, 0.32);
    background: rgba(239, 246, 255, 0.98);
    color: #1d4ed8;
}

.ticket-live-status-badge.is-updated::before {
    background: #3b82f6;
    animation: ticket-live-pulse 4s ease;
}

.ticket-live-region {
    border-radius: 1rem;
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.ticket-live-region.is-live-updated {
    background: rgba(239, 246, 255, 0.62);
    animation: ticket-live-region-blink 4s ease;
}

.ticket-live-row-updated {
    animation: ticket-live-row-flash 4s ease;
}

.ticket-live-fragment-updated {
    animation: ticket-live-fragment-flash 4s ease;
}

.artist-ticket-detail-card.ticket-live-fragment-updated,
.artist-ticket-detail-qr-card.ticket-live-fragment-updated {
    box-shadow: 0 0 0 0.45rem rgba(191, 219, 254, 0.38), 0 14px 28px rgba(59, 130, 246, 0.12);
}

.staff-table-meta.ticket-live-fragment-updated,
.ticket-live-fragment-updated > .h3,
.ticket-live-fragment-updated strong {
    color: #0f4fc4;
}

@keyframes ticket-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.42);
    }
    25% {
        box-shadow: 0 0 0 0.75rem rgba(59, 130, 246, 0.22);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.08);
    }
    75% {
        box-shadow: 0 0 0 0.85rem rgba(59, 130, 246, 0.18);
    }
    100% {
        box-shadow: 0 0 0 0.8rem rgba(59, 130, 246, 0);
    }
}

@keyframes ticket-live-region-blink {
    0%, 20%, 40%, 60% {
        background: rgba(219, 234, 254, 0.9);
        box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.28), 0 0 0 0.6rem rgba(147, 197, 253, 0.42);
    }
    10%, 30%, 50%, 70% {
        background: rgba(255, 255, 255, 0.02);
        box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.08), 0 0 0 0 rgba(147, 197, 253, 0);
    }
    100% {
        background: transparent;
        box-shadow: none;
    }
}

@keyframes ticket-live-row-flash {
    0%, 20%, 40%, 60% {
        background: rgba(147, 197, 253, 0.92);
    }
    10%, 30%, 50%, 70% {
        background: rgba(255, 255, 255, 0.02);
    }
    100% {
        background: transparent;
    }
}

@keyframes ticket-live-fragment-flash {
    0%, 20%, 40%, 60% {
        background: rgba(191, 219, 254, 0.96);
        box-shadow: 0 0 0 0.65rem rgba(147, 197, 253, 0.48);
    }
    10%, 30%, 50%, 70% {
        background: rgba(255, 255, 255, 0.04);
        box-shadow: 0 0 0 0 rgba(147, 197, 253, 0);
    }
    100% {
        background: transparent;
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .site-brand-logo {
        height: 30px;
    }

    .access-portal-brand-copy {
        gap: 0.08rem;
    }

    .access-portal-main {
        padding-top: 0.75rem;
        padding-bottom: 2.5rem;
    }

    .access-portal-brand-name {
        font-size: 0.92rem;
    }

    .access-portal-brand-label,
    .access-portal-toggle-label {
        display: none;
    }

    .access-portal-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .access-portal-event-meta-side {
        justify-items: start;
        text-align: left;
    }

    .artist-ticket-detail-grid {
        grid-template-columns: 1fr;
    }

    .auth-shell-mark img,
    .staff-login-brand img {
        height: 38px;
    }

    .auth-shell-mark {
        width: 2.15rem;
    }

    .staff-login-topbar {
        padding: 1rem 1.15rem;
    }

    .staff-login-topmark {
        width: 2.15rem;
    }

    .staff-login-topmark-wide {
        width: 2.15rem;
    }

    .staff-shell-header,
    .staff-shell-main {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .staff-shell-header {
        padding-top: 0.7rem;
        padding-bottom: 0.5rem;
    }

    .role-hero {
        padding: 1.25rem;
    }

    .staff-shell-brand-row {
        align-items: center;
        gap: 0.55rem;
        flex-wrap: wrap;
    }

    .staff-shell-mobiletoggle {
        display: inline-flex;
        margin-left: 0;
    }

    .staff-shell-mobilepanel {
        display: none;
        width: 100%;
        max-height: min(70vh, 640px);
        overflow-y: auto;
        padding-top: 0.45rem;
    }

    .staff-shell-header.is-mobile-open .staff-shell-mobilepanel {
        display: grid;
        gap: 0.65rem;
    }

    .staff-shell-nav,
    .staff-shell-actions {
        width: 100%;
    }

    .staff-shell-actions {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0.4rem;
    }

    .staff-shell-nav {
        display: grid;
        gap: 0.5rem;
        flex: initial;
        overflow: visible;
    }

    .staff-shell-navitem {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 0.4rem;
    }

    .staff-shell-navlink,
    .staff-shell-quicklink,
    .staff-shell-profile-toggle {
        width: 100%;
        justify-content: flex-start;
    }

    .staff-shell-actions .staff-shell-utility {
        width: 40px;
        min-width: 40px;
        min-height: 40px;
        justify-content: center;
        padding: 0;
    }

    .staff-shell-navdropdown > .staff-shell-navlink::after {
        display: none;
    }

    .staff-shell-submenutoggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.08rem;
    }

    .staff-shell-brand-logo {
        height: 34px;
    }

    .staff-shell-brand small {
        font-size: 0.64rem;
    }

    .staff-shell-submenu {
        position: static;
        display: none;
        grid-column: 1 / -1;
        min-width: 0;
        margin-top: 0.35rem;
        box-shadow: none;
    }

    .staff-shell-navdropdown:hover .staff-shell-submenu,
    .staff-shell-navdropdown:focus-within .staff-shell-submenu {
        display: none;
    }

    .staff-shell-navdropdown.is-open .staff-shell-submenu {
        display: grid;
    }

    .staff-shell-sectionbar-row {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .staff-shell-sectionnav {
        width: 100%;
        justify-content: stretch;
    }

    .staff-shell-sectionnav .staff-shell-nav {
        width: 100%;
        justify-content: flex-start;
    }

    .invoice-lines-popover-table {
        min-width: 0;
    }

    .invoice-lines-popover-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .staff-shell-sectionbar {
        margin-top: 0.45rem;
        padding-top: 0.4rem;
    }

    .staff-directory-search {
        grid-template-columns: 1fr;
    }

    .staff-directory-toolbar {
        width: 100%;
        align-items: flex-start;
    }

    .staff-directory-actions {
        width: 100%;
    }

    .staff-directory-actions > * {
        width: 100%;
    }

    .staff-directory-table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .staff-directory-table table {
        width: max-content;
        min-width: 100%;
    }

    .staff-domain-layout {
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr);
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .staff-domain-layout > [class*="col-"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .staff-table-toolbar,
    .staff-pagination-bar {
        align-items: flex-start;
    }

    .staff-mobile-control {
        width: 100%;
        position: relative;
    }

    .staff-mobile-control summary {
        list-style: none;
    }

    .staff-mobile-control summary::-webkit-details-marker {
        display: none;
    }

    .staff-mobile-control-summary {
        width: 100%;
        justify-content: center;
    }

    .staff-mobile-control-body {
        display: grid;
        gap: 0.75rem;
        margin-top: 0.5rem;
    }

    .staff-mobile-control:not([open]) .staff-mobile-control-body {
        display: none;
    }

    .staff-mobile-control .staff-directory-search,
    .staff-mobile-control .staff-per-page-form {
        width: 100%;
    }

    .staff-mobile-control .btn,
    .staff-mobile-control a.btn {
        width: 100%;
    }

    .staff-column-selector {
        width: 100%;
    }

    .staff-column-selector summary {
        width: 100%;
    }

    .staff-column-selector .btn {
        width: 100%;
        justify-content: center;
    }

    .staff-per-page-form {
        width: 100%;
    }

    .staff-per-page-form .form-select {
        width: 100%;
    }

    .staff-column-selector-menu {
        left: 0;
        right: 0;
        min-width: 0;
    }

    .staff-filter-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .access-portal-history-filter-actions {
        grid-template-columns: 1fr;
    }

    .ticket-scanner-camera-shell {
        min-height: 420px;
    }
}