:root {
    --performio-navy: #0b1f3a;
    --performio-navy-2: #08182c;
    --performio-green: #2eb67d;
    --performio-surface: #ffffff;
    --performio-surface-soft: #f8f9fb;
    --performio-surface-muted: #f4f6f8;
    --performio-border-soft: #e6e9ed;
    --performio-text-strong: #2d3348;
    --performio-text-muted: #5c6670;
    --performio-radius-sm: 14px;
    --performio-radius-md: 18px;
    --performio-radius-lg: 24px;
    --performio-shadow-soft: 0 10px 24px rgba(11, 31, 58, 0.05);
    --performio-shadow-panel: 0 16px 38px rgba(11, 31, 58, 0.06);
    --performio-control-height: 50px;
}

html,
body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 221, 181, 0.16), transparent 22%),
        linear-gradient(180deg, #f7f8fb 0%, #f4f6fb 100%);
    color: var(--performio-text-strong);
}

body.app-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 100vh;
    background: transparent;
}

.app-main {
    min-width: 0;
}

.app-shell .sidebar {
    background: rgba(255, 255, 255, 0.88);
    color: var(--performio-text-strong);
    width: 280px;
    padding: 18px 14px;
    border-right: 1px solid var(--performio-border-soft);
    backdrop-filter: blur(18px);
    box-shadow: inset -1px 0 0 rgba(230, 233, 237, 0.82);
}

.app-shell .sidebar-header {
    align-items: center;
    justify-content: flex-start;
}

.app-shell .sidebar .brand {
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
}

.app-shell .sidebar .brand-copy,
.app-shell .sidebar-context,
.app-shell .sidebar .sidebar-user-meta,
.app-shell .sidebar .sidebar-help-link span,
.app-shell .sidebar .nav-link span,
.app-shell .sidebar .sidebar-profile-link strong,
.app-shell .sidebar .sidebar-profile-link small,
.app-shell .sidebar .sidebar-logout-inline {
    display: initial;
}

.app-shell .sidebar .brand-copy,
.sidebar-user-meta {
    display: grid;
}

.app-shell .sidebar .sidebar-close {
    display: none;
}

.app-shell .brand-mark {
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(245, 130, 32, 0.18);
}

.app-shell .brand-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    display: block;
}

.app-shell .sidebar-nav {
    gap: 12px;
    overflow: visible;
}

.app-shell .sidebar-nav-compact {
    align-items: stretch;
}

.app-shell .sidebar-nav-compact .nav-link {
    width: 100%;
    min-height: 0;
    padding: 14px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border-radius: 16px;
    color: #353b52;
    background: transparent;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.app-shell .sidebar-nav-compact .nav-link i {
    width: 18px;
    font-size: 1rem;
    color: #8d93a9;
    text-align: center;
}

.app-shell .sidebar-nav-compact .nav-link:hover,
.app-shell .sidebar-nav-compact .nav-link.active {
    color: #c07d1f;
    background: transparent;
    border-color: transparent;
    transform: none;
}

.app-shell .sidebar-nav-compact .nav-link.active i,
.app-shell .sidebar-nav-compact .nav-link:hover i {
    color: inherit;
}

.sidebar-nav-group {
    width: 100%;
    display: grid;
    justify-items: stretch;
    gap: 6px;
}

.sidebar-subnav {
    width: 100%;
    display: grid;
    gap: 6px;
}

.sidebar-subnav[hidden] {
    display: none;
}

.sidebar-subnav-link {
    min-height: 36px;
    padding: 0 14px 0 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    color: #7f879d;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
}

.sidebar-subnav-link:hover,
.sidebar-subnav-link.active {
    color: #93621d;
    background: transparent;
    border-color: transparent;
}

.app-shell .sidebar-help-link {
    margin-top: auto;
    border-top: 0;
    padding-top: 0;
}

.app-shell .sidebar-user-card {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--performio-border-soft);
    display: grid;
    justify-items: center;
}

.sidebar-user-avatar,
.topbar-profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, #d9dcef 0%, #bfc5ea 100%);
    color: var(--performio-navy);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.app-shell .topbar {
    min-height: 88px;
    padding: 20px 28px;
    margin: 0;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(230, 233, 237, 0.92);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(16px);
}

.app-shell .topbar-heading {
    align-items: center;
}

.topbar-title-block {
    display: grid;
    gap: 4px;
}

.topbar-kicker {
    color: #9198af;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.app-shell .topbar h1 {
    font-size: clamp(1.85rem, 3.1vw, 2.9rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--performio-text-strong);
}

.app-shell .topbar p {
    color: var(--performio-text-muted);
}

.app-shell .topbar-actions {
    gap: 10px;
}

.topbar-help-button,
.topbar-profile-chip,
.app-shell .tenant-pill {
    min-height: 46px;
    border-radius: 16px;
}

.topbar-help-button {
    padding-inline: 16px;
}

