﻿:root {
    --ga-primary: #1d5d9b;
    --ga-primary-dark: #123a60;
    --ga-primary-soft: #e8f1f8;
    --ga-secondary: #2f7d57;
    --ga-secondary-soft: #e8f5ee;
    --ga-ink: #1c2733;
    --ga-muted: #627386;
    --ga-muted-2: #8b99a8;
    --ga-line: #dce5ee;
    --ga-line-soft: #e8eef4;
    --ga-page: #f3f6f8;
    --ga-page-2: #eef4f7;
    --ga-surface: rgba(255, 255, 255, .92);
    --ga-surface-solid: #ffffff;
    --ga-radius-sm: 10px;
    --ga-radius-md: 14px;
    --ga-radius-lg: 18px;
    --ga-input-height: 34px;
    --ga-input-padding-x: 10px;
    --ga-input-font-size: .86rem;
    --ga-shadow-sm: 0 8px 22px rgba(20, 57, 95, .08);
    --ga-shadow-md: 0 18px 48px rgba(20, 57, 95, .12);
    --ga-focus: 0 0 0 4px rgba(29, 93, 155, .16);
}

html, body {
    min-height: 100%;
    color: var(--ga-ink);
    font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background:
        linear-gradient(135deg, rgba(29, 93, 155, .045), rgba(47, 125, 87, .04) 42%, rgba(255, 255, 255, 0) 72%),
        var(--ga-page);
}

body {
    font-size: .95rem;
}

body,
.mud-typography,
.mud-button-root,
.mud-input,
.mud-table,
.mud-list,
.mud-menu,
.mud-chip,
.mud-alert {
    font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong,
b {
    font-weight: 650;
}

.mud-typography-h1,
.mud-typography-h2,
.mud-typography-h3,
.mud-typography-h4 {
    font-weight: 700 !important;
}

.mud-typography-h5,
.mud-typography-h6,
.mud-typography-subtitle1,
.mud-typography-subtitle2 {
    font-weight: 650 !important;
}

::selection {
    color: #fff;
    background: rgba(29, 93, 155, .82);
}

a, .btn-link, .mud-link {
    color: var(--ga-primary);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: var(--ga-focus);
}

.app-topbar {
    height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #123a60 0%, #1d5d9b 58%, #2f7d57 130%) !important;
    box-shadow: 0 12px 34px rgba(14, 44, 76, .18);
}

.app-menu-button.mud-icon-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-left: 2px;
    margin-right: 8px;
    padding: 7px;
    border-radius: var(--ga-radius-sm);
    background: rgba(255, 255, 255, .08);
}

.app-menu-button.mud-icon-button .mud-icon-root {
    width: 22px;
    height: 22px;
    font-size: 22px;
}

.app-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.app-brand-mark {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--ga-radius-md);
    background: rgba(255, 255, 255, .14);
}

.app-brand-name {
    font-weight: 680;
}

.app-drawer {
    border-right: 1px solid var(--ga-line-soft);
    background:
        linear-gradient(180deg, rgba(29, 93, 155, .045), rgba(47, 125, 87, .03)),
        #fbfcfd;
    box-shadow: 8px 0 26px rgba(20, 57, 95, .06);
}

.drawer-content {
    padding: 14px;
}

.drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 10px 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--ga-line-soft);
}

.drawer-brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid var(--ga-line);
    border-radius: var(--ga-radius-md);
    color: var(--ga-primary);
    background: var(--ga-primary-soft);
}

.drawer-brand-name {
    color: var(--ga-ink);
    font-weight: 680;
    letter-spacing: 0;
}

.drawer-eyebrow {
    color: var(--ga-muted-2);
    padding: 12px 14px 6px;
    font-size: .72rem;
    font-weight: 680;
}

.main-content {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(29, 93, 155, .055), rgba(47, 125, 87, .035) 46%, rgba(255, 255, 255, 0) 72%),
        var(--ga-page);
}

.content-shell {
    padding: clamp(18px, 2.35vw, 34px);
}

