.JourneyProgressDrawer-module__yTOPYq__drawerBackdrop{z-index:1050;pointer-events:none;background-color:#0000;transition:background-color .3s;position:fixed;inset:0}.JourneyProgressDrawer-module__yTOPYq__drawerBackdropOpen{pointer-events:auto;background-color:#00000080}.JourneyProgressDrawer-module__yTOPYq__progressDrawer{border-left:1px solid var(--color-border);z-index:1051;background:#fff;flex-direction:column;width:380px;max-width:90vw;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-4px 0 24px #0000001f}.JourneyProgressDrawer-module__yTOPYq__progressDrawerOpen{right:0}.JourneyProgressDrawer-module__yTOPYq__drawerHeader{border-bottom:1px solid var(--color-border);background:var(--color-neutral-50);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__drawerTitle{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__drawerClose{background:var(--color-neutral-100);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.JourneyProgressDrawer-module__yTOPYq__drawerClose:hover{background:var(--color-neutral-200);color:var(--color-text)}.JourneyProgressDrawer-module__yTOPYq__drawerBody{flex:1;padding:1.5rem;overflow:hidden auto}.JourneyProgressDrawer-module__yTOPYq__loadingState{color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__loadingSpinner{border:3px solid var(--color-neutral-200);border-top-color:var(--color-cgi-red);border-radius:50%;width:40px;height:40px;animation:1s linear infinite JourneyProgressDrawer-module__yTOPYq__spin}@keyframes JourneyProgressDrawer-module__yTOPYq__spin{to{transform:rotate(360deg)}}.JourneyProgressDrawer-module__yTOPYq__errorState{text-align:center;color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__errorIcon{font-size:2rem}.JourneyProgressDrawer-module__yTOPYq__errorDetail{opacity:.7;font-size:.875rem}.JourneyProgressDrawer-module__yTOPYq__stageHeroCard{background:radial-gradient(circle at 20% 20%,#ffd93d2e,#0000 55%),radial-gradient(circle at 80% 80%,#523aab59,#0000 60%),linear-gradient(135deg,#0b0f24 0%,#1a1d3d 55%,#2a1d4a 100%);border:1px solid #ffd93d59;border-radius:18px;flex-direction:row;align-items:center;gap:1.25rem;margin-bottom:.75rem;padding:.85rem 1.1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000059,inset 0 0 0 1px #ffffff0a,0 0 40px #ffd93d26}.JourneyProgressDrawer-module__yTOPYq__stageHeroCard:before{content:"";filter:blur(50px);opacity:.6;pointer-events:none;z-index:0;background:conic-gradient(#ffd93d2e,#6bd1ff2e,#ff6b6b2e,#a78bfa2e,#ffd93d2e);animation:12s linear infinite JourneyProgressDrawer-module__yTOPYq__heroSpin;position:absolute;inset:-50%}@keyframes JourneyProgressDrawer-module__yTOPYq__heroSpin{to{transform:rotate(360deg)}}.JourneyProgressDrawer-module__yTOPYq__stageHeroBadge{z-index:1;background:radial-gradient(circle at 30% 30%,#ffd93d73,#0000004d 70%);border-radius:50%;flex-shrink:0;place-items:center;width:128px;height:128px;animation:3s ease-in-out infinite JourneyProgressDrawer-module__yTOPYq__heroBadgePulse;display:grid;position:relative;box-shadow:0 0 30px #ffd93d8c,0 0 60px #ff6b6b40,inset 0 0 20px #ffd93d33}@keyframes JourneyProgressDrawer-module__yTOPYq__heroBadgePulse{0%,to{box-shadow:0 0 30px #ffd93d8c,0 0 60px #ff6b6b40,inset 0 0 20px #ffd93d33}50%{box-shadow:0 0 45px #ffd93dcc,0 0 80px #ff6b6b66,inset 0 0 25px #ffd93d59}}.JourneyProgressDrawer-module__yTOPYq__stageHeroBadgeImg{filter:drop-shadow(0 4px 14px #ffd93d8c)}.JourneyProgressDrawer-module__yTOPYq__stageHeroInfo{z-index:1;text-align:left;flex:auto;min-width:0;position:relative}.JourneyProgressDrawer-module__yTOPYq__stageHeroLabel{text-transform:uppercase;letter-spacing:.16em;color:#6bd1ff;text-shadow:0 0 10px #6bd1ff80;font-size:.7rem;font-weight:800;display:block}.JourneyProgressDrawer-module__yTOPYq__stageHeroTitle{letter-spacing:-.01em;color:#ffd93d;text-shadow:0 0 30px #ffd93d59;white-space:nowrap;flex-direction:column;gap:.05em;margin:.1rem 0 0;font-size:1.65rem;font-weight:900;line-height:1;display:flex}.JourneyProgressDrawer-module__yTOPYq__stageHeroTitleStacked{gap:.1em;font-size:1.1rem;line-height:1.05}.JourneyProgressDrawer-module__yTOPYq__stageHeroTitleLine{white-space:nowrap;background:linear-gradient(135deg,#ffd93d 0%,#ff6b6b 60%,#a78bfa 100%);-webkit-text-fill-color:transparent;color:#ffd93d;-webkit-background-clip:text;background-clip:text;display:block}.JourneyProgressDrawer-module__yTOPYq__stageHeroTitleLine:nth-child(2){opacity:1;font-size:1em}.JourneyProgressDrawer-module__yTOPYq__stageHeroSubtitle{color:var(--color-text-secondary);font-size:.875rem}.JourneyProgressDrawer-module__yTOPYq__levelTimeline{justify-content:center;align-items:center;gap:0;margin-top:.5rem;padding:.75rem 0 0;display:flex}.JourneyProgressDrawer-module__yTOPYq__timelineStep{flex-direction:column;flex:1;align-items:center;gap:.25rem;min-height:30px;display:flex;position:relative}.JourneyProgressDrawer-module__yTOPYq__timelineStep:not(:last-child):after{content:"";background:var(--color-neutral-200);width:calc(100% - 16px);height:2px;position:absolute;top:6px;left:calc(50% + 8px)}.JourneyProgressDrawer-module__yTOPYq__timelineStepComplete:not(:last-child):after{background:var(--color-cgi-red)}.JourneyProgressDrawer-module__yTOPYq__timelineStepCurrent:not(:last-child):after{background:linear-gradient(90deg, var(--color-cgi-red) 0%, var(--color-neutral-200) 100%)}.JourneyProgressDrawer-module__yTOPYq__timelineDot{background:var(--color-neutral-200);border:2px solid var(--color-neutral-300);z-index:1;border-radius:50%;width:12px;height:12px;transition:all .3s;position:relative}.JourneyProgressDrawer-module__yTOPYq__timelineStepCurrent .JourneyProgressDrawer-module__yTOPYq__timelineDot{background:var(--color-cgi-red);border-color:var(--color-cgi-red);box-shadow:0 0 0 3px rgba(var(--color-cgi-red-rgb), .2)}.JourneyProgressDrawer-module__yTOPYq__timelineStepComplete .JourneyProgressDrawer-module__yTOPYq__timelineDot{background:var(--color-cgi-red);border-color:var(--color-cgi-red)}.JourneyProgressDrawer-module__yTOPYq__timelineStepFuture .JourneyProgressDrawer-module__yTOPYq__timelineDot{background:var(--color-neutral-100);border-color:var(--color-neutral-300)}.JourneyProgressDrawer-module__yTOPYq__timelineLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);white-space:nowrap;visibility:hidden;height:0;font-size:.6rem;overflow:hidden}.JourneyProgressDrawer-module__yTOPYq__timelineStepCurrent .JourneyProgressDrawer-module__yTOPYq__timelineLabel{visibility:visible;height:auto;color:var(--color-cgi-red);font-weight:600}.JourneyProgressDrawer-module__yTOPYq__timelineStepComplete .JourneyProgressDrawer-module__yTOPYq__timelineLabel{color:var(--color-text-secondary)}.JourneyProgressDrawer-module__yTOPYq__championCard{text-align:center;background:linear-gradient(135deg,#fdf4ec 0%,#fef9e7 100%);border:1px solid #ffc1074d;border-radius:12px;margin-bottom:1.25rem;padding:1.5rem}.JourneyProgressDrawer-module__yTOPYq__championIcon{margin-bottom:.5rem;font-size:2.5rem;display:block}.JourneyProgressDrawer-module__yTOPYq__championTitle{color:var(--color-text);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.JourneyProgressDrawer-module__yTOPYq__championMessage{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.JourneyProgressDrawer-module__yTOPYq__nextLevelCard{background:var(--color-neutral-50);border:1px solid var(--color-border);border-radius:12px;margin-bottom:.75rem;padding:.625rem .75rem}.JourneyProgressDrawer-module__yTOPYq__nextLevelTitle{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .4rem;font-size:.8125rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__initiateBox{padding:0}.JourneyProgressDrawer-module__yTOPYq__initiateRequirement{color:var(--color-text);margin:0 0 .5rem;font-size:.9375rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__initiateEncouragement{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.JourneyProgressDrawer-module__yTOPYq__requirementPaths{flex-direction:column;gap:.35rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__requirementIntro{color:var(--color-text-secondary);margin:0;font-size:.8125rem}.JourneyProgressDrawer-module__yTOPYq__pathOptions{flex-direction:column;gap:.35rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__pathOption{border:1px solid var(--color-border);background:#fff;border-radius:8px;padding:.4rem .6rem}.JourneyProgressDrawer-module__yTOPYq__pathHeader{align-items:center;gap:.6rem;margin-bottom:0;display:flex}.JourneyProgressDrawer-module__yTOPYq__pathTierIcon{filter:drop-shadow(0 2px 4px #00000040);font-size:1.85rem;line-height:1}.JourneyProgressDrawer-module__yTOPYq__pathTierLabel{color:var(--color-text);font-size:.9rem;font-weight:700}.JourneyProgressDrawer-module__yTOPYq__pathMeter{background:var(--color-neutral-200);border-radius:3px;height:6px;margin-bottom:.25rem;overflow:hidden}.JourneyProgressDrawer-module__yTOPYq__pathMeterFill{border-radius:3px;height:100%;transition:width .5s}.JourneyProgressDrawer-module__yTOPYq__pathMeterBronze{background:linear-gradient(90deg,#cd7f32,#e6a056)}.JourneyProgressDrawer-module__yTOPYq__pathMeterSilver{background:linear-gradient(90deg,#a0a0a0,silver)}.JourneyProgressDrawer-module__yTOPYq__pathMeterGold{background:linear-gradient(90deg,#daa520,gold)}.JourneyProgressDrawer-module__yTOPYq__pathCount{color:var(--color-text-secondary);font-size:.75rem}.JourneyProgressDrawer-module__yTOPYq__orDivider{align-items:center;gap:.5rem;margin:-.05rem 0;padding:0 .25rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__orDivider:before,.JourneyProgressDrawer-module__yTOPYq__orDivider:after{content:"";background:var(--color-neutral-200);flex:1;height:1px}.JourneyProgressDrawer-module__yTOPYq__orDivider>span{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.6875rem;font-weight:700}.JourneyProgressDrawer-module__yTOPYq__sparkCards{flex-direction:column;gap:.625rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__sparkCard{border:1px solid var(--color-border);background:#fff;border-radius:10px;padding:.75rem;transition:all .2s}.JourneyProgressDrawer-module__yTOPYq__sparkCard:hover{border-color:var(--color-cgi-red);box-shadow:0 2px 8px #0000000f}.JourneyProgressDrawer-module__yTOPYq__sparkCardHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__sparkCardName{color:var(--color-text);font-size:.8125rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__sparkCardCount{color:var(--color-cgi-red);background:rgba(var(--color-cgi-red-rgb), .08);border-radius:10px;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__sparkTiers{flex-direction:column;gap:.375rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__sparkTier{align-items:center;gap:.5rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__sparkTierBar{background:var(--color-neutral-200);border-radius:2px;flex:1;height:4px;overflow:hidden}.JourneyProgressDrawer-module__yTOPYq__sparkTierFill{border-radius:2px;height:100%;transition:width .5s}.JourneyProgressDrawer-module__yTOPYq__sparkTierBronze{background:linear-gradient(90deg,#cd7f32,#e6a056)}.JourneyProgressDrawer-module__yTOPYq__sparkTierSilver{background:linear-gradient(90deg,#a0a0a0,silver)}.JourneyProgressDrawer-module__yTOPYq__sparkTierGold{background:linear-gradient(90deg,#daa520,gold)}.JourneyProgressDrawer-module__yTOPYq__sparkTierLabel{color:var(--color-text-secondary);white-space:nowrap;min-width:50px;font-size:.6875rem}.JourneyProgressDrawer-module__yTOPYq__noSparksMessage{background:linear-gradient(135deg, var(--color-neutral-50) 0%, #f5f0ff 100%);border:1px dashed var(--color-border);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:.375rem;padding:1.5rem 1rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__noSparksMessage strong{color:var(--color-text);font-size:.9375rem}.JourneyProgressDrawer-module__yTOPYq__noSparksMessage p{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.JourneyProgressDrawer-module__yTOPYq__noSparksIcon{font-size:1.5rem}.JourneyProgressDrawer-module__yTOPYq__drawerSection{margin-bottom:1.5rem}.JourneyProgressDrawer-module__yTOPYq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__drawerSectionTitle{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.JourneyProgressDrawer-module__yTOPYq__sectionHeader .JourneyProgressDrawer-module__yTOPYq__drawerSectionTitle{margin-bottom:0}.JourneyProgressDrawer-module__yTOPYq__sectionBadge{background:rgba(var(--color-cgi-red-rgb), .2);color:var(--color-cgi-red);border-radius:10px;padding:.25rem .5rem;font-size:.75rem}.JourneyProgressDrawer-module__yTOPYq__specialtyCards{flex-direction:column;gap:.75rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__specialtyCard{background:var(--color-neutral-50);border:1px solid var(--color-border);border-radius:8px;padding:.5rem;transition:all .2s}.JourneyProgressDrawer-module__yTOPYq__specialtyCard:hover{background:var(--color-neutral-100);transform:translate(4px)}.JourneyProgressDrawer-module__yTOPYq__specialtyCardBronze{border-color:#cd7f324d}.JourneyProgressDrawer-module__yTOPYq__specialtyCardSilver{border-color:#c0c0c04d}.JourneyProgressDrawer-module__yTOPYq__specialtyCardGold{border-color:#ffd7004d}.JourneyProgressDrawer-module__yTOPYq__specialtyCardBadge{object-fit:contain;width:100%;height:auto}.JourneyProgressDrawer-module__yTOPYq__noBadgesMessage{background:var(--color-neutral-50);text-align:center;color:var(--color-text-secondary);border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;font-size:.875rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__noBadgesIcon{font-size:1.5rem}.JourneyProgressDrawer-module__yTOPYq__badgeSummary{justify-content:center;gap:1rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__badgeSummaryItem{background:var(--color-neutral-50);border-radius:8px;flex-direction:column;align-items:center;gap:.25rem;min-width:70px;padding:.75rem 1rem;display:flex}.JourneyProgressDrawer-module__yTOPYq__badgeTierIcon{font-size:1.25rem}.JourneyProgressDrawer-module__yTOPYq__badgeTierCount{color:var(--color-text);font-size:1.25rem;font-weight:700}.JourneyProgressDrawer-module__yTOPYq__badgeTierLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.JourneyProgressDrawer-module__yTOPYq__restartTourButton{background:var(--color-neutral-100);border:1px solid var(--color-border);width:100%;color:var(--color-text);cursor:pointer;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.JourneyProgressDrawer-module__yTOPYq__restartTourButton:hover{background:var(--color-neutral-200)}
.JourneyFab-module__i2VDmW__fab{top:calc(var(--header-height) + 12px);align-items:center;gap:var(--spacing-xs);border-radius:var(--radius-full);color:#fff;cursor:pointer;z-index:900;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:1px solid #ffffff1a;padding:6px 12px 6px 6px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;right:24px;box-shadow:0 4px 16px #0000004d,inset 0 0 0 1px #ffffff0d}.JourneyFab-module__i2VDmW__fab:hover{border-color:#5236ab66;transform:translateY(-2px);box-shadow:0 8px 24px #0006,inset 0 0 0 1px #ffffff1a,0 0 12px #5236ab4d}.JourneyFab-module__i2VDmW__fab:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.JourneyFab-module__i2VDmW__fabBadge{border-radius:var(--radius-sm);object-fit:contain;flex-shrink:0;width:32px;height:32px}.JourneyFab-module__i2VDmW__fabLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.02em;white-space:nowrap}.JourneyFab-module__i2VDmW__fabLoader{border-radius:var(--radius-sm);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);width:32px;height:32px;animation:1.5s ease-in-out infinite JourneyFab-module__i2VDmW__fabPulse}@keyframes JourneyFab-module__i2VDmW__fabPulse{0%,to{opacity:.5}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.JourneyFab-module__i2VDmW__fabLoader{animation:none}}.JourneyFab-module__i2VDmW__fab[data-tour-active=true]{z-index:10001;border-color:#5236ab99;animation:1.8s ease-in-out infinite JourneyFab-module__i2VDmW__fabTourPulse;transform:scale(1.15)translateY(-4px);box-shadow:0 12px 48px #5236ab80,0 0 0 4px #5236ab4d,0 0 30px #5236ab40}@keyframes JourneyFab-module__i2VDmW__fabTourPulse{0%,to{transform:scale(1.15)translateY(-4px);box-shadow:0 12px 48px #5236ab80,0 0 0 4px #5236ab4d,0 0 30px #5236ab40}50%{transform:scale(1.2)translateY(-6px);box-shadow:0 16px 56px #5236ab99,0 0 0 8px #5236ab33,0 0 40px #5236ab59}}@media (prefers-reduced-motion:reduce){.JourneyFab-module__i2VDmW__fab[data-tour-active=true]{animation:none}}