.app-shell .tenant-pill {
    min-width: 0;
    padding: 0 14px;
    border: 1px solid var(--performio-border-soft);
    background: rgba(255, 255, 255, 0.88);
    color: #6a7289;
    font-weight: 700;
}

.topbar-profile-chip {
    padding: 4px 8px 4px 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--performio-border-soft);
    background: rgba(255, 255, 255, 0.92);
    color: inherit;
    text-decoration: none;
    box-shadow: var(--performio-shadow-soft);
}

.topbar-profile-text {
    display: grid;
    gap: 1px;
    text-align: left;
}

.topbar-profile-text strong {
    font-size: 0.95rem;
    line-height: 1.1;
}

.topbar-profile-text small {
    color: var(--performio-text-muted);
    font-size: 0.78rem;
}

.app-shell .content {
    padding: 26px 24px 32px;
    gap: 18px;
}

.panel,
.metric-card,
.login-panel,
.ticketshop-hero,
.ticket-detail-hero,
.ticket-panel,
.ticket-order-summary,
.ticket-empty,
.ticket-event-card,
.marketing-overview-card,
.marketing-show-card,
.planning-prikker-day,
.planning-prikker-show-card,
.planning-prikker-service-card {
    border-radius: var(--performio-radius-md);
    border-color: var(--performio-border-soft);
    box-shadow: var(--performio-shadow-soft);
}

.panel,
.metric-card,
.login-panel {
    background: rgba(255, 255, 255, 0.96);
}

.panel {
    padding: 22px;
}

.panel-header {
    margin-bottom: 18px;
}

.panel-header h2,
.panel h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--performio-text-strong);
}

.metric-grid {
    gap: 14px;
}

.metric-card {
    min-height: 118px;
    padding: 18px;
}

.metric-card strong {
    font-size: 1.2rem;
}

.metric,
.seating-editor-summary,
.ticketshop-hero-stat,
.planning-prikker-stat {
    border-radius: 16px;
    border-color: var(--performio-border-soft);
    background: var(--performio-surface-soft);
    box-shadow: none;
}

.module-tabs {
    gap: 8px;
    padding-bottom: 2px;
}

.module-tabs .nav-link,
.nav-tabs .nav-link {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #7a819a;
    background: transparent;
    font-weight: 600;
}

.module-tabs .nav-link.active,
.nav-tabs .nav-link.active,
.module-tabs .nav-link:hover,
.nav-tabs .nav-link:hover {
    color: #b67213;
    background: rgba(255, 244, 232, 0.94);
    border-color: rgba(242, 203, 150, 0.9);
}

.form-control,
.form-select,
.form-control-color,
.btn {
    min-height: var(--performio-control-height);
    border-radius: 16px;
}

.form-control,
.form-select {
    border-color: var(--performio-border-soft);
    box-shadow: 0 1px 2px rgba(11, 31, 58, 0.03);
}

.form-control::placeholder {
    color: #98a0b6;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(242, 203, 150, 0.95);
    box-shadow: 0 0 0 4px rgba(255, 232, 204, 0.7);
}

.btn {
    font-weight: 600;
    box-shadow: none;
}

.btn-sm {
    min-height: 40px;
    border-radius: 14px;
}

.btn-outline-primary {
    --bs-btn-bg: rgba(255, 255, 255, 0.9);
    --bs-btn-hover-color: var(--ticketshop-primary, var(--performio-blue));
}

.table-responsive,
.permission-matrix,
.planning-prikker-table-wrap {
    border-radius: var(--performio-radius-md);
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(248, 249, 251, 0.88);
    --bs-table-hover-bg: rgba(255, 248, 239, 0.82);
    margin-bottom: 0;
}

.table thead th {
    padding: 16px 18px;
    border-bottom-color: var(--performio-border-soft);
    color: #8a91a8;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.7);
}

.table tbody td {
    padding: 16px 18px;
    vertical-align: middle;
    border-top-color: var(--performio-border-soft);
}

.table tbody tr {
    transition: background-color 0.18s ease;
}

.table tbody tr:hover {
    background: rgba(255, 248, 239, 0.72);
}

.badge,
.ticket-genre-pill,
.seat-map-object span,
.planning-prikker-response-pill,
.planning-prikker-signup-state,
.status-pill {
    border-radius: 999px;
}

