:root{--color-bg: #030305;--color-text: #f4f4f5;--color-text-light: #a1a1aa;--color-accent: #38bdf8;--color-accent-hover: #0ea5e9;--color-accent-glow: rgba(56, 189, 248, .4);--color-warm: #f59e0b;--color-quiet-green: #34d399;--color-surface: rgba(24, 24, 27, .4);--color-surface-hover: rgba(39, 39, 42, .6);--color-border: rgba(255, 255, 255, .08);--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--shadow-strong: 0 40px 100px rgba(0, 0, 0, .9);--radius-lg: 24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}.grain-svg{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;opacity:.15;mix-blend-mode:overlay}.background-elements{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.ambient-light{position:absolute;border-radius:50%;filter:blur(150px);opacity:.4}.light-1{width:800px;height:800px;background:#0ea5e91a;top:-200px;left:-200px}.light-2{width:600px;height:600px;background:#8b5cf61a;bottom:-100px;right:-100px}h1,h2,h3{font-family:var(--font-heading);font-weight:700;letter-spacing:-.04em;line-height:1.1}h1{font-size:clamp(4rem,10vw,8rem);margin-bottom:1rem}h2{font-size:clamp(3rem,6vw,4.5rem);margin-bottom:1.5rem}p{color:var(--color-text-light);font-size:clamp(1.1rem,2vw,1.5rem)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all .3s ease}.navbar.scrolled{border-bottom-color:var(--color-border);background:#030305cc}.logo{display:flex;align-items:center;gap:1rem}.logo img{height:40px;width:auto}.logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;letter-spacing:-.02em}.btn-primary{font-family:var(--font-body);font-weight:600;border-radius:100px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--color-accent),#0284c7);color:#fff;border:none;box-shadow:0 4px 20px var(--color-accent-glow),inset 0 1px #ffffff4d;position:relative;overflow:hidden;justify-content:center}.btn-sm{padding:.6rem 1.5rem;font-size:1rem}.btn-lg{padding:1.25rem 2.5rem;font-size:1.25rem}.nav-cta-short{display:none}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px var(--color-accent-glow),inset 0 1px #fff6}.shine-effect:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg) translateY(-100%);transition:all .5s ease}.btn-primary:hover.shine-effect:after{transform:rotate(45deg) translateY(100%)}#smooth-wrapper{position:relative;width:100%;overflow:hidden;z-index:1}.hero-section{min-height:150vh;display:flex;flex-direction:column;align-items:center;padding-top:15vh;position:relative;perspective:1500px}.hero-content{text-align:center;max-width:1000px;padding:0 2rem;z-index:2;margin-bottom:5vh}.hero-logo-wrapper{margin-bottom:2rem;display:flex;justify-content:center}.hero-main-logo{height:180px;width:auto;filter:brightness(0) invert(1) drop-shadow(0 0 40px rgba(56,189,248,.4));animation:float 6s ease-in-out infinite}.hero-subtitle{max-width:800px;margin:0 auto 3rem}.hero-kicker{width:fit-content;max-width:90%;margin:0 auto 1rem;padding:.6rem 1rem;border:1px solid rgba(52,211,153,.26);border-radius:999px;background:#34d39914;color:#d1fae5;font-size:.95rem;font-weight:600;line-height:1.35}.hero-proof-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;max-width:980px;margin:-1.25rem auto 2.4rem}.hero-proof-row span{display:inline-flex;align-items:center;min-height:36px;padding:.48rem .76rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0e;color:#f4f4f5e0;font-size:.82rem;font-weight:600;line-height:1.2}.hero-proof-row span:nth-child(2){border-color:#f59e0b42;background:#f59e0b14}.cta-group{display:flex;flex-direction:column;align-items:center}.cta-note{margin-top:1rem;color:#f4f4f5b3;font-size:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-3d-wrapper{width:100%;max-width:1600px;padding:0 2rem;margin-top:2rem;transform-style:preserve-3d}.hero-image-container{width:100%;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-strong);transform:rotateX(20deg) scale(.9);transform-origin:top center;background:#000}.hero-image{width:100%;display:block;opacity:.9}.features-scroll-section{position:relative;width:100%;background:#030305}.features-pin{width:100%;position:relative}@media (min-width: 1024px){.features-pin{height:100vh;overflow:hidden;perspective:2000px}.feature-item{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding:0 4rem;gap:4rem;opacity:0;pointer-events:none}.feature-item:first-child{opacity:1;pointer-events:auto}.feature-text-block{flex:0 0 35%}.feature-text-block h2{color:#fff}.feature-text-block p{color:var(--color-text-light)}.feat-img-wrapper{flex:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 30px 80px #000;border:1px solid rgba(255,255,255,.05);background:#000;transform:translateZ(-1000px) rotateX(20deg) rotateY(-20deg)}.feat-img-wrapper img,.feat-img-wrapper video{width:100%;display:block;object-fit:cover}.marketplace-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff14}.marketplace-media-grid img{height:100%;min-height:420px;object-fit:cover;object-position:top center}}@media (max-width: 1023px){.features-scroll-section{padding:4rem 1.5rem}.features-pin{display:flex;flex-direction:column;gap:5rem}.feature-item{display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(30px)}.feature-text-block h2{font-size:2.2rem;margin-bottom:.5rem}.feat-img-wrapper{width:100%;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 30px #0009;border:1px solid rgba(255,255,255,.05)}.feat-img-wrapper img,.feat-img-wrapper video{width:100%;display:block}.marketplace-media-grid{display:flex;flex-direction:column;gap:1px;background:#ffffff14}}.mobile-roadmap-notice{display:none;justify-content:center;margin-top:2rem}.roadmap-badge{background:#38bdf81a;border-color:#38bdf833;color:var(--color-accent);padding:.75rem 1.25rem}.cta-section{padding:10rem 2rem;text-align:center}.cta-box{max-width:1000px;margin:0 auto;padding:6rem 2rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#27272a66,#18181bcc);border:1px solid var(--color-border);box-shadow:var(--shadow-strong)}.cta-box h2{font-size:clamp(3rem,5vw,4rem);margin-bottom:1rem}.cta-box p{margin-bottom:3rem}footer{padding:4rem 4rem 2rem;border-top:1px solid var(--color-border)}.footer-content{display:flex;justify-content:space-between;align-items:center}.logo-footer img{height:32px;opacity:.5;filter:brightness(0) invert(1)}@media (max-width: 1023px){.hero-section{min-height:100vh;padding-top:15vh}.hero-logo-wrapper{margin-bottom:1.5rem}.hero-main-logo{height:120px}.hero-content{padding:0 1rem;margin-bottom:3rem}.navbar{padding:1rem 1.5rem}.logo{gap:.65rem;min-width:0}.logo img{height:34px}.logo-text{font-size:1.05rem}.nav-links .btn-sm{min-height:38px;padding:.5rem .9rem;font-size:.85rem;box-shadow:0 3px 16px #38bdf847,inset 0 1px #ffffff47}.nav-cta-full{display:none}.nav-cta-short{display:inline}.hero-3d-wrapper{margin-top:2rem}.hero-image-container{transform:rotateX(10deg) scale(.95)}.hero-proof-row{margin-top:-1.5rem;margin-bottom:2rem;gap:.45rem}.hero-proof-row span{justify-content:center;font-size:.78rem}.mobile-roadmap-notice{display:flex}}
