body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #f4f6f9;
    color: #2c3e50;
}

.sidebar {
    min-height: 100vh;
    background: #111424;
    color: #fff;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar .nav-link {
    color: #a3a6b7;
    padding: 12px 20px;
    margin: 4px 15px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background: #222741;
    color: #fff;
}

.sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
}

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
}

.main-content {
    padding: 30px;
}

.mobile-module-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 10px;
    scrollbar-width: thin;
}

.mobile-module-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 12px;
    color: #475467;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(17, 20, 36, 0.04);
}

.mobile-module-link.active,
.mobile-module-link:hover {
    color: #fff;
    background: #111424;
    border-color: #111424;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #ebeef2;
    padding: 20px;
    font-weight: 600;
}

.badge-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.badge-danger {
    background-color: #f8d7da;
    color: #842029;
}

.badge-warning {
    background-color: #fff3cd;
    color: #664d03;
}

.badge-info {
    background-color: #cff4fc;
    color: #055160;
}

.stat-card {
    transition: transform 0.2s;
}

.stat-card:hover {
    transform: translateY(-4px);
}

.module-toolbar {
    padding: 14px;
    background: #f8f9fb;
    border: 1px solid #ebeef2;
    border-radius: 8px;
}

.athlete-metric {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #ebeef2;
    border-left-width: 4px !important;
    border-radius: 8px;
}

.athlete-metric small {
    display: block;
    color: #6c7483;
    font-weight: 700;
}

.athlete-metric strong {
    display: block;
    color: #111424;
    font-size: 24px;
    line-height: 1.1;
}

.enterprise-table th {
    color: #667085;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.athlete-list-header {
    margin: 6px 0 12px;
    padding: 14px 16px;
    background:
        linear-gradient(135deg, rgba(17, 20, 36, 0.04), rgba(255, 255, 255, 0.9)),
        #fff;
    border: 1px solid #e5e9f2;
    border-radius: 12px;
}

.list-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.athlete-view-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    color: #111424;
    background: #fff;
    border: 1px solid #dde3ee;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(17, 20, 36, 0.04);
}

.athlete-view-chip i {
    color: #0d6efd;
}

.athlete-table-shell {
    padding: 4px;
    background: #f8f9fb;
    border: 1px solid #ebeef2;
    border-radius: 8px;
}

.athlete-table-shell .enterprise-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.athlete-table-shell thead th {
    border: 0;
    background: transparent;
}

.athlete-table-shell tbody tr {
    background: #fff;
    box-shadow: 0 4px 16px rgba(17, 20, 36, 0.03);
}

.athlete-table-shell tbody td {
    border-top: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
}

.athlete-table-shell tbody td:first-child {
    border-left: 1px solid #ebeef2;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.athlete-table-shell tbody td:last-child {
    border-right: 1px solid #ebeef2;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.athlete-avatar-sm {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    background: #111424;
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
}

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

.athlete-roster-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(290px, 1.35fr) minmax(420px, 2fr) auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    background:
        linear-gradient(135deg, #fff 0%, #fbfcff 100%);
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(17, 20, 36, 0.045);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.athlete-roster-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #0d6efd, #111424);
}

.athlete-roster-card:hover {
    transform: translateY(-2px);
    border-color: #cfd7e6;
    box-shadow: 0 16px 36px rgba(17, 20, 36, 0.08);
}

.athlete-card-main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.athlete-avatar-wrap {
    position: relative;
    flex: 0 0 auto;
}

.athlete-avatar-lg {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111424;
    color: #fff;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.athlete-status-dot {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 16px;
    height: 16px;
    background: #94a3b8;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(17, 20, 36, 0.14);
}

.athlete-status-dot.status-active {
    background: #16a34a;
}

.athlete-status-dot.status-frozen {
    background: #f59e0b;
}

.athlete-status-dot.status-passive {
    background: #64748b;
}

.athlete-card-identity {
    min-width: 0;
}

.athlete-name {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.athlete-name:hover {
    color: #0d6efd;
}

.athlete-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 6px;
    color: #5f6876;
    font-size: 13px;
}

.athlete-meta-line span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.athlete-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px;
}

.athlete-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    padding: 7px 10px;
    color: #475467;
    background: #f4f6f9;
    border: 1px solid #e4e8f0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.athlete-chip-strong {
    color: #111424;
    background: #eef4ff;
    border-color: #cfe0ff;
}

.athlete-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(136px, 1fr));
    gap: 10px;
}

.athlete-info-block {
    min-height: 88px;
    padding: 12px;
    background: rgba(248, 249, 251, 0.82);
    border: 1px solid #edf0f5;
    border-radius: 12px;
}

