@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-Regular-Trial-BS8unnjd.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-Italic-Trial-BlPZLKXs.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-Medium-Trial-y5TwdeWo.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-MediumItalic-Trial-Bqen645b.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-Bold-Trial-wmpuuHl0.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SharpEarth;src:url(/assets/SharpEarth-BoldItalic-Trial-BDQGE17z.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:SharpEarth;src:url(./assets/fonts/SharpEarth-Black-Trial.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:SharpEarth;src:url(./assets/fonts/SharpEarth-BlackItalic-Trial.otf) format("opentype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:SharpEarth;src:url(./assets/fonts/SharpEarth-Ultra-Trial.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:SharpEarth;src:url(./assets/fonts/SharpEarth-UltraItalic-Trial.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--bg-card: rgba(255, 255, 255, .04);--bg-card-hover: rgba(255, 255, 255, .07);--glass: rgba(255, 255, 255, .06);--glass-border: rgba(255, 255, 255, .08);--green: #43f74f;--green-dim: rgba(57, 255, 20, .15);--red: #ff3b5c;--red-dim: rgba(255, 59, 92, .15);--white: #ffffff;--gray-100: #f0f0f0;--gray-300: #a0a0a0;--gray-500: #666666;--gray-700: #2a2a2a;--gray-800: #1a1a1a;--gray-900: #111111;--font: "SharpEarth", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;transition:background .3s,backdrop-filter .3s}.nav.scrolled{background:#0a0a0acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border)}.nav-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--white);text-decoration:none}.nav-logo span{color:var(--green)}.nav-cta{padding:.6rem 1.5rem;background:transparent;color:var(--white);border:1px solid var(--glass-border);border-radius:8px;font-family:var(--font);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s;text-decoration:none}.nav-cta:hover{background:var(--white);color:var(--bg);border-color:var(--white)}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-content{max-width:820px;padding:0 2rem}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;margin-bottom:2rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--gray-300);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(2.8rem,6vw,5rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem}.hero h1 .accent{color:var(--green)}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--gray-300);line-height:1.65;max-width:640px;margin:0 auto 2.5rem}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:var(--green);color:#000;font-family:var(--font);font-size:1.05rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:all .3s;box-shadow:0 0 30px #39ff1440,0 0 80px #39ff1414}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 0 40px #39ff1466,0 0 100px #39ff141f}.hero-micro{margin-top:1rem;font-size:.8rem;font-style:italic;color:var(--gray-500)}.hero-ticker{position:absolute;bottom:0;left:0;right:0;z-index:3;overflow:hidden;border-top:1px solid var(--glass-border);background:#0a0a0a99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-ticker-track{display:flex;animation:scroll-ticker 30s linear infinite;width:max-content}.hero-ticker-track:hover{animation-play-state:paused}@keyframes scroll-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.8rem;font-weight:500;white-space:nowrap;color:var(--gray-300)}.ticker-item .ticker-name{color:var(--white);font-weight:600}.ticker-item .up{color:var(--green)}.ticker-item .down{color:var(--red)}section{padding:7rem 2rem}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--green);margin-bottom:1rem}.section-label:before{content:"";width:8px;height:8px;background:var(--green);border-radius:2px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.section-desc{font-size:1.1rem;color:var(--gray-300);line-height:1.6;max-width:560px}.how-it-works{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-header .section-desc{margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{position:relative;padding:2.5rem 2rem;background:var(--bg-card);border:1px solid var(--glass-border);border-radius:20px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all .35s;overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:0;transition:opacity .35s}.step-card:hover{background:var(--bg-card-hover);border-color:#39ff1426;transform:translateY(-4px)}.step-card:hover:before{opacity:1}.step-number{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-500);margin-bottom:1.5rem}.step-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--green-dim);border-radius:14px;margin-bottom:1.5rem}.step-icon svg{width:24px;height:24px;stroke:var(--green);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.step-card h3{font-size:1.3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.step-card p{font-size:.95rem;color:var(--gray-300);line-height:1.6}.go-public{max-width:1200px;margin:0 auto}.go-public-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.go-public-text .section-desc{margin-bottom:2rem}.go-public-features{display:flex;flex-direction:column;gap:1rem}.feature-row{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--gray-300)}.feature-check{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--green-dim);border-radius:6px;flex-shrink:0}.feature-check svg{width:12px;height:12px;stroke:var(--green);stroke-width:2.5;fill:none}.go-public-visual{position:relative}.mockup-card{background:var(--gray-900);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mockup-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--glass-border)}.mockup-title{font-size:.85rem;font-weight:600}.mockup-toggle{position:relative;width:130px;height:36px;background:var(--gray-800);border-radius:8px;display:flex;overflow:hidden}.mockup-toggle-option{flex:1;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;z-index:1;color:var(--gray-500);transition:color .3s;cursor:pointer}.mockup-toggle-option.active{color:var(--white)}.mockup-toggle-slider{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);background:var(--green-dim);border:1px solid rgba(57,255,20,.2);border-radius:6px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.mockup-toggle.public .mockup-toggle-slider{transform:translate(100%)}.mockup-toggle.public .mockup-toggle-option:first-child{color:var(--gray-500)}.mockup-toggle.public .mockup-toggle-option:last-child{color:var(--white)}.mockup-body{padding:1.5rem}.mockup-market{padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--glass-border);border-radius:12px;margin-bottom:1rem}.mockup-market-q{font-size:.85rem;font-weight:600;margin-bottom:.75rem}.mockup-market-bars{display:flex;gap:.5rem}.mockup-bar{flex:1;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.mockup-bar.yes{background:var(--green-dim);color:var(--green);border:1px solid rgba(57,255,20,.15)}.mockup-bar.no{background:var(--red-dim);color:var(--red);border:1px solid rgba(255,59,92,.15)}.mockup-stats{display:flex;justify-content:space-between;padding-top:.75rem}.mockup-stat{text-align:center}.mockup-stat-val{font-size:1rem;font-weight:700}.mockup-stat-label{font-size:.65rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin-top:.15rem}.mockup-ipo-badge{display:none;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1rem;background:linear-gradient(135deg,var(--green-dim),rgba(57,255,20,.05));border:1px solid rgba(57,255,20,.2);border-radius:10px;font-size:.75rem;font-weight:600;color:var(--green)}.mockup-ipo-badge svg{width:14px;height:14px;stroke:var(--green);stroke-width:2;fill:none}.mockup-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(57,255,20,.08),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;pointer-events:none}.footer{border-top:1px solid var(--glass-border);padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-size:1.25rem;font-weight:800;letter-spacing:-.03em}.footer-logo span{color:var(--green)}.footer-copy{font-size:.8rem;color:var(--gray-500)}.footer-center{display:flex;align-items:center;gap:1.5rem}.footer-link{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--gray-300);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-link svg{width:16px;height:16px;fill:currentColor}.footer-right{display:flex;align-items:stretch;gap:0}.footer-email{padding:.6rem 1rem;background:var(--gray-900);border:1px solid var(--glass-border);border-right:none;border-radius:8px 0 0 8px;font-family:var(--font);font-size:.85rem;color:var(--white);outline:none;min-width:220px;transition:border-color .2s}.footer-email::placeholder{color:var(--gray-500)}.footer-email:focus{border-color:var(--green)}.footer-submit{padding:.6rem 1.25rem;background:var(--green);color:#000;font-family:var(--font);font-size:.8rem;font-weight:700;border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:opacity .2s;white-space:nowrap}.footer-submit:hover{opacity:.85}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:900px){.nav{padding:1rem 1.5rem}.steps-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.go-public-inner{grid-template-columns:1fr;gap:3rem}.go-public-visual{order:-1}}@media(max-width:600px){.hero h1{font-size:2.2rem}.hero-sub{font-size:1rem}section{padding:4rem 1.25rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-right{width:100%}.footer-email{min-width:0;flex:1}}
