.dashboard-workspace{--dashboard-workspace-black: #171717;--dashboard-workspace-red: #d92d20;--dashboard-workspace-gold: #171717;--dashboard-workspace-gray: #737373;--dashboard-workspace-muted: #525252;--dashboard-workspace-soft: #fafafa;--dashboard-workspace-line: #e5e5e5;--dashboard-workspace-faint: #f5f5f5;--dashboard-workspace-border-strong: #d4d4d4;--dashboard-workspace-success: #16a34a;--dashboard-workspace-warning: #b54708;--dashboard-workspace-danger: #d92d20;--dashboard-workspace-focus: #171717;--dashboard-workspace-sidebar-width: 280px;--dashboard-workspace-sidebar-collapsed-width: 76px;--dashboard-workspace-radius-xs: 6px;--dashboard-workspace-radius-sm: 8px;--dashboard-workspace-radius-md: 10px;--dashboard-workspace-radius-lg: 12px;--dashboard-workspace-shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);--dashboard-workspace-shadow-sm: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);display:flex;min-height:100vh;background:#fff;color:var(--dashboard-workspace-black);font-family:Inter,Helvetica Neue,Arial,sans-serif;overflow-x:clip}.dashboard-workspace *,.dashboard-workspace *:before,.dashboard-workspace *:after{box-sizing:border-box}.dashboard-filter-toolbar{position:relative;display:flex;flex-wrap:wrap;gap:12px;align-items:end}.dashboard-filter-search{flex:1 1 280px;max-width:420px}.dashboard-filter-menu{position:relative}.dashboard-filter-menu[open]{z-index:20}.dashboard-filter-menu__trigger{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--dashboard-workspace-border-strong);border-radius:var(--dashboard-workspace-radius-sm);background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;font-size:14px;font-weight:700;list-style:none;box-shadow:var(--dashboard-workspace-shadow-sm)}.dashboard-filter-menu__trigger::-webkit-details-marker{display:none}.dashboard-filter-menu__trigger:hover,.dashboard-filter-menu__trigger:focus-visible,.dashboard-filter-menu[open] .dashboard-filter-menu__trigger{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-faint);outline:none}.dashboard-filter-menu__icon,.dashboard-filter-menu__icon svg{width:18px;height:18px}.dashboard-filter-menu__icon svg{display:block;fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:2}.dashboard-filter-menu__popover{position:absolute;top:calc(100% + 10px);left:0;width:min(320px,calc(100vw - 48px));overflow:visible;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-lg);background:#fff;box-shadow:var(--dashboard-workspace-shadow-sm)}.dashboard-filter-menu__popover[data-align=right]{right:0;left:auto}.dashboard-filter-menu__head{padding:16px 18px;border-bottom:1px solid var(--dashboard-workspace-line)}.dashboard-filter-menu__head strong{color:var(--dashboard-workspace-black);font-size:18px;font-weight:800}.dashboard-filter-menu__body{display:grid;gap:12px;max-height:min(360px,calc(100vh - 220px));overflow-y:auto;padding:16px}.dashboard-filter-menu__choice-list{display:grid;gap:4px}.dashboard-filter-menu__choice{display:flex;width:100%;min-height:44px;align-items:center;gap:12px;border:0;border-radius:var(--dashboard-workspace-radius-sm);padding:0 12px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;font:inherit;font-size:15px;font-weight:700;text-align:left}.dashboard-filter-menu__choice:hover,.dashboard-filter-menu__choice:focus-visible,.dashboard-filter-menu__choice[data-selected=true]{background:var(--dashboard-workspace-faint);outline:none}.dashboard-filter-menu__choice-dot{flex:0 0 auto;width:9px;height:9px;border-radius:999px;background:transparent}.dashboard-filter-menu__choice[data-selected=true] .dashboard-filter-menu__choice-dot{background:var(--dashboard-workspace-black)}.dashboard-filter-menu__choice-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-filter-menu__list{display:grid;gap:2px;padding:10px 12px 12px}.dashboard-filter-menu__option{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;border:0;border-radius:var(--dashboard-workspace-radius-sm);background:transparent;color:var(--dashboard-workspace-black);cursor:pointer;font:inherit;font-size:16px;font-weight:700;text-align:left}.dashboard-filter-menu__option span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-filter-menu__option span:last-child{color:var(--dashboard-workspace-muted);font-size:18px;line-height:1}.dashboard-filter-menu__option:hover,.dashboard-filter-menu__option:focus-visible,.dashboard-filter-menu__option[data-active=true]{background:var(--dashboard-workspace-faint);outline:none}.dashboard-filter-menu__submenu{position:absolute;left:calc(100% - 2px);min-width:320px;overflow:hidden;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-lg);background:#fff;box-shadow:var(--dashboard-workspace-shadow-sm)}.dashboard-filter-menu__submenu[data-placement=left]{right:calc(100% - 2px);left:auto}.dashboard-workspace__sidebar{position:sticky;top:0;display:flex;flex:0 0 var(--dashboard-workspace-sidebar-width);width:var(--dashboard-workspace-sidebar-width);height:100vh;flex-direction:column;gap:24px;padding:0 24px 24px;border-right:1px solid var(--dashboard-workspace-line);background:#fff;overflow-y:auto;transition:flex-basis .18s ease,width .18s ease,padding .18s ease}.dashboard-workspace__sidebar-header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:14px}.dashboard-workspace__brand{display:inline-flex;min-width:0;width:fit-content;align-items:center;text-decoration:none;transition:opacity .18s ease,transform .18s ease,width .18s ease}.dashboard-workspace__brand img{display:block;width:112px;height:auto;object-fit:contain;transition:opacity .18s ease,transform .18s ease,width .18s ease}.dashboard-workspace__sidebar-toggle{display:inline-grid;flex:0 0 32px;width:32px;min-width:32px;height:32px;min-height:32px;place-items:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.dashboard-workspace__sidebar-toggle:hover,.dashboard-workspace__sidebar-toggle:focus-visible{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff;outline:none}.dashboard-workspace__sidebar-toggle .dashboard-workspace__icon{width:18px;height:18px;color:currentColor}.dashboard-workspace__mobile-menu-toggle{display:none;flex:0 0 32px;width:32px;min-width:32px;height:32px;min-height:32px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer}.dashboard-workspace__mobile-menu-toggle span{display:block;width:19px;height:2px;border-radius:999px;background:currentColor;transition:opacity .14s ease,transform .14s ease}.dashboard-workspace__sidebar--open .dashboard-workspace__mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dashboard-workspace__sidebar--open .dashboard-workspace__mobile-menu-toggle span:nth-child(2){opacity:0}.dashboard-workspace__sidebar--open .dashboard-workspace__mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.dashboard-workspace__nav{display:flex;flex:1;flex-direction:column;gap:24px;padding-top:12px}.dashboard-workspace__nav-section{display:flex;flex-direction:column;gap:10px}.dashboard-workspace__nav-label{margin:0;padding:0 16px;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:700;line-height:1.4}.dashboard-workspace__nav-items,.dashboard-workspace__nav-group{display:flex;flex-direction:column;gap:6px}.dashboard-workspace__nav-link{position:relative;display:flex;min-height:52px;align-items:center;gap:14px;padding:14px 16px;border-radius:4px;color:var(--dashboard-workspace-muted);font-size:15px;font-weight:700;line-height:1.35;text-decoration:none;transition:background-color .16s ease,color .16s ease}.dashboard-workspace__nav-link>span:not(.dashboard-workspace__nav-caret):not(.dashboard-workspace__notification-dot){min-width:0;overflow:hidden;transition:max-width .18s ease,opacity .18s ease,transform .18s ease}.dashboard-workspace__nav-link:hover,.dashboard-workspace__nav-link:focus-visible{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black);outline:none}.dashboard-workspace__nav-link--active{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.dashboard-workspace__nav-link--active .dashboard-workspace__icon{color:var(--dashboard-workspace-gold)}.dashboard-workspace__nav-caret{display:inline-grid;flex:0 0 16px;width:16px;height:16px;margin-left:auto;place-items:center;color:var(--dashboard-workspace-gray)}.dashboard-workspace__nav-caret .dashboard-workspace__icon{width:16px;height:16px;color:currentColor;transition:transform .16s ease}.dashboard-workspace__nav-caret--down .dashboard-workspace__icon{transform:rotate(90deg);transform-origin:center}.dashboard-workspace__subnav{display:flex;flex-direction:column;gap:4px;padding-left:24px}.dashboard-workspace__subnav-link{display:flex;min-height:44px;align-items:center;gap:12px;padding:10px 12px;border-radius:4px;color:var(--dashboard-workspace-muted);font-size:13px;font-weight:800;line-height:1.35;text-decoration:none;transition:background-color .16s ease,color .16s ease}.dashboard-workspace__subnav-link:hover,.dashboard-workspace__subnav-link:focus-visible,.dashboard-workspace__subnav-link--active{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black);outline:none}.dashboard-workspace__subnav-link--active .dashboard-workspace__icon{color:var(--dashboard-workspace-gold)}.dashboard-workspace__subnav-link .dashboard-workspace__icon{flex-basis:20px;width:20px;height:20px}.dashboard-workspace__icon{flex:0 0 24px;width:24px;height:24px;color:var(--dashboard-workspace-gold)}.dashboard-workspace__notification-dot{position:absolute;top:13px;right:14px;width:8px;height:8px;border-radius:999px;background:var(--dashboard-workspace-red);box-shadow:0 0 0 3px #fff}.dashboard-workspace__profile{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff}.dashboard-workspace__profile-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--dashboard-workspace-black);color:#fff;font-size:14px;font-weight:800;line-height:1}.dashboard-workspace__profile-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.dashboard-workspace__profile-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.dashboard-workspace__profile-copy strong{overflow:hidden;color:var(--dashboard-workspace-black);font-size:14px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dashboard-workspace__profile-copy span{overflow:hidden;color:var(--dashboard-workspace-gray);font-size:12px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dashboard-workspace__logout{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.dashboard-workspace__logout .dashboard-workspace__icon{width:20px;height:20px;color:currentColor}.dashboard-workspace__logout:hover,.dashboard-workspace__logout:focus-visible{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff;outline:none}.dashboard-workspace__logout:disabled{cursor:wait;opacity:.55}.dashboard-workspace__sidebar--collapsed{flex-basis:var(--dashboard-workspace-sidebar-collapsed-width);width:var(--dashboard-workspace-sidebar-collapsed-width);align-items:stretch;gap:20px;padding:0 14px 24px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__sidebar-header{width:100%;height:56px;min-height:56px;flex-direction:row;justify-content:center;gap:0;padding:0}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__brand{display:none}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__sidebar-toggle{align-self:center;margin:0}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__brand img{width:42px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav{gap:14px;padding-top:0}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-section,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-items,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-group{align-items:center}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-section,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-group{gap:8px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-label,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__subnav,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-caret,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile-copy{display:none}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-link>span:not(.dashboard-workspace__nav-caret):not(.dashboard-workspace__notification-dot){max-width:0;opacity:0;overflow:hidden;pointer-events:none;transform:translate(-6px);white-space:nowrap}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-link{width:40px;min-width:40px;height:40px;min-height:40px;align-items:center;justify-content:center;gap:0;padding:0}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__notification-dot{top:10px;right:12px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile{grid-template-columns:1fr;justify-items:center;gap:10px;padding:10px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile-avatar{width:40px;height:40px;font-size:12px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__logout{width:40px;height:40px}.dashboard-workspace__main{display:flex;min-width:0;flex:1;flex-direction:column;background:#fff}.dashboard-workspace__topbar{position:sticky;top:0;z-index:5;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px;padding:0 32px;border-bottom:1px solid var(--dashboard-workspace-line);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-workspace__topbar h1{margin:0;color:var(--dashboard-workspace-black);font-size:22px;font-weight:800;line-height:1.2}.dashboard-workspace__topbar-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:12px}.dashboard-workspace__topbar-notification{position:relative;display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.dashboard-workspace__topbar-notification:hover,.dashboard-workspace__topbar-notification:focus-visible,.dashboard-workspace__topbar-notification--active{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-soft);outline:none}.dashboard-workspace__topbar-notification .dashboard-workspace__icon{width:22px;height:22px;color:currentColor}.dashboard-workspace__topbar-notification-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:999px;background:var(--dashboard-workspace-red);box-shadow:0 0 0 3px #fff}.dashboard-workspace__topbar-profile{position:relative;flex:0 0 auto}.dashboard-workspace__profile-menu-trigger{display:inline-flex;max-width:260px;min-height:44px;align-items:center;gap:10px;padding:4px 12px 4px 4px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;font:inherit;transition:background-color .16s ease,border-color .16s ease}.dashboard-workspace__profile-menu-trigger .dashboard-workspace__profile-avatar{flex:0 0 24px;width:24px;height:24px;margin-left:8px;font-size:10px}.dashboard-workspace__profile-menu-trigger:hover,.dashboard-workspace__profile-menu-trigger:focus-visible,.dashboard-workspace__profile-menu-trigger[aria-expanded=true]{border-color:var(--dashboard-workspace-black);outline:none}.dashboard-workspace__profile-menu-name{min-width:0;max-width:170px;overflow:hidden;font-size:14px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dashboard-workspace__profile-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;width:min(280px,calc(100vw - 32px));gap:6px;padding:10px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;box-shadow:0 18px 40px #10121424}.dashboard-workspace__profile-menu-identities{display:grid;padding:2px 8px 8px;border-bottom:1px solid var(--dashboard-workspace-line)}.dashboard-workspace__profile-menu-identity{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:8px 0}.dashboard-workspace__profile-menu-identity--club{border-top:1px solid var(--dashboard-workspace-line)}.dashboard-workspace__profile-menu-identity-avatar{display:grid;width:32px;height:32px;place-items:center;overflow:hidden;border-radius:50%;background:var(--dashboard-workspace-black);color:#fff;font-size:10px;font-weight:800;line-height:1}.dashboard-workspace__profile-menu-identity--club .dashboard-workspace__profile-menu-identity-avatar{border:1px solid var(--dashboard-workspace-line);background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.dashboard-workspace__profile-menu-identity-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.dashboard-workspace__profile-menu-identity-copy{display:grid;min-width:0;gap:2px}.dashboard-workspace__profile-menu-identity-copy strong{overflow-wrap:anywhere;color:var(--dashboard-workspace-black);font-size:14px;font-weight:900;line-height:1.3}.dashboard-workspace__profile-menu-identity-copy>span{overflow:hidden;color:var(--dashboard-workspace-gray);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboard-workspace__profile-menu-item{display:flex;width:100%;min-height:42px;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:var(--dashboard-workspace-black);font:inherit;font-size:14px;font-weight:900;text-align:left;text-decoration:none;cursor:pointer}.dashboard-workspace__profile-menu-item:hover,.dashboard-workspace__profile-menu-item:focus-visible{background:var(--dashboard-workspace-soft);outline:none}.dashboard-workspace__profile-menu-item:disabled{cursor:wait;opacity:.55}.dashboard-workspace__profile-menu-item .dashboard-workspace__icon{width:20px;height:20px}.dashboard-workspace__body{width:100%;padding:28px 32px 40px}.dashboard-workspace__body>*{min-width:0}.dashboard-workspace__mobile-bottom-nav,.dashboard-workspace__mobile-more-backdrop{display:none}.dashboard-workspace .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard-card,.club-dashboard-panel,.club-dashboard-summary-section,.club-dashboard-fallback{min-width:0;max-width:100%;border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-dashboard-pending-access-screen{display:grid;min-height:100vh;place-items:center;padding:32px;background:#fff;color:var(--dashboard-workspace-black, #101214)}.club-dashboard-pending-access-card{display:grid;width:min(100%,680px);gap:20px;border:1px solid #f2f2f2;border-radius:4px;padding:clamp(24px,5vw,48px);background:#fff;box-shadow:0 24px 70px #10121414}.club-dashboard-pending-access-card h1,.club-dashboard-pending-access-card p{margin:0}.club-dashboard-pending-access-card h1{max-width:560px;font-family:Space Grotesk,Arial Black,sans-serif;font-size:clamp(32px,5vw,54px);font-weight:900;line-height:.98;text-transform:uppercase}.club-dashboard-pending-access-card>p{max-width:560px;color:var(--dashboard-workspace-gray, #7a828c);font-size:16px;font-weight:700;line-height:1.55}.club-dashboard-pending-contact{display:grid;gap:6px;border:1px solid #eeeeee;border-radius:4px;padding:16px;background:#f8f8f8}.club-dashboard-pending-contact span{color:var(--dashboard-workspace-red, #d4141e);font-size:13px;font-weight:900}.club-dashboard-pending-contact strong{font-size:18px;font-weight:900}.club-dashboard-pending-contact p{color:var(--dashboard-workspace-gray, #7a828c);font-weight:800}.club-dashboard-pending-actions{display:flex;flex-wrap:wrap;gap:10px}.club-dashboard-pending-actions a,.club-dashboard-pending-actions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-black, #101214);border-radius:4px;padding:0 16px;background:var(--dashboard-workspace-black, #101214);color:#fff;font:inherit;font-size:14px;font-weight:900;text-decoration:none;cursor:pointer}.club-dashboard-pending-actions button{background:#fff;color:var(--dashboard-workspace-black, #101214)}.club-dashboard-pending-actions button:disabled{cursor:wait;opacity:.6}@media(max-width:640px){.club-dashboard-pending-access-screen{align-items:start;padding:20px}.club-dashboard-pending-actions{display:grid}.club-dashboard-pending-actions a,.club-dashboard-pending-actions button{width:100%}}.dashboard-competition-card{min-height:calc(100vh - 128px);padding:0 0 24px}.club-upcoming-competition-list-card{padding-top:24px}.club-dashboard-overview{display:grid;gap:24px}.club-dashboard-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.club-dashboard-overview-metric,.club-dashboard-overview-empty,.club-dashboard-overview-panel{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-dashboard-overview-metric{display:grid;align-content:start;gap:8px;min-height:148px;padding:20px;color:inherit;text-decoration:none}.club-dashboard-overview-metric--link:hover,.club-dashboard-overview-metric--link:focus-visible{border-color:var(--dashboard-workspace-gold);outline:none}.club-dashboard-overview-metric p,.club-dashboard-overview-performance p{margin:0;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.club-dashboard-overview-metric strong,.club-dashboard-overview-performance strong{color:var(--dashboard-workspace-black);font-size:30px;font-weight:900;line-height:1.05}.club-dashboard-overview-metric span,.club-dashboard-overview-performance span{color:var(--dashboard-workspace-gray);font-size:13px;font-weight:800;line-height:1.4}.club-dashboard-overview-metric .club-dashboard-status-badge{justify-self:start;margin-top:6px}.club-dashboard-overview-panels{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px;align-items:start}.club-dashboard-overview-panel{display:grid;gap:18px;padding:24px}.club-dashboard-overview-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.club-dashboard-overview-panel h3{margin:0;color:var(--dashboard-workspace-black);font-size:22px;font-weight:900;line-height:1.2}.club-dashboard-overview-list{display:grid;gap:12px}.club-dashboard-overview-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 14px;padding:16px;border:1px solid #f2f2f2;border-radius:4px;background:#fbfbfb;color:inherit;text-decoration:none}.club-dashboard-overview-list-item:hover,.club-dashboard-overview-list-item:focus-visible{border-color:var(--dashboard-workspace-gold);outline:none}.club-dashboard-overview-list-item span{color:var(--dashboard-workspace-black);font-weight:900}.club-dashboard-overview-list-item strong{color:var(--dashboard-workspace-red);font-size:13px;font-weight:900;white-space:nowrap}.club-dashboard-overview-list-item small{grid-column:1 / -1;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:800}.club-dashboard-overview-empty{display:grid;gap:8px;padding:18px;background:#fbfbfb}.dashboard-table-empty-state{display:grid;gap:8px;padding:18px 0;background:transparent;border:0;border-radius:0;box-shadow:none}.club-dashboard-overview-empty strong,.dashboard-table-empty-state strong{color:var(--dashboard-workspace-black);font-size:15px;font-weight:900}.club-dashboard-overview-empty p,.dashboard-table-empty-state p{margin:0;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:800;line-height:1.45}.club-dashboard-overview-performance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:18px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.club-dashboard-overview-performance div{display:grid;gap:8px}.dashboard-tab-strip{display:inline-flex;gap:8px;margin:24px;padding:6px;border-radius:4px;background:#f2f2f2}.dashboard-tab{min-height:40px;padding:0 18px;border:0;border-radius:4px;background:transparent;color:var(--dashboard-workspace-gray);font:inherit;font-size:14px;font-weight:800;cursor:pointer}.dashboard-tab--active{background:#fff;color:var(--dashboard-workspace-black);box-shadow:0 6px 16px #10121414}.dashboard-section-heading{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 24px 20px}.dashboard-section-heading>*{min-width:0}.dashboard-section-eyebrow,.club-dashboard-eyebrow{margin:0 0 8px;color:var(--dashboard-workspace-red);font-size:13px;font-weight:800;line-height:1.3}.dashboard-section-heading h2,.club-dashboard-panel h2,.club-dashboard-summary-section h2,.club-dashboard-fallback h2{margin:0;color:var(--dashboard-workspace-black);font-size:28px;font-weight:900;line-height:1.15}.dashboard-table-controls{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;padding:24px}.dashboard-filter,.dashboard-search{display:block;width:min(400px,100%)}.dashboard-filter span,.dashboard-search span{display:block;margin-bottom:8px;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.dashboard-filter select,.dashboard-search input,.club-athlete-roster-filter input{width:100%;min-height:40px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--dashboard-workspace-black);font:inherit;font-weight:800}.dashboard-table-wrap,.club-upcoming-competition-athlete-table{min-width:0;max-width:calc(100% - 48px);margin:0 24px;overflow-x:auto;overflow-y:hidden;contain:layout paint;border:1px solid #f2f2f2;border-radius:4px}.dashboard-competition-table,.club-upcoming-competition-athlete-table table{width:100%;border-collapse:collapse;min-width:900px;font-size:14px}.dashboard-competition-table th,.dashboard-competition-table td,.club-upcoming-competition-athlete-table th,.club-upcoming-competition-athlete-table td{padding:18px;text-align:left;vertical-align:middle}.dashboard-competition-table th,.club-upcoming-competition-athlete-table th{background:#f2f2f2;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900}.dashboard-competition-table tbody tr:nth-child(2n),.club-upcoming-competition-athlete-table tbody tr:nth-child(2n){background:#f6f6f6}.club-upcoming-competition-athlete-table__identity{display:flex;min-width:0;align-items:center;gap:12px}.club-upcoming-competition-athlete-table__avatar{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#eef2f6;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900}.club-upcoming-competition-athlete-table__avatar img{display:block;width:100%;height:100%;object-fit:cover}.dashboard-competition-name{color:var(--dashboard-workspace-black);font-weight:900;text-decoration:none}.dashboard-competition-name:hover,.dashboard-competition-name:focus-visible{text-decoration:underline;outline:none}.dashboard-table-action-cell{text-align:right;white-space:nowrap}.dashboard-table-action-cell .dashboard-table-action-link+.dashboard-table-action-link{margin-left:8px}.athlete-payment-dialog__proof-upload{position:relative;cursor:pointer}.athlete-payment-dialog__proof-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.athlete-payment-dialog__proof-upload:has(input:disabled){cursor:wait;opacity:.6}.athlete-payment-dialog__proof-success{border-color:#bfe6cb;background:#e8f6ed;color:#15783a}.athlete-event-payment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px}.athlete-weigh-in-card{display:grid;gap:8px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);padding:16px;background:var(--dashboard-workspace-faint)}.athlete-weigh-in-card strong{color:var(--dashboard-workspace-black);font-size:14px}.athlete-weigh-in-card p{margin:0;color:var(--dashboard-workspace-muted, #5b5b5b);font-size:13px}.athlete-weigh-in-card__reminder{font-weight:800;color:var(--dashboard-workspace-black)!important}.athlete-weigh-in-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px}.athlete-weigh-in-card__cocard-pending{color:var(--dashboard-workspace-muted, #5b5b5b);font-size:13px}.athlete-bracket-schedule{display:grid;gap:10px}.athlete-bracket-schedule h3{margin:0;font-size:14px;color:var(--dashboard-workspace-black)}.athlete-bracket-schedule ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.athlete-bracket-schedule li{display:grid;gap:4px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--brava-ds-control-radius);padding:10px 12px;background:#fff}.athlete-bracket-schedule__main{display:flex;align-items:center;justify-content:space-between;gap:12px}.athlete-bracket-schedule__main strong{font-size:13px;color:var(--dashboard-workspace-black)}.athlete-bracket-schedule__main span{font-size:13px;font-weight:800;color:var(--dashboard-workspace-black)}.athlete-bracket-schedule li small{color:var(--dashboard-workspace-muted, #5b5b5b);font-size:12px}.athlete-bracket-embed{overflow:visible;max-height:none}.athlete-bracket-embed .event-bracket-board{margin:12px}.athlete-bracket-embed .program-category-bracket-stage{max-height:none;overflow-x:auto;overflow-y:visible}.athlete-bracket-embed .event-bracket-stage--publication{padding:16px 20px 20px}.club-competition-registration-modal__dialog.athlete-bracket-preview-modal__dialog{display:flex;flex-direction:column;gap:0;width:100%;max-width:none;max-height:calc(100vh - 48px);overflow:hidden;padding:20px 20px 16px}.athlete-bracket-preview-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--dashboard-workspace-line)}.athlete-bracket-preview-modal__header>div{min-width:0}.athlete-bracket-preview-modal__actions{display:flex;flex:0 0 auto;align-items:center;gap:12px}.athlete-bracket-preview-modal__body{flex:1;width:100%;min-height:0;margin-top:14px;overflow:auto;overscroll-behavior:contain}.athlete-bracket-preview-modal__board{border:0;overflow:visible;max-height:none}.athlete-bracket-preview-modal__board[data-fit-mode=fit]{overflow:hidden}.athlete-bracket-preview-modal__fit-content{width:max-content;min-width:100%;transform-origin:top left}.athlete-bracket-preview-modal__board .event-bracket-stage--publication{overflow:visible;padding:8px 8px 16px}.athlete-bracket-preview-modal__notice{margin:0;padding:48px 8px;text-align:center;color:var(--dashboard-workspace-muted, #5b5b5b);font-size:14px}.athlete-registration-status-timeline{display:grid;gap:0;margin:0;padding:0 4px;list-style:none}.athlete-registration-status-timeline li{position:relative;display:flex;gap:14px;padding:0 0 24px}.athlete-registration-status-timeline li:last-child{padding-bottom:0}.athlete-registration-status-timeline li:before{content:"";position:absolute;top:18px;left:8px;bottom:0;width:2px;background:var(--dashboard-workspace-line)}.athlete-registration-status-timeline li:last-child:before{display:none}.athlete-registration-status-timeline__marker{position:relative;z-index:1;display:inline-flex;width:18px;height:18px;flex:0 0 auto;margin-top:2px;border:2px solid var(--dashboard-workspace-line);border-radius:50%;background:#fff}.athlete-registration-status-timeline li.is-done .athlete-registration-status-timeline__marker{border-color:#15783a;background:#15783a}.athlete-registration-status-timeline li.is-done:before{background:#15783a}.athlete-registration-status-timeline li.is-current .athlete-registration-status-timeline__marker{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);box-shadow:0 0 0 4px #1012141f}.athlete-registration-status-timeline li strong{display:block;color:var(--dashboard-workspace-black);font-size:14px}.athlete-registration-status-timeline li.is-upcoming strong,.athlete-registration-status-timeline li.is-upcoming p{color:var(--dashboard-workspace-gray)}.athlete-registration-status-timeline li p{margin:4px 0 0;color:var(--dashboard-workspace-muted, #5b5b5b);font-size:13px}.dashboard-table-action-link{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:0 12px;background:#fff;color:var(--dashboard-workspace-muted);font-size:13px;font-weight:700;text-decoration:none}.dashboard-table-action-link:hover,.dashboard-table-action-link:focus-visible{border-color:var(--dashboard-workspace-border-strong);background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black);outline:none}.dashboard-days-left{color:var(--dashboard-workspace-red);font-weight:900}.dashboard-muted{color:var(--dashboard-workspace-gray)}.dashboard-empty-table-cell{color:var(--dashboard-workspace-gray);font-weight:700;text-align:center}.dashboard-table-footer{display:flex;min-width:0;justify-content:space-between;gap:16px;padding:18px 24px 0;color:var(--dashboard-workspace-gray);font-size:14px;font-weight:700}.dashboard-primary-button,.dashboard-icon-button,.club-dashboard-link,.club-dashboard-retry{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:4px;font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.dashboard-primary-button{gap:10px;padding:0 18px;border:1px solid var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.dashboard-icon-button{width:40px;border:1px solid var(--dashboard-workspace-line);background:#fff;color:var(--dashboard-workspace-black);font-size:24px}.club-dashboard-link{padding:0 16px;border:1px solid var(--dashboard-workspace-line);background:#fff;color:var(--dashboard-workspace-black)}.club-dashboard-retry{padding:0 16px;border:1px solid var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.dashboard-primary-button:focus-visible,.dashboard-icon-button:focus-visible,.club-dashboard-link:focus-visible,.club-dashboard-retry:focus-visible{outline:2px solid #1d8cff;outline-offset:2px}.dashboard-state-card,.club-dashboard-fallback{display:grid;gap:12px;padding:28px}.club-dashboard-fallback-actions{display:flex;flex-wrap:wrap;gap:12px}.dashboard-table-skeleton{display:grid;justify-items:center;padding:0 24px 24px}.club-dashboard-loading-grid{display:grid;gap:14px;padding:0 24px 24px}.club-dashboard-loading-block{display:block;min-height:72px;border-radius:4px;background:linear-gradient(90deg,#f2f2f2,#fff,#f2f2f2);background-size:220% 100%;animation:dashboard-loading 1.2s ease-in-out infinite}.club-dashboard-loading-block-large{min-height:280px}.club-upcoming-competition-detail{display:grid;min-width:0;gap:24px}.club-dashboard-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:24px}.club-dashboard-header--detail{padding-bottom:4px}.athlete-dashboard-header--with-toolbar{display:grid;align-items:flex-start;gap:16px}.club-dashboard-header-copy{display:flex;min-width:0;align-items:center;gap:14px}.club-dashboard-header-copy h2{margin:0;color:var(--dashboard-workspace-black);font-size:24px;font-weight:900;line-height:1.2}.club-dashboard-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.dashboard-page-toolbar{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:16px}.dashboard-breadcrumb{display:flex;min-width:0;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:8px;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.dashboard-breadcrumb__item{display:inline-flex;min-width:0;align-items:center;gap:8px}.dashboard-breadcrumb a,.dashboard-breadcrumb button{border:0;background:transparent;color:var(--dashboard-workspace-black);cursor:pointer;font:inherit;padding:0;text-decoration:none}.dashboard-breadcrumb a:hover,.dashboard-breadcrumb a:focus-visible,.dashboard-breadcrumb button:hover,.dashboard-breadcrumb button:focus-visible{text-decoration:underline;outline:none}.dashboard-breadcrumb strong{color:var(--dashboard-workspace-muted)}.dashboard-page-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:10px}.club-dashboard-info-card{display:grid;max-width:620px;gap:18px;padding:24px}.club-dashboard-info-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;align-items:baseline}.club-dashboard-info-row span{color:var(--dashboard-workspace-gray);font-size:14px;font-weight:800}.club-dashboard-info-row strong{color:var(--dashboard-workspace-black);font-size:16px;font-weight:900}.club-dashboard-info-row em{grid-column:2;margin-top:-10px;color:var(--dashboard-workspace-red);font-style:normal;font-size:13px;font-weight:900}.club-dashboard-panel{min-width:0;padding:24px}.club-dashboard-panel-title{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px;padding-left:14px;border-left:4px solid var(--dashboard-workspace-gold)}.club-dashboard-panel-title h2{font-size:20px}.club-dashboard-panel-title p,.club-dashboard-section-state p,.club-dashboard-fallback p{margin:6px 0 0;color:var(--dashboard-workspace-gray);font-weight:700;line-height:1.45}.club-athlete-roster-filter{max-width:418px;margin-bottom:16px}.club-athlete-roster-filter label{display:grid;gap:8px;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900}.club-athlete-roster-filter--competition{display:grid;width:100%;max-width:none;min-width:0;align-items:flex-end;grid-template-columns:minmax(280px,418px) max-content;justify-content:space-between;gap:16px}.club-athlete-roster-filter--competition label{max-width:418px;min-width:0}.club-athlete-roster-filter--competition button{width:auto;justify-self:end;white-space:nowrap}.club-competition-athlete-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.club-competition-discipline-tabs{display:inline-flex;align-items:center;gap:4px;margin-bottom:24px;padding:4px;border:1px solid var(--dashboard-workspace-line);border-radius:10px;background:#f5f5f5}.club-competition-discipline-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:7px;padding:8px 20px;background:transparent;color:var(--dashboard-workspace-muted);font-size:14px;font-weight:700;cursor:pointer}.club-competition-discipline-tab:hover{color:var(--dashboard-workspace-black)}.club-competition-discipline-tab.is-active{border-color:var(--dashboard-workspace-line);background:#fff;color:var(--dashboard-workspace-black);font-weight:900;box-shadow:0 1px 2px #1717171f}.club-upcoming-competition-athlete-table.club-competition-participants__table{max-width:100%;margin:0}.club-competition-sort-toggle{display:inline-flex;align-items:center;gap:6px;border:none;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.club-competition-sort-toggle__icons{display:inline-flex;flex-direction:column;gap:1px;font-size:8px;line-height:1;color:#b3b3b3}.club-competition-sort-toggle__icons .is-active{color:var(--dashboard-workspace-black)}.club-dashboard-status-badge{display:inline-flex;min-height:26px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900}.club-dashboard-status-badge-success{background:#e8f7ed;color:#166534}.club-dashboard-status-badge-warning{background:#fff7df;color:#9a6700}.club-dashboard-status-badge-danger{background:#fde8e8;color:#b91c1c}.club-dashboard-status-badge-neutral{background:#f2f2f2;color:var(--dashboard-workspace-gray)}.dashboard-event-detail-hero{display:grid;min-width:0;gap:0}.dashboard-event-detail-hero__banner{height:auto;overflow:hidden;border-radius:var(--dashboard-workspace-radius-sm) var(--dashboard-workspace-radius-sm) 0 0;background:#fff}.dashboard-event-detail-hero__banner img{width:auto;max-width:100%;height:auto;max-height:420px;display:block;margin:0 auto;object-fit:contain}.dashboard-event-detail-hero__card{display:grid;gap:24px;width:min(100% - 48px,1480px);margin:-24px auto 0;padding:24px;border:1px solid #e3e7ec;border-radius:0;background:#fff;color:#101214;box-shadow:0 12px 30px #1012140a;position:relative;z-index:1}.dashboard-event-detail-hero__heading,.dashboard-event-detail-hero__actions,.dashboard-event-detail-hero__favourite,.dashboard-event-detail-hero__pill{display:flex;align-items:center}.dashboard-event-detail-hero__heading{min-width:0;align-items:flex-start;justify-content:space-between;gap:32px}.dashboard-event-detail-hero__heading h2{width:min(100%,600px);margin:0;color:#101214;font-family:Space Grotesk,Arial Black,sans-serif;font-size:40px;font-weight:700;line-height:1.14;letter-spacing:0;text-transform:uppercase}.dashboard-event-detail-hero__actions{flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:24px}.dashboard-event-detail-hero__favourite{gap:8px;color:#7a828c;font-size:14px;font-weight:500}.dashboard-event-detail-hero__favourite img{width:24px;height:24px}.dashboard-event-detail-hero__document-wrap{position:relative}.dashboard-event-detail-hero__pill{min-height:44px;gap:24px;border:1px solid #f2f2f2;border-radius:4px;padding:7px 7px 7px 13px;background:#fff;color:#101214;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap}.dashboard-event-detail-hero__pill--dark{border-color:#101214;background:#101214;color:#fff}.dashboard-event-detail-hero__pill:disabled{cursor:not-allowed;opacity:.55}.dashboard-event-detail-hero__pill--dark:disabled{border-color:var(--dashboard-workspace-gray);background:var(--dashboard-workspace-gray)}.dashboard-event-detail-hero__pill i{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:4px;background:#101214}.dashboard-event-detail-hero__pill--dark i{border:1px solid rgba(255,255,255,.32)}.dashboard-event-detail-hero__pill i img{width:20px;height:20px;transform:rotate(180deg)}.dashboard-event-detail-hero__document-menu{position:absolute;left:0;top:52px;z-index:30;display:grid;gap:4px;width:337px;padding:4px;border:1px solid #f2f2f2;border-radius:4px;background:#fff;box-shadow:0 18px 36px #10121414}.dashboard-event-detail-hero__document-menu a,.dashboard-event-detail-hero__document-empty{display:flex;gap:12px;align-items:center;min-height:44px;border-radius:4px;padding:0 12px;color:#101214;font-size:12px;font-weight:500;text-decoration:none}.dashboard-event-detail-hero__document-menu a:hover,.dashboard-event-detail-hero__document-menu a:focus-visible{background:#f6f6f6;outline:none}.dashboard-event-detail-hero__document-menu img{width:20px;height:20px}.dashboard-event-detail-hero__document-menu small{margin-left:auto;color:#7b7b7b;font-size:11px;font-weight:600;white-space:nowrap}.dashboard-event-detail-hero__info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:24px;border-top:1px solid #eceff3}.dashboard-event-detail-hero__info-item{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;min-height:80px;min-width:0;padding:0 16px 0 0;border-right:1px solid #e5e5e5}.dashboard-event-detail-hero__info-item:last-child{border-right:0}.dashboard-event-detail-hero__info-item img{width:24px;height:24px}.dashboard-event-detail-hero__info-item div{display:flex;min-width:0;min-height:100%;align-items:flex-start;flex-direction:column}.dashboard-event-detail-hero__info-item span{color:#7a828c;font-size:14px;font-weight:400;line-height:1.2}.dashboard-event-detail-hero__info-item strong{display:block;margin-top:4px;padding-bottom:24px;color:#101214;font-size:14px;font-weight:500;line-height:1.2}.dashboard-event-detail-hero__info-item strong.dashboard-event-detail-hero__value--tight{padding-bottom:12px}.club-competition-registration{scroll-margin-top:96px}.club-competition-registration__feedback{margin:0 0 16px;border:1px solid #bbf7d0;border-radius:var(--dashboard-workspace-radius-sm);padding:12px 14px;background:#f0fdf4;color:#166534;font-size:14px;font-weight:800}.club-competition-registration__table td strong,.club-competition-registration__table td small{display:block}.club-competition-registration__table td small{margin-top:5px;color:var(--dashboard-workspace-gray);font-size:12px;font-weight:700}.club-competition-registration__action-stack{display:grid;gap:6px;justify-items:start}.club-competition-registration__action-stack .club-dashboard-retry:disabled{cursor:not-allowed;border-color:#d7d7d7;background:#f1f1f1;color:#777}.club-competition-participants__action-cell{width:88px;text-align:center!important}.club-competition-athlete-action-menu{position:relative;display:inline-flex;justify-content:center}.club-competition-athlete-action-menu__trigger{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:0;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer}.club-competition-athlete-action-menu__trigger:hover,.club-competition-athlete-action-menu__trigger:focus-visible,.club-competition-athlete-action-menu__trigger[aria-expanded=true]{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-soft);outline:none}.club-competition-athlete-action-menu__dropdown{position:absolute;right:0;bottom:calc(100% + 8px);z-index:30;display:grid;min-width:190px;overflow:hidden;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:6px;background:#fff;box-shadow:0 16px 36px #17171729}.club-competition-athlete-action-menu__item{display:flex;width:100%;min-height:40px;align-items:center;gap:10px;border:0;border-radius:3px;padding:0 10px;background:transparent;color:var(--dashboard-workspace-black);font:inherit;font-size:13px;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.club-competition-athlete-action-menu__item:hover,.club-competition-athlete-action-menu__item:focus-visible{background:var(--dashboard-workspace-soft);outline:none}.club-competition-athlete-action-menu__item:disabled{color:var(--dashboard-workspace-gray);cursor:not-allowed;opacity:.62}.club-competition-registration-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;overscroll-behavior:contain;padding:24px}.club-competition-registration-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1717176b;cursor:pointer}.club-competition-registration-modal__dialog{position:relative;z-index:1;display:grid;width:min(720px,100%);max-height:min(860px,calc(100vh - 48px));overflow:auto;overscroll-behavior:contain;gap:20px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:24px;background:#fff;box-shadow:0 24px 80px #1717173d}.club-competition-add-choice__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.club-competition-add-choice__option{display:grid;gap:8px;padding:20px;text-align:left;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);background:#fff;cursor:pointer}.club-competition-add-choice__option:hover,.club-competition-add-choice__option:focus-visible{border-color:var(--dashboard-workspace-red)}.club-competition-add-choice__option strong{font-size:16px}.club-competition-add-choice__option span{margin:0;color:var(--dashboard-workspace-muted);font-size:13px}.club-competition-registration-modal__dialog.club-competition-existing-picker__dialog{width:min(1080px,100%)}.club-competition-existing-picker__dialog .club-competition-registration{min-width:0}.club-competition-existing-picker__dialog .club-upcoming-competition-athlete-table{max-width:100%;margin:0}.club-competition-registration-modal__dialog>header,.club-competition-registration-modal__dialog>footer{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:16px}.club-competition-registration-modal__dialog>header span{color:var(--dashboard-workspace-red);font-size:12px;font-weight:900;text-transform:uppercase}.club-competition-registration-modal__header-main{display:flex;min-width:0;align-items:center;gap:16px}.club-competition-registration-modal__avatar{display:inline-flex;width:64px;height:64px;flex:0 0 64px;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#eef2f6;color:var(--dashboard-workspace-black);font-size:20px;font-weight:900}.club-competition-registration-modal__avatar img{display:block;width:100%;height:100%;object-fit:cover}.club-competition-registration-modal__dialog h2,.club-competition-registration-modal__dialog h3,.club-competition-registration-modal__dialog p{margin:0}.club-competition-registration-modal__dialog h2{color:var(--dashboard-workspace-black);font-size:24px;font-weight:900}.club-competition-registration-modal__dialog p{color:var(--dashboard-workspace-gray);font-weight:700;line-height:1.45}.club-competition-registration-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.club-competition-registration-modal__grid label{display:grid;gap:8px;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900}.club-competition-registration-modal__grid input,.club-competition-registration-modal__grid select{min-height:42px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-xs);padding:0 12px;background-color:#fff;color:var(--dashboard-workspace-black);font:inherit;font-weight:800}.club-competition-registration-modal__grid input[readonly]{background:var(--dashboard-workspace-faint)}.club-competition-registration-modal__requirements{display:grid;gap:12px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:16px}.club-competition-registration-modal__requirements h3{color:var(--dashboard-workspace-black);font-size:16px;font-weight:900}.club-competition-registration-modal__requirements ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.club-competition-registration-modal__requirements li{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:var(--dashboard-workspace-radius-xs);padding:10px 12px;background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black);font-size:13px;font-weight:800}.club-competition-registration-modal__requirements li strong{color:var(--dashboard-workspace-gray);font-size:12px;white-space:nowrap}.club-competition-registration-modal__requirements li span{display:grid;min-width:0;gap:4px}.club-competition-registration-modal__requirements li small{overflow:hidden;color:var(--dashboard-workspace-gray);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.club-competition-registration-modal__requirements li label{display:inline-flex;min-height:28px;flex:0 0 auto;align-items:center;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-xs);padding:0 10px;background:#fff;cursor:pointer}.club-competition-registration-modal__requirements li input{display:none}.club-competition-registration-modal__requirements li.is-complete strong{color:var(--dashboard-workspace-success)}.club-competition-registration-modal__requirements li.is-missing strong,.club-competition-registration-modal__warning{color:var(--dashboard-workspace-danger)}.club-competition-registration-modal__warning{border:1px solid #fecaca;border-radius:var(--dashboard-workspace-radius-sm);padding:12px 14px;background:#fef2f2;font-size:13px;font-weight:800}.athlete-payment-dialog__details{display:grid;gap:8px;margin:0}.athlete-payment-dialog__details div{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:var(--dashboard-workspace-radius-xs);padding:10px 12px;background:var(--dashboard-workspace-faint)}.athlete-payment-dialog__details dt{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:800}.athlete-payment-dialog__details dd{margin:0;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900;text-align:right}.athlete-registration-fit{display:grid;gap:16px}.athlete-registration-fit__status{flex:0 0 auto;align-self:flex-start}.athlete-registration-fit__notice{border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);padding:14px 16px;background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black);font-size:13px;font-weight:800;line-height:1.45}.athlete-registration-fit__notice.is-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.athlete-registration-fit__notice.is-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.athlete-registration-fit__notice.is-danger{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.athlete-registration-fit__checklist{display:grid;gap:10px;margin:0;padding:0;list-style:none}.athlete-registration-fit__checklist li{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-xs);padding:10px 12px;background:#fff;color:var(--dashboard-workspace-black);font-size:13px;font-weight:800}.athlete-registration-fit__document-main{display:grid;min-width:0;gap:4px}.athlete-registration-fit__checklist strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.athlete-registration-fit__checklist small{overflow:hidden;color:var(--dashboard-workspace-gray);font-size:11px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.athlete-registration-fit__document-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.athlete-registration-fit__document-actions>span{flex:0 0 auto;color:var(--dashboard-workspace-gray);font-size:12px;font-weight:900;white-space:nowrap}.athlete-registration-fit__checklist li.is-complete>.athlete-registration-fit__document-actions>span{color:var(--dashboard-workspace-success)}.athlete-registration-fit__checklist li.is-missing>.athlete-registration-fit__document-actions>span{color:var(--dashboard-workspace-danger)}.athlete-registration-fit__document-actions label{display:inline-flex;min-width:84px;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;font-size:12px;font-weight:900;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.athlete-registration-fit__document-actions label:hover,.athlete-registration-fit__document-actions label:focus-within{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.athlete-registration-fit__document-actions label:has(input:disabled){cursor:wait;opacity:.6}.athlete-registration-fit__document-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.athlete-registration-fit__upload-error{margin:0;border:1px solid #fecaca;border-radius:4px;padding:10px 12px;background:#fef2f2;color:var(--dashboard-workspace-danger);font-size:13px;font-weight:800}.club-dashboard-section-state{padding:24px;border:1px dashed var(--dashboard-workspace-line);border-radius:4px;background:#fbfbfb}.club-dashboard-section-state--actionable{display:grid;justify-items:start;gap:12px}.club-history-page,.club-history-detail{display:grid;min-width:0;gap:24px}.club-history-summary-grid{display:grid;min-width:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.club-history-summary-card{min-width:0;min-height:128px;padding:20px;border:1px solid #f2f2f2;border-radius:4px;background:#fff;display:grid;align-content:start;gap:8px}.club-history-summary-card p,.club-history-performance-item p{margin:0;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.club-history-summary-card strong,.club-history-performance-item strong{color:var(--dashboard-workspace-black);font-size:28px;font-weight:900;line-height:1.1}.club-history-summary-card small{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:800}.club-history-summary-icon{width:34px;height:34px;border-radius:4px;background:#f7f3e8;position:relative;display:block}.club-history-summary-icon:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:2px solid var(--dashboard-workspace-gold);border-radius:50%}.club-history-section-subtitle{margin:6px 0 0;color:var(--dashboard-workspace-gray);font-weight:700}.club-history-card{min-height:560px;padding-top:24px}.club-history-table td:first-child,.club-history-table th:first-child{width:72px;text-align:center}.club-history-medal-value{display:inline-flex;align-items:center;gap:8px;font-weight:900}.club-history-medal-dot{width:16px;height:16px;border-radius:50%;display:inline-block;box-shadow:inset 0 0 0 1px #10121414}.club-history-medal-dot--gold{background:#d0a33c}.club-history-medal-dot--silver{background:#b8bec8}.club-history-medal-dot--bronze{background:#c56d1e}.club-history-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}.club-history-detail-card,.club-history-performance-card,.club-history-athlete-panel{padding:24px}.club-history-info-card{max-width:none}.club-history-performance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.club-history-performance-item{min-height:112px;border:1px solid #f2f2f2;border-radius:4px;padding:18px;display:grid;gap:8px;background:#fff}.club-history-performance-item .club-history-medal-dot,.club-history-performance-item .club-history-summary-icon{margin-bottom:4px}.club-history-athlete-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.club-history-discipline-tabs{display:flex;gap:8px;flex-wrap:wrap}.club-history-athlete-actions{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.club-history-athlete-actions .club-athlete-roster-filter{margin-bottom:0;min-width:min(360px,100%)}.club-history-filter-button{min-height:40px;padding:0 16px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);font:inherit;font-weight:900;cursor:pointer}.club-history-athlete-name-button{border:0;padding:0;background:transparent;color:var(--dashboard-workspace-black);font:inherit;font-weight:800;text-align:left;cursor:pointer}.club-history-athlete-name-button:hover,.club-history-athlete-name-button:focus-visible{color:var(--dashboard-workspace-gold);text-decoration:underline;text-underline-offset:3px}.club-history-medal-badge{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900}.club-history-medal-badge--gold{background:#f7ecd0;color:#7d5a11}.club-history-medal-badge--silver{background:#eef0f3;color:#505866}.club-history-medal-badge--bronze{background:#f9e2cf;color:#8a3d00}.club-history-medal-badge--none{background:#f2f2f2;color:var(--dashboard-workspace-gray)}.club-history-athlete-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;color:var(--dashboard-workspace-gray);font-weight:800}.club-history-pagination{display:flex;align-items:center;gap:8px}.club-history-pagination button,.club-history-pagination span{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);font:inherit;font-weight:900}.club-history-pagination .is-active{background:var(--dashboard-workspace-black);color:#fff}.club-history-athlete-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#10121494;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.club-history-athlete-modal{position:relative;width:min(600px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto;border:1px solid #f2f2f2;border-radius:4px;background:#fff;padding:32px;box-shadow:0 24px 80px #1012142e}.club-history-athlete-modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);font:inherit;font-size:24px;line-height:1;cursor:pointer}.club-history-athlete-modal-header{display:grid;grid-template-columns:88px minmax(0,1fr);gap:24px;align-items:start;padding-right:52px}.club-history-athlete-modal-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;background:#f2f2f2}.club-history-athlete-modal-header h2{margin:0 0 18px;color:var(--dashboard-workspace-black);font-size:clamp(28px,4vw,42px);line-height:.98;text-transform:uppercase}.club-history-athlete-modal-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 26px;margin:0}.club-history-athlete-modal-profile div{min-width:0}.club-history-athlete-modal-profile dt{margin:0 0 5px;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:800}.club-history-athlete-modal-profile dd{margin:0;color:var(--dashboard-workspace-black);font-weight:900}.club-history-athlete-modal-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:30px 0 22px;border-radius:4px;background:#f2f2f2;padding:6px}.club-history-athlete-modal-tabs button{min-height:50px;border:0;border-radius:4px;background:transparent;color:var(--dashboard-workspace-gray);font:inherit;font-weight:900;cursor:pointer}.club-history-athlete-modal-tabs button.is-active{background:#fff;color:var(--dashboard-workspace-black);box-shadow:0 8px 24px #10121414}.club-history-athlete-modal-table-wrap{overflow-x:auto}.club-history-athlete-modal-table{width:100%;border-collapse:collapse;min-width:520px}.club-history-athlete-modal-table th{background:#f2f2f2;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900;text-align:left;padding:16px}.club-history-athlete-modal-table td{border-bottom:1px solid var(--dashboard-workspace-line);color:var(--dashboard-workspace-black);padding:16px;vertical-align:middle}.club-history-athlete-modal-table td:nth-child(2){display:grid;gap:3px}.club-history-athlete-modal-table td:nth-child(2) span{color:var(--dashboard-workspace-gray);font-size:13px;font-weight:700}.club-history-athlete-modal-result{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900}.club-history-athlete-modal-result--win{background:#e8f6ed;color:#15783a}.club-history-athlete-modal-result--loss{background:#fdecec;color:#c4161c}.club-history-athlete-certificate-form{display:grid;gap:18px}.club-history-athlete-certificate-summary{display:grid;gap:8px;border:1px solid var(--dashboard-workspace-line);border-radius:4px;padding:18px}.club-history-athlete-certificate-summary strong{color:var(--dashboard-workspace-black);font-size:20px}.club-history-athlete-certificate-summary p{margin:0;color:var(--dashboard-workspace-gray);font-weight:800}.club-history-athlete-certificate-form label{display:grid;gap:8px;color:var(--dashboard-workspace-black);font-weight:900}.club-history-athlete-certificate-form input{min-height:56px;border:1px solid #d9d9d9;border-radius:4px;padding:0 18px;color:var(--dashboard-workspace-black);font:inherit;font-weight:700}.club-history-athlete-certificate-form button{min-height:58px;border:0;border-radius:4px;background:var(--dashboard-workspace-black);color:#fff;font:inherit;font-weight:900;cursor:pointer}.club-history-athlete-certificate-form button span{margin-left:12px}.club-history-certificate-status-card{min-height:266px;border:1px solid #f2f2f2;border-radius:4px;padding:24px;display:grid;justify-items:center;align-content:center;gap:18px;text-align:center;background:#fff}.club-history-certificate-status-icon{width:44px;height:44px;object-fit:contain}.club-history-certificate-status-icon--loading{animation:club-history-certificate-spin 1s linear infinite}.club-history-certificate-status-copy{display:grid;gap:8px;max-width:360px}.club-history-certificate-status-copy h3{margin:0;color:var(--dashboard-workspace-black);font-size:18px;font-weight:900;line-height:1.2}.club-history-certificate-status-copy p{margin:0;color:var(--dashboard-workspace-gray);font-size:14px;font-weight:800;line-height:1.42}.club-history-certificate-status-note{margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#9a9a9a;font-size:12px;font-weight:700}.club-history-certificate-status-note span{width:16px;height:16px;border:1px solid #c6cbd2;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#7a828c;font-size:11px;font-weight:900;font-style:normal;line-height:1}.club-history-certificate-file-card{width:100%;border:1px solid #f2f2f2;border-radius:4px;background:#f6f6f6;padding:16px;display:flex;align-items:center;gap:12px;text-align:left}.club-history-certificate-file-card img{width:24px;height:24px;object-fit:contain;flex:0 0 auto}.club-history-certificate-file-card div{min-width:0;display:grid;gap:4px}.club-history-certificate-file-card strong{color:var(--dashboard-workspace-black);font-size:14px;font-weight:900;overflow-wrap:anywhere}.club-history-certificate-file-card span{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:700}.club-history-certificate-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.club-history-certificate-actions button{min-height:44px;border-radius:4px;font:inherit;font-weight:900;cursor:pointer}.club-history-certificate-download-button{border:0;background:var(--dashboard-workspace-black);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px}.club-history-certificate-download-button span{width:28px;height:28px;border:1px solid rgba(255,255,255,.18);border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.club-history-certificate-download-button img{width:16px;height:16px;filter:brightness(0) invert(1)}.club-history-certificate-close-button{border:1px solid #f2f2f2;background:#fff;color:var(--dashboard-workspace-black)}.dashboard-workspace{background:#fff}.dashboard-workspace__sidebar{gap:20px;padding:0 16px 16px;border-right-color:var(--dashboard-workspace-line)}.dashboard-workspace__sidebar-header,.dashboard-workspace__topbar{min-height:64px}.dashboard-workspace__brand img{width:104px}.dashboard-workspace__topbar{padding:0 24px;background:#fffffffa}.dashboard-workspace__body{padding:24px;background:#fff}.dashboard-workspace__sidebar-toggle,.dashboard-workspace__mobile-menu-toggle,.dashboard-workspace__topbar-notification,.dashboard-workspace__profile-menu-trigger,.dashboard-workspace__profile-menu-item,.dashboard-primary-button,.dashboard-icon-button,.club-dashboard-link,.club-dashboard-retry,.dashboard-tab,.club-history-athlete-modal-tabs button{border-radius:var(--dashboard-workspace-radius-sm)}.dashboard-workspace__sidebar-toggle,.dashboard-workspace__mobile-menu-toggle,.dashboard-workspace__topbar-notification,.dashboard-workspace__profile-menu-trigger,.dashboard-workspace__profile-menu,.dashboard-primary-button,.dashboard-icon-button,.club-dashboard-link,.club-dashboard-retry,.dashboard-tab--active,.club-history-athlete-modal-tabs button.is-active{border-color:var(--dashboard-workspace-border-strong);box-shadow:var(--dashboard-workspace-shadow-xs)}.dashboard-workspace__topbar-notification,.dashboard-workspace__profile-menu-trigger{width:40px;height:40px;min-height:40px}.dashboard-workspace__profile-menu-trigger{width:auto}.dashboard-workspace__nav{gap:20px;padding-top:8px}.dashboard-workspace__nav-section,.dashboard-workspace__nav-group{gap:8px}.dashboard-workspace__nav-label{padding:0 12px;color:var(--dashboard-workspace-gray);font-size:12px;font-weight:600}.dashboard-workspace__nav-link,.dashboard-workspace__subnav-link{min-height:40px;gap:12px;padding:8px 12px;border-radius:var(--dashboard-workspace-radius-xs);color:var(--dashboard-workspace-muted);font-size:14px;font-weight:600}.dashboard-workspace__subnav{padding-left:14px}.dashboard-workspace__nav-link:hover,.dashboard-workspace__nav-link:focus-visible,.dashboard-workspace__nav-link--active,.dashboard-workspace__subnav-link:hover,.dashboard-workspace__subnav-link:focus-visible,.dashboard-workspace__subnav-link--active{background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black)}.dashboard-workspace__profile-avatar{background:var(--dashboard-workspace-black);font-weight:600}.dashboard-workspace__profile-menu{border-radius:var(--dashboard-workspace-radius-lg);box-shadow:var(--dashboard-workspace-shadow-sm)}.dashboard-workspace__profile-menu-identities,.dashboard-workspace__profile-menu-identity--club{border-color:var(--dashboard-workspace-line)}.dashboard-workspace__profile-menu-item{color:var(--dashboard-workspace-muted);font-size:14px;font-weight:600}.dashboard-workspace__profile-menu-item:hover,.dashboard-workspace__profile-menu-item:focus-visible{background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black)}.dashboard-card,.club-dashboard-panel,.club-dashboard-summary-section,.club-dashboard-fallback,.club-dashboard-overview-metric,.club-dashboard-overview-empty,.club-dashboard-overview-panel,.club-dashboard-overview-list-item,.dashboard-state-card,.dashboard-table-wrap,.club-upcoming-competition-athlete-table,.club-history-summary-card,.club-history-athlete-modal,.club-history-certificate-status-card,.club-history-certificate-file-card,.club-dashboard-section-state,.athlete-training-page__table-wrap{border-color:var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-lg);background:#fff;box-shadow:var(--dashboard-workspace-shadow-xs)}.dashboard-card,.club-dashboard-panel,.club-dashboard-summary-section,.club-dashboard-fallback,.club-dashboard-overview-panel{padding:20px}.dashboard-section-eyebrow,.club-dashboard-eyebrow,.dashboard-filter span,.dashboard-search span,.club-athlete-roster-filter label,.club-dashboard-status-badge{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:600}.dashboard-section-heading h2,.club-dashboard-panel h2,.club-dashboard-summary-section h2,.club-dashboard-fallback h2,.club-dashboard-overview-panel h3,.club-history-athlete-modal-header h3{color:var(--dashboard-workspace-black);font-weight:700}.dashboard-workspace input:not([type=checkbox]):not([type=radio]),.dashboard-workspace select,.dashboard-workspace textarea{min-height:40px;border:1px solid var(--dashboard-workspace-border-strong);border-radius:var(--dashboard-workspace-radius-sm);padding:0 12px;background:#fff;color:var(--dashboard-workspace-black);box-shadow:var(--dashboard-workspace-shadow-xs);font-weight:500}.dashboard-workspace textarea{padding:10px 12px}.dashboard-workspace input:not([type=checkbox]):not([type=radio]):focus,.dashboard-workspace select:focus,.dashboard-workspace textarea:focus{border-color:var(--dashboard-workspace-focus);outline:2px solid rgba(23,23,23,.18);outline-offset:0}.dashboard-primary-button,.club-dashboard-retry{min-height:40px;border-color:var(--dashboard-workspace-focus);background:var(--dashboard-workspace-focus);color:#fff;font-size:14px;font-weight:600}.dashboard-primary-button:hover,.dashboard-primary-button:focus-visible,.club-dashboard-retry:hover,.club-dashboard-retry:focus-visible{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.dashboard-icon-button,.club-dashboard-link{background:#fff;color:var(--dashboard-workspace-muted);font-size:14px;font-weight:600}.dashboard-icon-button:hover,.dashboard-icon-button:focus-visible,.club-dashboard-link:hover,.club-dashboard-link:focus-visible{border-color:var(--dashboard-workspace-border-strong);background:var(--dashboard-workspace-faint);color:var(--dashboard-workspace-black)}.dashboard-tab-strip,.club-history-athlete-modal-tabs{border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-md);background:var(--dashboard-workspace-soft)}.dashboard-tab,.club-history-athlete-modal-tabs button{color:var(--dashboard-workspace-gray);font-weight:600}.dashboard-tab--active,.club-history-athlete-modal-tabs button.is-active{background:#fff;color:var(--dashboard-workspace-black)}.dashboard-table-wrap,.club-upcoming-competition-athlete-table,.athlete-training-page__table-wrap{border-color:var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-lg)}.dashboard-competition-table th,.club-upcoming-competition-athlete-table th,.athlete-training-page__table th{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-muted);font-size:12px;font-weight:600}.dashboard-competition-table td,.club-upcoming-competition-athlete-table td,.athlete-training-page__table td{border-bottom-color:var(--dashboard-workspace-faint);color:#404040;font-weight:500}.dashboard-competition-table th,.dashboard-competition-table td,.club-upcoming-competition-athlete-table th,.club-upcoming-competition-athlete-table td,.athlete-training-page__table th,.athlete-training-page__table td{padding:14px 16px}.dashboard-competition-table tbody tr:nth-child(2n),.club-upcoming-competition-athlete-table tbody tr:nth-child(2n),.athlete-training-page__table tbody tr:nth-child(2n){background:transparent}.dashboard-competition-table tbody tr:hover,.club-upcoming-competition-athlete-table tbody tr:hover,.athlete-training-page__table tbody tr:hover{background:var(--dashboard-workspace-soft)}.club-dashboard-status-badge,.club-history-athlete-modal-result,.dashboard-days-left{border-radius:999px;font-weight:600}.club-dashboard-status-badge-success{background:#ecfdf3;color:#027a48}.club-dashboard-status-badge-warning{background:#fffaeb;color:var(--dashboard-workspace-warning)}.club-dashboard-status-badge-danger{background:#fef3f2;color:var(--dashboard-workspace-danger)}.club-dashboard-status-badge-neutral{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-muted)}.club-dashboard-section-state{border-style:dashed;background:#fff}@keyframes club-history-certificate-spin{to{transform:rotate(360deg)}}@keyframes dashboard-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1024px){.dashboard-workspace{flex-direction:column}.dashboard-workspace__sidebar{position:sticky;z-index:20;width:100%;height:auto;flex-basis:auto;padding:20px;gap:0;border-right:0;border-bottom:1px solid var(--dashboard-workspace-line)}.dashboard-workspace__sidebar-header{min-height:42px}.dashboard-workspace__sidebar-toggle{display:none}.dashboard-workspace__sidebar--collapsed{width:100%;flex-basis:auto;align-items:stretch;gap:0;padding:20px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__sidebar-header{min-height:42px;flex-direction:row;justify-content:space-between}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__brand{display:inline-flex;width:fit-content;justify-content:flex-start;pointer-events:auto;opacity:1;overflow:visible;transform:none}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__brand img{width:112px}.dashboard-workspace__mobile-menu-toggle{display:inline-flex}.dashboard-workspace__nav{display:none;flex:none;gap:16px;padding-top:0}.dashboard-workspace__profile{display:none}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav,.dashboard-workspace__sidebar--open .dashboard-workspace__nav{display:flex;margin-top:18px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile,.dashboard-workspace__sidebar--open .dashboard-workspace__profile{display:grid;margin-top:18px}.dashboard-workspace__sidebar:not(.dashboard-workspace__sidebar--open) .dashboard-workspace__nav,.dashboard-workspace__sidebar:not(.dashboard-workspace__sidebar--open) .dashboard-workspace__profile{display:none}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav{gap:16px;padding-top:0}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-section,.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-group{gap:10px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-label{display:block}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-link>span{display:inline}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__subnav{display:flex}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-caret{display:inline-flex}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile-copy{display:flex}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__nav-link{justify-content:flex-start;gap:14px;padding:14px 16px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__notification-dot{top:13px;right:14px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile{grid-template-columns:44px minmax(0,1fr) auto;justify-items:stretch;gap:12px;padding:16px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__profile-avatar{width:44px;height:44px;font-size:14px}.dashboard-workspace__sidebar--collapsed .dashboard-workspace__logout{width:36px;height:36px}.dashboard-workspace__nav-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-workspace__profile{max-width:360px}.club-history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.club-dashboard-overview-panels{grid-template-columns:1fr}.club-dashboard-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.club-history-detail-grid{grid-template-columns:1fr}}@media(max-width:680px){.dashboard-workspace__sidebar{display:none}.dashboard-workspace__body{padding:18px;padding-bottom:calc(112px + env(safe-area-inset-bottom))}.dashboard-workspace__topbar{min-height:64px;padding:0 18px}.dashboard-workspace__topbar h1{font-size:20px}.dashboard-workspace__profile-menu-trigger{max-width:152px;min-height:40px;padding-right:8px}.dashboard-workspace__profile-menu-trigger .dashboard-workspace__profile-avatar{flex-basis:24px;width:24px;height:24px;margin-left:8px;font-size:10px}.dashboard-workspace__profile-menu-name{max-width:86px;font-size:13px}.dashboard-workspace__nav-items{grid-template-columns:1fr}.dashboard-workspace__mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(16,18,20,.1);background:#fffffffa;box-shadow:0 -14px 32px #1012141f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-workspace__mobile-bottom-link{position:relative;display:grid;min-width:0;min-height:58px;place-items:center;gap:4px;padding:6px 4px;border:0;border-radius:4px;background:transparent;color:var(--dashboard-workspace-gray);cursor:pointer;font-size:10px;font-weight:900;line-height:1.15;text-align:center;text-decoration:none}.dashboard-workspace__mobile-bottom-link span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-workspace__mobile-bottom-link .dashboard-workspace__icon{width:22px;height:22px;color:currentColor}.dashboard-workspace__mobile-bottom-link--active{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.dashboard-workspace__mobile-bottom-link--active .dashboard-workspace__icon{color:var(--dashboard-workspace-gold)}.dashboard-workspace__mobile-notification-dot{position:absolute;top:7px;right:calc(50% - 18px);width:8px;height:8px;border-radius:999px;background:var(--dashboard-workspace-red);box-shadow:0 0 0 2px #fff}.dashboard-workspace__mobile-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;display:flex;align-items:flex-end;justify-content:center;padding:16px 12px calc(86px + env(safe-area-inset-bottom));background:#1012143d}.dashboard-workspace__mobile-more-panel{display:grid;width:min(100%,460px);max-height:min(70vh,560px);gap:14px;overflow-y:auto;padding:18px;border:1px solid var(--dashboard-workspace-line);border-radius:8px;background:#fff;box-shadow:0 18px 48px #10121433}.dashboard-workspace__mobile-more-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.dashboard-workspace__mobile-more-header h2,.dashboard-workspace__mobile-more-section p{margin:0;color:var(--dashboard-workspace-black);font-size:16px;font-weight:900;line-height:1.2}.dashboard-workspace__mobile-more-header button{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--dashboard-workspace-line);border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer;font-size:18px;font-weight:900;line-height:1}.dashboard-workspace__mobile-more-list,.dashboard-workspace__mobile-more-section{display:grid;gap:8px}.dashboard-workspace__mobile-more-link{position:relative;display:flex;min-height:48px;align-items:center;gap:12px;padding:12px;border-radius:4px;color:var(--dashboard-workspace-muted);font-size:14px;font-weight:800;line-height:1.25;text-decoration:none}.dashboard-workspace__mobile-more-link .dashboard-workspace__icon{width:22px;height:22px;color:var(--dashboard-workspace-gold)}.dashboard-workspace__mobile-more-link--active{background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.dashboard-section-heading,.dashboard-table-controls,.dashboard-table-footer,.club-dashboard-header,.club-dashboard-panel-title,.dashboard-event-detail-hero__heading,.club-competition-registration-modal__dialog>header,.club-competition-registration-modal__dialog>footer{align-items:stretch;flex-direction:column}.dashboard-page-toolbar{align-items:stretch;flex-direction:column}.club-athlete-roster-filter--competition{align-items:stretch;flex-direction:column;grid-template-columns:1fr;justify-content:stretch}.club-athlete-roster-filter--competition label{max-width:none}.club-athlete-roster-filter--competition button{width:100%}.dashboard-page-actions{justify-content:flex-start}.dashboard-filter-toolbar{display:grid;grid-template-columns:1fr}.dashboard-filter-search,.dashboard-filter-menu,.dashboard-filter-menu__trigger{width:100%;max-width:none}.dashboard-filter-menu__popover{left:0;right:0;overflow:hidden;width:min(100%,calc(100vw - 32px))}.dashboard-filter-menu__popover[data-align=right]{right:0;left:0}.dashboard-filter-menu__submenu{position:static;min-width:0;margin:0 12px 12px;box-shadow:none}.dashboard-filter-menu__submenu[data-placement=left]{right:auto}.dashboard-table-wrap,.club-upcoming-competition-athlete-table{max-width:100%;margin-inline:0}.club-dashboard-info-row{grid-template-columns:1fr}.club-dashboard-info-row em{grid-column:auto;margin-top:0}.dashboard-event-detail-hero__banner{border-radius:var(--dashboard-workspace-radius-sm)}.dashboard-event-detail-hero__card{width:100%;margin-top:-24px;padding:20px}.dashboard-event-detail-hero__actions,.dashboard-event-detail-hero__pill,.dashboard-event-detail-hero__document-wrap{width:100%}.dashboard-event-detail-hero__actions{justify-content:flex-start}.dashboard-event-detail-hero__pill{justify-content:space-between}.dashboard-event-detail-hero__document-menu{right:auto;left:0;width:min(100%,calc(100vw - 64px));min-width:0}.dashboard-event-detail-hero__info-grid,.club-competition-registration-modal__grid{grid-template-columns:1fr}.dashboard-event-detail-hero__info-item{border-right:0;border-bottom:1px solid var(--dashboard-workspace-line);padding:18px 0}.dashboard-event-detail-hero__info-item:last-child{border-bottom:0}.club-competition-registration-modal{align-items:end;padding:16px}.club-competition-registration-modal__dialog{max-height:calc(100vh - 32px);padding:18px}.club-history-summary-grid,.club-dashboard-overview-grid,.club-dashboard-overview-performance,.club-history-performance-grid{grid-template-columns:1fr}.club-dashboard-overview-panel{padding:20px}.club-dashboard-overview-panel>header,.club-dashboard-overview-list-item{grid-template-columns:1fr}.club-dashboard-overview-panel>header{display:grid}.club-history-athlete-footer{align-items:flex-start;flex-direction:column}.club-history-athlete-modal{padding:24px}.club-history-athlete-modal-header{grid-template-columns:1fr;padding-right:44px}.club-history-athlete-modal-profile,.club-history-athlete-modal-tabs,.club-history-certificate-actions{grid-template-columns:1fr}}.dashboard-workspace{--dashboard-workspace-black: #202223;--dashboard-workspace-red: #d82c0d;--dashboard-workspace-gold: #202223;--dashboard-workspace-gray: #6d7175;--dashboard-workspace-muted: #4f5458;--dashboard-workspace-soft: #f6f6f7;--dashboard-workspace-line: #dfe3e8;--dashboard-workspace-faint: #f1f2f3;--dashboard-workspace-border-strong: #c9cccf;--dashboard-workspace-focus: #202223;--dashboard-workspace-sidebar-width: 244px;--dashboard-workspace-sidebar-collapsed-width: 64px;--dashboard-workspace-shadow-xs: 0 1px 0 rgba(0, 0, 0, .05);--dashboard-workspace-shadow-sm: 0 1px 0 rgba(0, 0, 0, .05), 0 2px 5px rgba(0, 0, 0, .08);--brava-ds-card-radius: 8px;--brava-ds-control-radius: 6px;--brava-ds-control-height: 36px;--brava-ds-table-head-height: 40px;--brava-ds-table-row-height: 52px;--brava-ds-surface-shadow: var(--dashboard-workspace-shadow-xs);--brava-ds-sidebar-nav-icon-size: 16px;background:#f1f2f3}.dashboard-workspace__sidebar{gap:14px;padding:0 12px 16px;border-right-color:var(--dashboard-workspace-line);background:#f6f6f7}.dashboard-workspace__sidebar-header{min-height:56px;padding:0 2px}.dashboard-workspace__brand img{width:96px}.dashboard-workspace__sidebar-toggle,.dashboard-workspace__mobile-menu-toggle{flex-basis:32px;width:32px;min-width:32px;height:32px;min-height:32px;border-radius:var(--brava-ds-control-radius);background:transparent;box-shadow:none}.dashboard-workspace__sidebar-toggle .dashboard-workspace__icon{width:18px;height:18px}.dashboard-workspace__sidebar-toggle:hover,.dashboard-workspace__sidebar-toggle:focus-visible,.dashboard-workspace__mobile-menu-toggle:hover,.dashboard-workspace__mobile-menu-toggle:focus-visible{border-color:var(--dashboard-workspace-border-strong);background:#fff;color:var(--dashboard-workspace-black)}.dashboard-workspace__nav{gap:12px;padding-top:0}.dashboard-workspace__nav-section,.dashboard-workspace__nav-group{gap:4px}.dashboard-workspace__nav-label{padding:0 8px;color:var(--dashboard-workspace-gray);font-size:11px;font-weight:650;text-transform:uppercase}.dashboard-workspace__nav-items{gap:2px}.dashboard-workspace__nav-link,.dashboard-workspace__subnav-link{min-height:34px;gap:10px;padding:7px 8px;border-radius:var(--brava-ds-control-radius);color:var(--dashboard-workspace-muted);font-size:13px;font-weight:550}.dashboard-workspace__subnav{gap:2px;padding-left:22px}.dashboard-workspace__subnav-link{min-height:32px;font-size:12px}.dashboard-workspace__nav-link:hover,.dashboard-workspace__nav-link:focus-visible,.dashboard-workspace__nav-link--active,.dashboard-workspace__subnav-link:hover,.dashboard-workspace__subnav-link:focus-visible,.dashboard-workspace__subnav-link--active{background:#fff;color:var(--dashboard-workspace-black);box-shadow:var(--dashboard-workspace-shadow-xs)}.dashboard-workspace__icon,.dashboard-workspace__nav-link--active .dashboard-workspace__icon,.dashboard-workspace__subnav-link--active .dashboard-workspace__icon{color:var(--dashboard-workspace-gray)}.dashboard-workspace__nav-link>.dashboard-workspace__icon,.dashboard-workspace__subnav-link>.dashboard-workspace__icon{flex:0 0 var(--brava-ds-sidebar-nav-icon-size);width:var(--brava-ds-sidebar-nav-icon-size);height:var(--brava-ds-sidebar-nav-icon-size)}.dashboard-workspace__main{background:#f1f2f3}.dashboard-workspace__topbar{min-height:56px;padding:0 24px;border-bottom-color:var(--dashboard-workspace-line);background:#fffffff5;box-shadow:var(--dashboard-workspace-shadow-xs)}.dashboard-workspace__topbar h1{color:var(--dashboard-workspace-black);font-size:20px;font-weight:650}.dashboard-workspace__topbar-notification,.dashboard-workspace__profile-menu-trigger{min-height:32px;border-radius:var(--brava-ds-control-radius);box-shadow:var(--dashboard-workspace-shadow-xs)}.dashboard-workspace__topbar-notification{width:34px;height:34px}.dashboard-workspace__profile-menu-trigger{padding:3px 10px 3px 3px}.dashboard-workspace__profile-menu-trigger .dashboard-workspace__profile-avatar{flex-basis:24px;width:24px;height:24px;margin-left:0}.dashboard-workspace__profile-menu-name{font-weight:650}.dashboard-workspace__profile-menu,.dashboard-workspace__mobile-more-panel{border-radius:var(--brava-ds-card-radius);box-shadow:0 12px 28px #00000024}.dashboard-workspace__body{padding:20px 24px 32px}.dashboard-workspace .dashboard-card,.dashboard-workspace .club-dashboard-panel,.dashboard-workspace .club-dashboard-summary-section,.dashboard-workspace .club-dashboard-fallback,.dashboard-workspace .club-dashboard-overview-metric,.dashboard-workspace .club-dashboard-overview-empty,.dashboard-workspace .club-dashboard-overview-panel,.dashboard-workspace .club-dashboard-overview-list-item,.dashboard-workspace .dashboard-state-card,.dashboard-workspace .dashboard-table-wrap,.dashboard-workspace .club-upcoming-competition-athlete-table,.dashboard-workspace .club-history-summary-card,.dashboard-workspace .club-history-athlete-modal,.dashboard-workspace .club-history-certificate-status-card,.dashboard-workspace .club-history-certificate-file-card,.dashboard-workspace .club-dashboard-section-state,.dashboard-workspace .athlete-training-page__table-wrap,.dashboard-workspace .club-administration__panel,.dashboard-workspace .club-administration__table-wrap,.dashboard-workspace .club-monthly-fees__table-wrap,.dashboard-workspace .athlete-ranking-page__table-wrap,.dashboard-workspace .certificate-center-header,.dashboard-workspace .certificate-error,.dashboard-workspace .certificate-center__table-wrap,.dashboard-workspace .notification-center-empty,.dashboard-workspace .notification-center-error,.dashboard-workspace .notification-center-item,.dashboard-workspace .athlete-dashboard-summary-section,.dashboard-workspace .athlete-dashboard-panel,.dashboard-workspace .athlete-dashboard-summary-card,.dashboard-workspace .athlete-dashboard-event-item,.dashboard-workspace .athlete-dashboard-medal-card,.dashboard-workspace .athlete-dashboard-history-item,.dashboard-workspace .athlete-dashboard-certificate-card,.dashboard-workspace .athlete-dashboard-notification-item,.dashboard-workspace .athlete-dashboard-section-state,.dashboard-workspace .athlete-dashboard-fallback{border-color:var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);background:#fff;box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace .club-dashboard-overview-grid,.dashboard-workspace .athlete-dashboard-summary-grid,.dashboard-workspace .athlete-dashboard-section-grid,.dashboard-workspace .athlete-dashboard-medal-grid,.dashboard-workspace .athlete-dashboard-certificate-grid{gap:12px}.dashboard-workspace .club-dashboard-overview-metric,.dashboard-workspace .athlete-dashboard-summary-card,.dashboard-workspace .athlete-dashboard-medal-card,.dashboard-workspace .athlete-dashboard-certificate-card,.dashboard-workspace .club-dashboard-section-state,.dashboard-workspace .athlete-dashboard-section-state,.dashboard-workspace .athlete-dashboard-highlight{background:#f6f6f7}.dashboard-workspace .club-dashboard-overview-metric{min-height:128px;padding:16px}.dashboard-workspace .club-dashboard-overview-metric p,.dashboard-workspace .athlete-dashboard-summary-label,.dashboard-workspace .dashboard-section-eyebrow{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:600}.dashboard-workspace .club-dashboard-overview-metric strong,.dashboard-workspace .athlete-dashboard-summary-value{color:var(--dashboard-workspace-black);font-size:26px;font-weight:650;letter-spacing:0}.dashboard-workspace .club-dashboard-overview-metric span,.dashboard-workspace .athlete-dashboard-summary-meta,.dashboard-workspace .athlete-dashboard-panel p,.dashboard-workspace .club-dashboard-overview-panel p{color:var(--dashboard-workspace-muted);font-weight:500}.dashboard-workspace .athlete-dashboard-summary-section,.dashboard-workspace .athlete-dashboard-panel{padding:18px}.dashboard-workspace .athlete-dashboard-summary-section h2,.dashboard-workspace .athlete-dashboard-panel h2,.dashboard-workspace .club-dashboard-overview-panel h3{color:var(--dashboard-workspace-black);font-size:18px;font-weight:650}.dashboard-workspace .dashboard-primary-button,.dashboard-workspace .dashboard-icon-button,.dashboard-workspace .club-dashboard-link,.dashboard-workspace .club-dashboard-retry,.dashboard-workspace .athlete-dashboard-link,.dashboard-workspace .athlete-dashboard-retry,.dashboard-workspace .athlete-dashboard-inline-button,.dashboard-workspace .dashboard-filter-menu__trigger,.dashboard-workspace .club-history-filter-button,.dashboard-workspace .club-administration__filter-buttons button,.dashboard-workspace .club-administration__pagination button,.dashboard-workspace .club-monthly-fees__filter-buttons button,.dashboard-workspace .club-monthly-fees__pagination button,.dashboard-workspace .certificate-refresh-btn,.dashboard-workspace .certificate-download-btn,.dashboard-workspace .certificate-retry-download-btn,.dashboard-workspace .certificate-error button,.dashboard-workspace .notification-center-refresh-btn,.dashboard-workspace .notification-center-error button,.dashboard-workspace .notification-center-link,.dashboard-workspace .notification-center-pagination button,.dashboard-workspace .notification-center-item-action,.dashboard-workspace .notification-center-item-retry{min-height:var(--brava-ds-control-height);border-radius:var(--brava-ds-control-radius);font-size:14px;font-weight:600}.dashboard-workspace .dashboard-primary-button,.dashboard-workspace .athlete-dashboard-inline-button{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.dashboard-workspace .dashboard-primary-button:hover,.dashboard-workspace .dashboard-primary-button:focus-visible,.dashboard-workspace .athlete-dashboard-inline-button:hover,.dashboard-workspace .athlete-dashboard-inline-button:focus-visible{border-color:#111;background:#111;color:#fff}.dashboard-workspace .club-dashboard-link,.dashboard-workspace .club-dashboard-retry,.dashboard-workspace .athlete-dashboard-link,.dashboard-workspace .athlete-dashboard-retry{border-color:var(--dashboard-workspace-border-strong);background:#fff;color:var(--dashboard-workspace-black)}.dashboard-workspace .club-dashboard-link:hover,.dashboard-workspace .club-dashboard-link:focus-visible,.dashboard-workspace .club-dashboard-retry:hover,.dashboard-workspace .club-dashboard-retry:focus-visible,.dashboard-workspace .athlete-dashboard-link:hover,.dashboard-workspace .athlete-dashboard-link:focus-visible,.dashboard-workspace .athlete-dashboard-retry:hover,.dashboard-workspace .athlete-dashboard-retry:focus-visible{border-color:var(--dashboard-workspace-border-strong);background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.dashboard-workspace input:not([type=checkbox]):not([type=radio]),.dashboard-workspace select,.dashboard-workspace textarea{min-height:var(--brava-ds-control-height);border-radius:var(--brava-ds-control-radius);box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace .dashboard-filter-menu__trigger{border-color:var(--dashboard-workspace-border-strong);background:#fff;color:var(--dashboard-workspace-black);box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace .dashboard-filter-menu__popover,.dashboard-workspace .dashboard-filter-menu__submenu{border-color:var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);background:#fff;box-shadow:0 12px 28px #1018281f}.dashboard-workspace .dashboard-filter-menu__head{padding:14px 16px}.dashboard-workspace .dashboard-filter-menu__head strong{font-size:16px;font-weight:700}.dashboard-workspace .dashboard-filter-menu__list{padding:8px 10px 10px}.dashboard-workspace .dashboard-filter-menu__option{min-height:44px;border-radius:var(--brava-ds-control-radius);font-size:14px;font-weight:600}.dashboard-workspace .dashboard-filter-menu__body{gap:8px;padding:12px}.dashboard-workspace .dashboard-filter-menu__choice{min-height:40px;border-radius:var(--brava-ds-control-radius);font-size:14px;font-weight:500}.dashboard-workspace .dashboard-filter-menu__choice-dot{width:8px;height:8px}.dashboard-workspace .dashboard-tab-strip,.dashboard-workspace .club-administration__tabs,.dashboard-workspace .club-history-discipline-tabs,.dashboard-workspace .club-history-athlete-modal-tabs,.dashboard-workspace .club-dashboard-header-actions[role=tablist]{display:inline-flex;width:fit-content;max-width:100%;grid-template-columns:none;flex-wrap:nowrap;gap:2px;padding:2px;overflow-x:auto;border:1px solid var(--dashboard-workspace-line);border-radius:var(--brava-ds-control-radius);background:var(--dashboard-workspace-soft);box-shadow:var(--brava-ds-surface-shadow);scrollbar-width:none}.dashboard-workspace .dashboard-tab-strip::-webkit-scrollbar,.dashboard-workspace .club-administration__tabs::-webkit-scrollbar,.dashboard-workspace .club-history-discipline-tabs::-webkit-scrollbar,.dashboard-workspace .club-history-athlete-modal-tabs::-webkit-scrollbar,.dashboard-workspace .club-dashboard-header-actions[role=tablist]::-webkit-scrollbar{display:none}.dashboard-workspace .dashboard-tab,.dashboard-workspace .club-administration__tab,.dashboard-workspace .club-history-athlete-modal-tabs button,.dashboard-workspace .club-history-discipline-tabs .club-dashboard-link,.dashboard-workspace .club-history-discipline-tabs .club-dashboard-retry,.dashboard-workspace .club-competition-athlete-tabs .club-dashboard-link,.dashboard-workspace .club-competition-athlete-tabs .club-dashboard-retry,.dashboard-workspace .club-dashboard-header-actions[role=tablist] .club-dashboard-link,.dashboard-workspace .club-dashboard-header-actions[role=tablist] .club-dashboard-retry{flex:0 0 auto;min-height:var(--brava-ds-control-height);padding:8px 10px;border:1px solid transparent;border-radius:var(--brava-ds-control-radius);background:transparent;box-shadow:none;color:var(--dashboard-workspace-gray);font-size:14px;font-weight:600;line-height:20px;white-space:nowrap}.dashboard-workspace .dashboard-tab:hover,.dashboard-workspace .dashboard-tab:focus-visible,.dashboard-workspace .dashboard-tab--active,.dashboard-workspace .club-administration__tab:hover,.dashboard-workspace .club-administration__tab:focus-visible,.dashboard-workspace .club-administration__tab--active,.dashboard-workspace .club-history-athlete-modal-tabs button:hover,.dashboard-workspace .club-history-athlete-modal-tabs button:focus-visible,.dashboard-workspace .club-history-athlete-modal-tabs button.is-active,.dashboard-workspace .club-history-discipline-tabs .club-dashboard-retry,.dashboard-workspace .club-competition-athlete-tabs .club-dashboard-retry,.dashboard-workspace .club-dashboard-header-actions[role=tablist] .club-dashboard-retry{border-color:var(--dashboard-workspace-border-strong);background:#fff;color:var(--dashboard-workspace-black);box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace .dashboard-table-wrap,.dashboard-workspace .club-upcoming-competition-athlete-table,.dashboard-workspace .athlete-training-page__table-wrap,.dashboard-workspace .club-administration__table-wrap,.dashboard-workspace .club-monthly-fees__table-wrap,.dashboard-workspace .club-history-athlete-modal-table-wrap{overflow-x:auto;border-color:var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);background:#fff;box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table){border-collapse:separate;border-spacing:0}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) th,.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) td{padding:0 16px}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) th{height:var(--brava-ds-table-head-height);border-bottom:1px solid var(--dashboard-workspace-line);background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-gray);font-size:12px;font-weight:600}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) td{height:var(--brava-ds-table-row-height);border-bottom:1px solid var(--dashboard-workspace-faint);color:#404040;font-weight:500}.dashboard-workspace :is(.club-dashboard-status-badge,.athlete-dashboard-status-badge,.athlete-category-chip){min-height:22px;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:650;line-height:1.2}.dashboard-workspace :is(.club-dashboard-status-badge-success,.athlete-dashboard-status-badge-success){background:#e3f1df;color:#108043}.dashboard-workspace :is(.club-dashboard-status-badge-warning,.athlete-dashboard-status-badge-warning){background:#fff4e5;color:#b98900}.dashboard-workspace :is(.club-dashboard-status-badge-danger,.athlete-dashboard-status-badge-danger){background:#fed3d1;color:#d72c0d}.dashboard-workspace :is(.club-dashboard-status-badge-neutral,.club-dashboard-status-badge-muted,.athlete-dashboard-status-badge-neutral){background:#ebedf0;color:var(--dashboard-workspace-muted)}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) tbody tr:nth-child(2n){background:transparent}.dashboard-workspace :is(.dashboard-competition-table,.club-upcoming-competition-athlete-table table,.athlete-training-page__table,.athlete-ranking-page__table,.club-administration__table,.club-monthly-fees__table,.certificate-center__table,.club-history-athlete-modal-table) tbody tr:hover{background:var(--dashboard-workspace-soft)}@media(max-width:760px){.dashboard-workspace__topbar{min-height:60px;padding:0 16px}.dashboard-workspace__body{padding:16px;padding-bottom:calc(104px + env(safe-area-inset-bottom))}.dashboard-workspace .dashboard-tab-strip,.dashboard-workspace .club-administration__tabs,.dashboard-workspace .club-history-discipline-tabs,.dashboard-workspace .club-history-athlete-modal-tabs,.dashboard-workspace .club-dashboard-header-actions[role=tablist]{width:100%}}.dashboard-workspace select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.dashboard-workspace select:not([multiple])::-ms-expand{display:none}.dashboard-workspace,.dashboard-workspace :is(button,input,select,textarea){font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.dashboard-workspace :is(.club-monthly-fees__hero,.club-monthly-fees__summary-card,.club-monthly-fees__alert,.club-monthly-fees__panel,.club-training-report-header,.club-training-summary-card,.club-training-report-monthly-summary,.club-training-report-item,.club-training-report-form-section,.club-athlete-roster-header,.club-coach-roster-header,.club-athlete-roster-filter,.club-coach-roster-filter,.club-athlete-roster-form-section,.club-coach-roster-form-section,.club-athlete-roster-item,.club-coach-roster-item,.club-account-settings__hero,.club-account-settings__panel,.club-account-settings__summary-card,.athlete-profile-page__hero,.athlete-ranking-page__hero,.athlete-training-page__hero,.athlete-account-settings__hero,.athlete-profile-page__panel,.athlete-ranking-page__panel,.athlete-training-page__panel,.athlete-account-settings__panel,.athlete-profile-page__summary-card,.athlete-account-settings__summary-card,.athlete-ranking-page__table-wrap,.certificate-center-header,.certificate-error,.certificate-center__table-wrap,.notification-center-empty,.notification-center-error,.notification-center-item){border-color:var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);background-color:#fff;box-shadow:var(--brava-ds-surface-shadow)}.dashboard-workspace :is(.club-monthly-fees__toolbar,.club-monthly-fees__filters,.dashboard-table-controls,.dashboard-filter-toolbar,.club-training-report-toolbar,.club-athlete-roster-filter,.club-coach-roster-filter,.athlete-training-page__toolbar,.athlete-ranking-page__toolbar,.certificate-center__toolbar){gap:10px;padding:12px;border-color:var(--dashboard-workspace-line);border-radius:var(--brava-ds-card-radius);background:#fff}.dashboard-workspace :is(.club-administration__primary-action,.club-administration__alert button,.club-athlete-roster-add-btn,.club-coach-roster-add-btn,.club-training-report-add-btn,.club-training-report-form button,.club-account-settings__primary-action,.athlete-profile-page__edit,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.certificate-download-btn,.certificate-error button){border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.dashboard-workspace :is(.club-administration__secondary-action,.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-athlete-roster-form-actions button[type=button],.club-coach-roster-form-actions button[type=button],.club-training-report-form-actions button:last-child,.club-account-settings__secondary-action,.athlete-profile-page__rank-action,.athlete-account-settings__secondary-action,.athlete-account-settings__links a,.certificate-refresh-btn,.certificate-retry-download-btn,.notification-center-refresh-btn,.notification-center-error button,.notification-center-link,.notification-center-pagination button,.notification-center-item-action,.notification-center-item-retry){border-color:var(--dashboard-workspace-border-strong);background:#fff;color:var(--dashboard-workspace-black)}.dashboard-workspace :is(.club-administration__primary-action,.club-administration__secondary-action,.club-administration__alert button,.club-athlete-roster-add-btn,.club-coach-roster-add-btn,.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-athlete-roster-form-actions button,.club-coach-roster-form-actions button,.club-training-report-add-btn,.club-training-report-form button,.club-account-settings__primary-action,.club-account-settings__secondary-action,.athlete-profile-page__edit,.athlete-profile-page__rank-action,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.athlete-account-settings__secondary-action,.athlete-account-settings__links a,.certificate-refresh-btn,.certificate-download-btn,.certificate-retry-download-btn,.certificate-error button,.notification-center-refresh-btn,.notification-center-error button,.notification-center-link,.notification-center-pagination button,.notification-center-item-action,.notification-center-item-retry):hover,.dashboard-workspace :is(.club-administration__primary-action,.club-administration__secondary-action,.club-administration__alert button,.club-athlete-roster-add-btn,.club-coach-roster-add-btn,.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-athlete-roster-form-actions button,.club-coach-roster-form-actions button,.club-training-report-add-btn,.club-training-report-form button,.club-account-settings__primary-action,.club-account-settings__secondary-action,.athlete-profile-page__edit,.athlete-profile-page__rank-action,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.athlete-account-settings__secondary-action,.athlete-account-settings__links a,.certificate-refresh-btn,.certificate-download-btn,.certificate-retry-download-btn,.certificate-error button,.notification-center-refresh-btn,.notification-center-error button,.notification-center-link,.notification-center-pagination button,.notification-center-item-action,.notification-center-item-retry):focus-visible{border-color:#111;background:#111;color:#fff;outline:none}.dashboard-workspace :is(.club-monthly-fees__filter-buttons button,.club-monthly-fees__pagination button,.club-monthly-fees__row-action,.club-administration__filter-buttons button,.club-administration__pagination button):hover,.dashboard-workspace :is(.club-monthly-fees__filter-buttons button,.club-monthly-fees__pagination button,.club-monthly-fees__row-action,.club-administration__filter-buttons button,.club-administration__pagination button):focus-visible{border-color:var(--dashboard-workspace-black);background:#fff;color:var(--dashboard-workspace-black)}.dashboard-workspace :is(.club-monthly-fees__toolbar input,.club-monthly-fees__toolbar select,.dashboard-filter input,.dashboard-filter select,.dashboard-search input,.dashboard-filter-search input,.dashboard-filter-search select,.club-training-report-toolbar input,.club-training-report-toolbar select,.club-athlete-roster-filter input,.club-athlete-roster-filter select,.club-coach-roster-filter input,.club-coach-roster-filter select,.athlete-training-page__filters select,.athlete-training-page__search input,.athlete-ranking-page__filter select,.athlete-ranking-page__search input,.club-account-settings__field input,.athlete-account-settings__field input){min-height:var(--brava-ds-control-height);border-color:var(--dashboard-workspace-border-strong);border-radius:var(--brava-ds-control-radius);background-color:#fff;color:var(--dashboard-workspace-black);box-shadow:var(--brava-ds-surface-shadow);font-size:14px;font-weight:500}.club-competition-registration-modal__dialog--wizard{width:min(760px,100%)}.club-athlete-wizard-stepper{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.club-athlete-wizard-stepper__step{display:inline-flex;flex:1 1 0;min-width:150px;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--dashboard-workspace-line);border-radius:var(--dashboard-workspace-radius-sm);background:#fff;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:600}.club-athlete-wizard-stepper__step.is-active{border-color:var(--dashboard-workspace-border-strong);background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black)}.club-athlete-wizard-stepper__step.is-done{color:var(--dashboard-workspace-black)}.club-athlete-wizard-stepper__index{display:inline-flex;width:22px;height:22px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:999px;font-size:12px;font-weight:700}.club-athlete-wizard-stepper__step.is-active .club-athlete-wizard-stepper__index{border-color:var(--dashboard-workspace-black);background:var(--dashboard-workspace-black);color:#fff}.club-athlete-wizard-stepper__step.is-done .club-athlete-wizard-stepper__index{border-color:var(--dashboard-workspace-black);color:var(--dashboard-workspace-black)}.club-competition-registration-modal__grid-full{grid-column:1 / -1}.club-competition-registration-modal__requirements li span{flex:1 1 auto}.club-competition-registration-modal__requirements li strong{margin-left:auto;text-align:right}.club-competition-bundle-panel{margin-bottom:16px}.club-competition-bundle-panel__fee{color:var(--dashboard-workspace-gray);font-size:13px;font-weight:600}.club-competition-bundle-panel__remove{border:0;background:transparent;color:#b3261e;cursor:pointer;font:inherit;font-size:12px;font-weight:700;text-decoration:underline}.club-competition-participant-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-bottom:16px}.club-athlete-roster,.club-coach-roster{--club-roster-black: var(--dashboard-workspace-black, #101214);--club-roster-red: var(--dashboard-workspace-red, #d4141e);--club-roster-gold: var(--dashboard-workspace-gold, #c8a24a);--club-roster-gray: var(--dashboard-workspace-gray, #7a828c);--club-roster-line: var(--dashboard-workspace-line, #dddddd);--club-roster-soft: var(--dashboard-workspace-soft, #f6f6f6);display:grid;gap:22px;color:var(--club-roster-black)}.club-athlete-roster button,.club-athlete-roster input,.club-athlete-roster select,.club-coach-roster button,.club-coach-roster input,.club-coach-roster select{font:inherit}.club-athlete-roster-header,.club-coach-roster-header,.club-athlete-roster-filter,.club-coach-roster-filter,.club-athlete-roster-form-section,.club-coach-roster-form-section,.club-athlete-roster-item,.club-coach-roster-item{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-athlete-roster-header,.club-coach-roster-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px}.club-athlete-roster-header>div:first-child,.club-coach-roster-header>div:first-child,.club-athlete-roster-form-section h2,.club-coach-roster-form-section h2{min-width:0;padding-left:14px;border-left:4px solid var(--club-roster-gold)}.club-athlete-roster-header h1,.club-coach-roster-header h1,.club-athlete-roster-form-section h2,.club-coach-roster-form-section h2{margin:0;color:var(--club-roster-black);font-size:28px;font-weight:900;line-height:1.15}.club-athlete-roster-header p,.club-coach-roster-header p,.club-athlete-roster-item p,.club-coach-roster-item p{margin:6px 0 0;color:var(--club-roster-gray);font-size:14px;font-weight:700;line-height:1.45}.club-athlete-roster-actions,.club-coach-roster-actions,.club-athlete-roster-item-actions,.club-coach-roster-item-actions,.club-athlete-roster-form-actions,.club-coach-roster-form-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.club-athlete-roster-add-btn,.club-coach-roster-add-btn,.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-athlete-roster-deactivate-btn,.club-coach-roster-deactivate-btn,.club-coach-roster-approve-btn,.club-coach-roster-reject-btn,.club-athlete-roster-form-actions button,.club-coach-roster-form-actions button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--club-roster-black);border-radius:4px;padding:0 16px;background:var(--club-roster-black);color:#fff;font-size:13px;font-weight:900;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-coach-roster-approve-btn,.club-athlete-roster-form-actions button[type=button],.club-coach-roster-form-actions button[type=button]{background:#fff;color:var(--club-roster-black)}.club-athlete-roster-deactivate-btn,.club-coach-roster-deactivate-btn,.club-coach-roster-reject-btn{border-color:var(--club-roster-red);background:#fff5f5;color:var(--club-roster-red)}.club-athlete-roster-add-btn:hover,.club-athlete-roster-add-btn:focus-visible,.club-coach-roster-add-btn:hover,.club-coach-roster-add-btn:focus-visible,.club-athlete-roster-edit-btn:hover,.club-athlete-roster-edit-btn:focus-visible,.club-coach-roster-edit-btn:hover,.club-coach-roster-edit-btn:focus-visible,.club-coach-roster-approve-btn:hover,.club-coach-roster-approve-btn:focus-visible,.club-athlete-roster-form-actions button:hover,.club-athlete-roster-form-actions button:focus-visible,.club-coach-roster-form-actions button:hover,.club-coach-roster-form-actions button:focus-visible{border-color:var(--club-roster-gold);background:var(--club-roster-gold);color:#fff;outline:none}.club-athlete-roster-deactivate-btn:hover,.club-athlete-roster-deactivate-btn:focus-visible,.club-coach-roster-deactivate-btn:hover,.club-coach-roster-deactivate-btn:focus-visible,.club-coach-roster-reject-btn:hover,.club-coach-roster-reject-btn:focus-visible{border-color:var(--club-roster-red);background:var(--club-roster-red);color:#fff;outline:none}.club-athlete-roster button:disabled,.club-coach-roster button:disabled{cursor:not-allowed;opacity:.55}.club-athlete-roster-filter,.club-coach-roster-filter{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.2fr);gap:16px;padding:16px 18px}.club-athlete-roster-filter label,.club-coach-roster-filter label{display:grid;gap:8px;color:var(--club-roster-black);font-size:14px;font-weight:900}.club-athlete-roster-filter select,.club-athlete-roster-filter input,.club-coach-roster-filter select,.club-coach-roster-filter input{min-height:40px;border:1px solid var(--club-roster-line);border-radius:4px;padding:0 12px;background:#fff;color:var(--club-roster-black);font-weight:800}.club-athlete-roster-filter select,.club-coach-roster-filter select{padding-right:36px}.club-athlete-roster-filter.dashboard-filter-toolbar,.club-coach-roster-filter.dashboard-filter-toolbar{display:flex;flex-wrap:wrap;align-items:end}.club-athlete-roster-filter .dashboard-filter-menu,.club-coach-roster-filter .dashboard-filter-menu{align-self:end}.club-athlete-roster-loading,.club-coach-roster-loading{min-height:120px}.club-athlete-roster-list,.club-coach-roster-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.club-athlete-roster-item,.club-coach-roster-item{display:grid;gap:18px;padding:18px}.club-athlete-roster-item-identity{display:flex;min-width:0;align-items:center;gap:14px}.club-athlete-roster-item-avatar{display:inline-flex;width:52px;height:52px;flex:0 0 52px;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#eef2f6;color:var(--club-roster-black);font-size:16px;font-weight:900}.club-athlete-roster-item-avatar img{display:block;width:100%;height:100%;object-fit:cover}.club-athlete-roster-item-header,.club-coach-roster-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.club-athlete-roster-item strong,.club-coach-roster-item strong{color:var(--club-roster-black);font-size:16px;font-weight:900}.club-athlete-roster-form-section,.club-coach-roster-form-section{display:grid;gap:20px;padding:24px}.club-athlete-roster-form,.club-coach-roster-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.club-athlete-roster-form label,.club-coach-roster-form label{display:grid;gap:8px;color:var(--club-roster-black);font-size:13px;font-weight:900}.club-athlete-roster-form input,.club-coach-roster-form input{min-height:44px;border:1px solid var(--club-roster-line);border-radius:4px;padding:0 12px;color:var(--club-roster-black);font-weight:800}.club-athlete-roster-form-actions,.club-coach-roster-form-actions{grid-column:1 / -1;justify-content:flex-start}.club-athlete-roster-error,.club-coach-roster-error,.club-athlete-roster-success,.club-coach-roster-success{grid-column:1 / -1;margin:0;border-radius:4px;padding:12px 14px;font-size:13px;font-weight:900}.club-athlete-roster-error,.club-coach-roster-error{border:1px solid #f5b5b5;background:#fff5f5;color:var(--club-roster-red)}.club-athlete-roster-success,.club-coach-roster-success{border:1px solid #cdebd1;background:#f3fbf5;color:#20743a}@media(max-width:900px){.club-athlete-roster-header,.club-coach-roster-header,.club-athlete-roster-item-header,.club-coach-roster-item-header{flex-direction:column}.club-athlete-roster-item-identity{width:100%}.club-athlete-roster-actions,.club-coach-roster-actions,.club-athlete-roster-item-actions,.club-coach-roster-item-actions{width:100%;justify-content:flex-start}.club-athlete-roster-filter,.club-coach-roster-filter,.club-athlete-roster-form,.club-coach-roster-form{grid-template-columns:1fr}}@media(max-width:560px){.club-athlete-roster-header,.club-coach-roster-header,.club-athlete-roster-form-section,.club-coach-roster-form-section{padding:18px}.club-athlete-roster-add-btn,.club-coach-roster-add-btn,.club-athlete-roster-edit-btn,.club-coach-roster-edit-btn,.club-athlete-roster-deactivate-btn,.club-coach-roster-deactivate-btn,.club-coach-roster-approve-btn,.club-coach-roster-reject-btn,.club-athlete-roster-form-actions button,.club-coach-roster-form-actions button{width:100%}}.club-athlete-roster select:not([multiple]),.club-coach-roster select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.club-athlete-roster select:not([multiple])::-ms-expand,.club-coach-roster select:not([multiple])::-ms-expand{display:none}.club-monthly-fees{--club-monthly-fees-black: var(--dashboard-workspace-black, #101214);--club-monthly-fees-red: var(--dashboard-workspace-red, #d4141e);--club-monthly-fees-gold: var(--dashboard-workspace-gold, #c8a24a);--club-monthly-fees-gray: var(--dashboard-workspace-gray, #7a828c);--club-monthly-fees-line: var(--dashboard-workspace-line, #dddddd);--club-monthly-fees-soft: var(--dashboard-workspace-soft, #f6f6f6);display:grid;min-width:0;gap:24px;color:var(--club-monthly-fees-black)}.club-monthly-fees__hero,.club-monthly-fees__summary,.club-monthly-fees__summary-card,.club-monthly-fees__alert,.club-monthly-fees__settings-grid,.club-monthly-fees__panel,.club-monthly-fees__panel-header,.club-monthly-fees__toolbar,.club-monthly-fees__filters,.club-monthly-fees__filter-buttons,.club-monthly-fees__year-filter,.club-monthly-fees__search,.club-monthly-fees__month-tabs,.club-monthly-fees__table-wrap,.club-monthly-fees__table-footer{min-width:0;max-width:100%}.club-monthly-fees button,.club-monthly-fees input,.club-monthly-fees select{font:inherit}.club-monthly-fees__hero,.club-monthly-fees__summary-card,.club-monthly-fees__alert,.club-monthly-fees__panel{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-monthly-fees__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px}.club-monthly-fees__hero>div{min-width:0;padding-left:14px;border-left:4px solid var(--club-monthly-fees-gold)}.club-monthly-fees__eyebrow{margin:0 0 8px;color:var(--club-monthly-fees-red);font-size:13px;font-weight:900;line-height:1.3}.club-monthly-fees__hero h2,.club-monthly-fees__panel h3{margin:0;color:var(--club-monthly-fees-black);font-size:28px;font-weight:900;line-height:1.15}.club-monthly-fees__panel h3{font-size:24px}.club-monthly-fees__hero p:not(.club-monthly-fees__eyebrow),.club-monthly-fees__panel-header p:not(.club-monthly-fees__eyebrow){margin:8px 0 0;color:var(--club-monthly-fees-gray);font-weight:700;line-height:1.45}.club-monthly-fees__mode-badge,.club-monthly-fees__alert-code{display:inline-flex;min-height:34px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;padding:0 14px;background:#f7f3e8;color:#5f4500;font-size:12px;font-weight:900;white-space:nowrap}.club-monthly-fees__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.club-monthly-fees__summary-card{position:relative;display:grid;min-height:128px;align-content:start;gap:8px;overflow:hidden;padding:20px}.club-monthly-fees__summary-card:before{content:"";display:block;width:34px;height:34px;margin-bottom:2px;border-radius:4px;background:#f7f3e8}.club-monthly-fees__summary-card:after{content:"";position:absolute;top:30px;left:30px;width:16px;height:12px;border:2px solid var(--club-monthly-fees-gold);border-top:0;border-radius:2px}.club-monthly-fees__summary-card span,.club-monthly-fees__summary-card p{margin:0;color:var(--club-monthly-fees-gray);font-size:13px;font-weight:900;line-height:1.3}.club-monthly-fees__summary-card strong{color:var(--club-monthly-fees-black);font-size:24px;font-weight:900;line-height:1.15}.club-monthly-fees__summary-card p{font-size:12px;font-weight:800}.club-monthly-fees__alert{display:flex;align-items:center;justify-content:space-between;gap:20px;border-left:4px solid var(--club-monthly-fees-gold);background:#fffbf0;padding:20px 24px}.club-monthly-fees__alert div{display:grid;gap:6px}.club-monthly-fees__alert strong{color:var(--club-monthly-fees-black);font-size:16px;font-weight:900;line-height:1.35}.club-monthly-fees__alert span:not(.club-monthly-fees__alert-code){color:var(--club-monthly-fees-gray);font-size:14px;font-weight:700;line-height:1.45}.club-monthly-fees__alert-code{border-radius:4px;background:var(--club-monthly-fees-black);color:#fff}.club-monthly-fees__settings-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:16px}.club-monthly-fees__panel{padding:24px}.club-monthly-fees__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px}.club-monthly-fees__panel-header>div{min-width:0;padding-left:14px;border-left:4px solid var(--club-monthly-fees-gold)}.club-monthly-fees__definition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.club-monthly-fees__definition-grid div{min-height:82px;border:1px solid #f2f2f2;border-radius:4px;background:var(--club-monthly-fees-soft);padding:14px}.club-monthly-fees__definition-grid dt{margin:0 0 8px;color:var(--club-monthly-fees-gray);font-size:12px;font-weight:900;line-height:1.3}.club-monthly-fees__definition-grid dd{margin:0;color:var(--club-monthly-fees-black);font-size:15px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.club-monthly-fees__hint,.club-monthly-fees__empty-note{margin:16px 0 0;color:var(--club-monthly-fees-gray);font-size:13px;font-weight:800;line-height:1.45}.club-monthly-fees__empty-note{border:1px dashed var(--club-monthly-fees-line);border-radius:4px;padding:18px;background:var(--club-monthly-fees-soft)}.club-monthly-fees__toolbar{display:grid;grid-template-columns:minmax(180px,.35fr) minmax(260px,1fr);align-items:flex-end;gap:16px;margin-bottom:18px}.club-monthly-fees__toolbar.dashboard-filter-toolbar{display:flex;flex-wrap:wrap;align-items:end}.club-monthly-fees__filters{display:block;min-width:0}.club-monthly-fees__filters>span{display:block;margin-bottom:8px;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900}.club-monthly-fees__year-filter{display:block}.club-monthly-fees__year-filter span{display:block;margin-bottom:8px;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900}.club-monthly-fees__filters select{width:100%;min-height:40px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-monthly-fees-black);font-weight:800}.club-monthly-fees__year-filter select{width:100%;min-height:40px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;padding:0 14px;background-color:#fff;color:var(--club-monthly-fees-black);font-weight:800}.club-monthly-fees__year-filter select:focus-visible{border-color:var(--club-monthly-fees-black);outline:2px solid #1d8cff;outline-offset:2px}.club-monthly-fees__filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.club-monthly-fees__filter{min-height:38px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900;cursor:pointer}.club-monthly-fees__filter:hover,.club-monthly-fees__filter:focus-visible,.club-monthly-fees__filter--active{border-color:var(--club-monthly-fees-black);background:var(--club-monthly-fees-black);color:#fff;outline:none}.club-monthly-fees__search{display:block;width:min(360px,100%)}.club-monthly-fees__search span{display:block;margin-bottom:8px;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900}.club-monthly-fees__search input{width:100%;min-height:40px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-monthly-fees-black);font-weight:700}.club-monthly-fees__search input::placeholder{color:#9a9a9a}.club-monthly-fees__search input:focus-visible{border-color:var(--club-monthly-fees-black);outline:2px solid #1d8cff;outline-offset:2px}.club-monthly-fees__month-tabs{display:grid;grid-template-columns:repeat(12,minmax(88px,1fr));gap:6px;margin:0 0 18px;overflow-x:auto;padding-bottom:2px}.club-monthly-fees__month-tab{min-height:38px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;background:#fff;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.club-monthly-fees__month-tab:hover,.club-monthly-fees__month-tab:focus-visible,.club-monthly-fees__month-tab--active{border-color:var(--club-monthly-fees-black);background:var(--club-monthly-fees-black);color:#fff;outline:none}.club-monthly-fees__table-wrap{width:100%;overflow-x:auto;overflow-y:hidden;contain:layout paint;border:1px solid #f2f2f2;border-radius:4px}.club-monthly-fees__table{width:100%;min-width:1040px;border-collapse:collapse;color:var(--club-monthly-fees-black);font-size:14px}.club-monthly-fees__table th,.club-monthly-fees__table td{padding:18px;text-align:left;vertical-align:middle}.club-monthly-fees__table th{background:#f2f2f2;color:var(--club-monthly-fees-black);font-size:13px;font-weight:900;white-space:nowrap}.club-monthly-fees__table td{border-bottom:1px solid #f2f2f2;color:#33383f;font-weight:700}.club-monthly-fees__table tbody tr:nth-child(2n){background:var(--club-monthly-fees-soft)}.club-monthly-fees__table tbody tr:last-child td{border-bottom:0}.club-monthly-fees__table td strong{color:var(--club-monthly-fees-black);font-weight:900}.club-monthly-fees__month-cell,.club-monthly-fees__athlete-cell{display:inline-flex;flex-direction:column;gap:4px;white-space:nowrap}.club-monthly-fees__month-cell strong,.club-monthly-fees__athlete-cell strong{color:var(--club-monthly-fees-black);font-size:13px;font-weight:900;line-height:1.2}.club-monthly-fees__month-cell span,.club-monthly-fees__athlete-cell span{color:var(--club-monthly-fees-gray);font-size:12px;font-weight:800;line-height:1.2}.club-monthly-fees__status{display:inline-flex;min-height:26px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900;white-space:nowrap}.club-monthly-fees__status--paid{background:#e8f7ed;color:#166534}.club-monthly-fees__status--unpaid{background:#fff7df;color:#9a6700}.club-monthly-fees__status--overdue{background:#fde8e8;color:#b91c1c}.club-monthly-fees__proof-button,.club-monthly-fees__proof-empty,.club-monthly-fees__proof-upload{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border-radius:4px;padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}.club-monthly-fees__proof-actions{display:inline-flex;flex-wrap:wrap;gap:8px}.club-monthly-fees__proof-button{border:1px solid var(--club-monthly-fees-line);background:#fff;color:var(--club-monthly-fees-black);cursor:pointer}.club-monthly-fees__proof-button:hover,.club-monthly-fees__proof-button:focus-visible{border-color:var(--club-monthly-fees-black);outline:none}.club-monthly-fees__proof-empty{background:var(--club-monthly-fees-soft);color:var(--club-monthly-fees-gray)}.club-monthly-fees__proof-upload{position:relative;overflow:hidden;border:1px solid var(--club-monthly-fees-black);background:var(--club-monthly-fees-black);color:#fff;cursor:pointer}.club-monthly-fees__proof-upload:hover,.club-monthly-fees__proof-upload:focus-within{border-color:var(--club-monthly-fees-gold);outline:none}.club-monthly-fees__proof-upload.is-uploading,.club-monthly-fees__proof-upload.is-disabled{opacity:.58;cursor:not-allowed}.club-monthly-fees__proof-upload input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:inherit;opacity:0}.club-monthly-fees__upload-error{margin:0 0 14px;border:1px solid #ffd3d3;border-radius:4px;background:#fff1f1;color:#b91c1c;padding:12px 14px;font-size:13px;font-weight:900}.club-monthly-fees__row-action{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--club-monthly-fees-line);border-radius:4px;background:#fff;color:var(--club-monthly-fees-black);font-size:18px;font-weight:900;line-height:1;cursor:pointer}.club-monthly-fees__row-action:hover,.club-monthly-fees__row-action:focus-visible{border-color:var(--club-monthly-fees-gold);background:#fff;color:var(--club-monthly-fees-black);outline:none}.club-monthly-fees__empty{height:120px;color:var(--club-monthly-fees-gray);font-weight:800;text-align:center}.club-monthly-fees__table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;color:var(--club-monthly-fees-gray);font-size:14px;font-weight:800}.club-monthly-fees__pagination{display:flex;align-items:center;gap:8px}.club-monthly-fees__pagination button,.club-monthly-fees__pagination strong{display:inline-flex;min-width:40px;min-height:40px;align-items:center;justify-content:center;border-radius:4px;font-weight:900}.club-monthly-fees__pagination button{border:1px solid var(--club-monthly-fees-line);background:#fff;color:var(--club-monthly-fees-black);cursor:pointer}.club-monthly-fees__pagination button:hover,.club-monthly-fees__pagination button:focus-visible{border-color:var(--club-monthly-fees-black);outline:none}.club-monthly-fees__pagination strong{background:var(--club-monthly-fees-black);color:#fff}.club-monthly-fees__loading{display:grid;gap:14px}.club-monthly-fees__loading-block{display:block;min-height:88px;border-radius:4px;background:linear-gradient(90deg,#f2f2f2,#fff,#f2f2f2);background-size:220% 100%;animation:club-monthly-fees-loading 1.2s ease-in-out infinite}@keyframes club-monthly-fees-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.club-monthly-fees__proof-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#1012149e;padding:24px}.club-monthly-fees__proof-dialog{width:min(920px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto;border-radius:6px;background:#fff;box-shadow:0 24px 80px #0000003d}.club-monthly-fees__proof-header,.club-monthly-fees__proof-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.club-monthly-fees__proof-header{border-bottom:1px solid var(--club-monthly-fees-line)}.club-monthly-fees__proof-header p,.club-monthly-fees__proof-header h2,.club-monthly-fees__proof-meta span{margin:0}.club-monthly-fees__proof-header p,.club-monthly-fees__proof-meta span{color:var(--club-monthly-fees-gray);font-size:13px;font-weight:900}.club-monthly-fees__proof-header h2{margin-top:4px;color:var(--club-monthly-fees-black);font-size:24px;font-weight:900;line-height:1.15}.club-monthly-fees__proof-header button{min-height:38px;border:1px solid var(--club-monthly-fees-line);border-radius:4px;background:#fff;color:var(--club-monthly-fees-black);font-weight:900;cursor:pointer}.club-monthly-fees__proof-header button:hover,.club-monthly-fees__proof-header button:focus-visible{border-color:var(--club-monthly-fees-black);outline:none}.club-monthly-fees__proof-frame{display:grid;margin:0;place-items:center;background:var(--club-monthly-fees-soft);padding:20px}.club-monthly-fees__proof-frame img{display:block;width:100%;max-height:560px;object-fit:contain;border:1px solid var(--club-monthly-fees-line);border-radius:4px;background:#fff}.club-monthly-fees__proof-meta{border-top:1px solid var(--club-monthly-fees-line)}@media(max-width:1120px){.club-monthly-fees__summary,.club-monthly-fees__settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.club-monthly-fees__toolbar{grid-template-columns:1fr}.club-monthly-fees__month-tabs{grid-template-columns:repeat(6,minmax(96px,1fr))}.club-monthly-fees__search{width:100%}}@media(max-width:760px){.club-monthly-fees{gap:18px}.club-monthly-fees__hero,.club-monthly-fees__alert,.club-monthly-fees__panel-header,.club-monthly-fees__table-footer{align-items:stretch;flex-direction:column}.club-monthly-fees__summary,.club-monthly-fees__settings-grid,.club-monthly-fees__definition-grid{grid-template-columns:1fr}.club-monthly-fees__hero,.club-monthly-fees__panel{padding:18px}.club-monthly-fees__hero h2{font-size:24px}.club-monthly-fees__panel h3{font-size:22px}.club-monthly-fees__filter-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.club-monthly-fees__filter{padding:0 10px}.club-monthly-fees__month-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.club-monthly-fees__table{min-width:960px}.club-monthly-fees__proof-header,.club-monthly-fees__proof-meta{align-items:stretch;flex-direction:column}}.club-monthly-fees select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.club-monthly-fees select:not([multiple])::-ms-expand{display:none}.club-training-report{--club-training-black: var(--dashboard-workspace-black, #101214);--club-training-red: var(--dashboard-workspace-red, #d4141e);--club-training-gold: var(--dashboard-workspace-gold, #c8a24a);--club-training-gray: var(--dashboard-workspace-gray, #7a828c);--club-training-line: var(--dashboard-workspace-line, #dddddd);--club-training-soft: var(--dashboard-workspace-soft, #f6f6f6);display:grid;gap:24px;color:var(--club-training-black)}.club-training-report *,.club-training-report *:before,.club-training-report *:after{box-sizing:border-box}.club-training-report button,.club-training-report input,.club-training-report select,.club-training-report textarea{font:inherit}.club-training-report-header,.club-training-summary-card,.club-training-report-monthly-summary,.club-training-report-item,.club-training-report-form-section{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-training-report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px}.club-training-report-header>div:first-child{min-width:0;padding-left:14px;border-left:4px solid var(--club-training-gold)}.club-training-report-eyebrow{margin:0 0 8px;color:var(--club-training-red);font-size:13px;font-weight:900;line-height:1.3}.club-training-report-header h2,.club-training-report-monthly-summary h2,.club-training-report-form-section h2{margin:0;color:var(--club-training-black);font-size:28px;font-weight:900;line-height:1.15}.club-training-report-monthly-summary h2,.club-training-report-form-section h2{font-size:22px}.club-training-report-header p:not(.club-training-report-eyebrow),.club-training-report-monthly-summary header p{margin:8px 0 0;color:var(--club-training-gray);font-size:14px;font-weight:700;line-height:1.45}.club-training-report-actions{display:flex;flex:0 0 auto;align-items:center;gap:12px;justify-content:flex-end}.club-training-report-toolbar{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.2fr);gap:16px;border:1px solid #f2f2f2;border-radius:4px;padding:16px 18px;background:#fff}.club-training-report-toolbar.dashboard-filter-toolbar{display:flex;flex-wrap:wrap;align-items:end}.club-training-report-toolbar label{display:grid;gap:8px;color:var(--club-training-black);font-size:13px;font-weight:900}.club-training-report-toolbar select,.club-training-report-toolbar input{min-height:44px;border:1px solid var(--club-training-line);border-radius:4px;padding:0 12px;color:var(--club-training-black);font-weight:800}.club-training-report-add-btn,.club-training-report-form button{min-height:40px;border:1px solid var(--club-training-black);border-radius:4px;padding:0 16px;background:var(--club-training-black);color:#fff;font-size:14px;font-weight:900;cursor:pointer}.club-training-report-add-btn:disabled,.club-training-report-form button:disabled{cursor:not-allowed;opacity:.55}.club-training-report-loading{display:grid;gap:16px}.club-training-summary-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.club-training-summary-card{display:grid;min-height:126px;align-content:start;gap:8px;padding:20px}.club-training-summary-card:before{content:"";width:34px;height:34px;border-radius:4px;background:#f7f3e8}.club-training-summary-card strong{color:var(--club-training-gray);font-size:13px;font-weight:900;line-height:1.3}.club-training-summary-card p{margin:0;color:var(--club-training-black);font-size:26px;font-weight:900;line-height:1.15}.club-training-report-monthly-summary,.club-training-report-form-section{padding:24px}.club-training-report-monthly-summary header{padding-bottom:18px}.club-training-monthly-summary-list,.club-training-report-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.club-training-monthly-summary-item{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:18px;border:1px solid #f2f2f2;border-radius:4px;background:var(--club-training-soft);padding:16px}.club-training-monthly-summary-item strong,.club-training-report-item strong{color:var(--club-training-black);font-size:15px;font-weight:900;line-height:1.35}.club-training-monthly-summary-item p,.club-training-report-item p{margin:4px 0 0;color:var(--club-training-gray);font-size:13px;font-weight:800;line-height:1.45}.club-training-report-item{padding:18px}.club-training-report-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.club-training-report-highlights{color:var(--club-training-black)!important}.club-training-report-meta{font-size:12px!important}.club-training-report-form-section{border-left:4px solid var(--club-training-gold)}.club-training-report-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.club-training-report-form label{display:grid;gap:8px;color:var(--club-training-black);font-size:13px;font-weight:900;line-height:1.3}.club-training-report-form input,.club-training-report-form select,.club-training-report-form textarea{width:100%;min-height:42px;border:1px solid var(--club-training-line);border-radius:4px;padding:0 12px;background:#fff;color:var(--club-training-black);font-weight:700}.club-training-report-form textarea{min-height:112px;padding:12px;resize:vertical}.club-training-report-form label:has(textarea),.club-training-report-form>p,.club-training-report-form-actions,.club-training-report-success,.club-training-report-error{grid-column:1 / -1}.club-training-report-form>p{margin:0;color:var(--club-training-gray);font-size:13px;font-weight:800;line-height:1.45}.club-training-report-form-actions{display:flex;flex-wrap:wrap;gap:10px}.club-training-report-form-actions button:last-child{border-color:var(--club-training-line);background:#fff;color:var(--club-training-black)}.club-training-report-success,.club-training-report-error{margin:0;border-radius:4px;padding:12px 14px;font-size:13px;font-weight:900;line-height:1.45}.club-training-report-success{border:1px solid rgba(0,163,38,.35);background:#00a3261a;color:#008f28}.club-training-report-error{border:1px solid rgba(212,20,30,.35);background:#d4141e14;color:var(--club-training-red)}@media(max-width:1100px){.club-training-summary-cards,.club-training-report-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.club-training-report-header,.club-training-monthly-summary-item,.club-training-report-item-header{align-items:stretch;flex-direction:column}.club-training-report-actions,.club-training-report-add-btn,.club-training-report-form-actions button{width:100%}.club-training-summary-cards,.club-training-report-toolbar,.club-training-report-form{grid-template-columns:1fr}}.club-training-report select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.club-training-report select:not([multiple])::-ms-expand{display:none}.profile-photo-crop-editor__overlay{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto;overscroll-behavior:contain;padding:28px;background:#1112158f}.profile-photo-crop-editor__dialog{width:min(760px,100%);margin:auto;border:1px solid var(--athlete-workspace-line, #dedede);border-radius:8px;background:#fff;box-shadow:0 24px 64px #11121538}.profile-photo-crop-editor__dialog>header,.profile-photo-crop-editor__dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px}.profile-photo-crop-editor__dialog>header{border-bottom:1px solid var(--athlete-workspace-line, #dedede)}.profile-photo-crop-editor__dialog>header span{display:block;color:var(--athlete-workspace-red, #d92d20);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.profile-photo-crop-editor__dialog h3{margin:4px 0 0;color:var(--dashboard-workspace-black, #171717);font-size:22px;font-weight:900;line-height:1.15}.profile-photo-crop-editor__body{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:22px;align-items:center;padding:22px 18px}.profile-photo-crop-editor__stage{position:relative;width:min(320px,100%);aspect-ratio:1;margin:0 auto;overflow:hidden;border:1px solid var(--athlete-workspace-line, #dedede);border-radius:50%;background:linear-gradient(45deg,rgba(17,18,21,.07) 25%,transparent 25%),linear-gradient(-45deg,rgba(17,18,21,.07) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(17,18,21,.07) 75%),linear-gradient(-45deg,transparent 75%,rgba(17,18,21,.07) 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;cursor:grab;touch-action:none}.profile-photo-crop-editor__stage:active{cursor:grabbing}.profile-photo-crop-editor__stage img{position:absolute;top:0;left:0;display:block;max-width:none;object-fit:fill;transform-origin:0 0;-webkit-user-select:none;user-select:none;pointer-events:none}.profile-photo-crop-editor__controls{display:grid;gap:14px}.profile-photo-crop-editor__controls label{display:grid;gap:8px}.profile-photo-crop-editor__controls span{color:var(--dashboard-workspace-gray, #667085);font-size:13px;font-weight:900}.profile-photo-crop-editor__controls input[type=range]{width:100%;accent-color:var(--dashboard-workspace-black, #171717)}.profile-photo-crop-editor__notice{margin:0;border:1px solid transparent;border-radius:4px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1.45}.profile-photo-crop-editor__notice--error{border-color:#d92d2047;background:#d92d2014;color:var(--athlete-workspace-red, #d92d20)}.profile-photo-crop-editor__dialog>footer{border-top:1px solid var(--athlete-workspace-line, #dedede)}.profile-photo-crop-editor__dialog>footer>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.profile-photo-crop-editor__button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--athlete-workspace-line, #dedede);border-radius:4px;padding:0 16px;background:#fff;color:var(--dashboard-workspace-black, #171717);font:inherit;font-size:14px;font-weight:900;cursor:pointer}.profile-photo-crop-editor__button:hover,.profile-photo-crop-editor__button:focus-visible{border-color:var(--dashboard-workspace-black, #171717)}.profile-photo-crop-editor__button--primary{border-color:var(--dashboard-workspace-black, #171717);border-radius:var(--dashboard-workspace-radius-sm, 8px);background:var(--dashboard-workspace-black, #171717);color:#fff;font-weight:700}.profile-photo-crop-editor__button:disabled{cursor:wait;opacity:.64}@media(max-width:640px){.profile-photo-crop-editor__overlay{padding:14px}.profile-photo-crop-editor__dialog>header,.profile-photo-crop-editor__dialog>footer,.profile-photo-crop-editor__dialog>footer>div{align-items:stretch;flex-direction:column}.profile-photo-crop-editor__body{grid-template-columns:1fr}.profile-photo-crop-editor__stage{width:min(320px,76vw)}}.club-account-settings{display:grid;gap:24px}.club-account-settings__hero,.club-account-settings__panel{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-account-settings__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px}.club-account-settings__hero h2,.club-account-settings__panel h3{margin:0;color:var(--dashboard-workspace-black);font-weight:900;line-height:1.15}.club-account-settings__hero h2{font-size:28px}.club-account-settings__hero p{max-width:680px;margin:8px 0 0;color:var(--dashboard-workspace-gray);font-weight:700;line-height:1.5}.club-account-settings__eyebrow{margin:0 0 8px;color:var(--dashboard-workspace-red);font-size:13px;font-weight:900;line-height:1.3}.club-account-settings__status{display:inline-flex;min-height:30px;align-items:center;justify-content:center;border-radius:999px;padding:0 12px;background:#e8f7ed;color:#166534;font-size:12px;font-weight:900;white-space:nowrap}.club-account-settings__layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:24px;align-items:start}.club-account-settings__menu{display:grid;gap:8px;padding:8px;border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-account-settings__menu-item{display:grid;gap:4px;text-decoration:none;min-height:72px;padding:14px;border:0;border-radius:4px;background:transparent;color:var(--dashboard-workspace-muted);cursor:pointer;font:inherit;text-align:left}.club-account-settings__menu-item span{color:var(--dashboard-workspace-black);font-size:14px;font-weight:900}.club-account-settings__menu-item small{color:var(--dashboard-workspace-gray);font-size:12px;font-weight:700;line-height:1.35}.club-account-settings__menu-item:hover,.club-account-settings__menu-item:focus-visible,.club-account-settings__menu-item--active{background:var(--dashboard-workspace-soft);outline:none}.club-account-settings__menu-item--active{box-shadow:inset 3px 0 0 var(--dashboard-workspace-gold)}.club-account-settings__content{min-width:0}.club-account-settings__action-stack{display:grid;gap:18px}.club-account-settings__profile-editor{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}.club-account-settings__profile-picture-field{display:grid;gap:12px}.club-account-settings__profile-picture-preview{display:grid;width:148px;aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid #dedede;border-radius:50%;background:var(--dashboard-workspace-soft);color:var(--dashboard-workspace-black);font-size:34px;font-weight:900}.club-account-settings__profile-picture-preview img{width:100%;height:100%;object-fit:cover}.club-account-settings__profile-picture-upload{position:relative;display:inline-flex;width:max-content;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--dashboard-workspace-black);border-radius:4px;padding:0 16px;background:#fff;color:var(--dashboard-workspace-black);font-size:14px;font-weight:900;cursor:pointer}.club-account-settings__profile-picture-upload:hover,.club-account-settings__profile-picture-upload:focus-within{background:var(--dashboard-workspace-soft)}.club-account-settings__profile-picture-upload:has(input:disabled){cursor:wait;opacity:.64}.club-account-settings__profile-picture-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}.club-account-settings__profile-picture-notice{margin:0;border:1px solid transparent;border-radius:4px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1.4}.club-account-settings__profile-picture-notice--preparing,.club-account-settings__profile-picture-notice--pending{border-color:#1665343d;background:#16653414;color:#166534}.club-account-settings__profile-picture-notice--error{border-color:#b91c1c3d;background:#b91c1c14;color:#b91c1c}.club-account-settings__panel{display:grid;gap:24px;padding:24px}.club-account-settings__panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-left:14px;border-left:4px solid var(--dashboard-workspace-gold)}.club-account-settings__panel h3{font-size:22px}.club-account-settings__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.club-account-settings__details div,.club-account-settings__check,.club-account-settings__preference-card,.club-account-settings__summary-strip article{border:1px solid #f2f2f2;border-radius:4px;background:#fbfbfb}.club-account-settings__details div{display:grid;gap:8px;min-height:92px;padding:16px}.club-account-settings__details dt,.club-account-settings__preference-card p{margin:0;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.club-account-settings__details dd,.club-account-settings__preference-card strong{margin:0;color:var(--dashboard-workspace-black);font-size:16px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.club-account-settings__detail-value{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.club-account-settings__detail-value span{min-width:0}.club-account-settings__copy-button{display:inline-flex;flex:0 0 auto;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #dedede;border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);cursor:pointer}.club-account-settings__copy-button:hover,.club-account-settings__copy-button:focus-visible{border-color:var(--dashboard-workspace-black);outline:none;box-shadow:0 0 0 3px #11111114}.club-account-settings__copy-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.club-account-settings__helper{margin:0;color:var(--dashboard-workspace-gray);font-size:14px;font-weight:700;line-height:1.45}.club-account-settings__form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.club-account-settings__form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.club-account-settings__field{display:grid;gap:8px;color:var(--dashboard-workspace-black);font-size:13px;font-weight:900}.club-account-settings__field input{width:100%;min-height:46px;border:1px solid #dedede;border-radius:4px;background:#fff;color:var(--dashboard-workspace-black);font:inherit;font-size:15px;font-weight:800;padding:0 12px}.club-account-settings__field input:focus{border-color:var(--dashboard-workspace-black);outline:none;box-shadow:0 0 0 3px #11111114}.club-account-settings__field input:disabled{cursor:wait;opacity:.64}.club-account-settings__action-row,.club-account-settings__confirm-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.club-account-settings__primary-action,.club-account-settings__secondary-action,.club-account-settings__danger-action{min-height:42px;border-radius:4px;border:1px solid var(--dashboard-workspace-black);padding:0 16px;font:inherit;font-size:14px;font-weight:900;cursor:pointer}.club-account-settings__primary-action,.club-account-settings__danger-action{background:var(--dashboard-workspace-black);color:#fff}.club-account-settings__secondary-action{background:#fff;color:var(--dashboard-workspace-black)}.club-account-settings__danger-action{border-color:#b91c1c;background:#b91c1c}.club-account-settings__primary-action:disabled,.club-account-settings__secondary-action:disabled,.club-account-settings__danger-action:disabled{cursor:wait;opacity:.64}.club-account-settings__action-notice{margin:0;color:#166534;font-size:13px;font-weight:900;line-height:1.4}.club-account-settings__action-notice--error{color:#b91c1c}.club-account-settings__panel--danger{border-color:#f2c7c7}.club-account-settings__panel--danger .club-account-settings__panel-heading{border-left-color:#b91c1c}.club-account-settings__danger-note{border:1px solid #f2c7c7;border-radius:4px;background:#fff5f5;color:#7f1d1d;font-size:14px;font-weight:800;line-height:1.45;padding:14px 16px}.club-account-settings__confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px}.club-account-settings__confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1111117a;cursor:pointer}.club-account-settings__confirm-dialog{position:relative;z-index:1;display:grid;width:min(100%,520px);gap:18px;border:1px solid #e5e5e5;border-radius:4px;background:#fff;padding:24px;box-shadow:0 24px 80px #1111113d}.club-account-settings__confirm-header{display:grid;gap:8px}.club-account-settings__confirm-header span{color:var(--dashboard-workspace-red);font-size:12px;font-weight:900;text-transform:uppercase}.club-account-settings__confirm-header h3,.club-account-settings__confirm-header p{margin:0}.club-account-settings__confirm-header h3{color:var(--dashboard-workspace-black);font-size:24px;font-weight:900}.club-account-settings__confirm-header p{color:var(--dashboard-workspace-gray);font-size:14px;font-weight:700;line-height:1.45}.club-account-settings__security-list{display:grid;gap:12px}.club-account-settings__check{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:center;padding:16px}.club-account-settings__check>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--dashboard-workspace-black);color:#fff;font-size:14px;font-weight:900}.club-account-settings__check h4,.club-account-settings__check strong,.club-account-settings__check p{margin:0}.club-account-settings__check h4{color:var(--dashboard-workspace-black);font-size:15px;font-weight:900}.club-account-settings__check strong{display:block;margin-top:4px;color:var(--dashboard-workspace-black);font-size:14px;font-weight:900}.club-account-settings__check p{margin-top:4px;color:var(--dashboard-workspace-gray);font-size:14px;font-weight:700;line-height:1.4}.club-account-settings__preference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.club-account-settings__preference-card{display:grid;align-content:start;gap:8px;min-height:110px;padding:16px}.club-account-settings__summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.club-account-settings__summary-strip article{display:grid;align-content:start;gap:8px;min-height:96px;padding:16px}.club-account-settings__summary-strip p{margin:0;color:var(--dashboard-workspace-gray);font-size:13px;font-weight:900}.club-account-settings__summary-strip strong{color:var(--dashboard-workspace-black);font-size:18px;font-weight:900;line-height:1.25;overflow-wrap:anywhere}.club-account-settings__loading-block,.club-account-settings__loading-grid span{display:block;border-radius:4px;background:linear-gradient(90deg,#f5f5f5,#ececec,#f5f5f5)}.club-account-settings__loading-block{height:86px}.club-account-settings__loading-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.club-account-settings__loading-grid span{height:92px}@media(max-width:980px){.club-account-settings__layout,.club-account-settings__profile-editor,.club-account-settings__details,.club-account-settings__form-grid,.club-account-settings__form-grid--two,.club-account-settings__preference-grid,.club-account-settings__summary-strip,.club-account-settings__loading-grid{grid-template-columns:1fr}.club-account-settings__hero,.club-account-settings__panel-heading{flex-direction:column}}.club-administration{--club-administration-black: var(--dashboard-workspace-black, #101214);--club-administration-red: var(--dashboard-workspace-red, #d4141e);--club-administration-gold: var(--dashboard-workspace-gold, #c8a24a);--club-administration-gray: var(--dashboard-workspace-gray, #7a828c);--club-administration-line: var(--dashboard-workspace-line, #dddddd);--club-administration-soft: var(--dashboard-workspace-soft, #f6f6f6);display:grid;min-width:0;gap:24px;color:var(--club-administration-black)}.club-administration__summary,.club-administration__summary-card,.club-administration__alert,.club-administration__panel,.club-administration__panel-header,.club-administration__toolbar,.club-administration__filters,.club-administration__filter-buttons,.club-administration__search,.club-administration__table-wrap,.club-administration__table-footer{min-width:0;max-width:100%}.club-administration button,.club-administration input,.club-administration select{font:inherit}.club-administration__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.club-administration__summary-card,.club-administration__alert,.club-administration__panel{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.club-administration__summary-card{min-height:112px;display:grid;align-content:start;gap:8px;padding:20px}.club-administration__summary-card span{margin:0;color:var(--club-administration-gray);font-size:13px;font-weight:900;line-height:1.3}.club-administration__summary-card strong{color:var(--club-administration-black);font-size:30px;font-weight:900;line-height:1.1}.club-administration__alert{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-left:4px solid var(--club-administration-gold);background:#fffbf0}.club-administration__alert div{display:grid;gap:6px}.club-administration__alert strong{color:var(--club-administration-black);font-size:16px;font-weight:900;line-height:1.35}.club-administration__alert span{color:var(--club-administration-gray);font-size:14px;font-weight:700;line-height:1.45}.club-administration__alert button,.club-administration__primary-action,.club-administration__secondary-action,.club-administration__danger-action,.club-administration__approve-action,.club-administration__reject-action{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--club-administration-black);border-radius:4px;background:var(--club-administration-black);color:#fff;font-weight:900;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.club-administration__alert button{flex:0 0 auto;padding:0 18px}.club-administration__primary-action{min-width:132px;padding:0 18px}.club-administration__toolbar-action{margin-left:auto}.club-administration__secondary-action{min-width:96px;padding:0 18px;background:#fff;color:var(--club-administration-black)}.club-administration__danger-action{min-width:120px;padding:0 18px;border-color:#b91c1c;background:#b91c1c;color:#fff}.club-administration__alert button:hover,.club-administration__alert button:focus-visible,.club-administration__primary-action:hover,.club-administration__primary-action:focus-visible,.club-administration__secondary-action:hover,.club-administration__secondary-action:focus-visible{border-color:var(--club-administration-gold);background:var(--club-administration-gold);color:#fff;outline:none}.club-administration__primary-action:disabled,.club-administration__secondary-action:disabled,.club-administration__danger-action:disabled{cursor:not-allowed;opacity:.62}.club-administration__tabs{display:inline-flex;width:fit-content;max-width:100%;gap:8px;padding:6px;border-radius:4px;background:#f2f2f2;overflow-x:auto}.club-administration__age-tabs,.club-administration__approval-tabs{margin-bottom:18px}.club-administration__tab{min-height:40px;border:0;border-radius:4px;padding:0 18px;background:transparent;color:var(--club-administration-gray);font-size:14px;font-weight:900;white-space:nowrap;cursor:pointer}.club-administration__tab:hover,.club-administration__tab:focus-visible,.club-administration__tab--active{background:#fff;color:var(--club-administration-black);outline:none;box-shadow:0 6px 16px #10121414}.club-administration__panel{min-height:560px;padding:24px}.club-administration__approval-panel{min-height:520px}.club-administration__form-panel{min-height:0}.club-administration__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px}.club-administration__panel>.dashboard-page-toolbar{margin-bottom:18px}.club-administration__panel-header>div{min-width:0;padding-left:14px;border-left:4px solid var(--club-administration-gold)}.club-administration__back-icon-action,.club-administration__more-action{display:inline-flex;width:52px;height:52px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;font-weight:900;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.club-administration__back-icon-action{border:1px solid var(--club-administration-black);background:var(--club-administration-black);color:#fff;font-size:34px}.club-administration__more-action{border:1px solid var(--club-administration-line);background:#fff;color:var(--club-administration-black);font-size:24px;letter-spacing:2px}.club-administration__back-icon-action:hover,.club-administration__back-icon-action:focus-visible{border-color:var(--club-administration-gold);color:var(--club-administration-gold);outline:none}.club-administration__more-action:hover,.club-administration__more-action:focus-visible{border-color:var(--club-administration-gold);color:var(--club-administration-gold);outline:none}.club-administration__eyebrow{margin:0 0 8px;color:var(--club-administration-red);font-size:13px;font-weight:900;line-height:1.3}.club-administration__panel-header h2{margin:0;color:var(--club-administration-black);font-size:28px;font-weight:900;line-height:1.15}.club-administration__panel-header p:not(.club-administration__eyebrow){margin:6px 0 0;color:var(--club-administration-gray);font-weight:700;line-height:1.45}.club-administration__member-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:4px}.club-administration__member-form label{display:grid;gap:8px;color:var(--club-administration-black);font-size:13px;font-weight:900;line-height:1.35}.club-administration__member-form input,.club-administration__member-form select{width:100%;min-height:44px;border:1px solid var(--club-administration-line);border-radius:4px;padding:0 12px;background:#fff;color:var(--club-administration-black);font-weight:800}.club-administration__member-form input::placeholder{color:#9a9a9a}.club-administration__member-form input:focus-visible,.club-administration__member-form select:focus-visible{border-color:var(--club-administration-black);outline:2px solid #1d8cff;outline-offset:2px}.club-administration__form-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.club-administration__form-success,.club-administration__form-error{grid-column:1 / -1;margin:0;border-radius:4px;padding:12px 14px;font-size:13px;font-weight:900}.club-administration__form-success{border:1px solid #cdebd1;background:#f3fbf5;color:#20743a}.club-administration__form-error{border:1px solid #f5b5b5;background:#fff5f5;color:var(--club-administration-red)}.club-administration__toolbar{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(180px,.8fr) minmax(260px,1.4fr);align-items:flex-end;gap:16px;margin-bottom:18px}.club-administration__toolbar.dashboard-filter-toolbar{display:flex;flex-wrap:wrap;align-items:end}.club-administration__filters{display:block;min-width:0}.club-administration__filters>span{display:block;margin-bottom:8px;color:var(--club-administration-black);font-size:13px;font-weight:900}.club-administration__filters select{width:100%;min-height:40px;border:1px solid var(--club-administration-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-administration-black);font-weight:800}.club-administration__filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.club-administration__filter{min-height:38px;border:1px solid var(--club-administration-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-administration-black);font-size:13px;font-weight:900;cursor:pointer}.club-administration__filter:hover,.club-administration__filter:focus-visible,.club-administration__filter--active{border-color:var(--club-administration-black);background:var(--club-administration-black);color:#fff;outline:none}.club-administration__search{display:block;width:min(360px,100%)}.club-administration__search span{display:block;margin-bottom:8px;color:var(--club-administration-black);font-size:13px;font-weight:900}.club-administration__search input{width:100%;min-height:40px;border:1px solid var(--club-administration-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--club-administration-black);font-weight:700}.club-administration__search input::placeholder{color:#9a9a9a}.club-administration__search input:focus-visible{border-color:var(--club-administration-black);outline:2px solid #1d8cff;outline-offset:2px}.club-administration__error{margin:0 0 18px;border:1px solid #f1b6b6;border-radius:4px;background:#fde8e8;color:#b91c1c;padding:14px 16px;font-weight:800}.club-administration__action-message{margin:0 0 18px;border:1px solid #cdebd1;border-radius:4px;background:#f3fbf5;color:#166534;padding:12px 14px;font-size:13px;font-weight:900}.club-administration__action-message--error{border-color:#f1b6b6;background:#fde8e8;color:#b91c1c}.club-administration__loading{display:grid;gap:14px}.club-administration__loading span{display:block;min-height:72px;border-radius:4px;background:linear-gradient(90deg,#f2f2f2,#fff,#f2f2f2);background-size:220% 100%;animation:club-administration-loading 1.2s ease-in-out infinite}.club-administration__table-wrap{width:100%;overflow-x:auto;overflow-y:visible;contain:layout;border:1px solid #f2f2f2;border-radius:4px}.club-administration__table{width:100%;min-width:980px;border-collapse:collapse;color:var(--club-administration-black);font-size:14px}.club-administration__table th,.club-administration__table td{padding:18px;text-align:left;vertical-align:middle}.club-administration__table th{background:#f2f2f2;color:var(--club-administration-black);font-size:13px;font-weight:900;white-space:nowrap}.club-administration__table td{border-bottom:1px solid #f2f2f2;color:#33383f;font-weight:700}.club-administration__table tbody tr:nth-child(2n){background:var(--club-administration-soft)}.club-administration__table tbody tr:last-child td{border-bottom:0}.club-administration__table td strong{color:var(--club-administration-black);font-weight:900}.club-administration__athlete-cell{display:flex;min-width:0;align-items:center;gap:12px}.club-administration__athlete-avatar{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:#eef2f6;color:var(--club-administration-black);font-size:13px;font-weight:900}.club-administration__athlete-avatar img{display:block;width:100%;height:100%;object-fit:cover}.club-administration__coach-name{display:grid;gap:2px}.club-administration__coach-name small{color:var(--club-administration-gray);font-size:11px;font-weight:800}.club-administration__registered-cell{display:inline-flex;flex-direction:column;gap:4px;white-space:nowrap}.club-administration__registered-cell strong{color:var(--club-administration-black);font-size:13px;font-weight:900;line-height:1.2}.club-administration__registered-cell span{color:var(--club-administration-gray);font-size:12px;font-weight:800;line-height:1.2}.club-administration__status{display:inline-flex;min-height:26px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900;white-space:nowrap}.club-administration__status--active{background:#e8f7ed;color:#166534}.club-administration__status--pending{background:#fff7df;color:#9a6700}.club-administration__status--inactive{background:#fde8e8;color:#b91c1c}.club-administration__row-action{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--club-administration-line);border-radius:4px;background:#fff;color:var(--club-administration-black);font-size:18px;font-weight:900;line-height:1;cursor:pointer}.club-administration__row-action:hover,.club-administration__row-action:focus-visible{border-color:var(--club-administration-gold);color:var(--club-administration-gold);outline:none}.club-administration__row-action:disabled{cursor:wait;opacity:.62}.club-administration__action-cell{position:relative;width:64px}.club-administration__row-menu{position:absolute;top:calc(100% - 8px);right:16px;z-index:20;display:grid;min-width:190px;overflow:hidden;border:1px solid var(--club-administration-line);border-radius:4px;background:#fff;box-shadow:0 18px 38px #10121429}.club-administration__row-menu button{display:flex;min-height:42px;align-items:center;border:0;border-bottom:1px solid #f2f2f2;padding:0 14px;background:#fff;color:var(--club-administration-black);font-size:13px;font-weight:900;text-align:left;cursor:pointer}.club-administration__row-menu button:last-child{border-bottom:0}.club-administration__row-menu button:hover,.club-administration__row-menu button:focus-visible{background:#f6f6f6;outline:none}.club-administration__row-menu button:disabled{cursor:not-allowed;background:#f8f8f8;color:#9a9da2}.club-administration__row-menu button:disabled:hover{background:#f8f8f8}.club-administration__row-menu .is-danger{color:#b91c1c}.club-administration__row-menu .is-danger:disabled{color:#9a9da2}.club-administration__dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#10121459}.club-administration__dialog{width:min(460px,100%);border:1px solid var(--club-administration-line);border-radius:4px;background:#fff;box-shadow:0 24px 60px #10121438;padding:24px}.club-administration__dialog--staff{width:min(560px,100%)}.club-administration__coach-profile-heading{display:flex;align-items:center;gap:16px}.club-administration__coach-profile-heading>div{min-width:0}.club-administration__coach-profile-heading p{margin:0 0 4px;font-size:12px;text-transform:uppercase}.club-administration__coach-profile-heading span{color:var(--club-administration-gray);font-size:13px;font-weight:800}.club-administration__coach-profile-avatar{display:inline-flex;width:72px;height:72px;flex:0 0 72px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--club-administration-line);border-radius:50%;background:#f4f5f6;color:var(--club-administration-black);font-size:22px;font-weight:900}.club-administration__coach-profile-avatar img{display:block;width:100%;height:100%;object-fit:cover}.club-administration__coach-profile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;margin:24px 0 0;border-top:1px solid var(--club-administration-line);padding-top:20px}.club-administration__coach-profile-details div{min-width:0}.club-administration__coach-profile-details dt{color:var(--club-administration-gray);font-size:12px;font-weight:800}.club-administration__coach-profile-details dd{overflow-wrap:anywhere;margin:5px 0 0;color:var(--club-administration-black);font-size:14px;font-weight:900}.club-administration__member-form--dialog{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;padding-top:0}.club-administration__dialog h3{margin:0;color:var(--club-administration-black);font-size:22px;font-weight:900;line-height:1.2}.club-administration__dialog p{margin:10px 0 0;color:var(--club-administration-gray);font-size:14px;font-weight:800;line-height:1.5}.club-administration__dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.club-administration__approval-table{min-width:1180px}.club-administration__approval-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}.club-administration__approve-action,.club-administration__reject-action{min-height:36px;padding:0 12px;font-size:13px}.club-administration__approve-action{border-color:#166534;background:#166534;color:#fff}.club-administration__reject-action{border-color:#b91c1c;background:#fff;color:#b91c1c}.club-administration__approve-action:hover:not(:disabled),.club-administration__approve-action:focus-visible:not(:disabled){border-color:#0f4a26;background:#0f4a26;outline:none}.club-administration__reject-action:hover:not(:disabled),.club-administration__reject-action:focus-visible:not(:disabled){background:#b91c1c;color:#fff;outline:none}.club-administration__approve-action:disabled,.club-administration__reject-action:disabled{cursor:wait;opacity:.62}.club-administration__empty{height:120px;color:var(--club-administration-gray);font-weight:800;text-align:center}.club-administration__table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;color:var(--club-administration-gray);font-size:14px;font-weight:800}.club-administration__pagination{display:flex;align-items:center;gap:8px}.club-administration__pagination button,.club-administration__pagination strong{display:inline-flex;min-width:40px;min-height:40px;align-items:center;justify-content:center;border-radius:4px;font-weight:900}.club-administration__pagination button{border:1px solid var(--club-administration-line);background:#fff;color:var(--club-administration-black);cursor:pointer}.club-administration__pagination button:hover,.club-administration__pagination button:focus-visible{border-color:var(--club-administration-black);outline:none}.club-administration__pagination strong{background:var(--club-administration-black);color:#fff}@keyframes club-administration-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1120px){.club-administration__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.club-administration__toolbar{grid-template-columns:1fr}.club-administration__search{width:100%}}@media(max-width:680px){.club-administration{gap:18px}.club-administration__summary{grid-template-columns:1fr}.club-administration__alert,.club-administration__panel-header,.club-administration__table-footer{align-items:stretch;flex-direction:column}.club-administration__back-icon-action,.club-administration__more-action{width:46px;height:46px}.club-administration__alert,.club-administration__panel{padding:18px}.club-administration__tabs{display:flex;width:100%}.club-administration__toolbar-action{width:100%;margin-left:0}.club-administration__tab{flex:1 0 auto}.club-administration__panel-header h2{font-size:24px}.club-administration__member-form,.club-administration__coach-profile-details{grid-template-columns:1fr}.club-administration__filter-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.club-administration__filter{padding:0 10px}.club-administration__table{min-width:860px}.club-administration__table th,.club-administration__table td{padding:14px}.club-administration__pagination{justify-content:space-between}.club-administration__form-actions button{width:100%}}.club-administration select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.club-administration select:not([multiple])::-ms-expand{display:none}.athlete-profile-page,.athlete-ranking-page,.athlete-training-page,.athlete-account-settings{--athlete-workspace-black: var(--dashboard-workspace-black, #171717);--athlete-workspace-red: var(--dashboard-workspace-danger, #d92d20);--athlete-workspace-gold: var(--dashboard-workspace-focus, #171717);--athlete-workspace-gray: var(--dashboard-workspace-gray, #737373);--athlete-workspace-line: var(--dashboard-workspace-line, #e5e5e5);--athlete-workspace-soft: var(--dashboard-workspace-soft, #fafafa);display:grid;gap:24px;color:var(--athlete-workspace-black)}.athlete-profile-page *,.athlete-ranking-page *,.athlete-training-page *,.athlete-account-settings *{box-sizing:border-box}.athlete-workspace-loading{display:grid;gap:16px}.athlete-profile-page__hero,.athlete-ranking-page__hero,.athlete-training-page__hero,.athlete-account-settings__hero,.athlete-profile-page__panel,.athlete-ranking-page__panel,.athlete-training-page__panel,.athlete-account-settings__panel,.athlete-profile-page__summary-card,.athlete-account-settings__summary-card{border:1px solid #f2f2f2;border-radius:4px;background:#fff}.athlete-profile-page__hero,.athlete-ranking-page__hero,.athlete-training-page__hero,.athlete-account-settings__hero{display:flex;min-height:150px;align-items:center;justify-content:space-between;gap:24px;padding:28px}.athlete-training-page__hero,.athlete-ranking-page__hero,.athlete-account-settings__hero{align-items:flex-start;border-left:4px solid var(--athlete-workspace-gold)}.athlete-training-page__hero h2,.athlete-ranking-page__hero h2,.athlete-profile-page__hero h2,.athlete-account-settings__hero h2{margin:0;color:var(--athlete-workspace-black);font-size:28px;font-weight:900;line-height:1.15}.athlete-training-page__hero p,.athlete-ranking-page__hero p,.athlete-profile-page__hero p,.athlete-account-settings__hero p{margin:8px 0 0;color:var(--athlete-workspace-gray);font-size:14px;font-weight:800;line-height:1.45}.athlete-profile-page__identity{display:flex;min-width:0;align-items:center;gap:28px}.athlete-profile-page__avatar{display:grid;width:104px;aspect-ratio:1;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--athlete-workspace-soft);color:var(--athlete-workspace-black);font-size:30px;font-weight:900}.athlete-profile-page__avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.athlete-profile-page__eyebrow{margin:0 0 8px;color:var(--athlete-workspace-red);font-size:13px;font-weight:900}.athlete-profile-page__meta{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:10px;color:var(--athlete-workspace-gray);font-size:16px;font-weight:900}.athlete-profile-page__status,.athlete-training-page__status,.athlete-training-page__performance{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border-radius:4px;padding:0 8px;font-size:13px;font-weight:900}.athlete-profile-page__status--active,.athlete-training-page__status--present,.athlete-training-page__performance--success{border:1px solid rgba(0,163,38,.35);background:#00a3261a;color:#008f28}.athlete-profile-page__status--inactive,.athlete-training-page__status--absent,.athlete-training-page__performance--danger{border:1px solid rgba(212,20,30,.35);background:#d4141e14;color:var(--athlete-workspace-red)}.athlete-profile-page__status--pending,.athlete-training-page__status--excused,.athlete-training-page__performance--warning{border:1px solid rgba(200,162,74,.45);background:#fffbf0;color:#9a6700}.athlete-training-page__performance--neutral{border:1px solid var(--athlete-workspace-line);background:var(--athlete-workspace-soft);color:var(--athlete-workspace-gray)}.athlete-profile-page__hero-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.athlete-profile-page__edit,.athlete-profile-page__rank-action,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.athlete-account-settings__secondary-action{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--athlete-workspace-black);border-radius:4px;padding:0 16px;background:var(--athlete-workspace-black);color:#fff;font-weight:900;text-decoration:none;cursor:pointer}.athlete-profile-page__panel,.athlete-ranking-page__panel,.athlete-training-page__panel,.athlete-account-settings__panel{padding:24px}.athlete-account-settings__panel--danger{border-color:#d92d202e}.athlete-profile-page__panel h3,.athlete-account-settings__panel h3{margin:0 0 22px;color:var(--athlete-workspace-black);font-size:18px;font-weight:900}.athlete-profile-page__documents{display:grid;gap:18px}.athlete-profile-page__documents-header{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:20px}.athlete-profile-page__documents-header h3{margin-bottom:8px}.athlete-profile-page__documents-header p{margin:0;color:var(--athlete-workspace-gray);font-size:14px;font-weight:700;line-height:1.45}.athlete-profile-page__document-summary{display:inline-flex;min-height:30px;flex:0 0 auto;align-items:center;border-radius:999px;padding:0 12px;background:#fff7df;color:#9a6700;font-size:12px;font-weight:900}.athlete-profile-page__document-summary.is-complete{background:#e8f7ed;color:#166534}.athlete-profile-page__document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.athlete-profile-page__document-card{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:14px;background:#fff}.athlete-profile-page__document-card div{display:grid;min-width:0;gap:6px}.athlete-profile-page__document-card strong{color:var(--athlete-workspace-black);font-size:14px;font-weight:900;line-height:1.25}.athlete-profile-page__document-card span{min-width:0;overflow:hidden;color:var(--athlete-workspace-gray);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.athlete-profile-page__document-note{color:var(--athlete-workspace-gray);font-size:11px;font-weight:700;line-height:1.45}.athlete-profile-page__document-card em{flex:0 0 auto;color:var(--athlete-workspace-red);font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.athlete-profile-page__document-card em.is-complete{color:#166534}.athlete-profile-page__document-actions{display:grid;flex:0 0 auto;justify-items:end;gap:8px}.athlete-profile-page__document-actions label{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 10px;background:#fff;color:var(--athlete-workspace-black);cursor:pointer;font-size:12px;font-weight:900;white-space:nowrap}.athlete-profile-page__document-actions input{display:none}.athlete-profile-page__document-error{margin:0;border:1px solid #fecaca;border-radius:4px;padding:10px 12px;background:#fef2f2;color:var(--athlete-workspace-red);font-size:13px;font-weight:800}.athlete-profile-page__rank-action{border-color:var(--athlete-workspace-line);background:#fff;color:var(--athlete-workspace-black)}.athlete-profile-page__rank-action span,.athlete-profile-page__rank-action small{display:block;line-height:1.2}.athlete-profile-page__rank-action small{margin-top:2px;color:var(--athlete-workspace-gray);font-size:11px;font-weight:800}.athlete-ranking-page__hero{min-height:132px;align-items:flex-start;border-left:4px solid var(--athlete-workspace-red)}.athlete-ranking-page__hero span{display:inline-block;margin-top:10px;color:var(--athlete-workspace-gray);font-size:14px;font-weight:800;line-height:1.45}.athlete-ranking-page__back-link{border-color:var(--athlete-workspace-black);background:var(--athlete-workspace-black);color:#fff}.athlete-ranking-page__toolbar{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(6,minmax(130px,1fr));gap:12px;margin-bottom:20px;align-items:end}.athlete-ranking-page__search,.athlete-ranking-page__filter{display:grid;gap:8px;color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-ranking-page__search input,.athlete-ranking-page__filter select{width:100%;min-height:40px;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--athlete-workspace-black);font:inherit}.athlete-ranking-page__filter select{font-weight:900}.athlete-ranking-page__table-wrap{overflow-x:auto;border:1px solid #f2f2f2;border-radius:4px}.athlete-ranking-page__table{width:100%;min-width:980px;border-collapse:collapse;font-size:14px}.athlete-ranking-page__table th,.athlete-ranking-page__table td{padding:16px;text-align:left;vertical-align:middle}.athlete-ranking-page__table th{background:#f2f2f2;color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-ranking-page__table td{color:var(--athlete-workspace-black);font-weight:800;line-height:1.45}.athlete-ranking-page__table tbody tr:nth-child(2n){background:#f6f6f6}.athlete-ranking-page__row--current{background:#fff8e1!important}.athlete-ranking-page__rank,.athlete-ranking-page__you,.athlete-ranking-page__trend{display:inline-flex;min-height:26px;align-items:center;justify-content:center;border-radius:4px;padding:0 8px;font-size:12px;font-weight:900}.athlete-ranking-page__rank{border:1px solid rgba(23,23,23,.18);background:#fff;color:var(--athlete-workspace-black)}.athlete-ranking-page__you{margin-left:8px;border:1px solid rgba(0,163,38,.35);background:#00a3261a;color:#008f28}.athlete-ranking-page__medals{white-space:nowrap}.athlete-ranking-page__trend{border:1px solid var(--athlete-workspace-line);background:var(--athlete-workspace-soft);color:var(--athlete-workspace-gray)}.athlete-ranking-page__trend--up{border-color:#00a32659;background:#00a3261a;color:#008f28}.athlete-ranking-page__trend--down{border-color:#d4141e59;background:#d4141e14;color:var(--athlete-workspace-red)}.athlete-ranking-page__result-count{margin:14px 0 0;color:var(--athlete-workspace-gray);font-size:13px;font-weight:800}.athlete-account-settings__panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.athlete-account-settings__panel header p{margin:8px 0 0;color:var(--athlete-workspace-gray);font-size:14px;font-weight:800;line-height:1.45}.athlete-profile-page__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}.athlete-profile-page__details dl{display:grid;gap:16px;margin:0}.athlete-profile-page__detail-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:36px;align-items:baseline;min-height:28px}.athlete-profile-page__detail-row dt{color:var(--athlete-workspace-gray);font-size:14px;font-weight:900}.athlete-profile-page__detail-row dd{min-width:0;margin:0;color:var(--athlete-workspace-black);font-size:14px;font-weight:900;line-height:1.45;overflow-wrap:anywhere}.athlete-profile-page__detail-link{color:inherit;font-weight:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.athlete-profile-edit-form{display:grid;gap:16px}.athlete-profile-edit-page__hero{min-height:126px}.athlete-profile-edit-page__secondary-action,.athlete-profile-edit-page__upload-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 16px;background:#fff;color:var(--athlete-workspace-black);font-size:14px;font-weight:900;text-decoration:none;cursor:pointer}.athlete-profile-edit-page__secondary-action:hover,.athlete-profile-edit-page__secondary-action:focus-visible,.athlete-profile-edit-page__upload-button:hover,.athlete-profile-edit-page__upload-button:focus-within{border-color:var(--athlete-workspace-black)}.athlete-profile-edit-page__upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.athlete-profile-edit-page__notice,.athlete-profile-edit-page__small-notice{margin:0;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:12px 14px;font-size:13px;font-weight:900;line-height:1.45}.athlete-profile-edit-page__notice--saved,.athlete-profile-edit-page__small-notice--saved{border-color:#00a32647;background:#00a32614;color:#008f28}.athlete-profile-edit-page__notice--error,.athlete-profile-edit-page__small-notice--error{border-color:#d92d2047;background:#d92d2014;color:var(--athlete-workspace-red)}.athlete-profile-edit-page__photo-row{display:flex;align-items:center;gap:18px}.athlete-profile-edit-page__photo-preview{width:82px}.athlete-profile-edit-page__photo-control{display:grid;gap:10px}.athlete-profile-edit-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.athlete-profile-edit-page__grid+.athlete-profile-edit-page__grid,.athlete-profile-edit-page__grid+.athlete-profile-edit-page__field,.athlete-profile-edit-page__field+.athlete-profile-edit-page__grid{margin-top:16px}.athlete-profile-edit-page__field{display:grid;gap:8px;min-width:0}.athlete-profile-edit-page__field span{color:var(--athlete-workspace-gray);font-size:13px;font-weight:900;line-height:1.35}.athlete-profile-edit-page__field input,.athlete-profile-edit-page__field select,.athlete-profile-edit-page__field textarea,.athlete-profile-edit-page__field--readonly strong{width:100%;min-height:42px;border:1px solid var(--athlete-workspace-line);border-radius:4px;background:#fff;color:var(--athlete-workspace-black);font:inherit;font-size:14px;font-weight:800}.athlete-profile-edit-page__field input,.athlete-profile-edit-page__field select,.athlete-profile-edit-page__field textarea{padding:0 12px}.athlete-profile-edit-page__field textarea{min-height:96px;padding-block:12px;resize:vertical}.athlete-profile-edit-page__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.athlete-profile-edit-page__field--readonly strong{display:flex;align-items:center;padding:0 12px;background:var(--athlete-workspace-soft);overflow-wrap:anywhere}.athlete-profile-edit-page__field--wide{grid-column:1 / -1}.athlete-profile-edit-page__input-wrap{position:relative}.athlete-profile-edit-page__input-wrap em{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:var(--athlete-workspace-gray);font-size:12px;font-style:normal;font-weight:900;pointer-events:none}.athlete-profile-edit-page__input-wrap input{padding-right:48px}.athlete-profile-edit-page__footer-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.athlete-profile-page__summary,.athlete-account-settings__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.athlete-profile-page__summary-card,.athlete-account-settings__summary-card{min-height:126px;display:grid;align-content:start;gap:8px;padding:20px}.athlete-profile-page__summary--compact .athlete-profile-page__summary-card{min-height:0}.athlete-profile-page__summary-card span,.athlete-profile-page__summary-card p,.athlete-account-settings__summary-card span,.athlete-account-settings__summary-card p{margin:0;color:var(--athlete-workspace-gray);font-size:13px;font-weight:900;line-height:1.35}.athlete-profile-page__summary-card strong,.athlete-account-settings__summary-card strong{color:var(--athlete-workspace-black);font-size:20px;font-weight:900;line-height:1.2}.athlete-account-settings__details{display:grid;gap:16px;margin:0}.athlete-account-settings__detail-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;align-items:baseline}.athlete-account-settings__detail-row dt{color:var(--athlete-workspace-gray);font-size:14px;font-weight:900}.athlete-account-settings__detail-row dd{min-width:0;margin:0;color:var(--athlete-workspace-black);font-size:14px;font-weight:900;line-height:1.45;overflow-wrap:anywhere}.athlete-account-settings__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.athlete-account-settings__links a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 14px;color:var(--athlete-workspace-black);font-weight:900;text-align:center;text-decoration:none}.athlete-account-settings__links a:hover,.athlete-account-settings__links a:focus-visible{border-color:var(--athlete-workspace-black);background:var(--athlete-workspace-black);color:#fff;outline:none}.athlete-account-settings__form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.athlete-account-settings__form-grid--danger{grid-template-columns:repeat(2,minmax(0,1fr))}.athlete-account-settings__field{display:grid;gap:8px}.athlete-account-settings__field span{color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-account-settings__field input{width:100%;min-height:44px;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 14px;color:var(--athlete-workspace-black);font:inherit}.athlete-account-settings__helper{margin:14px 0 0;color:var(--athlete-workspace-gray);font-size:13px;font-weight:800;line-height:1.45}.athlete-account-settings__action-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:18px}.athlete-account-settings__action-row--stacked{align-items:flex-start}.athlete-account-settings__notice{margin:0;color:#067647;font-size:13px;font-weight:800;line-height:1.45}.athlete-account-settings__notice--error{color:var(--athlete-workspace-red)}.athlete-account-settings__source-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.athlete-account-settings__source-tags span{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--athlete-workspace-line);border-radius:999px;padding:0 12px;color:var(--athlete-workspace-black);font-size:12px;font-weight:900}.athlete-account-settings__danger-note{margin-bottom:24px;border:1px solid rgba(217,45,32,.2);border-radius:4px;padding:14px 16px;background:#d92d200f;color:var(--athlete-workspace-red);font-size:13px;font-weight:800;line-height:1.5}.athlete-account-settings__danger-action{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--athlete-workspace-red);border-radius:4px;padding:0 16px;background:var(--athlete-workspace-red);color:#fff;font-weight:900;cursor:pointer}.athlete-account-settings__danger-action:disabled{cursor:wait;opacity:.72}.athlete-account-settings__confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;overscroll-behavior:contain}.athlete-account-settings__confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a8f}.athlete-account-settings__confirm-dialog{position:relative;z-index:1;width:min(100%,520px);display:grid;gap:18px;border:1px solid var(--athlete-workspace-line);border-radius:8px;padding:24px;background:#fff;box-shadow:0 24px 60px #0f172a38;overscroll-behavior:contain}.athlete-account-settings__confirm-header{display:grid;gap:8px}.athlete-account-settings__confirm-header span,.athlete-account-settings__confirm-header h3,.athlete-account-settings__confirm-header p{margin:0}.athlete-account-settings__confirm-header span{color:var(--athlete-workspace-gray);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.athlete-account-settings__confirm-header h3{color:var(--athlete-workspace-black);font-size:28px;font-weight:900;line-height:1.15}.athlete-account-settings__confirm-header p{color:var(--athlete-workspace-gray);font-size:14px;font-weight:800;line-height:1.55}.athlete-account-settings__confirm-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.athlete-training-page__toolbar{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.4fr);gap:12px;margin-bottom:20px}.athlete-training-page__toolbar.dashboard-filter-toolbar{display:flex;flex-wrap:wrap;align-items:end}.athlete-training-page__filters{display:grid;gap:8px;color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-training-page__filters select{width:100%;min-height:40px;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 14px;background:#fff;color:var(--athlete-workspace-black);font:inherit;font-weight:900}.athlete-training-page__search{display:grid;gap:8px;color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-training-page__search input{width:100%;min-height:40px;border:1px solid var(--athlete-workspace-line);border-radius:4px;padding:0 14px;color:var(--athlete-workspace-black);font:inherit}.athlete-training-page__table-wrap{overflow-x:auto;border:1px solid #f2f2f2;border-radius:4px}.athlete-training-page__table{width:100%;min-width:1060px;border-collapse:collapse;font-size:14px}.athlete-training-page__table th,.athlete-training-page__table td{padding:16px;text-align:left;vertical-align:top}.athlete-training-page__table th{background:#f2f2f2;color:var(--athlete-workspace-black);font-size:13px;font-weight:900}.athlete-training-page__table tbody tr:nth-child(2n){background:#f6f6f6}.athlete-training-page__table td{color:var(--athlete-workspace-black);font-weight:800;line-height:1.45}.athlete-training-page__table td span{display:block;margin-top:4px;color:var(--athlete-workspace-gray);font-size:12px;font-weight:800}.athlete-training-page__table td .athlete-training-page__status,.athlete-training-page__table td .athlete-training-page__performance{display:inline-flex;margin-top:0}@media(max-width:1100px){.athlete-profile-page__summary,.athlete-ranking-page__toolbar,.athlete-account-settings__summary,.athlete-account-settings__form-grid,.athlete-account-settings__form-grid--danger,.athlete-account-settings__links,.athlete-profile-page__details,.athlete-training-page__toolbar,.athlete-profile-page__document-grid{grid-template-columns:1fr}}.athlete-profile-page,.athlete-ranking-page,.athlete-training-page,.athlete-account-settings{gap:20px}.athlete-profile-page__hero,.athlete-ranking-page__hero,.athlete-training-page__hero,.athlete-account-settings__hero,.athlete-profile-page__panel,.athlete-ranking-page__panel,.athlete-training-page__panel,.athlete-account-settings__panel,.athlete-profile-page__summary-card,.athlete-account-settings__summary-card,.athlete-training-page__table-wrap,.athlete-account-settings__links a{border-color:var(--dashboard-workspace-line, #e5e5e5);border-radius:var(--dashboard-workspace-radius-lg, 12px);background:#fff;box-shadow:var(--dashboard-workspace-shadow-xs, 0 1px 2px rgba(16, 24, 40, .05))}.athlete-training-page__hero,.athlete-ranking-page__hero,.athlete-account-settings__hero{border-left-color:var(--dashboard-workspace-focus, #171717)}.athlete-training-page__hero h2,.athlete-ranking-page__hero h2,.athlete-profile-page__hero h2,.athlete-account-settings__hero h2,.athlete-profile-page__panel h3,.athlete-account-settings__panel h3{color:var(--dashboard-workspace-black, #171717);font-weight:700}.athlete-training-page__hero p,.athlete-ranking-page__hero p,.athlete-profile-page__hero p,.athlete-account-settings__hero p,.athlete-account-settings__panel header p,.athlete-profile-page__summary-card span,.athlete-profile-page__summary-card p,.athlete-account-settings__summary-card span,.athlete-account-settings__summary-card p,.athlete-training-page__table td span{color:var(--dashboard-workspace-muted, #525252);font-weight:500}.athlete-profile-page__eyebrow{color:var(--dashboard-workspace-gray, #737373);font-weight:600}.athlete-profile-page__avatar{background:var(--dashboard-workspace-faint, #f5f5f5)}.athlete-profile-page__status,.athlete-training-page__status,.athlete-training-page__performance{border-radius:var(--dashboard-workspace-radius-xs, 6px);font-weight:700}.athlete-profile-page__status--active,.athlete-training-page__status--present,.athlete-training-page__performance--success{border-color:#abefc6;background:#ecfdf3;color:#067647}.athlete-profile-page__status--inactive,.athlete-training-page__status--absent,.athlete-training-page__performance--danger{border-color:#fecdca;background:#fef3f2;color:var(--dashboard-workspace-danger, #d92d20)}.athlete-profile-page__status--pending,.athlete-training-page__status--excused,.athlete-training-page__performance--warning{border-color:#fedf89;background:#fffaeb;color:#b54708}.athlete-profile-page__edit,.athlete-profile-page__rank-action,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.athlete-account-settings__secondary-action,.athlete-account-settings__danger-action,.athlete-account-settings__links a{min-height:40px;border-radius:var(--dashboard-workspace-radius-sm, 8px);font-weight:700}.athlete-profile-page__edit,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action{border-color:var(--dashboard-workspace-black, #171717);background:var(--dashboard-workspace-black, #171717);color:#fff}.athlete-profile-page__edit:hover,.athlete-profile-page__edit:focus-visible,.athlete-ranking-page__back-link:hover,.athlete-ranking-page__back-link:focus-visible,.athlete-account-settings__primary-action:hover,.athlete-account-settings__primary-action:focus-visible{border-color:var(--dashboard-workspace-focus, #171717);background:var(--dashboard-workspace-focus, #171717)}.athlete-account-settings__secondary-action,.athlete-profile-page__rank-action,.athlete-account-settings__links a{border-color:var(--dashboard-workspace-border-strong, #d4d4d4);background:#fff;color:var(--dashboard-workspace-black, #171717)}.athlete-account-settings__danger-action{border-color:var(--dashboard-workspace-danger, #d92d20);background:var(--dashboard-workspace-danger, #d92d20);color:#fff}.athlete-account-settings__secondary-action:hover,.athlete-account-settings__secondary-action:focus-visible,.athlete-profile-page__rank-action:hover,.athlete-profile-page__rank-action:focus-visible,.athlete-account-settings__links a:hover,.athlete-account-settings__links a:focus-visible{border-color:var(--dashboard-workspace-black, #171717);background:var(--dashboard-workspace-black, #171717);color:#fff}.athlete-account-settings__danger-action:hover,.athlete-account-settings__danger-action:focus-visible{border-color:#b42318;background:#b42318}.athlete-training-page__filters select,.athlete-training-page__search input,.athlete-ranking-page__filter select,.athlete-ranking-page__search input,.athlete-account-settings__field input{min-height:40px;border-color:var(--dashboard-workspace-border-strong, #d4d4d4);border-radius:var(--dashboard-workspace-radius-sm, 8px);box-shadow:var(--dashboard-workspace-shadow-xs, 0 1px 2px rgba(16, 24, 40, .05))}.athlete-training-page__table th{background:var(--dashboard-workspace-faint, #f5f5f5);color:var(--dashboard-workspace-gray, #737373);font-weight:700}.athlete-ranking-page__table-wrap{border-color:var(--dashboard-workspace-line, #e5e5e5);border-radius:var(--dashboard-workspace-radius-lg, 12px);background:#fff;box-shadow:var(--dashboard-workspace-shadow-xs, 0 1px 2px rgba(16, 24, 40, .05))}.athlete-ranking-page__table th{background:var(--dashboard-workspace-faint, #f5f5f5);color:var(--dashboard-workspace-gray, #737373);font-weight:700}.athlete-ranking-page__table tbody tr:nth-child(2n){background:var(--dashboard-workspace-soft, #fafafa)}.athlete-training-page__table tbody tr:nth-child(2n){background:var(--dashboard-workspace-soft, #fafafa)}@media(max-width:720px){.athlete-profile-page__hero,.athlete-ranking-page__hero,.athlete-training-page__hero,.athlete-account-settings__hero,.athlete-account-settings__panel header,.athlete-profile-page__identity,.athlete-profile-page__documents-header{align-items:flex-start;flex-direction:column}.athlete-profile-page__edit,.athlete-profile-edit-page__secondary-action,.athlete-profile-page__rank-action,.athlete-ranking-page__back-link,.athlete-account-settings__primary-action,.athlete-account-settings__secondary-action,.athlete-account-settings__danger-action{width:100%}.athlete-profile-page__detail-row,.athlete-account-settings__detail-row{grid-template-columns:1fr;gap:6px}.athlete-account-settings__action-row{align-items:stretch;flex-direction:column}.athlete-profile-edit-page__grid{grid-template-columns:1fr}.athlete-profile-edit-page__photo-row,.athlete-profile-edit-page__footer-actions{align-items:stretch;flex-direction:column}.athlete-account-settings__confirm-dialog{padding:20px}.athlete-account-settings__confirm-header h3{font-size:22px}.athlete-account-settings__confirm-actions{align-items:stretch;flex-direction:column}}.athlete-training-page__filters select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.athlete-ranking-page__filter select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:var(--brava-select-padding-inline-end, 44px);background-image:var(--brava-select-chevron-icon);background-position:right var(--brava-select-chevron-gap, 16px) center;background-repeat:no-repeat;background-size:var(--brava-select-chevron-size, 16px) var(--brava-select-chevron-size, 16px)}.athlete-ranking-page__filter select:not([multiple])::-ms-expand{display:none}.athlete-training-page__filters select:not([multiple])::-ms-expand{display:none}
