@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=DM+Serif+Display&display=swap');
:root{--cream:#fbf7ed;--card:#fffdf8;--green:#003f35;--muted:#60706b;--red:#f44752;--line:#d8dfda;--soft-red:#fff0ec;--soft-green:#e8f1df;--shadow:0 14px 35px rgba(0,63,53,.05)}
*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--cream);color:var(--green);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.tts-page{min-height:100vh}.dashboard-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid var(--line);padding:28px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;background:rgba(255,253,248,.74)}.side-logo{width:174px;height:128px;object-fit:contain;object-position:left center;margin:0 auto 34px}.side-nav{display:grid;gap:10px}.side-nav a,.side-nav button{display:flex;align-items:center;gap:14px;border:0;background:transparent;padding:14px 16px;border-radius:18px;font-weight:700;color:#173f38;cursor:pointer;text-align:left}.side-nav a.active{background:#ffe9e4;color:var(--red)}.side-nav .nav-icon{width:26px;height:26px;display:grid;place-items:center;font-size:20px}.side-spacer{flex:1}.dashboard-main{padding:32px 38px 44px;min-width:0}.topbar{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:start;margin-bottom:24px}.welcome-kicker{font-size:18px;font-weight:700;color:#2e3d39;margin-bottom:4px}.welcome-name{font:64px/.92 'DM Serif Display',Georgia,serif;letter-spacing:-.035em;margin:0}.welcome-copy{margin:10px 0 0;color:var(--muted);font-size:16px}.member-card{justify-self:stretch;border:1px solid var(--line);background:rgba(255,255,255,.62);border-radius:22px;padding:24px 28px;display:flex;align-items:center;gap:18px;box-shadow:var(--shadow);min-height:132px}.member-card .member-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--soft-green);font-size:28px}.member-card small{display:block;font-weight:800;font-size:14px;margin-bottom:4px}.member-card strong{font:40px/1 'DM Serif Display';letter-spacing:.02em}.summary-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:24px;margin-bottom:24px}.panel{border:1px solid var(--line);background:rgba(255,255,255,.62);border-radius:22px;box-shadow:var(--shadow)}.membership-summary{padding:26px 28px}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:800}.membership-summary h2,.next-booking h2{font:36px/1 'DM Serif Display';margin:8px 0 18px}.hour-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.metric-icon{width:48px;height:48px;border-radius:50%;margin:0 auto 8px;display:grid;place-items:center;background:var(--soft-green);font-size:22px}.metric label{display:block;color:#44534f;font-size:13px}.metric strong{display:block;font:38px/1 'DM Serif Display';margin:6px 0}.metric span{font-size:13px;color:var(--muted)}.progress{height:13px;border-radius:999px;background:#ebe8dd;overflow:hidden;margin:18px 0 10px}.progress span{display:block;height:100%;background:var(--red);border-radius:999px}.renewal{color:#43514d}.next-booking{padding:26px 28px;display:grid;grid-template-columns:78px 1fr auto;gap:18px;align-items:center}.booking-round{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--soft-red);color:var(--red);font-size:34px}.next-booking h2{margin:6px 0 6px}.next-booking p{margin:0;color:var(--muted);font-weight:600}.btn{border:0;border-radius:999px;padding:15px 24px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(244,71,82,.18);white-space:nowrap}.bookings-panel{padding:22px 24px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px}.panel-head h2{font:44px/1 'DM Serif Display';margin:5px 0}.panel-head a{color:var(--red);font-weight:800}.booking-list{border:1px solid #e2e6e2;border-radius:18px;overflow:hidden;background:rgba(255,255,255,.35)}.booking-row{display:grid;grid-template-columns:46px minmax(160px,1.1fr) .9fr .9fr 110px 92px;gap:16px;align-items:center;padding:14px 16px;border-bottom:1px solid #e2e6e2}.booking-row:last-child{border-bottom:0}.booking-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--soft-green);font-size:20px}.booking-row strong{font-size:16px}.booking-row span{font-size:14px;color:var(--muted)}.booking-price{text-align:right;font-weight:800;font-size:17px}.status{text-transform:lowercase;text-align:right;font-size:13px;color:var(--muted)}.status.expired,.status.cancelled{color:var(--red)}.status.confirmed{color:#13823d}.empty{padding:40px;text-align:center;color:var(--muted)}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{padding:38px 7vw;background:var(--green);color:var(--cream);display:flex;flex-direction:column;justify-content:space-between}.auth-brand .side-logo{filter:none;width:190px;margin:0;object-fit:contain}.auth-brand h1{font:clamp(60px,7vw,105px)/.88 'DM Serif Display';margin:0}.auth-brand p{max-width:560px;font-size:19px;line-height:1.55;color:#d8e2dd}.auth-form-side{display:grid;place-items:center;padding:40px}.auth-card{width:min(480px,100%)}.auth-card h2{font:58px/.95 'DM Serif Display';margin:0 0 10px}.auth-card>p{color:var(--muted);margin:0 0 28px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px}.field input{width:100%;border:1px solid var(--line);background:#fffdf8;padding:15px 16px;border-radius:13px}.auth-submit{width:100%}.auth-links{display:flex;justify-content:space-between;gap:15px;margin-top:20px;font-size:14px}.auth-links button{border:0;background:transparent;color:var(--green);font-weight:800;text-decoration:underline;cursor:pointer}.message{padding:12px 14px;border-radius:12px;margin:12px 0}.message.error{background:#ffe6e4;color:#8e1c22}.message.success{background:#e3f2e3;color:#18582f}
@media(max-width:1050px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:16px 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.side-logo{width:130px;height:76px;margin:0}.side-nav{display:flex;justify-content:center;gap:4px}.side-nav a,.side-nav button{padding:10px}.side-nav span:not(.nav-icon){display:none}.side-spacer{display:none}.topbar{grid-template-columns:1fr}.member-card{justify-self:stretch}.summary-grid{grid-template-columns:1fr}.booking-row{grid-template-columns:42px 1fr auto}.booking-row .booking-date,.booking-row .booking-meta{display:none}.status{grid-column:3}.dashboard-main{padding:26px 22px}}
@media(max-width:680px){.sidebar{grid-template-columns:1fr auto}.side-nav{display:none}.dashboard-main{padding:20px 14px 32px}.welcome-name{font-size:52px}.member-card{min-height:100px}.summary-grid{gap:14px}.hour-metrics{grid-template-columns:1fr 1fr}.next-booking{grid-template-columns:64px 1fr;padding:22px}.next-booking .btn-primary{grid-column:1/-1;width:100%}.panel-head h2{font-size:38px}.panel-head a{font-size:13px}.booking-row{padding:12px 10px;grid-template-columns:42px 1fr auto;gap:10px}.booking-price{font-size:15px}.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}}

/* V105 customer overview strip */
.topbar-simple{grid-template-columns:1fr;margin-bottom:22px}
.account-action-strip{display:grid;grid-template-columns:1.35fr 1.05fr .85fr 1fr 1fr;overflow:hidden;margin-bottom:24px;min-height:310px}
.action-cell{padding:28px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;min-width:0}
.action-cell:last-child{border-right:0}
.action-label{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--red);margin-bottom:14px}
.action-cell h2{font:34px/1 'DM Serif Display',Georgia,serif;margin:0 0 14px}
.action-cell h3{font:24px/1.05 'DM Serif Display',Georgia,serif;margin:10px 0 8px}
.action-cell p{margin:0;color:var(--muted);line-height:1.5}
.action-cell small{margin-top:8px;color:var(--muted);font-weight:700}
.action-details{display:grid;gap:8px;margin:0}
.action-details div{display:flex;justify-content:space-between;gap:14px;padding-bottom:8px;border-bottom:1px solid rgba(216,223,218,.7)}
.action-details div:last-child{border-bottom:0;padding-bottom:0}
.action-details dt{color:var(--muted);font-size:12px;font-weight:700}
.action-details dd{margin:0;text-align:right;font-weight:800;font-size:13px}
.action-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--soft-red);color:var(--red);font-size:24px;margin-bottom:14px}
.action-cta{align-items:center;text-align:center}
.action-cta .action-label{align-self:stretch;text-align:left}
.action-cta .btn{width:100%;padding-inline:14px}
.events-cell,.refer-cell{text-align:center;align-items:center}
.events-cell .action-label,.refer-cell .action-label{align-self:stretch;text-align:left}
.text-action{margin-top:14px;border:0;background:transparent;color:var(--red);font-weight:800;cursor:default}