.athlete-info-block span {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.athlete-info-block strong {
    display: block;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.athlete-info-block small {
    display: block;
    margin-top: 5px;
    color: #667085;
    line-height: 1.35;
}

.athlete-health-block {
    background: #fbfefc;
}

.athlete-health-block small {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.athlete-health-block a {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

.athlete-card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    min-width: 112px;
}

.athlete-profile-link {
    min-width: 100px;
    border-radius: 999px;
    font-weight: 800;
}

.athlete-card-actions .btn-group {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dde3ee;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(17, 20, 36, 0.05);
}

.athlete-card-actions .btn-group .btn {
    width: 36px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #edf0f5;
    border-radius: 0;
}

.athlete-card-actions .btn-group .btn:first-child {
    border-left: 0;
}

.athlete-empty-state {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 42px 20px;
    color: #667085;
    background: #fff;
    border: 1px dashed #cfd7e6;
    border-radius: 12px;
    text-align: center;
}

.athlete-empty-state i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    background: #eef4ff;
    border-radius: 50%;
    font-size: 20px;
}

.athlete-empty-state strong {
    color: #111424;
}

.athlete-avatar-photo {
    object-fit: cover;
    padding: 0;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(17, 20, 36, 0.12);
}

.coach-avatar {
    width: 70px;
    height: 70px;
    font-size: 24px;
}

.profile-card {
    background: linear-gradient(135deg, #111424 0%, #1e2238 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.profile-avatar {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.15);
    background: #222741;
}

.kunye-label {
    color: #94a3b8;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.kunye-value {
    font-weight: 600;
    font-size: 0.95rem;
    color: #f8fafc;
}

.content-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.nav-tabs-custom .nav-link {
    border: none;
    color: #64748b;
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.nav-tabs-custom .nav-link:hover {
    color: #111424;
}

.nav-tabs-custom .nav-link.active {
    color: #111424;
    border-bottom-color: #ffc107;
    background: transparent;
}

.badge-achievement {
    background-color: #fef3c7;
    color: #d97706;
    border: 1px solid #fde68a;
    font-weight: 600;
}

.achievement-board {
    display: grid;
    gap: 12px;
}

.achievement-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, auto);
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(17, 20, 36, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.achievement-card:hover {
    transform: translateY(-2px);
    border-color: #cfd7e6;
    box-shadow: 0 16px 36px rgba(17, 20, 36, 0.08);
}

.achievement-rank {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b45309;
    background: linear-gradient(135deg, #fff7ed, #fef3c7);
    border: 1px solid #fde68a;
    border-radius: 16px;
    font-size: 22px;
}

.achievement-title {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.achievement-title:hover {
    color: #0d6efd;
}

.achievement-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #5f6876;
    font-size: 13px;
}

.achievement-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.achievement-note {
    margin-top: 8px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.achievement-side {
    display: grid;
    justify-items: end;
    gap: 8px;
    text-align: right;
}

.achievement-side strong {
    color: #111827;
    font-size: 13px;
}

.achievement-side .btn-group {
    overflow: hidden;
    border: 1px solid #dde3ee;
    border-radius: 12px;
}

.achievement-side .btn-group .btn {
    width: 34px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 0;
    border-bottom: 0;
}

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

.payment-settings-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr)) minmax(220px, 1.2fr);
    gap: 10px;
    align-items: center;
    padding: 14px;
    color: #111827;
    background: #f8fafc;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
}

.payment-settings-strip div {
    display: grid;
    gap: 3px;
}

.payment-settings-strip span {
    color: #667085;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.payment-settings-strip strong {
    font-size: 15px;
    font-weight: 900;
}

.payment-settings-strip small {
    color: #667085;
    font-weight: 700;
}

.payment-kpi-card {
    position: relative;
    padding: 16px;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(17, 20, 36, 0.035);
}

.payment-kpi-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #0d6efd;
}

.payment-kpi-card span {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.payment-kpi-card strong {
    display: block;
    margin-top: 6px;
    color: #111827;
    font-size: 24px;
    line-height: 1.1;
}

.payment-kpi-card small {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-weight: 700;
}

.payment-kpi-card.kpi-paid::before {
    background: #16a34a;
}

.payment-kpi-card.kpi-late::before {
    background: #dc2626;
}

.payment-kpi-card.kpi-pending::before {
    background: #f59e0b;
}

.payment-kpi-card.kpi-rate::before {
    background: #0d6efd;
}

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

.payment-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) minmax(130px, 0.7fr) minmax(160px, 0.8fr) minmax(150px, 0.8fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(17, 20, 36, 0.04);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.payment-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #f59e0b;
}

.payment-card.payment-paid::before {
    background: #16a34a;
}

.payment-card.payment-late::before {
    background: #dc2626;
}

.payment-card.payment-due-soon::before {
    background: #f59e0b;
}

.payment-card.payment-pending::before {
    background: #0d6efd;
}

.payment-card:hover {
    transform: translateY(-2px);
    border-color: #cfd7e6;
    box-shadow: 0 16px 36px rgba(17, 20, 36, 0.08);
}

.payment-person {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.payment-avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    color: #fff;
    background: #111424;
    border-radius: 16px;
    font-weight: 900;
}

.payment-athlete-name {
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.payment-athlete-name:hover {
    color: #0d6efd;
}

.payment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 6px;
    color: #667085;
    font-size: 13px;
}

.payment-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.payment-amount-block,
.payment-date-block,
.payment-status-block {
    display: grid;
    gap: 4px;
}

.payment-amount-block span,
.payment-date-block span {
    color: #667085;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.payment-amount-block strong,
.payment-date-block strong {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
}

.payment-amount-block small,
.payment-date-block small,
.payment-status-block small {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.payment-actions {
    display: grid;
    justify-items: end;
    gap: 8px;
    min-width: 110px;
}

.payment-actions > .btn,
.payment-actions > form,
.payment-actions > form .btn {
    min-width: 104px;
}

.payment-actions > .btn,
.payment-actions > form .btn {
    border-radius: 999px;
    font-weight: 800;
}

.payment-actions .btn-group {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dde3ee;
    border-radius: 12px;
}

.payment-actions .btn-group .btn {
    width: 34px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 0;
    border-bottom: 0;
}

.file-preview {
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    background: #f8fafc;
    transition: all 0.2s;
}

.file-preview:hover {
    border-color: #cbd5e1;
}

.athlete-create-modal {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.athlete-create-side {
    height: 100%;
    padding: 18px;
    background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
    border: 1px solid #ebeef2;
    border-radius: 12px;
}

.photo-dropzone {
    padding: 20px;
    background: #fff;
    border: 2px dashed #d8dee9;
    border-radius: 12px;
    text-align: center;
}

.photo-dropzone-icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #111424;
    background: #f4f6f9;
    border-radius: 50%;
    font-size: 24px;
}

.registration-checklist {
    display: grid;
    gap: 10px;
    color: #4b5563;
    font-size: 14px;
}

.settings-help-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    font-weight: 700;
}

.settings-help-box i {
    margin-top: 2px;
    color: #0d6efd;
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #111424;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.form-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ebeef2;
}

.summary-tile {
    padding: 12px;
    background: #f8f9fb;
    border: 1px solid #ebeef2;
    border-radius: 8px;
}

.summary-tile small {
    display: block;
    color: #6c7483;
    font-weight: 700;
}

.summary-tile strong {
    display: block;
    color: #111424;
    font-size: 20px;
}

.detail-field {
    min-height: 78px;
    padding: 14px;
    background: #f8f9fb;
    border: 1px solid #ebeef2;
    border-radius: 8px;
}

.btn-xs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.45rem;
    --bs-btn-font-size: 0.75rem;
}

.auth-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 18%, rgba(168, 13, 34, 0.18), transparent 30%),
        linear-gradient(135deg, #111424 0%, #191d33 52%, #f4f6f9 52%, #f4f6f9 100%);
}

.auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 480px);
    gap: 48px;
    align-items: center;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0;
}