.academy-chip {
    max-width: min(34vw, 320px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    padding: 7px 14px;
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

.logout-form {
    margin: 0;
}

.user-menu-logout-form {
    padding: 4px;
}

.user-menu-logout {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: var(--ga-radius-sm);
    padding: 7px 10px;
    color: var(--ga-ink);
    background: transparent;
    font: inherit;
    font-size: var(--ga-input-font-size);
    font-weight: 650;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.user-menu-logout:hover,
.user-menu-logout:focus-visible {
    color: var(--ga-primary);
    background: rgba(29, 93, 155, .075);
    outline: none;
}

.user-menu-logout .mud-icon-root,
.mud-menu-paper .mud-list-item-icon .mud-icon-root,
.mud-menu-paper .mud-list-item-icon svg,
.mud-popover .mud-list-item-icon .mud-icon-root,
.mud-popover .mud-list-item-icon svg {
    width: 19px !important;
    height: 19px !important;
    font-size: 19px !important;
}

.mud-menu-paper .mud-list-item-icon,
.mud-popover .mud-list-item-icon {
    min-width: 30px !important;
}

.page-title-row {
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.page-title {
    color: var(--ga-ink);
    font-weight: 700;
    line-height: 1.05;
}

.page-subtitle {
    margin-top: 5px;
    color: var(--ga-muted);
}

.page-header-actions {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.stat-card {
    min-height: 124px;
    position: relative;
}

.stat-card-label {
    color: var(--ga-muted);
    font-weight: 680;
}

.stat-card-value {
    color: var(--ga-ink);
    font-weight: 700;
}

.stat-card-hint {
    color: var(--ga-muted);
}

.stat-card-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: var(--ga-radius-md);
    background: var(--ga-primary-soft);
}

.table-toolbar {
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ga-line-soft);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
}

.action-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.app-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    padding: 78px 16px 24px;
    background: rgba(18, 35, 52, .54);
    backdrop-filter: blur(8px);
}

.app-modal-panel {
    width: min(100%, 780px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: var(--ga-radius-lg);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 90px rgba(0, 24, 48, .28);
}

.app-modal-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ga-line-soft);
    background: linear-gradient(180deg, rgba(29, 93, 155, .045), rgba(255, 255, 255, 0));
}

.app-modal-title {
    font-weight: 700;
}

.app-modal-subtitle {
    color: var(--ga-muted);
}

.app-modal-close.mud-icon-button {
    border-radius: var(--ga-radius-md);
    background: #f2f6f9;
}

.app-modal-body {
    padding: 20px;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.modal-action-spinner {
    margin-right: 8px;
}

.academy-switch-option {
    padding: 14px 16px;
    border-color: var(--ga-line);
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.academy-switch-option:hover {
    transform: translateY(-1px);
}

.academy-switch-option.current {
    border-color: rgba(47, 125, 87, .38);
    background: var(--ga-secondary-soft);
}

.academy-switch-option.blocked {
    border-color: rgba(190, 49, 68, .28);
    background: #fff7f8;
}

.academy-switch-row {
    gap: 14px;
}

.mud-paper {
    border-radius: var(--ga-radius-lg) !important;
}

.mud-paper-outlined,
.mud-paper.mud-elevation-0 {
    border-color: var(--ga-line-soft) !important;
    background: var(--ga-surface-solid);
    box-shadow: var(--ga-shadow-sm);
}

.mud-paper.pa-4,
.mud-paper.pa-6 {
    border: 1px solid var(--ga-line-soft);
}

.mud-button-root {
    border-radius: var(--ga-radius-md) !important;
    font-weight: 650 !important;
    text-transform: none !important;
}

.mud-button-filled-primary {
    box-shadow: 0 10px 24px rgba(29, 93, 155, .2) !important;
}

.mud-button-filled-primary:hover {
    box-shadow: 0 14px 30px rgba(29, 93, 155, .26) !important;
}

.mud-button-outlined-primary {
    border-color: rgba(29, 93, 155, .35) !important;
    background: rgba(255, 255, 255, .52);
}

.mud-icon-button {
    border-radius: var(--ga-radius-md) !important;
}

.mud-input-control {
    margin-top: 0;
    margin-bottom: 2px;
}

.mud-input-control > .mud-input-control-input-container {
    min-height: 0;
}

.mud-input-outlined .mud-input-outlined-border {
    border-color: #d4dde7 !important;
    border-radius: var(--ga-radius-md) !important;
}

.mud-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(29, 93, 155, .46) !important;
}

.mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: var(--ga-primary) !important;
    box-shadow: var(--ga-focus);
}

.mud-input.mud-input-outlined {
    height: var(--ga-input-height);
    min-height: var(--ga-input-height);
    display: flex !important;
    align-items: center !important;
}

.mud-input.mud-input-underline {
    height: var(--ga-input-height);
    min-height: var(--ga-input-height);
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d4dde7;
    border-radius: var(--ga-radius-md);
    background: rgba(255, 255, 255, .82);
    padding: 0 var(--ga-input-padding-x);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.mud-input.mud-input-outlined:has(> textarea.mud-input-root),
.mud-input.mud-input-underline:has(> textarea.mud-input-root) {
    height: auto;
    min-height: calc(var(--ga-input-height) * 2.15);
    align-items: flex-start !important;
}

.mud-input > input.mud-input-root,
.mud-input > textarea.mud-input-root,
.mud-input-slot.mud-input-root {
    box-sizing: border-box !important;
    height: var(--ga-input-height) !important;
    min-height: var(--ga-input-height) !important;
    padding: 0 var(--ga-input-padding-x) !important;
    font-size: var(--ga-input-font-size) !important;
    line-height: calc(var(--ga-input-height) - 2px) !important;
}

.mud-input-slot.mud-input-root {
    display: flex !important;
    align-items: center !important;
}

.mud-input > textarea.mud-input-root {
    height: auto !important;
    line-height: 1.35 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    resize: vertical;
}

.mud-select .mud-input-slot.mud-input-root {
    min-width: 0;
    align-self: stretch;
}

.mud-input-adornment {
    min-height: var(--ga-input-height);
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
}

.mud-input.mud-input-underline > input.mud-input-root,
.mud-input.mud-input-underline > textarea.mud-input-root,
.mud-input.mud-input-underline .mud-input-slot.mud-input-root {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mud-input-control .mud-input-label,
.mud-input-control .mud-input-helper-text,
.mud-input-adornment {
    font-size: .82rem !important;
}

.mud-input.mud-input-underline::before,
.mud-input.mud-input-underline::after {
    border-bottom: 0 !important;
}

.mud-input.mud-input-underline:hover {
    border-color: rgba(29, 93, 155, .46);
    background: #fff;
}

.mud-input.mud-input-underline.mud-input-focused {
    border-color: var(--ga-primary);
    background: #fff;
    box-shadow: var(--ga-focus);
}

.mud-input-control.mud-input-text-with-label .mud-input-label-inputcontrol {
    margin-left: 8px;
}

.mud-input-control.mud-input-text-with-label .mud-input-label-inputcontrol.mud-input-label-shrink {
    padding: 0 4px;
    border-radius: 999px;
    background: var(--ga-surface-solid);
}

.mud-input,
.mud-select,
.mud-picker-input-button {
    color: var(--ga-ink) !important;
}

.mud-input-label,
.mud-input-adornment,
.mud-picker-input-button {
    color: var(--ga-muted) !important;
}

.mud-table {
    overflow: hidden;
    border-radius: var(--ga-radius-md);
    background: transparent !important;
}

.mud-table-root .mud-table-head .mud-table-cell {
    color: var(--ga-muted);
    border-bottom: 1px solid var(--ga-line-soft);
    background: #f7fafc;
    font-size: .78rem;
    font-weight: 650;
    text-transform: uppercase;
}

.mud-table-root .mud-table-body .mud-table-row {
    transition: background-color .15s ease;
}

.mud-table-root .mud-table-body .mud-table-row:hover {
    background: #f7fbfd !important;
}

.mud-table-cell {
    border-bottom-color: var(--ga-line-soft) !important;
}

.mud-table-pagination {
    color: var(--ga-muted);
    border-top: 1px solid var(--ga-line-soft);
    background: #fbfcfd;
}

.mud-chip {
    border-radius: 999px !important;
    font-weight: 600 !important;
}

.mud-alert {
    border-radius: var(--ga-radius-md) !important;
}

.mud-popover,
.mud-menu-paper,
.mud-picker-container,
.mud-list {
    border-radius: var(--ga-radius-md) !important;
}

.mud-popover,
.mud-menu-paper,
.mud-picker-container {
    border: 1px solid var(--ga-line-soft);
    box-shadow: var(--ga-shadow-md) !important;
}

.mud-picker-container {
    max-width: 282px !important;
    overflow: hidden;
}

.mud-picker-container,
.mud-picker-content,
.mud-picker-calendar-content,
.mud-picker-calendar-container,
.mud-picker-calendar-header,
.mud-picker-calendar {
    width: 282px !important;
    min-width: 0 !important;
    max-width: 282px !important;
    inline-size: 282px !important;
    box-sizing: border-box !important;
}

.mud-picker,
.mud-picker-calendar {
    font-size: .84rem !important;
}

.mud-picker-toolbar {
    height: 68px !important;
    min-height: 68px !important;
    padding: 6px 12px !important;
}

.mud-picker-toolbar .mud-button-year {
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 6px !important;
    font-size: .78rem !important;
    line-height: 1.1 !important;
}

.mud-picker-toolbar .mud-button-date {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 6px !important;
    font-size: 1.16rem !important;
    line-height: 1.1 !important;
}

.mud-picker-toolbar .mud-button-label {
    line-height: inherit !important;
}

.mud-picker-toolbar .mud-typography-h6,
.mud-picker-toolbar .mud-typography-subtitle1,
.mud-picker-toolbar .mud-typography-body1 {
    font-size: .9rem !important;
    line-height: 1.2 !important;
}

.mud-picker-content,
.mud-picker-calendar-content,
.mud-picker-calendar-container {
    height: auto !important;
    min-height: 0 !important;
}

.mud-picker-calendar-header {
    height: 58px !important;
    min-height: 58px !important;
    padding: 4px 8px !important;
}

.mud-picker-calendar-header-switch {
    height: 28px !important;
    min-height: 28px !important;
}

.mud-picker-calendar-header .mud-icon-button {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
}

.mud-picker-calendar-header .mud-typography-h6,
.mud-picker-calendar-header .mud-typography-body1 {
    font-size: .9rem !important;
    line-height: 1.2 !important;
}

.mud-picker-calendar-content,
.mud-picker-calendar-week,
.mud-picker-calendar-days {
    padding: 0 8px 8px !important;
}

.mud-picker-calendar-weekday {
    height: 28px !important;
    font-size: .76rem !important;
}

.mud-picker-calendar button.mud-button-root,
.mud-picker-calendar .mud-icon-button,
.mud-picker-calendar .mud-picker-calendar-day {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    font-size: .8rem !important;
}

.mud-picker-calendar .mud-picker-calendar-day {
    margin: 0 1px !important;
}

.mud-popover .mud-list,
.mud-menu-paper .mud-list {
    padding: 4px !important;
}

.mud-popover .mud-list-item,
.mud-menu-paper .mud-list-item {
    min-height: 34px !important;
    border-radius: var(--ga-radius-sm) !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.mud-popover .mud-list-item-gutters,
.mud-menu-paper .mud-list-item-gutters {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.mud-popover .mud-list-item-text,
.mud-popover .mud-list-item .mud-typography,
.mud-menu-paper .mud-list-item-text,
.mud-menu-paper .mud-list-item .mud-typography {
    font-size: var(--ga-input-font-size) !important;
    line-height: 1.25 !important;
}

.mud-navmenu {
    color: var(--ga-ink);
}

.mud-nav-link,
.mud-nav-group .mud-nav-link {
    min-height: 42px;
    margin: 2px 0;
    border-radius: var(--ga-radius-md) !important;
    color: #445466 !important;
    font-weight: 400;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.mud-nav-link .mud-nav-link-text,
.mud-nav-group .mud-nav-link-text,
.mud-nav-group .mud-nav-group-text {
    font-weight: 400 !important;
}

.nav-menu-loading {
    opacity: 0;
    pointer-events: none;
}

.mud-nav-link:hover {
    color: var(--ga-primary) !important;
    background: rgba(29, 93, 155, .075) !important;
    transform: translateX(2px);
}

.mud-nav-link.active,
.mud-nav-link.mud-nav-link-active {
    color: var(--ga-primary) !important;
    background: linear-gradient(135deg, rgba(29, 93, 155, .14), rgba(47, 125, 87, .09)) !important;
}

.mud-nav-link .mud-nav-link-icon,
.mud-nav-group .mud-nav-link-icon {
    color: currentColor !important;
}

.mud-nav-group .mud-nav-group-content {
    margin-left: 8px;
    border-left: 1px solid var(--ga-line-soft);
    padding-left: 6px;
}

.account-manage-page {
    align-items: flex-start;
}

.account-nav-card,
.account-content-card {
    padding: 18px;
}

.account-nav-card {
    position: sticky;
    top: 88px;
}

.account-manage-nav .drawer-eyebrow {
    padding-left: 10px;
}

.account-content-card {
    min-height: 420px;
}

.account-section {
    max-width: 100%;
}

.account-section-title,
.account-content-card h3,
.account-content-card h4 {
    margin: 0;
    color: var(--ga-ink);
    font-weight: 700;
}

.account-section-subtitle {
    color: var(--ga-muted);
}

.account-form {
    display: grid;
    gap: 18px;
}

.account-form-narrow {
    max-width: 980px;
}

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

.account-field label {
    color: var(--ga-muted);
    font-size: .85rem;
    font-weight: 650;
}

.account-native-input,
.account-content-card .form-control,
.account-content-card .form-select {
    width: 100%;
    min-height: var(--ga-input-height);
    border: 1px solid #d4dde7;
    border-radius: var(--ga-radius-md);
    padding: 0 var(--ga-input-padding-x);
    color: var(--ga-ink);
    font: inherit;
    font-size: var(--ga-input-font-size);
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.account-native-input:focus,
.account-content-card .form-control:focus,
.account-content-card .form-select:focus {
    outline: none;
    border-color: var(--ga-primary);
    box-shadow: var(--ga-focus);
}

.account-native-input:disabled,
.account-content-card .form-control:disabled {
    color: var(--ga-muted);
    background: #f3f7fa;
}

.account-validation-summary {
    margin: 0;
}

.account-hidden-form {
    display: none;
}

.account-field-with-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.account-note {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 980px;
    border: 1px solid rgba(29, 93, 155, .12);
    border-radius: var(--ga-radius-md);
    padding: 10px 12px;
    color: var(--ga-primary);
    background: rgba(232, 241, 248, .76);
}

.account-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    max-width: 980px;
}

.account-info-grid-two {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.account-state-card {
    display: grid;
    gap: 5px;
    border: 1px solid var(--ga-line-soft);
    border-radius: var(--ga-radius-md);
    padding: 14px;
    background: rgba(255, 255, 255, .78);
}

.account-state-card strong {
    color: var(--ga-ink);
    font-size: 1rem;
    font-weight: 650;
}

.account-state-label,
.account-state-description {
    color: var(--ga-muted);
    font-size: .82rem;
}

.account-state-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 24px;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: .75rem;
    font-weight: 650;
}

.account-state-pill-success {
    color: #167246;
    background: rgba(22, 114, 70, .12);
}

.account-state-pill-warning {
    color: #9a6200;
    background: rgba(216, 156, 44, .16);
}

.account-alert {
    display: grid;
    gap: 3px;
    max-width: 980px;
    border-radius: var(--ga-radius-md);
    padding: 12px 14px;
}

.account-alert strong {
    font-weight: 650;
}

.account-alert-danger {
    color: #8e2536;
    background: rgba(190, 49, 68, .1);
}

.account-alert-warning {
    color: #7a5105;
    background: rgba(216, 156, 44, .14);
}

.account-action-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.account-inline-form {
    display: inline-flex;
    margin: 0;
}

.account-divider {
    max-width: 980px;
    height: 1px;
    background: var(--ga-line-soft);
}

.account-subsection-title {
    color: var(--ga-ink);
    font-weight: 650;
}

.account-table {
    width: min(100%, 980px);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--ga-line-soft);
    border-radius: var(--ga-radius-md);
    background: rgba(255, 255, 255, .78);
}

.account-table th,
.account-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--ga-line-soft);
    text-align: left;
    vertical-align: middle;
}

.account-table th {
    color: var(--ga-muted);
    font-size: .78rem;
    font-weight: 650;
    text-transform: uppercase;
}

.account-table tr:last-child td {
    border-bottom: 0;
}

.account-content-card .row {
    margin: 0;
}

.account-content-card [class*="col-"] {
    max-width: 720px;
    padding: 0;
}

.account-content-card .form-floating {
    margin-bottom: 10px;
}

.account-content-card .form-label,
.account-content-card .form-floating > label {
    color: var(--ga-muted);
    font-weight: 650;
}

.account-content-card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 34px;
    border-radius: var(--ga-radius-md);
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

.account-content-card .btn-lg,
.account-content-card .w-100.btn,
.account-content-card button.w-100.btn {
    width: auto !important;
    min-height: 34px;
    padding: 7px 12px;
    font-size: .84rem;
}

.account-content-card .btn:disabled,
.account-content-card .btn.disabled {
    cursor: not-allowed;
    opacity: .62;
}

.account-submit {
    min-width: 132px;
}

.account-button-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: account-spin .8s linear infinite;
}

@keyframes account-spin {
    to {
        transform: rotate(360deg);
    }
}

.account-content-card .btn-primary {
    color: #fff;
    background: var(--ga-primary);
    box-shadow: 0 10px 24px rgba(29, 93, 155, .2);
}

.account-content-card .btn-secondary,
.account-content-card .btn-outline-secondary {
    color: var(--ga-primary);
    border-color: rgba(29, 93, 155, .3);
    background: rgba(255, 255, 255, .72);
}

.account-content-card .btn-danger {
    color: #fff;
    background: #be3144;
}

.account-content-card .alert {
    max-width: 980px;
    border: 0;
    border-radius: var(--ga-radius-md);
    padding: 12px 14px;
    background: rgba(232, 241, 248, .76);
}

.account-content-card .text-danger,
.account-content-card .validation-message {
    color: #be3144 !important;
}

.account-content-card ul {
    padding-left: 1.2rem;
}

#blazor-error-ui {
    color-scheme: light only;
    display: none;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2000;
    max-width: min(520px, calc(100vw - 32px));
    border: 1px solid rgba(190, 49, 68, .28);
    border-radius: var(--ga-radius-md);
    padding: 14px 44px 14px 16px;
    color: #7d1f2d;
    background: #fff7f8;
    box-shadow: var(--ga-shadow-md);
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
}

@media (max-width: 860px) {
    .content-shell {
        padding: 16px;
    }

    .page-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-header-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .table-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .account-nav-card {
        position: static;
    }

    .academy-chip {
        display: none;
    }
}

@media (max-width: 640px) {
    .app-topbar {
        height: 58px;
    }

    .user-account-menu .mud-button-label {
        display: inline-flex;
        font-size: 0;
    }

    .user-account-menu .mud-button-root {
        min-width: 42px;
        padding: 7px 9px;
    }

    .user-account-menu .mud-button-icon-start {
        margin: 0;
    }

    .app-menu-button.mud-icon-button {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .app-menu-button.mud-icon-button .mud-icon-root {
        width: 21px;
        height: 21px;
        font-size: 21px;
    }
}

.auth-layout {
    position: relative;
    min-height: 100vh;
    color: #1c2733;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #11385f 0%, #1d5d9b 50%, #2f7d57 100%);
    overflow-x: hidden;
}

.auth-layout::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .18));
    pointer-events: none;
}