.pagination {
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .page-link {
    min-width: 40px;
    min-height: 40px;
    border-radius: 14px;
    border-color: transparent;
    color: #7b8195;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination .active .page-link,
.pagination .page-link:hover {
    color: #b67213;
    background: rgba(255, 244, 232, 0.94);
    border-color: rgba(242, 203, 150, 0.9);
}

@media (max-width: 991px) {
    body.app-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .app-shell .sidebar {
        width: min(320px, calc(100vw - 18px));
        min-height: 100vh;
        padding: 16px 12px 14px;
        border-right: 1px solid var(--performio-border-soft);
        border-radius: 0 24px 24px 0;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 22px 48px rgba(11, 31, 58, 0.14);
    }

    .app-shell .sidebar .brand {
        gap: 12px;
        justify-content: flex-start;
    }

    .app-shell .sidebar .brand-copy,
    .app-shell .sidebar-context,
    .app-shell .sidebar .nav-link span,
    .app-shell .sidebar .sidebar-close,
    .app-shell .sidebar .sidebar-profile-link strong,
    .app-shell .sidebar .sidebar-profile-link small,
    .app-shell .sidebar .sidebar-logout-inline {
        display: initial;
    }

    .app-shell .sidebar .brand-copy,
    .sidebar-user-meta {
        display: grid;
    }

    .app-shell .sidebar-context {
        margin: 6px 0 2px;
        padding: 0 4px;
        font-size: 0.76rem;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .app-shell .sidebar-context span {
        color: #9198af;
        font-size: 0.72rem;
        margin-bottom: 0;
        display: inline;
    }

    .app-shell .sidebar-context strong {
        color: var(--performio-text-strong);
        font-size: 0.78rem;
        line-height: 1.2;
        display: inline;
        margin-left: 4px;
    }

    .app-shell .sidebar-header {
        justify-content: space-between;
    }

    .app-shell .sidebar-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 12px;
        border: 1px solid var(--performio-border-soft);
        color: #7d849a;
        background: #fff;
    }

    .app-shell .sidebar-nav-compact {
        align-items: stretch;
        gap: 10px;
    }

    .sidebar-nav-group {
        justify-items: stretch;
    }

    .app-shell .sidebar-nav-compact .nav-link,
    .app-shell .sidebar-help-link {
        width: 100%;
        min-height: 0;
        padding: 14px 16px;
        justify-content: flex-start;
        gap: 14px;
        border-radius: 16px;
        border: 1px solid transparent;
        background: transparent;
        color: #353b52;
        transform: none;
    }

    .app-shell .sidebar-nav-compact .nav-link i,
    .app-shell .sidebar-help-link i {
        width: 18px;
        color: #8d93a9;
        text-align: center;
    }

    .app-shell .sidebar-nav-compact .nav-link.active,
    .app-shell .sidebar-nav-compact .nav-link:hover,
    .app-shell .sidebar-help-link.active,
    .app-shell .sidebar-help-link:hover {
        color: #93621d;
        background: transparent;
        border-color: transparent;
    }

    .sidebar-subnav {
        padding-left: 10px;
    }

    .sidebar-nav-group.is-active .sidebar-subnav-link,
    .sidebar-subnav-link {
        display: inline-flex;
    }

    .sidebar-subnav-link {
        min-height: 36px;
        padding: 0 14px 0 28px;
        border-radius: 14px;
        background: transparent;
        border-color: transparent;
    }

    .app-shell .sidebar-user-card {
        margin-top: 10px;
        justify-items: stretch;
        gap: 10px;
    }

    .app-shell .sidebar-profile-link {
        justify-content: flex-start;
        gap: 12px;
    }

    .sidebar-user-meta small {
        color: var(--performio-text-muted);
    }

    .app-shell .sidebar-logout-inline {
        display: block;
    }

    .app-shell .sidebar-logout-inline .btn {
        width: 100%;
        border-color: var(--performio-border-soft);
        color: var(--performio-text-strong);
    }

    .app-shell .topbar {
        padding: 16px 18px;
    }

    .topbar-kicker,
    .topbar-title-block p,
    .topbar-help-button,
    .topbar-tenant-pill,
    .topbar-profile-text {
        display: none;
    }

    .app-shell .topbar h1 {
        font-size: 1.95rem;
    }

    .topbar-profile-chip {
        padding: 0;
        min-width: 44px;
        min-height: 44px;
        justify-content: center;
    }

    .app-shell .content {
        padding: 18px 16px 28px;
    }

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

    .table-responsive {
        overflow-x: auto;
        background: rgba(255, 255, 255, 0.96);
    }
}

.showcare-shell {
    display: grid;
    gap: 18px;
}

.showcare-header h2 {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 2.95rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.showcare-header p {
    margin: 10px 0 0;
    max-width: 72ch;
    color: #8790a8;
    font-size: 1.02rem;
}

.showcare-tabs,
.showcare-toolbar,
.showcare-table-wrap,
.showcare-detail-card {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    box-shadow: var(--performio-shadow-soft);
}

.showcare-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px;
}

.showcare-tab {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    color: #8790a8;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.showcare-tab strong {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #f1f4fa;
    color: #8a92ab;
    font-size: 0.85rem;
}

.showcare-tab.is-active {
    color: #b67213;
    background: rgba(255, 244, 232, 0.92);
    border-color: rgba(242, 203, 150, 0.95);
}

.showcare-toolbar {
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.showcare-search {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #98a0b6;
    background: #fff;
}

.showcare-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--performio-text-strong);
    font-size: 1rem;
}

.showcare-filter-button {
    min-width: 126px;
    min-height: 52px;
    border: 1px solid rgba(242, 203, 150, 0.95);
    border-radius: 16px;
    background: rgba(255, 248, 239, 0.92);
    color: #b67213;
    font-weight: 700;
}

.showcare-filter-button-compact {
    min-width: auto;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    gap: 8px;
}

.producer-detail-shell {
    display: grid;
    gap: 14px;
}

.producer-section-heading {
    padding-top: 4px;
}

.producer-section-heading h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--performio-text-strong);
}