@media(max-width:1250px){
  .account-action-strip{grid-template-columns:1fr 1fr 1fr;min-height:0}
  .action-cell{border-bottom:1px solid var(--line)}
  .action-cell:nth-child(3){border-right:0}
  .action-cell:nth-child(4),.action-cell:nth-child(5){border-bottom:0}
  .action-cell:nth-child(5){border-right:0}
}
@media(max-width:780px){
  .account-action-strip{grid-template-columns:1fr}
  .action-cell{border-right:0;border-bottom:1px solid var(--line);padding:22px}
  .action-cell:last-child{border-bottom:0}
  .events-cell,.refer-cell,.action-cta{align-items:flex-start;text-align:left}
  .action-icon{margin-bottom:10px}
  .action-cta .btn{width:auto}
}
/* V106 customer portal sections */
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 28px;padding:4px 2px 0}.section-header h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,5vw,76px);line-height:.9;margin:6px 0 12px;color:#00483e}.section-header p{margin:0;color:#5e6d68;font-weight:600}.page-actions{display:flex;justify-content:flex-end;margin:-56px 0 20px}.page-panel{margin-bottom:24px}.page-panel .booking-row{grid-template-columns:48px minmax(130px,1.2fr) minmax(150px,1fr) minmax(140px,1fr) 90px 90px auto}.row-actions{display:flex;gap:8px;justify-content:flex-end}.mini-btn{border:1px solid #c9d5cf;border-radius:999px;background:#fffdf7;padding:8px 13px;font-weight:800;cursor:pointer;color:#00483e}.mini-btn.danger{color:#e84b55;border-color:#f1b4b8}.modal-backdrop{position:fixed;inset:0;background:rgba(0,40,34,.5);display:grid;place-items:center;z-index:9999;padding:20px}.modal-card{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fbf6ea;border-radius:24px;border:1px solid #cbd8d1;padding:30px;position:relative;box-shadow:0 30px 70px rgba(0,50,42,.25)}.modal-card h2{font-family:Georgia,'Times New Roman',serif;font-size:38px;color:#00483e;margin:8px 0 10px}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:30px;cursor:pointer}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-wide{grid-column:1/-1}.field label{display:block;margin-bottom:7px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#00483e}.field input,.field select{width:100%;box-sizing:border-box;border:1px solid #c7d3cd;background:#fffdf7;border-radius:12px;padding:13px 14px;font:inherit;color:#00483e}.field small{display:block;margin-top:6px;color:#77837f}.membership-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.plan-card,.bonus-card,.account-panel,.security-panel{padding:30px}.plan-card h2,.bonus-card h2,.account-panel h2,.security-panel h2{font-family:Georgia,'Times New Roman',serif;font-size:42px;color:#00483e;margin:7px 0 10px}.plan-status{display:inline-block;background:#00483e;color:white;padding:7px 13px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:11px}.hours-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}.hours-grid>div{border:1px solid #d4ddd8;border-radius:16px;padding:18px;text-align:center}.hours-grid span{display:block;color:#66736f;font-size:12px;text-transform:uppercase;font-weight:800}.hours-grid strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:42px;color:#00483e;margin-top:8px}.detail-list{border:1px solid #d4ddd8;border-radius:16px;overflow:hidden}.detail-list>div{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid #e0e6e2}.detail-list>div:last-child{border-bottom:0}.detail-list dt{color:#6d7874;font-weight:700}.detail-list dd{margin:0;color:#00483e;font-weight:900;text-align:right}.membership-actions{margin-top:20px}.bonus-total{font-family:Georgia,'Times New Roman',serif;font-size:72px;color:#ef4b56;margin:28px 0}.bonus-total small{display:block;font-family:Arial,sans-serif;font-size:13px;color:#65736e}.bonus-list>div{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid #dfe5e1}.bonus-list span,.bonus-list small{color:#66736f}.account-panel{margin-bottom:24px}.registered{font-weight:800;color:#68736f}.account-form{margin-top:24px}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:20px}.security-panel{display:flex;justify-content:space-between;align-items:center}.security-panel h2{font-size:34px}.message{padding:11px 14px;border-radius:10px;font-weight:700}.message.success{background:#e2f4e7;color:#116c35}.message.error{background:#fde2e3;color:#9e2630}
@media(max-width:1100px){.page-panel .booking-row{grid-template-columns:44px 1fr 1fr 90px}.page-panel .booking-meta{display:none}.page-panel .status{display:none}.membership-grid{grid-template-columns:1fr}.hours-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.section-header h1{font-size:48px}.page-actions{margin:0 0 18px;justify-content:flex-start}.page-panel .booking-row{grid-template-columns:42px 1fr auto}.page-panel .booking-date,.page-panel .booking-meta{grid-column:2}.page-panel .booking-price{grid-column:3;grid-row:1}.row-actions{grid-column:2/4;justify-content:flex-start}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:1}.hours-grid{grid-template-columns:1fr 1fr}.security-panel{align-items:flex-start;gap:18px;flex-direction:column}.form-footer{align-items:flex-start;flex-direction:column}}