.auth-hero {
    color: #fff;
}

.auth-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.auth-logo {
    width: 92px;
    height: 92px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    padding: 7px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.auth-eyebrow {
    margin: 0 0 6px;
    color: #f5c451;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-hero h1 {
    max-width: 560px;
    margin: 0;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 800;
}

.auth-copy {
    max-width: 560px;
    color: #c9cedf;
    font-size: 18px;
    line-height: 1.7;
}

.auth-card {
    background: #fff;
    border-radius: 12px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(17, 20, 36, 0.18);
}

@media (max-width: 1199.98px) {
    .athlete-roster-card {
        grid-template-columns: 1fr;
    }

    .athlete-card-actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .payment-kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-settings-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-settings-strip small {
        grid-column: 1 / -1;
    }

    .payment-card {
        grid-template-columns: 1fr 1fr;
    }

    .payment-person {
        grid-column: 1 / -1;
    }

    .payment-actions {
        justify-items: stretch;
    }
}

@media (max-width: 767.98px) {
    .main-content {
        padding: 18px;
    }

    .athlete-list-header {
        align-items: flex-start !important;
    }

    .athlete-card-main {
        align-items: flex-start;
    }

    .athlete-avatar-lg {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }

    .athlete-card-grid {
        grid-template-columns: 1fr;
    }

    .athlete-card-actions {
        align-items: stretch;
    }

    .athlete-card-actions .btn-group {
        justify-content: stretch;
        width: 100%;
    }

    .athlete-card-actions .btn-group .btn {
        flex: 1 1 0;
        width: auto;
    }

    .athlete-profile-link {
        flex: 1 1 auto;
    }

    .achievement-card {
        grid-template-columns: 1fr;
    }

    .achievement-rank {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .achievement-side {
        justify-items: stretch;
        text-align: left;
    }

    .achievement-side .btn-group {
        width: 100%;
    }

    .achievement-side .btn-group .btn {
        flex: 1 1 0;
        width: auto;
    }

    .payment-kpi-grid,
    .payment-settings-strip,
    .payment-card {
        grid-template-columns: 1fr;
    }

    .payment-actions {
        width: 100%;
    }

    .payment-actions .btn-group {
        width: 100%;
    }

    .payment-actions .btn-group .btn {
        flex: 1 1 0;
        width: auto;
    }

    .auth-page {
        background: #f4f6f9;
    }

    .auth-shell {
        grid-template-columns: 1fr;
        gap: 24px;
        width: min(100% - 28px, 480px);
        padding: 24px 0;
    }

    .auth-hero {
        color: #111424;
    }

    .auth-hero h1 {
        font-size: 32px;
    }

    .auth-copy {
        color: #5f6876;
    }

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