@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap";.landing-page{width:100%;min-height:100vh}.header{padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;background:#0d2818f2;border-bottom:4px solid var(--gold-primary)}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:1.5rem}.logo-text{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%)}.hero-content{text-align:center;max-width:800px}.hero-title{margin-bottom:1.5rem}.title-line{display:block;font-size:clamp(1.5rem,5vw,3rem);line-height:1.4;color:var(--white)}.title-line.accent{color:var(--gold-primary);text-shadow:3px 3px 0 var(--gold-dark),-1px -1px 0 var(--gold-light);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:3px 3px 0 var(--gold-dark),-1px -1px 0 var(--gold-light)}to{text-shadow:3px 3px 0 var(--gold-dark),-1px -1px 0 var(--gold-light),0 0 20px var(--gold-primary)}}.hero-subtitle{font-size:1.4rem;color:var(--gray);margin-bottom:2rem;line-height:1.6}.pixel-art-container{position:relative;height:120px;margin:2rem 0;display:flex;align-items:center;justify-content:center}.pickaxe{width:60px;height:60px;position:relative;animation:swing 1.5s ease-in-out infinite;transform-origin:bottom right}.pickaxe:before{content:"";position:absolute;width:8px;height:50px;background:#8b4513;bottom:0;left:50%;transform:translate(-50%) rotate(-45deg);box-shadow:2px 2px #5d2906}.pickaxe:after{content:"";position:absolute;width:40px;height:12px;background:var(--gray);top:5px;left:50%;transform:translate(-50%) rotate(-45deg);box-shadow:2px 2px #666,inset -2px -2px #ccc}@keyframes swing{0%,to{transform:rotate(0)}50%{transform:rotate(-15deg)}}.gold-nuggets{position:absolute;width:100%;height:100%;top:0;left:0}.nugget{position:absolute;width:16px;height:16px;background:var(--gold-primary);box-shadow:2px 2px 0 var(--gold-dark),inset -2px -2px 0 var(--gold-light);animation:float 3s ease-in-out infinite}.nugget-1{top:20%;right:30%;animation-delay:0s}.nugget-2{top:60%;right:25%;animation-delay:.5s;width:12px;height:12px}.nugget-3{top:40%;right:35%;animation-delay:1s;width:10px;height:10px}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:1}50%{transform:translateY(-10px) rotate(10deg);opacity:.8}}.waitlist-form{margin:2rem auto;max-width:500px}.input-group{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.email-input{flex:1;min-width:250px;padding:1rem 1.25rem;font-family:VT323,monospace;font-size:1.2rem;background:var(--green-medium);border:4px solid var(--green-accent);color:var(--white);outline:none;transition:all .2s ease}.email-input::placeholder{color:var(--gray)}.email-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-dark)}.email-input:disabled{background-color:var(--green-dark);cursor:not-allowed;opacity:.7}.submit-button{padding:1rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--green-dark);background:var(--gold-primary);border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:4px 4px 0 var(--gold-dark);text-transform:uppercase}.submit-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.submit-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.submit-button:disabled{background:var(--success);cursor:not-allowed;transform:none}.success-message{color:var(--success);font-size:1.1rem;margin-top:1rem;animation:slideDown .3s ease-out}.error-message{color:var(--red);font-size:1.1rem;margin-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.early-access-note{color:var(--gray);font-size:1rem;margin-top:1rem}.problem-section{padding:5rem 2rem;background:var(--green-medium)}.section-title{text-align:center;font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);margin-bottom:3rem;text-shadow:2px 2px 0 var(--gold-dark)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.problem-card{background:var(--green-dark);padding:2rem;text-align:center;border:4px solid var(--green-accent);box-shadow:6px 6px #0000004d}.problem-icon{display:flex;justify-content:center;align-items:center;height:60px;margin-bottom:1rem}.feature-icon{display:flex;justify-content:center;align-items:center;height:70px;margin-bottom:1.5rem}.icon-hourglass{width:32px;height:48px;position:relative;display:flex;align-items:center;justify-content:center}.icon-hourglass:before{content:"";position:absolute;width:4px;height:4px;background:var(--gold-primary);top:0;left:50%;transform:translate(-50%);box-shadow:-12px 0 0 var(--gold-primary),-8px 0 0 var(--gold-primary),-4px 0 0 var(--gold-primary),4px 0 0 var(--gold-primary),8px 0 0 var(--gold-primary),12px 0 0 var(--gold-primary),-12px 4px 0 var(--gold-dark),-8px 8px 0 var(--gold-dark),-4px 12px 0 var(--gold-dark),0 16px 0 var(--gold-dark),12px 4px 0 var(--gold-dark),8px 8px 0 var(--gold-dark),4px 12px 0 var(--gold-dark),-8px 4px 0 var(--gold-light),-4px 4px 0 var(--gold-light),0 4px 0 var(--gold-light),4px 4px 0 var(--gold-light),8px 4px 0 var(--gold-light),-4px 8px 0 var(--gold-light),0 8px 0 var(--gold-light),4px 8px 0 var(--gold-light),0 12px 0 var(--gold-light),0 20px 0 var(--gold-primary),-4px 24px 0 var(--gold-dark),-8px 28px 0 var(--gold-dark),-12px 32px 0 var(--gold-dark),4px 24px 0 var(--gold-dark),8px 28px 0 var(--gold-dark),12px 32px 0 var(--gold-dark),0 24px 0 var(--gold-primary),-4px 28px 0 var(--gold-primary),0 28px 0 var(--gold-primary),4px 28px 0 var(--gold-primary),-8px 32px 0 var(--gold-primary),-4px 32px 0 var(--gold-primary),0 32px 0 var(--gold-primary),4px 32px 0 var(--gold-primary),8px 32px 0 var(--gold-primary),-12px 36px 0 var(--gold-primary),-8px 36px 0 var(--gold-primary),-4px 36px 0 var(--gold-primary),0 36px 0 var(--gold-primary),4px 36px 0 var(--gold-primary),8px 36px 0 var(--gold-primary),12px 36px 0 var(--gold-primary)}.icon-ghost-nugget{width:36px;height:36px;position:relative;display:flex;align-items:center;justify-content:center}.icon-ghost-nugget:before{content:"";position:absolute;width:100%;height:100%;background:var(--gold-primary);box-shadow:3px 3px 0 var(--gold-dark),inset -3px -3px 0 var(--gold-light);animation:ghost-fade 2s ease-in-out infinite}.icon-ghost-nugget:after{content:"";position:absolute;width:6px;height:6px;background:#fff9;top:6px;left:6px;box-shadow:6px 0 #fff6,0 6px #ffffff4d}@keyframes ghost-fade{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1)}}.icon-question-block{width:40px;height:40px;background:var(--gold-dark);position:relative;display:flex;align-items:center;justify-content:center;border:4px solid var(--gold-primary);box-shadow:3px 3px #0000004d,inset 3px 3px 0 var(--gold-light),inset -3px -3px #8b6914}.icon-question-block:before{content:"?";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:"Press Start 2P",cursive;font-size:14px;color:var(--green-dark);text-shadow:1px 1px 0 var(--gold-light);line-height:1}.icon-golden-pickaxe{width:56px;height:56px;position:relative;display:flex;align-items:center;justify-content:center}.icon-golden-pickaxe:before{content:"";position:absolute;width:8px;height:44px;background:linear-gradient(90deg,var(--gold-dark) 0%,var(--gold-primary) 50%,var(--gold-dark) 100%);top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;box-shadow:2px 2px #0000004d;border-radius:2px}.icon-golden-pickaxe:after{content:"";position:absolute;width:40px;height:12px;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 50%,var(--gold-dark) 100%);top:8px;left:50%;transform:translate(-50%) rotate(-45deg);box-shadow:2px 2px #0000004d,inset 0 -2px 0 var(--gold-dark);border-radius:2px}.icon-gold-radar{width:56px;height:56px;position:relative;display:flex;align-items:center;justify-content:center}.icon-gold-radar:before{content:"";position:absolute;width:20px;height:20px;background:var(--gold-primary);box-shadow:3px 3px 0 var(--gold-dark),inset -3px -3px 0 var(--gold-light),inset 3px 3px #ffffff4d;z-index:2}.icon-gold-radar:after{content:"";position:absolute;width:44px;height:44px;border:3px solid var(--gold-primary);border-radius:50%;opacity:0;animation:radar-ping 1.5s ease-out infinite}@keyframes radar-ping{0%{transform:scale(.5);opacity:1}to{transform:scale(1.3);opacity:0}}.problem-card h3{font-size:.75rem;color:var(--gold-primary);margin-bottom:1rem}.problem-card p{color:var(--gray);font-size:1.1rem;line-height:1.5}.features-section{padding:5rem 2rem;background:var(--green-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto}.feature-card{background:var(--green-medium);padding:2.5rem;text-align:center;border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--gold-primary) 0%,transparent 70%);opacity:.05;pointer-events:none}.feature-card h3{font-size:.8rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:1px 1px 0 var(--gold-dark)}.feature-card p{color:var(--white);font-size:1.2rem;line-height:1.6}.how-it-works{padding:5rem 2rem;background:var(--green-medium)}.steps-container{display:flex;flex-direction:column;align-items:center;gap:0;max-width:600px;margin:0 auto}.step{display:flex;align-items:flex-start;gap:1.5rem;width:100%;padding:1.5rem;background:var(--green-dark);border:4px solid var(--green-accent);box-shadow:4px 4px #0000004d}.step-number{font-family:"Press Start 2P",cursive;font-size:1.5rem;color:var(--gold-primary);background:var(--green-medium);width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid var(--gold-primary);box-shadow:3px 3px 0 var(--gold-dark)}.step-content h3{font-size:.65rem;color:var(--gold-primary);margin-bottom:.5rem}.step-content p{color:var(--gray);font-size:1.1rem}.step-connector{width:4px;height:30px;background:var(--gold-primary);box-shadow:2px 0 0 var(--gold-dark)}.final-cta{padding:5rem 2rem;background:radial-gradient(ellipse at center,var(--green-light) 0%,var(--green-dark) 70%);text-align:center}.cta-title{font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 var(--gold-dark)}.cta-subtitle{font-size:1.3rem;color:var(--gray);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-form{max-width:500px}.footer{padding:3rem 2rem;background:var(--green-dark);border-top:4px solid var(--green-accent);text-align:center}.footer-content{max-width:600px;margin:0 auto}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-icon{font-size:1.25rem}.footer-logo .logo-text{font-size:1rem}.footer-tagline{color:var(--gray);font-size:1.1rem;margin-bottom:1rem}.footer-copyright{color:var(--green-accent);font-size:.9rem}@media (max-width: 768px){.hero{padding:5rem 1.5rem 3rem}.hero-subtitle{font-size:1.2rem}.input-group{flex-direction:column}.email-input{min-width:100%}.submit-button{width:100%;padding:1rem}.step{flex-direction:column;align-items:center;text-align:center}.problem-section,.features-section,.how-it-works,.final-cta{padding:3rem 1.5rem}}@media (max-width: 480px){.header{padding:1rem}.logo-text{font-size:1rem}.title-line{font-size:1.25rem}.section-title{font-size:.8rem}.problem-card h3,.feature-card h3{font-size:.6rem}.step-content h3{font-size:.55rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease-out}.problem-card:hover,.feature-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #0000004d}.feature-card:hover{box-shadow:8px 8px 0 var(--gold-dark)}.problem-card,.feature-card{transition:all .2s ease}*{margin:0;padding:0;box-sizing:border-box}:root{--gold-primary: #FFD700;--gold-light: #FFED4A;--gold-dark: #B8860B;--green-dark: #0D2818;--green-medium: #1A4D2E;--green-light: #2D6A4F;--green-accent: #40916C;--white: #F0F0F0;--gray: #A0A0A0;--red: #FF6B6B;--success: #4ADE80}body{font-family:VT323,monospace;background:var(--green-dark);min-height:100vh;color:var(--white);font-size:18px;line-height:1.4;background-image:linear-gradient(rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(var(--green-dark),var(--green-dark));background-size:100% 3px,100% 100%}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Press Start 2P",cursive;text-transform:uppercase;letter-spacing:2px}.pixel-shadow{box-shadow:4px 4px #0000004d}