/* V107 bookings page spacing and readability */
.page-panel{
  margin-bottom:24px;
  padding:26px 28px 28px;
  overflow:hidden;
}
.page-panel .panel-head{
  margin:0 0 18px;
  padding:0;
  align-items:flex-end;
}
.page-panel .panel-head .eyebrow{
  margin-bottom:7px;
  line-height:1.2;
}
.page-panel .panel-head h2{
  margin:0;
  font-size:clamp(34px,3vw,48px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.page-panel .booking-list{
  width:100%;
}
.page-panel .booking-row{
  min-height:64px;
  line-height:1.35;
}
.page-panel .booking-row strong,
.page-panel .booking-row span,
.page-panel .booking-price,
.page-panel .status{
  line-height:1.35;
}
.page-panel .empty{
  min-height:82px;
  display:grid;
  place-items:center;
  padding:26px;
}
@media(max-width:760px){
  .page-panel{padding:20px 16px 18px}
  .page-panel .panel-head h2{font-size:36px}
}

/* V108 coordinated platform update */
.mobile-menu-button,.mobile-menu-close,.mobile-menu-shade{display:none}.signup-grid{margin-bottom:4px}.choice-row{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;margin:15px 0;color:#40514b;font-size:14px;line-height:1.45;cursor:pointer}.choice-row input{position:absolute;opacity:0;pointer-events:none}.choice-box{width:22px;height:22px;border:2px solid #8ca097;border-radius:6px;background:#fffdf8;display:grid;place-items:center}.choice-row input:checked+.choice-box{background:#ef4b56;border-color:#ef4b56}.choice-row input:checked+.choice-box:after{content:'✓';color:white;font-weight:900;font-size:15px}.choice-row a{color:#00483e;font-weight:800}.membership-centre{display:grid;gap:24px}.current-membership-card{padding:32px}.membership-title-row{display:flex;justify-content:space-between;gap:20px;align-items:start}.membership-title-row h2{font:52px/1 Georgia,serif;margin:8px 0}.plan-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px}.plan-option{padding:30px;display:flex;flex-direction:column;min-height:360px}.plan-option.featured{border:2px solid #ef4b56;box-shadow:0 12px 35px rgba(239,75,86,.1)}.plan-option-head{display:flex;justify-content:space-between;gap:15px;align-items:start}.plan-option h3{font:48px/1 Georgia,serif;margin:8px 0 20px}.plan-option h3 small{font:15px Arial,sans-serif;color:#68756f}.plan-option ul{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none;flex:1}.plan-option li:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e4f0e8;color:#00483e;font-weight:900;margin-right:9px}.current-pill,.popular-pill{padding:7px 12px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase}.current-pill{background:#00483e;color:white}.popular-pill{background:#ffe0df;color:#c62835}.membership-danger{padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px}.membership-danger h3{font:30px/1.1 Georgia,serif;margin:6px 0}.membership-danger p{margin:0;color:#68756f}.public-mobile-toggle{display:none}.admin-v2{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#fbf6ea;color:#00483e}.admin-side{background:#00483e;color:white;padding:28px 22px;display:flex;flex-direction:column;gap:20px}.admin-side .side-logo{filter:none;width:180px;height:auto;margin:0 auto 8px}.admin-label{text-transform:uppercase;letter-spacing:.15em;font-size:11px;opacity:.7}.admin-side nav{display:grid;gap:6px}.admin-side nav a,.admin-back{color:white;text-decoration:none;padding:12px 14px;border-radius:10px;font-weight:800}.admin-side nav a.active,.admin-side nav a:hover{background:rgba(255,255,255,.12)}.admin-back{margin-top:auto;opacity:.8}.admin-main{padding:38px;max-width:1500px;width:100%;box-sizing:border-box}.admin-main>header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.admin-main h1{font:64px/.95 Georgia,serif;margin:6px 0 10px}.admin-main header p{margin:0;color:#62716b}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.admin-stats article{background:#fffdf8;border:1px solid #d8dfdb;border-radius:18px;padding:22px}.admin-stats span{display:block;font-size:12px;text-transform:uppercase;font-weight:900;color:#697770}.admin-stats strong{display:block;font:48px/1 Georgia,serif;margin-top:10px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.admin-panel{padding:26px}.admin-list-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(120px,1.5fr) minmax(100px,1fr) auto;gap:14px;padding:13px 4px;border-bottom:1px solid #e0e6e2;align-items:center}.admin-list-row:last-child{border-bottom:0}
/* booking mobile checkbox cleanup, applies to legacy booking app */
@media(max-width:760px){input[type="checkbox"]{min-width:22px!important;width:22px!important;height:22px!important;accent-color:#ef4b56!important;flex:0 0 22px!important}.checkbox-row,.terms-row,.consent-row,label:has(input[type="checkbox"]){align-items:flex-start!important;gap:11px!important;line-height:1.4!important;white-space:normal!important}.plan-comparison{grid-template-columns:1fr}.membership-title-row,.membership-danger{align-items:flex-start;flex-direction:column}.current-membership-card{padding:22px}.mobile-menu-button{display:flex;position:fixed;right:16px;top:16px;z-index:10002;width:48px;height:48px;border:0;border-radius:50%;background:#ef4b56;flex-direction:column;justify-content:center;align-items:center;gap:5px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.mobile-menu-button span{width:21px;height:2px;background:white;border-radius:2px}.mobile-menu-close{display:block;position:absolute;right:16px;top:12px;border:0;background:none;color:white;font-size:34px}.mobile-menu-shade{display:block;position:fixed;inset:0;background:rgba(0,35,30,.55);z-index:9998;opacity:0;pointer-events:none;transition:.2s}.mobile-menu-shade.open{opacity:1;pointer-events:auto}.dashboard-shell .sidebar{display:flex!important;position:fixed!important;left:0;top:0;bottom:0;width:min(310px,86vw);height:100vh;z-index:9999;transform:translateX(-105%);transition:transform .25s ease;border:0;padding:28px 22px;background:#00483e;color:white;grid-template-columns:1fr}.dashboard-shell .sidebar.open{transform:translateX(0)}.dashboard-shell .sidebar .side-nav{display:grid!important;justify-content:stretch}.dashboard-shell .sidebar .side-nav span:not(.nav-icon){display:inline!important}.dashboard-shell .sidebar .side-logo{width:170px;height:auto;margin:0 auto 25px}.dashboard-main{padding-top:78px!important}.admin-v2{grid-template-columns:1fr}.admin-side{display:none}.admin-main{padding:22px 14px}.admin-main>header{align-items:flex-start;flex-direction:column}.admin-main h1{font-size:46px}.admin-stats{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.admin-list-row{grid-template-columns:1fr 1fr}.public-mobile-toggle{display:block;position:fixed;top:14px;right:14px;z-index:12000;border:0;background:#ef4b56;color:white;width:48px;height:48px;border-radius:50%;font-size:22px}.public-mobile-toggle+nav{display:none;position:fixed;right:14px;top:70px;z-index:11999;background:#00483e;border-radius:16px;padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.25);min-width:210px}.open .public-mobile-toggle+nav{display:grid}.public-mobile-toggle+nav a{color:white;text-decoration:none;padding:12px 14px;border-radius:10px;font-weight:800}.public-mobile-toggle+nav a:hover{background:rgba(255,255,255,.1)}}
/* V109 focused customer fixes */
.auth-brand .side-logo,.sidebar .side-logo,.admin-side .side-logo{background:#fbf6ea;border-radius:18px;padding:12px;box-sizing:border-box;object-fit:contain;filter:none!important}
.auth-brand .side-logo{width:180px;height:auto;opacity:1}
.sidebar .side-logo{width:180px;height:auto}
.booking-row.with-actions{grid-template-columns:44px minmax(140px,1.4fr) minmax(155px,1.1fr) minmax(130px,1fr) 90px 80px auto}
.booking-row.with-actions .row-actions{position:static;display:flex;gap:8px;justify-content:flex-end;align-items:center}
.modal-card select{appearance:auto;background-color:#fffdf8}
.modal-card .field select:disabled{opacity:.65;cursor:not-allowed}
.membership-danger h3{max-width:760px}
@media(max-width:1100px){.booking-row.with-actions{grid-template-columns:44px minmax(150px,1fr) minmax(140px,1fr) 90px auto}.booking-row.with-actions .booking-meta,.booking-row.with-actions .status{display:none}.booking-row.with-actions .row-actions{grid-column:auto}}
@media(max-width:760px){.auth-brand .side-logo{width:150px}.booking-row,.booking-row.with-actions{grid-template-columns:42px minmax(0,1fr) auto!important;gap:8px 10px;padding:16px 12px}.booking-row .booking-date,.booking-row .booking-meta{grid-column:2/4!important}.booking-row .booking-price{grid-column:3!important;grid-row:1!important}.booking-row.with-actions .row-actions{grid-column:2/4!important;display:flex!important;margin-top:6px;justify-content:flex-start}.booking-row.with-actions .status{display:none}.row-actions .mini-btn{display:inline-flex!important;visibility:visible!important;min-height:38px;padding:8px 14px}.membership-danger{padding:22px}}

/* V110 admin management milestone */
.admin-stats small{display:block;margin-top:7px;color:#6b7973}.admin-toolbar{display:flex;gap:14px;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-toolbar input{width:min(520px,100%);min-height:46px;border:1px solid #cbd7d1;border-radius:12px;padding:0 15px;background:#fffdf8;color:#00483e}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:900px}.admin-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6c7a74;padding:12px;border-bottom:1px solid #dce3df}.admin-table td{padding:14px 12px;border-bottom:1px solid #e4e9e6;white-space:nowrap}.admin-table tr:last-child td{border-bottom:0}.member-admin-grid,.event-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.admin-member-card,.admin-event-card{border:1px solid #dbe3df;border-radius:16px;padding:20px;background:#fffdf8}.admin-member-card h3,.admin-event-card h3{font:30px/1.05 Georgia,serif;margin:8px 0}.admin-member-card p,.admin-event-card p{color:#65736d}.admin-member-card dl{display:grid;gap:8px;margin:18px 0}.admin-member-card dl div{display:flex;justify-content:space-between;gap:15px}.admin-member-card dt{color:#71807a}.admin-member-card dd{margin:0;font-weight:800}.event-published,.event-draft{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase}.event-published{background:#e0f1e5;color:#14703a}.event-draft{background:#f1ece3;color:#71685e}.admin-event-card>div:last-child{display:flex;gap:8px}.settings-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.settings-pills span{background:#edf3ef;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.modal-card textarea{width:100%;box-sizing:border-box;border:1px solid #c8d4ce;border-radius:12px;background:#fffdf8;padding:12px;color:#00483e;font:inherit}.admin-mobile-toggle,.admin-mobile-close,.admin-mobile-shade{display:none}
@media(max-width:1100px){.member-admin-grid,.event-admin-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.admin-mobile-toggle{display:block;position:fixed;right:16px;top:16px;z-index:13002;width:48px;height:48px;border:0;border-radius:50%;background:#ef4b56;color:white;font-size:22px}.admin-mobile-close{display:block;position:absolute;right:15px;top:10px;border:0;background:none;color:white;font-size:34px}.admin-mobile-shade{display:block;position:fixed;inset:0;background:rgba(0,35,30,.55);z-index:12998;opacity:0;pointer-events:none;transition:.2s}.admin-mobile-shade.open{opacity:1;pointer-events:auto}.admin-v2 .admin-side{display:flex!important;position:fixed;left:0;top:0;bottom:0;width:min(310px,86vw);z-index:12999;transform:translateX(-105%);transition:.25s}.admin-v2 .admin-side.open{transform:translateX(0)}.admin-main{padding-top:82px}.admin-toolbar{align-items:stretch;flex-direction:column}.member-admin-grid,.event-admin-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr 1fr}.admin-main h1{font-size:44px}}


/* V111 unified customer/admin theme */
.dashboard-shell .sidebar{background:#004f43;color:#fff;border-right:0}
.dashboard-shell .sidebar .side-logo{background:#fbf6ea;border-radius:18px;padding:12px}
.dashboard-shell .side-nav a,.dashboard-shell .side-nav button{color:#fff}
.dashboard-shell .side-nav a:hover,.dashboard-shell .side-nav button:hover,.dashboard-shell .side-nav a.active{background:rgba(255,255,255,.14);color:#fff}
.dashboard-shell .side-nav a.active{box-shadow:inset 4px 0 0 #ff4b55}
.dashboard-shell .nav-icon{color:#fff}
.dashboard-shell .dashboard-main{background:#fbf6ea}
.social-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.social-post-card{border:1px solid #d7dfd9;border-radius:18px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:12px}
.social-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px}
.social-post-head,.social-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}
.platform-choices{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:980px){.social-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.social-post-grid{grid-template-columns:1fr}.dashboard-shell .sidebar{background:#004f43}}

/* V112 public website */
.public-site{background:#fbf6ea;color:#00483e;min-height:100vh}.public-header{height:92px;display:flex;align-items:center;gap:28px;padding:0 4vw;background:#00483e;color:#fff;position:relative;z-index:50}.public-brand{display:flex;align-items:center}.public-brand .side-logo{width:138px;height:68px;object-fit:contain;background:#fbf6ea;border-radius:14px;padding:8px;box-sizing:border-box}.public-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.public-nav a,.public-account{color:#fff;text-decoration:none;font-size:14px;font-weight:800;opacity:.82}.public-nav a.active,.public-nav a:hover,.public-account:hover{opacity:1}.public-actions{display:flex;align-items:center;gap:16px}.site-menu-button,.site-menu{display:none}.hero-section{min-height:720px;background:#00483e;color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:60px 6vw 90px;overflow:hidden}.hero-copy{max-width:720px}.hero-copy h1,.page-hero h1{font:clamp(68px,8.5vw,142px)/.82 Georgia,serif;letter-spacing:-.055em;margin:18px 0 28px}.hero-copy p{font-size:21px;line-height:1.55;max-width:650px;color:#dfe9e4}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn-outline-light{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}.hero-notes{display:flex;gap:26px;flex-wrap:wrap;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#c9d7d2}.hero-stage{min-height:560px;position:relative;display:grid;place-items:center}.hero-orbit{position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.02)}.hero-card-main{width:min(390px,72vw);aspect-ratio:.78;background:#fbf6ea;color:#00483e;border-radius:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 40px 100px rgba(0,0,0,.28);transform:rotate(-5deg);position:relative;z-index:2}.hero-card-main span{font:42px/1 Georgia,serif;letter-spacing:.06em}.hero-card-main strong{font:68px/.95 Georgia,serif;color:#ef4b56}.hero-card-main small{margin-top:22px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.hero-chip{position:absolute;background:#ef4b56;color:#fff;padding:13px 18px;border-radius:999px;font-weight:900;z-index:3;box-shadow:0 14px 30px rgba(0,0,0,.18)}.chip-one{top:95px;right:7%}.chip-two{bottom:95px;left:4%}.intro-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;padding:95px 6vw;border-bottom:1px solid #d8dfdb}.intro-strip h2,.section-heading h2,.membership-banner h2,.cta-panel h2,.split-copy h2,.story-grid h2,.faq-section h2{font:clamp(42px,5vw,76px)/.95 Georgia,serif;margin:10px 0}.intro-strip>p,.split-copy>p,.story-grid>div:last-child{font-size:20px;line-height:1.7;color:#52655e}.public-section{padding:95px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:42px}.section-heading>a{color:#ef4b56;text-decoration:none;font-weight:900}.bay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.bay-card{background:#fffdf8;border:1px solid #d8dfdb;border-radius:24px;overflow:hidden}.bay-visual{aspect-ratio:1.35;background:linear-gradient(135deg,#006455,#003e35);position:relative;overflow:hidden}.bay-visual:before{content:'';position:absolute;width:70%;height:70%;border-radius:50%;border:1px solid rgba(255,255,255,.25);left:15%;top:15%;box-shadow:0 0 0 35px rgba(255,255,255,.04)}.bay-visual:after{content:'';position:absolute;left:15%;right:15%;bottom:16%;height:2px;background:rgba(255,255,255,.45);box-shadow:0 -55px 0 rgba(255,255,255,.13)}.bay-visual span{position:absolute;left:20px;top:18px;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px}.bay-2,.bay-4{background:linear-gradient(135deg,#072f2a,#0b6559)}.bay-3,.bay-5{background:linear-gradient(135deg,#ef4b56,#8b2030)}.bay-copy{padding:25px}.bay-copy h3,.event-card h3,.menu-preview h3,.contact-grid h3{font:32px/1 Georgia,serif;margin:8px 0 12px}.bay-copy p{color:#65736d;line-height:1.6}.bay-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:22px}.bay-meta a,.event-card a,.contact-grid a{color:#ef4b56;font-weight:900;text-decoration:none}.membership-banner{margin:0 6vw 95px;background:#fffdf8;border:1px solid #d8dfdb;border-radius:30px;padding:55px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.membership-mini{display:grid;grid-template-columns:auto auto;align-items:end;gap:0 8px}.membership-mini>span{grid-column:1/3;text-transform:uppercase;font-size:11px;font-weight:900}.membership-mini strong{font:72px/.9 Georgia,serif}.membership-mini small{padding-bottom:8px}.membership-mini .btn{grid-column:1/3;margin-top:20px}.dark-section{background:#003e35;color:#fff}.section-heading.light h2{color:#fff}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.experience-grid article{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:22px}.experience-grid span{color:#ef4b56;font-weight:900}.experience-grid h3{font:34px/1 Georgia,serif}.experience-grid p{color:#cbd8d3;line-height:1.6}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.event-card{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:25px;background:#fffdf8;border:1px solid #d8dfdb;border-radius:20px}.event-date{width:72px;height:82px;background:#00483e;color:white;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.event-date strong{font:38px/1 Georgia,serif}.event-date span{text-transform:uppercase;font-size:11px;font-weight:900}.public-empty{padding:50px;background:#fffdf8;border:1px solid #d8dfdb;border-radius:22px;text-align:center}.public-empty h3{font:38px/1 Georgia,serif;margin:12px 0}.cta-panel{margin:0 6vw 95px;background:#ef4b56;color:#fff;border-radius:30px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-panel .eyebrow{color:#fff}.cta-panel>div:last-child{display:flex;gap:12px}.cta-panel .btn-primary{background:#00483e}.public-footer{background:#002f28;color:#fff;padding:60px 6vw;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.public-footer .side-logo{width:150px;background:#fbf6ea;border-radius:14px;padding:8px}.public-footer h4{margin-top:0}.public-footer a,.public-footer p{display:block;color:#cbd8d3;text-decoration:none;margin:9px 0}.page-hero{min-height:500px;background:#00483e;color:#fff;display:flex;align-items:end;padding:80px 6vw}.page-hero.compact{min-height:420px}.page-hero p{font-size:20px;color:#d7e2de;max-width:650px}.feature-band{display:grid;grid-template-columns:repeat(3,1fr);background:#ef4b56;color:#fff;padding:28px 6vw;gap:20px}.feature-band div{display:flex;flex-direction:column;gap:5px}.plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1100px;margin:auto}.plan-card{background:#fffdf8;border:1px solid #d8dfdb;border-radius:26px;padding:38px;position:relative}.plan-card.featured{border:2px solid #ef4b56}.best-value{position:absolute;right:25px;top:25px;background:#ffe1e3;color:#ef4b56;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;text-transform:uppercase}.plan-price strong{font:76px/1 Georgia,serif}.plan-price{margin:15px 0 25px}.plan-card ul{list-style:none;padding:0;margin:0 0 28px}.plan-card li{padding:13px 0;border-bottom:1px solid #e4e8e5}.plan-card li:before{content:'✓';color:#ef4b56;font-weight:900;margin-right:10px}.faq-section{padding:80px 6vw;background:#f1ecdf}.faq-section details{max-width:900px;border-bottom:1px solid #cfd7d2;padding:20px 0}.faq-section summary{font-weight:900;cursor:pointer}.split-copy,.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.menu-preview,.values-grid,.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}.menu-preview article,.values-grid article,.contact-grid article{background:#fffdf8;border:1px solid #d8dfdb;border-radius:20px;padding:28px}.menu-preview span{color:#ef4b56;text-transform:uppercase;font-size:11px;font-weight:900}.values-grid strong{font:42px/1 Georgia,serif;color:#ef4b56}.contact-form{max-width:900px;margin:55px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fffdf8;border:1px solid #d8dfdb;border-radius:24px;padding:30px}.contact-form .field-wide{grid-column:1/3}.mobile-book-now{display:none}
@media(max-width:1050px){.public-nav{display:none}.public-actions{margin-left:auto}.hero-section{grid-template-columns:1fr}.hero-stage{min-height:480px}.bay-grid,.event-grid{grid-template-columns:1fr 1fr}.experience-grid{grid-template-columns:1fr}.public-footer{grid-template-columns:1.5fr 1fr 1fr}.public-footer>div:last-child{grid-column:2/4}.site-menu-button{display:block;border:0;background:#ef4b56;color:#fff;border-radius:50%;width:46px;height:46px;font-size:20px}.site-menu{display:none;position:absolute;right:20px;top:82px;background:#00483e;color:#fff;padding:18px;border-radius:18px;z-index:100;min-width:240px;box-shadow:0 25px 60px rgba(0,0,0,.3)}.site-menu.open{display:grid}.site-menu a{color:#fff;text-decoration:none;padding:11px 8px;font-weight:800}.site-menu .btn{margin-top:8px}.public-header{position:sticky;top:0}.intro-strip,.split-copy,.story-grid{grid-template-columns:1fr}.membership-banner{grid-template-columns:1fr}.plans-grid{grid-template-columns:1fr}}
@media(max-width:700px){.public-header{height:76px;padding:0 16px}.public-brand .side-logo{width:112px;height:58px}.public-actions{display:none}.hero-section{padding:45px 20px 70px;min-height:auto}.hero-copy h1,.page-hero h1{font-size:62px}.hero-copy p{font-size:17px}.hero-notes{gap:14px}.hero-stage{min-height:390px}.hero-orbit{width:300px;height:300px}.hero-card-main{width:245px}.hero-card-main span{font-size:27px}.hero-card-main strong{font-size:44px}.hero-chip{font-size:11px}.chip-one{right:0;top:65px}.chip-two{left:0;bottom:55px}.intro-strip,.public-section{padding:65px 20px}.intro-strip{gap:22px}.intro-strip h2,.section-heading h2,.membership-banner h2,.cta-panel h2,.split-copy h2,.story-grid h2,.faq-section h2{font-size:44px}.intro-strip>p,.split-copy>p{font-size:17px}.section-heading{align-items:flex-start;flex-direction:column}.bay-grid,.event-grid,.menu-preview,.values-grid,.contact-grid{grid-template-columns:1fr}.membership-banner,.cta-panel{margin:0 20px 65px;padding:30px;grid-template-columns:1fr;display:grid}.dark-section{padding-bottom:65px}.cta-panel>div:last-child{flex-direction:column}.public-footer{grid-template-columns:1fr;padding:45px 20px 95px}.public-footer>div:last-child{grid-column:auto}.page-hero,.page-hero.compact{min-height:350px;padding:60px 20px}.feature-band{grid-template-columns:1fr;padding:26px 20px}.plan-card{padding:28px}.plan-price strong{font-size:62px}.contact-form{grid-template-columns:1fr;padding:22px}.contact-form .field-wide{grid-column:1}.mobile-book-now{display:block;position:fixed;left:14px;right:14px;bottom:12px;z-index:90;background:#ef4b56;color:#fff;text-decoration:none;text-align:center;padding:16px;border-radius:999px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.25)}}

/* V113 pre-launch homepage */
.coming-soon-shell{min-height:100vh;background:#123b2d;color:#f7f0df;padding:24px;display:grid;place-items:center;overflow:hidden}.coming-soon-panel{width:min(1380px,100%);min-height:calc(100vh - 48px);border:1px solid rgba(247,240,223,.18);border-radius:30px;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 36%,rgba(205,55,51,.2),transparent 25%),linear-gradient(135deg,#123b2d,#0b2c21 72%)}.coming-soon-topbar{display:flex;align-items:center;justify-content:space-between;padding:28px 34px;position:relative;z-index:2}.coming-soon-topbar .side-logo{width:190px;height:auto}.coming-signin{color:#f7f0df;text-decoration:none;border:1px solid rgba(247,240,223,.35);border-radius:999px;padding:11px 19px;font-weight:700}.coming-soon-content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:50px;padding:56px 7vw 90px;min-height:650px}.coming-copy{position:relative;z-index:2;max-width:760px}.coming-copy .eyebrow{color:#e1bda9}.coming-copy h1{font-size:clamp(76px,11vw,170px);line-height:.78;letter-spacing:-.075em;text-transform:uppercase;margin:28px 0 36px;max-width:900px}.coming-copy p{font-size:clamp(19px,2vw,27px);line-height:1.5;max-width:680px;color:rgba(247,240,223,.82)}.coming-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.coming-actions .btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center}.coming-meta{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:35px;color:rgba(247,240,223,.7);font-weight:700}.coming-mark{min-height:500px;position:relative;display:grid;place-items:center}.coming-ring{position:absolute;width:min(34vw,480px);aspect-ratio:1;border:1px solid rgba(247,240,223,.2);border-radius:50%;box-shadow:0 0 0 55px rgba(247,240,223,.035),0 0 0 110px rgba(247,240,223,.025)}.coming-logo-card{position:relative;width:min(330px,70%);aspect-ratio:1;background:#cf3f38;border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-5deg);box-shadow:0 35px 80px rgba(0,0,0,.3);text-align:center}.coming-logo-card span{font-size:24px;letter-spacing:.28em}.coming-logo-card strong{font-size:64px;line-height:.9}.coming-logo-card small{margin-top:20px;font-size:14px;letter-spacing:.12em}.coming-footer{position:absolute;left:34px;right:34px;bottom:24px;border-top:1px solid rgba(247,240,223,.15);padding-top:18px;color:rgba(247,240,223,.68)}
@media(max-width:900px){.coming-soon-shell{padding:0}.coming-soon-panel{min-height:100vh;border:0;border-radius:0}.coming-soon-topbar{padding:22px 20px}.coming-soon-topbar .side-logo{width:145px}.coming-soon-content{display:block;padding:58px 22px 120px;min-height:auto}.coming-copy h1{font-size:clamp(68px,21vw,118px);margin:24px 0 28px}.coming-copy p{font-size:18px}.coming-actions{display:grid}.coming-actions .btn{width:100%}.coming-meta{display:grid;gap:8px}.coming-mark{display:none}.coming-footer{left:22px;right:22px;bottom:22px;font-size:13px}.coming-signin{padding:9px 14px}}

/* V114 focused pre-launch landing page */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.prelaunch-page{height:100svh;min-height:620px;position:relative;overflow:hidden;background:#050806 url('/assets/coming-soon-golf-bg.jpg') center center/cover no-repeat;color:#fff;display:grid;grid-template-rows:1fr auto;font-family:'DM Sans',Arial,sans-serif}
.prelaunch-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.18) 52%,rgba(0,0,0,.55)),linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.12) 55%,rgba(0,0,0,.75));z-index:0}
.prelaunch-signin{position:absolute;right:5vw;top:34px;z-index:3;border:1px solid rgba(255,255,255,.58);border-radius:999px;padding:12px 24px;color:#fff;font-weight:800;background:rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.prelaunch-content{z-index:2;align-self:center;justify-self:center;width:min(980px,88vw);text-align:center;margin-top:-1vh}
.prelaunch-logo{width:clamp(180px,16vw,260px);height:auto;display:block;margin:0 auto 18px;filter:drop-shadow(0 4px 18px rgba(0,0,0,.65))}
.prelaunch-content h1{margin:0;font:900 clamp(72px,9.2vw,154px)/.82 'Arial Narrow',Impact,sans-serif;letter-spacing:.01em;text-transform:uppercase;color:#fff8e8;text-shadow:0 4px 22px rgba(0,0,0,.45)}
.prelaunch-tagline{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin:24px auto 26px;text-transform:uppercase;letter-spacing:.2em;font-weight:900;font-size:clamp(12px,1.25vw,20px)}
.prelaunch-tagline i{width:6px;height:6px;border-radius:50%;background:var(--red);display:block}
.prelaunch-content>p{margin:0 auto 26px;font-size:clamp(17px,1.5vw,24px);text-shadow:0 2px 10px rgba(0,0,0,.65)}
.prelaunch-form{width:min(760px,100%);margin:0 auto;display:grid;grid-template-columns:1fr auto;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(4,8,6,.68);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
.prelaunch-form input{min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:20px 28px;font-size:18px}.prelaunch-form input::placeholder{color:rgba(255,255,255,.7)}
.prelaunch-form button{border:0;border-radius:999px;background:linear-gradient(135deg,#ef4b56,#df252f);color:#fff;padding:0 42px;min-width:250px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:17px;cursor:pointer}
.prelaunch-social{margin-top:22px;display:grid;gap:10px}.prelaunch-social>span{font-size:16px}.prelaunch-social div{display:flex;justify-content:center;gap:16px}.prelaunch-social a{width:36px;height:36px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:21px}
.prelaunch-features{z-index:2;background:rgba(5,7,5,.9);border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:repeat(4,1fr);padding:22px 6vw 24px;gap:0}.prelaunch-features article{padding:0 28px;border-right:1px solid rgba(255,255,255,.23);display:grid;gap:5px}.prelaunch-features article:last-child{border-right:0}.prelaunch-features b{text-transform:uppercase;letter-spacing:.06em;font-size:15px}.prelaunch-features span{color:rgba(255,255,255,.72);font-size:13px;line-height:1.35}
.prelaunch-account-card{padding:34px;display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:start}.prelaunch-account-card h2{font:52px/1 'DM Serif Display';margin:8px 0 18px}.prelaunch-account-card p{font-size:18px;line-height:1.6;color:var(--muted);max-width:720px}.prelaunch-account-card dl{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}.prelaunch-account-card dl div{padding:16px 18px;border-bottom:1px solid var(--line)}.prelaunch-account-card dl div:last-child{border-bottom:0}.prelaunch-account-card dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.prelaunch-account-card dd{margin:5px 0 0;font-weight:800}
@media(max-width:900px){.prelaunch-page{min-height:100svh}.prelaunch-content{width:min(92vw,760px)}.prelaunch-logo{width:180px}.prelaunch-content h1{font-size:clamp(62px,16vw,112px)}.prelaunch-features{grid-template-columns:1fr 1fr;padding:16px 18px;gap:14px}.prelaunch-features article{border:0;padding:4px 12px}.prelaunch-account-card{grid-template-columns:1fr}.prelaunch-signin{top:18px;right:18px}}
@media(max-width:620px){.prelaunch-page{min-height:100svh;grid-template-rows:1fr auto;background-position:62% center}.prelaunch-overlay{background:linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.34) 55%,rgba(0,0,0,.82))}.prelaunch-signin{padding:9px 15px;font-size:14px}.prelaunch-content{width:calc(100vw - 30px);padding-top:54px}.prelaunch-logo{width:145px;margin-bottom:12px}.prelaunch-content h1{font-size:clamp(54px,18vw,78px)}.prelaunch-tagline{gap:7px;margin:15px auto 18px;font-size:10px;letter-spacing:.12em}.prelaunch-tagline i{width:4px;height:4px}.prelaunch-content>p{font-size:15px;line-height:1.4;margin-bottom:17px;padding:0 12px}.prelaunch-form{grid-template-columns:1fr;border-radius:20px;background:rgba(4,8,6,.78)}.prelaunch-form input{padding:15px 18px;text-align:center;font-size:16px}.prelaunch-form button{min-width:0;padding:15px 20px;font-size:14px}.prelaunch-social{margin-top:14px}.prelaunch-social>span{font-size:13px}.prelaunch-social a{width:30px;height:30px;font-size:17px}.prelaunch-features{grid-template-columns:1fr 1fr;padding:10px 8px 12px;gap:6px}.prelaunch-features article{padding:4px 7px}.prelaunch-features b{font-size:10px}.prelaunch-features span{display:none}.prelaunch-account-card{padding:22px}.prelaunch-account-card h2{font-size:40px}}
@media(max-height:720px) and (min-width:621px){.prelaunch-logo{width:150px;margin-bottom:8px}.prelaunch-content h1{font-size:82px}.prelaunch-tagline{margin:14px auto 16px}.prelaunch-content>p{margin-bottom:16px}.prelaunch-form input{padding:15px 24px}.prelaunch-social{margin-top:12px}.prelaunch-features{padding-top:14px;padding-bottom:14px}}


/* V115 exact coming-soon visual rebuild */
.prelaunch-v115{height:100svh;min-height:560px;overflow:hidden;background:#050705 url('/assets/coming-soon-golf-bg.jpg') center 48%/cover no-repeat;grid-template-rows:minmax(0,1fr) auto}
.prelaunch-v115 .prelaunch-overlay{background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.18) 48%,rgba(0,0,0,.56)),linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.12) 47%,rgba(0,0,0,.74));}
.prelaunch-v115 .prelaunch-signin{top:5.2vh;right:7.3vw;padding:12px 27px;font-size:18px;border-color:rgba(255,255,255,.7);background:rgba(0,0,0,.18)}
.prelaunch-v115 .prelaunch-content{width:min(980px,70vw);margin-top:0;align-self:center;transform:translateY(1vh)}
.prelaunch-v115 .prelaunch-logo{width:clamp(155px,12.5vw,215px);max-height:170px;object-fit:contain;margin:0 auto 20px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.75))}
.prelaunch-v115 .prelaunch-content h1{font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(88px,10vw,165px);line-height:.82;letter-spacing:.015em;white-space:nowrap;color:#fffdf4;text-shadow:0 5px 24px rgba(0,0,0,.55)}
.prelaunch-v115 .prelaunch-tagline{gap:14px;margin:24px auto 28px;font-size:clamp(14px,1.28vw,21px);letter-spacing:.2em;white-space:nowrap}
.prelaunch-v115 .prelaunch-tagline i{width:5px;height:5px}
.prelaunch-v115 .prelaunch-content>p{font-size:clamp(18px,1.42vw,24px);margin-bottom:27px}
.prelaunch-v115 .prelaunch-form{width:min(780px,100%);height:78px;grid-template-columns:1fr 310px;background:rgba(7,10,8,.72);border-color:rgba(255,255,255,.58)}
.prelaunch-v115 .prelaunch-form input{padding:0 34px;font-size:21px}.prelaunch-v115 .prelaunch-form button{min-width:310px;padding:0 40px;font-size:19px}
.prelaunch-v115 .prelaunch-social{margin-top:26px;gap:12px}.prelaunch-v115 .prelaunch-social>span{font-size:20px}.prelaunch-v115 .prelaunch-social a{border:0;width:42px;height:42px;font-size:33px}.prelaunch-v115 .prelaunch-social svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2}
.prelaunch-v115 .prelaunch-features{height:164px;padding:28px 7.5vw 26px;background:rgba(5,5,4,.92);grid-template-columns:repeat(4,1fr)}
.prelaunch-v115 .prelaunch-features article{display:flex;align-items:center;gap:20px;padding:0 36px}.prelaunch-v115 .prelaunch-features article:first-child{padding-left:0}.prelaunch-v115 .prelaunch-features article:last-child{padding-right:0}
.prelaunch-v115 .prelaunch-features b{font-size:18px;letter-spacing:.04em}.prelaunch-v115 .prelaunch-features span{font-size:16px;line-height:1.5}.prelaunch-v115 .feature-icon{width:62px;min-width:62px;color:#f0444e}.prelaunch-v115 .feature-icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-height:850px) and (min-width:801px){.prelaunch-v115 .prelaunch-content{transform:translateY(0)}.prelaunch-v115 .prelaunch-logo{width:135px;margin-bottom:10px}.prelaunch-v115 .prelaunch-content h1{font-size:clamp(78px,8.5vw,126px)}.prelaunch-v115 .prelaunch-tagline{margin:16px auto 18px}.prelaunch-v115 .prelaunch-content>p{margin-bottom:18px}.prelaunch-v115 .prelaunch-form{height:62px}.prelaunch-v115 .prelaunch-social{margin-top:14px}.prelaunch-v115 .prelaunch-features{height:130px;padding-top:18px;padding-bottom:18px}.prelaunch-v115 .prelaunch-features b{font-size:15px}.prelaunch-v115 .prelaunch-features span{font-size:13px}.prelaunch-v115 .feature-icon{width:48px;min-width:48px}.prelaunch-v115 .feature-icon svg{width:44px;height:44px}}
@media(max-width:900px){.prelaunch-v115{overflow:auto;min-height:100svh}.prelaunch-v115 .prelaunch-content{width:calc(100vw - 36px);padding:90px 0 32px;transform:none}.prelaunch-v115 .prelaunch-signin{top:18px;right:18px;font-size:14px}.prelaunch-v115 .prelaunch-logo{width:145px}.prelaunch-v115 .prelaunch-content h1{font-size:clamp(60px,17vw,108px);white-space:normal}.prelaunch-v115 .prelaunch-tagline{white-space:normal;font-size:11px;gap:8px}.prelaunch-v115 .prelaunch-form{height:auto;grid-template-columns:1fr;border-radius:22px}.prelaunch-v115 .prelaunch-form input{padding:16px 20px;text-align:center;font-size:17px}.prelaunch-v115 .prelaunch-form button{min-width:0;padding:17px 20px;font-size:15px}.prelaunch-v115 .prelaunch-features{height:auto;grid-template-columns:1fr 1fr;padding:18px}.prelaunch-v115 .prelaunch-features article{padding:12px 14px;border-right:0}.prelaunch-v115 .prelaunch-features b{font-size:13px}.prelaunch-v115 .prelaunch-features span{font-size:12px}.prelaunch-v115 .feature-icon{width:42px;min-width:42px}.prelaunch-v115 .feature-icon svg{width:38px;height:38px}}
@media(max-width:560px){.prelaunch-v115 .prelaunch-content{padding-top:76px}.prelaunch-v115 .prelaunch-logo{width:125px;margin-bottom:12px}.prelaunch-v115 .prelaunch-content h1{font-size:58px}.prelaunch-v115 .prelaunch-tagline{margin:15px auto}.prelaunch-v115 .prelaunch-content>p{font-size:15px}.prelaunch-v115 .prelaunch-social>span{font-size:15px}.prelaunch-v115 .prelaunch-features{grid-template-columns:1fr 1fr;gap:2px;padding:12px 8px}.prelaunch-v115 .prelaunch-features article{gap:8px;padding:8px}.prelaunch-v115 .prelaunch-features span{display:block;font-size:10px}.prelaunch-v115 .prelaunch-features br{display:none}.prelaunch-v115 .feature-icon{width:30px;min-width:30px}.prelaunch-v115 .feature-icon svg{width:28px;height:28px}}

/* V116 coming-soon refinements */
.prelaunch-v115 .prelaunch-overlay{
  background:
    linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.45) 48%,rgba(0,0,0,.72)),
    linear-gradient(180deg,rgba(0,0,0,.66),rgba(0,0,0,.38) 46%,rgba(0,0,0,.84));
}
.prelaunch-v115 .prelaunch-logo{
  width:clamp(165px,13vw,225px);
  filter:drop-shadow(0 5px 20px rgba(0,0,0,.92));
}
.prelaunch-v115 .prelaunch-content h1{
  font-family:'Arial Narrow','Roboto Condensed',Arial,sans-serif;
  font-size:clamp(70px,7.7vw,125px);
  line-height:.95;
  font-weight:300;
  letter-spacing:.12em;
  white-space:nowrap;
  text-indent:.12em;
  color:#fffdf4;
  text-shadow:0 5px 28px rgba(0,0,0,.82);
}
.prelaunch-v115 .prelaunch-tagline{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0 16px;
  width:min(900px,100%);
  margin:24px auto 28px;
  font-size:clamp(16px,1.45vw,23px);
  line-height:1.45;
  letter-spacing:.18em;
  white-space:normal;
}
.prelaunch-v115 .prelaunch-tagline span{white-space:nowrap}
.prelaunch-v115 .prelaunch-tagline .tagline-dot{color:var(--red);margin-left:2px}
.prelaunch-v115 .prelaunch-features article>div{
  min-width:0;
  display:grid;
  align-content:center;
  gap:6px;
}
.prelaunch-v115 .prelaunch-features b,
.prelaunch-v115 .prelaunch-features article>div>span{display:block}
.prelaunch-v115 .prelaunch-features b{line-height:1.12}
.prelaunch-v115 .prelaunch-features article>div>span{line-height:1.45}

@media(max-height:850px) and (min-width:801px){
  .prelaunch-v115 .prelaunch-content h1{font-size:clamp(64px,6.7vw,100px)}
  .prelaunch-v115 .prelaunch-tagline{font-size:clamp(14px,1.25vw,18px);margin:14px auto 17px}
}

@media(max-width:900px){
  .prelaunch-v115{
    min-height:100svh;
    height:auto;
    overflow:auto;
    grid-template-rows:minmax(100svh,auto) auto;
    background-position:64% center;
  }
  .prelaunch-v115 .prelaunch-overlay{
    background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.48) 45%,rgba(0,0,0,.88));
  }
  .prelaunch-v115 .prelaunch-content{
    min-height:100svh;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:82px 0 56px;
  }
  .prelaunch-v115 .prelaunch-logo{width:155px;margin-bottom:18px}
  .prelaunch-v115 .prelaunch-content h1{
    font-size:clamp(48px,13vw,76px);
    line-height:1;
    letter-spacing:.08em;
    text-indent:.08em;
  }
  .prelaunch-v115 .prelaunch-tagline{
    width:min(92vw,620px);
    margin:18px auto 20px;
    gap:2px 12px;
    font-size:clamp(13px,3.4vw,17px);
    line-height:1.5;
    letter-spacing:.12em;
  }
  .prelaunch-v115 .prelaunch-social{margin-top:20px;margin-bottom:0;position:relative;z-index:3}
  .prelaunch-v115 .prelaunch-features{position:relative;z-index:2}
}

@media(max-width:560px){
  .prelaunch-v115 .prelaunch-content{padding:72px 0 44px}
  .prelaunch-v115 .prelaunch-logo{width:138px;margin-bottom:15px}
  .prelaunch-v115 .prelaunch-content h1{font-size:clamp(43px,12.5vw,58px);letter-spacing:.065em;text-indent:.065em}
  .prelaunch-v115 .prelaunch-tagline{
    max-width:360px;
    font-size:13px;
    gap:0 9px;
    line-height:1.55;
    letter-spacing:.095em;
  }
  .prelaunch-v115 .prelaunch-content>p{font-size:15px;line-height:1.45;margin-bottom:18px}
  .prelaunch-v115 .prelaunch-social{margin-top:18px;padding-bottom:4px}
  .prelaunch-v115 .prelaunch-social>span{font-size:16px}
  .prelaunch-v115 .prelaunch-social a{width:36px;height:36px}
  .prelaunch-v115 .prelaunch-features{
    grid-template-columns:1fr 1fr;
    padding:16px 10px calc(18px + env(safe-area-inset-bottom));
    gap:8px 0;
  }
  .prelaunch-v115 .prelaunch-features article{align-items:flex-start;gap:10px;padding:9px 8px}
  .prelaunch-v115 .prelaunch-features b{font-size:11px;line-height:1.2}
  .prelaunch-v115 .prelaunch-features article>div>span{font-size:10px;line-height:1.35}
  .prelaunch-v115 .feature-icon{width:32px;min-width:32px}
  .prelaunch-v115 .feature-icon svg{width:30px;height:30px}
}

/* V117 dedicated mobile coming-soon layout */
.prelaunch-v115 .prelaunch-tagline .tagline-line{display:contents}

@media(max-width:560px){
  .prelaunch-v115{
    display:grid;
    grid-template-rows:auto auto;
    height:auto;
    min-height:100svh;
    overflow-x:hidden;
    overflow-y:auto;
    background-position:58% center;
  }
  .prelaunch-v115 .prelaunch-overlay{
    background:linear-gradient(180deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.50) 44%,rgba(0,0,0,.88) 100%);
  }
  .prelaunch-v115 .prelaunch-signin{
    top:18px;
    right:18px;
    padding:10px 20px;
    font-size:15px;
  }
  .prelaunch-v115 .prelaunch-content{
    width:calc(100vw - 34px);
    min-height:0;
    justify-content:flex-start;
    padding:88px 0 30px;
  }
  .prelaunch-v115 .prelaunch-logo{
    width:118px;
    margin:0 auto 20px;
  }
  .prelaunch-v115 .prelaunch-content h1{
    width:100%;
    margin:0;
    font-size:clamp(38px,11.4vw,46px);
    line-height:1;
    font-weight:300;
    letter-spacing:.075em;
    text-indent:.075em;
    white-space:nowrap;
    overflow:visible;
  }
  .prelaunch-v115 .prelaunch-tagline{
    display:grid;
    gap:5px;
    width:100%;
    max-width:380px;
    margin:20px auto 24px;
    font-size:clamp(12px,3.55vw,14px);
    line-height:1.35;
    letter-spacing:.10em;
  }
  .prelaunch-v115 .prelaunch-tagline .tagline-line{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:nowrap;
    gap:0 10px;
    white-space:nowrap;
  }
  .prelaunch-v115 .prelaunch-content>p{
    max-width:330px;
    margin:0 auto 20px;
    padding:0;
    font-size:15px;
    line-height:1.45;
  }
  .prelaunch-v115 .prelaunch-form{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    border-radius:20px;
    overflow:hidden;
  }
  .prelaunch-v115 .prelaunch-form input{
    min-height:54px;
    padding:13px 18px;
    font-size:16px;
  }
  .prelaunch-v115 .prelaunch-form button{
    min-height:54px;
    padding:13px 18px;
    font-size:14px;
  }
  .prelaunch-v115 .prelaunch-social{
    margin:20px 0 0;
    padding:0 0 12px;
    gap:10px;
  }
  .prelaunch-v115 .prelaunch-social>span{font-size:16px}
  .prelaunch-v115 .prelaunch-social a{width:38px;height:38px}
  .prelaunch-v115 .prelaunch-features{
    position:relative;
    z-index:4;
    display:grid;
    grid-template-columns:1fr 1fr;
    height:auto;
    margin:0;
    padding:16px 12px calc(20px + env(safe-area-inset-bottom));
    gap:0;
    background:rgba(4,5,4,.96);
  }
  .prelaunch-v115 .prelaunch-features article,
  .prelaunch-v115 .prelaunch-features article:first-child,
  .prelaunch-v115 .prelaunch-features article:last-child{
    min-width:0;
    align-items:flex-start;
    gap:10px;
    padding:13px 10px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.13);
  }
  .prelaunch-v115 .prelaunch-features article:nth-child(odd){border-right:1px solid rgba(255,255,255,.13)}
  .prelaunch-v115 .prelaunch-features article:nth-last-child(-n+2){border-bottom:0}
  .prelaunch-v115 .prelaunch-features b{
    font-size:11px;
    line-height:1.25;
    letter-spacing:.03em;
  }
  .prelaunch-v115 .prelaunch-features article>div>span{
    display:block;
    margin-top:4px;
    font-size:10px;
    line-height:1.35;
  }
  .prelaunch-v115 .prelaunch-features br{display:none}
  .prelaunch-v115 .feature-icon{width:30px;min-width:30px}
  .prelaunch-v115 .feature-icon svg{width:28px;height:28px}
}

@media(max-width:380px){
  .prelaunch-v115 .prelaunch-content{width:calc(100vw - 26px);padding-top:82px}
  .prelaunch-v115 .prelaunch-content h1{font-size:36px}
  .prelaunch-v115 .prelaunch-tagline{font-size:11.5px;letter-spacing:.075em}
  .prelaunch-v115 .prelaunch-tagline .tagline-line{gap:0 7px}
}

/* V118: simplified coming-soon call to action */
.prelaunch-v115 .prelaunch-cta-wrap{display:flex;justify-content:center;width:100%;margin:0 auto}
.prelaunch-v115 .prelaunch-cta{display:inline-flex;align-items:center;justify-content:center;min-width:320px;min-height:64px;padding:0 42px;border-radius:999px;background:linear-gradient(135deg,#ef4b56,#df252f);box-shadow:0 18px 45px rgba(223,37,47,.3);color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:18px;transition:transform .18s ease,box-shadow .18s ease}
.prelaunch-v115 .prelaunch-cta:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(223,37,47,.38)}
.prelaunch-v115 .prelaunch-cta:focus-visible{outline:3px solid #fff;outline-offset:4px}
@media(max-width:900px){.prelaunch-v115 .prelaunch-cta-wrap{width:100%}.prelaunch-v115 .prelaunch-cta{width:min(90%,360px);min-width:0;min-height:58px;padding:0 24px;font-size:16px}}
@media(max-width:420px){.prelaunch-v115 .prelaunch-cta{width:92%;min-height:56px;font-size:15px}}
