﻿ .journey-module__WQfH3W__shell{background:var(--bg);min-height:100vh;color:var(--text-strong);isolation:isolate;flex-direction:column;display:flex;position:relative}.journey-module__WQfH3W__shell:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(900px 520px at 18% 12%,#ffffff0a,#0000 65%),radial-gradient(700px 400px at 100% 100%,#ffffff06,#0000 70%);position:absolute;inset:0}.journey-module__WQfH3W__shellHeader{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px)saturate(140%);z-index:10;background:#000000a8;justify-content:space-between;align-items:center;padding:1.1rem clamp(1.2rem,4vw,2.4rem);display:flex;position:sticky;top:0}.journey-module__WQfH3W__brand{color:var(--text-strong);transition:opacity var(--transition-base);flex-direction:column;gap:.16rem;text-decoration:none;display:inline-flex}.journey-module__WQfH3W__brand:hover{opacity:.78}.journey-module__WQfH3W__brandTitle{font-family:var(--font-display);letter-spacing:-.04em;font-size:1.1rem;font-weight:700;line-height:1}.journey-module__WQfH3W__brandSub{font-family:var(--font-narrow);letter-spacing:.26em;text-transform:uppercase;color:var(--text-soft);font-size:.66rem;font-weight:500}.journey-module__WQfH3W__headerLinks{font-family:var(--font-narrow);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:1.4rem;font-size:.74rem;font-weight:500;display:flex}.journey-module__WQfH3W__headerLinks a{color:var(--text-muted);transition:color var(--transition-base);text-decoration:none;position:relative}.journey-module__WQfH3W__headerLinks a:hover{color:var(--text-strong)}.journey-module__WQfH3W__panel{isolation:isolate;flex:1;justify-content:center;padding:clamp(1.4rem,3.5vw,2.6rem) clamp(1.2rem,4vw,2.4rem) clamp(2rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.journey-module__WQfH3W__lightPanel{color:var(--text-strong);background:0 0}.journey-module__WQfH3W__darkPanel{background:var(--surface-base);color:var(--text-strong);border-top:1px solid var(--border);padding:clamp(2rem,4vw,3rem) clamp(1.2rem,4vw,2.4rem)}.journey-module__WQfH3W__panelGlow{filter:blur(80px);pointer-events:none;z-index:0;opacity:.6;border-radius:50%;width:36rem;height:36rem;position:absolute;inset:auto auto -20% 50%;transform:translate(-50%)}.journey-module__WQfH3W__lightPanel .journey-module__WQfH3W__panelGlow{background:radial-gradient(circle,#ffffff0f,#0000 60%)}.journey-module__WQfH3W__darkPanel .journey-module__WQfH3W__panelGlow{background:radial-gradient(circle,#ffffff08,#0000 60%)}.journey-module__WQfH3W__panelContent{z-index:1;width:min(100%,520px);animation:journey-module__WQfH3W__deltaPanelFade .7s var(--easing) both;flex-direction:column;gap:1.2rem;display:flex;position:relative}.journey-module__WQfH3W__darkPanel .journey-module__WQfH3W__panelContent{width:min(100%,760px)}@keyframes journey-module__WQfH3W__deltaPanelFade{0%{opacity:0;filter:blur(8px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}.journey-module__WQfH3W__eyebrow{font-family:var(--font-narrow);letter-spacing:.26em;text-transform:uppercase;color:var(--text-soft);align-items:center;gap:.6rem;font-size:.66rem;font-weight:500;display:inline-flex}.journey-module__WQfH3W__eyebrow:before{content:"";background:var(--text-soft);width:1.4rem;height:1px;display:inline-block}.journey-module__WQfH3W__title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-strong);margin:0;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:600;line-height:1.05}.journey-module__WQfH3W__lead{max-width:48ch;color:var(--text-muted);margin:0;font-size:clamp(.96rem,1.1vw,1.04rem);line-height:1.65}.journey-module__WQfH3W__list{gap:.8rem;margin:.6rem 0 0;padding:0;list-style:none;display:grid}.journey-module__WQfH3W__list li{color:var(--text);align-items:flex-start;gap:.85rem;font-size:.94rem;line-height:1.55;display:flex}.journey-module__WQfH3W__list li:before{content:"";background:var(--text-strong);border-radius:50%;flex:0 0 5px;width:5px;height:5px;margin-top:.65rem}.journey-module__WQfH3W__darkPanel .journey-module__WQfH3W__list li:before{background:var(--text-soft)}.journey-module__WQfH3W__actions{flex-direction:column;gap:.7rem;margin-top:.4rem;display:flex}.journey-module__WQfH3W__actionsRow{flex-wrap:wrap;gap:.7rem;display:flex}.journey-module__WQfH3W__formCard{border-radius:var(--radius-lg);background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-soft);color:var(--text-strong);gap:1rem;margin-top:.4rem;padding:1.7rem;display:grid;position:relative;overflow:hidden}.journey-module__WQfH3W__formCard:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff06,#0000 30%);position:absolute;inset:0}.journey-module__WQfH3W__formField{z-index:1;gap:.45rem;display:grid;position:relative}.journey-module__WQfH3W__formLabel{font-family:var(--font-narrow);letter-spacing:.22em;text-transform:uppercase;color:var(--text-soft);font-size:.66rem;font-weight:600}.journey-module__WQfH3W__formInput{border-radius:var(--radius-md);border:2px solid var(--border-strong);background:var(--surface-inset);width:100%;color:var(--text-strong);font:inherit;border-bottom-width:3px;outline:none;padding:.9rem 1rem;font-size:.96rem;font-weight:500;transition:border-color .12s,background .12s,box-shadow .12s}.journey-module__WQfH3W__formInput:hover{background:var(--surface-hover);border-color:#ffffff38}.journey-module__WQfH3W__formInput:focus{border-color:var(--accent);background:var(--surface-hover);box-shadow:0 0 0 4px #ffffff1a}.journey-module__WQfH3W__formInput::placeholder{color:var(--text-soft)}.journey-module__WQfH3W__formSubmit{border:2px solid var(--accent);border-radius:var(--radius-md);background:var(--accent);color:var(--accent-ink);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform 80ms ease, box-shadow 80ms ease, background var(--transition-base), opacity var(--transition-base);margin-top:.4rem;padding:.95rem 1.6rem;font-size:.92rem;font-weight:700;position:relative;box-shadow:0 4px #b3b3b3}.journey-module__WQfH3W__formSubmit:focus-visible{outline-offset:3px;outline:3px solid #ffffff59}.journey-module__WQfH3W__formSubmit:hover{background:var(--accent);border-color:var(--accent)}.journey-module__WQfH3W__formSubmit:active{transform:translateY(4px);box-shadow:0 0 #0000}.journey-module__WQfH3W__formSubmit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.journey-module__WQfH3W__helper{color:var(--text-muted);margin:0;font-size:.86rem;line-height:1.5}.journey-module__WQfH3W__helper a{color:var(--text-strong);transition:border-color var(--transition-base);border-bottom:1px solid #fff3}.journey-module__WQfH3W__helper a:hover{border-bottom-color:var(--text-strong)}.journey-module__WQfH3W__referralBadge{border-radius:var(--radius-pill);border:1px solid var(--border-strong);color:var(--text-strong);font-family:var(--font-narrow);letter-spacing:.18em;text-transform:uppercase;background:#ffffff0a;align-items:center;gap:.55rem;width:fit-content;padding:.42rem .95rem;font-size:.66rem;font-weight:500;display:inline-flex}.journey-module__WQfH3W__referralBadge:before{content:"";background:var(--text-strong);border-radius:50%;width:5px;height:5px}.journey-module__WQfH3W__divider{font-family:var(--font-narrow);letter-spacing:.26em;text-transform:uppercase;color:var(--text-soft);align-items:center;gap:.85rem;margin:.4rem 0;font-size:.66rem;display:flex}.journey-module__WQfH3W__divider:before,.journey-module__WQfH3W__divider:after{content:"";background:var(--border);flex:1;height:1px}.journey-module__WQfH3W__steps{gap:0;margin-top:.6rem;display:grid}.journey-module__WQfH3W__stepRow{border-top:1px solid var(--border);transition:transform var(--transition-base);grid-template-columns:2.6rem 1fr;gap:1rem;padding:1.1rem 0;display:grid}.journey-module__WQfH3W__stepRow:first-of-type{border-top:none;padding-top:0}.journey-module__WQfH3W__stepRow:hover{transform:translate(2px)}.journey-module__WQfH3W__stepIndex{border-radius:var(--radius-sm);background:var(--surface-raised);border:1px solid var(--border);width:2.6rem;height:2.6rem;color:var(--text-muted);font-family:var(--font-narrow);letter-spacing:.12em;transition:border-color var(--transition-base), color var(--transition-base);place-items:center;font-size:.74rem;font-weight:600;display:grid}.journey-module__WQfH3W__stepRow:hover .journey-module__WQfH3W__stepIndex{border-color:var(--border-strong);color:var(--text-strong)}.journey-module__WQfH3W__lightPanel .journey-module__WQfH3W__stepIndex{border-color:var(--border-strong);color:var(--text-strong);background:#ffffff0a}.journey-module__WQfH3W__darkPanel .journey-module__WQfH3W__stepIndex{background:var(--surface-raised);border-color:var(--border);color:var(--text-muted)}.journey-module__WQfH3W__stepBody h3{font-family:var(--font-display);letter-spacing:-.018em;color:var(--text-strong);margin:0 0 .3rem;font-size:1rem;font-weight:600}.journey-module__WQfH3W__stepBody p{color:var(--text-muted);margin:0;font-size:.93rem;line-height:1.6}.journey-module__WQfH3W__feedback{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-raised);color:var(--text);align-items:flex-start;gap:.6rem;margin:.4rem 0 0;padding:.85rem 1rem;font-size:.92rem;line-height:1.5;display:flex}.journey-module__WQfH3W__feedbackError{background:var(--status-danger-soft);border-color:var(--status-danger-edge);color:var(--status-danger)}.journey-module__WQfH3W__feedbackInfo{border-color:var(--border-strong);color:var(--text-strong);background:#ffffff0a}.journey-module__WQfH3W__feedbackSuccess{background:var(--status-success-soft);border-color:var(--status-success-edge);color:var(--status-success)}.journey-module__WQfH3W__linkRow{font-family:var(--font-narrow);letter-spacing:.18em;text-transform:uppercase;flex-wrap:wrap;gap:1.1rem;font-size:.74rem;font-weight:500;display:flex}.journey-module__WQfH3W__linkRow a{color:var(--text-muted);transition:color var(--transition-base);text-decoration:none}.journey-module__WQfH3W__linkRow a:hover{color:var(--text-strong)}.journey-module__WQfH3W__heroIllustration{border-radius:var(--radius-md);opacity:.86;filter:grayscale()contrast(1.04);width:100%;max-width:360px;height:auto;transition:opacity var(--transition-base), filter var(--transition-base);margin-bottom:.4rem}.journey-module__WQfH3W__heroIllustration:hover{opacity:1}.journey-module__WQfH3W__moonStage{aspect-ratio:1;isolation:isolate;width:clamp(140px,22vw,220px);margin:0 auto 1.2rem;position:relative}.journey-module__WQfH3W__moonHalo{filter:blur(8px);will-change:opacity, transform;background:radial-gradient(circle,#fff8e61a 0%,#fff0d20d 22%,#dcdce606 42%,#0000 62%);border-radius:50%;animation:9s ease-in-out infinite journey-module__WQfH3W__journeyMoonHalo;position:absolute;inset:-28%}.journey-module__WQfH3W__moon{opacity:.82;background:radial-gradient(circle at 32% 30%,#c9c2b2 0%,#aea693 16%,#8a8270 40%,#5a5448 66%,#322f29 90%,#1a1814 100%);border-radius:50%;animation:14s ease-in-out infinite journey-module__WQfH3W__journeyMoonBreath;position:absolute;inset:0;overflow:hidden;box-shadow:inset -22px -18px 50px #000000a6,inset 12px 12px 30px #fff0d212,0 0 40px #ffebc812,0 0 90px #ffe1b90a}.journey-module__WQfH3W__moonShade{mix-blend-mode:multiply;background:radial-gradient(circle at 78% 78%,#0000008c 0%,#00000052 28%,#0000001a 52%,#0000 70%);border-radius:50%;position:absolute;inset:0}.journey-module__WQfH3W__moonCraters{opacity:.85;background:radial-gradient(circle at 28% 22%,#fff5dc38 0 1.6%,#0000 2.2%),radial-gradient(circle at 28% 23%,#0000004d 0 1.4%,#0000 2.6%),radial-gradient(circle at 62% 35%,#fff5dc2e 0 2.2%,#0000 3%),radial-gradient(circle at 62% 36%,#00000042 0 1.8%,#0000 3.4%),radial-gradient(circle at 44% 58%,#fff5dc29 0 2.8%,#0000 3.6%),radial-gradient(circle at 44% 59%,#00000047 0 2.3%,#0000 4%),radial-gradient(circle at 72% 68%,#fff5dc24 0 1.6%,#0000 2.4%),radial-gradient(circle at 72% 69%,#00000042 0 1.3%,#0000 2.6%),radial-gradient(circle at 36% 78%,#fff5dc1a 0 1.2%,#0000 1.8%),radial-gradient(circle at 36% 79%,#0003 0 1%,#0000 2%),radial-gradient(circle at 18%,#fff5dc1f 0 1%,#0000 1.6%),radial-gradient(circle at 18% 51%,#0003 0 .8%,#0000 1.6%),radial-gradient(circle at 80% 48%,#fff5dc1a 0 1.1%,#0000 1.7%),radial-gradient(circle at 80% 49%,#0003 0 .9%,#0000 1.7%),radial-gradient(circle,#b4aa9614 0%,#786e5f0a 40%,#0000 70%);border-radius:50%;position:absolute;inset:0}@keyframes journey-module__WQfH3W__journeyMoonBreath{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.04);transform:scale(1.012)}}@keyframes journey-module__WQfH3W__journeyMoonHalo{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.journey-module__WQfH3W__moon,.journey-module__WQfH3W__moonHalo{animation:none}}@media (max-width:720px){.journey-module__WQfH3W__moonStage{width:clamp(120px,36vw,170px);margin-bottom:.9rem}}.journey-module__WQfH3W__glyphStage{aspect-ratio:1;isolation:isolate;justify-content:center;align-items:center;width:clamp(120px,18vw,180px);margin:0 auto 1.2rem;display:flex;position:relative}.journey-module__WQfH3W__glyphHalo{filter:blur(8px);z-index:-1;background:radial-gradient(circle,#fff5dc1a 0%,#dcdce60a 40%,#0000 70%);border-radius:50%;position:absolute;inset:-10%}.journey-module__WQfH3W__glyph{width:78%;height:78%;color:var(--text-strong);opacity:.92;filter:drop-shadow(0 0 24px #fff0d214)}@media (max-width:720px){.journey-module__WQfH3W__glyphStage{width:clamp(100px,32vw,150px);margin-bottom:.9rem}.journey-module__WQfH3W__shellHeader{flex-direction:row;align-items:center;gap:.6rem;padding:.9rem 1.1rem}.journey-module__WQfH3W__headerLinks{gap:1rem;font-size:.7rem}.journey-module__WQfH3W__panel{padding:2rem 1.1rem}.journey-module__WQfH3W__formCard{padding:1.3rem}.journey-module__WQfH3W__title{font-size:clamp(1.6rem,7vw,2.1rem)}.journey-module__WQfH3W__stepRow{grid-template-columns:2.2rem 1fr;gap:.85rem;padding:.95rem 0}.journey-module__WQfH3W__stepIndex{width:2.2rem;height:2.2rem}}@media (max-width:480px){.journey-module__WQfH3W__shellHeader{padding:.8rem 1rem}.journey-module__WQfH3W__headerLinks{gap:.7rem}}
.referral-invite-module__Z7RZ8G__inviteCard{border-radius:var(--radius-lg);background:radial-gradient(560px 220px at 0% 0%, #ffffff0d, transparent 60%), var(--surface-raised);border:1px solid var(--border-strong);box-shadow:var(--shadow-soft);isolation:isolate;gap:.55rem;padding:1.6rem 1.8rem;display:grid;position:relative;overflow:hidden}.referral-invite-module__Z7RZ8G__inviteCard:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff06,#0000 30%);position:absolute;inset:0}.referral-invite-module__Z7RZ8G__inviteCardGlow{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff14,#0000 60%);width:22rem;height:22rem;position:absolute;inset:-40% -10% auto auto}.referral-invite-module__Z7RZ8G__inviteCard>*{z-index:1;position:relative}.referral-invite-module__Z7RZ8G__inviteEyebrow{font-family:var(--font-narrow);letter-spacing:.32em;text-transform:uppercase;color:var(--text-soft);margin:0;font-size:.62rem}.referral-invite-module__Z7RZ8G__inviteScript{font-family:var(--font-script);color:var(--text-strong);letter-spacing:.005em;margin:0;font-size:clamp(1.6rem,3.6vw,2.2rem);font-weight:500;line-height:1.05}.referral-invite-module__Z7RZ8G__inviteUsername{font-family:var(--font-mono);letter-spacing:-.005em;color:var(--text);margin:.2rem 0 0;font-size:1.1rem}.referral-invite-module__Z7RZ8G__inviteState{font-family:var(--font-narrow);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.55rem;margin:.5rem 0 0;font-size:.7rem;display:inline-flex}.referral-invite-module__Z7RZ8G__inviteState:before{content:"";background:var(--status-success);width:5px;height:5px;box-shadow:0 0 8px var(--status-success);border-radius:50%}.referral-invite-module__Z7RZ8G__inviteStateError{color:var(--status-danger)}.referral-invite-module__Z7RZ8G__inviteStateError:before{background:var(--status-danger);box-shadow:0 0 8px var(--status-danger)}.referral-invite-module__Z7RZ8G__inviteActions{flex-direction:column;gap:.7rem;margin-top:.4rem;display:flex}
