:root{
  --font-sans:'Manrope','Segoe UI Variable','Segoe UI',sans-serif;
  --font-serif:var(--font-sans);
  --font-display:var(--font-sans);
  --ink:#102823;
  --muted:#53645f;
  --paper:#f4f2ec;
  --panel:#fbfaf6;
  --line:rgba(16,40,35,.17);
  --green:#0d4b3d;
  --green-deep:#082f28;
  --acid:#d7ef56;
  --header-height:4.5rem;
  --control-radius:.55rem;
}
html{background:var(--paper);scroll-padding-top:calc(var(--header-height) + 1rem)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans)!important;font-size:16px;line-height:1.55;letter-spacing:-.012em;-webkit-font-smoothing:antialiased}
body :where(button,input,select,textarea){font-family:var(--font-sans)!important;letter-spacing:-.012em}
body :where(p,li,label,input,select,button,a,small,span,b,strong,em,time){font-family:var(--font-sans)!important;font-size:max(.875rem,inherit)}
body :where(h1,h2){font-family:var(--font-sans)!important;font-weight:600!important;letter-spacing:-.045em!important;line-height:1!important;text-wrap:balance}
body :where(h3,h4,h5,h6){font-family:var(--font-sans)!important;font-weight:650!important;letter-spacing:-.025em!important;line-height:1.12!important}
.eyebrow{font-family:var(--font-sans)!important;font-size:.77rem!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.09em!important;text-transform:uppercase}

header{position:sticky!important;z-index:1000!important;top:0!important;display:grid!important;grid-template-columns:minmax(7rem,1fr) auto minmax(7rem,1fr)!important;align-items:center!important;width:100%!important;height:var(--header-height)!important;min-height:0!important;padding:0 clamp(1rem,2.6vw,2.75rem)!important;border:0!important;background:rgba(244,242,236,.93)!important;backdrop-filter:blur(18px)!important;box-sizing:border-box!important;color:var(--ink)!important}
header .brand{justify-self:start;display:grid!important;place-items:center;width:2.9rem;height:2.9rem;padding:0!important;border:0!important;text-decoration:none!important}
header .brand .crest{display:block!important;width:2.65rem!important;height:2.65rem!important;object-fit:contain!important}
header .brand>span{display:none!important}
header nav{position:static!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.25rem!important;width:auto!important;height:100%!important;padding:0!important;background:transparent!important;overflow:visible!important}
header nav .nav-item{position:relative;display:flex;align-items:center;height:100%}
header nav button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:2.75rem!important;padding:.5rem .9rem!important;border:0!important;border-radius:var(--control-radius)!important;background:transparent!important;color:var(--ink)!important;font-family:var(--font-sans)!important;font-size:.96rem!important;font-weight:600!important;line-height:1!important;letter-spacing:-.018em!important;white-space:nowrap!important;transition:none!important}
header nav button:hover,header nav button:focus-visible,header nav button.active,header nav button.section-current{background:transparent!important;color:var(--ink)!important}
header nav button::after{content:none!important}
header nav button.has-menu::after{content:''!important;position:static!important;display:block;flex:0 0 auto;width:.36rem;height:.36rem;margin:0 0 0 .55rem;border:0!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;background:transparent!important;transform:translateY(-.08rem) rotate(45deg);transform-origin:50% 50%;transition:transform .38s cubic-bezier(.22,1,.36,1)!important}
header nav button.has-menu.section-current::after,header nav button.has-menu.active::after{transform:translateY(-.08rem) rotate(45deg)!important;transform-origin:center!important}
.nav-dropdown{position:absolute;visibility:hidden;opacity:0;top:calc(100% - .35rem);left:50%;transform:translate(-50%,-.35rem);display:grid;min-width:13.5rem;padding:.55rem;border:1px solid var(--line);border-radius:.75rem;background:var(--panel);box-shadow:0 1.5rem 4rem rgba(11,35,30,.14);transition:.16s ease;transition-property:opacity,transform,visibility}
.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown{visibility:visible;opacity:1;transform:translate(-50%,0)}
.nav-dropdown a{display:block;padding:.72rem .8rem;border-radius:.5rem;color:var(--ink);font-size:.84rem!important;font-weight:600;text-decoration:none;white-space:nowrap}
.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:rgba(16,40,35,.07)}
@media(min-width:57.501rem){
  header nav:has(.nav-item:hover) .nav-item:not(:hover)>button{color:rgba(16,40,35,.38)!important}
  header nav .nav-item:hover>button{color:var(--ink)!important}
  header nav .nav-item:hover>button.has-menu::after{transform:translateY(.08rem) rotate(225deg)!important}
}
header .session{justify-self:end;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.5rem!important;min-width:0!important}
header .network{display:none!important}
header .session>button,header #accountButton{min-height:2.65rem!important;padding:.65rem 1.05rem!important;border:0!important;border-radius:var(--control-radius)!important;background:#dce8e2!important;color:var(--ink)!important;font-size:.9rem!important;font-weight:700!important;white-space:nowrap}
header .session>button:hover,header #accountButton:hover{background:#ceddd5!important}
.account-menu{position:relative;min-width:0}.account-menu[hidden]{display:none!important}
#accountButton{display:flex;align-items:center;gap:.65rem;max-width:15rem}#accountName{overflow:hidden;text-overflow:ellipsis}
#accountButton::after{content:"";width:.4rem;height:.4rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.08rem) rotate(45deg);transform-origin:50% 50%;transition:transform .38s cubic-bezier(.22,1,.36,1)}
.account-menu.open #accountButton::after,.account-menu:hover #accountButton::after,.account-menu:focus-within #accountButton::after{transform:translateY(.08rem) rotate(225deg)}
.account-dropdown{position:absolute;z-index:40;top:calc(100% + .55rem);right:0;visibility:hidden;display:grid;min-width:13rem;padding:.45rem;border:1px solid var(--line);border-radius:.75rem;background:var(--panel);box-shadow:0 1.4rem 3.5rem rgba(10,35,29,.14);opacity:0;transform:translateY(-.35rem);transition:opacity .18s ease,transform .24s cubic-bezier(.22,1,.36,1),visibility .18s}
.account-menu.open .account-dropdown,.account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown{visibility:visible;opacity:1;transform:translateY(0)}
.account-dropdown button{display:flex;width:100%;min-height:0!important;padding:.72rem .8rem!important;border:0!important;border-radius:.5rem!important;background:transparent!important;color:var(--ink)!important;font-family:var(--font-sans)!important;font-size:.84rem!important;font-weight:600!important;text-align:left;white-space:nowrap}.account-dropdown button:hover,.account-dropdown button:focus-visible{background:rgba(16,40,35,.07)!important}.account-dropdown #logoutButton{margin-top:.25rem;border-top:1px solid var(--line)!important;border-radius:0 0 .5rem .5rem!important}
.account-dropdown .protected.locked{display:none!important}
header nav button.protected.locked{display:none!important}
.secondary-route{display:none!important}
.menu-toggle{display:none!important}

