
:root{
  --black:#000000;
  --white:#ffffff;
  --custom-white:#fcf7f5;
  --cyan:#b6f5ff;
  --charcoal:#191919;
  --muted:#a9b0b3;
  --line:rgba(182,245,255,.34);
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--black);color:var(--white);font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif}
body{min-height:100vh;background:
radial-gradient(circle at 92% 8%,rgba(182,245,255,.12),transparent 22%),
linear-gradient(180deg,#000 0%,#050708 58%,#11191c 100%) fixed}
button,input,select{font:inherit}
button{cursor:pointer}
.shell{min-height:100vh;max-width:520px;margin:auto;padding:20px 20px 112px;position:relative;overflow:hidden}
.shell:after{content:"N";position:fixed;right:-18px;bottom:70px;font-size:230px;font-weight:900;color:rgba(182,245,255,.028);pointer-events:none}
.brand-logo{width:148px;height:auto;display:block}
.brand-logo.small{width:102px}
.kicker{font-size:11px;text-transform:uppercase;letter-spacing:3px;color:var(--cyan);font-weight:800}
.hero{padding:82px 0 34px}
.hero h1{font-family:Impact,"Arial Narrow",sans-serif;font-stretch:condensed;font-size:58px;line-height:.92;letter-spacing:-1.5px;margin:15px 0 18px;text-transform:uppercase}
.hero p,.muted{color:#c4cbcd;line-height:1.55}
.actions{display:grid;gap:11px;margin-top:30px}
.btn{border:1px solid var(--line);border-radius:12px;padding:15px 17px;font-weight:800;background:#0b1012;color:#fff;width:100%;letter-spacing:.4px}
.btn.primary{background:var(--cyan);color:#000;border-color:var(--cyan);box-shadow:0 0 26px rgba(182,245,255,.11)}
.btn.ghost{background:transparent;border-color:rgba(255,255,255,.24)}
.btn.small{padding:10px 12px;width:auto}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.back{background:none;border:0;color:var(--cyan);font-size:28px;padding:0 10px 0 0}
.progress{height:3px;background:#162024;border-radius:10px;overflow:hidden;margin:10px 0 34px}
.progress i{display:block;height:100%;background:var(--cyan);box-shadow:0 0 12px rgba(182,245,255,.5)}
h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:38px;line-height:1;letter-spacing:.2px;margin:0 0 12px}
h3{font-family:Impact,"Arial Narrow",sans-serif;font-size:24px;letter-spacing:.3px;margin:0 0 8px}
.grid{display:grid;gap:12px}
.choice{border:1px solid var(--line);background:linear-gradient(145deg,rgba(25,25,25,.96),rgba(5,8,9,.98));border-radius:14px;padding:20px;text-align:left;color:#fff;position:relative}
.choice:after{content:"→";position:absolute;right:17px;top:17px;color:var(--cyan);font-size:20px}
.choice.active{border-color:var(--cyan);box-shadow:inset 0 0 0 1px var(--cyan),0 0 25px rgba(182,245,255,.08)}
.choice strong{display:block;font-size:19px;margin-bottom:6px;max-width:82%}
.choice small{color:#b9c0c2;line-height:1.45}
.form{display:grid;gap:14px;margin-top:26px}
label{display:grid;gap:7px;color:#eef3f4;font-size:12px;font-weight:800;letter-spacing:.25px}
input,select{width:100%;padding:14px;border-radius:10px;border:1px solid #30383a;background:#0e1112;color:#fff;outline:none}
input:focus,select:focus{border-color:var(--cyan);box-shadow:0 0 0 2px rgba(182,245,255,.08)}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.chip{border:1px solid var(--line);background:#0b1012;color:#fff;border-radius:999px;padding:10px 13px}
.chip.active{background:var(--cyan);border-color:var(--cyan);color:#000;font-weight:800}
.card{background:linear-gradient(145deg,#15191a,#090b0c);border:1px solid var(--line);border-radius:14px;padding:18px}
.stack{display:grid;gap:13px;margin-top:24px}
.success{font-size:62px;margin:34px 0 12px;color:var(--cyan)}
.experience{min-height:168px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:
linear-gradient(120deg,rgba(0,0,0,.3),rgba(0,0,0,.78)),
radial-gradient(circle at 84% 12%,rgba(182,245,255,.35),transparent 26%),
#121719}
.experience:before{content:"";position:absolute;inset:0;border:1px solid rgba(182,245,255,.14);border-radius:14px;pointer-events:none}
.experience .tag{color:var(--cyan);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.8px}
.footerNote{text-align:center;color:#697174;font-size:10px;margin-top:24px;letter-spacing:1.5px}
.inline{display:flex;gap:10px}
.inline>*{flex:1}
.checkbox{display:flex;gap:10px;align-items:flex-start;color:#aeb7ba;font-size:11px}
.checkbox input{width:auto;margin-top:2px}
.notice{padding:12px 13px;border-radius:10px;background:#101618;color:#bbc5c8;font-size:11px;border:1px solid rgba(182,245,255,.18)}
.brand-mark{width:34px;height:34px;object-fit:cover;object-position:left center}
.hero-logo{width:190px;margin-bottom:42px}
.accent-line{width:50px;height:3px;background:var(--cyan);margin:14px 0 20px}
@media(min-width:700px){.shell{padding-top:38px}.hero{padding-top:100px}}

.profile-context{
  display:flex;align-items:center;justify-content:space-between;
  margin:0 0 22px;padding:10px 12px;border-left:3px solid var(--cyan);
  background:rgba(182,245,255,.06)
}
.profile-context span{font-size:9px;letter-spacing:1.6px;color:#9fa9ac;font-weight:800}
.profile-context strong{font-size:14px;color:var(--cyan)}
strong{color:inherit}

/* V01.4 refinements */
input, select, textarea {
  font-size:16px !important;
}
.hero {
  padding-top:44px;
}
.hero h1 {
  font-size:clamp(38px,10.5vw,48px);
  line-height:.96;
  letter-spacing:.1px;
  max-width:430px;
  margin:12px 0 18px;
}
.hero p {
  font-size:16px;
  line-height:1.5;
  max-width:440px;
}
.hero-icon {
  display:block;
  width:54px;
  height:72px;
  object-fit:contain;
  margin:0 0 26px 0;
}
.top-icon {
  width:28px;
  height:42px;
  object-fit:contain;
}
.kicker {
  font-size:10px;
  letter-spacing:2.6px;
}
.accent-line {
  width:38px;
  margin:11px 0 16px;
}
.movement-mark {
  width:48px;
  height:64px;
  object-fit:contain;
  margin:28px 0 20px;
}
.movement-copy {
  color:#c4cbcd;
  font-size:16px;
  line-height:1.5;
}
.login-status {
  padding:11px 12px;
  border-radius:10px;
  background:rgba(182,245,255,.06);
  border:1px solid rgba(182,245,255,.2);
  color:#b8c3c6;
  font-size:12px;
}
@media(max-width:390px){
  .hero h1{font-size:37px}
  .hero{padding-top:38px}
}

/* V01.5 authentication */
.faceid-row{display:grid;gap:10px;margin-top:14px}.faceid-btn{display:flex;align-items:center;justify-content:center;gap:10px}.faceid-symbol{font-size:22px;line-height:1}.auth-good{border-color:rgba(182,245,255,.5)!important;color:#d8fbff!important}.auth-bad{border-color:rgba(255,120,120,.5)!important;color:#ffd0d0!important}.account-note{font-size:11px;color:#9ca7aa;line-height:1.45}

/* V01.6 multi-athlete profile switcher */
.profile-switcher{margin:24px 0;display:grid;gap:12px}
.switcher-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:1.8px;color:#9fa9ac;font-weight:800}
.switcher-head strong{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--cyan);color:#000;font-size:13px}
.child-list{display:grid;gap:10px}
.child-card{width:100%;display:grid;grid-template-columns:48px 1fr 28px;gap:12px;align-items:center;text-align:left;padding:13px;border-radius:13px;border:1px solid rgba(182,245,255,.20);background:#0b1012;color:#fff}
.child-card.active-child{border-color:var(--cyan);box-shadow:0 0 0 1px rgba(182,245,255,.35),0 0 24px rgba(182,245,255,.07)}
.child-avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(182,245,255,.10);border:1px solid rgba(182,245,255,.32);color:var(--cyan);font-weight:900;font-size:20px}
.child-card-copy{min-width:0;display:grid;gap:2px}
.child-card-copy strong{font-size:17px}
.child-card-copy span{font-size:11px;color:var(--cyan);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.child-card-copy small{font-size:10px;color:#9ca7aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.child-check{color:var(--cyan);font-size:20px;text-align:right}
.active-profile-banner{display:grid;gap:3px;padding:13px 14px;border-left:3px solid var(--cyan);background:rgba(182,245,255,.06);margin:12px 0 20px}
.active-profile-banner span{font-size:9px;letter-spacing:1.6px;color:#9fa9ac;font-weight:800}
.active-profile-banner strong{font-size:18px;color:var(--cyan)}
.active-profile-banner small{font-size:10px;color:#aab3b5}

body{padding-bottom:78px}.for-child{display:flex;gap:7px;align-items:center;border:1px solid rgba(182,245,255,.3);border-radius:30px;background:#0b1012;color:#fff;padding:8px 12px;margin-bottom:24px}.for-child span{font-size:8px;color:#899599}.for-child strong{color:var(--cyan)}.app-hero h2{font-size:34px;line-height:1.02;margin:9px 0}.app-hero p{color:#aeb7ba}.section-head{display:flex;justify-content:space-between;align-items:center;margin:25px 0 12px}.section-head button{border:0;background:none;color:var(--cyan)}.experience-feed{display:grid;gap:14px}.exp-card{text-align:left;padding:0;overflow:hidden;border:1px solid rgba(182,245,255,.22);border-radius:15px;background:#0b1012;color:#fff}.exp-art{height:90px;padding:14px;background:radial-gradient(circle at 75% 25%,rgba(182,245,255,.18),transparent 35%),#101719}.exp-art span{font-size:9px;color:var(--cyan);font-weight:900;letter-spacing:1.5px}.exp-body{padding:14px}.exp-body h3{font-size:21px;margin:6px 0}.exp-body p{font-size:11px;color:#9fa9ac}.exp-foot{display:flex;justify-content:space-between;align-items:center}.exp-foot strong{font-size:19px}.exp-body small{color:var(--cyan);font-size:8px}.movement-panel{margin:25px 0;padding:18px;border-left:3px solid var(--cyan);background:rgba(182,245,255,.05)}.movement-panel p{font-size:12px;color:#aab3b5}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,520px);display:grid;grid-template-columns:repeat(4,1fr);background:#080c0e;border-top:1px solid rgba(182,245,255,.18);padding:9px 5px calc(9px + env(safe-area-inset-bottom))}.bottom-nav button{border:0;background:none;color:#788387;font-size:20px;display:grid;gap:2px}.bottom-nav small{font-size:8px}.bottom-nav .active{color:var(--cyan)}.back-link{border:0;background:none;color:var(--cyan);padding:8px 0 20px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;margin:20px 0}.detail-grid div{padding:13px;border:1px solid rgba(182,245,255,.16);display:grid;gap:4px}.detail-grid span,.selected-athlete span{font-size:8px;color:#8c989b}.detail-grid strong{font-size:12px}.detail-section{padding:18px 0}.booking-bar{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:14px;background:#0b1012;border:1px solid rgba(182,245,255,.2)}.booking-bar div{display:grid}.booking-bar span{font-size:8px}.booking-bar strong{font-size:22px}.booking-bar button{background:var(--cyan);border:0;border-radius:9px;padding:12px;font-weight:900}.booking-summary,.my-booking{padding:16px;border:1px solid rgba(182,245,255,.2);border-radius:13px;margin:18px 0}.selected-athlete{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;border:1px solid var(--cyan);padding:12px;border-radius:12px;margin:18px 0}.selected-athlete>div:nth-child(2){display:grid}.selected-athlete button{border:0;background:none;color:var(--cyan)}.prototype-note{font-size:10px;color:#899599}.empty-state{padding:22px;border:1px dashed rgba(182,245,255,.25);border-radius:13px;text-align:center}

/* V02.1 account persistence */
.remember-box{margin:4px 0 2px}
.remember-box input{width:auto!important;min-width:18px}


/* NEGXT V03 */
textarea{width:100%;padding:14px;border-radius:10px;border:1px solid #30383a;background:#0e1112;color:#fff;outline:none;font:inherit;resize:vertical}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}
.quick-card{min-height:128px;text-align:left;border:1px solid rgba(182,245,255,.18);background:linear-gradient(145deg,#15191a,#090b0c);color:#fff;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:5px}
.quick-card b{font-size:24px;color:var(--cyan);font-weight:500}.quick-card strong{font-size:15px}.quick-card small{color:#899599;font-size:10px}
.journey-feed{display:grid;gap:12px;margin:18px 0 90px}.journey-card,.support-card{border:1px solid rgba(182,245,255,.18);border-radius:14px;padding:17px;background:linear-gradient(145deg,#121718,#080b0c)}
.journey-top{display:flex;justify-content:space-between;align-items:center}.journey-top small{color:#738084;font-size:9px}.journey-type{text-transform:uppercase;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:1.4px}
.journey-card h3,.support-card h3{margin:9px 0 7px}.journey-card p,.support-card p{color:#adb7ba;line-height:1.5;font-size:13px}.mine,.cloud-badge{color:var(--cyan);font-size:9px;font-weight:800;letter-spacing:1px}
.support-card strong{font-size:25px;color:#fff}.tag{color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}

/* NEGXT V03.2 */
.top-logo{height:24px;width:auto;object-fit:contain}
.welcome-brand{padding-top:34px;text-align:center}.welcome-logo{width:min(250px,72vw);height:auto;display:block;margin:0 auto 30px}
.text-btn{background:transparent!important;border:none!important;color:#9ba7aa!important;font-size:11px!important;letter-spacing:1.5px}
.about-hero{padding:18px 0 10px}.about-logo{width:180px;height:auto;margin:5px 0 35px}.about-hero h2{font-size:34px;line-height:1.02;margin:12px 0 18px}
.about-hero p,.about-card p,.about-principle p{color:#9ba7aa;line-height:1.55}
.about-grid{display:grid;gap:10px;margin:22px 0}.about-card{border:1px solid rgba(182,245,255,.16);border-radius:14px;padding:18px;background:linear-gradient(145deg,#111617,#080a0b)}
.about-card b{color:var(--cyan);font-size:11px;letter-spacing:2px}.about-card h3{margin:8px 0 4px}.about-card p{font-size:13px;margin-bottom:0}
.about-principle{margin:26px 0;padding:22px;border-left:2px solid var(--cyan);background:rgba(182,245,255,.04)}.about-principle span{color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:2px}
.permission-card{display:grid;gap:10px;margin:22px 0}.permission-card>div{display:flex;gap:13px;align-items:flex-start;border:1px solid rgba(182,245,255,.14);padding:16px;border-radius:12px}
.permission-card b{color:var(--cyan);font-size:20px}.permission-card span{display:flex;flex-direction:column;gap:4px}.permission-card small{color:#8b979a;line-height:1.4}
.profile-heading{display:flex;gap:16px;align-items:center;margin:8px 0 22px}.profile-heading h2{margin:0 0 5px}
.profile-avatar-wrap{position:relative;width:86px;height:86px;flex:0 0 86px}.profile-avatar{width:86px;height:86px;border-radius:50%;object-fit:cover;border:1px solid rgba(182,245,255,.35)}
.profile-avatar.placeholder{display:grid;place-items:center;background:#151a1b;color:var(--cyan);font-size:30px;font-weight:900}
.avatar-edit{position:absolute;right:-2px;bottom:0;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--cyan);color:#071012;font-size:20px;font-weight:800;border:3px solid #090b0c}
.child-card-wrap{position:relative}.child-photo-btn{position:absolute;right:42px;bottom:11px;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px;padding:5px 7px;border:1px solid rgba(182,245,255,.18);border-radius:6px}.child-avatar.image{object-fit:cover}.kid-access-card{margin-top:20px}

/* V03.3 public discovery */
.brand-word{font-size:29px;font-weight:950;letter-spacing:-2px;color:#fff}.brand-word span{color:var(--cyan)}.brand-word.small{font-size:20px}.about-word{font-size:42px;margin:5px 0 34px}.public-top{display:flex;align-items:center;justify-content:space-between;padding:20px 0 12px}.public-actions{display:flex;gap:8px}.public-actions button{background:none;border:0;color:#aab4b6;font-size:9px;font-weight:900;letter-spacing:1.3px;padding:10px}.public-hero{padding:44px 0 34px}.public-hero h1{font-size:52px;line-height:.88;letter-spacing:-2px;margin:12px 0 18px}.public-hero p{max-width:310px;color:#9ba6a9;line-height:1.5;margin-bottom:22px}.public-section{margin-top:34px;align-items:flex-end}.public-section small{color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1.5px}.public-section h3{margin:4px 0 0;font-size:23px}.public-section>span{color:#6f7b7e;font-size:9px}.public-events{display:grid;gap:9px}.public-event-card{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;border:1px solid rgba(182,245,255,.15);border-radius:13px;padding:13px;background:linear-gradient(145deg,#111617,#080b0c)}.date-block{width:54px;height:58px;border-radius:10px;background:rgba(182,245,255,.07);display:flex;flex-direction:column;align-items:center;justify-content:center}.date-block b{font-size:22px}.date-block span{color:var(--cyan);font-size:8px;font-weight:900}.public-event-card small{color:var(--cyan);font-size:8px;font-weight:900}.public-event-card h3{font-size:15px;margin:3px 0}.public-event-card p{color:#849094;font-size:10px;margin:0}.public-event-card div>span{font-size:9px;color:#bdc5c7}.stars-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:74%;gap:11px;overflow-x:auto;padding:2px 1px 12px}.star-card{text-align:left;padding:0;border:1px solid rgba(182,245,255,.16);border-radius:15px;overflow:hidden;background:#0d1112;color:#fff}.star-photo{height:190px;background:linear-gradient(145deg,#1b2224,#0b0e0f);display:grid;place-items:center}.star-photo img{width:100%;height:100%;object-fit:cover}.star-photo span{font-size:62px;color:var(--cyan);font-weight:900}.star-copy{padding:15px}.star-copy small{color:var(--cyan);font-size:8px;font-weight:900}.star-copy h3{font-size:25px;margin:4px 0}.star-copy p{font-size:10px;color:#a7b0b2}.star-copy>span{font-size:11px;color:#7f8a8d;line-height:1.4;display:block}.public-about,.join-panel{margin:36px 0;padding:25px 20px;border-radius:16px;background:linear-gradient(145deg,rgba(182,245,255,.08),rgba(255,255,255,.015));border:1px solid rgba(182,245,255,.15)}.public-about h2,.join-panel h2{font-size:29px;margin:8px 0}.public-about p,.join-panel p{color:#909b9e;line-height:1.5}.public-profile{text-align:center;padding:20px 0 18px}.public-profile-photo{width:132px;height:132px;border-radius:50%;overflow:hidden;background:#151b1c;display:grid;place-items:center;margin:0 auto 18px;border:2px solid rgba(182,245,255,.25)}.public-profile-photo img{width:100%;height:100%;object-fit:cover}.public-profile-photo span{font-size:52px;color:var(--cyan);font-weight:900}.public-profile h2{font-size:38px;margin:6px 0}.wide{min-width:70vw}

/* NEGXT V03.4 - interactive discovery + official N icon */
.public-logo{width:52px!important;height:58px!important;object-fit:contain!important;object-position:center!important}
.top-logo{width:34px!important;height:39px!important;object-fit:contain!important}
.public-event-card{width:100%;color:#fff;text-align:left;grid-template-columns:56px 1fr 20px;cursor:pointer;font:inherit}
.public-event-card:active,.star-card:active{transform:scale(.985)}
.event-card-copy{min-width:0}.event-arrow{font-size:28px;color:var(--cyan);font-weight:300;text-align:right}
.event-detail-hero{padding:32px 0 20px}.event-detail-hero h1{font-size:42px;line-height:.98;margin:10px 0 14px}.event-detail-hero>p{color:#9ba6a9;line-height:1.45}
.event-detail-date{width:72px;height:76px;border-radius:15px;background:rgba(182,245,255,.09);display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;border:1px solid rgba(182,245,255,.17)}
.event-detail-date b{font-size:30px}.event-detail-date span{font-size:9px;font-weight:900;color:var(--cyan);letter-spacing:1px}
.event-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0 28px}.detail-stat{border:1px solid rgba(182,245,255,.14);border-radius:12px;padding:15px;background:#0d1112}.detail-stat small{display:block;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px;margin-bottom:5px}.detail-stat strong{font-size:13px}
.event-story{padding:22px 0}.event-story h2{font-size:28px;margin:7px 0 12px}.event-story p{color:#929da0;line-height:1.6}
.event-athlete{display:flex;align-items:center;gap:13px;width:100%;text-align:left;border:1px solid rgba(182,245,255,.16);border-radius:14px;background:#0d1112;color:#fff;padding:12px;margin:12px 0}
.event-athlete img,.event-athlete>span{width:62px;height:62px;border-radius:50%;object-fit:cover;background:#151b1c;display:grid;place-items:center;color:var(--cyan);font-size:26px;font-weight:900}
.event-athlete small{display:block;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px}.event-athlete strong{font-size:18px}.event-athlete p{margin:3px 0 0;color:#808c8f;font-size:10px}

/* NEGXT V03.5 */
.public-events{transition:opacity .18s ease}.public-events.event-fade{opacity:.15}
.kid-login-setup{border:1px solid rgba(182,245,255,.16);border-radius:14px;padding:16px;margin:5px 0 12px;background:rgba(182,245,255,.035)}
.kid-hero{display:flex;align-items:center;gap:17px;margin:14px 0 24px}.kid-hero-photo{width:90px;height:90px;border-radius:50%;overflow:hidden;background:#141a1b;display:grid;place-items:center;border:1px solid rgba(182,245,255,.2)}
.kid-hero-photo img{width:100%;height:100%;object-fit:cover}.kid-hero-photo span{font-size:36px;font-weight:900;color:var(--cyan)}.kid-hero h2{font-size:34px;margin:3px 0}.kid-hero p{margin:0;color:#849093;font-size:12px}
.readonly-banner{display:flex;gap:12px;align-items:center;padding:13px;border:1px solid rgba(182,245,255,.15);border-radius:12px;background:rgba(182,245,255,.04);margin-bottom:22px}.readonly-banner b{font-size:8px;color:var(--cyan);letter-spacing:1px}.readonly-banner span{font-size:10px;color:#8d989b;line-height:1.4}
.child-card-copy em{display:block;color:var(--cyan);font-style:normal;font-size:9px;margin-top:3px}
.child-actions-mini{position:absolute;right:42px;bottom:9px;display:flex;gap:5px;z-index:2}.child-actions-mini .child-photo-btn,.child-actions-mini button{position:static;background:#0d1112;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px;padding:5px 7px;border:1px solid rgba(182,245,255,.18);border-radius:6px}

/* NEGXT V03.5.1 */
.official-n{display:block;object-fit:contain}
.top-n{width:36px;height:42px}
.public-n{width:54px;height:62px}
.brand-word{display:none!important}
#publicEventsRotator{min-height:88px}

/* NEGXT V03.5.2 */
.login-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0 22px}
.login-type{min-height:118px;text-align:left;border:1px solid rgba(182,245,255,.15);border-radius:14px;background:#0c1011;color:#fff;padding:15px;display:flex;flex-direction:column;gap:5px}
.login-type b{font-size:22px;color:var(--cyan)}.login-type strong{font-size:13px}.login-type small{font-size:9px;color:#879296}.active-login{background:linear-gradient(145deg,rgba(182,245,255,.08),#0b0f10)}

.exp-card{position:relative;overflow:hidden}.exp-art{position:relative;overflow:hidden;min-height:150px;background:#0b0e0f}
.exp-visual{position:absolute;inset:0;opacity:.32;filter:grayscale(1);transform:scale(1.03)}
.exp-art:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.72))}
.exp-art>span{position:absolute;left:15px;bottom:13px;z-index:2;color:#fff;font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}

/* Ski: abstract glacier / mountain silhouette */
.exp-ski .exp-visual,
.event-bg-ski:before{
  background:
    linear-gradient(135deg,transparent 0 28%,rgba(255,255,255,.22) 28% 29%,transparent 29% 100%),
    linear-gradient(155deg,transparent 0 38%,rgba(255,255,255,.12) 38% 55%,transparent 55% 100%),
    linear-gradient(180deg,#202728 0%,#0b0d0e 100%);
}

/* Hockey: rink lines / puck feel */
.exp-hockey .exp-visual,
.event-bg-hockey:before{
  background:
    radial-gradient(circle at 72% 48%,rgba(255,255,255,.18) 0 8%,transparent 8.5%),
    linear-gradient(90deg,transparent 0 48%,rgba(255,255,255,.12) 48% 50%,transparent 50%),
    linear-gradient(180deg,#1d2324 0%,#090b0c 100%);
}

/* Team: arena / tunnel feel */
.exp-team .exp-visual,
.event-bg-team:before{
  background:
    linear-gradient(110deg,transparent 0 18%,rgba(255,255,255,.09) 18% 20%,transparent 20% 100%),
    linear-gradient(70deg,transparent 0 65%,rgba(255,255,255,.08) 65% 67%,transparent 67%),
    radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.14),transparent 55%),
    #0b0d0e;
}

.event-detail-hero{position:relative;overflow:hidden;padding:32px 18px 24px;border-radius:16px;margin-top:8px}
.event-detail-hero:before{content:"";position:absolute;inset:0;opacity:.28;filter:grayscale(1)}
.event-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55))}
.event-detail-hero>*{position:relative;z-index:2}

/* NEGXT V03.5.3 */
.public-section button,.section-head button{background:none;border:0;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:1px}
.all-events-list{display:grid;gap:10px;margin:18px 0 30px}
.home-exp-list{display:grid;gap:11px;margin:8px 0 26px}
.home-exp-card{display:grid;grid-template-columns:108px 1fr;border:1px solid rgba(182,245,255,.15);border-radius:14px;overflow:hidden;background:#0c1011}
.home-exp-visual{position:relative;min-height:128px;background:#0b0d0e;overflow:hidden}.home-exp-visual .exp-visual{position:absolute;inset:0;opacity:.35;filter:grayscale(1)}.home-exp-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.55))}.home-exp-visual>span{position:absolute;left:10px;bottom:9px;z-index:2;color:#fff;font-size:8px;font-weight:900;letter-spacing:1px}
.home-exp-body{padding:13px 12px}.home-exp-body>small{color:#7f8b8e;font-size:8px;line-height:1.35;display:block}.home-exp-body h3{font-size:15px;line-height:1.15;margin:6px 0 10px}.home-exp-meta{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#919c9f}.home-exp-meta strong{font-size:15px;color:#fff}
.mini-cta{margin-top:10px;width:100%;padding:8px;border-radius:8px;border:1px solid rgba(182,245,255,.22);background:transparent;color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px}.mini-cta.requested{color:#7f8b8e;border-color:rgba(255,255,255,.08)}
.parent-request-banner{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;margin:8px 0 18px;border-radius:13px;border:1px solid rgba(182,245,255,.2);background:rgba(182,245,255,.06)}.parent-request-banner div{display:flex;flex-direction:column;gap:3px}.parent-request-banner small{font-size:8px;color:var(--cyan);font-weight:900;letter-spacing:1px}.parent-request-banner strong{font-size:14px}.parent-request-banner span{font-size:24px;color:var(--cyan)}
.readonly-note{font-size:10px;color:#808c8f;line-height:1.45;padding:12px 0 18px}.readonly-note b{color:var(--cyan)}
.request-list{display:grid;gap:8px;margin:8px 0 20px}.request-card{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:13px;border-radius:11px;border:1px solid rgba(182,245,255,.14);background:#0d1112;color:#fff}.request-card div{display:flex;flex-direction:column;gap:3px}.request-card small{color:var(--cyan);font-size:7px;font-weight:900;letter-spacing:1px}.request-card strong{font-size:13px}.request-card span{font-size:9px;color:#7f8a8d}.request-card>b{font-size:25px;color:var(--cyan)}

/* NEGXT V03.5.4 */
.request-card-action{border:1px solid rgba(182,245,255,.14);border-radius:12px;background:#0d1112;overflow:hidden}
.request-main{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:13px;border:0;background:transparent;color:#fff}
.request-main div{display:flex;flex-direction:column;gap:3px}.request-main small{color:var(--cyan);font-size:7px;font-weight:900;letter-spacing:1px}.request-main strong{font-size:13px}.request-main span{font-size:9px;color:#7f8a8d}.request-main>b{font-size:25px;color:var(--cyan)}
.request-actions{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid rgba(255,255,255,.06)}
.request-actions button{border:0;border-right:1px solid rgba(255,255,255,.06);background:#0a0d0e;color:#9aa4a7;padding:10px 5px;font-size:8px;font-weight:900;letter-spacing:.7px}.request-actions button:last-child{border-right:0}
.request-actions .approve{color:var(--cyan);background:rgba(182,245,255,.04)}.request-actions .decline{color:#a78e8e}
.mini-cta.booked{color:var(--cyan);background:rgba(182,245,255,.05)}.mini-cta.declined{color:#9aa4a7;border-style:dashed}
.booking-summary{display:flex;align-items:center;gap:10px;margin:8px 0 18px;padding:12px 14px;border-radius:11px;border:1px solid rgba(182,245,255,.12);background:#0d1112}.booking-summary>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(182,245,255,.08);color:var(--cyan);font-weight:900}.booking-summary div{display:flex;flex-direction:column}.booking-summary small{font-size:7px;color:var(--cyan);font-weight:900;letter-spacing:1px}.booking-summary strong{font-size:11px;margin-top:2px}

/* NEGXT V03.5.5 */
.send-exp-summary{display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid rgba(182,245,255,.14);border-radius:13px;background:#0d1112;margin:16px 0}.send-exp-summary small{color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:1px}.send-exp-summary strong{font-size:16px}.send-exp-summary span{font-size:9px;color:#7f8b8e}
.recipient-list{display:grid;gap:9px;margin:12px 0 20px}.recipient-card{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:10px;width:100%;padding:12px;border:1px solid rgba(182,245,255,.14);border-radius:12px;background:#0d1112;color:#fff;text-align:left}.recipient-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(182,245,255,.07);color:var(--cyan);font-size:11px;font-weight:900}.recipient-card div:nth-child(2){display:flex;flex-direction:column;gap:2px}.recipient-card strong{font-size:12px}.recipient-card small{font-size:8px;color:#7f8b8e}.recipient-card>b{color:var(--cyan);font-size:22px}
.supporter-connect{margin-top:20px}.approved-supporters{display:grid;gap:7px}.approved-supporter{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;border:1px solid rgba(182,245,255,.12);border-radius:10px;background:#0d1112}.approved-supporter div{display:flex;flex-direction:column}.approved-supporter strong{font-size:11px}.approved-supporter small{font-size:8px;color:#7f8b8e}.approved-supporter button{border:0;background:none;color:#998787;font-size:7px;font-weight:900;letter-spacing:.8px}

/* NEGXT V03.5.6 */
.clickable-request{width:100%;border:1px solid rgba(182,245,255,.2);color:#fff;text-align:left;cursor:pointer}
.clickable-request em{font-style:normal;font-size:7px;color:var(--cyan);font-weight:900;letter-spacing:1px;margin-top:4px}
.clickable-request>span{font-size:28px!important}
.recipient-card:disabled{opacity:.72;cursor:default}
.recipient-card em{display:block;margin-top:4px;font-style:normal;color:var(--cyan);font-size:7px;font-weight:900;letter-spacing:.8px}
.recipient-card-wrap{display:block}

/* V03.5.8 supporter dashboard */
.supporter-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 22px}.supporter-stat{padding:16px 10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;text-align:center;background:rgba(255,255,255,.03)}.supporter-stat strong{display:block;font-size:26px}.supporter-stat span{display:block;font-size:10px;letter-spacing:.12em;opacity:.65;margin-top:4px}@media(max-width:480px){.supporter-stats{gap:8px}.supporter-stat{padding:14px 6px}.supporter-stat strong{font-size:22px}}

/* V03.5.9 supporter access requests */
.support-request-box{margin-top:18px;padding-top:18px;border-top:1px solid rgba(160,235,246,.25)}
.support-request-box label{display:block;margin:12px 0;font-weight:700}
.support-request-box input,.support-request-box textarea{width:100%;margin-top:8px}
.access-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:18px}
.access-modal{width:min(560px,100%);background:#0e1415;border:1px solid rgba(160,235,246,.35);border-radius:24px;padding:24px;box-shadow:0 20px 70px rgba(0,0,0,.55);margin-bottom:76px}
.access-modal h3{font-size:1.55rem;line-height:1.1;margin:12px 0 18px}
.request-person{display:grid;gap:3px;padding:14px;border-radius:16px;background:rgba(255,255,255,.04);margin-bottom:14px}
.request-person strong{font-size:1.1rem}.request-person span{color:#a6eef7}.request-person small{color:#a8b0b2}
.request-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.request-actions .text-btn{grid-column:1/-1;background:none;border:0;color:#a8b0b2;padding:8px}


/* NEGXT V03.5.11 — isolated monthly game plugin */
.monthly-game-card{
  width:100%;
  margin:18px 0;
  padding:20px;
  border:1px solid rgba(157,235,249,.34);
  border-radius:22px;
  background:
    radial-gradient(circle at 84% 20%,rgba(157,235,249,.14),transparent 27%),
    linear-gradient(145deg,#0b1113,#07090a);
  color:#fff;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.monthly-game-card div{display:flex;flex-direction:column;gap:5px}
.monthly-game-card small{font-size:10px;letter-spacing:.17em;color:#8edceb;font-weight:800}
.monthly-game-card strong{font-size:24px;line-height:1.05}
.monthly-game-card span{font-size:13px;color:#aeb9bd;line-height:1.35}
.monthly-game-card>b{white-space:nowrap;color:#b7f3ff;font-size:13px;letter-spacing:.08em}
.challenge-head{padding-bottom:10px}
.game-plugin-shell{
  width:100%;
  height:min(74dvh,780px);
  min-height:560px;
  border:1px solid rgba(157,235,249,.28);
  border-radius:24px;
  overflow:hidden;
  background:#000;
  margin-bottom:10px;
}
.game-plugin-shell iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#000;
}
.game-plugin-note{
  padding:0 4px 110px;
  color:#708087;
  font-size:11px;
  letter-spacing:.08em;
  text-align:center;
}

/* V03.5.12 public/focused challenge entry */
.nav-game{
  color:#071013!important;
  background:#aeefff!important;
  border:1px solid #aeefff!important;
  border-radius:999px!important;
  padding:8px 14px!important;
  font-weight:900!important;
}
.game-plugin-shell--focus{
  margin-top:8px;
  height:calc(100dvh - 105px);
  min-height:620px;
  border-radius:18px;
}
@media(max-width:600px){
  .game-plugin-shell--focus{
    height:calc(100dvh - 82px);
    min-height:560px;
    border-radius:14px;
    margin-top:4px;
  }
}

.challenge-auth-card{max-width:560px;margin:8vh auto 0;padding:28px;border:1px solid rgba(157,235,249,.35);border-radius:26px;background:linear-gradient(160deg,#0d1416,#07090a)}
.challenge-auth-card h2{font-size:42px;line-height:1;margin:8px 0 14px}
.challenge-auth-card p{color:#aab7bb;line-height:1.5;margin-bottom:22px}
.challenge-auth-card .btn{margin-top:10px}
.challenge-not-now{width:100%;border:0;background:transparent;color:#829196;padding:16px;font-weight:800}
.game-save-toast{position:fixed;top:max(76px,calc(env(safe-area-inset-top) + 62px));left:50%;transform:translateX(-50%);z-index:99;background:#10201e;color:#b7f3ff;border:1px solid rgba(183,243,255,.4);border-radius:999px;padding:10px 16px;font-size:13px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.35);white-space:nowrap}

/* V03.5.16 — public challenge leaderboard */
.public-challenge-board-section{
  margin:38px 0 24px;
  padding:24px;
  border:1px solid rgba(157,235,249,.24);
  border-radius:26px;
  background:radial-gradient(circle at 88% 12%,rgba(157,235,249,.12),transparent 26%),linear-gradient(160deg,#0b1113,#07090a);
}
.public-board-kicker{font-size:10px;letter-spacing:.18em;font-weight:900;color:#8edceb;margin-bottom:8px}
.public-board-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.public-board-head h2{margin:0 0 6px;font-size:32px}
.public-board-head p{margin:0;color:#9eabb0}
.public-board-play{border:1px solid #aeefff;background:#aeefff;color:#071013;border-radius:999px;padding:10px 14px;font-weight:900;white-space:nowrap}
.public-board-list{display:flex;flex-direction:column}
.public-board-row{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:13px 2px;border-top:1px solid rgba(255,255,255,.07)}
.public-board-row:first-child{border-top:0}
.public-board-row b{color:#8edceb;font-size:15px}
.public-board-row span{font-weight:800}
.public-board-row strong{font-size:19px}
.public-board-empty{padding:18px 0;color:#88979c}
@media(max-width:600px){
  .public-challenge-board-section{padding:19px;margin-top:28px}
  .public-board-head{align-items:flex-start;flex-direction:column}
  .public-board-head h2{font-size:28px}
  .public-board-play{width:100%}
}


/* V03.5.18 — richer journey media, password controls, challenge access */
.password-wrap{
  position:relative;
  display:flex;
  align-items:center;
}
.password-wrap input{
  width:100%;
  padding-right:52px !important;
}
.password-eye{
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--text, #111);
  font-size:18px;
  cursor:pointer;
  opacity:.55;
}
.password-eye.is-showing{opacity:1}
.forgot-link{
  align-self:flex-end;
  margin:-4px 0 4px auto;
  border:0;
  background:transparent;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-decoration:underline;
  cursor:pointer;
}
.photo-upload-label{
  border:1px dashed rgba(0,0,0,.2);
  border-radius:18px;
  padding:14px;
}
.photo-upload-label small{
  float:right;
  opacity:.55;
}
.photo-upload-label input[type=file]{
  margin-top:10px;
  width:100%;
}
.post-photo-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
}
.photo-preview-cell{
  aspect-ratio:1/1;
  border-radius:14px;
  overflow:hidden;
  background:#eee;
}
.photo-preview-cell img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.journey-card{
  overflow:hidden;
}
.journey-card-copy{
  padding:0;
}
.journey-media{
  display:grid;
  gap:3px;
  margin:-1px -1px 16px;
  overflow:hidden;
  border-radius:inherit;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.journey-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:0;
}
.journey-media-1{
  grid-template-columns:1fr;
  aspect-ratio:16/10;
}
.journey-media-2{
  grid-template-columns:1fr 1fr;
  aspect-ratio:16/8;
}
.journey-media-3{
  grid-template-columns:1.25fr .75fr;
  grid-template-rows:1fr 1fr;
  height:280px;
}
.journey-media-3 img:first-child{
  grid-row:1 / span 2;
}
.monthly-game-card{
  margin-top:16px;
  margin-bottom:18px;
}
@media(max-width:560px){
  .journey-media-3{height:230px}
}

/* V03.5.20 — make password controls unmistakable */
.password-eye{
  display:flex !important;
  align-items:center;
  justify-content:center;
  font-size:17px !important;
  opacity:.9 !important;
  cursor:pointer;
}
.forgot-link{
  display:block !important;
  color:var(--cyan, #9eefff) !important;
  font-size:13px !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  margin-top:2px !important;
  padding:4px 0 !important;
}
.login-password-help{
  margin-top:-3px;
  font-size:11px;
  line-height:1.4;
  opacity:.55;
}


/* V03.5.21 — journey details, likes, edit and delete */
.journey-clickable{cursor:pointer}
.journey-clickable:focus-visible{outline:2px solid var(--cyan,#9eefff);outline-offset:3px}
.journey-card-footer{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px
}
.post-like-mini,.post-like-large{
  border:1px solid rgba(158,239,255,.35);
  background:rgba(158,239,255,.06);
  color:inherit;border-radius:999px;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:42px;padding:7px 13px;font-weight:800
}
.post-like-mini.liked,.post-like-large.liked{background:rgba(158,239,255,.16);border-color:var(--cyan,#9eefff)}
.post-like-mini [data-like-icon],.post-like-large [data-like-icon]{font-size:20px;line-height:1}
.post-detail-card{
  border:1px solid rgba(158,239,255,.25);
  border-radius:24px;overflow:hidden;background:rgba(255,255,255,.015);margin-bottom:16px
}
.post-detail-copy{padding:22px}
.post-detail-copy h2{margin:10px 0 12px}
.post-detail-body{font-size:18px;line-height:1.55;white-space:pre-wrap}
.post-detail-media{display:grid;gap:3px;overflow:hidden}
.post-detail-media img{width:100%;height:100%;object-fit:cover;display:block}
.post-detail-media.journey-media-1{aspect-ratio:16/10}
.post-detail-media.journey-media-2{grid-template-columns:1fr 1fr;aspect-ratio:16/8}
.post-detail-media.journey-media-3{grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;height:360px}
.post-detail-media.journey-media-3 img:first-child{grid-row:1 / span 2}
.post-detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.btn.compact{width:auto;min-height:44px;padding:10px 16px}
.btn.danger{background:transparent;border:1px solid rgba(255,120,120,.5);color:#ffb0b0}
.edit-current-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:18px}
.edit-current-photos img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}
@media(max-width:560px){
  .post-detail-media.journey-media-3{height:250px}
  .post-detail-copy{padding:18px}
  .post-detail-body{font-size:16px}
}


/* V03.5.22 — edit journey photo controls */
.edit-current-photos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:10px 0 8px;
}
.edit-photo-tile{
  position:relative;
  min-width:0;
}
.edit-photo-tile img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:16px;
  display:block;
  border:1px solid rgba(158,239,255,.25);
}
.edit-photo-remove{
  position:absolute;
  top:7px;
  right:7px;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(0,0,0,.78);
  color:#fff;
  font-size:24px;
  line-height:28px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.edit-photo-remove:active{transform:scale(.96)}
.edit-photo-instruction{
  margin-bottom:18px;
}
@media(max-width:480px){
  .edit-current-photos{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .edit-photo-remove{width:32px;height:32px;top:5px;right:5px}
}


/* V03.5.25 — Journey author identity + guardian contact */
.journey-author{
  display:flex;align-items:center;gap:12px;padding:0 0 18px;margin-bottom:18px;
  border-bottom:1px solid rgba(158,239,255,.14)
}
.journey-author-avatar{
  width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:rgba(158,239,255,.12);border:1px solid rgba(158,239,255,.35);
  font-weight:900;font-size:20px
}
.journey-author>div:last-child{display:flex;flex-direction:column;min-width:0}
.journey-author small{font-size:10px;letter-spacing:.16em;color:var(--cyan,#9eefff);font-weight:900}
.journey-author strong{font-size:18px;margin-top:2px}
.journey-author span{font-size:13px;opacity:.65;margin-top:2px}
.safe-contact-box{
  margin-top:22px;padding:16px;border-radius:18px;border:1px solid rgba(158,239,255,.28);
  background:rgba(158,239,255,.05);display:flex;align-items:center;justify-content:space-between;gap:16px
}
.safe-contact-box>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.safe-contact-box small{font-size:10px;letter-spacing:.14em;color:var(--cyan,#9eefff);font-weight:900}
.safe-contact-box strong{font-size:14px}
.safe-contact-box span{font-size:12px;opacity:.6}
.contact-request-card{
  border:1px solid rgba(158,239,255,.25);border-radius:20px;padding:18px;margin-bottom:12px;
  background:rgba(255,255,255,.015)
}
.contact-request-card h3{margin:10px 0 8px}
.contact-request-card p{white-space:pre-wrap;line-height:1.5}
.contact-banner{border-color:rgba(158,239,255,.5)}
@media(max-width:560px){
  .safe-contact-box{align-items:stretch;flex-direction:column}
  .safe-contact-box .btn{width:100%}
}


/* V03.5.27 — homepage supporting text matches intro styling */
.hero-experience-line{
  max-width:none;
  margin:14px 0 18px;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  opacity:1;
  text-align:left;
}
@media(max-width:560px){
  .hero-experience-line{
    margin-top:12px;
    margin-bottom:16px;
    text-align:left;
  }
}


/* Keep public hero copy consistently left aligned */
.public-hero,
.public-hero p,
.public-hero .hero-experience-line{
  text-align:left;
}




/* Brand hierarchy: same typeface, controlled sizes. */
.public-hero h1{
  font-size:52px;
  line-height:.88;
  letter-spacing:-2px;
}
.section-head h3{
  font-size:23px;
  line-height:1;
  letter-spacing:.1px;
}
.public-event-card h3,
.event-card h3,
.journey-card h3,
.journey-card h2{
  font-size:17px;
  line-height:1.05;
  letter-spacing:.05px;
}
.public-board-head h2,
.public-about h2,
.join-panel h2{
  font-size:32px;
  line-height:1;
  letter-spacing:.1px;
}
.post-detail-card h2,
.about-hero h2{
  letter-spacing:.1px;
}

/* Keep body copy in the narrow sans family, never the display face. */
.public-hero p,
.hero-experience-line,
.public-event-card p,
.journey-card p,
.public-board-head p,
.public-about p,
.join-panel p{
  font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;
  font-stretch:condensed;
}


/* ===========================
   NEGXT V04.1 — LIVE UI
   No screenshot/mockup UI is embedded.
   =========================== */
:root{
  --negxt-font:"Gilroy","Helvetica Neue",Arial,sans-serif;
  --negxt-display:"Gilroy","Arial Narrow","Helvetica Neue",Arial,sans-serif;
}
html,body,button,input,select,textarea{
  font-family:var(--negxt-font) !important;
}
h1,h2,h3,h4,h5,h6,strong,.btn,.kicker,.section-head,.journey-type{
  font-family:var(--negxt-display) !important;
}

/* Real interactive hero: live text/buttons on the left, photography on the right. */
.v04-live-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,1fr);
  gap:34px;
  align-items:center;
  padding-top:28px;
  padding-bottom:28px;
}
.v04-live-copy{
  min-width:0;
}
.v04-live-copy h1,
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  text-align:left !important;
}
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  max-width:620px;
}
.v04-live-photo{
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(5,10,11,.18),rgba(5,10,11,0) 40%),
    url("assets/hero-athlete-highfive.jpg") center/cover no-repeat;
  box-shadow:0 24px 80px rgba(0,0,0,.34);
}

/* Existing experience and journey cards stay fully interactive. */
.public-event-card,
.event-card,
.journey-card{
  position:relative;
}
.public-event-card img,
.event-card img,
.journey-card img{
  display:block;
}

/* Experience visuals: support real uploaded images where present without
   turning cards into static screenshots. */
.public-event-card .experience-photo,
.event-card .experience-photo{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:16px;
  margin:0 0 12px;
}

/* Desktop: keep normal comfortable content width. */
@media(min-width:781px){
  .public-shell,
  .app-shell,
  main{
    width:100%;
  }
}

/* Mobile: photo becomes a natural hero image above the live text.
   No shrinking the text into a narrow left column. */
@media(max-width:780px){
  .v04-live-hero{
    grid-template-columns:1fr;
    gap:20px;
  }
  .v04-live-photo{
    order:1;
    min-height:300px;
    width:100%;
    border-radius:22px;
  }
  .v04-live-copy{
    order:2;
    width:100%;
  }
  .v04-live-copy h1,
  .v04-live-copy p,
  .v04-live-copy .hero-experience-line{
    width:auto;
    max-width:none;
    text-align:left !important;
  }
}


/* NEGXT V04.2 — hero photo is decorative only and never affects layout */
.v04-live-hero{
  display:block !important;
  position:relative !important;
  overflow:hidden !important;
  min-height:0 !important;
  padding-top:28px !important;
  padding-bottom:34px !important;
}
.v04-live-copy{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  max-width:none !important;
  display:block !important;
}
.v04-live-copy h1{
  position:relative !important;
  z-index:2 !important;
  max-width:760px !important;
}
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  position:relative !important;
  z-index:2 !important;
  max-width:650px !important;
}
.v04-live-copy .btn{
  position:relative !important;
  z-index:2 !important;
}

.v04-live-photo{
  position:absolute !important;
  z-index:1 !important;
  top:72px !important;
  right:3% !important;
  width:38% !important;
  max-width:430px !important;
  height:300px !important;
  min-height:0 !important;
  border-radius:24px !important;
  margin:0 !important;
  pointer-events:none !important;
  opacity:.42 !important;
  background:
    linear-gradient(90deg,rgba(5,10,11,.82) 0%,rgba(5,10,11,.26) 38%,rgba(5,10,11,.06) 100%),
    linear-gradient(0deg,rgba(5,10,11,.20),rgba(5,10,11,.05)),
    url("assets/hero-athlete-highfive.jpg") center/cover no-repeat !important;
  box-shadow:none !important;
  filter:grayscale(1) contrast(1.04) !important;
}

/* The text column keeps its normal width; nothing is squeezed by the image. */
@media(min-width:781px){
  .v04-live-copy{
    padding-right:0 !important;
  }
}

/* On phones the image remains a subtle background accent beside the heading,
   never a standalone block and never above/below the content. */
@media(max-width:780px){
  .v04-live-hero{
    display:block !important;
    padding-top:22px !important;
    padding-bottom:28px !important;
  }
  .v04-live-photo{
    display:block !important;
    position:absolute !important;
    top:76px !important;
    right:-34px !important;
    width:48% !important;
    height:190px !important;
    border-radius:20px !important;
    opacity:.24 !important;
  }
  .v04-live-copy{
    width:100% !important;
  }
  .v04-live-copy h1,
  .v04-live-copy p,
  .v04-live-copy .hero-experience-line{
    width:auto !important;
    max-width:none !important;
    text-align:left !important;
  }
}


/* NEGXT V04.3 — clean hero crop and better composition */
.v04-live-photo{
  top:92px !important;
  right:4% !important;
  width:34% !important;
  max-width:390px !important;
  height:245px !important;
  background:
    linear-gradient(90deg,rgba(5,10,11,.72) 0%,rgba(5,10,11,.18) 34%,rgba(5,10,11,0) 100%),
    url("assets/hero-athlete-highfive.jpg") center center/cover no-repeat !important;
  opacity:.48 !important;
  border-radius:22px !important;
}

/* Keep headline and body exactly where they were; photo never reserves space. */
.v04-live-copy,
.v04-live-copy h1,
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  position:relative !important;
  z-index:2 !important;
}

/* Mobile uses the same clean people-only crop, smaller and subtler. */
@media(max-width:780px){
  .v04-live-photo{
    top:82px !important;
    right:-18px !important;
    width:42% !important;
    height:145px !important;
    opacity:.25 !important;
    background:
      linear-gradient(90deg,rgba(5,10,11,.76) 0%,rgba(5,10,11,.20) 38%,rgba(5,10,11,0) 100%),
      url("assets/hero-athlete-highfive.jpg") center center/cover no-repeat !important;
  }
}


/* NEGXT V04.4 — wider hero visual with full people visible */
.v04-live-hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;
}

/* Larger visual area across the right side of the hero.
   Use contain so neither person is cropped out. */
.v04-live-photo{
  position:absolute !important;
  z-index:1 !important;
  top:58px !important;
  right:0 !important;
  width:64% !important;
  max-width:none !important;
  height:390px !important;
  min-height:0 !important;
  border-radius:0 !important;
  opacity:.58 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,
      rgba(5,10,11,1) 0%,
      rgba(5,10,11,.96) 12%,
      rgba(5,10,11,.76) 28%,
      rgba(5,10,11,.34) 46%,
      rgba(5,10,11,.08) 68%,
      rgba(5,10,11,0) 100%),
    url("assets/hero-athlete-highfive.jpg") right center / contain no-repeat !important;
  box-shadow:none !important;
  filter:grayscale(1) contrast(1.05) !important;
}

/* Keep all real text and buttons above the visual. */
.v04-live-copy,
.v04-live-copy h1,
.v04-live-copy p,
.v04-live-copy .hero-experience-line,
.v04-live-copy .btn{
  position:relative !important;
  z-index:3 !important;
}

/* Text area remains readable on the black left side. */
.v04-live-copy h1{
  max-width:700px !important;
}
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  max-width:610px !important;
}

/* Mobile: still use a broad background visual, but keep it subtle.
   Image stays on the right and never becomes a separate card. */
@media(max-width:780px){
  .v04-live-photo{
    top:72px !important;
    right:-10px !important;
    width:76% !important;
    height:225px !important;
    opacity:.30 !important;
    background:
      linear-gradient(90deg,
        rgba(5,10,11,1) 0%,
        rgba(5,10,11,.92) 18%,
        rgba(5,10,11,.55) 42%,
        rgba(5,10,11,.14) 72%,
        rgba(5,10,11,0) 100%),
      url("assets/hero-athlete-highfive.jpg") right center / contain no-repeat !important;
  }
}


/* NEGXT V04.5 — full hero-area background visual */
.v04-live-hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  padding-top:30px !important;
  padding-bottom:34px !important;
}

/* Use the full hero area from headline through JOIN NEGXT.
   The image sits behind everything and no longer behaves like a side card. */
.v04-live-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100% !important;
  margin:0 !important;
  border-radius:0 !important;
  opacity:1 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,
      rgba(4,8,9,1) 0%,
      rgba(4,8,9,.98) 18%,
      rgba(4,8,9,.90) 34%,
      rgba(4,8,9,.70) 50%,
      rgba(4,8,9,.34) 68%,
      rgba(4,8,9,.08) 84%,
      rgba(4,8,9,0) 100%),
    linear-gradient(180deg,
      rgba(4,8,9,.10) 0%,
      rgba(4,8,9,.02) 55%,
      rgba(4,8,9,.18) 100%),
    url("assets/hero-athlete-highfive.jpg") right center / cover no-repeat !important;
  box-shadow:none !important;
  filter:grayscale(1) contrast(1.06) !important;
}

/* Keep all real content safely above the image. */
.v04-live-copy,
.v04-live-copy h1,
.v04-live-copy p,
.v04-live-copy .hero-experience-line,
.v04-live-copy .btn{
  position:relative !important;
  z-index:3 !important;
}

/* Preserve the original readable text width over the dark left side. */
.v04-live-copy h1{
  max-width:720px !important;
}
.v04-live-copy p,
.v04-live-copy .hero-experience-line{
  max-width:650px !important;
}

/* Mobile gets the same full-area treatment with a stronger fade. */
@media(max-width:780px){
  .v04-live-hero{
    padding-top:24px !important;
    padding-bottom:30px !important;
  }
  .v04-live-photo{
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    opacity:1 !important;
    background:
      linear-gradient(90deg,
        rgba(4,8,9,1) 0%,
        rgba(4,8,9,.98) 24%,
        rgba(4,8,9,.88) 46%,
        rgba(4,8,9,.50) 68%,
        rgba(4,8,9,.12) 88%,
        rgba(4,8,9,0) 100%),
      linear-gradient(180deg,
        rgba(4,8,9,.08) 0%,
        rgba(4,8,9,.04) 58%,
        rgba(4,8,9,.22) 100%),
      url("assets/hero-athlete-highfive.jpg") 72% center / cover no-repeat !important;
  }
}


/* NEGXT V04.6 — keep both people visible on desktop and mobile */
.v04-live-photo{
  background:
    linear-gradient(90deg,
      rgba(4,8,9,1) 0%,
      rgba(4,8,9,.98) 18%,
      rgba(4,8,9,.90) 34%,
      rgba(4,8,9,.66) 50%,
      rgba(4,8,9,.26) 70%,
      rgba(4,8,9,.04) 88%,
      rgba(4,8,9,0) 100%),
    linear-gradient(180deg,
      rgba(4,8,9,.08) 0%,
      rgba(4,8,9,.02) 58%,
      rgba(4,8,9,.18) 100%),
    url("assets/hero-athlete-highfive.jpg") 92% center / auto 92% no-repeat !important;
}

/* Mobile: do NOT use cover. Cover was cropping away the people.
   Scale the full image down and anchor it to the right so both faces/upper bodies remain visible. */
@media(max-width:780px){
  .v04-live-photo{
    background:
      linear-gradient(90deg,
        rgba(4,8,9,1) 0%,
        rgba(4,8,9,.98) 26%,
        rgba(4,8,9,.86) 48%,
        rgba(4,8,9,.46) 68%,
        rgba(4,8,9,.10) 88%,
        rgba(4,8,9,0) 100%),
      linear-gradient(180deg,
        rgba(4,8,9,.06) 0%,
        rgba(4,8,9,.02) 60%,
        rgba(4,8,9,.18) 100%),
      url("assets/hero-athlete-highfive.jpg") 96% 32% / 88% auto no-repeat !important;
  }
}

/* Slightly tighter phones: keep composition intact and move the photo a touch higher. */
@media(max-width:480px){
  .v04-live-photo{
    background:
      linear-gradient(90deg,
        rgba(4,8,9,1) 0%,
        rgba(4,8,9,.98) 28%,
        rgba(4,8,9,.84) 50%,
        rgba(4,8,9,.42) 70%,
        rgba(4,8,9,.08) 90%,
        rgba(4,8,9,0) 100%),
      linear-gradient(180deg,
        rgba(4,8,9,.06) 0%,
        rgba(4,8,9,.02) 62%,
        rgba(4,8,9,.18) 100%),
      url("assets/hero-athlete-highfive.jpg") 98% 26% / 94% auto no-repeat !important;
  }
}
