:root{--page: #f6f3ec;--paper: #ffffff;--paper-soft: #fbfaf6;--ink: #252525;--ink-strong: #171717;--muted: #6f746f;--line: #ddd8ce;--line-strong: #c8c2b7;--teal: #0aa897;--teal-dark: #12666a;--teal-soft: #d8f2f0;--green: #3f9858;--warning: #fff7e6;--danger: #a13b2f;--shadow: 0 22px 46px rgba(48, 42, 32, .12), 0 2px 8px rgba(48, 42, 32, .06);--field-shadow: inset 0 1px 2px rgba(48, 42, 32, .12), 0 1px 3px rgba(48, 42, 32, .06);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--ink);font-weight:400;line-height:1.5;background:var(--page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:var(--page)}a{color:inherit;text-underline-offset:.18em}button,input,textarea,select{font:inherit}button,a,input,textarea,select{min-width:0}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{color:var(--ink-strong);line-height:1.08}h1{margin:0;font-size:3.35rem;font-weight:850}h2{margin:0 0 .9rem;font-size:1.85rem;font-weight:850}h3{margin:1.35rem 0 .65rem;font-size:1.15rem;font-weight:850}.loginPage,.centerPage{display:grid;min-height:100vh;place-items:center;padding:1.5rem}.loginCard,.panel{width:min(100%,62rem);padding:2.35rem;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.loginCard{width:min(100%,38rem);text-align:center}.loginCard .lead{margin-right:auto;margin-left:auto}.eyebrow{margin:0 0 .55rem;color:#3f4240;font-size:.95rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.lead{max-width:41rem;margin:.6rem 0 1.1rem;color:#2f3432;font-size:1.08rem;font-weight:650}.primaryButton,.secondaryButton,.textButton{border:0;cursor:pointer;text-decoration:none}.primaryButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.72rem 1.18rem;border-radius:999px;font-weight:850;line-height:1.15;text-align:center;transition:background-color .14s ease,box-shadow .14s ease,color .14s ease,transform .14s ease}.primaryButton{color:#fff;background:var(--teal);box-shadow:0 8px 18px #0aa8973d}.primaryButton:hover,.primaryButton:focus-visible{background:#079484;box-shadow:0 10px 22px #0aa8974d}.secondaryButton{color:#255e60;background:#e7ebe8}.secondaryButton:hover,.secondaryButton:focus-visible{background:#d8e1dd}.textButton{padding:0;color:var(--ink-strong);background:transparent;font-weight:850}.textButton:hover,.textButton:focus-visible{color:var(--teal-dark);text-decoration:underline}.primaryButton:focus-visible,.secondaryButton:focus-visible,.textButton:focus-visible,.wizardStepButton:focus-visible{outline:3px solid rgba(10,168,151,.24);outline-offset:3px}.appShell{min-height:100vh;background:var(--page)}.appHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.55rem;padding:.75rem 1.5rem;background:#f6f3ecf0;border-bottom:1px solid rgba(37,37,37,.12)}.brand{color:var(--ink-strong);font-family:Georgia,Times New Roman,serif;font-size:1.16rem;font-weight:800;text-decoration:none}.headerActions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:1rem;color:#8b8b88;font-size:.95rem;font-weight:700}.headerActions .textButton{color:var(--ink-strong)}.appMain{width:min(100%,70rem);margin:0 auto;padding:3.2rem 1.5rem 5rem}.progressSummary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:1.35rem 0}.progressSummary div,.stepList li{padding:1rem 1.05rem;background:var(--paper-soft);border:1px solid rgba(221,216,206,.8);border-radius:10px}.progressSummary span,.progressSummary strong{display:block}.muted{color:var(--muted);font-size:.9rem}.stepList{display:grid;gap:.75rem;padding:0;margin:0;list-style-position:inside}.field{display:grid;gap:.45rem;margin:0 0 1rem}.fieldLabel{margin:0;color:var(--ink-strong);font-weight:850}.fieldHint{margin:0;color:#3d4644;font-size:.91rem}.successHint{display:inline-flex;align-items:center;gap:.35rem;color:var(--green);font-weight:800}.successHint:before{display:inline-grid;width:1.1rem;height:1.1rem;color:#fff;background:var(--green);border-radius:999px;content:"✓";font-size:.78rem;line-height:1;place-items:center}.textField{width:100%;min-height:3rem;padding:.68rem .86rem;color:var(--ink);background:var(--paper-soft);border:1px solid var(--line-strong);border-radius:9px;box-shadow:var(--field-shadow)}.textField:focus{border-color:var(--teal-dark);outline:3px solid rgba(10,168,151,.2)}.textField[aria-invalid=true]{border-color:var(--danger)}.textArea{min-height:6rem;resize:vertical}.fieldset{padding:0;border:0}.choiceList{display:grid;gap:.48rem;margin-top:.12rem}.choiceLabel{display:flex;align-items:flex-start;gap:.55rem;color:#2c3432;cursor:pointer;font-weight:650}.choiceLabel input{width:1.05rem;height:1.05rem;flex:0 0 auto;margin-top:.22rem;accent-color:var(--teal-dark)}.formErrors{padding-left:1.1rem;margin:0;color:var(--danger);font-size:.92rem;font-weight:700}.wizardLayout{display:grid;gap:1.45rem}.wizardHeader{width:min(100%,65rem)}.wizardHeader .lead{margin-bottom:0}.wizardSteps{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;gap:0;padding:0;margin:1.6rem 0 1.15rem;list-style:none}.wizardSteps:before{position:absolute;top:1.38rem;right:1.4rem;left:1.4rem;height:.34rem;background:#bfebe7;border-radius:999px;box-shadow:0 0 18px #0aa8972e;content:""}.wizardStep{position:relative;display:grid;min-width:0;justify-items:center}.wizardStepButton,.wizardStepStatic{position:relative;z-index:1;display:grid;justify-items:center;min-width:2.85rem;padding:0;color:#47706c;background:transparent;border:0;text-align:center}.wizardStepButton{cursor:pointer}.wizardStepMarker{display:grid;width:2.85rem;height:2.85rem;color:#45746f;background:var(--teal-soft);border:2px solid #a9d9d5;border-radius:999px;font-size:1.02rem;font-weight:850;line-height:1;place-items:center}.wizardStepText{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.wizardStep-current .wizardStepMarker{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark);box-shadow:0 0 0 .55rem #0aa8972e,0 0 28px #0aa89757}.wizardStep-complete .wizardStepMarker{color:var(--green);background:#f8fff8;border-color:#83c792}.wizardStep-in_progress .wizardStepMarker{color:var(--teal-dark);background:#e7f8f6;border-color:#8fd6cf}.progressMeter{display:grid;gap:.42rem;max-width:25rem;color:var(--ink-strong);font-size:1.08rem;font-weight:850}.progressMeter progress{width:100%;height:.52rem;overflow:hidden;background:#e1ddd4;border:0;border-radius:999px}.progressMeter progress::-webkit-progress-bar{background:#e1ddd4;border-radius:999px}.progressMeter progress::-webkit-progress-value{background:var(--teal-dark);border-radius:999px}.progressMeter progress::-moz-progress-bar{background:var(--teal-dark);border-radius:999px}.wizardCard{width:min(100%,65rem);overflow:hidden;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.wizardPanel{width:100%;padding:4.2rem 4.25rem 2rem}.wizardPanel>div>h2:first-child{margin-bottom:.8rem}.wizardPanel>div>h2:first-child+p{margin-top:0;margin-bottom:1.55rem;font-weight:700}.wizardActions{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;padding:1.65rem 4.25rem 2rem;border-top:1px solid rgba(221,216,206,.95)}.wizardActions .primaryButton{margin-left:.1rem}.wizardNotice{padding:1rem 1.05rem;margin:1rem 0 1.2rem;background:var(--warning);border:1px solid #e8d19f;border-radius:10px}.wizardNotice h3{margin:0 0 .5rem}.wizardNotice p:last-child{margin-bottom:0}.wizardNotice ul{margin:0;padding-left:1.2rem}.accountSummary{display:grid;gap:.75rem;padding:1rem;margin:1rem 0;background:var(--paper-soft);border:1px solid rgba(221,216,206,.82);border-radius:10px}.accountSummary div{display:grid;gap:.2rem}.accountSummary dt{color:var(--muted);font-size:.92rem;font-weight:750}.accountSummary dd{margin:0;font-weight:850}.checkboxStack{display:grid;gap:.8rem;margin-top:1rem}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.formSection{padding:1.25rem 0;border-top:1px solid rgba(221,216,206,.95)}.formSection:first-of-type{margin-top:1rem}.formSection .formGrid+.formGrid{margin-top:1rem}.reviewSummary{display:grid;gap:.5rem}.uploadField{margin-top:1.35rem}.profileUploadBox{display:flex;align-items:center;gap:1rem;min-height:7.1rem;padding:1rem;background:var(--paper-soft);border:2px dashed var(--line-strong);border-radius:10px}.profileUploadAvatar{display:grid;width:5.3rem;height:5.3rem;flex:0 0 auto;color:#8f918f;background:#e5e6e4;border-radius:999px;font-size:2rem;font-weight:500;place-items:center}.profileUploadControls{display:grid;gap:.45rem;min-width:0}.profileUploadControls input[type=file]{max-width:100%;color:var(--ink)}.profileUploadControls input[type=file]::file-selector-button{min-height:2.4rem;margin-right:.65rem;padding:.42rem .95rem;color:var(--ink);background:#e7e7e4;border:1px solid #c5c5c0;border-radius:9px;box-shadow:0 1px 2px #302a2024;cursor:pointer;font-weight:750}.adminList,.checklist{display:grid;gap:.75rem;padding:0;list-style:none}.adminList a,.checklist li,.summaryList div{display:grid;gap:.25rem;padding:1rem;background:var(--paper-soft);border:1px solid rgba(221,216,206,.86);border-radius:10px;text-decoration:none}.adminList a:hover,.adminList a:focus-visible{border-color:#0aa89773;outline:0}.checklist li{border-left:.35rem solid var(--danger)}.checklist li.checklistPassed{border-left-color:var(--green)}.checklist span{color:var(--muted);font-weight:850}.checklist p{margin:0}.summaryList{display:grid;gap:.75rem;margin:1.5rem 0}.summaryList dt{color:var(--muted);font-size:.9rem;font-weight:750}.summaryList dd{margin:0;font-weight:850}.publicPage{width:min(100%,76rem);margin:0 auto;padding:2rem 1.5rem 5rem}.directoryHero{max-width:54rem;padding:1rem 0 2rem}.directoryHero .brand{display:inline-block;margin-bottom:2.5rem}.directoryFilters{display:grid;grid-template-columns:minmax(14rem,1.5fr) repeat(3,minmax(10rem,1fr));gap:1rem;padding:1.25rem;margin-bottom:2rem;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.directoryOnlineFilter{align-self:end;min-height:2.85rem;padding-bottom:.58rem}.directoryFilterActions{display:flex;align-items:end;gap:.7rem}.directoryResults{display:grid;gap:1rem}.coachCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.coachCard{overflow:hidden;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.coachCardPhoto,.coachCardPhotoPlaceholder{display:grid;width:100%;aspect-ratio:4 / 3;place-items:center;object-fit:cover;color:#fff;background:#8a9590;font-size:4rem;font-weight:850}.coachCardBody{display:grid;gap:.7rem;padding:1.25rem}.coachCardBody h2{margin:0;font-size:1.35rem}.coachCardBody p{margin:0}.coachTitle,.coachPrice{margin:0;font-weight:850}.tagList{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;list-style:none}.tagList li{padding:.32rem .62rem;color:#255e60;background:var(--teal-soft);border:1px solid #bde5e2;border-radius:999px;font-size:.86rem;font-weight:800}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.directoryEmpty{width:100%}.profilePage{display:grid;gap:1.25rem}.profileHero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);gap:2rem;align-items:center;padding:2rem;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.profilePhoto,.profilePhotoPlaceholder{display:grid;width:100%;aspect-ratio:1;place-items:center;object-fit:cover;color:#fff;background:#8a9590;border-radius:14px;font-size:5rem;font-weight:850}.profileSection{padding:1.5rem;background:var(--paper);border:1px solid rgba(221,216,206,.92);border-radius:18px;box-shadow:var(--shadow)}.profileSection h2{margin-top:0}.quickFacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.quickFacts div{padding:.9rem;background:var(--paper-soft);border:1px solid rgba(221,216,206,.82);border-radius:10px}.quickFacts dt{color:var(--muted);font-size:.88rem;font-weight:750}.quickFacts dd{margin:.2rem 0 0;font-weight:850}.testimonialList{display:grid;gap:1rem}.testimonialList blockquote{padding:1rem;margin:0;background:var(--paper-soft);border:1px solid rgba(221,216,206,.82);border-radius:10px}.contactForm{display:grid;gap:1rem;max-width:42rem}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}@media (max-width: 900px){h1{font-size:2.75rem}.directoryFilters,.coachCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.profileHero,.quickFacts{grid-template-columns:1fr}}@media (max-width: 700px){h1{font-size:2.25rem}h2{font-size:1.55rem}.appHeader{align-items:flex-start;flex-direction:column}.headerActions{align-items:flex-start;justify-content:flex-start}.appMain,.publicPage{padding:2rem 1rem 4rem}.loginCard,.panel{padding:1.35rem;border-radius:14px}.progressSummary,.formGrid,.directoryFilters,.coachCardGrid{grid-template-columns:1fr}.wizardLayout{gap:1.1rem}.wizardHeader{overflow:hidden}.wizardSteps{grid-template-columns:repeat(7,minmax(3.65rem,1fr));overflow-x:auto;padding:.55rem 0 .65rem;margin:1.1rem 0 .8rem}.wizardSteps:before{top:1.93rem}.wizardStepMarker{width:2.55rem;height:2.55rem}.wizardStep-current .wizardStepMarker{box-shadow:0 0 0 .4rem #0aa89729,0 0 20px #0aa89747}.wizardPanel{padding:1.35rem 1.15rem 1rem}.wizardActions{align-items:stretch;flex-direction:column;padding:1rem 1.15rem 1.2rem}.wizardActions .primaryButton,.wizardActions .secondaryButton{width:100%}.profileUploadBox{align-items:flex-start;flex-direction:column}.directoryFilterActions,.pagination{align-items:stretch;flex-direction:column}}