.auth-page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    padding: clamp(20px, 4vw, 56px);
}

.auth-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 112px));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    color: #fff;
}

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

.auth-hero-copy {
    max-width: 680px;
    margin-top: 0;
}

.auth-kicker {
    margin: 0 0 10px;
    color: #2f7d57;
    font-size: .82rem;
    font-weight: 650;
    text-transform: uppercase;
}

.auth-hero .auth-kicker {
    color: rgba(255, 255, 255, .78);
}

.auth-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.4rem, 3.35vw, 3.25rem);
    line-height: .95;
    font-weight: 700;
}

.auth-hero-copy p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    line-height: 1.55;
}

.auth-product-surface {
    width: min(100%, 640px);
    margin-top: clamp(16px, 2.4vh, 26px);
    align-self: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 52px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.auth-window-bar {
    display: flex;
    gap: 6px;
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.auth-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}

.auth-preview-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 9px;
    padding: 12px;
}

.auth-preview-panel,
.auth-preview-row {
    min-height: 68px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 12px;
}

.auth-preview-main {
    grid-row: span 2;
    min-height: 145px;
}

.auth-preview-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    font-weight: 600;
}

.auth-preview-panel strong {
    display: block;
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    line-height: 1;
}

.auth-preview-line {
    height: 7px;
    width: 62%;
    margin-top: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}

