:root{--bg:#f3f7fb;--bg-deep:#e4eef4;--ink:#16324a;--muted:#5a6d78;--brand:#0e7c86;--brand-dark:#0b5c64;--accent:#e05d4f;--card:#fff;--line:#c9d7e0;--danger:#b42318;--ok:#067647;--shadow:0 12px 40px #16324a14;--font-display:"Fraunces", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-body);color:var(--ink);background:var(--bg)}a{color:var(--brand);text-decoration:none}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .4rem;font-weight:600}p{color:var(--muted);line-height:1.55}.app-root{min-height:100%}.shell{max-width:1100px;margin:0 auto;padding:1.25rem}.site-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #ececec;position:sticky;top:0}.header-inner,.m-wrap{max-width:1240px;margin:0 auto;padding:0 24px}.nav{justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;padding-bottom:1rem;display:flex}.nav-links a{color:var(--ink);font-weight:500}.nav-links a:hover{color:var(--accent)}.nav-links .btn-primary,.nav-links .btn-primary:hover{color:#fff}@media (width<=800px){.nav-hide-sm{display:none}}.brand{font-family:var(--font-display);color:var(--ink);align-items:center;gap:.55rem;font-size:1.55rem;font-weight:700;display:inline-flex}.brand-logo{object-fit:contain;border-radius:.4rem;width:2.25rem;height:2.25rem}.brand-text span{color:var(--brand)}.nav-links{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.btn{appearance:none;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;padding:.7rem 1.15rem;transition:transform .15s,background .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{color:var(--ink);border:1px solid var(--line);background:0 0}.btn-outline{color:var(--ink);border:2px solid var(--ink);background:#fff}.btn-light{color:var(--brand);background:#fff}.btn-outline-light{color:#fff;background:0 0;border:2px solid #ffffffb3}.btn-accent{background:var(--accent);color:#fff}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:#d7f0f2;border-radius:999px;padding:.55rem 1.1rem;font-size:.78rem;font-weight:700;display:inline-flex}.m-hero{background:var(--bg);padding:4.5rem 0 5rem}.m-hero-grid{align-items:center;gap:3.5rem;display:grid}@media (width>=960px){.m-hero-grid{grid-template-columns:1.1fr .9fr;gap:4.5rem}}.m-hero-copy h1{max-width:14ch;margin:1.1rem 0 1rem;font-size:clamp(2.4rem,5vw,3.7rem);line-height:1.05}.lede{max-width:38rem;margin-bottom:.5rem;font-size:1.15rem;line-height:1.7}.m-note{margin-top:1.25rem;font-size:.92rem}.visit-card{background:#fff;border-radius:30px;padding:2rem;box-shadow:0 25px 60px #00000014}.visit-card-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem;font-size:.8rem;font-weight:700}.visit-card strong{font-family:var(--font-display);font-size:1.5rem;display:block}.visit-card-meta{margin:.35rem 0 1.25rem}.visit-timeline{margin:0;padding:0;list-style:none}.visit-timeline li{border-left:2px solid var(--line);color:var(--muted);gap:.15rem;padding:.75rem 0 .75rem 1.1rem;display:grid}.visit-timeline li span{color:var(--ink);font-weight:600}.visit-timeline li.is-done{border-left-color:var(--accent)}.visit-timeline li.is-now{border-left-color:var(--brand)}.visit-timeline small{color:var(--muted)}.m-section{padding:5.5rem 0}.m-section-white{background:#fff}.m-section-cream{background:var(--bg)}.section-head{text-align:center;max-width:38rem;margin:0 auto 3rem}.section-head h2{margin:1rem 0 .75rem;font-size:clamp(2rem,4vw,3.1rem);line-height:1.1}.section-head p{font-size:1.05rem;line-height:1.7}.feature-grid{gap:1rem;display:grid}@media (width>=720px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:1.6rem;transition:transform .25s,box-shadow .25s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.feature-card h3{margin-bottom:.75rem;font-size:1.45rem}.feature-card p{margin:0;line-height:1.7}.timeline{gap:1.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=900px){.timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.timeline-step{text-align:center}.timeline-icon{border:2px solid var(--line);width:4.4rem;height:4.4rem;color:var(--brand);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 10px 30px #0000000d}.timeline-step h3{margin-bottom:.7rem;font-size:1.35rem}.audience-grid{gap:1.5rem;display:grid}@media (width>=800px){.audience-grid{grid-template-columns:1fr 1fr}}.audience-card{border-radius:28px;padding:2.2rem}.audience-card.dawn{background:#dceef2}.audience-card.dusk{background:#fde8e4}.audience-card h3{margin-bottom:.8rem;font-size:1.7rem}.audience-card ul{margin:0 0 1.4rem;padding:0;list-style:none}.audience-card li{color:var(--muted);margin-bottom:.7rem;padding-left:1.2rem;line-height:1.6;position:relative}.audience-card li:before{content:"•";color:var(--brand);position:absolute;left:0}.cta-band{text-align:center;color:#fff;background:var(--brand);border-radius:42px;padding:4rem 2rem}.cta-band h2{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem)}.cta-band p{color:#ffffffe6;max-width:36rem;margin:0 auto}.cta-row-center{justify-content:center}.site-footer{background:var(--brand-dark);color:#fff;padding:4rem 0 2rem}.site-footer p,.site-footer a,.site-footer li{color:#ffffffd1}.site-footer a:hover{color:var(--accent)}.footer-brand{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.8rem;color:#fff!important}.footer-grid{border-bottom:1px solid #ffffff1f;gap:2rem;padding-bottom:2.5rem;display:grid}@media (width>=800px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h4{margin:0 0 1rem;font-size:1.1rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.7rem}.footer-bottom{padding-top:1.5rem}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem;animation:.5s both rise}.grid{gap:1rem;display:grid}@media (width>=720px){.grid.cols-2{grid-template-columns:1fr 1fr}.grid.cols-3{grid-template-columns:repeat(3,1fr)}}label{margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fbfcfb;border-radius:10px;margin-bottom:.85rem;padding:.7rem .8rem}.muted{color:var(--muted);font-size:.92rem}.error{color:var(--danger);font-size:.9rem}.ok{color:var(--ok)}.badge{background:var(--bg-deep);color:var(--brand-dark);border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.9rem 0;display:flex}.list-row:last-child{border-bottom:none}.stack{flex-direction:column;gap:1rem;display:flex}.cta-row{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.auth-page{background:radial-gradient(900px 520px at 12% 18%,#0e7c862e,#0000 58%),radial-gradient(800px 480px at 88% 12%,#e05d4f24,#0000 55%),linear-gradient(135deg,#e8f4f6 0%,#f3f7fb 45%,#fdecea 100%);place-items:center;min-height:100vh;padding:clamp(1rem,3vw,2.5rem);display:grid}.auth-card-split{background:#fff;border-radius:1.25rem;grid-template-columns:1.05fr 1fr;width:min(980px,100%);min-height:min(620px,100vh - 2rem);display:grid;overflow:hidden;box-shadow:0 30px 80px #16324a29,0 8px 24px #16324a14}.auth-brand-pane{color:#f8fafc;background:radial-gradient(500px 320px at 20% 15%,#d7f0f247,#0000 60%),linear-gradient(160deg,#0e7c86 0%,#0b5c64 48%,#16324a 100%);flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,3vw,2.4rem);display:flex}.auth-logo{color:#fff;align-items:center;gap:.7rem;width:fit-content;text-decoration:none;display:inline-flex}.auth-logo-img{object-fit:contain;background:#ffffff1f;border:1px solid #ffffff38;border-radius:.55rem;width:2.5rem;height:2.5rem;padding:.15rem}.auth-logo-text{font-family:var(--font-display);letter-spacing:-.04em;font-size:1.45rem;font-weight:800}.auth-brand-copy{max-width:26rem;margin:2rem 0}.auth-brand-copy h1{color:#fff;margin:0 0 .9rem;font-size:clamp(1.85rem,3.2vw,2.55rem);line-height:1.12}.auth-brand-copy p{color:#f8fafcd1;margin:0;font-size:1.05rem;line-height:1.5}.auth-legal{color:#f8fafc8c;margin:0;font-size:.82rem}.auth-form-pane{background:#fff;place-items:center;padding:clamp(1.5rem,3vw,2.5rem);display:grid}.auth-card-form{width:min(360px,100%)}.auth-card-form h2{margin:0 0 .3rem;font-size:1.7rem}.auth-sub{color:var(--muted);margin:0 0 1.35rem}.auth-field{color:var(--ink);gap:.35rem;margin:0 0 .9rem;font-size:.92rem;font-weight:600;display:grid}.auth-field input{border:1px solid var(--line);width:100%;font:inherit;background:#f8fafc;border-radius:.65rem;margin:0;padding:.78rem .9rem;font-weight:500}.auth-field input:focus{background:#fff;border-color:#7ec8cf;outline:none;box-shadow:0 0 0 3px #0e7c8626}.auth-submit{justify-content:center;width:100%;margin-top:.35rem}.auth-switch{color:var(--muted);margin:1rem 0 0;font-size:.92rem}.profile-nav-link{color:var(--ink);align-items:center;display:inline-flex}.profile-icon-wrap{border:1px solid var(--line);background:#fff;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:inline-flex;position:relative}.profile-icon{color:var(--brand)}.profile-dot{background:#e11d48;border:2px solid #fff;border-radius:999px;width:.55rem;height:.55rem;position:absolute;top:.15rem;right:.15rem;box-shadow:0 0 0 1px #e11d4840}.service-card .btn{margin-top:1rem}.patient-home{flex-direction:column;gap:2rem;padding-bottom:2rem;display:flex}.home-hero{align-items:stretch;gap:1.25rem;display:grid}@media (width>=800px){.home-hero{grid-template-columns:1.4fr .8fr}}.home-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin:0 0 .35rem;font-size:.8rem;font-weight:700}.home-hero h1{margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.8rem)}.home-hero-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.25rem}.home-hero-card strong{font-family:var(--font-display);font-size:1.2rem;display:block}.home-alert{color:#b42318;margin:.75rem 0 0;font-size:.92rem}.home-section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.85rem;display:flex}.home-section-head h2{margin:0}.address-box{border:1px solid var(--line);background:#f8fbfc;border-radius:14px;margin:1.25rem 0 .5rem;padding:1.15rem 1.15rem .35rem}.address-box h3{margin:0 0 .25rem;font-size:1.15rem}.address-box select{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;margin-bottom:.85rem;padding:.7rem .8rem}.address-box select:disabled{opacity:.6;cursor:not-allowed}.home-hero-solo{grid-template-columns:1fr}.profile-view-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-view-header h2{margin-bottom:.25rem}.profile-summary-card{border:1px solid var(--line);background:#f8fbfc;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;display:flex}.profile-avatar{background:var(--brand);color:#fff;width:3.4rem;height:3.4rem;font-family:var(--font-display);border-radius:999px;flex-shrink:0;place-items:center;font-size:1.4rem;font-weight:700;display:grid}.profile-name{font-family:var(--font-display);font-size:1.25rem;display:block}.profile-section{margin-bottom:1.25rem}.profile-section h3{margin-bottom:.65rem;font-size:1.05rem}.profile-row{border-bottom:1px solid var(--line);grid-template-columns:10rem 1fr;gap:.75rem;padding:.55rem 0;display:grid}.profile-row:last-child{border-bottom:none}.profile-row-label{color:var(--muted);font-size:.9rem}.profile-row-value{color:var(--ink);font-weight:600}@media (width<=560px){.profile-row{grid-template-columns:1fr;gap:.15rem}}.change-password-panel{margin-top:1.25rem}.change-password-panel h3{margin-bottom:.25rem}@media (width<=860px){.auth-card-split{grid-template-columns:1fr;min-height:auto}.auth-brand-pane{min-height:auto;padding-bottom:1.5rem}.auth-brand-copy{margin:1.25rem 0}.auth-brand-copy h1{font-size:1.7rem}}
