@keyframes Landing-module__fxQ7NG__meshMove{0%,to{transform:translate(0)}25%{transform:translate(-5%,5%)}50%{transform:translate(5%,-5%)}75%{transform:translate(-3%,-3%)}}@keyframes Landing-module__fxQ7NG__bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}.Landing-module__fxQ7NG__landingPage{background:var(--surface-0);min-height:100vh;color:var(--text-primary-90);overflow-x:hidden}.Landing-module__fxQ7NG__heroSection{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.Landing-module__fxQ7NG__heroBackground{z-index:0;position:absolute;inset:0;overflow:hidden}.Landing-module__fxQ7NG__meshGradient{background:radial-gradient(at 20% 30%,#00c07626 0%,#0000 50%),radial-gradient(at 80% 70%,#ff4d4f1a 0%,#0000 50%),radial-gradient(#00c0760d 0%,#0000 70%);width:200%;height:200%;animation:20s ease-in-out infinite Landing-module__fxQ7NG__meshMove;position:absolute;inset:-50%}.Landing-module__fxQ7NG__gridOverlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Landing-module__fxQ7NG__heroContent{z-index:1;text-align:center;max-width:800px;position:relative}.Landing-module__fxQ7NG__heroTitle{font-size:clamp(2rem,5.5vw + 1rem,4.5rem);font-weight:700;line-height:1.1;font-family:var(--font-sans);color:var(--text-primary-90);margin-bottom:1.5rem}.Landing-module__fxQ7NG__heroSubtitle{color:var(--text-secondary-60);max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.6}.Landing-module__fxQ7NG__heroActions{justify-content:center;display:flex}.Landing-module__fxQ7NG__scrollIndicator{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Landing-module__fxQ7NG__scrollChevron{color:var(--text-secondary-60);font-size:1.5rem;animation:2s ease-in-out infinite Landing-module__fxQ7NG__bounce;display:block}.Landing-module__fxQ7NG__landingFooter{background:var(--surface-0);border-top:1px solid var(--border-primary);padding:1.5rem 2rem}.Landing-module__fxQ7NG__footerContent{text-align:center;flex-direction:column;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.Landing-module__fxQ7NG__footerBrand{color:var(--text-secondary-60);font-size:.9375rem;font-weight:600;font-family:var(--font-sans)}.Landing-module__fxQ7NG__footerAttribution{color:var(--text-secondary-60);opacity:.65;max-width:640px;font-size:.75rem;line-height:1.5}@keyframes Landing-module__fxQ7NG__typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.Landing-module__fxQ7NG__featuresSection{padding:0 0 4rem}.Landing-module__fxQ7NG__featuresContent{max-width:1200px;margin:0 auto;padding:4rem 2rem 0}.Landing-module__fxQ7NG__featuresTitle{text-align:center;color:var(--text-primary-90);font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;font-family:var(--font-sans);margin-bottom:3rem}.Landing-module__fxQ7NG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.Landing-module__fxQ7NG__featureCard{background:var(--surface-2);border:1px solid var(--border-primary);border-radius:var(--radius-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);padding:1.5rem}.Landing-module__fxQ7NG__featureCard:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.Landing-module__fxQ7NG__featureCardHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Landing-module__fxQ7NG__featureIcon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--bull);background:#00c0761a;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Landing-module__fxQ7NG__featureCardTitle{color:var(--text-primary-90);font-size:1.125rem;font-weight:600}.Landing-module__fxQ7NG__featureCardDescription{color:var(--text-secondary-60);margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.Landing-module__fxQ7NG__featureCardMock{border-top:1px solid var(--border-primary);padding-top:1.25rem}.Landing-module__fxQ7NG__mockStatRow{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;display:grid}.Landing-module__fxQ7NG__chatBubble{background:var(--surface-3);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1rem}.Landing-module__fxQ7NG__chatText{color:var(--text-primary-90);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.Landing-module__fxQ7NG__typingIndicator{align-items:center;gap:4px;display:flex}.Landing-module__fxQ7NG__typingDot{background:var(--text-secondary-60);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite Landing-module__fxQ7NG__typingBounce}.Landing-module__fxQ7NG__typingDot:nth-child(2){animation-delay:.2s}.Landing-module__fxQ7NG__typingDot:nth-child(3){animation-delay:.4s}.Landing-module__fxQ7NG__howItWorksSection{background:var(--surface-1);border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);padding:5rem 2rem}.Landing-module__fxQ7NG__howItWorksContent{max-width:1000px;margin:0 auto}.Landing-module__fxQ7NG__howItWorksTitle{text-align:center;color:var(--text-primary-90);font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;font-family:var(--font-sans);margin-bottom:3.5rem}.Landing-module__fxQ7NG__stepsContainer{flex-direction:row;justify-content:center;align-items:flex-start;gap:0;display:flex;position:relative}.Landing-module__fxQ7NG__stepsContainer:before{content:"";background:linear-gradient(to right,var(--border-primary)0%,var(--bull)50%,var(--border-primary)100%);z-index:0;height:2px;position:absolute;top:20px;left:calc(16.666% + 20px);right:calc(16.666% + 20px)}.Landing-module__fxQ7NG__step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;padding:0 1.5rem;display:flex;position:relative}.Landing-module__fxQ7NG__stepNumberCircle{background:var(--bull);color:#000;width:40px;height:40px;font-size:1rem;font-weight:700;font-family:var(--font-sans);z-index:1;box-shadow:0 0 0 4px var(--surface-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.Landing-module__fxQ7NG__stepIcon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--bull);background:#00c0761a;border:1px solid #00c07633;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.375rem;display:flex}.Landing-module__fxQ7NG__stepTitle{color:var(--text-primary-90);font-size:1rem;font-weight:600;font-family:var(--font-sans);margin-bottom:.5rem}.Landing-module__fxQ7NG__stepDescription{color:var(--text-secondary-60);max-width:240px;font-size:.875rem;line-height:1.6}.Landing-module__fxQ7NG__ctaSection{background:var(--surface-0);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.Landing-module__fxQ7NG__ctaGlow{pointer-events:none;background:radial-gradient(#00c07612 0%,#0000 65%);position:absolute;inset:0}.Landing-module__fxQ7NG__ctaContent{z-index:1;max-width:640px;margin:0 auto;position:relative}.Landing-module__fxQ7NG__ctaTitle{color:var(--text-primary-90);font-size:clamp(1.75rem,3.5vw + .5rem,3rem);font-weight:700;font-family:var(--font-sans);margin-bottom:1rem;line-height:1.2}.Landing-module__fxQ7NG__ctaSubtext{color:var(--text-secondary-60);margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.Landing-module__fxQ7NG__ctaActions{justify-content:center;display:flex}@media (max-width:768px){.Landing-module__fxQ7NG__heroSection{min-height:85vh;padding:1.5rem}.Landing-module__fxQ7NG__heroSubtitle{font-size:1rem}.Landing-module__fxQ7NG__stepsContainer{flex-direction:column;align-items:center;gap:2rem}.Landing-module__fxQ7NG__stepsContainer:before{background:linear-gradient(to bottom,var(--border-primary)0%,var(--bull)50%,var(--border-primary)100%);width:2px;height:auto;inset:20px auto 20px 50%;transform:translate(-50%)}.Landing-module__fxQ7NG__step{padding:0 1rem}.Landing-module__fxQ7NG__stepDescription{max-width:100%}.Landing-module__fxQ7NG__footerContent{text-align:center;flex-direction:column}.Landing-module__fxQ7NG__ctaSection,.Landing-module__fxQ7NG__howItWorksSection{padding:3.5rem 1.5rem}.Landing-module__fxQ7NG__featuresContent{padding:3rem 1.5rem 0}}@media (max-width:480px){.Landing-module__fxQ7NG__heroSection{padding:1rem}.Landing-module__fxQ7NG__heroSubtitle{font-size:.9375rem}.Landing-module__fxQ7NG__featuresContent{padding:2rem 1rem 0}.Landing-module__fxQ7NG__featuresSection{padding:0 0 2rem}.Landing-module__fxQ7NG__featureCard{padding:1.25rem}.Landing-module__fxQ7NG__howItWorksSection,.Landing-module__fxQ7NG__ctaSection{padding:3rem 1rem}.Landing-module__fxQ7NG__ctaSubtext{font-size:1rem}.Landing-module__fxQ7NG__landingFooter{padding:1.25rem 1rem}.Landing-module__fxQ7NG__footerAttribution{font-size:.6875rem}}.Landing-module__fxQ7NG__scrollRevealBase{opacity:0;transition:opacity var(--transition-normal),transform var(--transition-normal);transform:translateY(24px)}.Landing-module__fxQ7NG__scrollRevealBase.revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Landing-module__fxQ7NG__scrollRevealBase{opacity:1;transition:none;transform:none}.Landing-module__fxQ7NG__meshGradient,.Landing-module__fxQ7NG__scrollChevron{animation:none}.Landing-module__fxQ7NG__typingDot{opacity:1;animation:none}}
.SteamLoginButton-module__9cnX2a__steamButton{transition:opacity var(--transition-fast,.15s ease);border-radius:var(--radius-md,6px);display:inline-block}.SteamLoginButton-module__9cnX2a__steamButton:hover{opacity:.85}.SteamLoginButton-module__9cnX2a__steamButton:active{opacity:.7}.SteamLoginButton-module__9cnX2a__steamImage{max-width:100%;height:auto;display:block}
@keyframes MockPriceTicker-module__rra5LG__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.MockPriceTicker-module__rra5LG__tickerContainer{background:var(--surface-1);border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);width:100%;padding:.75rem 0;overflow:hidden}.MockPriceTicker-module__rra5LG__tickerTrack{white-space:nowrap;gap:2rem;width:max-content;animation:30s linear infinite MockPriceTicker-module__rra5LG__marquee;display:flex}.MockPriceTicker-module__rra5LG__tickerItem{align-items:center;gap:.5rem;display:inline-flex}.MockPriceTicker-module__rra5LG__itemName{color:var(--text-primary-90);font-size:.875rem;font-weight:500}.MockPriceTicker-module__rra5LG__itemPrice{color:var(--text-secondary-60);font-family:var(--font-mono);font-size:.875rem}.MockPriceTicker-module__rra5LG__trendUp{color:var(--bull);font-size:.75rem}.MockPriceTicker-module__rra5LG__trendDown{color:var(--bear);font-size:.75rem}.MockPriceTicker-module__rra5LG__tickerContainer:hover .MockPriceTicker-module__rra5LG__tickerTrack{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.MockPriceTicker-module__rra5LG__tickerTrack{animation:none}}
@keyframes MockSparkline-module__8_A4dq__drawLine{0%{stroke-dashoffset:300px}to{stroke-dashoffset:0}}@keyframes MockSparkline-module__8_A4dq__fadeInArea{0%{opacity:0}to{opacity:1}}.MockSparkline-module__8_A4dq__sparklineContainer{border-radius:var(--radius-sm);width:100%;height:60px;overflow:hidden}.MockSparkline-module__8_A4dq__sparklineSvg{width:100%;height:100%;display:block}.MockSparkline-module__8_A4dq__sparklinePath{stroke:var(--bull);stroke-dasharray:300;stroke-dashoffset:300px;stroke-linecap:round;stroke-linejoin:round;animation:2s ease-out forwards MockSparkline-module__8_A4dq__drawLine}.MockSparkline-module__8_A4dq__sparklineArea{fill:var(--bull);opacity:0;fill-opacity:.08;animation:1s ease-out 1.5s forwards MockSparkline-module__8_A4dq__fadeInArea}@media (prefers-reduced-motion:reduce){.MockSparkline-module__8_A4dq__sparklinePath{stroke-dashoffset:0;animation:none}.MockSparkline-module__8_A4dq__sparklineArea{opacity:.15;animation:none}}
@keyframes MockStatCard-module__5SxH9a__subtlePulse{0%,to{box-shadow:0 0 #00c07600}50%{box-shadow:0 0 20px #00c0760f}}.MockStatCard-module__5SxH9a__card{background:var(--surface-2);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:.75rem 1rem;animation:4s ease-in-out infinite MockStatCard-module__5SxH9a__subtlePulse}.MockStatCard-module__5SxH9a__label{color:var(--text-secondary-60);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:500}.MockStatCard-module__5SxH9a__value{color:var(--text-primary-90);font-size:1.25rem;font-weight:600;font-family:var(--font-mono);margin-bottom:4px}.MockStatCard-module__5SxH9a__trend{font-size:12px;font-weight:500}.MockStatCard-module__5SxH9a__trendUp{color:var(--bull)}.MockStatCard-module__5SxH9a__trendDown{color:var(--bear)}@media (prefers-reduced-motion:reduce){.MockStatCard-module__5SxH9a__card{animation:none}}