.producer-contact-list {
    display: grid;
    gap: 12px;
}

.producer-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background: #fff;
}

.producer-contact-card-main {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.producer-contact-card-head {
    display: grid;
    gap: 2px;
}

.producer-contact-card-head strong {
    font-size: 1rem;
    color: var(--performio-text-strong);
}

.producer-contact-card-head span {
    color: #8a92ab;
}

.producer-contact-facts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.producer-contact-facts div {
    min-width: 0;
}

.producer-contact-facts dt {
    margin: 0 0 4px;
    color: #8a92ab;
    font-size: 0.78rem;
    font-weight: 700;
}

.producer-contact-facts dd {
    margin: 0;
    color: var(--performio-text-strong);
    overflow-wrap: anywhere;
}

.producer-contact-card-actions {
    display: flex;
    align-items: flex-start;
}

.showcare-filter-button.is-open i {
    transform: rotate(180deg);
}

.showcare-filter-button i {
    transition: transform 0.2s ease;
}

.showcare-filter-panel {
    padding: 16px 18px 18px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    box-shadow: var(--performio-shadow-soft);
}

.showcare-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.showcare-filter-field {
    display: grid;
    gap: 8px;
}

.showcare-filter-field span {
    color: #8a92ab;
    font-size: 0.82rem;
    font-weight: 700;
}

.showcare-filter-actions {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.showcare-table-wrap {
    overflow: hidden;
}

.showcare-table {
    width: 100%;
    border-collapse: collapse;
}

.showcare-table thead th {
    padding: 18px 20px;
    border-bottom: 1px solid var(--performio-border-soft);
    color: #97a0b8;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
}

.showcare-table tbody td {
    padding: 16px 20px;
    border-top: 1px solid var(--performio-border-soft);
    vertical-align: middle;
}

.showcare-row {
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.showcare-row:hover,
.showcare-row.is-active {
    background: rgba(245, 247, 252, 0.98);
}

.showcare-row.is-active td:first-child {
    box-shadow: inset 3px 0 0 #7c72ff;
}

.showcare-row:focus-visible {
    outline: 2px solid rgba(124, 114, 255, 0.35);
    outline-offset: -2px;
}

.showcare-check-col {
    width: 54px;
}

.showcare-show {
    display: flex;
    align-items: center;
    gap: 14px;
}

.showcare-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.showcare-avatar.has-image {
    background-color: #eef2f7;
    }

.showcare-show strong,
.showcare-cell-stack strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.2;
}

.showcare-show span,
.showcare-cell-stack span {
    display: block;
    margin-top: 4px;
    color: #8a92ab;
}

.showcare-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
}

.showcare-status.is-warning {
    background: rgba(255, 236, 204, 0.96);
    color: #bb7a15;
}

.showcare-status.is-positive {
    background: rgba(226, 246, 236, 0.98);
    color: #229a67;
}

.showcare-status.is-attention {
    background: rgba(255, 238, 212, 0.98);
    color: #cb8520;
}

.showcare-status.is-neutral {
    background: rgba(238, 242, 248, 0.98);
    color: #72809b;
}

.showcare-empty {
    padding: 28px 18px;
    text-align: center;
    color: #8a92ab;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    box-shadow: var(--performio-shadow-soft);
}

.showcare-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.showcare-page-nav,
.showcare-page-list button {
    min-height: 42px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #7d859b;
    font-weight: 600;
}

.showcare-page-nav:disabled {
    opacity: 0.45;
    cursor: default;
}

.showcare-page-nav {
    padding: 0 16px;
}

.showcare-page-list {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9ca4b8;
}

.showcare-page-list button {
    min-width: 42px;
    padding: 0 10px;
}

.showcare-page-list button.is-active {
    border-color: rgba(242, 203, 150, 0.95);
    background: rgba(255, 244, 232, 0.94);
    color: #b67213;
}

.showcare-detail-drawer {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    background: rgba(12, 17, 34, 0);
    pointer-events: none;
    transition: background-color 0.24s ease;
}

.showcare-detail-drawer.is-open {
    background: rgba(12, 17, 34, 0.18);
    pointer-events: auto;
}

.showcare-detail-card {
    width: min(820px, calc(100vw - 40px));
    height: calc(100vh - 40px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    transform: translateX(108%);
    transition: transform 0.26s ease;
}

.showcare-detail-drawer.is-open .showcare-detail-card {
    transform: translateX(0);
}

.showcare-detail-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--performio-border-soft);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.showcare-detail-kicker {
    display: block;
    color: #98a0b6;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.showcare-detail-header h3 {
    margin: 0;
    font-size: 1.35rem;
}

.showcare-detail-close {
    width: 42px;
    height: 42px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 14px;
    background: #fff;
    color: #79829a;
}

.showcare-detail-body {
    min-height: 0;
    position: relative;
    overflow: auto;
    background: #fff;
}

.showcare-detail-loading {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 12px 18px;
    border-bottom: 1px solid var(--performio-border-soft);
    background: rgba(255, 255, 255, 0.94);
    color: #8a92ab;
    font-weight: 600;
}

.showcare-detail-content {
    min-height: 100%;
}

.showcare-detail-inner {
    padding: 22px;
}

.showcare-detail-inner .topbar,
.showcare-detail-inner .sidebar,
.showcare-detail-inner .sidebar-backdrop,
.showcare-detail-inner script {
    display: none !important;
}

.showcare-detail-inner .content {
    padding: 0 !important;
}

.showcare-detail-placeholder {
    min-height: 100%;
    padding: 36px 28px;
    display: grid;
    place-content: center;
    gap: 8px;
    text-align: center;
    color: #8891a8;
}

.showcare-detail-placeholder strong {
    color: var(--performio-text-strong);
    font-size: 1.05rem;
}

.showcare-detail-placeholder.is-error {
    justify-items: center;
}

body.showcare-detail-open {
    overflow: hidden;
}

.show-detail-shell {
    display: grid;
    gap: 18px;
}

.show-detail-hero,
.show-detail-section,
.show-detail-summary-card,
.show-detail-tabs {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    box-shadow: var(--performio-shadow-soft);
}

.show-detail-hero {
    padding: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.show-detail-hero-main h2 {
    margin: 6px 0 8px;
    font-size: clamp(1.6rem, 2vw, 2.15rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.show-detail-hero-main p {
    margin: 0;
    color: #8a92ab;
}

.show-detail-eyebrow {
    display: inline-block;
    color: #98a0b6;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.show-detail-hero-actions,
.show-detail-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.show-detail-hero-actions {
    justify-content: flex-end;
    align-items: flex-start;
}

.show-detail-action-button {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.show-detail-action-button i {
    font-size: 0.95rem;
}

.show-detail-action-button.is-danger {
    border-color: rgba(220, 53, 69, 0.35);
}

.show-detail-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.show-detail-summary-card {
    padding: 18px 20px;
    display: grid;
    gap: 6px;
}

.show-detail-summary-card > span,
.show-detail-summary-card small {
    color: #8a92ab;
}

.show-detail-summary-card strong {
    font-size: 1rem;
    line-height: 1.28;
}

.show-detail-tabs {
    padding: 12px;
    display: grid;
    gap: 14px;
}

.show-detail-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 4px;
}

.show-detail-tab {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #7d859b;
    font-weight: 700;
}

.show-detail-tab.is-active,
.show-detail-tab:hover {
    color: #b67213;
    background: rgba(255, 244, 232, 0.94);
    border-color: rgba(242, 203, 150, 0.9);
}

.show-detail-pane {
    display: none;
}

.show-detail-pane.is-active {
    display: grid;
    gap: 14px;
}

.show-detail-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.show-detail-section {
    padding: 20px;
    display: grid;
    gap: 16px;
}

.show-detail-section header {
    display: grid;
    gap: 4px;
}

.show-detail-section h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
}

.show-detail-section header p {
    margin: 0;
    color: #8a92ab;
    font-size: 0.92rem;
}

.show-detail-facts {
    margin: 0;
    display: grid;
    gap: 14px;
}

.show-detail-facts div {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(230, 233, 237, 0.8);
}

.show-detail-facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.show-detail-facts dt {
    color: #8a92ab;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.show-detail-facts dd {
    margin: 0;
    line-height: 1.5;
}

.show-detail-note {
    color: var(--performio-text-strong);
    line-height: 1.65;
}

.show-detail-admin-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.show-detail-service-list {
    display: grid;
    gap: 12px;
}

.show-detail-service-card {
    padding: 14px 16px;
    border: 1px solid rgba(230, 233, 237, 0.82);
    border-radius: 18px;
    background: #f9fafc;
    display: grid;
    gap: 4px;
}

.show-detail-service-card span,
.show-detail-service-card small {
    color: #8a92ab;
}

.dashboard-shell {
    display: grid;
    gap: 18px;
}

.dashboard-hero-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
}

.dashboard-brand-card,
.dashboard-status-card,
.dashboard-panel {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--performio-border-soft);
    border-radius: 24px;
    box-shadow: var(--performio-shadow-soft);
}

.dashboard-next-show-card {
    padding: 24px;
    display: grid;
    gap: 18px;
}

.dashboard-next-show-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.dashboard-next-show-body {
    display: grid;
    gap: 8px;
}

.dashboard-next-show-artist {
    margin: 0;
    color: #8a92ab;
    font-weight: 700;
}

.dashboard-next-show-body h2 {
    margin: 0;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.dashboard-next-show-datetime {
    margin: 0;
    color: var(--performio-text-strong);
    font-weight: 600;
}

.dashboard-next-show-note {
    margin: 4px 0 0;
    color: #8a92ab;
    font-size: 0.92rem;
}

.dashboard-next-show-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dashboard-quick-button {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(230, 233, 237, 0.96);
    border-radius: 12px;
    background: #fff;
    color: var(--performio-text-strong);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dashboard-quick-button:hover,
.dashboard-quick-button:focus-visible {
    border-color: rgba(242, 203, 150, 0.9);
    background: rgba(255, 244, 232, 0.92);
    color: #b67213;
    transform: translateY(-1px);
}

.dashboard-brand-card {
    padding: 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.dashboard-brand-mark {
    min-width: 84px;
    min-height: 84px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.dashboard-brand-mark img {
    max-width: 140px;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dashboard-brand-mark span {
    font-size: 2rem;
    font-weight: 800;
    color: #c07d1f;
}

.dashboard-brand-copy h2 {
    margin: 6px 0 8px;
    font-size: clamp(1.7rem, 2vw, 2.35rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.dashboard-brand-copy p {
    margin: 0;
    color: #8a92ab;
}

.dashboard-eyebrow {
    display: inline-block;
    color: #98a0b6;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-status-card {
    padding: 20px 22px;
}

.dashboard-status-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.dashboard-status-pill {
    min-height: 108px;
    padding: 16px;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background: #f9fafc;
    display: grid;
    align-content: space-between;
    gap: 10px;
}

.dashboard-status-pill span {
    color: #8a92ab;
    font-weight: 600;
}

.dashboard-status-pill strong {
    font-size: 1.9rem;
    line-height: 1;
}

.dashboard-main-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dashboard-panel {
    padding: 22px;
}

.dashboard-link-button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    color: #7d859b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dashboard-link-button:hover,
.dashboard-link-button:focus-visible {
    border-color: rgba(242, 203, 150, 0.9);
    background: rgba(255, 244, 232, 0.92);
    color: #b67213;
    transform: translateY(-1px);
}

.dashboard-list {
    display: grid;
    gap: 12px;
}

.dashboard-list-item {
    padding: 16px 18px;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background: #f9fafc;
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.dashboard-list-item:hover {
    border-color: rgba(242, 203, 150, 0.9);
    background: rgba(255, 248, 239, 0.88);
    transform: translateY(-1px);
}

.dashboard-list-item strong {
    display: block;
    font-size: 1rem;
}

.dashboard-list-item span {
    display: block;
    margin-top: 4px;
    color: #8a92ab;
}

.dashboard-list-meta,
.dashboard-badge-row {
    display: grid;
    justify-items: end;
    gap: 6px;
}

.dashboard-empty-state {
    padding: 22px;
    border: 1px dashed rgba(230, 233, 237, 0.92);
    border-radius: 18px;
    color: #8a92ab;
    background: #fafbfd;
}

.dashboard-chart {
    min-height: 280px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 14px;
    align-items: end;
}

.dashboard-chart-item {
    min-width: 0;
    display: grid;
    gap: 10px;
    justify-items: center;
}

.dashboard-chart-value {
    font-weight: 700;
    color: var(--performio-text-strong);
}

.dashboard-chart-bar-wrap {
    width: 100%;
    height: 160px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
    display: flex;
    align-items: flex-end;
    padding: 10px;
}

.dashboard-chart-bar {
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, #f1be73 0%, #dc9652 100%);
    box-shadow: 0 10px 18px rgba(220, 150, 82, 0.18);
}

.dashboard-chart-label {
    color: var(--performio-text-strong);
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.dashboard-chart-subtitle {
    color: #8a92ab;
    font-size: 0.78rem;
    text-align: center;
    line-height: 1.35;
}

.planning-hub {
    display: grid;
    gap: 18px;
}

.planning-view-pane {
    display: none;
}

.planning-view-pane.is-active {
    display: block;
}

.planning-toolbar {
    grid-template-columns: minmax(0, 1fr);
}

.planning-show-table tbody td:first-child {
    min-width: 240px;
}

.planning-calendar-card {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    box-shadow: var(--performio-shadow-soft);
    padding: 18px;
    display: grid;
    gap: 16px;
}

.planning-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.planning-calendar-header h2 {
    margin: 0;
    font-size: 1.1rem;
}

.planning-calendar-header span {
    color: #8a92ab;
    font-weight: 600;
}

.planning-calendar-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.planning-month-cell {
    min-width: 0;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background: #fbfcfe;
    padding: 14px;
    display: grid;
    gap: 12px;
}

.planning-calendar-day-head,
.planning-month-cell-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.planning-calendar-day-head strong,
.planning-month-cell-head {
    color: var(--performio-text-strong);
}

.planning-calendar-day-head span {
    color: #8a92ab;
}

.planning-week-calendar {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.planning-week-time-rail {
    display: grid;
    grid-template-rows: 46px repeat(16, minmax(56px, 1fr));
    gap: 0;
}

.planning-week-corner {
    border-bottom: 1px solid rgba(230, 233, 237, 0.86);
}

.planning-week-hour {
    color: #8a92ab;
    font-size: 0.8rem;
    padding-top: 6px;
    border-top: 1px solid rgba(230, 233, 237, 0.62);
}

.planning-week-columns {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.planning-week-column {
    min-width: 0;
    display: grid;
    grid-template-rows: 46px minmax(0, 1fr);
    gap: 0;
}

.planning-week-day-grid {
    position: relative;
    min-height: 896px;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(230, 233, 237, 0.75) 1px, transparent 1px) 0 0 / 100% calc(100% / 16),
        #fbfcfe;
    overflow: hidden;
}

.planning-week-slot {
    display: none;
}

.planning-week-event {
    position: absolute;
    left: 10px;
    right: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(242, 203, 150, 0.95);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    text-align: left;
    display: grid;
    align-content: start;
    gap: 4px;
    box-shadow: 0 8px 18px rgba(191, 125, 31, 0.08);
}

.planning-week-event strong {
    font-size: 0.86rem;
    line-height: 1.2;
}

.planning-week-event span,
.planning-week-empty {
    color: #8a92ab;
    font-size: 0.76rem;
    line-height: 1.3;
}

.planning-week-empty {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 14px;
}

.planning-calendar-day-body,
.planning-month-cell-body {
    display: grid;
    gap: 8px;
    align-content: start;
}

.planning-calendar-item {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(230, 233, 237, 0.92);
    border-radius: 16px;
    background: #fff;
    text-align: left;
    display: grid;
    gap: 4px;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.planning-calendar-item:hover,
.planning-calendar-item:focus-visible {
    border-color: rgba(242, 203, 150, 0.92);
    background: rgba(255, 248, 239, 0.92);
    transform: translateY(-1px);
}

.planning-calendar-item strong {
    font-size: 0.92rem;
    line-height: 1.25;
}

.planning-calendar-accent {
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    margin-top: 2px;
}

.planning-calendar-item span,
.planning-month-more,
.planning-calendar-empty {
    color: #8a92ab;
    font-size: 0.8rem;
}

.planning-calendar-item.is-compact {
    padding: 10px;
}

.planning-month-head,
.planning-month-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.planning-month-head div {
    padding: 0 4px;
    color: #8a92ab;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.planning-month-cell {
    min-height: 164px;
    align-content: start;
}

.planning-month-cell.is-outside {
    opacity: 0.48;
}

.planning-detail-shell {
    display: grid;
    gap: 16px;
}

.planning-detail-hero {
    padding: 20px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--performio-shadow-soft);
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.planning-detail-artist,
.planning-detail-meta {
    margin: 0;
    color: #8a92ab;
}

.planning-detail-hero h2 {
    margin: 4px 0 8px;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.planning-detail-tabs {
    padding: 12px;
}

.planning-detail-form,
.planning-detail-service-list,
.planning-detail-signup-list {
    display: grid;
    gap: 12px;
}

.planning-detail-inline-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.planning-detail-field {
    display: grid;
    gap: 8px;
}

.planning-detail-field span {
    color: #8a92ab;
    font-size: 0.82rem;
    font-weight: 700;
}

.planning-detail-service-card,
.planning-detail-signup-card {
    padding: 14px 16px;
    border: 1px solid rgba(230, 233, 237, 0.86);
    border-radius: 18px;
    background: #f9fafc;
    display: grid;
    gap: 6px;
}

.planning-detail-service-card span,
.planning-detail-service-card small,
.planning-detail-signup-card span {
    color: #8a92ab;
}

.planning-detail-service-assignees {
    display: grid;
    gap: 4px;
    padding-top: 6px;
    border-top: 1px solid rgba(230, 233, 237, 0.82);
}

.planning-detail-service-assignees strong {
    font-size: 0.8rem;
}

.planning-detail-assignee-list {
    margin: 0;
    padding-left: 18px;
    color: #8a92ab;
    display: grid;
    gap: 4px;
}

.planning-detail-assignee-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.planning-detail-assignee-list li span {
    flex: 1 1 auto;
}

.planning-detail-service-signups {
    display: grid;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(230, 233, 237, 0.82);
}

.planning-detail-service-signups > strong {
    font-size: 0.8rem;
}

.planning-detail-signup-card.is-inline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.planning-icon-action {
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.planning-manage-service-list .planning-detail-signup-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.nav-hub-page {
    display: grid;
    gap: 22px;
}

.nav-hub-intro h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    letter-spacing: -0.04em;
    color: var(--performio-navy);
}

.nav-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.nav-hub-card {
    min-height: 168px;
    padding: 22px;
    border: 1px solid var(--performio-border-soft);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(16, 25, 48, 0.06);
    display: grid;
    align-content: space-between;
    gap: 18px;
    color: var(--performio-text-strong);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nav-hub-card:hover,
.nav-hub-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(242, 203, 150, 0.95);
    box-shadow: 0 22px 44px rgba(16, 25, 48, 0.1);
    color: #93621d;
}

.nav-hub-card.is-disabled {
    opacity: 0.78;
    color: #7f879d;
    background: rgba(248, 249, 252, 0.96);
    box-shadow: none;
}

.nav-hub-card strong {
    font-size: 1.08rem;
    line-height: 1.35;
}

.nav-hub-card small {
    color: var(--performio-text-muted);
    font-size: 0.9rem;
}

.nav-hub-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 244, 232, 0.96);
    border: 1px solid rgba(242, 203, 150, 0.8);
    color: #c07d1f;
    font-size: 1rem;
}

.planning-detail-service-meta,
.planning-detail-signup-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .showcare-toolbar {
        grid-template-columns: 1fr;
    }

    .showcare-filter-grid {
        grid-template-columns: 1fr;
    }

    .planning-week-calendar,
    .planning-week-columns,
    .planning-month-head,
    .planning-month-grid,
    .planning-detail-inline-fields {
        grid-template-columns: 1fr;
    }

    .planning-week-time-rail {
        display: none;
    }

    .planning-week-day-grid {
        min-height: 260px;
    }

    .planning-detail-hero {
        grid-template-columns: 1fr;
        display: grid;
    }

    .showcare-table thead {
        display: none;
    }

    .showcare-table,
    .showcare-table tbody,
    .showcare-table tr,
    .showcare-table td {
        display: block;
        width: 100%;
    }

    .showcare-table tbody td {
        padding: 10px 18px;
        border-top: 0;
    }

    .showcare-row {
        position: relative;
        padding: 12px 0;
        border-top: 1px solid var(--performio-border-soft);
    }

    .showcare-row:first-child {
        border-top: 0;
    }

    .showcare-check-col {
        position: absolute;
        top: 18px;
        left: 18px;
        width: auto;
        padding-bottom: 0;
    }

    .showcare-show {
        padding-left: 36px;
        align-items: flex-start;
    }

    .showcare-detail-drawer {
        padding: 10px;
        align-items: stretch;
    }

    .showcare-detail-card {
        height: calc(100vh - 20px);
        width: 100%;
    }

    .show-detail-summary-grid,
    .show-detail-section-grid,
    .show-detail-admin-form {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-grid,
    .dashboard-status-grid {
        grid-template-columns: 1fr;
    }

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

    .dashboard-brand-card,
    .dashboard-list-item {
        grid-template-columns: 1fr;
    }

    .dashboard-list-meta,
    .dashboard-badge-row {
        justify-items: start;
    }

    .show-detail-hero {
        grid-template-columns: 1fr;
    }

    .show-detail-hero-actions {
        justify-content: flex-start;
    }
}
.topbar-actions {
    gap: 14px;
}

.topbar-profile-chip {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 0;
}

.topbar-profile-chip:hover,
.topbar-profile-chip:focus-visible {
    background: transparent;
    box-shadow: none;
    color: var(--performio-navy);
}

.topbar-profile-text {
    align-items: flex-end;
    gap: 2px;
}

.topbar-profile-text strong {
    font-size: 0.98rem;
}

.topbar-profile-text small {
    color: var(--performio-muted);
}

.sidebar-user-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.sidebar-logout-inline {
    width: 100%;
    display: flex !important;
    justify-content: stretch;
}

.sidebar-logout-button {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    gap: 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    color: #7a819a;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sidebar-logout-button:hover,
.sidebar-logout-button:focus-visible {
    background: rgba(255, 244, 232, 0.98);
    border-color: rgba(242, 203, 150, 0.9);
    color: #c07d1f;
    transform: translateY(-1px);
}

.sidebar-logout-button span {
    display: inline;
}

@media (max-width: 991.98px) {
    .topbar-profile-text {
        align-items: flex-start;
    }

    .sidebar-logout-button {
        width: 100%;
        min-height: 48px;
        justify-content: flex-start;
        padding: 0 16px;
        gap: 14px;
        border-radius: 16px;
        border: 1px solid var(--performio-border-soft);
        color: #353b52;
        background: rgba(255, 255, 255, 0.96);
        transform: none;
    }

    .sidebar-logout-button span {
        display: inline;
    }

    .sidebar-logout-inline {
        justify-content: stretch;
    }
}