main{width:100%;max-width:none!important;margin:0!important;padding:0!important;overflow:clip}
.view{display:none!important;min-width:0}
.view.active{display:block!important}
.view:not(#home){width:min(100%,92rem)!important;margin:0 auto!important;padding:clamp(2.25rem,5vw,5rem) clamp(1rem,4vw,4rem) clamp(4rem,8vw,8rem)!important;box-sizing:border-box}
.view>.page-intro,.athletes-head{max-width:64rem!important;margin-bottom:clamp(2rem,5vw,4.5rem)!important}
.page-intro h1,.athletes-head h1,#club>h1{max-width:100%!important;margin:.25rem 0 .75rem!important;font-size:clamp(3.5rem,8vw,7.5rem)!important;overflow-wrap:anywhere}
.page-intro>p:last-child,.athletes-head>div>p:last-child,#club>p{max-width:48rem;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem)!important;font-weight:520;line-height:1.55}

#home.site-page{padding:0!important;width:100%!important;max-width:none!important}
.home-hero{position:relative;isolation:isolate;width:calc(100% - 2rem);max-width:120rem;height:clamp(34rem,calc(100svh - var(--header-height) - 6rem),44rem);min-height:0;margin:0 auto;overflow:hidden;border-radius:1.4rem;background:#183e35;color:#fff}
.hero-slides,.hero-slide,.hero-slide img,.home-hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-slide{margin:0;opacity:0;transition:opacity 1s ease;pointer-events:none}.hero-slide.active{opacity:1}
.hero-slide img{object-fit:cover;object-position:center 45%;transform:scale(1.015);transition:transform 7s ease}.hero-slide.active img{transform:scale(1)}
.home-hero-shade{z-index:1;background:linear-gradient(90deg,rgba(4,22,18,.72) 0%,rgba(4,22,18,.2) 55%,rgba(4,22,18,.08) 100%),linear-gradient(0deg,rgba(4,22,18,.55),transparent 50%)}
.home-hero-copy{position:absolute;z-index:2;left:clamp(1rem,4.5vw,5rem);bottom:clamp(2.7rem,6vh,4.5rem);width:min(35rem,35vw)}
.home-hero-copy>p{margin:0 0 1rem;font-size:.82rem!important;font-weight:700;letter-spacing:.075em;text-transform:uppercase}
.home-hero-copy h1{margin:0 0 1rem;color:#fff;font-family:var(--font-sans)!important;font-size:clamp(2.9rem,4.4vw,4.8rem)!important;font-weight:600!important;line-height:.96!important;letter-spacing:-.05em!important;text-wrap:balance}
.home-hero-copy>span{display:block;max-width:32rem;font-family:var(--font-sans)!important;font-size:clamp(1rem,1.2vw,1.12rem)!important;font-weight:500;line-height:1.45}
.home-hero-actions{display:flex;gap:.65rem;margin-top:1.55rem}.home-hero-actions button{display:inline-flex;align-items:center;justify-content:space-between;gap:1.4rem;min-height:2.85rem;padding:.72rem .95rem;border:1px solid #fff;border-radius:var(--control-radius);background:#fff;color:var(--ink);font-family:var(--font-sans)!important;font-size:.88rem!important;font-weight:600}.home-hero-actions i{font-size:1rem;font-style:normal}
.latest-result{position:absolute;z-index:3;right:clamp(1rem,4vw,4rem);bottom:clamp(5.5rem,9vh,7rem);display:grid;width:min(22rem,31vw);padding:1.4rem;border:1px solid rgba(255,255,255,.22);border-radius:1rem;background:rgba(7,35,28,.76);box-shadow:0 2rem 5rem rgba(0,0,0,.22);backdrop-filter:blur(18px)}
.latest-result small{font-size:.73rem!important;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.latest-result strong{margin:.65rem 0 .15rem;font-size:1.45rem;line-height:1.15}.latest-result span{font-size:.88rem!important;opacity:.75}.latest-result button{margin-top:1.2rem;padding:.75rem 0 0;border:0;border-top:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;text-align:left;font-size:.86rem!important;font-weight:700}.latest-result button i{float:right;font-style:normal}
.hero-controls{position:absolute;z-index:4;right:1.5rem;bottom:1.35rem;display:flex;align-items:center;padding:0;background:transparent}
.hero-controls>span{display:flex;gap:.42rem}.hero-controls [data-slide-index]{width:.5rem;height:.5rem;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48)}.hero-controls [data-slide-index].active{background:#fff}
.home-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:min(100%,120rem);margin:0 auto;padding:1rem}
.home-routes>button{position:relative;min-height:14rem;padding:2rem clamp(1.3rem,2.5vw,2.6rem);border:1px solid var(--line);border-radius:1.2rem;background:var(--panel);color:var(--ink);text-align:left}.home-routes>button:hover{background:#fff}
.home-routes h2{margin:.25rem 0 .75rem;font-family:var(--font-sans)!important;font-size:clamp(1.6rem,2.5vw,2.45rem)!important;font-weight:650!important;line-height:1!important;letter-spacing:-.045em!important}.home-routes p{max-width:19rem;margin:0;color:var(--muted);font-size:.94rem!important;font-weight:520}.home-routes i{position:absolute;right:2rem;bottom:2rem;font-size:1.3rem;font-style:normal}

#public{padding-top:clamp(2rem,4.2vw,4.5rem)!important}
#public .hero{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:2rem!important;margin:0 0 2rem!important;overflow:visible!important}
#public .hero h1{max-width:100%!important;margin:.2rem 0 0!important;font-size:clamp(3.6rem,8vw,7.5rem)!important;line-height:.92!important;overflow-wrap:anywhere}
#public .hero .eyebrow{color:var(--green)}
.event-meta{display:flex!important;gap:1.5rem!important;flex:0 0 auto}.event-meta span{font-size:.77rem!important;color:var(--muted)}.event-meta b{font-size:.87rem!important;color:var(--ink)}
.section-tabs{display:flex!important;gap:1.3rem!important;margin-bottom:1.7rem!important;border-bottom:1px solid var(--line)!important;overflow-x:auto!important}.section-tabs button{padding:.7rem 0!important;border:0!important;border-bottom:2px solid transparent!important;background:transparent!important;color:var(--muted)!important;font-size:.9rem!important;font-weight:650!important;white-space:nowrap!important}.section-tabs button.active{border-color:var(--ink)!important;color:var(--ink)!important}
.toolbar{display:flex!important;align-items:end!important;gap:1rem!important;margin:0 0 1rem!important}.toolbar label{width:min(25rem,100%)!important;color:var(--muted)!important;font-size:.76rem!important;font-weight:700!important;letter-spacing:.035em!important;text-transform:uppercase}.toolbar select,.entry-tools select,.entry-tools input,.athlete-tools select,.athlete-tools input,.archive-tools select,.archive-tools input{min-height:3rem!important;padding:.7rem .85rem!important;border:1px solid var(--line)!important;border-radius:.6rem!important;background:var(--panel)!important;color:var(--ink)!important;font-size:.9rem!important;font-weight:600!important;letter-spacing:-.015em!important}
.statbar{display:flex!important;align-items:center!important;gap:2rem!important;min-height:3.5rem!important;padding:.85rem 1rem!important;border:1px solid var(--line)!important;border-radius:.7rem .7rem 0 0!important;background:var(--panel)!important}.statbar span{color:var(--muted)!important;font-size:.76rem!important;font-weight:600!important}.statbar span:first-child{color:var(--ink)!important;font-weight:700!important}
.leaderboard{width:100%!important;overflow-x:auto!important;border-inline:1px solid var(--line)!important;background:rgba(251,250,246,.55)!important}
.thead,.row{display:grid!important;grid-template-columns:3.2rem minmax(13.5rem,1.55fr) repeat(var(--range-count),minmax(3rem,.55fr)) 3.6rem 4rem 7.1rem!important;align-items:center!important;min-width:max(var(--table-width),64rem)!important;width:100%!important;box-sizing:border-box!important}
.thead{min-height:3.2rem!important;padding:0 .75rem!important;border-bottom:2px solid var(--green)!important;color:var(--muted)!important}.thead>span{font-size:.7rem!important;font-weight:750!important;line-height:1.15!important}.thead small{display:block;margin-top:.16rem;font-size:.64rem!important;color:#7c8985!important}
.row{min-height:4.5rem!important;padding:.55rem .75rem!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;text-align:left!important;cursor:pointer!important}.row:hover,.row[aria-expanded=true]{background:#e9f0ec!important}.row.podium{box-shadow:none!important}.row.podium:first-child{background:#e5efea!important;box-shadow:inset .25rem 0 0 var(--green)!important}
.row .person{display:flex!important;align-items:center!important;gap:.58rem!important;min-width:0!important}.row .country-flag{flex:0 0 auto;font-size:1.05rem!important;line-height:1!important}.row .person b{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--ink)!important;font-size:.95rem!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap}.row .class-mark{flex:0 0 auto;color:var(--muted)!important;font-size:.72rem!important;font-weight:700!important}
.row :where(.pos,.metric,.off,.ranges-shot){font-size:.82rem!important;font-weight:600!important;font-variant-numeric:tabular-nums}.row .score{font-size:1.02rem!important;font-weight:750!important;letter-spacing:-.025em!important;font-variant-numeric:tabular-nums}.row .score small{font-size:.65rem!important}.inline-result{padding:.8rem!important;border-bottom:1px solid var(--line)!important;background:#edf2ef!important}.inline-result .detail-scores{gap:.4rem!important}.inline-result .detail-score{min-height:3rem!important;padding:.55rem .7rem!important}.note{max-width:64rem!important;margin:1rem 0!important;color:var(--muted)!important;font-size:.8rem!important;font-weight:520!important}
.meeting-section .section-intro h2{font-size:clamp(2.6rem,5vw,4.5rem)!important}.competition-card :where(b,small,em,strong){font-size:max(.82rem,inherit)!important}

.site-card,.records-routes .site-card{border:1px solid var(--line)!important;border-radius:.8rem!important;background:var(--panel)!important;box-shadow:none!important}.site-card :where(p,small){font-size:max(.82rem,inherit)!important}.site-card h2{font-size:clamp(1.55rem,2.4vw,2.25rem)!important}.site-list :where(b,small,time,button,.archive-status){font-size:max(.8rem,inherit)!important}
.athlete-tools,.archive-tools{gap:.8rem!important}.athlete-tools label,.archive-tools label{font-size:.76rem!important;font-weight:700!important;letter-spacing:.035em!important}.athlete-card{min-height:5.2rem!important;padding:.9rem 1rem!important;border-color:var(--line)!important}.athlete-card :where(b,em){font-size:max(.82rem,inherit)!important}.post-nominals{font-size:.8em!important;font-weight:800!important;letter-spacing:.03em!important}.athlete-profile-head h1{max-width:100%!important;font-size:clamp(3.2rem,7vw,6.5rem)!important;overflow-wrap:anywhere}.profile-record-section>h2{font-size:clamp(2rem,4vw,3.4rem)!important}.athlete-achievements article :where(time,b,span),.major-placing-summary :where(small,strong,em){font-size:max(.78rem,inherit)!important}
.history-timeline article p{white-space:normal;color:var(--muted);font-size:1rem!important;line-height:1.7}.history-timeline article p+p{margin-top:1rem}.history-timeline h3{font-size:clamp(1.35rem,2.3vw,2rem)!important}.club-subnav{display:flex;gap:1rem;overflow-x:auto;border-bottom:1px solid var(--line)}.club-subnav button{padding:.75rem 0;border:0;border-bottom:2px solid transparent;background:transparent;font-size:.86rem!important;font-weight:650;white-space:nowrap}.club-subnav button.active{border-color:var(--ink)}
footer{font-size:.9rem!important}
footer .footer-brand strong{font-size:1rem!important}
footer .footer-brand span{font-size:.82rem!important}
footer .footer-links h2{font-family:var(--font-sans)!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.025em!important}
footer .footer-links :where(a,button){font-size:.88rem!important;font-weight:550!important;line-height:1.45!important}
footer .footer-bottom :where(span,button){font-size:.78rem!important}

/* Points-dropped terminology is used consistently, including the legacy mobile header. */
@media(max-width:720px){#public .thead span::after{content:none!important}}

@media(max-width:70rem){header{grid-template-columns:minmax(4rem,1fr) auto minmax(4rem,1fr)!important;padding-inline:1rem!important}header nav button{padding-inline:.65rem!important}.event-meta{display:none!important}}
@media(max-width:57.5rem){
  :root{--header-height:4rem}
  header{grid-template-columns:3.2rem 1fr auto!important;height:var(--header-height)!important;padding:0 .8rem!important;background:var(--paper)!important}
  header.menu-open{backdrop-filter:none!important}
  header .brand{width:2.6rem;height:2.6rem}header .brand .crest{width:2.3rem!important;height:2.3rem!important}
  .menu-toggle{grid-column:2;justify-self:end;display:flex!important;align-items:center!important;gap:.24rem!important;width:auto!important;height:2.65rem!important;padding:.5rem .7rem!important;border:0!important;border-radius:var(--control-radius)!important;background:transparent!important;color:var(--ink)!important}.menu-toggle span{display:block;width:.22rem;height:.22rem;border-radius:50%;background:currentColor}.menu-toggle b{margin-left:.25rem;font-size:.76rem;font-weight:700}
  header .session{grid-column:3}header .session>button,header #accountButton{min-height:2.4rem!important;padding:.55rem .85rem!important}#accountButton{max-width:8.5rem}.account-dropdown{top:calc(100% + .45rem);min-width:12rem}
  header nav{position:fixed!important;inset:var(--header-height) 0 auto 0!important;display:none!important;align-content:start!important;align-items:stretch!important;justify-content:start!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;width:100%!important;max-width:none!important;height:auto!important;max-height:calc(100svh - var(--header-height))!important;padding:1rem!important;border-bottom:1px solid var(--line)!important;background:var(--paper)!important;overflow-y:auto!important;box-shadow:0 1.5rem 3rem rgba(10,35,29,.12)!important;box-sizing:border-box!important}
  header.menu-open nav{display:grid!important}.menu-visible{overflow:hidden}
  header nav .nav-item{display:grid;height:auto;border:1px solid var(--line);border-radius:var(--control-radius);background:var(--panel);overflow:hidden}header nav .nav-item:first-child{grid-column:1/-1}header nav .nav-item>button{justify-content:space-between!important;width:100%!important;padding:.8rem!important;border-radius:0!important;font-size:.88rem!important}header nav .nav-item:first-child>button{justify-content:center!important}header nav button.has-menu::after{display:block!important}
  .nav-dropdown{position:static!important;visibility:visible!important;opacity:1!important;transform:none!important;display:grid!important;min-width:0!important;padding:0 .35rem .35rem!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.nav-dropdown a{padding:.5rem .55rem!important;font-family:var(--font-sans)!important;font-size:.82rem!important;font-weight:600!important}.nav-item:first-child .nav-dropdown{display:none!important}
  header nav>button.protected:not(.locked){display:flex!important;min-height:3rem!important;border:1px solid var(--line)!important;border-radius:.7rem!important;background:var(--panel)!important}header nav>button.secondary-route{display:none!important}
  .home-hero{width:calc(100% - 1rem);height:min(32rem,calc(100svh - var(--header-height)));min-height:29rem;margin:0 auto;border-radius:1rem}.home-hero-copy{left:1rem;right:1rem;bottom:3.3rem;width:auto}.home-hero-copy h1{font-size:clamp(2.7rem,10.5vw,3.8rem)!important}.home-hero-copy>span{max-width:29rem;font-size:.95rem!important}.home-hero-shade{background:linear-gradient(0deg,rgba(4,22,18,.82),rgba(4,22,18,.04) 78%)}
  .hero-controls{right:1rem;bottom:1rem}.home-routes{grid-template-columns:1fr;gap:.75rem;padding:.75rem}.home-routes>button,.home-routes>button:first-child{min-height:9.5rem;padding:1.5rem;border:1px solid var(--line);border-radius:1rem}.home-routes h2{margin:.25rem 0 .45rem}.home-routes i{right:1.5rem;bottom:1.5rem}
  .view:not(#home){padding:2.2rem 1rem 5rem!important}.page-intro h1,.athletes-head h1,#club>h1{font-size:clamp(3.25rem,15vw,5.5rem)!important}.page-intro>p:last-child{font-size:1rem!important}
  #public .hero{margin-bottom:1.3rem!important}#public .hero h1{font-size:clamp(3.2rem,15vw,5.5rem)!important}.toolbar{display:block!important}.toolbar label{display:block!important;width:100%!important}.statbar{gap:.8rem!important;overflow-x:auto!important}.statbar span{white-space:nowrap}.statbar span:nth-child(n+2){display:none!important}
  .leaderboard{overflow:hidden!important}.thead,.row{grid-template-columns:2.3rem minmax(0,1fr) 2.6rem 3.35rem 6.5rem!important;min-width:0!important;width:100%!important}.thead .range-col,.row .range-col{display:none!important}.thead{padding-inline:.45rem!important}.row{min-height:4rem!important;padding:.45rem!important}.row .person{gap:.42rem!important}.row .person b{font-size:.88rem!important}.row .country-flag{font-size:.95rem!important}.row .class-mark{font-size:.66rem!important}.row .score{font-size:.92rem!important}.row :where(.pos,.off,.ranges-shot){font-size:.75rem!important}.inline-result{padding:.6rem!important}.inline-result .detail-scores{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .records-routes,.site-grid,.visit-grid,.athlete-profile-stats{grid-template-columns:1fr!important}.club-subnav{margin-inline:-1rem;padding-inline:1rem}.history-timeline article{grid-template-columns:1fr!important}.history-timeline article time{margin-bottom:.45rem}
}
@media(max-width:29rem){header nav{grid-template-columns:1fr!important}.home-hero-copy h1{font-size:2.75rem!important}.home-hero-actions{flex-wrap:wrap}.home-hero-actions button{font-size:.82rem!important}.section-tabs{gap:1rem!important}.thead,.row{grid-template-columns:2rem minmax(0,1fr) 2.3rem 3rem 5.7rem!important}.row .person{gap:.3rem!important}.row .class-mark{display:none!important}.row .score{font-size:.84rem!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.hero-slide img{transform:none!important}}

/* Live event — compact, scoreboard-first presentation */
#public.view{padding:1.15rem 0 4rem!important;background:#fff!important;font-family:var(--sans)!important}
body:has(#public.active),main:has(#public.active){background:#fff!important}
#public :where(h1,h2,h3,.person b,.score){font-family:var(--sans)!important}
.live-event-picker,.live-event-head,.live-results{width:min(calc(100% - 56px),calc(var(--content) - 56px));margin-inline:auto}
.live-event-picker{display:flex;justify-content:flex-start;align-items:end;gap:.7rem;padding:.35rem 0 .2rem}
.live-event-picker label,#public .toolbar label{display:grid;gap:.45rem;color:var(--ink);font-size:.82rem!important;font-weight:650!important;letter-spacing:0!important}
#competitionLabel>span{text-transform:none!important;color:var(--ink)!important}
.live-event-picker label{width:min(18rem,100%);min-width:0}.live-event-picker label.year-picker{width:7rem;flex:0 0 7rem}.live-event-picker [hidden]{display:none!important}
.live-event-picker #competitionLabel{width:min(23rem,100%);flex:0 1 23rem}
.live-event-picker select,#public .toolbar select{width:100%;min-width:0;min-height:2.75rem!important;padding:.68rem 3rem .68rem .85rem!important;border:1px solid #c8ccc6!important;border-radius:.55rem!important;appearance:none;background-color:var(--surface)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%230d2520' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 1rem center!important;background-size:1rem!important;color:var(--ink)!important;font:600 .9rem/1.2 var(--sans)!important}
.live-event-head{padding:1.05rem 0 1.2rem;border-top:0}
.event-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;color:var(--green);font-size:.74rem;font-weight:750;letter-spacing:.055em}
.event-status i{width:.52rem;height:.52rem;border-radius:50%;background:#4ea36f;box-shadow:0 0 0 .22rem #4ea36f20}
.live-event-head h1{max-width:50rem;margin:0!important;color:var(--ink);font-size:clamp(2rem,4vw,3.35rem)!important;font-weight:600!important;line-height:1!important;letter-spacing:-.045em!important;overflow-wrap:normal!important}
.event-conditions{display:flex;gap:.8rem;margin-top:1.05rem;color:#495b55;font-size:.86rem;font-weight:600}
.event-conditions span+span{padding-left:.8rem;border-left:1px solid #bbc2bd}
.event-conditions span{display:inline-flex;align-items:center;gap:.4rem}.weather-icon{display:inline-grid;place-items:center;width:1.15rem;height:1.15rem}.weather-icon svg{display:block;width:100%;height:100%}.wind-arrow{display:inline-block;font-size:1rem;line-height:1;transform:rotate(var(--wind-direction,0deg));transform-origin:center;transition:transform .25s ease}
.row:first-child,.row.podium:first-child{background:transparent!important;box-shadow:none!important}
.scorecard{grid-template-columns:minmax(220px,1fr) 104px 104px 130px 104px!important}
.dns-choice{align-self:center;display:flex!important;align-items:center;gap:.55rem;min-height:2.75rem;padding:.55rem .65rem;border:1px solid var(--line);border-radius:.55rem;color:var(--ink)!important;font-size:.78rem!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}
.dns-choice input{width:1rem!important;height:1rem;margin:0;padding:0;accent-color:var(--green)}
.scorecard.dns{background:#f2f5f2!important}.scorecard.dns .points,.scorecard.dns .vs{opacity:.45}
.live-results{overflow:visible}
#public .toolbar{display:none!important}
#public .toolbar label{width:min(23rem,100%)}
#public .statbar{width:100%!important;min-height:0!important;margin:0!important;padding:.85rem 0 .75rem!important;border:0!important;border-radius:0!important;background:transparent!important}
#public .statbar span{color:var(--ink)!important;font-size:.82rem!important;font-weight:650!important}
#public .leaderboard{width:100%!important;margin:0!important;border-top:1px solid var(--line)!important;background:transparent!important;overflow-x:auto!important}
#public .thead,#public .row{grid-template-columns:42px minmax(230px,1fr) repeat(var(--range-count),50px) 58px 54px 90px!important;min-width:var(--table-width,620px)!important;column-gap:3px!important}
#public .thead.no-range-columns,#public .row.no-range-columns{grid-template-columns:42px minmax(230px,1fr) 58px 54px 90px!important}
#public .thead{min-height:2.65rem;padding:.5rem .55rem!important;color:#53625d!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.015em!important}
#public .row{min-height:3.55rem!important;padding:.42rem .55rem!important}
#public .row .person{gap:.48rem!important}
#public .row .person b{font-size:.96rem!important;font-weight:650!important;letter-spacing:-.01em!important}
#public .row .class-mark{font-size:.72rem!important;font-weight:700!important}
#public .row :where(.metric,.off,.ranges-shot,.pos){font-size:.85rem!important;font-weight:600!important}
#public .row .score{font-size:1rem!important;font-weight:650!important}
#public .row .country-flag{display:block!important;width:.78rem!important;height:.78rem!important;flex:0 0 .78rem!important;overflow:hidden!important;color:transparent!important;font-size:0!important;line-height:0!important}
#public .row .metric.dns{color:#6b7773!important;font-size:.74rem!important;font-weight:750!important;letter-spacing:.035em}
#public .note{width:100%!important;max-width:none!important;margin:0!important;padding:1rem 0 0!important;color:#4e5e59!important;font-size:.78rem!important;line-height:1.55!important}

@media(max-width:720px){
  #public.view{padding-top:.85rem!important}
  .live-event-picker,.live-event-head,.live-results{width:calc(100% - 30px)}
  .live-event-picker{display:grid;grid-template-columns:5.75rem minmax(0,1fr);gap:.55rem;padding-bottom:.15rem}.live-event-picker label,.live-event-picker label.year-picker{width:100%;min-width:0;flex-basis:auto}.live-event-picker #competitionLabel{grid-column:1/-1;width:100%;max-width:none;flex-basis:auto}.live-event-picker select{min-width:0;padding-right:2.65rem!important}
  .live-event-head{padding:.9rem 0 1rem}
  .live-event-head h1{font-size:clamp(1.8rem,9vw,2.6rem)!important}
  .event-status{margin-bottom:.5rem;font-size:.68rem}
  .event-conditions{font-size:.78rem}
  .scorecard{grid-template-columns:minmax(0,1fr) 76px 76px!important}.dns-choice{grid-column:1/-1}.scorecard .save-score{grid-column:1/-1}
  #public .toolbar{display:none!important;padding:0!important;border:0!important;min-height:0!important}
  #public .statbar{padding:.7rem 0!important;overflow:visible!important}
  #public .statbar span{font-size:.75rem!important;white-space:normal}
  #public .thead,#public .row,#public .thead.no-range-columns,#public .row.no-range-columns{grid-template-columns:1.8rem minmax(0,1fr) 2.15rem 2.65rem 5.1rem!important;min-width:0!important;width:100%!important;column-gap:1px!important;padding-left:.25rem!important;padding-right:.25rem!important}
  #public .thead.no-range-columns>span:nth-child(3),#public .row.no-range-columns>span:nth-child(3){display:block!important}
  #public .row{min-height:3.35rem!important;padding:.35rem .25rem!important}
  #public .row .person{gap:.28rem!important;padding-right:.2rem!important}
  #public .row .person b{font-size:.9rem!important}
  #public .row .country-flag{width:.7rem!important;height:.7rem!important;flex-basis:.7rem!important}
}

/* Shooters — the Live page's compact, data-first visual language. */
#athletes.view{
  width:min(calc(100% - clamp(2rem,8vw,8rem)),86rem)!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:1.15rem 0 4rem!important;
  background:#fff!important;
  font-family:var(--font-sans)!important;
}
body:has(#athletes.active),main:has(#athletes.active){background:#fff!important}
#athletes :where(h1,h2,h3,b,strong,.post-nominals){font-family:var(--font-sans)!important}
.athletes-head{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:2rem!important;
  max-width:none!important;
  margin:0 0 1.35rem!important;
  padding:.75rem 0 1.15rem!important;
  border-bottom:1px solid var(--line)!important;
}
.athletes-head>div:first-child{flex:1 1 auto!important;min-width:0}
.athletes-head h1{
  max-width:50rem!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:clamp(2rem,4vw,3.35rem)!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  overflow-wrap:normal!important;
}
.athletes-head>div:first-child>p:last-child{
  max-width:72rem!important;
  margin:.85rem 0 0!important;
  color:#495b55!important;
  font-size:.9rem!important;
  font-weight:520!important;
  line-height:1.55!important;
}
.athletes-count{
  flex:0 0 auto!important;
  margin:0!important;
  padding:0 0 .15rem!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--ink)!important;
  font-size:.82rem!important;
  font-weight:650!important;
  white-space:nowrap!important;
}
.athlete-tools{
  display:grid!important;
  grid-template-columns:minmax(16rem,1fr) minmax(12rem,18rem) minmax(15rem,21rem)!important;
  align-items:end!important;
  gap:.7rem!important;
  margin:0 0 .8rem!important;
}
.athlete-tools label{
  display:grid!important;
  gap:.45rem!important;
  color:var(--ink)!important;
  font-size:.82rem!important;
  font-weight:650!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.athlete-tools label[aria-disabled="true"]{opacity:.46!important}
.athlete-tools label[aria-disabled="true"] select{cursor:not-allowed!important}
.athlete-tools input,.athlete-tools select{
  width:100%!important;
  min-width:0!important;
  min-height:2.75rem!important;
  padding:.68rem .85rem!important;
  border:1px solid #c8ccc6!important;
  border-radius:.55rem!important;
  background-color:var(--panel)!important;
  color:var(--ink)!important;
  font:600 .9rem/1.2 var(--font-sans)!important;
}
.athlete-tools select{
  padding-right:3rem!important;
  appearance:none!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%230d2520' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 1rem center!important;
  background-size:1rem!important;
}
.athlete-tools input::placeholder{color:#70807a!important;opacity:1}
.athlete-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  border-top:1px solid var(--line)!important;
  border-left:1px solid var(--line)!important;
  background:transparent!important;
}
.athlete-card{
  display:grid!important;
  grid-template-columns:3.15rem minmax(0,1fr) 1.3rem!important;
  align-items:center!important;
  gap:.75rem!important;
  min-height:4.75rem!important;
  margin:0!important;
  padding:.62rem .78rem!important;
  border:0!important;
  border-right:1px solid var(--line)!important;
  border-bottom:1px solid var(--line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--ink)!important;
  text-align:left!important;
  transition:background-color .14s ease!important;
}
.athlete-card.ranked{grid-template-columns:auto 3.15rem minmax(0,1fr) auto 1.3rem!important}
.athlete-card:hover,.athlete-card:focus-visible{background:#e9f0ec!important;transform:none!important}
.athlete-card:focus-visible{outline:2px solid var(--green)!important;outline-offset:-2px!important}
.athlete-avatar,.athlete-photo{
  display:grid!important;
  place-items:center!important;
  width:3.15rem!important;
  height:3.15rem!important;
  border:1px solid rgba(13,75,61,.18)!important;
  border-radius:.55rem!important;
  background-color:#dfeae5!important;
  color:var(--green)!important;
  font-size:.72rem!important;
  font-weight:750!important;
  letter-spacing:.035em!important;
  object-fit:cover!important;
  background-repeat:no-repeat!important;
  background-size:var(--portrait-size,cover)!important;
  background-position:var(--portrait-position,50% 50%)!important;
}
.athlete-identity{display:grid!important;align-content:center!important;gap:.16rem!important;min-width:0!important}
.athlete-identity b{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  color:var(--ink)!important;
  font-size:.96rem!important;
  font-weight:650!important;
  line-height:1.2!important;
  letter-spacing:-.015em!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.athlete-identity em{color:#64736e!important;font-size:.72rem!important;font-style:normal!important;font-weight:600!important;line-height:1.25!important}
.athlete-card-rank{min-width:1.7rem!important;color:#52665f!important;font-size:.72rem!important;font-weight:700!important;line-height:1!important;text-align:right!important;font-variant-numeric:tabular-nums!important}
.athlete-ranking-result{display:grid!important;grid-template-columns:auto auto!important;align-items:baseline!important;justify-content:end!important;gap:.05rem .25rem!important;min-width:4.5rem!important;text-align:right!important}
.athlete-ranking-result strong{grid-column:1!important;grid-row:1!important;color:var(--green)!important;font-size:1.22rem!important;font-weight:750!important;line-height:1!important;font-variant-numeric:tabular-nums!important}
.athlete-ranking-result small{overflow:hidden!important;color:#64736e!important;font-weight:650!important;line-height:1.15!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.athlete-ranking-unit{grid-column:2!important;grid-row:1!important;max-width:5.5rem!important;font-size:.62rem!important}
.post-nominals{margin-left:.25rem!important;color:var(--green)!important;font-size:.78em!important;font-weight:800!important;letter-spacing:.025em!important;vertical-align:.08em!important}
.athlete-card-arrow{justify-self:end;color:var(--green)!important;font-size:1.05rem!important;font-weight:600!important;line-height:1!important;transition:transform .15s ease!important}
.athlete-card:hover .athlete-card-arrow{transform:translateX(.15rem)!important}
.athlete-empty{grid-column:1/-1;margin:0!important;padding:1rem!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;color:var(--muted)!important;font-size:.86rem!important}

/* Competitions — the same restrained, searchable directory system as Shooters. */
#club.view[data-active-section="competitions"]{
  width:min(calc(100% - clamp(2rem,8vw,8rem)),86rem)!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:1.15rem 0 4rem!important;
  background:#fff!important;
  font-family:var(--font-sans)!important;
}
body:has(#club.active[data-active-section="competitions"]),main:has(#club.active[data-active-section="competitions"]){background:#fff!important}
#club[data-active-section="competitions"] :where(h2,h3,h4,b,strong){font-family:var(--font-sans)!important}
.competition-directory-head{
  position:static!important;
  z-index:auto!important;
  top:auto!important;
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  grid-template-columns:none!important;
  gap:2rem!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0 0 1.35rem!important;
  padding:.75rem 0 1.15rem!important;
  border-bottom:1px solid var(--line)!important;
  background:transparent!important;
  backdrop-filter:none!important;
  color:var(--ink)!important;
}
.competition-directory-head>div{flex:1 1 auto!important;min-width:0!important}
.competition-directory-head h2{
  margin:0!important;
  color:var(--ink)!important;
  font-size:clamp(2rem,4vw,3.35rem)!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}
.competition-directory-head>div>p{
  max-width:72rem!important;
  margin:.85rem 0 0!important;
  color:#495b55!important;
  font-size:.9rem!important;
  font-weight:520!important;
  line-height:1.55!important;
}
.competition-directory-count{flex:0 0 auto!important;margin:0!important;padding:0 0 .15rem!important;color:var(--ink)!important;font-size:.82rem!important;font-weight:650!important;white-space:nowrap!important}
.competition-directory-tools{display:grid!important;grid-template-columns:minmax(16rem,1fr) minmax(0,2fr)!important;align-items:end!important;gap:.7rem!important;margin:0 0 .8rem!important}
.competition-search,.competition-filters{min-width:0!important;margin:0!important;padding:0!important;border:0!important}
.competition-search,.competition-filters legend{display:grid!important;gap:.45rem!important;color:var(--ink)!important;font-size:.82rem!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important}
.competition-search input{
  width:100%!important;
  min-width:0!important;
  min-height:2.75rem!important;
  padding:.68rem .85rem!important;
  border:1px solid #c8ccc6!important;
  border-radius:.55rem!important;
  background:var(--panel)!important;
  color:var(--ink)!important;
  font:600 .9rem/1.2 var(--font-sans)!important;
}
.competition-search input::placeholder{color:#70807a!important;opacity:1!important}
.competition-filters>div{display:flex!important;flex-wrap:wrap!important;gap:.4rem!important;margin-top:.45rem!important}
.competition-filters label{position:relative!important;display:block!important;cursor:pointer!important}
.competition-filters input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.competition-filters span{
  display:flex!important;
  align-items:center!important;
  min-height:2.75rem!important;
  padding:.62rem .78rem!important;
  border:1px solid #c8ccc6!important;
  border-radius:.55rem!important;
  background:var(--panel)!important;
  color:#455750!important;
  font-size:.78rem!important;
  font-weight:650!important;
  line-height:1.15!important;
  transition:background-color .14s ease,border-color .14s ease,color .14s ease!important;
}
.competition-filters input:checked+span{border-color:var(--green)!important;background:var(--green)!important;color:#fff!important}
.competition-filters input:focus-visible+span{outline:2px solid var(--green)!important;outline-offset:2px!important}
.competition-index{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:1.15rem!important;
  border-top:1px solid var(--line)!important;
  border-left:1px solid var(--line)!important;
  background:transparent!important;
}
.competition-index>button{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:.75rem!important;
  min-height:4.75rem!important;
  margin:0!important;
  padding:.72rem .82rem!important;
  border:0!important;
  border-right:1px solid var(--line)!important;
  border-bottom:1px solid var(--line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--ink)!important;
  text-align:left!important;
  font-family:var(--font-sans)!important;
  transition:background-color .14s ease!important;
}
.competition-index>button:hover,.competition-index>button:focus-visible{border-color:var(--line)!important;background:#e9f0ec!important;transform:none!important}
.competition-index>button:focus-visible{outline:2px solid var(--green)!important;outline-offset:-2px!important}
.competition-index>button b{min-width:0!important;color:var(--ink)!important;font-size:.94rem!important;font-weight:650!important;line-height:1.2!important;letter-spacing:-.012em!important}
.competition-index>button span{justify-self:end!important;color:var(--green)!important;font-size:1.05rem!important;font-weight:600!important;line-height:1!important;transition:transform .15s ease!important}
.competition-index>button:hover span{transform:translateX(.15rem)!important}
#club[data-active-section="competitions"] .archive-empty{grid-column:1/-1!important;margin:0!important;padding:1rem!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;color:var(--muted)!important;font-size:.86rem!important}
#club[data-active-section="competitions"] .competition-record-detail h3{font-family:var(--font-sans)!important}
#club[data-active-section="competitions"] .competition-record-detail header{
  position:static!important;
  z-index:auto!important;
  top:auto!important;
  display:flex!important;
  grid-template-columns:none!important;
  align-items:start!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  color:#fff!important;
}
@media(max-width:900px){
  .competition-directory-tools{grid-template-columns:1fr!important}
  .competition-index{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  #club.view[data-active-section="competitions"]{width:calc(100% - 2rem)!important;padding:.7rem 0 3rem!important}
  .competition-directory-head{display:grid!important;gap:.7rem!important;margin-bottom:1rem!important;padding:.7rem 0 1rem!important}
  .competition-directory-head h2{font-size:clamp(1.8rem,9vw,2.6rem)!important}
  .competition-directory-head>div>p{margin-top:.65rem!important;font-size:.82rem!important}
  .competition-directory-count{padding:0!important}
  .competition-directory-tools{gap:.65rem!important}
  .competition-filters>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .competition-filters span{min-height:2.5rem!important;padding:.55rem .62rem!important;font-size:.72rem!important}
  .competition-index{grid-template-columns:1fr!important}
  .competition-index>button{min-height:4.3rem!important;padding:.65rem .72rem!important}
}

#athleteProfile{max-width:none!important}
.athlete-back,.achievement-more{
  min-height:2.6rem!important;
  padding:.58rem .85rem!important;
  border:1px solid #c8ccc6!important;
  border-radius:.55rem!important;
  background:var(--panel)!important;
  color:var(--ink)!important;
  font-size:.82rem!important;
  font-weight:650!important;
}
.athlete-back{margin:0 0 1rem!important}
.athlete-back:hover,.achievement-more:hover{background:#e9f0ec!important}
.athlete-profile-head.clean{
  display:flex!important;
  align-items:center!important;
  gap:1.15rem!important;
  margin:0!important;
  padding:0 0 1.15rem!important;
  border-bottom:1px solid var(--line)!important;
}
.athlete-avatar.large,.athlete-photo.large{width:5.25rem!important;height:5.25rem!important;border-radius:.7rem!important;font-size:1rem!important}
.athlete-profile-head h1{
  max-width:60rem!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:clamp(1.7rem,3.2vw,2.7rem)!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  overflow-wrap:normal!important;
}
.athlete-profile-head p{margin:.35rem 0 0!important;color:var(--muted)!important;font-size:.8rem!important;font-weight:600!important}
.athlete-profile-stats.profile-record-stats{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin:1rem 0 1.75rem!important;
  border:1px solid var(--line)!important;
  border-radius:.7rem!important;
  background:var(--panel)!important;
  overflow:hidden!important;
}
.athlete-profile-stats.profile-record-stats article{
  display:grid!important;
  align-content:start!important;
  gap:.28rem!important;
  min-height:5.15rem!important;
  margin:0!important;
  padding:.85rem .95rem!important;
  border:0!important;
  border-right:1px solid var(--line)!important;
  background:transparent!important;
}
.athlete-profile-stats.profile-record-stats article:last-child{border-right:0!important}
.athlete-profile-stats small{color:#586862!important;font-size:.66rem!important;font-weight:750!important;line-height:1.25!important;letter-spacing:.045em!important}
.athlete-profile-stats strong{color:var(--ink)!important;font-size:1.65rem!important;font-weight:650!important;line-height:1!important;letter-spacing:-.035em!important}
.profile-record-section{margin:0 0 2rem!important}
.profile-record-section>h2{
  margin:0!important;
  padding:0 0 .7rem!important;
  border-bottom:2px solid var(--green)!important;
  color:var(--ink)!important;
  font-size:clamp(1.35rem,2.4vw,1.85rem)!important;
  font-weight:600!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}
.shooter-biography{max-width:76ch!important;padding:.9rem 0 0!important;color:var(--ink)!important}
.shooter-biography-layout.has-media{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(16rem,.8fr)!important;gap:clamp(1.5rem,3vw,3rem)!important;align-items:start!important;padding-top:.9rem!important}
.shooter-biography-layout.has-media .shooter-biography{max-width:none!important;padding-top:0!important}
.shooter-biography-media{margin:0!important}
.shooter-biography-media img{display:block!important;width:100%!important;aspect-ratio:3/2!important;object-fit:cover!important;border-radius:.7rem!important}
.shooter-biography-media figcaption{margin-top:.5rem!important;color:#5c6c66!important;font-size:.75rem!important;font-style:italic!important;font-weight:500!important;line-height:1.35!important}
.shooter-biography p{margin:0 0 .85rem!important;font-size:.92rem!important;font-weight:500!important;line-height:1.65!important;letter-spacing:-.01em!important}
.shooter-biography p:last-child{margin-bottom:0!important}
.shooter-biography a{color:var(--green)!important;font-weight:700!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:.16em!important}
.shooter-biography a:hover{color:var(--ink)!important}
.athlete-achievements article{
  display:grid!important;
  grid-template-columns:7.75rem minmax(0,1fr)!important;
  gap:1rem!important;
  align-items:start!important;
  margin:0!important;
  padding:.7rem .15rem!important;
  border:0!important;
  border-bottom:1px solid var(--line)!important;
  background:transparent!important;
}
.athlete-achievements article time{padding-top:.08rem!important;color:#5c6c66!important;font-size:.78rem!important;font-weight:650!important;line-height:1.35!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important}
.athlete-achievements article>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.15rem 1rem!important;align-items:baseline!important;min-width:0!important}
.athlete-achievements article b{color:var(--ink)!important;font-size:.88rem!important;font-weight:650!important;line-height:1.35!important}
.athlete-achievements article span:not(.winning-score){grid-column:1;color:#5c6c66!important;font-size:.75rem!important;font-weight:520!important;line-height:1.4!important}
.winning-score{grid-column:2;grid-row:1/3;min-width:7rem!important;margin:0!important;color:var(--ink)!important;font-size:.78rem!important;font-weight:650!important;line-height:1.35!important;text-align:right!important;font-variant-numeric:tabular-nums!important}
.winning-score.record-score{font-weight:800!important}.winning-score.unknown-score{color:#78847f!important}
.local-trophy-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  border-left:0!important;
}
.international-honour-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  border-left:0!important;
}
.local-trophy-grid>.achievement-overflow:not([hidden]){display:contents!important}
.local-trophy-grid article,.international-honour-grid article{
  grid-template-columns:3.3rem minmax(0,1fr)!important;
  gap:.35rem!important;
  min-width:0!important;
  padding:.7rem .75rem!important;
  border-right:1px solid var(--line)!important;
}
.international-honour-grid article{border-top:0!important}
.international-honour-grid>article:nth-of-type(-n+3){border-top:1px solid var(--line)!important}
.local-trophy-grid>article:nth-of-type(3n+1),.local-trophy-grid>.achievement-overflow>article:nth-of-type(3n+1),.international-honour-grid>article:nth-of-type(3n+1){border-left:1px solid var(--line)!important}
.local-trophy-grid article>div,.international-honour-grid article>div{gap:.12rem .4rem!important}
.local-trophy-grid .winning-score,.international-honour-grid .winning-score{min-width:4.5rem!important}
.local-trophy-grid .achievement-more{grid-column:1/-1!important;margin:.7rem 0 0 auto!important}
.major-placing-summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:.65rem!important;
  margin:.8rem 0 1rem!important;
  padding:.7rem!important;
  border:1px solid var(--line)!important;
  border-radius:.8rem!important;
  background:#edf2ef!important;
}
.major-placing-summary>span{display:grid!important;grid-template-columns:1fr auto!important;gap:.3rem .75rem!important;padding:.78rem .9rem!important;border:1px solid rgba(13,75,61,.12)!important;border-radius:.6rem!important;background:#fff!important}
.major-placing-summary small{grid-column:1/-1;color:#52635d!important;font-size:.65rem!important;font-weight:750!important;line-height:1.25!important;letter-spacing:.035em!important}
.major-placing-summary strong{color:var(--ink)!important;font-size:1.3rem!important;font-weight:650!important;line-height:1!important}
.major-placing-summary em{align-self:end;color:#52635d!important;font-size:.72rem!important;font-style:normal!important;font-weight:600!important;line-height:1.2!important}
.athlete-achievements article.team-cap-row{grid-template-columns:4.6rem minmax(0,1fr)!important;gap:.85rem!important;align-items:center!important}
.team-cap-row>div{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;gap:.16rem!important}
.team-cap-count{display:grid!important;grid-column:auto!important;place-content:center!important;gap:.08rem!important;min-height:4rem!important;border-radius:.6rem!important;background:#edf2ef!important;text-align:center!important}
.team-cap-count strong{color:var(--ink)!important;font-size:1.65rem!important;font-weight:650!important;line-height:1!important;letter-spacing:-.035em!important}
.team-cap-count small{color:#586862!important;font-size:.62rem!important;font-weight:750!important;line-height:1.1!important;letter-spacing:.045em!important;text-transform:uppercase!important}
.team-cap-row .team-cap-years{grid-column:1!important;color:var(--ink)!important;font-size:.82rem!important;font-weight:650!important;line-height:1.35!important}
.team-cap-row em{display:block!important;max-width:100%!important;color:#5c6c66!important;font-size:.72rem!important;font-style:normal!important;font-weight:520!important;line-height:1.4!important;overflow-wrap:anywhere!important}
.achievement-more{display:block!important;margin:.7rem 0 0 auto!important}

@media(max-width:1050px) and (min-width:721px){
  .athlete-tools{grid-template-columns:minmax(16rem,1fr) minmax(12rem,18rem)!important}
  .athlete-tools label:last-child{grid-column:1/-1!important}
  .athlete-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .local-trophy-grid,.international-honour-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .local-trophy-grid>article:nth-of-type(3n+1),.local-trophy-grid>.achievement-overflow>article:nth-of-type(3n+1),.international-honour-grid>article:nth-of-type(3n+1){border-left:0!important}
  .local-trophy-grid>article:nth-of-type(2n+1),.local-trophy-grid>.achievement-overflow>article:nth-of-type(2n+1),.international-honour-grid>article:nth-of-type(2n+1){border-left:1px solid var(--line)!important}
  .international-honour-grid>article:nth-of-type(-n+3){border-top:0!important}
  .international-honour-grid>article:nth-of-type(-n+2){border-top:1px solid var(--line)!important}
}

@media(max-width:720px){
  #athletes.view{width:calc(100% - 2rem)!important;padding:.85rem 0 4rem!important}
  .athletes-head{display:grid!important;gap:.7rem!important;margin-bottom:1rem!important;padding:.7rem 0 1rem!important}
  .athletes-head h1{font-size:clamp(1.8rem,9vw,2.6rem)!important}
  .athletes-head>div:first-child>p:last-child{margin-top:.65rem!important;font-size:.82rem!important}
  .athletes-count{font-size:.76rem!important}
  .athlete-tools{grid-template-columns:1fr!important;gap:.55rem!important}
  .athlete-grid{grid-template-columns:1fr!important}
  .athlete-card{grid-template-columns:2.8rem minmax(0,1fr) 1.35rem!important;gap:.55rem .65rem!important;min-height:4.75rem!important;padding:.6rem .65rem!important}
  .athlete-card.ranked{grid-template-columns:1.7rem 2.8rem minmax(0,1fr) auto 1.35rem!important;gap:.45rem!important}
  .athlete-card.ranked :where(.athlete-avatar,.athlete-photo){grid-column:2!important;grid-row:1!important}
  .athlete-card.ranked .athlete-identity{grid-column:3!important;grid-row:1!important}
  .athlete-avatar,.athlete-photo{width:2.8rem!important;height:2.8rem!important}
  .athlete-identity b{font-size:.91rem!important}
  .athlete-card-rank{grid-column:1!important;grid-row:1!important;justify-self:end!important}
  .athlete-ranking-result{display:flex!important;grid-column:4!important;grid-row:1!important;align-self:center!important;justify-self:end!important;align-items:baseline!important;justify-content:flex-end!important;gap:.25rem!important;min-width:0!important;text-align:right!important;white-space:nowrap!important}
  .athlete-card.ranked .athlete-card-arrow{grid-column:5!important;grid-row:1!important}
  .athlete-profile-head.clean{align-items:center!important;gap:.85rem!important}
  .athlete-avatar.large,.athlete-photo.large{width:4rem!important;height:4rem!important;flex:0 0 4rem!important}
  .athlete-profile-head h1{font-size:clamp(1.5rem,6.6vw,2rem)!important}
  .athlete-profile-stats.profile-record-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .athlete-profile-stats.profile-record-stats article{min-height:4.8rem!important;border-bottom:1px solid var(--line)!important}
  .athlete-profile-stats.profile-record-stats article:nth-child(2n){border-right:0!important}
  .athlete-profile-stats.profile-record-stats article:nth-last-child(-n+2){border-bottom:0!important}
  .shooter-biography-layout.has-media{display:block!important;width:100%!important;padding-top:.9rem!important}
  .shooter-biography-layout.has-media .shooter-biography,.shooter-biography{width:100%!important;max-width:none!important;padding-top:0!important}
  .shooter-biography-media{display:none!important}
  .athlete-achievements article{grid-template-columns:5.2rem minmax(0,1fr)!important;gap:.65rem!important;padding:.65rem 0!important}
  .athlete-achievements article>div{gap:.15rem .5rem!important}
  .winning-score{min-width:4.8rem!important}
  .local-trophy-grid,.international-honour-grid{grid-template-columns:1fr!important}
  .local-trophy-grid article,.international-honour-grid article{grid-template-columns:4rem minmax(0,1fr)!important;gap:.5rem!important;padding:.65rem .6rem!important;border-left:1px solid var(--line)!important}
  .international-honour-grid>article:nth-of-type(-n+3){border-top:0!important}
  .international-honour-grid>article:first-of-type{border-top:1px solid var(--line)!important}
  .major-placing-summary{grid-template-columns:1fr!important}
  .athlete-achievements article.team-cap-row{grid-template-columns:4rem minmax(0,1fr)!important;gap:.65rem!important}
  .team-cap-count{min-height:3.7rem!important}
  .team-cap-row>div{width:100%!important}
}

@media(max-width:29rem){
  .athlete-profile-stats.profile-record-stats{grid-template-columns:1fr!important}
  .athlete-profile-stats.profile-record-stats article{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .athlete-profile-stats.profile-record-stats article:nth-last-child(-n+2){border-bottom:1px solid var(--line)!important}
  .athlete-profile-stats.profile-record-stats article:last-child{border-bottom:0!important}
  .athlete-achievements article{grid-template-columns:1fr!important;gap:.25rem!important}
  .athlete-achievements article>div{grid-template-columns:minmax(0,1fr) auto!important}
  .athlete-achievements article.team-cap-row{grid-template-columns:4rem minmax(0,1fr)!important;gap:.65rem!important}
  .athlete-achievements article.team-cap-row>div{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;gap:.16rem!important}
}