.auth-preview-line.long {
    width: 84%;
    margin-top: 21px;
}

.auth-preview-row {
    grid-column: 1 / -1;
    min-height: 42px;
    display: grid;
    grid-template-columns: 1fr 1.6fr .7fr;
    align-items: center;
    gap: 9px;
}

.auth-preview-row span {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
}

.auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card {
    width: min(100%, 444px);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 38px);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 30px 80px rgba(0, 20, 43, .28);
    backdrop-filter: blur(22px);
}

.auth-card-header {
    margin-bottom: 28px;
}

.auth-card-header h2 {
    margin: 0;
    color: #1c2733;
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 700;
}

.auth-card-header p:last-child {
    margin: 12px 0 0;
    color: #607080;
    line-height: 1.5;
}

.auth-form {
    display: grid;
    gap: 18px;
}

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

.auth-field label,
.auth-remember {
    color: #344253;
    font-size: .92rem;
    font-weight: 650;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7888;
    pointer-events: none;
}

.auth-input {
    width: 100%;
    min-height: 56px;
    border: 1px solid #d4dde7;
    border-radius: 8px;
    padding: 0 16px 0 46px;
    color: #1c2733;
    font: inherit;
    background: rgba(255, 255, 255, .94);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.auth-input::placeholder {
    color: #9aa6b2;
}

.auth-input:focus {
    outline: none;
    border-color: #1d5d9b;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(29, 93, 155, .14);
}

.auth-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.auth-remember input {
    width: 18px;
    height: 18px;
    accent-color: #1d5d9b;
}

.auth-link {
    font-weight: 650;
}

.auth-submit.mud-button {
    min-height: 54px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 650;
    box-shadow: 0 14px 28px rgba(29, 93, 155, .24);
    text-transform: none;
}

.auth-validation-summary {
    margin: 0;
    padding-left: 18px;
}

.auth-card .alert {
    margin: 0 0 18px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 550;
}

.auth-card .alert-danger {
    color: #8a1f1f;
    background: #fff0f0;
    border: 1px solid #ffd1d1;
}

.auth-card .alert-success {
    color: #1f6b43;
    background: #effaf3;
    border: 1px solid #ccebd7;
}

.auth-page-compact .auth-card {
    width: min(100%, 420px);
    padding: clamp(22px, 3vw, 32px);
}

.auth-page-compact .auth-card-header {
    margin-bottom: 22px;
}

.auth-page-compact .auth-card-header h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

.auth-page-compact .auth-form {
    gap: 14px;
}

.auth-page-compact .auth-input {
    min-height: 46px;
    border-radius: var(--ga-radius-sm);
    font-size: .92rem;
}

.auth-page-compact .auth-submit.mud-button {
    min-height: 46px;
    border-radius: var(--ga-radius-sm);
}

.auth-card-note {
    margin: 14px 0 0;
    color: #607080;
    font-size: .9rem;
    line-height: 1.45;
}

.auth-demo-users {
    margin-top: 18px;
    color: #607080;
    font-size: .88rem;
}

.auth-demo-users summary {
    width: fit-content;
    cursor: pointer;
    color: #1d5d9b;
    font-weight: 650;
}

.auth-demo-users p {
    margin: 10px 0 0;
    line-height: 1.45;
}

@media (min-width: 1021px) {
    .auth-card {
        transform: translateY(64px);
    }
}

@media (max-width: 1020px) {
    .auth-page {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 20px;
    }

    .auth-hero {
        min-height: auto;
    }

    .auth-hero-copy {
        margin-top: 52px;
    }

    .auth-product-surface {
        align-self: stretch;
        margin-top: 48px;
    }

    .auth-panel {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .auth-page {
        gap: 14px;
        padding: 12px;
    }

    .auth-hero {
        padding: 22px;
    }

    .auth-hero h1 {
        font-size: clamp(1.3rem, 7.8vw, 2.1rem);
    }

    .auth-hero-copy {
        margin-top: 34px;
    }

    .auth-product-surface {
        display: none;
    }

    .auth-card {
        padding: 24px;
    }
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

html.theme-dark {
    color-scheme: dark;
    --ga-primary: #6eaee7;
    --ga-primary-dark: #173b5f;
    --ga-primary-soft: rgba(110, 174, 231, .16);
    --ga-secondary: #78c69e;
    --ga-secondary-soft: rgba(120, 198, 158, .14);
    --ga-ink: #edf4f8;
    --ga-muted: #afbdc9;
    --ga-muted-2: #8393a1;
    --ga-line: #3d5060;
    --ga-line-soft: #2f404d;
    --ga-page: #17222c;
    --ga-page-2: #1b2833;
    --ga-surface: rgba(34, 49, 60, .9);
    --ga-surface-solid: #22313c;
    --ga-shadow-sm: 0 10px 28px rgba(0, 0, 0, .18);
    --ga-shadow-md: 0 22px 54px rgba(0, 0, 0, .26);
    --ga-focus: 0 0 0 4px rgba(110, 174, 231, .18);
}

html.theme-dark body {
    color: var(--ga-ink);
    background:
        linear-gradient(135deg, rgba(110, 174, 231, .08), rgba(120, 198, 158, .055) 42%, rgba(255, 255, 255, 0) 72%),
        var(--ga-page);
}

html.theme-dark .main-content {
    background:
        linear-gradient(135deg, rgba(110, 174, 231, .075), rgba(120, 198, 158, .045) 46%, rgba(255, 255, 255, 0) 72%),
        var(--ga-page);
}

html.theme-dark .app-topbar {
    border-bottom-color: rgba(255, 255, 255, .1);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 44%),
        linear-gradient(135deg, #17334e 0%, #1d5d9b 62%, #2f7d57 135%) !important;
    box-shadow: 0 14px 34px rgba(0, 10, 22, .22);
}

html.theme-dark .app-drawer {
    border-right-color: var(--ga-line-soft);
    background:
        linear-gradient(180deg, rgba(110, 174, 231, .07), rgba(120, 198, 158, .04)),
        #1c2934;
    box-shadow: 8px 0 28px rgba(0, 0, 0, .14);
}

html.theme-dark .drawer-brand,
html.theme-dark .mud-nav-group .mud-nav-group-content,
html.theme-dark .table-toolbar {
    border-color: var(--ga-line-soft);
}

html.theme-dark .drawer-brand-mark,
html.theme-dark .stat-card-icon {
    border-color: rgba(110, 174, 231, .22);
    color: var(--ga-primary);
    background: var(--ga-primary-soft);
}

html.theme-dark .user-menu-logout:hover,
html.theme-dark .user-menu-logout:focus-visible {
    color: var(--ga-primary);
    background: rgba(110, 174, 231, .11);
}

html.theme-dark .app-modal-backdrop {
    background: rgba(8, 14, 20, .62);
}

html.theme-dark .app-modal-panel {
    border-color: rgba(255, 255, 255, .1);
    background: rgba(34, 49, 60, .97);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

html.theme-dark .app-modal-header {
    border-bottom-color: var(--ga-line-soft);
    background: linear-gradient(180deg, rgba(110, 174, 231, .08), rgba(255, 255, 255, 0));
}

html.theme-dark .app-modal-close.mud-icon-button {
    background: rgba(255, 255, 255, .06);
}

html.theme-dark .academy-switch-option.current {
    border-color: rgba(120, 198, 158, .32);
    background: rgba(120, 198, 158, .11);
}

html.theme-dark .academy-switch-option.blocked {
    border-color: rgba(238, 113, 132, .26);
    background: rgba(190, 49, 68, .12);
}

html.theme-dark .mud-paper-outlined,
html.theme-dark .mud-paper.mud-elevation-0 {
    border-color: var(--ga-line-soft) !important;
    background: var(--ga-surface-solid);
    box-shadow: var(--ga-shadow-sm);
}

html.theme-dark .mud-button-filled-primary {
    box-shadow: 0 10px 24px rgba(110, 174, 231, .18) !important;
}

html.theme-dark .mud-button-filled-primary:hover {
    box-shadow: 0 14px 30px rgba(110, 174, 231, .24) !important;
}

html.theme-dark .mud-button-outlined-primary {
    border-color: rgba(110, 174, 231, .36) !important;
    background: rgba(110, 174, 231, .08);
}

html.theme-dark .mud-input-outlined .mud-input-outlined-border,
html.theme-dark .mud-input.mud-input-underline {
    border-color: var(--ga-line) !important;
}

html.theme-dark .mud-input-outlined:hover .mud-input-outlined-border,
html.theme-dark .mud-input.mud-input-underline:hover {
    border-color: rgba(110, 174, 231, .52) !important;
}

html.theme-dark .mud-input.mud-input-underline {
    background: rgba(255, 255, 255, .035);
}

html.theme-dark .mud-input.mud-input-underline:hover,
html.theme-dark .mud-input.mud-input-underline.mud-input-focused {
    background: rgba(255, 255, 255, .055);
}

html.theme-dark .mud-input-control.mud-input-text-with-label .mud-input-label-inputcontrol.mud-input-label-shrink {
    background: var(--ga-surface-solid);
}

html.theme-dark .mud-table-root .mud-table-head .mud-table-cell {
    color: var(--ga-muted);
    border-bottom-color: var(--ga-line-soft);
    background: rgba(255, 255, 255, .035);
}

html.theme-dark .mud-table-root .mud-table-body .mud-table-row:hover {
    background: rgba(110, 174, 231, .07) !important;
}

html.theme-dark .mud-table-pagination {
    color: var(--ga-muted);
    border-top-color: var(--ga-line-soft);
    background: rgba(255, 255, 255, .025);
}

html.theme-dark .mud-popover,
html.theme-dark .mud-menu-paper,
html.theme-dark .mud-picker-container {
    border-color: var(--ga-line-soft);
    background: #253540;
}

html.theme-dark .mud-popover .mud-list-item:hover,
html.theme-dark .mud-menu-paper .mud-list-item:hover {
    background: rgba(110, 174, 231, .1);
}

html.theme-dark .account-native-input,
html.theme-dark .account-content-card .form-control,
html.theme-dark .account-content-card .form-select {
    border-color: var(--ga-line);
    color: var(--ga-ink);
    background: rgba(255, 255, 255, .035);
}

html.theme-dark .account-native-input:disabled,
html.theme-dark .account-content-card .form-control:disabled {
    color: var(--ga-muted);
    background: rgba(255, 255, 255, .04);
}

html.theme-dark .account-note,
html.theme-dark .account-state-card,
html.theme-dark .account-table {
    border-color: var(--ga-line-soft);
    background: rgba(255, 255, 255, .035);
}

html.theme-dark .account-content-card .btn-secondary,
html.theme-dark .account-content-card .btn-outline-secondary {
    color: var(--ga-primary);
    border-color: rgba(110, 174, 231, .28);
    background: rgba(110, 174, 231, .08);
}

html.theme-dark .account-content-card .alert {
    background: rgba(110, 174, 231, .09);
}

html.theme-dark #blazor-error-ui {
    color: #ffd7de;
    border-color: rgba(238, 113, 132, .28);
    background: #34212b;
}

html.theme-dark .auth-layout {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #15344f 0%, #1d5d9b 54%, #2f7d57 112%);
}

html.theme-dark .auth-card {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(34, 49, 60, .9);
    box-shadow: 0 30px 80px rgba(0, 8, 18, .38);
}

html.theme-dark .auth-card-header h2,
html.theme-dark .auth-field label,
html.theme-dark .auth-remember {
    color: var(--ga-ink);
}

html.theme-dark .auth-card-header p:last-child,
html.theme-dark .auth-card-note,
html.theme-dark .auth-demo-users {
    color: var(--ga-muted);
}

html.theme-dark .auth-input {
    border-color: var(--ga-line);
    color: var(--ga-ink);
    background: rgba(255, 255, 255, .05);
}

html.theme-dark .auth-input::placeholder,
html.theme-dark .auth-input-icon {
    color: var(--ga-muted-2);
}

html.theme-dark .auth-input:focus {
    border-color: var(--ga-primary);
    background: rgba(255, 255, 255, .075);
    box-shadow: var(--ga-focus);
}

html.theme-dark .auth-card .alert-danger {
    color: #ffd7de;
    background: rgba(190, 49, 68, .14);
    border-color: rgba(238, 113, 132, .24);
}

html.theme-dark .auth-card .alert-success {
    color: #b9f0d0;
    background: rgba(47, 125, 87, .16);
    border-color: rgba(120, 198, 158, .24);
}
