/*
Theme Name: Tempo Sports
Theme URI: https://temposportsbb.com/
Author: Tempo Sports
Description: Custom track and field meet management theme for Tempo Sports Barbados.
Version: 1.22.0
Text Domain: tempo-sports
*/
:root{--blue:#081b8f;--blue2:#102bb7;--orange:#ff7900;--ink:#111827;--muted:#5f6878;--light:#f4f6fb;--white:#fff;--radius:16px;--shadow:0 12px 35px rgba(8,27,143,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:min(1180px,92%);margin:auto}.screen-reader-text{position:absolute;left:-9999px}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e7eaf1;box-shadow:0 3px 14px rgba(0,0,0,.05)}.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.custom-logo{width:auto;max-height:82px}.main-navigation ul{display:flex;gap:28px;align-items:center;margin:0;padding:0;list-style:none}.main-navigation a{font-size:14px;font-weight:800;text-transform:uppercase;color:var(--blue)}.main-navigation a:hover{color:var(--orange)}
.hero{min-height:640px;display:grid;place-items:center;padding:85px 0;color:#fff;text-align:center;background:linear-gradient(115deg,rgba(3,11,68,.95),rgba(8,27,143,.82)),radial-gradient(circle at 70% 20%,#3856e0,#06146d)}.hero-logo img{max-height:210px;width:auto;margin:0 auto 22px;border-radius:50%;box-shadow:0 14px 35px rgba(0,0,0,.25)}.hero h1{margin:0;font-size:clamp(44px,8vw,86px);line-height:1;font-weight:900;letter-spacing:-3px}.hero h1 span,.section-heading span{color:var(--orange)}.hero-subtitle{max-width:820px;margin:22px auto 32px;font-size:clamp(18px,2.2vw,24px);color:#eef1ff}.hero-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.tempo-button{display:inline-block;padding:14px 25px;border:2px solid var(--orange);border-radius:8px;background:var(--orange);color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;transition:.2s}.tempo-button:hover{transform:translateY(-2px);background:#fff;border-color:#fff;color:var(--blue)}.tempo-button-outline{background:transparent;border-color:#fff}.tempo-button-outline:hover{color:var(--blue)}
.tempo-section{padding:78px 0}.tempo-section-light{background:var(--light)}.tempo-section-dark{background:linear-gradient(135deg,#050b35,var(--blue));color:#fff}.section-heading{text-align:center;margin-bottom:42px}.section-heading h2{margin:0;font-size:clamp(32px,4.5vw,48px);line-height:1.1}.section-heading p{max-width:760px;margin:14px auto 0;color:var(--muted);font-size:18px}.tempo-section-dark .section-heading p{color:#dce2ff}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:32px 25px;text-align:center;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border-top:5px solid var(--orange)}.service-card h3{margin:5px 0 8px;color:var(--blue);font-size:23px}.service-icon{font-size:36px;color:var(--orange);font-weight:900}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.event-image{background:#fff;padding:20px;border-radius:var(--radius);box-shadow:var(--shadow)}.event-copy h3{font-size:34px;color:var(--blue);margin:0 0 10px}.event-copy p{font-size:18px;color:var(--muted)}
.about-preview{max-width:930px;margin:auto;text-align:center}.about-preview p{font-size:20px;line-height:1.8}
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-card{padding:28px 18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);text-align:center}.contact-card h3{margin:0 0 8px;color:var(--orange)}.contact-card p{margin:0;color:#fff}.contact-card a:hover{color:var(--orange)}
.page-hero{padding:85px 20px;background:linear-gradient(135deg,#050b35,var(--blue));color:#fff;text-align:center}.page-hero h1{margin:0;font-size:clamp(40px,6vw,65px)}.page-content{width:min(900px,92%);margin:auto;padding:70px 0}.page-content h2{color:var(--blue);margin-top:35px}.page-content p,.page-content li{font-size:18px}.info-panel{padding:30px;background:var(--light);border-radius:var(--radius);border-left:6px solid var(--orange)}
.site-footer{padding:48px 0 22px;background:#030724;color:#fff;text-align:center}.footer-logo img{max-height:130px;width:auto;margin:0 auto 18px;border-radius:50%}.footer-contact{display:flex;justify-content:center;gap:18px 35px;flex-wrap:wrap;color:#dce2ff}.footer-contact a{color:#fff}.footer-bottom{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:13px;color:#aeb9e7}
@media(max-width:900px){.header-inner{flex-direction:column;padding:12px 0}.main-navigation ul{flex-wrap:wrap;justify-content:center;gap:12px 20px}.service-grid,.contact-grid{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr}.hero{min-height:580px}}
@media(max-width:600px){.service-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:530px}.hero h1{letter-spacing:-2px}.tempo-section{padding:56px 0}.custom-logo{max-height:68px}.hero-logo img{max-height:165px}}

/* Homepage media sections */
.hero{background:linear-gradient(115deg,rgba(2,8,48,.92),rgba(8,27,143,.74)),url('images/hero-track.jpg') center 42%/cover no-repeat}
.hero-content{filter:drop-shadow(0 3px 8px rgba(0,0,0,.6))}
.meet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.meet-card{overflow:hidden;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.meet-card img{width:100%;height:370px;object-fit:contain;background:#f8f8fa}.meet-card-body{padding:23px}.meet-card h3{margin:0 0 8px;color:var(--blue);font-size:23px}.meet-card p{color:var(--muted)}
.meet-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}.meet-links .tempo-button{padding:10px 14px;font-size:12px}.meet-links .optional-link{background:var(--blue);border-color:var(--blue)}.meet-links .optional-link:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.gallery-window{overflow:hidden}.gallery-track{display:flex;width:max-content;gap:18px;animation:tempoGallery 48s linear infinite}.gallery-track:hover{animation-play-state:paused}.gallery-item{width:330px;height:230px;overflow:hidden;border-radius:12px;box-shadow:var(--shadow)}.gallery-item img{width:100%;height:100%;object-fit:cover}@keyframes tempoGallery{to{transform:translateX(-50%)}}
.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.video-card{overflow:hidden;background:#050b35;border-radius:var(--radius);box-shadow:var(--shadow)}.video-card video{display:block;width:100%;aspect-ratio:16/9;background:#000}.video-card h3{margin:0;padding:18px;color:#fff}
@media(max-width:900px){.meet-grid{grid-template-columns:1fr 1fr}.video-grid{grid-template-columns:1fr}}
@media(max-width:600px){.meet-grid{grid-template-columns:1fr}.gallery-item{width:270px;height:190px}}

/* Integrated overlay navigation */
.site-header{position:absolute;top:0;left:0;width:100%;z-index:50;background:transparent;border:0;box-shadow:none}.header-inner{min-height:86px;justify-content:flex-end}.main-navigation a{color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.65)}.main-navigation a:hover{color:var(--orange)}.admin-bar .site-header{top:32px}.hero{padding-top:135px}.page-hero{padding-top:135px}
.meet-card{border-top:5px solid var(--orange)}.meet-card-body{padding:30px}.meet-date{font-weight:900;color:var(--orange)!important;text-transform:uppercase;letter-spacing:.3px}
.flyer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.flyer-card{overflow:hidden;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}.flyer-card img{width:100%;height:390px;object-fit:contain;background:#f6f7fb}.flyer-card-body{padding:24px;text-align:left}.flyer-card h3{margin:0;color:var(--blue);font-size:21px}.flyer-card-body p{color:var(--muted)}
.about-feature{display:grid;grid-template-columns:1.15fr 1fr;gap:45px;align-items:center}.about-feature-no-image{grid-template-columns:1fr}.about-feature img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.about-feature-copy p{font-size:21px;line-height:1.8}
.contact-page-section{padding:75px 0;background:linear-gradient(135deg,#050b35,var(--blue));color:#fff}
@media(max-width:900px){.flyer-grid{grid-template-columns:1fr 1fr}}@media(max-width:782px){.admin-bar .site-header{top:46px}}@media(max-width:700px){.header-inner{justify-content:center}.about-feature,.flyer-grid{grid-template-columns:1fr}.page-hero{padding-top:155px}}
.results-shell{padding:65px 0;background:var(--light)}.results-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.result-meet-card{position:relative;overflow:hidden;padding:30px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border-top:5px solid var(--orange)}.result-meet-card:after{content:'';position:absolute;right:-45px;bottom:-55px;width:145px;height:145px;border-radius:50%;background:rgba(8,27,143,.06)}.result-meet-card h3{position:relative;margin:0 0 7px;color:var(--blue)}.result-meet-card p{position:relative;margin:0 0 18px;color:var(--muted)}.result-meet-card .tempo-button{position:relative;z-index:1}.result-card-links,.results-viewer-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.result-card-links .tempo-button{padding:10px 14px;font-size:12px}.result-card-links .result-schedule-button{background:var(--blue);border-color:var(--blue)}.result-card-links .result-schedule-button:hover{background:var(--orange);border-color:var(--orange);color:#fff}.results-viewer{overflow:hidden;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.results-viewer-header{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 20px;background:linear-gradient(135deg,#050b35,var(--blue));color:#fff}.results-viewer-header a{position:relative;z-index:2;color:#fff;font-weight:800;pointer-events:auto}.results-viewer-header .results-header-button{padding:7px 11px;border:1px solid rgba(255,255,255,.65);border-radius:6px}.results-viewer-header a:hover{color:var(--orange)}.results-frame{display:block;width:100%;height:75vh;min-height:650px;border:0;background:#f4f6fb}.results-empty{padding:38px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}.results-live-dot{display:inline-block;width:10px;height:10px;margin-right:7px;border-radius:50%;background:#34d058;box-shadow:0 0 0 5px rgba(52,208,88,.18)}@media(max-width:900px){.results-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.results-grid{grid-template-columns:1fr}.results-toolbar,.results-viewer-header{align-items:flex-start;flex-direction:column}.results-frame{min-height:520px}}
.hytek-modern-layout{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);height:78vh;min-height:720px;background:#f5f7fc}.hytek-pane{display:flex;min-width:0;min-height:0;flex-direction:column}.hytek-sidebar{border-right:1px solid #dfe5f0;background:#fff}.hytek-pane-title{display:flex;min-height:76px;flex-direction:column;justify-content:center;padding:15px 20px;border-bottom:1px solid #dfe5f0;background:#fff}.hytek-pane-title small{color:var(--orange);font-size:11px;font-weight:900;letter-spacing:1.2px}.hytek-pane-title strong{color:var(--blue);font-size:18px}.tempo-hytek-frame{display:block;width:100%;min-height:0;flex:1;border:0;background:#f5f7fc;opacity:0;transition:opacity .12s ease}.tempo-hytek-frame.tempo-frame-ready{opacity:1}.hytek-content{background:#f5f7fc}@media(max-width:900px){.hytek-modern-layout{grid-template-columns:minmax(265px,310px) minmax(0,1fr)}}@media(max-width:700px){.hytek-modern-layout{display:flex;height:auto;min-height:0;flex-direction:column}.hytek-sidebar{border-right:0;border-bottom:1px solid #dfe5f0}.hytek-index-frame{height:390px;flex:none}.hytek-content-frame{height:680px;flex:none}}
.results-live-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:9px 14px}.results-live-controls small{width:100%;color:var(--muted);font-size:12px;text-align:right}.results-refresh-button{padding:9px 13px;border:1px solid var(--blue);border-radius:7px;background:#fff;color:var(--blue);font:inherit;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer;transition:.2s}.results-refresh-button:hover,.results-refresh-button:focus{background:var(--blue);color:#fff}.results-refresh-button:focus{outline:3px solid rgba(255,121,0,.25)}@media(max-width:600px){.results-live-controls{align-items:flex-start;justify-content:flex-start}.results-live-controls small{text-align:left}}
.hytek-pane-heading{display:flex;flex-direction:column}.hytek-mobile-back{display:none;padding:11px 14px;border:0;border-radius:8px;background:var(--orange);color:#fff;font:inherit;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}@media(max-width:700px){body.tempo-results-open{overflow:hidden}.hytek-modern-layout .hytek-content{display:none}.hytek-modern-layout.tempo-mobile-result-active .hytek-sidebar{display:none}.hytek-modern-layout.tempo-mobile-result-active .hytek-content{display:flex;position:fixed;inset:0;z-index:999999;width:100%;height:100vh;height:100dvh;max-height:none;background:#f5f7fc}.hytek-modern-layout.tempo-mobile-result-active .hytek-content .hytek-pane-title{min-height:82px;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:max(14px,env(safe-area-inset-top)) 14px 14px}.hytek-mobile-back{display:inline-flex;align-items:center;justify-content:center;min-height:46px}.hytek-content-frame{height:auto!important;min-height:0!important;flex:1!important;padding-bottom:env(safe-area-inset-bottom)}}
.results-full-shell{padding:24px 0}.results-full-shell .container{width:min(1600px,96%)}.results-full-shell .hytek-modern-layout{height:calc(100vh - 120px);min-height:760px;grid-template-columns:minmax(320px,390px) minmax(0,1fr)}.results-full-hero{padding-top:115px;padding-bottom:35px}.results-full-hero h1{font-size:clamp(34px,4vw,50px)}@media(max-width:700px){.results-full-shell{padding:16px 0}.results-full-shell .hytek-modern-layout{height:auto;min-height:0}.results-full-hero{padding-top:135px;padding-bottom:28px}}
.page-hero{padding-top:112px;padding-bottom:34px}.page-hero h1{font-size:clamp(34px,4.8vw,54px)}.results-shell{padding-top:42px}.results-shell .section-heading{margin-bottom:30px}.result-live-label{display:inline-flex;align-items:center;margin-bottom:14px;color:#247943;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}.result-live-label .results-live-dot{width:8px;height:8px;margin-right:8px;box-shadow:0 0 0 4px rgba(52,208,88,.14)}@media(max-width:700px){.page-hero{padding-top:125px;padding-bottom:25px}.results-shell{padding-top:32px}}
.result-meet-card h3{margin-bottom:20px}.result-live-label+h3{margin-top:0}
.result-meet-card{display:flex;flex-direction:column}.result-meet-card .result-card-links{margin-top:auto}
body.tempo-full-results-page{overflow:hidden;background:#f4f6fb}body.tempo-full-results-page .site-header,body.tempo-full-results-page .page-hero,body.tempo-full-results-page .results-toolbar,body.tempo-full-results-page .site-footer{display:none}body.tempo-full-results-page .results-shell{min-height:100vh;padding:0}body.tempo-full-results-page .results-shell>.container{width:100%;max-width:none}body.tempo-full-results-page .results-viewer{min-height:100vh;border-radius:0;box-shadow:none}body.tempo-full-results-page .results-viewer-header{min-height:64px;padding:14px 24px}body.tempo-full-results-page .hytek-modern-layout{height:calc(100vh - 64px);min-height:0;grid-template-columns:minmax(320px,390px) minmax(0,1fr)}@media(max-width:700px){body.tempo-full-results-page{overflow:auto}body.tempo-full-results-page .results-viewer-header{min-height:76px;align-items:flex-start;flex-direction:column;padding:13px 16px}body.tempo-full-results-page .hytek-modern-layout{height:auto}}
.result-meet-card{background:linear-gradient(155deg,#fff 0%,#fff 72%,#f1f4ff 100%)}.result-card-links{width:100%;padding-top:8px}.result-card-links .tempo-button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;border:0;box-shadow:0 7px 18px rgba(8,27,143,.16)}.result-card-links .tempo-button:not(.result-schedule-button){background:linear-gradient(135deg,#ff6b00,#ff8f22);color:#fff}.result-card-links .result-schedule-button{background:linear-gradient(135deg,#06104d,#1530b5);color:#fff}.result-card-links .tempo-button:hover,.result-card-links .tempo-button:focus{transform:translateY(-2px);background:linear-gradient(135deg,#fff,#f5f7ff);color:var(--blue);box-shadow:0 10px 24px rgba(8,27,143,.22)}
@media(max-width:600px){.results-toolbar{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:8px}.results-toolbar>.tempo-button{padding:10px 12px;font-size:11px;white-space:nowrap}.results-toolbar .results-live-controls{align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:5px}.results-toolbar .results-refresh-button{order:-1;white-space:nowrap}.results-toolbar .results-live-controls small{text-align:right}}
@media(max-width:700px){.hytek-sidebar>.hytek-pane-title{display:none}.hytek-sidebar{border-bottom:0}.hytek-index-frame{height:auto;min-height:360px;overflow:hidden}}
.athlete-search-panel{margin:-5px 0 32px;border:1px solid #dfe5f0;border-top:5px solid var(--orange);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.athlete-search-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;color:var(--blue);cursor:pointer;list-style:none}.athlete-search-panel>summary::-webkit-details-marker{display:none}.athlete-search-panel>summary span:first-child{display:flex;flex-direction:column}.athlete-search-panel>summary small{color:var(--orange);font-size:11px;font-weight:900;letter-spacing:1.15px}.athlete-search-panel>summary strong{font-size:21px}.athlete-search-toggle{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:50%;background:var(--light);color:var(--orange);font-size:25px;font-weight:900;line-height:1;transition:.2s}.athlete-search-panel[open] .athlete-search-toggle{transform:rotate(45deg);background:var(--orange);color:#fff}.athlete-search-body{padding:0 24px 25px;border-top:1px solid #e7ebf3}.athlete-search-body>p{margin:20px 0 14px;color:var(--muted)}.athlete-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.athlete-search-form input{width:100%;min-height:51px;padding:12px 15px;border:1px solid #bdc6d8;border-radius:8px;background:#fff;color:var(--ink);font:inherit}.athlete-search-form input:focus{outline:3px solid rgba(255,121,0,.2);border-color:var(--orange)}.athlete-search-form button{min-height:51px;cursor:pointer}.athlete-search-form button:disabled{opacity:.65;cursor:wait}.athlete-search-status{min-height:21px;margin-top:9px;color:var(--muted);font-size:13px}.athlete-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px}.athlete-search-count,.athlete-search-note,.athlete-search-message{grid-column:1/-1}.athlete-search-count{padding:10px 0 2px;color:var(--blue);font-weight:900}.athlete-result-card{display:flex;min-width:0;flex-direction:column;padding:20px;border:1px solid #dfe5f0;border-left:5px solid var(--orange);border-radius:12px;background:linear-gradient(145deg,#fff,#f7f8ff)}.athlete-result-meet{margin-bottom:5px;color:var(--orange);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.65px}.athlete-result-card h3{margin:0 0 8px;color:var(--blue);font-size:18px;line-height:1.35}.athlete-result-line{margin:0 0 17px;color:#4e586b;font-size:14px;line-height:1.55}.athlete-result-open{align-self:flex-start;margin-top:auto;padding:9px 13px;font-size:11px}.athlete-search-message{padding:19px;border-radius:10px;background:#eef2ff;color:var(--blue);text-align:center;font-weight:700}.athlete-search-error{background:#fff0eb;color:#9a321b}.athlete-search-note{margin:2px 0 0;color:var(--muted);font-size:13px}@media(max-width:700px){.athlete-search-panel{margin-bottom:25px}.athlete-search-panel>summary{padding:17px 18px}.athlete-search-panel>summary strong{font-size:18px}.athlete-search-body{padding:0 18px 20px}.athlete-search-form{grid-template-columns:1fr}.athlete-search-form button{width:100%}.athlete-search-results{grid-template-columns:1fr}.athlete-result-card{padding:18px}.athlete-result-open{width:100%;text-align:center}}
.contact-intro{max-width:900px;margin:0 auto 45px;text-align:center}.contact-intro h2{margin:0 0 15px;color:var(--orange);font-size:clamp(32px,5vw,50px)}.contact-intro p{font-size:20px;line-height:1.8;color:#f1f3ff}.contact-form-wrap{max-width:820px;margin:48px auto 0;padding:34px;background:#fff;color:var(--ink);border-radius:var(--radius);box-shadow:0 18px 45px rgba(0,0,0,.25)}.contact-form-wrap h2{margin-top:0;color:var(--blue)}.tempo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tempo-form-field{margin-bottom:19px}.tempo-form-field.full{grid-column:1/-1}.tempo-form-field label{display:block;margin-bottom:7px;color:var(--blue);font-weight:800}.tempo-form-field input,.tempo-form-field textarea{width:100%;padding:13px 14px;border:1px solid #bcc5d7;border-radius:8px;background:#fff;color:var(--ink);font:inherit}.tempo-form-field input:focus,.tempo-form-field textarea:focus{outline:3px solid rgba(255,121,0,.22);border-color:var(--orange)}.tempo-form-field textarea{min-height:165px;resize:vertical}.tempo-form-note{color:var(--muted);font-size:14px}.tempo-form-status{margin-bottom:22px;padding:14px 16px;border-radius:8px;font-weight:700}.tempo-form-success{background:#e5f8ec;color:#126b34}.tempo-form-error{background:#ffebeb;color:#9a2020}.tempo-honeypot{position:absolute!important;left:-9999px!important}@media(max-width:650px){.tempo-form-grid{grid-template-columns:1fr}.contact-form-wrap{padding:25px}}

/* Athlete search result groups and selected-event search */
.athlete-search-results{display:block;margin-top:10px}.athlete-result-meet-group{margin:18px 0 26px;padding:20px;border:1px solid #dfe5f0;border-radius:14px;background:linear-gradient(145deg,#fff,#f7f8ff)}.athlete-result-meet-heading{margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid rgba(255,121,0,.28);color:var(--blue);font-size:22px}.athlete-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.athlete-result-card h4{margin:0 0 12px;color:var(--blue);font-size:18px;line-height:1.35}.athlete-result-exact{margin:0 0 17px;padding:12px 14px;border-left:4px solid var(--orange);border-radius:8px;background:#fff6ed}.athlete-result-exact small{display:block;margin-bottom:4px;color:#b94f00;font-size:10px;font-weight:900;letter-spacing:.9px}.athlete-result-exact .athlete-result-line{margin:0;color:#343d4f;font-size:14px;font-weight:700;line-height:1.55}
.hytek-content>.hytek-pane-title{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,390px);gap:10px;align-items:center}.event-athlete-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}.event-athlete-search input{width:100%;min-height:38px;padding:8px 10px;border:1px solid #bdc6d8;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:12px}.event-athlete-search input:focus{outline:3px solid rgba(255,121,0,.18);border-color:var(--orange)}.event-athlete-search button{min-height:38px;padding:8px 12px;border:0;border-radius:7px;background:var(--orange);color:#fff;font:inherit;font-size:11px;font-weight:900;text-transform:uppercase;cursor:pointer}.event-athlete-search small{grid-column:1/-1;min-height:15px;color:var(--muted);font-size:10px;line-height:1.25;text-align:right}
@media(max-width:700px){.athlete-result-grid{grid-template-columns:1fr}.athlete-result-meet-group{padding:15px}.hytek-modern-layout.tempo-mobile-result-active .hytek-content .hytek-pane-title{display:grid;grid-template-columns:minmax(0,1fr) auto!important;height:auto;min-height:118px;align-items:center;gap:8px 10px}.hytek-pane-heading{grid-column:1;grid-row:1}.hytek-mobile-back{grid-column:2;grid-row:1}.event-athlete-search{grid-column:1/-1;grid-row:2;width:100%}.event-athlete-search small{text-align:left}}

/* Persistent athlete match navigation */
.athlete-match-navigation[hidden]{display:none!important}.athlete-match-navigation{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(150px,1fr) auto auto;gap:8px;align-items:center;padding:9px 10px;border:1px solid #d9e1f0;border-radius:9px;background:linear-gradient(135deg,#f6f8ff,#fff7ee)}.athlete-match-navigation a{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:7px 10px;border-radius:6px;background:var(--blue);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.athlete-match-navigation a:hover{background:var(--orange);color:#fff}.athlete-match-navigation a.is-disabled{opacity:.38;pointer-events:none}.athlete-match-navigation strong{color:var(--blue);font-size:12px;text-align:center}.athlete-match-navigation [data-match="all"]{background:var(--orange)}
.mobile-meet-athlete-search{display:none}.mobile-meet-athlete-search label{grid-column:1/-1;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.55px}
@media(max-width:700px){.hytek-sidebar .mobile-meet-athlete-search{display:grid;margin:10px;padding:11px;border:1px solid #dbe2f0;border-radius:10px;background:#fff;box-shadow:0 5px 15px rgba(8,27,143,.07)}.hytek-sidebar .mobile-meet-athlete-search small{text-align:left}.athlete-match-navigation{grid-column:1/-1;grid-row:3;grid-template-columns:1fr 1fr;padding:8px}.athlete-match-navigation [data-match="position"]{grid-column:1/-1;grid-row:1}.athlete-match-navigation [data-match="previous"]{grid-column:1;grid-row:2}.athlete-match-navigation [data-match="next"]{grid-column:2;grid-row:2}.athlete-match-navigation [data-match="all"]{grid-column:1/-1;grid-row:3}}
