@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--primary-navy);min-width:320px;color:var(--body-text);margin:0;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}button,input,select,code{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.64}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3,.school-name{color:var(--white);letter-spacing:0;font-family:Inter,sans-serif;font-weight:850}.logo-image{object-fit:contain;width:auto;height:52px;display:block}.sidebar .logo-image{height:64px}.auth-page{background:radial-gradient(circle at 100% 0,#1565ff38,#0000 32rem),linear-gradient(135deg,#031024 0%,#071a33 100%);place-items:center;min-height:100vh;padding:18px;display:grid}.auth-card{border:1px solid var(--border);width:min(100%,560px);box-shadow:var(--shadow);background:#ffffff0e;border-radius:28px;gap:18px;padding:24px;display:grid}.auth-logo{height:68px}.auth-card h1{font-size:34px;line-height:1.04}.auth-intro,.muted-copy{color:var(--body-text);font-size:16px;line-height:1.55}.auth-form,.admin-form{gap:14px;display:grid}.auth-form label,.admin-form label{color:var(--muted-text);text-transform:uppercase;gap:8px;font-size:13px;font-weight:900;display:grid}.auth-form input,.auth-form select,.search-card input,.admin-form input,.admin-form select{background:var(--field-bg);width:100%;min-height:58px;color:var(--white);border:1px solid #1565ff3d;border-radius:16px;outline:none;padding:0 18px;font-size:16px}.auth-form input:focus,.auth-form select:focus,.search-card input:focus,.admin-form input:focus,.admin-form select:focus{border-color:#1565ffc7;box-shadow:0 0 0 4px #1565ff1f}.auth-form select option,.admin-form select option{color:var(--primary-navy)}.primary-button,.ghost-button,.menu-button,.upload-card button,.sidebar-card button,.demo-login-grid button,.auth-links button,.mobile-user button,.brand-button,.side-nav button,.bottom-tabs button{min-height:48px;color:var(--white);background:#1565ff24;border:1px solid #1565ff6b;border-radius:16px;padding:0 16px;font-weight:850;transition:background .16s,border-color .16s,transform .16s}.primary-button,.upload-card button{border-color:var(--accent-blue);background:var(--accent-blue);width:100%}.primary-button:hover,.upload-card button:hover,.side-nav button:hover,.side-nav button.is-active,.bottom-tabs button.is-active,.demo-login-grid button:hover,.auth-links button:hover{border-color:var(--accent-blue);background:var(--accent-blue);transform:translateY(-1px)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--white);outline-offset:3px}.demo-login-grid{gap:10px;display:grid}.auth-links{flex-wrap:wrap;gap:10px;display:flex}.auth-links button{background:0 0;flex:140px}.app-shell{background:var(--primary-navy);min-height:100vh}.mobile-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#031024f5;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0}.brand-button{background:0 0;border:0;border-radius:0;width:auto;min-height:auto;padding:0}.brand-button:hover{background:0 0;transform:none}.mobile-user{align-items:center;gap:8px;display:flex}.mobile-user span{color:var(--muted-text);font-size:13px;font-weight:850;display:none}.mobile-user button{border-radius:999px;min-height:40px;padding:0 12px;font-size:13px}.sidebar{display:none}.main-content{gap:22px;padding:18px 16px 104px;display:grid}.dashboard-hero,.section-block,.profile-shell,.admin-area{border:1px solid var(--border);background:var(--card-bg);box-shadow:var(--shadow);border-radius:24px}.dashboard-hero{gap:18px;padding:22px;display:grid}.compact-hero h1{font-size:34px}.eyebrow{color:var(--white);text-transform:uppercase;font-size:12px;font-weight:950;line-height:1.3}.hero-copy{gap:10px;display:grid}.hero-copy h1,.admin-copy h1,.profile-hero h1,.coach-profile h1,.settings-shell h1{max-width:880px;font-size:40px;line-height:1.04}.search-card{gap:10px;display:grid}.search-card span{color:var(--muted-text);font-size:14px;font-weight:850}.search-card input::placeholder{color:#ffffff85}.filter-row{gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.filter-row button{border:1px solid var(--border);min-height:44px;color:var(--body-text);background:#ffffff0b;border-radius:999px;flex:none;padding:0 16px;font-weight:850}.filter-row button:hover,.filter-row button.is-active{background:var(--accent-blue);color:var(--white);border-color:#1565ffd1}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.stat-card{border:1px solid var(--border);background:var(--card-bg);border-radius:20px;grid-template-rows:1fr auto;gap:8px;min-height:126px;padding:16px;display:grid}.stat-card span,.stat-card small{color:var(--muted-text);font-size:13px;font-weight:850;line-height:1.3}.stat-card-value{align-content:end;align-self:end;gap:4px;min-height:42px;display:grid}.stat-card strong{color:var(--white);max-width:100%;font-size:30px;line-height:1.1;display:block}.stat-card-detail{color:var(--muted-text);white-space:normal;text-overflow:unset;font-size:13px;font-weight:850;line-height:1.3;overflow:visible}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid .stat-card{min-height:130px}.dashboard-grid .stat-card-value{min-height:58px}.dashboard-grid .stat-card strong,.dashboard-grid .stat-card-detail,.dashboard-grid .stat-card span{white-space:normal;text-overflow:unset;word-break:break-word;overflow:visible}@media (width>=1100px){.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.section-block,.profile-shell,.admin-area{padding:20px}.page-section,.page-content,.app-shell main{max-width:100%;overflow-x:hidden}.page-section input,.page-section select,.page-section textarea,.page-section button,.filters,.membership-actions{max-width:100%}.mobile-menu-toggle,.membership-actions button,.stat-card,.card{min-height:44px}.section-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.section-heading h2,.info-card h3,.csv-card h3{margin-top:4px;font-size:26px;line-height:1.08}.school-grid,.coach-card-grid,.action-grid,.csv-grid,.profile-grid,.admin-grid{gap:16px;display:grid}.school-card{min-width:0}.school-card-button{border:1px solid var(--border);width:100%;min-height:356px;color:inherit;text-align:left;background:#ffffff0b;border-radius:22px;gap:12px;padding:18px;display:grid}.school-card-button:hover,.coach-card:hover,.opening-card:hover{background:var(--card-bg-strong);border-color:#1565ffa3;transform:translateY(-1px)}.school-logo,.profile-logo,.coach-photo{color:var(--white);object-fit:contain;background:#1565ff24;border:1px solid #ffffff24;place-items:center;font-weight:950;display:grid}.school-logo{border-radius:24px;width:112px;height:112px;font-size:36px}.media-logo{background:var(--white);padding:8px}.school-status{width:fit-content;color:var(--white);text-transform:uppercase;border:1px solid #1565ff57;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950}.school-name{font-size:25px;line-height:1.08;display:block}.school-location{color:var(--body-text);font-size:16px;font-weight:850}.school-meta,.sport-tags{flex-wrap:wrap;gap:8px;display:flex}.school-meta span,.sport-tags span{color:#ffffffe6;background:#1565ff1f;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:850}.school-meta span{border:1px solid var(--border);background:#ffffff0b}.card-cta{background:var(--accent-blue);min-height:48px;color:var(--white);border-radius:14px;place-items:center;font-weight:950;display:grid}.profile-shell{gap:20px;display:grid}.profile-hero,.coach-profile-top{gap:18px;display:grid}.profile-logo{border-radius:28px;width:132px;height:132px;font-size:42px}.profile-hero p:not(.eyebrow),.admin-copy p,.profile-bio{color:var(--body-text);font-size:16px;line-height:1.55}.profile-tags{margin-top:16px}.info-card,.opening-card,.upload-card,.csv-card,.empty-state{border:1px solid var(--border);background:#ffffff0b;border-radius:20px;gap:12px;padding:16px;display:grid}.detail-row{gap:5px;display:grid}.detail-row span{color:var(--muted-text);text-transform:uppercase;font-size:12px;font-weight:950}.detail-row strong{color:var(--white);overflow-wrap:anywhere;font-size:16px;line-height:1.35}.detail-grid{gap:16px;display:grid}.plain-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.plain-list li{color:var(--body-text);gap:4px;font-size:15px;line-height:1.45;display:grid}.plain-list strong{color:var(--white)}.plain-list span{color:var(--muted-text)}.content-grid,.coach-list,.opening-list,.timeline{gap:14px;display:grid}.coach-card{border:1px solid var(--border);width:100%;color:inherit;text-align:left;background:#ffffff0b;border-radius:20px;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:14px;display:grid}.coach-photo{border-radius:18px;flex:0 0 62px;width:62px;height:62px;font-size:17px}.coach-photo.large{border-radius:24px;width:104px;height:104px;font-size:28px}.coach-card-copy{gap:5px;min-width:0;display:grid}.coach-card-copy strong{color:var(--white);font-size:19px;line-height:1.15}.coach-card-copy span,.coach-card-copy small{color:var(--body-text);font-size:14px;line-height:1.35}.coach-card-copy small{color:var(--muted-text)}.coach-profile{align-content:start}.coach-profile-top h1{font-size:34px}.coach-profile-top p:not(.eyebrow){color:var(--body-text);font-size:18px;font-weight:850}.coach-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.activity-note{color:var(--white);background:#1565ff1f;border:1px solid #1565ff52;border-radius:16px;margin-top:16px;padding:14px;font-size:14px;font-weight:850}.opening-card span{color:var(--white);text-transform:uppercase;font-size:12px;font-weight:950}.opening-card strong{color:var(--white);font-size:22px}.opening-card p,.opening-card small{color:var(--body-text);font-size:14px;line-height:1.45}.timeline-item{grid-template-columns:18px 1fr;gap:12px;display:grid;position:relative}.timeline-item:not(:last-child):before{background:var(--border);content:"";width:1px;position:absolute;top:19px;bottom:-13px;left:8px}.timeline-dot{border:3px solid var(--accent-blue);background:var(--primary-navy);border-radius:50%;width:17px;height:17px;margin-top:3px}.timeline-item div{border:1px solid var(--border);background:#ffffff0b;border-radius:18px;gap:5px;padding:14px;display:grid}.timeline-item small,.timeline-item span{color:var(--muted-text);font-size:13px}.timeline-item strong{color:var(--white);font-size:16px}.timeline-item p{color:var(--body-text);font-size:14px;font-weight:850}.admin-area{gap:20px;display:grid}.admin-copy{gap:10px;display:grid}.upload-card{text-align:center;justify-items:center}.upload-icon{background:#1565ff1f;border:1px solid #ffffff24;border-radius:22px;place-items:center;width:76px;height:76px;display:grid;position:relative}.upload-icon:before,.upload-icon:after{background:var(--white);content:"";border-radius:999px;position:absolute}.upload-icon:before{width:28px;height:3px}.upload-icon:after{width:3px;height:28px}.upload-card strong{color:var(--white);font-size:20px}.upload-card p{color:var(--muted-text);font-size:14px}.csv-card code{white-space:pre-wrap;border:1px solid var(--border);color:var(--soft-gray);background:#031024d1;border-radius:14px;padding:14px;font-size:13px;line-height:1.55;display:block}.settings-logout{max-width:260px}.empty-state strong{color:var(--white);font-size:20px}.empty-state span{color:var(--body-text);font-size:15px}.bottom-tabs{z-index:30;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#031024f7;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-tabs button{border-radius:14px;place-items:center;gap:3px;min-height:58px;padding:6px 4px;font-size:11px;display:grid}.bottom-tabs span{background:#ffffff14;border-radius:999px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:950;display:grid}@media (width<=520px){.section-heading{display:grid}.ghost-button{width:100%}.hero-copy h1,.admin-copy h1,.profile-hero h1{font-size:32px}.stats-grid,.coach-facts{grid-template-columns:1fr}}@media (width>=700px){.auth-card,.dashboard-hero,.section-block,.profile-shell,.admin-area{padding:26px}.main-content{padding:24px 24px 110px}.hero-copy h1,.admin-copy h1,.profile-hero h1{font-size:50px}.stats-grid,.school-grid,.profile-grid,.admin-grid,.action-grid,.csv-grid,.coach-card-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-hero,.coach-profile-top{grid-template-columns:auto 1fr;align-items:center}.demo-login-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-user span{display:inline}}@media (width>=1367px){.mobile-header,.bottom-tabs{display:none}.app-shell{grid-template-columns:292px minmax(0,1fr);display:grid}.sidebar{border-right:1px solid var(--border);background:var(--primary-navy);grid-template-rows:auto 1fr auto;gap:34px;height:100vh;padding:28px;display:grid;position:sticky;top:0}.sidebar-brand{justify-self:start}.side-nav{align-content:start;gap:8px;display:grid}.side-nav button{color:var(--body-text);background:0 0;border-color:#0000;justify-content:start;font-size:16px}.sidebar-card{background:#1565ff1a;border:1px solid #1565ff3d;border-radius:22px;gap:10px;padding:18px;display:grid}.sidebar-card span{color:var(--white);text-transform:uppercase;font-size:12px;font-weight:950}.sidebar-card strong{color:var(--white);font-size:22px;line-height:1.1}.sidebar-card p{color:var(--body-text);font-size:14px;line-height:1.45}.main-content{gap:26px;padding:30px}.hero-copy h1,.admin-copy h1,.profile-hero h1{font-size:58px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.school-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr)}.compact-grid,.coach-directory-view{grid-template-columns:minmax(360px,.85fr) minmax(0,1fr)}.full-jobs,.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1320px){.main-content{padding:38px}.school-grid,.action-grid,.coach-card-grid{grid-template-columns:repeat(3,minmax(300px,1fr))}}.landing-page{background:radial-gradient(circle at top right, #1565ff33, transparent 30rem), linear-gradient(135deg, var(--primary-navy) 0%, var(--secondary-navy) 100%);align-content:center;gap:18px;min-height:100vh;padding:18px;display:grid}.landing-hero{border:1px solid var(--border);width:min(100%,900px);box-shadow:var(--shadow);background:#ffffff0e;border-radius:28px;justify-self:center;gap:22px;padding:24px;display:grid}.landing-logo{height:76px}.landing-copy{gap:12px;display:grid}.landing-copy h1{max-width:820px;font-size:42px;line-height:1.04}.landing-copy p:not(.eyebrow){max-width:760px;color:var(--body-text);font-size:17px;line-height:1.55}.landing-actions,.landing-demo-grid{gap:10px;display:grid}.landing-actions .ghost-button{background:0 0}.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:center;gap:12px;width:min(100%,900px);display:grid}.landing-metric,.role-dashboard,.loading-state,.form-error,.form-notice{border:1px solid var(--border);background:#ffffff0e;border-radius:20px;padding:16px}.landing-metric{gap:6px;display:grid}.landing-metric strong{color:var(--white);font-size:34px;line-height:1}.landing-metric span{color:var(--muted-text);text-transform:uppercase;font-size:13px;font-weight:900}.auth-brand{justify-self:start}.role-dashboard{box-shadow:var(--shadow);gap:18px;display:grid}.role-dashboard h2{max-width:860px;margin-top:6px;font-size:28px;line-height:1.12}.role-grid{gap:12px;display:grid}.school-card,.coach-card-wrap{position:relative}.coach-card-wrap{display:grid}.school-card .save-pill,.coach-card-wrap .save-pill{position:absolute;top:14px;right:14px}.save-pill{min-height:38px;color:var(--white);background:#031024db;border:1px solid #1565ff85;border-radius:999px;padding:0 12px;font-size:12px;font-weight:950;box-shadow:0 10px 22px #0000003d}.save-pill:hover,.save-pill.is-saved{border-color:var(--accent-blue);background:var(--accent-blue)}.school-card-button{padding-top:20px}.school-card-button .school-logo{margin-top:18px}.coach-card{padding-right:86px}.loading-state{z-index:12;color:var(--white);align-items:center;gap:10px;font-weight:900;display:flex;position:sticky;top:82px}.loading-state span{border:2px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.form-error,.form-notice{color:var(--white);font-size:14px;font-weight:850}.form-error{background:#ff49491f;border-color:#ff6a6a8c}.form-notice{background:#1565ff24;border-color:#1565ff85}.saved-hero{align-content:center}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=520px){.landing-copy h1{font-size:34px}.landing-logo{height:64px}.bottom-tabs{grid-template-columns:repeat(6,1fr);gap:4px;padding:7px 5px}.bottom-tabs button{border-radius:12px;min-height:56px;padding:5px 2px;font-size:10px}.bottom-tabs span{width:21px;height:21px;font-size:11px}.coach-card{padding-right:74px}}@media (width>=700px){.landing-hero{padding:34px}.landing-actions{grid-template-columns:minmax(0,220px) minmax(0,220px)}.landing-demo-grid,.landing-grid,.role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1040px){.role-dashboard{grid-template-columns:minmax(0,1.4fr) minmax(380px,.8fr);align-items:center}.role-dashboard h2{font-size:34px}}.save-pill{z-index:2}.school-contact{color:var(--body-text);font-size:14px;font-weight:800;line-height:1.35}.inline-link{color:var(--white);text-underline-offset:3px;font-weight:900;text-decoration:underline}.school-admin-panel{gap:18px}.school-admin-toolbar{gap:12px;margin-bottom:18px;display:grid}.school-admin-toolbar label{color:var(--muted-text);text-transform:uppercase;gap:8px;font-size:13px;font-weight:900;display:grid}.school-admin-toolbar select{background:var(--field-bg);width:100%;min-height:52px;color:var(--white);border:1px solid #1565ff3d;border-radius:16px;padding:0 16px}.admin-form-grid{gap:14px;display:grid}.admin-actions{gap:10px;display:grid}.danger-button{min-height:48px;color:var(--white);background:#ff49491f;border:1px solid #ff6a6a8c;border-radius:16px;padding:0 16px;font-weight:850}.danger-button:hover:not(:disabled){background:#ff494938}.bottom-tabs{grid-template-columns:repeat(var(--tab-count,6), minmax(0, 1fr))}@media (width>=700px){.school-admin-toolbar{grid-template-columns:minmax(0,1fr) 180px;align-items:end}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-actions{grid-template-columns:minmax(0,1fr) minmax(0,220px)}}.legal-link{color:var(--accent-blue);text-underline-offset:3px;font-weight:850;text-decoration:underline}.legal-link:hover{color:var(--accent-blue-dark)}.loading-state{place-items:center;min-height:40vh;display:grid}.not-found-button{background:var(--accent-blue);min-height:52px;color:var(--white);border-radius:16px;place-items:center;padding:0 18px;font-weight:850;text-decoration:none;display:inline-grid}.primary-link{color:var(--accent-blue);font-weight:850;text-decoration:underline}:root{--primary-navy:#031024;--secondary-navy:#071a33;--panel-navy:#0b1f3d;--accent-blue:#1565ff;--accent-blue-dark:#0f55dc;--white:#fff;--soft-gray:#f3f6fa;--body-text:#ffffffd6;--muted-text:#ffffffa3;--border:#ffffff1f;--card-bg:#ffffff0e;--card-bg-strong:#ffffff16;--field-bg:#071a33eb;--shadow:0 24px 70px #00000057}body{color:var(--body-text)!important;background:radial-gradient(circle at 100% 0,#1565ff42,#0000 34rem),radial-gradient(circle at 0 100%,#1565ff1f,#0000 30rem),linear-gradient(135deg,#031024 0%,#071a33 58%,#031024 100%)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-shell,.not-found-page,.membership-required{color:var(--body-text)!important;background:radial-gradient(circle at 100% 0,#1565ff38,#0000 34rem),linear-gradient(135deg,#031024 0%,#071a33 54%,#031024 100%)!important}.entry-page{background-image:linear-gradient(#03102459,#0310248c),url(/images/stadium.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;min-height:100vh;padding:22px;display:grid;color:var(--body-text)!important}.entry-card,.top-nav,.card,.panel,.notice,.filters,.profile,.autocomplete,.membership-required .entry-card,.site-footer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border)!important;box-shadow:var(--shadow)!important;background:#071a33d1!important}.entry-card{gap:18px;width:min(100%,520px);display:grid;border-radius:28px!important;padding:clamp(24px,5vw,36px)!important}.top-nav,.site-footer{background:#031024eb!important}.page-wrap{width:100%;margin:0}section:not(.entry-card):not(.profile):not(.panel){gap:24px;display:grid}.cards,.grid{align-items:stretch;gap:24px;display:grid}.card,.panel,.profile,.notice,.filters,.autocomplete{padding:24px;border-radius:20px!important}.card,.stat-card{height:100%}.card{transition:border-color .16s,background .16s,transform .16s;color:var(--body-text)!important;text-decoration:none!important}.card:hover,.autocomplete button:hover{transform:translateY(-1px);background:var(--card-bg-strong)!important;border-color:#1565ffb3!important}.job-match-badge{margin:.35rem 0 0;font-size:.875rem;font-weight:700;color:#34d399!important}.notification-nav-badge{color:#fff;background:#1565ffd9;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}@media (width>=1024px){.notification-nav-link{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-weight:600;display:inline-flex;position:relative;color:var(--body-text)!important;text-decoration:none!important}.notification-nav-link.active{border-color:#1565ff8c}}.notifications-list{gap:12px;display:grid}.notification-card{margin:0}.notification-card.is-unread{background:#1565ff0f;border-color:#1565ff59}.notification-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-unread-dot{background:#34d399;border-radius:50%;flex:none;width:8px;height:8px}.notification-date{margin-top:8px;font-size:.875rem}h1,h2,h3,.top-nav strong,.card strong,.card h3,.panel h1,.panel h2,.profile h1{letter-spacing:-.035em;color:var(--white)!important;font-family:Inter,system-ui,sans-serif!important;font-weight:900!important}h1{font-size:clamp(34px,6vw,58px);line-height:.98}h2{font-size:clamp(25px,4vw,36px);line-height:1.05}h3{font-size:clamp(20px,3vw,26px);line-height:1.1}p,label,.disclaimer,.card p,.card span,.notice,.profile p,.panel p,.muted-copy{line-height:1.55;color:var(--body-text)!important}label{letter-spacing:.02em;text-transform:uppercase;gap:8px;font-size:13px;font-weight:900;display:grid}input,select,textarea{outline:none;width:100%;min-height:44px;padding:0 16px;background:var(--field-bg)!important;color:var(--white)!important;border:1px solid #ffffff24!important;border-radius:16px!important}textarea{min-height:110px;padding-top:14px}input::placeholder,textarea::placeholder{color:#ffffff85!important}select option{color:#031024}button,.primary,.primary-link,.not-found-button,.card button,.panel button,.top-nav button,.autocomplete button{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;min-height:44px;padding:0 16px;line-height:1;transition:background .16s,border-color .16s,transform .16s;display:inline-flex;border:1px solid var(--accent-blue)!important;background:var(--accent-blue)!important;color:var(--white)!important;border-radius:16px!important;font-weight:900!important;text-decoration:none!important}button:hover,.primary:hover,.primary-link:hover,.not-found-button:hover,.card button:hover,.panel button:hover,.top-nav button:hover{transform:translateY(-1px);border-color:var(--accent-blue-dark)!important;background:var(--accent-blue-dark)!important}.link-row,.legal-row,.membership-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}nav a,.link-row a,.legal-link,a{font-weight:850;color:#66a0ff!important}.legal-link,.link-row a{text-underline-offset:3px;text-decoration:underline!important}nav{flex-wrap:wrap;gap:8px;display:flex}nav a{border-radius:999px;padding:10px 12px;text-decoration:none!important}nav a.active,nav a:hover{color:var(--white)!important;background:#1565ff2e!important}@media (width>=1367px){.top-nav{z-index:20;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0;border-width:0 0 1px!important;border-radius:0!important;padding:14px clamp(16px,3vw,28px)!important}}.membership-chip{color:var(--white);background:#1565ff24;border:1px solid #1565ff6b;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}.avatar{object-fit:contain;border-radius:18px;place-items:center;width:72px;height:72px;font-weight:950;display:grid;color:var(--white)!important;background:#1565ff29!important;border:1px solid #ffffff29!important}.card .avatar,.autocomplete .avatar{border-radius:16px;width:64px;height:64px}.autocomplete{gap:8px;display:grid}.autocomplete button{justify-content:flex-start;gap:10px;height:auto;min-height:62px;display:flex;background:#ffffff0a!important}.filters{gap:18px;display:grid}.site-footer{justify-content:center;gap:18px;padding:18px;display:flex;border-width:1px 0 0!important;border-radius:0!important}.loading-state{place-items:center;min-height:44vh;display:grid;box-shadow:none!important;background:0 0!important}.loading-spinner{border:3px solid #ffffff3d;border-top-color:var(--accent-blue);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite spin}.error-box,.form-error{background:#ff49491f;border:1px solid #ff6a6a8c;border-radius:16px;padding:14px;font-weight:850;color:var(--white)!important}.terms{text-transform:none;align-items:flex-start;gap:10px;display:flex!important}.terms input{width:18px;min-height:18px;margin-top:3px}.back-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:-.01em;cursor:pointer;justify-content:center;justify-self:start;align-items:center;gap:6px;width:fit-content;max-width:100%;height:40px;margin:0 0 14px;line-height:1;transition:background .16s,border-color .16s,transform .16s,color .16s;display:inline-flex;border:1px solid var(--border)!important;min-height:40px!important;color:var(--body-text)!important;box-shadow:none!important;background:#ffffff0d!important;border-radius:16px!important;padding:0 14px!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:.9rem!important;font-weight:700!important;text-decoration:none!important}.back-button:hover{transform:translateY(-1px);background:var(--card-bg-strong)!important;color:var(--white)!important;border-color:#ffffff38!important}.back-button:focus-visible{outline:none;border-color:#1565ff73!important;box-shadow:0 0 0 4px #1565ff29!important}.back-button:active{transform:translateY(0)}@media (width>=760px){.cards,.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.cards,.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.card,.panel,.profile,.notice,.filters,.autocomplete{padding:16px}section:not(.entry-card):not(.profile):not(.panel),.cards,.grid{gap:16px}}.posted-jobs-section{margin:20px 0 28px}.posted-jobs-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.posted-jobs-intro{max-width:52rem;margin:8px 0 0}.posted-jobs-create{flex-shrink:0;align-self:flex-start}.posted-jobs-list,.matched-coaches-list{gap:14px;display:grid}.posted-job-card,.matched-coach-card{color:inherit;gap:10px;text-decoration:none;transition:border-color .18s,transform .18s;display:grid}.posted-job-card:hover,.matched-coach-card:hover{border-color:#1565ff73;transform:translateY(-1px)}.posted-job-card-top,.matched-coach-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.posted-job-title{color:var(--white);margin-bottom:6px;font-size:1.08rem;font-weight:800;text-decoration:none;display:inline-block}.posted-job-title:hover{color:#8eb6ff}.posted-job-status{letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border);background:#ffffff0a;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:12px;font-weight:800}.posted-job-date{color:var(--muted-text);margin:0;font-size:14px}.posted-job-actions{flex-wrap:wrap}.matched-coach-meta{margin:0}.matched-coach-badges{flex-wrap:wrap;gap:8px;display:flex}.matched-coach-cta{min-height:var(--btn-height,44px);margin-top:4px;padding:0 16px}@media (width<=720px){.posted-jobs-header{flex-direction:column}.posted-jobs-create,.posted-job-actions .primary,.posted-job-actions .primary-link{text-align:center;justify-content:center;width:100%}.posted-job-actions{gap:10px;display:grid}.posted-job-card-top{flex-direction:column}}:root{--space-card-mobile:24px;--space-card-desktop:30px;--space-content-gap:18px;--space-section-gap:32px}.main-content{gap:30px;padding:26px 20px 116px}.page-content,.page-section,section{row-gap:var(--space-section-gap)}.card,.panel,.profile,.notice,.filters,.info-card,.opening-card,.upload-card,.csv-card,.empty-state,.section-block,.profile-shell,.admin-area,.dashboard-hero,.stat-card{padding:var(--space-card-mobile)!important}.card,.panel,.profile,.notice,.info-card,.opening-card,.upload-card,.csv-card,.empty-state,.profile-shell,.admin-area,.dashboard-hero{gap:var(--space-content-gap)}.card>h1+*,.card>h2+*,.card>h3+*,.panel>h1+*,.panel>h2+*,.panel>h3+*,.info-card>strong+*,.info-card>h3+*,.profile>h1+*,.profile>h2+*,.profile>h3+*{margin-top:4px}.card p,.panel p,.profile p,.notice p,.info-card p,.opening-card p,.empty-state p,.readable-copy{line-height:1.65!important}.hero-copy{gap:18px}.dashboard-hero{gap:24px}.dashboard-hero+*,.posted-jobs-section+*,.section-block+.section-block,.panel+.panel,.card+.card{margin-top:8px}.section-heading{margin-bottom:26px}.posted-jobs-section{gap:24px;display:grid}.posted-jobs-header{gap:14px;display:grid}.posted-jobs-header>div{gap:12px;display:grid}.posted-jobs-header .eyebrow{margin-bottom:2px}.posted-jobs-header h2{margin:0}.posted-jobs-intro{margin-top:2px}.posted-jobs-section>.info-card{gap:18px;padding:26px!important}.posted-jobs-section>.info-card strong{font-size:18px;line-height:1.35;display:block}.posted-jobs-section>.info-card .primary-link,.posted-jobs-section>.info-card .primary{width:100%;min-height:54px;margin-top:4px;padding:14px 20px;line-height:1.25}.posted-jobs-list{gap:22px;display:grid}.posted-job-card{gap:18px}.posted-job-card-top{gap:16px}.posted-job-actions,.membership-actions{gap:14px;margin-top:4px}.detail-grid,.content-grid,.coach-list,.opening-list,.timeline,.school-grid,.coach-card-grid,.action-grid,.csv-grid,.profile-grid,.admin-grid,.cards,.grid{gap:22px}.detail-row,.coach-card-copy,.stat-card-value{gap:8px}.plain-list{gap:14px}.form-grid,.auth-form,.admin-form,.settings-form,form{row-gap:20px}label{gap:10px!important}button,.primary,.primary-link,.not-found-button,.card button,.panel button{min-height:52px;padding:12px 20px!important;line-height:1.25!important}.link-row,.legal-row,.membership-actions{row-gap:14px}@media (width>=700px){.main-content{gap:36px;padding:34px 28px 120px}.card,.panel,.profile,.notice,.filters,.info-card,.opening-card,.upload-card,.csv-card,.empty-state,.section-block,.profile-shell,.admin-area,.dashboard-hero,.stat-card{padding:var(--space-card-desktop)!important}}:root{--nav-drawer-max:1366px;--nav-desktop-min:1367px}@media (width<=1366px){.app-shell{grid-template-columns:none!important;display:block!important}.app-compact-header{z-index:80!important;min-height:calc(56px + env(safe-area-inset-top,0px))!important;padding:env(safe-area-inset-top,0px) 20px 0!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;background:#071426f5!important;border-bottom:1px solid #ffffff24!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important;position:sticky!important;top:0!important}.app-compact-menu-btn.mobile-menu-toggle,.app-compact-header .mobile-menu-toggle{color:#fff!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;background:#ffffff0d!important;border:1px solid #ffffff24!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;display:inline-flex!important;position:static!important}.app-shell .page-wrap{padding-top:calc(64px + env(safe-area-inset-top,0px))!important}.mobile-menu-overlay{z-index:90!important;background:#031024b8!important;border:0!important;border-radius:0!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}.top-nav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:12px 0 40px #00000059;z-index:100!important;width:min(88vw,360px)!important;max-width:calc(100vw - 32px)!important;height:100dvh!important;max-height:100dvh!important;padding:calc(20px + env(safe-area-inset-top,0px)) 18px max(24px, calc(16px + env(safe-area-inset-bottom,0px)))!important;visibility:hidden!important;pointer-events:none!important;background:#071a33fa!important;border-width:0 1px 0 0!important;border-radius:0 24px 24px 0!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:12px!important;margin:0!important;transition:transform .18s,visibility .18s!important;display:flex!important;position:fixed!important;inset:0 auto 0 0!important;overflow:hidden auto!important;transform:translate(-110%)!important}.top-nav.is-open{visibility:visible!important;pointer-events:auto!important;transform:translate(0)!important}.top-nav-head{flex:none;border-bottom:1px solid #ffffff1f!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;margin:0 0 4px!important;padding:0 0 14px!important;display:flex!important}.mobile-menu-close{flex:none;min-width:72px;border-radius:999px!important;min-height:40px!important;margin:0!important;padding:0 14px!important;display:inline-flex!important}.top-nav-links,.top-nav nav{flex-direction:column!important;flex:none!important;gap:7px!important;width:100%!important;min-height:0!important;margin:0!important;display:flex!important;overflow:visible!important}.top-nav-links>a,.top-nav nav>a,.top-nav-links .notification-nav-link,.top-nav nav .notification-nav-link{color:#fff!important;border:1px solid #0000!important;border-radius:14px!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;min-height:46px!important;margin:0!important;padding:0 14px!important;text-decoration:none!important;display:flex!important}.top-nav .membership-chip{flex:none!important;align-self:flex-start!important;margin:2px 0 0!important}.top-nav .logout-button,.top-nav>button.logout-button,.top-nav>button:last-of-type:not(.mobile-menu-close){flex:none!important;width:100%!important;min-height:48px!important;margin:0!important}}@media (width>=1367px){.app-compact-header{display:none!important}.app-shell{align-items:start;grid-template-columns:minmax(240px,280px) minmax(0,1fr)!important;display:grid!important}.app-shell .page-wrap{padding-top:24px!important}.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-overlay{display:none!important}.top-nav{z-index:20!important;visibility:visible!important;pointer-events:auto!important;width:auto!important;max-width:none!important;height:auto!important;min-height:100vh!important;max-height:none!important;box-shadow:none!important;background:#050b14f0!important;border-bottom:0!important;border-right:1px solid #ffffff1f!important;border-radius:0!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:20px!important;margin:0!important;padding:24px!important;display:flex!important;position:sticky!important;top:0!important;overflow:visible!important;transform:none!important}.top-nav-links,.top-nav nav{gap:8px!important;display:grid!important;overflow:visible!important}}html.capacitor-native .app-shell{grid-template-columns:none!important;display:block!important}html.capacitor-native .app-compact-header{visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:flex!important}html.capacitor-native .app-compact-menu-btn.mobile-menu-toggle,html.capacitor-native .app-compact-header .mobile-menu-toggle{visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:inline-flex!important}html.capacitor-native .app-shell .page-wrap{padding-top:calc(64px + env(safe-area-inset-top,0px))!important}html.capacitor-native .top-nav{z-index:100!important;visibility:hidden!important;pointer-events:none!important;box-sizing:border-box!important;width:min(88vw,360px)!important;max-width:calc(100vw - 32px)!important;height:100dvh!important;max-height:100dvh!important;padding-bottom:max(28px, calc(18px + env(safe-area-inset-bottom,0px)))!important;flex-direction:column!important;display:flex!important;position:fixed!important;inset:0 auto 0 0!important;overflow-y:auto!important;transform:translate(-110%)!important}html.capacitor-native .top-nav.is-open{visibility:visible!important;pointer-events:auto!important;transform:translate(0)!important}html.capacitor-native .mobile-menu-close{display:inline-flex!important}html.capacitor-native .top-nav-links,html.capacitor-native .top-nav nav{flex:none!important;overflow:visible!important}html.capacitor-native .top-nav .logout-button{margin-bottom:8px!important}.landing-page{--site-black:#050b14;--site-navy:#071426;--site-panel:#071627e0;--site-line:#ffffff24;--site-text:#ffffffdb;--site-muted:#ffffffa8;--site-white:#fff;--site-blue:#4c9cff;--site-blue-deep:#1565ff;--site-blue-soft:#4c9cff2e;min-height:100vh;color:var(--site-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:0!important;align-content:unset!important;background:var(--site-black)!important;padding:0!important;display:block!important}.landing-page,.landing-page *{box-sizing:border-box}.landing-page a{color:inherit}.landing-shell{width:min(100%,var(--public-shell-max,1120px));padding-inline:var(--public-shell-x,clamp(16px,3vw,40px));margin:0 auto}.landing-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050b14f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.landing-header-inner{grid-template-columns:122px minmax(0,1fr);align-items:center;gap:clamp(18px,3vw,44px);min-height:68px;padding-block:9px;display:grid}.landing-logo-link{justify-self:start;align-items:center;text-decoration:none;display:inline-flex}.landing-logo{object-fit:contain;background:#fff;width:auto;height:clamp(42px,4.6vw,52px);padding:7px 11px;display:block}.landing-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(10px,1.6vw,20px);display:flex}.landing-nav a{color:#ffffffe6;font-size:14px;font-weight:850;text-decoration:none}.landing-nav-signup{background:#4c9cff2e;border:1px solid #4c9cffa3;border-radius:999px;padding:9px 16px}.landing-page .landing-hero{isolation:isolate;background:var(--site-black);align-items:center;min-height:clamp(500px,70vh,680px);display:flex;position:relative;overflow:hidden;width:100%!important;max-width:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;justify-self:stretch!important;margin:0!important;padding:0!important}.landing-page .landing-hero:before,.landing-page .landing-hero:after{content:"";pointer-events:none;position:absolute;inset:0}.landing-page .landing-hero:before{z-index:-2;filter:brightness(.72)saturate(.94);background-image:url(/images/stadium.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.landing-page .landing-hero:after{z-index:-1;background-image:linear-gradient(90deg,#050b14e0 0%,#050b14b8 44%,#050b1461 100%),linear-gradient(#050b141f 0%,#050b14b8 100%)}.landing-hero-inner{width:100%;padding-block:clamp(56px,7vw,88px)}.landing-hero-copy{width:min(100%,640px);box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.landing-kicker,.landing-eyebrow,.landing-plan-topline span{color:#9ecbff;letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900;line-height:1.2}.landing-page h1,.landing-page h2,.landing-page h3{color:var(--site-white);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:900}.landing-page h1{letter-spacing:-.045em;text-wrap:balance;max-width:12.5ch;font-size:clamp(2.5rem,5.5vw,4.25rem);line-height:1.02}.landing-page h2{letter-spacing:-.035em;max-width:780px;font-size:clamp(1.82rem,3.4vw,2.85rem);line-height:1.08}.landing-hero-lead{color:#ffffffd6;max-width:55ch;margin-top:16px;font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.55}.landing-hero-actions,.landing-cta-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;display:flex}.landing-btn,.landing-hero-actions a,.landing-plan .landing-btn{text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 20px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.landing-btn-primary{background:#fff;border:1px solid #fff;color:#07111f!important}.landing-btn-secondary{background:var(--site-blue);border:1px solid #4c9cffb8;color:#06101d!important}.landing-btn-ghost{background:#ffffff12;border:1px solid #ffffff47;color:#fff!important}.landing-btn-disabled{display:none}.landing-socials{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.landing-socials a{color:#fff;text-transform:uppercase;background:#ffffff0f;border:1px solid #fff3;border-radius:999px;place-items:center;width:36px;height:36px;font-size:11px;font-weight:950;text-decoration:none;display:grid}.landing-content{background:var(--site-black);display:block}.landing-section{padding-block:clamp(34px,4.2vw,52px)}.landing-section+.landing-section{padding-top:0}.landing-section-heading{text-align:left;gap:.5rem;max-width:780px;margin:0 0 clamp(18px,2.2vw,24px);display:grid}.landing-section-heading p:not(.landing-eyebrow){color:var(--site-muted);font-size:var(--public-body-size,clamp(.95rem,1.35vw,1.05rem));max-width:72ch;margin:0;line-height:1.6}.landing-intro-section .landing-section-heading,.landing-faq-section .landing-section-heading,.landing-cta-section .landing-section-heading{margin-inline:0}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid{gap:clamp(14px,1.8vw,20px);display:grid}.landing-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-plans{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(100%,880px);margin:0 auto;display:grid}.landing-value-card,.landing-benefit-card,.landing-plan,.landing-faq-card,.landing-cta-card{background:var(--site-panel);border:1px solid #4c9cff38;border-radius:22px;padding:20px}.landing-value-card{grid-template-columns:12px minmax(0,1fr);align-items:start;gap:10px;display:grid}.landing-value-card span{background:var(--site-blue);border-radius:999px;width:10px;height:10px;margin-top:7px}.landing-benefit-card{gap:.5rem;min-height:148px;display:grid}.landing-plan{align-content:start;gap:10px;min-height:276px;display:grid}.landing-faq-card{gap:.5rem;min-height:132px;display:grid}.landing-cta-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding:22px;display:grid}.landing-benefit-card h3,.landing-plan h3,.landing-faq-card h3{font-size:var(--public-heading-section,clamp(1.05rem,2vw,1.2rem));margin:0;font-weight:700;line-height:1.32}.landing-value-card p,.landing-benefit-card p,.landing-plan p,.landing-plan span,.landing-faq-card p,.landing-cta-card p{color:var(--site-muted);font-size:var(--public-body-size,clamp(.95rem,1.35vw,1.05rem));margin:0;line-height:1.58}.landing-plan-topline{justify-content:space-between;gap:10px;margin-bottom:2px;display:flex}.landing-plan-topline small{display:none}.landing-price-row{align-items:baseline;gap:8px;margin:8px 0 6px;display:flex}.landing-price-row strong{color:var(--site-white);font-size:34px;line-height:1}.landing-plan .landing-btn{width:100%;margin-top:auto}.public-footer{border-top:1px solid var(--site-line);color:var(--site-text);background:#050b14f2}.public-footer-inner{gap:14px;padding-block:22px;display:grid}.public-footer-brand strong{color:var(--site-white);letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:950}.public-footer-links{flex-wrap:wrap;gap:12px;display:flex}.public-footer a{color:#9ecbff;font-weight:800;text-decoration:none}@media (width>=760px){.public-footer-inner{grid-template-columns:minmax(240px,1fr) auto;align-items:center}}@media (width<=900px){.landing-header-inner{grid-template-columns:1fr;align-items:start;gap:10px;min-height:0;padding-block:9px}.landing-nav{justify-content:flex-start;gap:10px 14px;width:100%}.landing-nav a{font-size:13px}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans,.landing-cta-card{grid-template-columns:1fr}.landing-plans{width:100%}.landing-page .landing-hero{min-height:clamp(460px,64vh,600px)}.landing-hero-inner{padding-block:clamp(46px,8vw,68px)}}@media (width<=560px){.landing-shell{padding-inline:18px}.landing-logo{height:40px;padding:6px 10px}.landing-page h1{max-width:none;font-size:clamp(2.05rem,10vw,2.75rem)}.landing-page h2{font-size:clamp(1.65rem,8vw,2.18rem)}.landing-hero-lead{margin-top:14px;line-height:1.5}.landing-section{padding-block:clamp(28px,7vw,34px)}.landing-section-heading{gap:.45rem;margin-bottom:16px}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans{gap:14px}.landing-value-card,.landing-benefit-card,.landing-plan,.landing-faq-card,.landing-cta-card{border-radius:20px;padding:18px}.landing-benefit-card,.landing-faq-card{min-height:0}.landing-plan{min-height:250px}.landing-cta-card{gap:16px}.landing-hero-actions,.landing-cta-actions{gap:9px;margin-top:18px}.landing-btn,.landing-hero-actions a,.landing-plan .landing-btn{min-height:40px;padding:9px 18px}.landing-hero-actions .landing-btn,.landing-cta-actions .landing-btn,.landing-plan .landing-btn{width:100%}.public-footer-inner{padding-block:20px}}@media (width<=1280px){.landing-page{--public-shell-max:860px;--public-shell-x:clamp(20px, 5vw, 42px)}.landing-header-inner{grid-template-columns:96px minmax(0,1fr);gap:20px;min-height:64px;padding-block:8px}.landing-logo{height:38px;padding:6px 10px}.landing-nav{gap:10px 18px}.landing-nav a{font-size:13px;line-height:1}.landing-nav-signup{padding:8px 14px}.landing-page .landing-hero{min-height:auto}.landing-hero-inner{padding-block:40px 30px}.landing-section{padding-block:28px}.landing-section+.landing-section{padding-top:8px}.landing-section-heading{max-width:760px;margin-bottom:18px}.landing-page h1{max-width:11.5ch;font-size:clamp(2.35rem,6vw,3.45rem)}.landing-page h2{max-width:760px;font-size:clamp(1.85rem,4.2vw,2.45rem)}.landing-cta-card h2{max-width:13ch;font-size:clamp(1.85rem,4vw,2.35rem)}.landing-section-heading p:not(.landing-eyebrow),.landing-hero-lead,.landing-value-card p,.landing-benefit-card p,.landing-plan p,.landing-faq-card p,.landing-cta-card p{line-height:1.5}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans{grid-template-columns:1fr!important;gap:14px!important;width:min(100%,760px)!important;max-width:760px!important;margin-inline:0!important}.landing-plans{max-width:680px!important}.landing-value-card,.landing-benefit-card,.landing-plan,.landing-faq-card,.landing-cta-card{border-radius:22px;width:100%!important;min-height:0!important;padding:20px!important}.landing-value-card{grid-template-columns:14px minmax(0,1fr);align-items:start}.landing-value-card span{margin-top:8px}.landing-benefit-card,.landing-faq-card,.landing-plan{align-content:start}.landing-benefit-card{min-height:0!important}.landing-plan{gap:12px;min-height:250px!important}.landing-plan h3{line-height:1.2}.landing-price-row{margin-block:6px}.landing-plan .landing-btn{margin-top:auto}.landing-faq-section{padding-bottom:24px}.landing-cta-section{padding-top:6px}.landing-cta-card{gap:16px;overflow:hidden;grid-template-columns:1fr!important;width:min(100%,760px)!important;max-width:760px!important;display:grid!important}.landing-cta-card p{max-width:34rem}}@media (width<=900px){.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans,.landing-cta-card{width:100%!important;max-width:100%!important}}@media (width<=767px){.landing-page{--public-shell-x:18px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.landing-footer-inner{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}}@media (width<=720px){.landing-page{--public-shell-x:18px}.landing-header-inner{grid-template-columns:1fr;align-items:start;gap:8px;padding-block:8px}.landing-nav{justify-content:flex-start;gap:7px 10px}.landing-nav a{font-size:13px}.landing-nav-signup{padding:8px 14px}.landing-hero-inner{padding-block:28px 22px}.landing-section{padding-block:18px}.landing-section+.landing-section{padding-top:4px}.landing-page h1{max-width:none;font-size:clamp(2.05rem,10vw,2.8rem)}.landing-page h2{max-width:100%;font-size:clamp(1.65rem,7.2vw,2.05rem)}.landing-cta-card h2{max-width:11ch;font-size:clamp(1.8rem,8vw,2.35rem)}.landing-kicker,.landing-eyebrow,.landing-plan-topline span{letter-spacing:.15em;margin-bottom:5px}.landing-section-heading{margin-bottom:12px}.landing-section-heading h2{margin-bottom:6px}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans{gap:10px!important}.landing-value-card,.landing-benefit-card,.landing-plan,.landing-faq-card,.landing-cta-card{border-radius:18px;padding:16px!important}.landing-benefit-card,.landing-faq-card{min-height:0!important}.landing-plan{min-height:230px!important}.landing-value-card{grid-template-columns:12px minmax(0,1fr);gap:9px}.landing-value-card span{width:9px;height:9px;margin-top:7px}.landing-faq-section{padding-bottom:18px}.landing-cta-section{padding-top:4px}.landing-hero-actions,.landing-cta-actions{margin-top:14px}.landing-btn,.landing-hero-actions a,.landing-plan .landing-btn{min-height:42px}}@media (width<=430px){.landing-page{--public-shell-x:16px}.landing-hero-inner{padding-block:24px 18px}.landing-section{padding-block:14px}.landing-section+.landing-section{padding-top:2px}.landing-value-card,.landing-benefit-card,.landing-plan,.landing-faq-card,.landing-cta-card{padding:15px!important}.landing-value-grid,.landing-benefit-grid,.landing-faq-grid,.landing-plans{gap:9px!important}.landing-section-heading{margin-bottom:10px}.landing-page h2,.landing-cta-card h2{font-size:clamp(1.55rem,8vw,1.95rem)}}:root{--public-shell-max:1120px;--public-prose-max:42rem;--public-shell-x:clamp(16px, 3vw, 40px);--public-section-y:clamp(40px, 5vw, 64px);--public-section-gap:1.5rem;--public-block-gap:.625rem;--public-list-gap:.375rem;--public-body-size:clamp(.95rem, 1.35vw, 1.05rem);--public-line-height:1.65;--public-heading-page:clamp(1.75rem, 4vw, 2.25rem);--public-heading-section:clamp(1.05rem, 2vw, 1.2rem);--public-form-gap:1rem}.landing-shell,.public-static-inner,.legal-route-page .legal-main-inner{width:min(100%, var(--public-shell-max));padding-inline:var(--public-shell-x);margin-inline:auto}.entry-page,.membership-required{padding:clamp(20px, 3vw, 32px) var(--public-shell-x)}.entry-page .entry-card,.membership-required .entry-card{gap:var(--public-form-gap);width:min(100%,520px);display:grid;padding:clamp(20px,3vw,28px)!important}.entry-page .entry-card h1,.membership-required .entry-card h1{font-size:var(--public-heading-page)!important;letter-spacing:-.035em!important;max-width:none!important;margin:0!important;line-height:1.15!important}.entry-page .muted-copy,.entry-page .entry-card>p,.membership-required .entry-card>p{font-size:var(--public-body-size)!important;line-height:var(--public-line-height)!important;margin:0!important}.entry-page label,.membership-required label{gap:.5rem}.entry-page .link-row,.entry-page .legal-row,.membership-required .membership-actions{gap:.75rem}.public-static-page .public-static-main,.legal-route-page .legal-main{padding:clamp(20px,3vw,32px) 0 clamp(32px,4vw,48px)}.public-static-page .public-static-card.entry-card,.legal-route-page .legal-page.entry-card{margin:0 auto;width:min(100%, var(--public-prose-max))!important;max-width:var(--public-prose-max)!important;gap:var(--public-section-gap)!important;padding:clamp(20px,3vw,28px)!important;display:grid!important}.public-static-page .public-static-card h1,.legal-route-page .legal-page h1{text-wrap:balance;max-width:none!important;font-size:var(--public-heading-page)!important;letter-spacing:-.035em!important;margin:0!important;font-weight:900!important;line-height:1.15!important}.public-static-page .public-static-card p,.public-static-page .public-static-note{max-width:72ch;font-size:var(--public-body-size)!important;line-height:var(--public-line-height)!important;margin:0!important}.public-static-page .public-static-card .landing-eyebrow{margin:0!important}.public-static-page .public-static-card .landing-hero-actions{margin-top:0}.public-static-page .public-static-note{color:inherit;opacity:.82}.public-static-page .page-topbar{margin:0!important}.legal-route-page .legal-header-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(16px,2vw,24px);display:flex}.legal-route-page .legal-header-nav a{white-space:nowrap}.legal-route-page .legal-content{gap:var(--public-section-gap)!important;max-width:100%!important;display:grid!important}.legal-route-page .legal-content>p,.legal-route-page .legal-document p{max-width:72ch!important;font-size:var(--public-body-size)!important;line-height:var(--public-line-height)!important;margin:0!important}.legal-route-page .legal-document{gap:var(--public-section-gap)!important;margin:0!important;display:grid!important}.legal-route-page .legal-document section{gap:var(--public-block-gap)!important;margin:0!important;display:grid!important}.legal-route-page .legal-document h2{max-width:none!important;font-size:var(--public-heading-section)!important;letter-spacing:-.02em!important;margin:0!important;font-weight:700!important;line-height:1.35!important}.legal-route-page .legal-document ul{gap:var(--public-list-gap)!important;max-width:72ch!important;margin:0!important;padding-left:1.25rem!important;display:grid!important}.legal-route-page .legal-document li{font-size:var(--public-body-size)!important;line-height:var(--public-line-height)!important;margin:0!important}.legal-route-page .legal-static-links{flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.5rem;display:flex}.legal-route-page .legal-static-links a{font-weight:700}.membership-plans-page--native{max-width:var(--app-content-max,680px);gap:var(--app-section-gap,24px)!important}.membership-plans-page--native>h1:first-of-type,.membership-plans-page--native .membership-page-title{letter-spacing:-.015em;font-weight:700;min-height:0!important;box-shadow:none!important;font-size:var(--app-title-size,1.875rem)!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;line-height:1.25!important}.membership-plans-page--native>h1:first-of-type:before,.membership-plans-page--native>h1:first-of-type:after{display:none!important}.membership-page-header{grid-template-columns:auto 1fr;align-items:center;gap:12px;display:grid}.membership-page-header .back-button{min-height:var(--app-tap-min,44px);border-radius:12px;padding-inline:12px}.membership-intro{gap:8px;display:grid}.membership-eyebrow{color:var(--app-muted,#ffffffad);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:650}.membership-heading{font-size:var(--app-section-title-size,1.5rem);letter-spacing:-.015em;margin:0;font-weight:700;line-height:1.3}.membership-subheading,.membership-disclosure,.membership-help-copy,.membership-plan-description,.membership-plan-price-status,.membership-inline-alert{color:var(--app-muted,#ffffffad);font-size:var(--app-support-size,.875rem);line-height:var(--app-line-height,1.45);margin:0}.membership-inline-alert{border:1px solid var(--app-border,#ffffff24);background:var(--app-surface,#ffffff0d);border-radius:12px;padding:12px 14px}.membership-plan-stack{width:100%;grid-template-columns:1fr!important;gap:14px!important;margin:0!important;display:grid!important}.membership-plan-card,.landing-plan.membership-plan-card{border:1px solid var(--app-border,#ffffff24);background:var(--app-surface,#ffffff0d);width:100%;height:auto!important;min-height:0!important;padding:var(--app-card-pad,18px)!important;border-radius:var(--app-card-radius,14px)!important;align-content:start!important;gap:12px!important;display:grid!important}.membership-plan-card--school{background:#b99a6814;border-color:#b99a686b}.membership-plan-card-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.membership-plan-audience,.membership-plan-period{color:var(--app-muted,#ffffffad);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:650}.membership-plan-title,.membership-plan-card h3{font-weight:700;line-height:1.3;font-size:var(--app-card-title-size,1.2rem)!important;margin:0!important}.membership-plan-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.membership-plan-price{letter-spacing:-.02em;overflow-wrap:anywhere;font-size:1.35rem;font-weight:700}.membership-plan-cadence{color:var(--app-muted,#ffffffad);font-size:var(--app-support-size,.875rem)}.membership-plan-features{gap:6px;margin:0;padding:0;list-style:none;display:grid}.membership-plan-features li{color:#ffffffd6;font-size:var(--app-support-size,.875rem);padding-left:1rem;line-height:1.4;position:relative}.membership-plan-features li:before{content:"";opacity:.7;background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.membership-plan-cta,.membership-restore-btn{width:100%;min-height:var(--app-btn-height,48px);color:#04101f;font-size:var(--app-body-size,1rem);cursor:pointer;background:#4c9cff;border:0;border-radius:12px;justify-content:center;align-items:center;margin:0;padding:0 16px;font-weight:700;line-height:1.2;display:inline-flex}.membership-plan-cta:disabled,.membership-restore-btn:disabled{opacity:.55;cursor:not-allowed}.membership-restore-btn{border:1px solid var(--app-border,#ffffff24);color:#fff;background:0 0}.membership-plan-error,.membership-plan-promo{color:#ffb4b4;font-size:var(--app-support-size,.875rem);margin:0;line-height:1.4}.membership-restore-row{padding-bottom:max(12px, env(safe-area-inset-bottom,0px));gap:14px;margin-top:4px;display:grid}.membership-legal-links{font-size:var(--app-support-size,.875rem);flex-wrap:wrap;gap:10px 14px;margin:0;display:flex}.membership-legal-links a{color:#ffffffd6;text-underline-offset:2px;text-decoration:underline}html.capacitor-native .membership-plans-page--native .membership-plan-stack,html.capacitor-ios .membership-plan-card[data-native-store-kept],html.capacitor-android .membership-plan-card[data-native-store-kept],html.capacitor-ios .membership-plan-cta[data-native-store-kept],html.capacitor-android .membership-plan-cta[data-native-store-kept],html.capacitor-ios .membership-restore-row[data-native-store-kept],html.capacitor-android .membership-restore-row[data-native-store-kept]{display:grid!important}html.capacitor-native .membership-page-shell .mobile-menu-toggle:not(.app-compact-menu-btn){display:none!important}@media (width<=900px){.membership-plans-page:not(.membership-plans-page--native)>h1{font-size:var(--app-title-size)!important;background:0 0!important;border:0!important;min-height:0!important;padding:0!important}}.game-finder-page{gap:1.25rem;display:grid}.game-finder-hero{color:#f8fbff;background:linear-gradient(135deg,#0c2340f5,#183a60eb);border:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.game-finder-hero h1,.game-finder-hero .readable-copy{color:inherit}.game-finder-kicker{letter-spacing:.12em;text-transform:uppercase;opacity:.78;margin:0 0 .35rem;font-size:.78rem}.game-finder-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.game-finder-tabs button{background:#fff;border:1px solid #0c23401f;border-radius:999px;padding:.55rem 1rem}.game-finder-tabs button.is-active{color:#fff;background:#0c2340;border-color:#0c2340}.game-finder-list{gap:1rem;display:grid}.game-finder-card{border-left:4px solid #1f6feb;gap:.85rem;display:grid}.game-finder-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.game-finder-card-badges{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.game-finder-badge,.game-finder-status,.game-finder-tag{border-radius:999px;align-items:center;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.game-finder-badge{color:#0c4da8;background:#1f6feb1f}.game-finder-badge.is-strong{color:#0b6b3f;background:#107a4824}.game-finder-status.is-open{color:#0b6b3f;background:#107a481f}.game-finder-status.is-filled{color:#0c2340;background:#0c23401a}.game-finder-status.is-closed{color:#7a1f1f;background:#7822221f}.game-finder-schedule-meta{gap:.75rem;display:grid}.game-finder-schedule-primary{align-items:flex-start;gap:.75rem;display:flex}.game-finder-schedule-icon{font-size:1.35rem;line-height:1}.game-finder-schedule-tags{flex-wrap:wrap;gap:.45rem;display:flex}.game-finder-tag{color:#0c2340;background:#0c234014}.game-finder-location,.game-finder-notes,.game-finder-created{margin:0}.game-finder-notes{color:#334155}.game-finder-card-actions,.game-finder-form-actions{flex-wrap:wrap;gap:.65rem;display:flex}.game-finder-form{gap:.85rem;display:grid}.game-finder-filters{margin-top:0}.game-finder-empty,.game-finder-restricted{text-align:center}.game-finder-match-group{gap:.45rem;display:grid}.game-finder-match-source{margin:0}.game-finder-school-link{color:inherit;text-decoration:none}.game-finder-school-link:hover .school-identity-name{text-decoration:underline}.game-finder-contact-school{background:#f8fbffe6;border:1px solid #0c23401a;border-radius:12px;gap:.5rem;padding:.85rem;display:grid}.game-finder-profile-link{font-weight:600}.game-finder-modal-backdrop{z-index:1000;background:#0812208c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.game-finder-modal{gap:.85rem;width:min(100%,34rem);display:grid}.game-finder-contact-lines p{margin:.35rem 0}@media (width<=720px){.game-finder-hero,.game-finder-card-head{flex-direction:column}}.coach-profile,.job-profile,.school-profile{gap:28px;display:grid}.coach-profile-hero,.job-profile-hero,.school-profile-hero{align-content:start;gap:14px;display:grid}.coach-profile-hero>h1,.job-profile-hero>h1,.school-profile-hero>h1{margin:0;line-height:1.05}.coach-profile-sections,.job-profile-sections,.school-profile-sections{gap:24px;display:grid}.coach-profile-block,.job-profile-block,.school-profile-block{gap:8px;display:grid}.coach-profile-block h2,.coach-profile-block h3,.job-profile-block h2,.job-profile-block h3,.school-profile-block h2,.school-profile-block h3{letter-spacing:.08em;text-transform:uppercase;color:#fffcf694;margin:0;font-size:.78rem;font-weight:800}.coach-profile-block p,.job-profile-block p,.school-profile-block p{margin:0}.job-detail-card,.job-contact-card,.school-detail-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;gap:14px;padding:20px;display:grid}.job-detail-card>h3,.job-contact-card>h3,.school-detail-card>h3{letter-spacing:.02em;color:var(--coach-white,#fff);margin:0;font-size:1rem;font-weight:800}.job-detail-row,.school-detail-row{border-top:1px solid #ffffff14;gap:4px;padding-top:12px;display:grid}.job-detail-card>.job-detail-row:first-of-type,.job-contact-card>.job-contact-row:first-of-type,.school-detail-card>.school-detail-row:first-of-type{border-top:0;padding-top:0}.job-detail-row strong,.school-detail-row strong{letter-spacing:.06em;text-transform:uppercase;color:#fffcf694;font-size:.78rem;font-weight:800}.job-detail-row span,.school-detail-row span,.school-detail-row a{color:#fffcf6e6;overflow-wrap:anywhere;margin:0;font-size:.98rem;line-height:1.4}.school-profile-hero-logo,.job-profile-hero-logo{object-fit:contain;object-position:center;box-sizing:border-box;background:#fffffff5;border:1px solid #ffffff29;border-radius:10px;width:40px;height:40px}.school-profile-hero-logo--fallback,.job-profile-hero-logo--fallback{color:#fffcf6e0;background:#ffffff14;justify-content:center;align-items:center;padding:8px;display:inline-flex}@media (width<=720px){.coach-profile,.job-profile,.school-profile{gap:24px}.coach-profile-sections,.job-profile-sections,.school-profile-sections{gap:20px}.job-detail-card,.job-contact-card,.school-detail-card{padding:16px}}.coach-profile-photo-preview .avatar{border-radius:22px;width:88px;height:88px;font-size:1.5rem}.coach-profile-hero{align-content:start;gap:14px;display:grid}.coach-profile-hero .avatar{border-radius:22px;width:88px;height:88px;font-size:1.5rem}.coach-profile-hero>h1{margin:0;line-height:1.05}.coach-profile .profile-header-stack{margin:0}.coach-profile-school-row,.coach-profile-school-row--linked{width:fit-content;min-width:0;max-width:100%;color:inherit;background:0 0;border:0;align-items:center;gap:12px;margin:0;padding:0;text-decoration:none;display:inline-flex}.coach-profile-school-row--linked:hover .coach-profile-school-name{text-decoration:underline}.coach-profile-school-logo{object-fit:contain;object-position:center;background:#fffffff5;border:1px solid #ffffff29;border-radius:8px;flex:0 0 32px;width:32px;height:32px}.coach-profile-school-icon{color:#fffcf6e0;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;flex:0 0 32px;width:32px;height:32px;padding:6px}.coach-profile-school-name{color:#fffcf6eb;overflow-wrap:anywhere;min-width:0;font-size:1rem;font-weight:700;line-height:1.3}.coach-profile-school--empty{margin:0}.coach-profile-sections{gap:24px;display:grid}.coach-profile-block{gap:8px;display:grid}.coach-profile-block h2,.coach-profile-block h3{letter-spacing:.08em;text-transform:uppercase;color:#fffcf694;margin:0;font-size:.78rem;font-weight:800}.coach-profile-block p{margin:0}.coach-credentials-section{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;gap:18px;padding:20px;display:grid}.coach-credentials-section>h3{letter-spacing:.02em;text-transform:none;color:var(--coach-white,#fff);margin:0;font-size:1rem;font-weight:800}.coach-credential-row{border-top:1px solid #ffffff14;gap:10px;padding-top:14px;display:grid}.coach-credentials-section>.coach-credential-row:first-of-type{border-top:0;padding-top:0}.coach-credential-row strong{letter-spacing:.06em;text-transform:uppercase;color:#fffcf6b8;font-size:.82rem;font-weight:800}.coach-credential-doc{gap:8px;display:grid}.coach-profile-actions{gap:14px;display:grid}.coach-profile-disclaimer{margin:0}.coach-credentials-section .resume-action-row{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.coach-credentials-section .resume-action-copy{color:#fffcf6d1;margin:0}@media (width<=720px){.coach-profile{gap:24px}.coach-profile-sections{gap:20px}.coach-credentials-section{padding:16px}}.job-profile-hero-badges{flex-wrap:wrap;gap:8px;display:flex}.job-profile-hero-notes{color:#fffcf6ad;overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.45}.job-profile-hero .job-profile-school-row,.job-profile-hero .job-profile-school-row--linked{margin-top:2px}.job-profile-school-row,.job-profile-school-row--linked{width:fit-content;min-width:0;max-width:100%;color:inherit;background:0 0;border:0;align-items:center;gap:12px;margin:0;padding:0;text-decoration:none;display:inline-flex}.job-profile-school-row--linked:hover .job-profile-school-name{text-decoration:underline}.job-profile-school-logo{object-fit:contain;object-position:center;background:#fffffff5;border:1px solid #ffffff29;border-radius:8px;flex:0 0 32px;width:32px;height:32px}.job-profile-school-icon{color:#fffcf6e0;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;flex:0 0 32px;width:32px;height:32px;padding:6px}.job-profile-school-name{color:#fffcf6eb;overflow-wrap:anywhere;min-width:0;font-size:1rem;font-weight:700;line-height:1.3}.job-profile-school--empty{margin:0}.job-profile-hero-logo-icon{background:0 0;border:0;width:20px;height:20px;padding:0}.job-contact-row{border-top:1px solid #ffffff14;gap:8px;padding-top:12px;display:grid}.job-contact-row strong{letter-spacing:.06em;text-transform:uppercase;color:#fffcf694;font-size:.78rem;font-weight:800}.job-contact-row span,.job-contact-row p{color:#fffcf6e6;overflow-wrap:anywhere;margin:0;font-size:.98rem;line-height:1.4}.job-contact-email{color:#fffcf6f2;text-align:center;overflow-wrap:anywhere;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:48px;padding:12px 16px;font-size:.95rem;font-weight:700;line-height:1.3;text-decoration:none;display:flex}.job-contact-email:hover{background:#ffffff1f;text-decoration:none}.job-contact-apply{text-align:center;box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:48px;padding:12px 16px;text-decoration:none;display:flex}.job-actions{gap:14px;display:grid}.job-actions .primary,.job-actions .secondary,.job-actions a.primary{box-sizing:border-box;width:100%;min-height:48px}.school-profile-meta{color:#fffcf6d1;overflow-wrap:anywhere;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.school-profile-district{color:#fffcf6b8;overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.4}.school-job-list{gap:14px;display:grid}.school-job-list .card{margin:0}.school-detail-link{color:#fffcf6eb;text-underline-offset:2px;overflow-wrap:anywhere;font-weight:600;text-decoration:underline}.school-detail-link:hover{color:#fff}.page-section.list-page,.page-section.settings-page,.page-section.dashboard-page,.page-section.saved-page{gap:24px;display:grid}.page-section.list-page>.readable-copy,.page-section.dashboard-page>.readable-copy,.page-section.list-page .filters{margin:0}.page-section.list-page .cards,.page-section.saved-page .cards{gap:16px}.page-section.dashboard-page h2{letter-spacing:.08em;text-transform:uppercase;color:#fffcf694;margin:0;font-size:.78rem;font-weight:800}.page-section.dashboard-page .dashboard-grid{gap:16px}.page-section.settings-page{gap:20px}.page-section.settings-page .settings-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;gap:16px;padding:20px;display:grid}.page-section.settings-page .settings-card h2{color:var(--coach-white,#fff);margin:0;font-size:1rem;font-weight:800}.page-section.settings-page .settings-card form{gap:16px;display:grid}.page-section.settings-page .settings-card .cards{gap:12px}.page-section.saved-page .card .membership-actions{margin-top:4px}.page-section.not-found-page{gap:20px;display:grid}.page-section.not-found-page .not-found-actions{gap:12px;display:grid}.page-section.not-found-page .not-found-actions .primary{width:fit-content;min-height:48px}.notifications-page .section-heading{margin:0}.notifications-page .notifications-list{gap:16px}@media (width<=720px){.page-section.list-page,.page-section.settings-page,.page-section.dashboard-page,.page-section.saved-page{gap:20px}.page-section.settings-page .settings-card{padding:16px}.page-section.not-found-page .not-found-actions .primary{width:100%}}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--coach-dark:#050b14;--coach-navy:#071426;--coach-panel:#071426d1;--coach-panel-strong:#071426f0;--coach-line:#ffffff29;--coach-text:#ffffffdb;--coach-muted:#ffffffa3;--coach-white:#fff;--coach-gold:#b99763;--coach-gold-soft:#b997632e;--coach-blue:#1565ff;--coach-shadow:0 26px 80px #0000005c}body{color:var(--coach-text);background-position:50%,50%,50%;background-size:cover,cover,auto;background-attachment:fixed;margin:0;background:linear-gradient(#050b14a3, #050b14e6), url(/images/stadium.jpg), radial-gradient(circle at 50% 0%, #1565ff33, transparent 34rem), var(--coach-dark)!important}#root{min-height:100vh}.app-shell,.auth-page,.entry-page,.not-found-page,.membership-required{min-height:100vh;background:linear-gradient(#050b14a8, #050b14e6), url(/images/stadium.jpg) center / cover no-repeat fixed, var(--coach-dark)!important;color:var(--coach-text)!important}.app-main,.page-wrap,.main-content{min-width:0}.page-wrap,.main-content{width:min(100%,1180px);margin:0 auto!important}.page-wrap{gap:clamp(20px,3vw,34px);padding:clamp(18px,3vw,38px);display:grid}.main-content{padding:clamp(18px,3vw,38px) clamp(16px,3vw,38px) 112px!important}.auth-card,.entry-card,.dashboard-hero,.section-block,.profile-shell,.admin-area,.role-dashboard,.card,.panel,.profile,.notice,.filters,.autocomplete,.info-card,.opening-card,.upload-card,.csv-card,.empty-state,.stat-card,.school-card-button,.coach-card,.landing-plan,.landing-info-card,.landing-contact-card,.landing-faq-card,.landing-benefit-card,.landing-audience-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--coach-line)!important;background:var(--coach-panel)!important;box-shadow:var(--coach-shadow)!important;border-radius:clamp(20px,2.5vw,30px)!important}.dashboard-hero,.section-block,.profile-shell,.admin-area,.role-dashboard,.auth-card,.entry-card{padding:clamp(22px,3vw,40px)!important}.school-card-button,.coach-card,.opening-card,.info-card,.upload-card,.csv-card,.empty-state,.stat-card,.card,.panel,.profile,.filters,.autocomplete{padding:clamp(18px,2vw,26px)!important}h1,h2,h3,.hero-copy h1,.admin-copy h1,.profile-hero h1,.coach-profile h1,.settings-shell h1,.school-name,.card strong,.panel h1,.panel h2,.profile h1{color:var(--coach-white)!important;letter-spacing:-.04em!important}h1,.hero-copy h1,.admin-copy h1,.profile-hero h1,.coach-profile h1,.settings-shell h1{max-width:920px;font-size:clamp(34px,5vw,62px)!important;line-height:1.02!important}p,label,.muted-copy,.hero-copy p,.admin-copy p,.profile-bio,.opening-card p,.opening-card small,.detail-row strong,.school-location,.school-contact{color:var(--coach-text)!important}.eyebrow,.landing-eyebrow,.detail-row span,.stat-card span,.stat-card small,.school-admin-toolbar label,.auth-form label,.admin-form label{color:var(--coach-gold)!important;letter-spacing:.16em!important}.school-grid,.coach-card-grid,.action-grid,.csv-grid,.profile-grid,.admin-grid,.role-grid,.cards,.grid,.content-grid,.coach-list,.opening-list,.timeline,.detail-grid,.admin-form-grid{gap:clamp(16px,2vw,24px)!important}input,select,textarea,.auth-form input,.auth-form select,.search-card input,.admin-form input,.admin-form select,.school-admin-toolbar select{border:1px solid var(--coach-line)!important;min-height:56px!important;color:var(--coach-white)!important;background:#050b14ad!important;border-radius:18px!important;padding:0 18px!important}textarea{resize:vertical;min-height:132px!important;padding-top:16px!important}input:focus,select:focus,textarea:focus{border-color:#b99763b8!important;box-shadow:0 0 0 4px #b9976329!important}button,.primary,.primary-button,.ghost-button,.danger-button,.not-found-button,.primary-link,.card button,.panel button,.top-nav button,.autocomplete button,.mobile-menu-toggle,.mobile-menu-close,.landing-btn{border-radius:999px!important;min-height:48px!important;padding:0 20px!important;font-weight:900!important}.primary,.primary-button,.landing-btn-primary,.upload-card button{border-color:var(--coach-white)!important;background:var(--coach-white)!important;color:var(--coach-dark)!important}.ghost-button,.landing-btn-secondary,.landing-btn-ghost,.top-nav button,.back-button{border-color:var(--coach-line)!important;color:var(--coach-white)!important;background:#ffffff12!important}.top-nav,.site-footer,.mobile-header,.bottom-tabs{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--coach-line)!important;background:#050b14e0!important}.top-nav{z-index:40;justify-content:space-between;align-items:center;gap:14px;display:flex;top:0;padding:16px clamp(18px,3vw,34px)!important;position:sticky!important}.top-nav-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.top-nav strong,.landing-brand{text-transform:uppercase;color:var(--coach-white)!important;letter-spacing:.18em!important;font-size:13px!important;font-weight:900!important}.top-nav nav a,.landing-nav a,.legal-link,a{color:var(--coach-text)!important}.top-nav nav a.active,.top-nav nav a:hover,.landing-nav a:hover{color:var(--coach-white)!important;background:var(--coach-gold-soft)!important}.membership-chip,.school-status,.landing-plan-badge{background:var(--coach-gold-soft)!important;color:var(--coach-white)!important;border-color:#b997636b!important}.mobile-menu-close{display:none}@media (width<=1366px){.mobile-menu-toggle{display:inline-flex}}@media (width>=1367px){.app-shell{grid-template-columns:280px minmax(0,1fr)!important;display:grid!important}.top-nav{display:flex!important}.mobile-menu-toggle,.mobile-menu-close{display:none}.page-wrap,.main-content{padding-bottom:clamp(28px,4vw,48px)!important}}@media (width<=900px){.mobile-menu-toggle{z-index:70;justify-content:center;align-items:center;width:auto;min-width:92px;display:inline-flex;position:fixed;top:14px;right:14px;box-shadow:0 16px 40px #00000047;border:1px solid var(--coach-line)!important;color:var(--coach-white)!important;background:#050b14f0!important}.mobile-menu-overlay{z-index:55;position:fixed;inset:0;background:#050b1494!important;border:0!important;border-radius:0!important;min-height:100vh!important;padding:0!important}.top-nav{z-index:60;visibility:hidden;pointer-events:none;place-content:start stretch;gap:18px;width:min(86vw,360px);transition:transform .18s,visibility 0s linear .18s;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(110%);border-left:1px solid var(--coach-line)!important;background:#050b14fa!important;border-bottom:0!important;margin:0!important;padding:22px!important;display:grid!important;position:fixed!important;left:auto!important}.top-nav.is-open{visibility:visible;pointer-events:auto;transition:transform .18s,visibility;transform:translate(0,0)}.mobile-menu-close{justify-content:center;justify-self:end;align-items:center;width:auto;display:inline-flex;border-color:var(--coach-line)!important;background:#ffffff0f!important}.top-nav nav{gap:10px;display:grid}.top-nav nav a{border:1px solid var(--coach-line);border-radius:18px;align-items:center;min-height:48px;display:grid;padding:0 14px!important}.membership-chip,.top-nav>button:not(.mobile-menu-close){width:100%}.page-wrap,.main-content{padding-top:74px!important}.app-shell--detail-route .page-wrap,.app-shell--detail-route .main-content{padding-top:clamp(18px,3vw,34px)!important}}@media (width<=620px){.page-wrap,.main-content{gap:18px;padding-left:14px!important;padding-right:14px!important}.dashboard-hero,.section-block,.profile-shell,.admin-area,.role-dashboard{padding:20px!important}.school-grid,.coach-card-grid,.action-grid,.cards,.grid,.stats-grid,.coach-facts,.profile-grid,.admin-grid,.detail-grid,.admin-form-grid{grid-template-columns:1fr!important}.school-card-button{min-height:0}.bottom-tabs{display:none!important}}:root{--app-page-pad-x:20px;--app-section-gap:24px;--app-card-pad:18px;--app-card-radius:14px;--app-btn-height:48px;--app-input-height:48px;--app-content-max:680px;--app-tap-min:44px;--app-header-height:56px;--app-title-size:clamp(1.75rem, 5vw, 2rem);--app-section-title-size:clamp(1.375rem, 4vw, 1.625rem);--app-card-title-size:clamp(1.125rem, 3.2vw, 1.25rem);--app-body-size:clamp(.9375rem, 2.6vw, 1.0625rem);--app-support-size:clamp(.8125rem, 2.2vw, .9375rem);--app-line-height:1.45;--app-muted:#ffffffad;--app-border:#ffffff24;--app-surface:#ffffff0d;--app-surface-strong:#ffffff14}@media (width<=900px){.page-wrap{max-width:var(--app-content-max);margin-inline:auto;padding:var(--app-page-pad-x)!important}.app-shell .page-wrap{padding-top:calc(var(--app-header-height) + env(safe-area-inset-top,0px) + 8px)!important}.page-section{gap:var(--app-section-gap)!important}.page-section>h1:first-of-type{letter-spacing:-.01em;min-height:0!important;box-shadow:none!important;font-size:var(--app-title-size)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;line-height:1.25!important}.page-section>h1:first-of-type:before,.page-section>h1:first-of-type:after{display:none!important}.readable-copy,.muted-copy,.page-section p{font-size:var(--app-body-size);line-height:var(--app-line-height)}.card,.settings-card,.upgrade-card{padding:var(--app-card-pad)!important;border-radius:var(--app-card-radius)!important}button:not(.mobile-menu-overlay):not(.app-compact-menu-btn),.primary,.landing-btn,.membership-plan-cta,.membership-restore-btn,input,select,textarea{min-height:var(--app-btn-height)}input,select,textarea{min-height:var(--app-input-height);font-size:16px}}.app-compact-header{z-index:60;min-height:calc(var(--app-header-height) + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) var(--app-page-pad-x) 0;border-bottom:1px solid var(--app-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071426f5;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0}.app-compact-brand{min-height:var(--app-tap-min);color:#fff;font-size:var(--app-body-size);letter-spacing:-.01em;align-items:center;font-weight:650;text-decoration:none;display:inline-flex}.app-compact-menu-btn.mobile-menu-toggle{width:var(--app-tap-min);min-width:var(--app-tap-min);height:var(--app-tap-min);justify-content:center;align-items:center;font-size:1.1rem;line-height:1;min-height:var(--app-tap-min)!important;border:1px solid var(--app-border)!important;background:var(--app-surface)!important;color:#fff!important;border-radius:12px!important;margin:0!important;padding:0!important;display:inline-flex!important;position:static!important;top:auto!important;right:auto!important}@media (width>=1367px){.app-compact-header{display:none}.app-shell .page-wrap{padding-top:24px!important}}.landing-brand{letter-spacing:.18em;text-transform:uppercase;align-items:center;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex;color:var(--site-white,#fff)!important}.landing-header:not(:has(.landing-header-inner)){justify-content:space-between;align-items:center;gap:18px;padding:16px clamp(16px,3vw,28px);display:flex}.landing-header:not(:has(.landing-header-inner)) .landing-header-actions{margin-left:auto}@media (width<=640px){.landing-header:not(:has(.landing-header-inner)){flex-direction:column;align-items:flex-start}.landing-header:not(:has(.landing-header-inner)) .landing-header-actions{margin-left:0}}:root{--coach-charcoal:#050b14;--coach-charcoal-2:#071426;--coach-card:#071627d1;--coach-card-strong:#071627f0;--coach-border-soft:#ffffff24;--coach-copy:#ffffffd6;--coach-copy-muted:#ffffffa8;--coach-bronze:#b99763;--coach-clay:#c58b72;--coach-link-blue:#6aa7ff}.app-shell{min-height:100vh}.app-main{min-width:0}.page-wrap,.main-content{width:min(100%,1180px)!important;margin-inline:auto!important}.page-content,.page-section{gap:clamp(18px,2.4vw,30px);display:grid}.page-topbar{margin:0!important}.panel,.card,.notice,.filters,.profile,.entry-card,.settings-card,.admin-inline-panel,.autocomplete,.info-card{border-color:var(--coach-border-soft)!important;background:var(--coach-card)!important}.settings-card,.admin-inline-panel,.admin-inline-panel form,.panel form,.verification-section,.profile-header-stack{gap:clamp(14px,2vw,20px);display:grid}.settings-helper,.readable-copy,.muted-copy{max-width:72ch}.autocomplete-status{color:var(--coach-copy);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:14px;margin:0;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.45}.autocomplete-status.is-error,.status-message.is-error{background:#ff52521f;border-color:#ff767673}.autocomplete button{text-align:left;width:100%}.autocomplete-school-option{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 12px;width:100%;display:grid}.autocomplete-school-option .logo-mark,.autocomplete-school-option .school-logo{grid-row:span 2}.autocomplete-school-option small{color:var(--coach-copy-muted);grid-column:2;font-size:13px;font-weight:750;line-height:1.35}.verification-badge{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:30px;padding:5px 11px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.verification-badge.is-verified{background:#1565ff33;border-color:#6aa7ff8c}.verification-badge.is-pending,.verification-badge.is-needs_more_info{background:#b9976329;border-color:#b9976380}.verification-badge.is-rejected,.verification-badge.is-suspended{background:#ff525224;border-color:#ff767680}@media (width>=1367px){.app-shell{align-items:start;grid-template-columns:minmax(240px,280px) minmax(0,1fr)!important;display:grid!important}.mobile-menu-toggle,.mobile-menu-overlay,.mobile-menu-close{display:none!important}.top-nav{z-index:20;flex-direction:column;gap:20px;min-height:100vh;top:0;border-right:1px solid var(--coach-border-soft)!important;background:#050b14f0!important;border-bottom:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:stretch!important;padding:24px!important;display:flex!important;position:sticky!important}.top-nav-head{justify-content:flex-start;display:flex}.top-nav nav{gap:8px;display:grid!important}.top-nav nav a{border:1px solid #0000;border-radius:16px;align-items:center;min-height:46px;display:flex;color:var(--coach-copy)!important;padding:0 14px!important}.top-nav nav .notification-nav-link{border:1px solid #0000;border-radius:16px;align-items:center;width:100%;min-height:46px;display:flex;color:var(--coach-copy)!important;padding:0 14px!important;text-decoration:none!important}.top-nav nav a.active,.top-nav nav a:hover,.top-nav nav .notification-nav-link.active,.top-nav nav .notification-nav-link:hover{background:#6aa7ff24!important;border-color:#6aa7ff47!important}.membership-chip{margin-top:auto}.top-nav>button:not(.mobile-menu-close){width:100%}.page-wrap{padding:clamp(18px,2.4vw,32px)!important}.site-footer{margin-inline:clamp(18px,2.4vw,32px)}}@media (width<=1366px){.app-shell{display:block!important}.app-main{z-index:1;width:100%;min-width:0;position:relative}.mobile-menu-toggle{top:max(12px, env(safe-area-inset-top,0px))!important;right:max(12px, env(safe-area-inset-right,0px))!important;z-index:80!important}.mobile-menu-overlay{pointer-events:auto;z-index:65!important}.top-nav nav a,.top-nav nav .notification-nav-link,.top-nav-links a,.top-nav-links .notification-nav-link,.top-nav>button:not(.mobile-menu-close),.membership-chip{min-height:48px}.page-wrap,.main-content{padding-top:calc(68px + env(safe-area-inset-top,0px))!important;padding-right:max(14px, env(safe-area-inset-right,0px))!important}.app-shell--detail-route .page-wrap,.app-shell--detail-route .main-content{padding-top:clamp(18px,3vw,34px)!important}}@media (width<=620px){.page-wrap,.main-content{padding-inline:14px!important}.panel,.card,.settings-card,.admin-inline-panel,.entry-card{border-radius:20px!important}}.landing-page{--site-black:#050b14;--site-panel:#071627db;--site-line:#ffffff24;--site-blue:#6aa7ff;--site-blue-deep:#1565ff}.landing-page .landing-header-inner{gap:clamp(18px,3vw,44px)}.landing-page .landing-nav{gap:clamp(12px,2vw,22px)}.landing-page .landing-plan,.landing-page .landing-benefit-card,.landing-page .landing-value-card,.landing-page .landing-faq-card,.landing-page .landing-cta-card{background:linear-gradient(#071627eb,#071426cc);border-radius:24px}.landing-page .landing-plan{min-height:280px}.landing-page .landing-btn{min-height:50px}.landing-socials a,.public-footer-socials a{background:#6aa7ff1a;border:1px solid #6aa7ff52;border-radius:999px;place-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:grid;color:#fff!important}.landing-socials a:hover,.public-footer-socials a:hover{background:#6aa7ff2e;border-color:#6aa7ff80;transform:translateY(-1px)}.landing-socials svg,.public-footer-socials svg{width:16px;height:16px;display:block}.public-footer-nav-stack,.public-footer-socials{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.public-footer-socials{min-height:40px}@media (width<=760px){.public-footer-inner{grid-template-columns:1fr!important;align-items:flex-start!important}.public-footer-nav-stack{flex-direction:column;align-items:flex-start;gap:16px;width:100%}.public-footer-socials{justify-content:flex-start}}.legal-route-page .landing-header-inner{grid-template-columns:auto minmax(0,1fr)}.legal-route-page .legal-header-nav{gap:clamp(14px,2.4vw,28px)!important}.legal-route-page .legal-header-nav a{border-radius:999px;align-items:center;min-height:42px;padding:0 14px;display:inline-flex}.legal-route-page .legal-header-nav a:not(.landing-nav-signup){background:#ffffff0f;border:1px solid #ffffff2e}@media (width<=760px){.landing-page .landing-header-inner,.legal-route-page .landing-header-inner{grid-template-columns:1fr}.landing-page .landing-nav,.legal-route-page .legal-header-nav,.public-footer-nav-stack{justify-content:flex-start}}.top-nav nav a{justify-content:flex-start!important;align-items:center!important;line-height:1.2!important}.top-nav nav a span,.top-nav nav a div{align-items:center;display:flex}.school-logo,.logo-mark img,.school-card img,.autocomplete-school-option img{object-fit:contain;max-width:100%;max-height:100%}.school-logo{transform-origin:50%;transform:scale(1.08)}.certifications-checklist{gap:10px;width:100%;min-width:0;display:grid}.certifications-checklist .field-label{font-weight:800;color:var(--white)!important}.certifications-options{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 12px;width:100%;min-width:0;display:grid}.certifications-options .terms{margin:0}@media (width<=720px){.settings-card form,.panel.settings-card form{width:100%;min-width:0;gap:16px!important;display:grid!important;overflow:visible!important}.settings-card label,.panel.settings-card label{width:100%;min-width:0;max-width:100%}.settings-card input,.settings-card select,.settings-card textarea,.panel.settings-card input,.panel.settings-card select,.panel.settings-card textarea{min-width:0;max-width:100%;width:100%!important;font-size:16px!important}.certifications-checklist{min-width:0;max-width:100%;gap:12px!important;width:100%!important;display:grid!important;overflow:visible!important}.certifications-options{min-width:0;max-width:100%;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important;overflow:visible!important}.certifications-options .terms{width:100%!important;min-height:auto!important;color:var(--white)!important;text-transform:none!important;letter-spacing:0!important;background:#ffffff0b!important;border:1px solid #ffffff24!important;border-radius:16px!important;align-items:flex-start!important;gap:10px!important;margin:0!important;padding:12px!important;display:flex!important;overflow:visible!important}.certifications-options .terms input[type=checkbox]{opacity:1!important;visibility:visible!important;appearance:auto!important;-webkit-appearance:checkbox!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;margin:1px 0 0!important}.certifications-options .terms span{color:var(--white)!important;white-space:normal!important;font-size:15px!important;line-height:1.35!important;display:block!important;overflow:visible!important}.membership-actions{grid-template-columns:1fr;gap:10px;display:grid!important}.settings-card input[type=file],.panel.settings-card input[type=file]{white-space:normal;min-height:auto!important;padding:12px!important}}@media (width<=420px){.top-nav{width:min(88vw,340px)}}:root{--coach-warm-white:#fffcf6f5;--coach-stone:#d6cab82e;--coach-bronze:#b99a68;--coach-bronze-soft:#b99a6838;--coach-charcoal:#f8f3eb;--coach-line:#fffcf629}.app-main{background:radial-gradient(circle at 18% 0,#b99a6829,#0000 32rem),radial-gradient(circle at 88% 12%,#fffcf614,#0000 28rem)}.page-wrap{max-width:1220px;margin:0 auto!important;padding:clamp(18px,3vw,34px)!important}.page-section{gap:clamp(18px,2.4vw,30px)!important}.page-section>.page-topbar:first-child{margin-bottom:-6px}.page-section>h1:first-of-type{min-height:clamp(132px,18vw,184px);position:relative;overflow:hidden;border:1px solid var(--coach-line)!important;letter-spacing:-.055em!important;background:linear-gradient(135deg,#fffcf61f,#b99a6814),#071a33b8!important;border-radius:30px!important;align-content:center!important;margin:0!important;padding:clamp(28px,4vw,46px)!important;display:grid!important;box-shadow:0 28px 80px #00000047!important}.page-section>h1:first-of-type:before{content:"The Coach Chain";width:fit-content;color:var(--coach-bronze);letter-spacing:.16em;text-transform:uppercase;background:#b99a6821;border:1px solid #b99a6861;border-radius:999px;margin-bottom:14px;padding:7px 11px;font-size:11px;font-weight:900;line-height:1;display:block}.page-section>h1:first-of-type:after{content:"";pointer-events:none;background:radial-gradient(circle,#b99a6838,#0000 68%);border-radius:999px;width:360px;height:360px;position:absolute;inset:auto -20% -70% 50%}.dashboard-grid,.cards{gap:clamp(16px,2vw,24px)!important}.filters,.filter-panel{position:relative;background:linear-gradient(135deg,#fffcf614,#b99a680d),#071a33b8!important;border-color:#fffcf624!important;border-radius:26px!important;padding:clamp(20px,3vw,28px)!important}.filters:before{content:"Refine results";color:var(--coach-bronze);letter-spacing:.14em;text-transform:uppercase;grid-column:1/-1;font-size:12px;font-weight:900;display:block}.card,.stat-card,.panel,.profile{background:linear-gradient(135deg,#fffcf613,#fffcf606),#071a33b8!important;border-color:#fffcf621!important;border-radius:26px!important}.card,.stat-card{gap:12px;min-height:150px;align-content:center!important;display:grid!important}.card h3,.card strong{margin-bottom:2px!important}.card p{max-width:58ch;margin:0!important}.card:hover,.stat-card:hover{transform:translateY(-2px);background:linear-gradient(135deg,#b99a681f,#fffcf60a),#071a33d1!important;border-color:#b99a6875!important}.stat-card{padding:clamp(20px,3vw,28px)!important;text-decoration:none!important}.stat-card-value strong{letter-spacing:-.045em;font-size:clamp(26px,4vw,42px);color:var(--coach-warm-white)!important}.stat-card span,.stat-card-detail{color:#fffcf6b8!important}.profile.page-section{padding:clamp(22px,3vw,34px)!important}.profile.page-section>.avatar:first-of-type,.profile .school-identity-row:first-of-type{margin-top:4px}.profile.page-section>h1:first-of-type{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.profile.page-section>h1:first-of-type:before,.profile.page-section>h1:first-of-type:after{display:none}.profile-header-stack,.card-badge-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.avatar{box-shadow:inset 0 0 0 1px #fffcf61a,0 16px 40px #00000042}.notice{background:#b99a681a!important;border-color:#b99a6847!important}button,.primary,.primary-link{box-shadow:0 14px 32px #00000038;background:linear-gradient(135deg,#c7a775,#9f7c4e)!important;border-color:#b99a68a3!important}button:hover,.primary:hover,.primary-link:hover{background:linear-gradient(135deg,#d4b883,#a98658)!important;border-color:#fffcf6bd!important}.top-nav{background:#031024d1!important;border-bottom-color:#fffcf621!important}.top-nav-head{border-bottom:1px solid #fffcf61f;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:18px;display:grid!important}.top-nav-head:before{content:"";background-color:#fffcf614;background-image:url(/images/logo2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #b99a6847;border-radius:14px;width:46px;height:46px;display:block;box-shadow:0 16px 34px #00000038}.top-nav strong{gap:4px;line-height:1.05;display:grid;color:var(--coach-warm-white)!important;letter-spacing:-.04em!important}.top-nav strong:after{content:"Building programs";color:#fffcf68a;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.top-nav nav{gap:6px!important}.top-nav nav a,.top-nav nav .notification-nav-link,.app-shell .top-nav nav a,.app-shell .top-nav nav .notification-nav-link{color:#fffcf6bd!important;text-align:left!important;height:auto!important;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;border-radius:14px!important;justify-content:flex-start!important;align-items:center!important;padding:0 20px 0 22px!important;line-height:1.2!important;display:flex!important}.top-nav nav a.active,.top-nav nav .notification-nav-link.active,.app-shell .top-nav nav a.active,.app-shell .top-nav nav .notification-nav-link.active{color:var(--coach-warm-white)!important;background:#b99a6821!important;border-color:#b99a6857!important;box-shadow:inset 2px 0 #b99a68b8!important}.top-nav nav a:hover,.top-nav nav .notification-nav-link:hover,.app-shell .top-nav nav a:hover,.app-shell .top-nav nav .notification-nav-link:hover{color:var(--coach-warm-white)!important;box-shadow:none!important;background:#b99a6817!important;border-color:#b99a6842!important}.membership-chip{background:#b99a681f!important;border-color:#b99a686b!important}.page-section.dashboard-page>h1:first-of-type{min-height:clamp(112px,15vw,156px);padding:clamp(22px,3.2vw,38px)!important}.upgrade-card{gap:14px;display:grid}.upgrade-card .upgrade-card-cta,.upgrade-prompt .upgrade-card-cta{text-align:center;justify-content:center;align-items:center;width:fit-content;max-width:100%;min-height:48px;padding:.75rem 1.25rem;line-height:1.2;display:inline-flex}.membership-page-shell .membership-page-brand{color:inherit;text-decoration:none}.membership-page-shell--guest .landing-nav-guest{align-items:center;gap:12px;display:flex}.membership-plans-page .landing-plans{margin-top:20px}.coach-documents-overview{gap:18px;display:grid;padding:clamp(22px,3vw,30px)!important}.coach-documents-overview h2{margin:0!important}.coach-summary-grid,.coach-document-status-grid{margin-top:4px}@media (width>=760px){.filters:not(.filters--four-cols){grid-template-columns:repeat(3,minmax(0,1fr))}.filters--four-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.filter-clear{grid-column:1/-1;width:fit-content}}@media (width<=759px){.page-wrap{padding:18px!important}.page-section>h1:first-of-type{min-height:124px;border-radius:24px!important;padding:24px!important;font-size:clamp(34px,12vw,46px)!important}.top-nav-head{grid-template-columns:42px minmax(0,1fr) auto;margin-bottom:12px;padding-bottom:14px}.top-nav-head:before{border-radius:13px;width:42px;height:42px}.top-nav nav a,.top-nav nav .notification-nav-link,.app-shell .top-nav nav a,.app-shell .top-nav nav .notification-nav-link{border-radius:16px!important;height:auto!important;min-height:46px!important;padding:0 16px!important}.card,.stat-card,.panel,.filters,.profile{border-radius:22px!important}.cards,.grid,.filters{gap:14px!important}}@media (width<=1366px){.mobile-menu-toggle{top:max(12px, env(safe-area-inset-top,0px));right:max(12px, env(safe-area-inset-right,0px));z-index:80;position:fixed;visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:inline-flex!important}.app-compact-header{visibility:visible!important;display:flex!important}.app-compact-menu-btn.mobile-menu-toggle{position:static!important;top:auto!important;right:auto!important}.mobile-menu-overlay{z-index:65;min-height:100dvh;position:fixed;inset:0;background:#031024b8!important;border:0!important;border-radius:0!important}.top-nav{visibility:hidden;pointer-events:none;transition:transform .18s,visibility .18s;box-shadow:12px 0 40px #00000059;z-index:70!important;width:min(88vw,360px)!important;max-width:calc(100vw - 32px)!important;height:100dvh!important;max-height:100dvh!important;padding:calc(20px + env(safe-area-inset-top,0px)) 18px calc(20px + env(safe-area-inset-bottom,0px))!important;background:#071a33fa!important;border-width:0 1px 0 0!important;border-radius:0 24px 24px 0!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;margin:0!important;display:flex!important;position:fixed!important;inset:0 auto 0 0!important;overflow:hidden!important;transform:translate(-110%)!important}.top-nav.is-open{visibility:visible;pointer-events:auto;transform:translate(0)!important}.top-nav-head{flex:none;grid-template-columns:unset!important;border-bottom:1px solid #ffffff1f!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;margin:0 0 4px!important;padding:0 0 14px!important;display:flex!important}.top-nav-head:before{display:none!important}.top-nav-head strong{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 88px);overflow:hidden}.top-nav-head strong:after{display:none}.mobile-menu-close{flex:none;min-width:72px;max-width:42%;border-radius:999px!important;width:auto!important;min-height:40px!important;margin:0!important;padding:0 14px!important;display:inline-flex!important}.top-nav-links,.top-nav nav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:hidden auto;flex-direction:column!important;align-content:stretch!important;gap:8px!important;width:100%!important;margin:0!important;padding:0 2px 0 0!important;display:flex!important}.top-nav-links>a,.top-nav nav>a,.top-nav-links .notification-nav-link,.top-nav nav .notification-nav-link{box-sizing:border-box;white-space:normal;width:100%!important;height:auto!important;min-height:48px!important;color:var(--coach-white,#fff)!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;border-radius:16px!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;margin:0!important;padding:0 14px!important;line-height:1.2!important;text-decoration:none!important;display:flex!important;position:static!important;transform:none!important}.top-nav-links>a.active,.top-nav nav>a.active,.top-nav-links .notification-nav-link.active,.top-nav nav .notification-nav-link.active,.top-nav-links>a:hover,.top-nav nav>a:hover,.top-nav-links .notification-nav-link:hover,.top-nav nav .notification-nav-link:hover{box-shadow:none!important;background:#ffffff14!important;border-color:#ffffff29!important}.top-nav .membership-chip{flex:none;align-items:center;width:fit-content;max-width:100%;min-height:44px;justify-content:center!important;margin:0!important;padding:0 16px!important;display:inline-flex!important}.top-nav .logout-button,.top-nav>button.logout-button,.top-nav>button:last-of-type:not(.mobile-menu-close){flex:none;justify-content:center!important;width:100%!important;min-height:48px!important;margin:0!important;position:static!important}}@media (width>=1367px){.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-overlay{display:none!important}}html.capacitor-native,html.capacitor-native body{min-height:100%;min-height:-webkit-fill-available}html.capacitor-native body{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);background-attachment:scroll!important}html.capacitor-native #root{min-height:100vh;min-height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom,0px)}html.capacitor-native .app-shell,html.capacitor-native .page-wrap{min-height:100vh;min-height:-webkit-fill-available}html.capacitor-native .top-nav,html.capacitor-native .landing-header,html.capacitor-native .mobile-menu-toggle{padding-top:max(.75rem, env(safe-area-inset-top,0px))}html.capacitor-native .site-footer,html.capacitor-native .public-footer{padding-bottom:max(1rem, env(safe-area-inset-bottom,0px))}html.capacitor-native a[href=\/payment-success],html.capacitor-native a[href*=stripe\.com],html.capacitor-native a[href*=buy\.stripe],html.capacitor-native a[href*=\#plans]{display:none!important}html.capacitor-native a[href=\/pricing][data-native-store-kept],html.capacitor-native .top-nav-links a[href=\/pricing],html.capacitor-native .membership-page-nav a[href=\/pricing]{display:inline-flex!important}html.capacitor-ios .membership-plans-page[data-native-store-kept],html.capacitor-ios .membership-plan-card[data-native-store-kept],html.capacitor-ios .landing-plan[data-native-store-kept],html.capacitor-ios .membership-plan-cta[data-native-store-kept],html.capacitor-ios .landing-btn[data-native-store-kept],html.capacitor-ios .membership-restore-row[data-native-store-kept],html.capacitor-android .membership-plans-page[data-native-store-kept],html.capacitor-android .membership-plan-card[data-native-store-kept],html.capacitor-android .landing-plan[data-native-store-kept],html.capacitor-android .membership-plan-cta[data-native-store-kept],html.capacitor-android .landing-btn[data-native-store-kept],html.capacitor-android .membership-restore-row[data-native-store-kept]{display:grid!important}html.capacitor-ios .membership-restore-row,html.capacitor-android .membership-restore-row{margin-top:1.25rem}html.capacitor-ios .landing-btn-secondary,html.capacitor-android .landing-btn-secondary{background:0 0;border:1px solid}html.capacitor-native .membership-plans-page{gap:var(--app-section-gap,24px)}html.capacitor-native .membership-plans-page .membership-plan-stack,html.capacitor-native .membership-plans-page .landing-plans{grid-template-columns:1fr!important;gap:14px!important;display:grid!important}html.capacitor-native .membership-plans-page .membership-plan-card,html.capacitor-native .membership-plans-page .landing-plan{height:auto!important;min-height:0!important;padding:var(--app-card-pad,18px)!important;border-radius:var(--app-card-radius,14px)!important;align-content:start!important;gap:12px!important;display:grid!important}html.capacitor-native .membership-plans-page .membership-plan-cta,html.capacitor-native .membership-plans-page .landing-btn{width:100%!important;min-height:var(--app-btn-height,48px)!important;margin-top:2px!important}html.capacitor-native .app-compact-header{padding-top:env(safe-area-inset-top,0px)}html.capacitor-native .app-compact-menu-btn.mobile-menu-toggle{padding-top:0!important}@media (width<=1366px){html.capacitor-native .mobile-menu-overlay{z-index:998!important;background:#00000080!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}html.capacitor-native .top-nav{z-index:999!important;width:min(86vw,360px)!important;height:100dvh!important;min-height:100vh!important;padding:max(18px, env(safe-area-inset-top,0px)) 16px max(18px, env(safe-area-inset-bottom,0px))!important;border-radius:0 24px 24px 0!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:14px!important;transition:transform .18s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important;transform:translate(-105%)!important}html.capacitor-native .top-nav.is-open{transform:translate(0)!important}html.capacitor-native .app-shell:has(.top-nav.is-open)>.mobile-menu-toggle{display:none!important}html.capacitor-native .top-nav .top-nav-head{border-bottom:1px solid #ffffff1f!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:48px!important;margin:0!important;padding:0 0 12px!important;display:flex!important}html.capacitor-native .top-nav .mobile-menu-close{width:auto!important;min-width:84px!important;min-height:42px!important;margin:0!important;padding:0 16px!important;display:inline-flex!important;position:static!important}html.capacitor-native .top-nav .top-nav-links,html.capacitor-native .membership-page-nav nav{grid-template-columns:1fr!important;align-content:start!important;gap:8px!important;width:100%!important;margin:0!important;display:grid!important}html.capacitor-native .top-nav .top-nav-links a,html.capacitor-native .membership-page-nav nav a,html.capacitor-native .top-nav .notification-nav-link{box-sizing:border-box!important;border-radius:14px!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;height:auto!important;min-height:48px!important;margin:0!important;padding:0 16px!important;display:flex!important}html.capacitor-native .top-nav a.active,html.capacitor-native .membership-page-nav nav a.active{background:#ffffff14!important;min-height:48px!important}html.capacitor-native .top-nav .membership-chip{align-self:flex-start!important;margin:4px 0 0!important}html.capacitor-native .top-nav>.logout-button,html.capacitor-native .membership-page-nav>button:last-child{width:100%!important;min-height:48px!important;margin:auto 0 0!important}}html.capacitor-native input,html.capacitor-native select,html.capacitor-native textarea{font-size:16px}@media (prefers-color-scheme:dark){html.capacitor-native body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}html.capacitor-native{--native-bg:#0b1626;--native-surface:#142337;--native-surface-soft:#192a40;--native-border:#ffffff1a;--native-text:#f6f8fb;--native-muted:#f6f8fbb8;--native-accent:#78aef8}html.capacitor-native,html.capacitor-native body{background:var(--native-bg)!important;color:var(--native-text)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif!important}html.capacitor-native *{box-sizing:border-box}html.capacitor-native .app-main,html.capacitor-native .page-wrap,html.capacitor-native .page-section,html.capacitor-native main{background:0 0!important}html.capacitor-native .app-main{padding:0!important}html.capacitor-native .app-shell .page-wrap{width:100%!important;max-width:720px!important;padding:16px 18px calc(26px + env(safe-area-inset-bottom,0px))!important;margin:0 auto!important}html.capacitor-native .page-section{align-content:start!important;gap:16px!important;min-height:0!important;margin:0!important;padding:0!important;display:grid!important}html.capacitor-native .page-section>*{margin-block:0!important}html.capacitor-native .page-section h1,html.capacitor-native .page-wrap h1,html.capacitor-native .membership-heading,html.capacitor-native .membership-page-title{width:auto!important;height:auto!important;min-height:0!important;box-shadow:none!important;letter-spacing:-.035em!important;text-transform:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif!important;font-size:clamp(1.55rem,6vw,1.95rem)!important;font-weight:760!important;line-height:1.1!important}html.capacitor-native .page-section h1:before,html.capacitor-native .page-section h1:after,html.capacitor-native .page-wrap h1:before,html.capacitor-native .page-wrap h1:after{display:none!important}html.capacitor-native .page-section h2,html.capacitor-native .page-wrap h2{letter-spacing:-.02em!important;margin:0!important;font-size:clamp(1.15rem,4.5vw,1.38rem)!important;line-height:1.2!important}html.capacitor-native .page-section h3,html.capacitor-native .page-wrap h3{margin:0!important;font-size:1.03rem!important;line-height:1.25!important}html.capacitor-native .readable-copy,html.capacitor-native .muted-copy,html.capacitor-native .page-section p{max-width:42rem;margin:0!important;font-size:.94rem!important;line-height:1.48!important}html.capacitor-native .muted-copy,html.capacitor-native .membership-subheading,html.capacitor-native .membership-disclosure,html.capacitor-native .membership-help-copy{color:var(--native-muted)!important}html.capacitor-native .page-section>div:first-child,html.capacitor-native .page-topbar,html.capacitor-native .dashboard-header,html.capacitor-native .dashboard-hero,html.capacitor-native .page-hero,html.capacitor-native .profile-hero,html.capacitor-native .page-heading,html.capacitor-native .content-header,html.capacitor-native .section-heading{align-content:start!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}html.capacitor-native .dashboard-header,html.capacitor-native .dashboard-hero,html.capacitor-native .page-hero,html.capacitor-native .profile-hero{gap:8px!important;display:grid!important}html.capacitor-native .page-topbar{align-items:center!important;gap:10px!important;display:flex!important}html.capacitor-native .card,html.capacitor-native .settings-card,html.capacitor-native .upgrade-card,html.capacitor-native .membership-plan-card,html.capacitor-native .dashboard-card,html.capacitor-native .tool-card,html.capacitor-native .filter-card,html.capacitor-native .page-section>section,html.capacitor-native .page-section>article{border:1px solid var(--native-border)!important;background:var(--native-surface)!important;height:auto!important;min-height:0!important;box-shadow:none!important;border-radius:14px!important;margin:0!important;padding:15px!important}html.capacitor-native .membership-plan-card--school{background:var(--native-surface-soft)!important;border-color:#78aef861!important}html.capacitor-native .membership-page-header{align-items:center!important;gap:10px!important;display:flex!important}html.capacitor-native .membership-intro{gap:4px!important}html.capacitor-native .membership-eyebrow,html.capacitor-native .membership-plan-audience,html.capacitor-native .membership-plan-period,html.capacitor-native .page-section label{letter-spacing:.065em!important;font-size:.71rem!important;font-weight:700!important}html.capacitor-native .membership-plan-stack,html.capacitor-native .cards-grid,html.capacitor-native .dashboard-grid,html.capacitor-native .tools-grid,html.capacitor-native .results-grid{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}html.capacitor-native .membership-plan-card{gap:8px!important}html.capacitor-native .membership-plan-title,html.capacitor-native .membership-plan-card h3,html.capacitor-native .card h2,html.capacitor-native .card h3{letter-spacing:-.015em!important;margin:0!important;font-size:1.05rem!important;line-height:1.23!important}html.capacitor-native .membership-plan-price{font-size:1.18rem!important}html.capacitor-native .membership-plan-features{gap:3px!important;margin:0!important}html.capacitor-native .membership-plan-features li{font-size:.87rem!important;line-height:1.35!important}html.capacitor-native button,html.capacitor-native .primary,html.capacitor-native .landing-btn,html.capacitor-native .membership-plan-cta,html.capacitor-native .membership-restore-btn,html.capacitor-native .back-button{min-height:44px!important;box-shadow:none!important;border-radius:11px!important;font-family:inherit!important;font-size:.93rem!important;font-weight:700!important}html.capacitor-native .membership-plan-cta{background:var(--native-accent)!important;color:#07111f!important}html.capacitor-native .membership-plan-cta:disabled{opacity:.55!important}html.capacitor-native .membership-restore-btn{color:var(--native-text)!important;border:1px solid var(--native-border)!important;background:0 0!important}html.capacitor-native input,html.capacitor-native select,html.capacitor-native textarea{border:1px solid var(--native-border)!important;width:100%!important;min-height:46px!important;color:var(--native-text)!important;box-shadow:none!important;background:#ffffff0b!important;border-radius:11px!important;padding:0 13px!important;font-size:16px!important}html.capacitor-native form,html.capacitor-native .form-grid,html.capacitor-native .filters-grid{gap:12px!important}html.capacitor-native .app-compact-header{min-height:calc(56px + env(safe-area-inset-top,0px))!important;padding:env(safe-area-inset-top,0px) 18px 0!important;border-bottom:1px solid var(--native-border)!important;background:#0b1626f7!important}html.capacitor-native .app-compact-brand{font-size:.98rem!important;font-weight:700!important}html.capacitor-native .app-compact-menu-btn.mobile-menu-toggle{border-radius:11px!important;width:42px!important;min-width:42px!important;height:42px!important}html.capacitor-native .site-footer{padding:18px 18px max(22px, env(safe-area-inset-bottom,0px))!important;border-top:1px solid var(--native-border)!important;background:#07101de0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 14px!important;display:grid!important}html.capacitor-native .site-footer .legal-link{font-size:.81rem!important;line-height:1.32!important}html.capacitor-native .membership-page-shell .membership-restore-row+*{margin-top:0!important}html.capacitor-native .membership-legal-links{gap:7px 12px!important}html.capacitor-native .membership-legal-links a{font-size:.82rem!important}@media (width<=430px){html.capacitor-native .app-shell .page-wrap{padding-inline:15px!important}html.capacitor-native .page-section h1,html.capacitor-native .page-wrap h1,html.capacitor-native .membership-heading,html.capacitor-native .membership-page-title{font-size:1.62rem!important}html.capacitor-native .card,html.capacitor-native .settings-card,html.capacitor-native .upgrade-card,html.capacitor-native .membership-plan-card,html.capacitor-native .dashboard-card,html.capacitor-native .tool-card,html.capacitor-native .filter-card,html.capacitor-native .page-section>section,html.capacitor-native .page-section>article{border-radius:13px!important;padding:14px!important}}html.capacitor-native{--cc-space-1:8px;--cc-space-2:12px;--cc-space-3:16px;--cc-space-4:20px;--cc-space-5:24px;--cc-card-radius:18px}html.capacitor-native .app-shell .page-wrap{max-width:760px!important;padding-inline:16px!important;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))!important}html.capacitor-native .page-section,html.capacitor-native .page-section.list-page,html.capacitor-native .page-section.settings-page,html.capacitor-native .page-section.dashboard-page,html.capacitor-native .page-section.saved-page,html.capacitor-native .coach-profile,html.capacitor-native .job-profile,html.capacitor-native .school-profile{gap:var(--cc-space-4)!important}html.capacitor-native .page-section>h1,html.capacitor-native .page-wrap>h1{margin-bottom:2px!important}html.capacitor-native .readable-copy,html.capacitor-native .muted-copy,html.capacitor-native .page-section p{line-height:1.45!important}html.capacitor-native .card,html.capacitor-native .settings-card,html.capacitor-native .dashboard-card,html.capacitor-native .tool-card,html.capacitor-native .filter-card,html.capacitor-native .job-detail-card,html.capacitor-native .job-contact-card,html.capacitor-native .school-detail-card,html.capacitor-native .coach-profile-block,html.capacitor-native .page-section>section,html.capacitor-native .page-section>article{border-radius:var(--cc-card-radius)!important}html.capacitor-native .settings-card,html.capacitor-native .dashboard-card,html.capacitor-native .tool-card,html.capacitor-native .filter-card,html.capacitor-native .job-detail-card,html.capacitor-native .job-contact-card,html.capacitor-native .school-detail-card,html.capacitor-native .page-section>section,html.capacitor-native .page-section>article{padding:18px!important}html.capacitor-native .cards,html.capacitor-native .dashboard-grid,html.capacitor-native .results-grid,html.capacitor-native .coach-profile-sections,html.capacitor-native .job-profile-sections,html.capacitor-native .school-profile-sections{gap:var(--cc-space-3)!important}html.capacitor-native .card,html.capacitor-native .cards>article,html.capacitor-native .cards>section{height:auto!important;min-height:0!important}html.capacitor-native .school-card,html.capacitor-native .coach-card,html.capacitor-native .job-card{align-content:start!important;gap:12px!important;padding:18px!important}html.capacitor-native .school-card img,html.capacitor-native .coach-card img,html.capacitor-native .job-card img{flex:none}html.capacitor-native .job-detail-row,html.capacitor-native .school-detail-row{gap:5px!important;padding-top:14px!important}html.capacitor-native .job-detail-row+.job-detail-row,html.capacitor-native .school-detail-row+.school-detail-row{margin-top:2px!important}html.capacitor-native .coach-profile-block,html.capacitor-native .job-profile-block,html.capacitor-native .school-profile-block{gap:7px!important}html.capacitor-native .coach-profile-hero,html.capacitor-native .job-profile-hero,html.capacitor-native .school-profile-hero{gap:12px!important}html.capacitor-native input,html.capacitor-native select,html.capacitor-native textarea{border-radius:14px!important;min-height:52px!important;padding-inline:14px!important}html.capacitor-native textarea{min-height:120px!important;padding-block:12px!important}html.capacitor-native form,html.capacitor-native .form-grid,html.capacitor-native .filters-grid,html.capacitor-native .page-section.settings-page .settings-card form{gap:16px!important}html.capacitor-native label{gap:7px!important}html.capacitor-native button,html.capacitor-native .primary,html.capacitor-native .primary-link,html.capacitor-native .membership-plan-cta,html.capacitor-native .back-button{text-align:center!important;justify-content:center!important;align-items:center!important;min-height:50px!important;line-height:1.15!important;display:inline-flex!important}html.capacitor-native .membership-actions,html.capacitor-native .button-row,html.capacitor-native .action-row{gap:12px!important}html.capacitor-native .back-button{padding-inline:18px!important}html.capacitor-native .membership-chip{text-align:center!important;align-self:stretch!important;margin-top:2px!important}html.capacitor-native .top-nav{gap:12px!important}html.capacitor-native .top-nav-head{margin-bottom:0!important;padding-bottom:12px!important}html.capacitor-native .top-nav-links,html.capacitor-native .top-nav nav{gap:4px!important}html.capacitor-native .top-nav-links>a,html.capacitor-native .top-nav nav>a,html.capacitor-native .top-nav-links .notification-nav-link,html.capacitor-native .top-nav nav .notification-nav-link{border-radius:14px!important;min-height:44px!important;padding-inline:14px!important}html.capacitor-native .top-nav .logout-button{bottom:max(8px, env(safe-area-inset-bottom,0px))!important;z-index:2!important;background:#1a2b42!important;border:1px solid #ffffff24!important;min-height:48px!important;margin-top:2px!important;position:sticky!important}html.capacitor-native .site-footer{padding:22px 18px max(28px, calc(18px + env(safe-area-inset-bottom,0px)))!important;gap:10px 20px!important}html.capacitor-native .site-footer .legal-link{align-items:center!important;min-height:32px!important;display:inline-flex!important}@media (width<=430px){html.capacitor-native .app-shell .page-wrap{padding-inline:15px!important}html.capacitor-native .page-section,html.capacitor-native .page-section.list-page,html.capacitor-native .page-section.settings-page,html.capacitor-native .page-section.dashboard-page,html.capacitor-native .page-section.saved-page,html.capacitor-native .coach-profile,html.capacitor-native .job-profile,html.capacitor-native .school-profile{gap:18px!important}html.capacitor-native .settings-card,html.capacitor-native .dashboard-card,html.capacitor-native .tool-card,html.capacitor-native .filter-card,html.capacitor-native .job-detail-card,html.capacitor-native .job-contact-card,html.capacitor-native .school-detail-card,html.capacitor-native .page-section>section,html.capacitor-native .page-section>article{padding:16px!important}}html:not(.capacitor-native){--cc-web-space-1:8px;--cc-web-space-2:12px;--cc-web-space-3:16px;--cc-web-space-4:24px;--cc-web-space-5:32px;--cc-web-card-radius:20px}html:not(.capacitor-native) .page-wrap{width:min(100%,1180px);margin-inline:auto;padding:30px clamp(20px,3vw,40px) 48px}html:not(.capacitor-native) .page-section,html:not(.capacitor-native) .page-section.list-page,html:not(.capacitor-native) .page-section.settings-page,html:not(.capacitor-native) .page-section.dashboard-page,html:not(.capacitor-native) .page-section.saved-page,html:not(.capacitor-native) .coach-profile,html:not(.capacitor-native) .job-profile,html:not(.capacitor-native) .school-profile{gap:24px}html:not(.capacitor-native) .page-section>h1,html:not(.capacitor-native) .page-wrap>h1{margin:0;line-height:1.05}html:not(.capacitor-native) .readable-copy,html:not(.capacitor-native) .muted-copy,html:not(.capacitor-native) .page-section p{max-width:68ch;line-height:1.55}html:not(.capacitor-native) .cards,html:not(.capacitor-native) .dashboard-grid,html:not(.capacitor-native) .results-grid,html:not(.capacitor-native) .coach-profile-sections,html:not(.capacitor-native) .job-profile-sections,html:not(.capacitor-native) .school-profile-sections{gap:18px}html:not(.capacitor-native) .card,html:not(.capacitor-native) .settings-card,html:not(.capacitor-native) .dashboard-card,html:not(.capacitor-native) .tool-card,html:not(.capacitor-native) .filter-card,html:not(.capacitor-native) .job-detail-card,html:not(.capacitor-native) .job-contact-card,html:not(.capacitor-native) .school-detail-card,html:not(.capacitor-native) .page-section>section,html:not(.capacitor-native) .page-section>article{border-radius:20px}html:not(.capacitor-native) .settings-card,html:not(.capacitor-native) .dashboard-card,html:not(.capacitor-native) .tool-card,html:not(.capacitor-native) .filter-card,html:not(.capacitor-native) .job-detail-card,html:not(.capacitor-native) .job-contact-card,html:not(.capacitor-native) .school-detail-card,html:not(.capacitor-native) .page-section>section,html:not(.capacitor-native) .page-section>article{padding:22px}html:not(.capacitor-native) .school-card,html:not(.capacitor-native) .coach-card,html:not(.capacitor-native) .job-card{align-content:start;gap:14px;height:auto;min-height:0}html:not(.capacitor-native) form,html:not(.capacitor-native) .form-grid,html:not(.capacitor-native) .filters-grid{gap:16px}html:not(.capacitor-native) input,html:not(.capacitor-native) select,html:not(.capacitor-native) textarea{border-radius:14px;min-height:50px;padding-inline:15px}html:not(.capacitor-native) textarea{min-height:120px;padding-block:12px}html:not(.capacitor-native) label{gap:7px}html:not(.capacitor-native) button,html:not(.capacitor-native) .primary,html:not(.capacitor-native) .primary-link,html:not(.capacitor-native) .membership-plan-cta,html:not(.capacitor-native) .back-button{text-align:center;justify-content:center;align-items:center;min-height:48px;line-height:1.15;display:inline-flex}html:not(.capacitor-native) .site-footer{gap:14px 24px;padding:26px clamp(20px,3vw,40px) 34px}html:not(.capacitor-native) .saved-tabs{background:#07162780;border:1px solid #ffffff24;border-radius:16px;gap:10px;width:fit-content;padding:5px;display:flex}html:not(.capacitor-native) .saved-tabs a{border-radius:12px;justify-content:center;align-items:center;min-width:110px;min-height:44px;padding:10px 18px;text-decoration:none;display:flex}html:not(.capacitor-native) .saved-tabs a.is-active{background:#ffffff1a}html:not(.capacitor-native) .landing-shell{width:min(100% - 48px,1160px);margin-inline:auto}html:not(.capacitor-native) .landing-header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:82px;display:flex}html:not(.capacitor-native) .landing-nav{align-items:center;gap:12px 22px}html:not(.capacitor-native) .landing-page .landing-hero{min-height:clamp(560px,72vh,720px)}html:not(.capacitor-native) .landing-hero-inner{padding-block:clamp(72px,8vw,104px)}html:not(.capacitor-native) .landing-hero-copy{width:min(100%,680px)}html:not(.capacitor-native) .landing-hero-lead{margin-top:22px}html:not(.capacitor-native) .landing-hero-actions,html:not(.capacitor-native) .landing-cta-actions{gap:14px;margin-top:30px}html:not(.capacitor-native) .landing-btn,html:not(.capacitor-native) .landing-hero-actions a,html:not(.capacitor-native) .landing-plan .landing-btn{text-align:center;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;display:inline-flex}html:not(.capacitor-native) .landing-section{padding-block:clamp(56px,6vw,82px)}html:not(.capacitor-native) .landing-section-heading{gap:12px;margin-bottom:32px}html:not(.capacitor-native) .landing-value-grid,html:not(.capacitor-native) .landing-benefit-grid,html:not(.capacitor-native) .landing-faq-grid,html:not(.capacitor-native) .landing-plans{gap:20px}html:not(.capacitor-native) .landing-value-card,html:not(.capacitor-native) .landing-benefit-card,html:not(.capacitor-native) .landing-plan,html:not(.capacitor-native) .landing-faq-card,html:not(.capacitor-native) .landing-cta-card{border-radius:22px;padding:26px}html:not(.capacitor-native) .landing-benefit-card,html:not(.capacitor-native) .landing-faq-card{min-height:0}html:not(.capacitor-native) .landing-cta-card{gap:22px}html:not(.capacitor-native) .landing-cta-card .landing-cta-actions{gap:12px;margin-top:18px}html:not(.capacitor-native) .landing-cta-card .landing-btn{min-height:54px}html:not(.capacitor-native) .public-footer-inner{gap:18px;padding-block:20px}html:not(.capacitor-native) .public-footer-links{gap:10px 18px}html:not(.capacitor-native) .public-footer-links a{font-size:15px;line-height:1.2}@media (width>=1367px){html:not(.capacitor-native) .top-nav{gap:16px!important;padding:26px 22px!important}html:not(.capacitor-native) .top-nav-links,html:not(.capacitor-native) .top-nav nav{gap:6px!important}html:not(.capacitor-native) .top-nav-links>a,html:not(.capacitor-native) .top-nav nav>a{border-radius:14px;align-items:center;min-height:44px;padding:0 12px;display:flex}}@media (width<=900px){html:not(.capacitor-native) .page-wrap{padding:24px 18px 40px}html:not(.capacitor-native) .landing-shell{width:min(100% - 40px,1160px)}html:not(.capacitor-native) .landing-header-inner{flex-direction:row;align-items:center;gap:16px;min-height:0;padding-block:18px}html:not(.capacitor-native) .landing-logo-link{flex:none}html:not(.capacitor-native) .landing-logo{width:auto;height:44px;padding:4px 7px;display:block}html:not(.capacitor-native) .landing-nav{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:6px 12px;width:auto;display:flex}html:not(.capacitor-native) .landing-nav a{text-align:center;justify-content:center;align-items:center;min-height:36px;padding:5px 6px;font-size:13px;display:flex}html:not(.capacitor-native) .landing-nav-signup{padding-inline:12px!important}html:not(.capacitor-native) .landing-page .landing-hero{min-height:auto}html:not(.capacitor-native) .landing-hero-inner{padding-block:48px 72px}html:not(.capacitor-native) .landing-hero-actions{grid-template-columns:1fr;gap:12px;display:grid}html:not(.capacitor-native) .landing-hero-actions a{width:100%;min-height:58px}html:not(.capacitor-native) .landing-section{padding-block:52px}}@media (width<=560px){html:not(.capacitor-native) .page-wrap{padding-inline:16px}html:not(.capacitor-native) .saved-tabs{width:100%}html:not(.capacitor-native) .saved-tabs a{flex:1;min-width:0}html:not(.capacitor-native) .landing-shell{width:calc(100% - 28px)}html:not(.capacitor-native) .landing-header{position:relative}html:not(.capacitor-native) .landing-header-inner{align-items:center;gap:10px;padding-block:12px}html:not(.capacitor-native) .landing-logo-link{background:#fff;flex:0 0 46px;width:46px;height:46px;overflow:hidden}html:not(.capacitor-native) .landing-logo{object-fit:contain;width:46px;max-width:none;height:46px;max-height:none;padding:5px}html:not(.capacitor-native) .landing-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 6px;width:100%;display:grid}html:not(.capacitor-native) .landing-nav a{min-height:32px;padding:4px 2px;font-size:12px;line-height:1.1}html:not(.capacitor-native) .landing-nav-signup{border-radius:999px;padding-inline:6px!important}html:not(.capacitor-native) .landing-hero-inner{padding-block:36px 56px}html:not(.capacitor-native) .landing-hero-copy h1{margin-top:10px;line-height:1.02}html:not(.capacitor-native) .landing-hero-lead{margin-top:18px;line-height:1.5}html:not(.capacitor-native) .landing-hero-actions{margin-top:24px}html:not(.capacitor-native) .landing-section{padding-block:44px}html:not(.capacitor-native) .landing-section-heading{margin-bottom:24px}html:not(.capacitor-native) .landing-value-card,html:not(.capacitor-native) .landing-benefit-card,html:not(.capacitor-native) .landing-plan,html:not(.capacitor-native) .landing-faq-card{padding:20px}html:not(.capacitor-native) .landing-cta-card{gap:14px;padding:22px 18px}html:not(.capacitor-native) .landing-cta-card .landing-cta-actions{gap:10px;margin-top:14px}html:not(.capacitor-native) .landing-cta-card .landing-btn{min-height:50px}html:not(.capacitor-native) .public-footer-inner{gap:10px;padding-block:14px 18px}html:not(.capacitor-native) .public-footer-nav-stack{gap:8px}html:not(.capacitor-native) .public-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;display:grid}html:not(.capacitor-native) .public-footer-links a{align-items:center;min-height:26px;font-size:13px;line-height:1.15;display:flex}html:not(.capacitor-native) .public-footer-brand p{margin-top:5px;font-size:13px;line-height:1.35}html:not(.capacitor-native) .settings-card,html:not(.capacitor-native) .dashboard-card,html:not(.capacitor-native) .tool-card,html:not(.capacitor-native) .filter-card,html:not(.capacitor-native) .job-detail-card,html:not(.capacitor-native) .job-contact-card,html:not(.capacitor-native) .school-detail-card,html:not(.capacitor-native) .page-section>section,html:not(.capacitor-native) .page-section>article{padding:18px}}html:not(.capacitor-native) .landing-cta-card>div:first-child{gap:14px;display:grid}html:not(.capacitor-native) .landing-cta-card .landing-eyebrow,html:not(.capacitor-native) .landing-cta-card h2,html:not(.capacitor-native) .landing-cta-card p{margin:0}html:not(.capacitor-native) .landing-cta-card h2{line-height:1.06}html:not(.capacitor-native) .landing-cta-card>div:first-child>p:last-child{margin-top:4px;line-height:1.5}html:not(.capacitor-native) .landing-cta-card .landing-cta-actions{margin-top:26px}@media (width<=560px){html:not(.capacitor-native) .landing-cta-card>div:first-child{gap:12px}html:not(.capacitor-native) .landing-cta-card>div:first-child>p:last-child{margin-top:6px}html:not(.capacitor-native) .landing-cta-card .landing-cta-actions{margin-top:22px}}html:not(.capacitor-native) .public-footer{border-top:1px solid #ffffff1a}html:not(.capacitor-native) .public-footer-inner{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:36px;padding-block:26px;display:grid}html:not(.capacitor-native) .public-footer-brand{max-width:520px}html:not(.capacitor-native) .public-footer-brand strong{letter-spacing:.12em;text-transform:uppercase;font-size:15px;display:block}html:not(.capacitor-native) .public-footer-brand p{opacity:.78;max-width:440px;margin:7px 0 0;font-size:14px;line-height:1.4}html:not(.capacitor-native) .public-footer-nav-stack{justify-items:end;gap:14px;display:grid}html:not(.capacitor-native) .public-footer-socials{flex-wrap:wrap;gap:8px;margin:0;display:flex}html:not(.capacitor-native) .public-footer-socials a{border-radius:50%!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}html:not(.capacitor-native) .public-footer-socials svg{width:16px!important;height:16px!important}html:not(.capacitor-native) .public-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;max-width:470px;display:flex}html:not(.capacitor-native) .public-footer-links a{font-weight:600;line-height:1.3;min-height:0!important;padding:0!important;font-size:12px!important}@media (width<=760px){html:not(.capacitor-native) .public-footer-inner{grid-template-columns:1fr;gap:16px;padding-block:20px 24px}html:not(.capacitor-native) .public-footer-brand strong{font-size:13px}html:not(.capacitor-native) .public-footer-brand p{display:none}html:not(.capacitor-native) .public-footer-nav-stack{justify-items:start;gap:12px}html:not(.capacitor-native) .public-footer-socials{gap:7px}html:not(.capacitor-native) .public-footer-socials a{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}html:not(.capacitor-native) .public-footer-socials svg{width:15px!important;height:15px!important}html:not(.capacitor-native) .public-footer-links{grid-template-columns:repeat(3,max-content);justify-content:start;gap:8px 16px;max-width:100%;display:grid}html:not(.capacitor-native) .public-footer-links a{font-size:11px!important}}@media (width<=430px){html:not(.capacitor-native) .public-footer-inner{padding-block:18px 22px}html:not(.capacitor-native) .public-footer-links{grid-template-columns:repeat(2,max-content);gap:8px 18px}}@media (width<=720px){html:not(.capacitor-native) .landing-page .landing-hero{align-items:flex-start!important;min-height:0!important}html:not(.capacitor-native) .landing-hero-inner{padding-top:30px!important;padding-bottom:30px!important}html:not(.capacitor-native) .landing-hero-actions{gap:12px!important;margin-top:18px!important;margin-bottom:0!important}html:not(.capacitor-native) .landing-content .landing-section{padding-top:26px!important;padding-bottom:26px!important}html:not(.capacitor-native) .landing-content .landing-section+.landing-section{padding-top:18px!important}html:not(.capacitor-native) .landing-intro-section{padding-top:28px!important}html:not(.capacitor-native) .landing-intro-section .landing-section-heading,html:not(.capacitor-native) .landing-section-heading{margin-bottom:18px!important}html:not(.capacitor-native) .landing-section-heading>*+*{margin-top:6px!important}html:not(.capacitor-native) .landing-value-grid,html:not(.capacitor-native) .landing-benefit-grid,html:not(.capacitor-native) .landing-faq-grid,html:not(.capacitor-native) .landing-plans{gap:14px!important}}@media (width<=430px){html:not(.capacitor-native) .landing-hero-inner{padding-top:26px!important;padding-bottom:26px!important}html:not(.capacitor-native) .landing-content .landing-section{padding-top:22px!important;padding-bottom:22px!important}html:not(.capacitor-native) .landing-content .landing-section+.landing-section{padding-top:16px!important}html:not(.capacitor-native) .landing-intro-section{padding-top:24px!important}}.game-finder-week-alert{background:#c9a84c14;border:1px solid #c9a84c47;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.game-finder-week-alert p{margin:0}.game-finder-filter-section{gap:14px;display:grid}.game-finder-filter-section-head{justify-content:space-between;align-items:end;gap:14px;display:flex}.game-finder-filter-section-head h3,.game-finder-filter-section-head p{margin:0}.game-finder-filter-section-head p{margin-top:4px}.game-finder-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.game-finder-filters label{min-width:0}.game-finder-clear-filters{white-space:nowrap;min-height:42px}@media (width<=980px){.game-finder-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.game-finder-week-alert,.game-finder-filter-section-head{flex-direction:column;align-items:flex-start}.game-finder-filters{grid-template-columns:1fr;gap:12px}.game-finder-clear-filters{width:100%}}
