@import "https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@300;400;600;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--accent-orange:#ff4d00;--secondary-gray:#aaa}html,body,#root{color:#fff;background-color:#000;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}body::-webkit-scrollbar{display:none}.flex{display:flex}.column{flex-direction:column}.v-center{align-items:center}.h-center{justify-content:center}.space-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 5%}.nav-container{z-index:1000;background:linear-gradient(#000c,#0000);justify-content:space-between;align-items:center;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.hero-section{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;position:absolute;inset:0}.hero-bg img{object-fit:cover;opacity:.6;width:100%;height:100%}.hero-overlay{z-index:2;background:radial-gradient(circle,#0000 0%,#000 100%),linear-gradient(#0000 40%,#000);position:absolute;inset:0}.hero-content{z-index:10;text-align:center;width:100%;padding-top:60px;position:relative}.heading-xl{color:#fff;text-transform:uppercase;letter-spacing:-2px;margin-bottom:2rem;font-family:Archivo Black,sans-serif;font-size:clamp(2.5rem,10vw,6rem);line-height:.9}.cta-form{justify-content:center;align-items:center;gap:10px;max-width:600px;margin:0 auto;display:flex}.cta-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;flex:1;min-width:300px;padding:1.2rem;font-size:1rem}.btn-primary{color:#000;text-transform:uppercase;letter-spacing:1px;background:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:all .3s;display:flex}.btn-primary:hover{background:var(--accent-orange);color:#fff}.section-padding{padding:6rem 0}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{text-align:left;background:#ffffff05;border-radius:8px;padding:2rem}.feature-card h3{margin:1rem 0 .5rem;font-family:Archivo Black}.auth-page{justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.auth-card{z-index:100;background:#000000d9;border:1px solid #ffffff1a;border-radius:8px;width:100%;max-width:450px;padding:3rem}.auth-input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:4px;width:100%;margin-top:.5rem;padding:1rem}@media (width<=768px){.cta-form{flex-direction:column;width:100%}.cta-input{width:100%;min-width:unset}.btn-primary{width:100%}.heading-xl{font-size:3rem}}.loading-screen{z-index:9999;background:#000;position:fixed;inset:0;justify-content:center!important;align-items:center!important;display:flex!important}
