@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Outfit:wght@400;500;700;900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--forest-dark: #1a472a;--forest-light: #2d5a27;--moss-green: #8ab369;--leaf-green: #66a96b;--bark-brown: #2c1810}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100vh;width:100vw;overflow:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#fff;line-height:1.5;position:relative}.app{position:relative;min-height:100vh;height:100vh;width:100vw;overflow:hidden}.background-video{position:fixed;top:-60px;left:-60px;right:-60px;bottom:-60px;width:calc(100vw + 120px);height:calc(100vh + 120px);object-fit:cover;z-index:-1}.hero{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.content{width:100%;max-width:1200px;text-align:center;position:relative;z-index:1;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.content.visible{opacity:1;transform:translateY(0)}.title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:6.5rem;font-weight:900;margin-bottom:.75rem;color:#fff;letter-spacing:-.03em;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tagline{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:5rem;color:#fff;margin-bottom:3.5rem;font-weight:700;text-align:center;max-width:900px;margin-left:auto;line-height:.96;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tagline-sub{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;color:#cdcdcd;margin-bottom:3.5rem;font-weight:400;text-align:left;max-width:600px;margin-left:auto;line-height:1.2;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.2)}.beta-form{display:flex;gap:.5rem;max-width:600px;margin:0 auto;padding:.5rem;border-radius:16px;background:#2c181033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(138,179,105,.2)}.form-container{max-width:600px;margin:0 auto;width:100%}.email-input{flex:1;padding:1rem 1.5rem;border:2px solid transparent;border-radius:12px;font-size:1.125rem;background:#2c181033;color:#fff;transition:all .2s ease}.email-input::placeholder{color:#fff9}.email-input:focus{outline:none;background:#001909cc;border-color:var(--moss-green);box-shadow:0 0 0 1px var(--moss-green)}.email-input:disabled{opacity:.7;cursor:not-allowed}.submit-button{padding:1rem 2rem;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:none;transition:all .2s ease;white-space:nowrap}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #0003;background:#1a472a7b}.submit-button:disabled{opacity:.7;cursor:not-allowed}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.success-message{font-size:1.5rem;padding:1.5rem;background:#2c181033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(138,179,105,.2);border-radius:16px;width:100%;opacity:0;animation:fadeUp .5s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-container{position:absolute;left:50%;transform:translate(-50%);bottom:-80px;margin-top:20px;background-color:#ff57571a;border:1px solid rgba(255,87,87,.3);color:#ffb4b4;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 1024px){.title{font-size:5rem}.tagline{font-size:4rem}}@media (max-width: 640px){.beta-form{flex-direction:column;gap:.75rem}.title{font-size:3.5rem;margin-bottom:.5rem}.tagline{font-size:3.5rem;margin-bottom:2.5rem}.tagline-sub{font-size:1.25rem;margin-bottom:2.5rem}.email-input,.submit-button{width:100%;padding:1rem 1.5rem}.error-container{bottom:-4rem;width:90%}}.logo-container{position:fixed;top:0;left:0;right:20px;padding:2rem;display:flex;justify-content:flex-end;align-items:flex-end;z-index:10}.logo{height:60px;width:auto;object-fit:contain}
