/* _content/Itsflash.App/Components/Dialogs/AddPilotDialog.razor.rz.scp.css */
[b-ft3ekswxp8] .add-pilot-shell {
    border: 1px solid color-mix(in srgb, var(--brand-border, #6aa6c8) 52%, #0f1724 48%);
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--brand-secondary, #20b4c3) 12%, transparent 88%), transparent 35%),
        linear-gradient(180deg, #1a2232 0%, #121a29 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 10px 24px rgba(0, 0, 0, .28);
}
/* _content/Itsflash.App/Components/Dialogs/EditEventRegistrationDialog.razor.rz.scp.css */
.event-car-editor-list[b-i5pbzgeri5] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.event-car-editor-row[b-i5pbzgeri5] {
    display: grid;
    grid-template-columns: minmax(96px, 132px) minmax(160px, 220px) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(109, 134, 168, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(33, 40, 58, 0.92), rgba(24, 30, 46, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.event-car-editor-badge[b-i5pbzgeri5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(40, 101, 145, 0.92), rgba(26, 64, 102, 0.92));
    border: 1px solid rgba(141, 209, 255, 0.18);
    color: #eef7ff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.event-car-editor-add[b-i5pbzgeri5] {
    padding-top: 2px;
}

[b-i5pbzgeri5] .event-car-editor-atlas .mud-input-slot {
    font-weight: 700;
    letter-spacing: .08em;
}

[b-i5pbzgeri5] .event-car-editor-remove.mud-icon-button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 92, 92, 0.28);
    background: rgba(95, 22, 22, 0.14);
}

@media (max-width: 780px) {
    .event-car-editor-row[b-i5pbzgeri5] {
        grid-template-columns: minmax(0, 1fr);
    }

    .event-car-editor-badge[b-i5pbzgeri5] {
        width: 100%;
    }
}
/* _content/Itsflash.App/Components/Dialogs/TeamManagerGarageDialog.razor.rz.scp.css */
.tm-garage-dialog[b-fy6xkgwdld] {
    --tm-border: rgba(102, 210, 255, 0.25);
    --tm-bg-soft: linear-gradient(135deg, rgba(24, 44, 74, 0.85), rgba(10, 18, 30, 0.95));
    --tm-bg-cars: linear-gradient(140deg, rgba(18, 81, 106, 0.35), rgba(14, 32, 46, 0.85));
    --tm-bg-pilots: linear-gradient(140deg, rgba(101, 179, 46, 0.24), rgba(18, 49, 18, 0.9));
}

[b-fy6xkgwdld] .tm-shell {
    border: 1px solid color-mix(in srgb, var(--brand-border, #6aa6c8) 52%, #0f1724 48%);
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--brand-secondary, #20b4c3) 12%, transparent 88%), transparent 35%),
        linear-gradient(180deg, #1a2232 0%, #121a29 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 10px 24px rgba(0, 0, 0, .28);
}

[b-fy6xkgwdld] .tm-card {
    border: 1px solid var(--tm-border);
    background: var(--tm-bg-soft);
    border-radius: 12px;
}

[b-fy6xkgwdld] .tm-card--cars {
    background: var(--tm-bg-cars);
}

[b-fy6xkgwdld] .tm-card--pilots {
    background: var(--tm-bg-pilots);
}

.tm-card__header[b-fy6xkgwdld] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.tm-card__header h3[b-fy6xkgwdld] {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.1;
}

.tm-card__header p[b-fy6xkgwdld] {
    margin: 2px 0 0;
    opacity: 0.9;
}

.tm-card__metrics[b-fy6xkgwdld] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px;
}

.tm-metric-pill[b-fy6xkgwdld] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(120, 195, 255, 0.22);
    background: rgba(7, 16, 28, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tm-metric-pill--accent[b-fy6xkgwdld] {
    border-color: rgba(126, 220, 122, 0.28);
    background: linear-gradient(135deg, rgba(67, 143, 61, 0.16), rgba(7, 16, 28, 0.5));
}

.tm-metric-pill__label[b-fy6xkgwdld] {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(192, 211, 229, 0.72);
}

.tm-add-car-panel[b-fy6xkgwdld] {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(103, 192, 255, 0.18);
    background:
        radial-gradient(circle at top right, rgba(95, 189, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(15, 29, 44, 0.92), rgba(10, 20, 33, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tm-add-car-panel__header[b-fy6xkgwdld] {
    margin-bottom: 8px;
}

.tm-add-car-panel__header h4[b-fy6xkgwdld] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #f2f7fb;
}

.tm-add-car-panel__header p[b-fy6xkgwdld] {
    margin: 4px 0 0;
    color: rgba(195, 209, 222, 0.76);
    font-size: .92rem;
}

.tm-add-car-panel__actions[b-fy6xkgwdld] {
    justify-content: flex-start;
}

.tm-list[b-fy6xkgwdld] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.tm-row[b-fy6xkgwdld] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(105, 191, 255, 0.18);
    background:
        linear-gradient(135deg, rgba(17, 30, 46, 0.96), rgba(11, 22, 34, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 20px rgba(0, 0, 0, 0.12);
}

.tm-row__identity[b-fy6xkgwdld] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.tm-row__badge[b-fy6xkgwdld] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5ea8ff, #367be3);
    color: #f7fbff;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(54, 123, 227, 0.32);
}

.tm-row__copy[b-fy6xkgwdld] {
    min-width: 0;
}

.tm-row__title[b-fy6xkgwdld] {
    font-size: 1rem;
    font-weight: 700;
    color: #f3f7fb;
}

.tm-row__subtitle[b-fy6xkgwdld] {
    margin-top: 3px;
    color: rgba(188, 206, 223, 0.75);
    font-size: .9rem;
}

.tm-row__controls[b-fy6xkgwdld] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.tm-row__fields[b-fy6xkgwdld] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, 180px);
    gap: 10px;
    align-items: center;
}

.tm-pilot-card[b-fy6xkgwdld] {
    border-color: rgba(255, 198, 93, 0.3);
    background: rgba(10, 20, 35, 0.7);
}

[b-fy6xkgwdld] .tm-pilot-table {
    border: 1px solid rgba(99, 200, 63, 0.22);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(8, 16, 28, 0.55);
}

.tm-actions[b-fy6xkgwdld] {
    padding-top: 4px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.tm-associate-cell[b-fy6xkgwdld] {
    height: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

[b-fy6xkgwdld] .tm-unlink-btn {
    min-width: 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    border-color: rgba(255, 84, 84, 0.75);
}

.tm-car-select-with-remove[b-fy6xkgwdld] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
}

.tm-car-association[b-fy6xkgwdld] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 2px 6px 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(45, 183, 255, 0.8);
    color: #45a8ff;
    background: rgba(8, 16, 28, 0.6);
    font-size: .95rem;
    line-height: 1;
}

.tm-pilot-cars-cell[b-fy6xkgwdld] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.tm-pilot-cars-list[b-fy6xkgwdld] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tm-pilot-cars-add[b-fy6xkgwdld] {
    width: 100%;
    display: flex;
    justify-content: center;
}

[b-fy6xkgwdld] .tm-car-association__remove.mud-icon-button {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

[b-fy6xkgwdld] .tm-inline-plus {
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding: 0;
}

[b-fy6xkgwdld] .tm-inline-plus--menu.mud-icon-button {
    border: 1px solid rgba(110, 131, 157, 0.35);
    border-radius: 6px;
    background: rgba(9, 15, 24, 0.58);
    color: rgba(180, 198, 219, 0.55);
}

@media (max-width: 900px) {
    .tm-row__controls[b-fy6xkgwdld] {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-row__fields[b-fy6xkgwdld] {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-metric-pill[b-fy6xkgwdld] {
        width: 100%;
        justify-content: space-between;
    }
}
/* _content/Itsflash.App/Components/Layout/MainLayout.razor.rz.scp.css */
.shell-layout[b-2rhdjz1o8z] {
    display: flex;
    min-height: 100vh;
}

.workspace-sidebar[b-2rhdjz1o8z] {
    width: 290px;
    flex: 0 0 290px;
    min-height: 100vh;
    padding: 1.6rem 0.75rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    background: linear-gradient(180deg, var(--brand-softer, #eef5f9) 0%, var(--brand-soft, #e7f0f6) 100%);
    border-right: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 60%, white 40%);
}

.brand-card[b-2rhdjz1o8z] {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 80%, white 20%);
    border-radius: 32px;
    box-shadow: 0 18px 42px color-mix(in srgb, var(--brand-accent, #10385d) 10%, transparent 90%);
}

.brand-card--solo[b-2rhdjz1o8z] {
    padding: 1rem;
    margin-bottom: 0;
}

.brand-card--logo[b-2rhdjz1o8z] {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.brand-visual[b-2rhdjz1o8z] {
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, var(--brand-softer, #eaf4fb));
    border: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 75%, white 25%);
}

.brand-visual--hero[b-2rhdjz1o8z] {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    display: grid;
    place-items: center;
}

.brand-mark[b-2rhdjz1o8z] {
    font-size: 6rem;
    font-weight: 800;
    color: var(--brand-accent, #0d4670);
}

.brand-visual--image[b-2rhdjz1o8z] {
    width: auto;
    aspect-ratio: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    justify-content: center;
}

.brand-image[b-2rhdjz1o8z] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.sidebar-menu-card[b-2rhdjz1o8z] {
    margin-top: 0;
    flex: 1 1 auto;
    padding: 0.85rem 0.75rem 0.75rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 78%, white 22%);
    border-radius: 22px;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--brand-accent, #10385d) 6%, transparent 94%);
}

.sidebar-language-card[b-2rhdjz1o8z] {
    padding: 0.8rem;
    background:
        linear-gradient(180deg, rgba(27, 36, 48, 0.96), rgba(17, 24, 34, 0.98));
    border: 1px solid rgba(120, 142, 166, 0.34);
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(7, 13, 20, 0.42);
}

.sidebar-language-title[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 28px;
    padding: 0 0.1rem;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(226, 235, 244, 0.96);
}

.sidebar-language-title .mud-icon-root[b-2rhdjz1o8z] {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
    color: #dbe8f7;
    background: linear-gradient(180deg, rgba(50, 82, 116, 0.9), rgba(31, 57, 84, 0.92));
    border: 1px solid rgba(128, 164, 201, 0.22);
    border-radius: 9px;
}

.sidebar-language-actions[b-2rhdjz1o8z] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.7rem;
    padding: 0.35rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(49, 61, 76, 0.96), rgba(39, 50, 64, 0.98));
    border: 1px solid rgba(128, 146, 167, 0.18);
}

.language-option[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    min-height: 56px;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(132, 150, 171, 0.14);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(44, 56, 71, 0.9), rgba(34, 44, 57, 0.94));
    color: rgba(229, 237, 245, 0.94);
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.language-option:hover[b-2rhdjz1o8z] {
    background: linear-gradient(180deg, rgba(56, 69, 85, 0.96), rgba(42, 53, 67, 0.98));
    border-color: rgba(126, 167, 207, 0.32);
    box-shadow: 0 8px 18px rgba(5, 10, 16, 0.28);
    color: #ffffff;
}

.language-option:focus-visible[b-2rhdjz1o8z] {
    outline: 3px solid color-mix(in srgb, var(--brand-secondary, #20b4c3) 38%, white 62%);
    outline-offset: 2px;
}

.language-option--active[b-2rhdjz1o8z] {
    border-color: rgba(125, 173, 221, 0.58);
    background:
        linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(232, 239, 247, 0.98));
    box-shadow:
        inset 0 0 0 1px rgba(125, 173, 221, 0.24),
        0 10px 22px rgba(6, 12, 18, 0.26);
    color: #102f4a;
}

.language-option__flag[b-2rhdjz1o8z] {
    width: 30px;
    height: 22px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 10px rgba(4, 8, 14, 0.18);
}

.language-option__label[b-2rhdjz1o8z] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.92rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: inherit;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sidebar-menu-title[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
    color: white;
    background: linear-gradient(90deg, var(--brand-primary, #1a6ba3), color-mix(in srgb, var(--brand-primary, #1a6ba3) 70%, var(--brand-secondary, #20b4c3) 30%));
    border-radius: 10px;
}

.sidebar-menu-title .mud-icon-root[b-2rhdjz1o8z] {
    font-size: 1rem;
    color: white;
}

.sidebar-menu-divider[b-2rhdjz1o8z] {
    margin: 0.55rem 0 0.55rem;
}

.sidebar-navmenu[b-2rhdjz1o8z] {
    background: transparent;
}

.sidebar-navmenu .mud-nav-link[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group > .mud-nav-link[b-2rhdjz1o8z] {
    margin-bottom: 0.2rem;
    border-radius: 14px;
    font-weight: 700;
    color: var(--brand-accent, #24496b);
}

.sidebar-navmenu .mud-nav-link[b-2rhdjz1o8z] {
    min-height: 34px;
}

.sidebar-navmenu .mud-nav-link:hover[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group > .mud-nav-link:hover[b-2rhdjz1o8z] {
    background: rgba(255, 255, 255, 0.72);
}

.sidebar-navmenu .mud-nav-link.active:not(.mud-nav-group > .mud-nav-link)[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group > .mud-nav-link.active[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-link.active[b-2rhdjz1o8z] {
    color: var(--brand-accent, #10385d);
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand-secondary, #20b4c3) 16%, white 84%), color-mix(in srgb, var(--brand-primary, #1a6ba3) 12%, white 88%));
    box-shadow: inset 4px 0 0 var(--brand-secondary, #20b4c3);
}

.sidebar-navmenu .mud-nav-link .mud-nav-link-text[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group .mud-nav-link-text[b-2rhdjz1o8z] {
    font-size: 0.9rem;
    line-height: 1.2;
}

.sidebar-navmenu .mud-nav-link .mud-icon-root[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group .mud-icon-root[b-2rhdjz1o8z] {
    font-size: 1rem;
    color: var(--brand-primary, #1a6ba3);
}

.sidebar-navmenu .mud-nav-link.mud-disabled[b-2rhdjz1o8z],
.sidebar-navmenu .mud-nav-group .mud-nav-link.mud-disabled[b-2rhdjz1o8z] {
    opacity: 0.45;
    filter: grayscale(0.2);
}

.rights-db-icon[b-2rhdjz1o8z] {
    margin-left: 0.35rem;
    font-size: 0.95rem !important;
    color: #2e7d32 !important;
    vertical-align: text-bottom;
}

.sidebar-empty-state[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.85rem 0.15rem 0.85rem;
    font-size: 0.78rem;
    color: color-mix(in srgb, var(--brand-accent, #24496b) 58%, white 42%);
}

.sidebar-user-card[b-2rhdjz1o8z] {
    margin-top: auto;
    padding: 0.65rem 0.75rem;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 78%, white 22%);
    border-radius: 14px;
}

.sidebar-logout-button[b-2rhdjz1o8z] {
    width: 100%;
    margin-top: 0.45rem;
}

.sidebar-user-title[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
    color: white;
    background: linear-gradient(90deg, var(--brand-secondary, #20b4c3), color-mix(in srgb, var(--brand-secondary, #20b4c3) 75%, var(--brand-primary, #1a6ba3) 25%));
    border-radius: 10px;
}

.sidebar-user-title .mud-icon-root[b-2rhdjz1o8z] {
    font-size: 1rem;
    color: white;
}

.sidebar-user-content[b-2rhdjz1o8z] {
    margin-top: 0.45rem;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--brand-border, #bfd4e4) 76%, white 24%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), color-mix(in srgb, var(--brand-softer, #eef5f9) 52%, white 48%));
}

.sidebar-user-value[b-2rhdjz1o8z] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--brand-accent, #24496b);
    overflow-wrap: anywhere;
}

.sidebar-user-value .mud-icon-root[b-2rhdjz1o8z] {
    flex: 0 0 auto;
    font-size: 1rem;
    color: var(--brand-primary, #1a6ba3);
}

.sidebar-user-meta[b-2rhdjz1o8z] {
    margin-top: 0.55rem;
    display: grid;
    gap: 0.35rem;
    font-size: 0.82rem;
    line-height: 1.25;
    color: color-mix(in srgb, var(--brand-accent, #24496b) 84%, black 16%);
}

.sidebar-user-meta > div[b-2rhdjz1o8z] {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.sidebar-user-meta .mud-icon-root[b-2rhdjz1o8z] {
    flex: 0 0 auto;
    margin-top: 0.05rem;
    font-size: 0.95rem;
    color: var(--brand-secondary, #20b4c3);
}

.sidebar-user-value--empty[b-2rhdjz1o8z] {
    font-weight: 600;
    color: color-mix(in srgb, var(--brand-accent, #24496b) 62%, white 38%);
}

.sidebar-account-actions[b-2rhdjz1o8z] {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.sidebar-account-actions .mud-button-root[b-2rhdjz1o8z] {
    min-width: 13rem;
}

.workspace-main[b-2rhdjz1o8z] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100vh;
    padding: 1rem 1.1rem 1.5rem;
}

.workspace-main--minimal[b-2rhdjz1o8z] {
    padding-top: 1rem;
}

.theme-dark .workspace-sidebar[b-2rhdjz1o8z] {
    background: linear-gradient(180deg, #171b21 0%, #12161c 100%);
    border-right-color: #2f3540;
}

.theme-dark .workspace-main[b-2rhdjz1o8z] {
    background: linear-gradient(180deg, #171b21 0%, #1a1f26 100%);
}

.theme-dark .brand-card[b-2rhdjz1o8z],
.theme-dark .sidebar-menu-card[b-2rhdjz1o8z],
.theme-dark .sidebar-user-card[b-2rhdjz1o8z],
.theme-dark .sidebar-user-content[b-2rhdjz1o8z],
.theme-dark .brand-visual[b-2rhdjz1o8z] {
    background: linear-gradient(180deg, #212731 0%, #1a2029 100%);
    border-color: #333b47;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}

.theme-dark .sidebar-navmenu .mud-nav-link[b-2rhdjz1o8z],
.theme-dark .sidebar-navmenu .mud-nav-group > .mud-nav-link[b-2rhdjz1o8z],
.theme-dark .sidebar-user-value[b-2rhdjz1o8z],
.theme-dark .sidebar-user-meta[b-2rhdjz1o8z],
.theme-dark .sidebar-empty-state[b-2rhdjz1o8z],
.theme-dark .sidebar-user-value--empty[b-2rhdjz1o8z] {
    color: #dce7f6;
}

.theme-dark .sidebar-navmenu .mud-nav-link:hover[b-2rhdjz1o8z],
.theme-dark .sidebar-navmenu .mud-nav-group > .mud-nav-link:hover[b-2rhdjz1o8z] {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--brand-primary, #1a6ba3) 32%, transparent 68%),
        color-mix(in srgb, var(--brand-secondary, #20b4c3) 26%, transparent 74%)
    );
}

.theme-dark .sidebar-navmenu .mud-nav-link.active[b-2rhdjz1o8z],
.theme-dark .sidebar-navmenu .mud-nav-group > .mud-nav-link.active[b-2rhdjz1o8z] {
    color: #f7fbff;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--brand-primary, #1a6ba3) 72%, #1d2430 28%),
        color-mix(in srgb, var(--brand-secondary, #20b4c3) 64%, #1d2430 36%)
    );
    box-shadow: inset 4px 0 0 var(--brand-secondary, #20b4c3);
}

.theme-dark .sidebar-navmenu .mud-nav-link .mud-icon-root[b-2rhdjz1o8z],
.theme-dark .sidebar-navmenu .mud-nav-group .mud-icon-root[b-2rhdjz1o8z] {
    color: color-mix(in srgb, var(--brand-secondary, #20b4c3) 78%, #cfe6ff 22%);
}

#blazor-error-ui[b-2rhdjz1o8z] {
    background: #8f1d1d;
    bottom: 0;
    color: white;
    display: none;
    left: 0;
    padding: 0.85rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-2rhdjz1o8z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 980px) {
    .shell-layout[b-2rhdjz1o8z] {
        flex-direction: column;
    }

    .workspace-sidebar[b-2rhdjz1o8z] {
        width: 100%;
        flex-basis: auto;
        min-height: auto;
    }
}

/* _content/Itsflash.App/Components/Pages/Home.razor.rz.scp.css */
.event-car-editor-list[b-9on44j4ad4] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.event-car-editor-row[b-9on44j4ad4] {
    display: grid;
    grid-template-columns: minmax(96px, 132px) minmax(160px, 220px) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(109, 134, 168, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(33, 40, 58, 0.92), rgba(24, 30, 46, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.event-car-editor-badge[b-9on44j4ad4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(58, 67, 84, 0.95), rgba(42, 49, 63, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #eef4fb;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.event-car-editor-add[b-9on44j4ad4] {
    padding-top: 2px;
}

[b-9on44j4ad4] .event-car-editor-atlas .mud-input-slot {
    font-weight: 700;
    letter-spacing: .08em;
}

[b-9on44j4ad4] .event-car-editor-remove.mud-icon-button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 92, 92, 0.28);
    background: rgba(95, 22, 22, 0.14);
}

@media (max-width: 780px) {
    .event-car-editor-row[b-9on44j4ad4] {
        grid-template-columns: minmax(0, 1fr);
    }

    .event-car-editor-badge[b-9on44j4ad4] {
        width: 100%;
    }
}
