:root{--color-primary: #0a0a0a;--color-secondary: #f5f3ef;--color-accent: #4f46e5;--color-white: #ffffff;--color-white-5: rgba(255, 255, 255, .05);--color-white-8: rgba(255, 255, 255, .08);--color-white-12: rgba(255, 255, 255, .12);--color-white-20: rgba(255, 255, 255, .2);--color-white-30: rgba(255, 255, 255, .3);--color-white-35: rgba(255, 255, 255, .35);--color-white-40: rgba(255, 255, 255, .4);--color-white-45: rgba(255, 255, 255, .45);--color-white-50: rgba(255, 255, 255, .5);--color-white-70: rgba(255, 255, 255, .7);--color-red-error: rgba(239, 68, 68, .08);--color-red-error-border: rgba(239, 68, 68, .2);--color-red-text: #fca5a5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--color-primary);color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:#ffffff26;color:var(--color-white)}input::placeholder{color:var(--color-white-35)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-white);-webkit-box-shadow:0 0 0px 1000px #1a1a1a inset;transition:background-color 5000s ease-in-out 0s}.waitlist-section{width:100%;max-width:36rem;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.waitlist-success{text-align:center}.success-icon{width:5rem;height:5rem;border-radius:9999px;margin:0 auto 2.5rem;display:flex;align-items:center;justify-content:center;background-color:#ffffff0f;animation:successIconAppear .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:scale(.8)}@keyframes successIconAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.checkmark{overflow:visible}.checkmark-path{stroke-dasharray:24;stroke-dashoffset:24;animation:checkmarkDraw .5s cubic-bezier(.65,0,.45,1) .3s forwards}@keyframes checkmarkDraw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}.success-title{font-size:2.25rem;margin-bottom:1.25rem;font-family:"Instrument Serif",Georgia,serif;font-style:italic;color:#fff;letter-spacing:-.02em;line-height:1.15;opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.success-title{font-size:3rem}}.success-text{font-size:1rem;margin-bottom:3rem;color:#ffffff80;line-height:1.7;opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .65s forwards}@media(min-width:640px){.success-text{font-size:1.125rem}}.reset-button{font-size:.875rem;cursor:pointer;transition:color .2s ease;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#fff3;color:#fff6;background:none;border:none;padding:0;opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .8s forwards}.hero-text{text-align:center;margin-bottom:3.5rem}@media(min-width:640px){.hero-text{margin-bottom:4rem}}.hero-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:2rem;color:#ffffff59}.hero-title{font-size:3rem;margin-bottom:1.75rem;font-family:"Instrument Serif",Georgia,serif;font-style:italic;color:#fff;letter-spacing:-.025em;line-height:1.05}@media(min-width:640px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.125rem;max-width:28rem;margin:0 auto;color:#ffffff73;line-height:1.6}@media(min-width:640px){.hero-subtitle{font-size:1.25rem}}.waitlist-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-input{width:100%;padding:1.125rem 1.5rem;border-radius:1rem;font-size:1rem;transition:all .2s ease;outline:none;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.submit-group{padding-top:.25rem}.submit-button{width:100%;padding:1.125rem 2rem;border-radius:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#0a0a0a;border:none;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.submit-button:disabled{opacity:.5;cursor:not-allowed}.submit-button:active:not(:disabled){transform:scale(.99)}.button-loading{display:flex;align-items:center;justify-content:center;gap:.75rem}.spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.spinner-circle{opacity:.25}.spinner-path{opacity:.75}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:1rem;font-size:.875rem;text-align:center;background-color:#ef444414;border:1px solid rgba(239,68,68,.2);color:#fca5a5}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:#0a0a0a}.app-header{width:100%;padding:2rem 1.5rem}@media(min-width:640px){.app-header{padding:2.5rem}}@media(min-width:1024px){.app-header{padding:2.5rem 4rem}}.app-nav{display:flex;align-items:center;justify-content:space-between}.app-logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.app-logo-text{font-size:1.5rem;font-family:"Instrument Serif",Georgia,serif;font-style:italic;color:#fff;letter-spacing:-.02em}@media(min-width:640px){.app-logo-text{font-size:26px}}.app-coming-soon{display:none;font-size:.875rem;padding:.375rem 1rem;border-radius:9999px;color:#ffffff80;border:1px solid rgba(255,255,255,.1)}@media(min-width:640px){.app-coming-soon{display:inline-block}}.app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}@media(min-width:640px){.app-main{padding:3rem 2.5rem}}.app-footer{padding:2rem 1.5rem}@media(min-width:640px){.app-footer{padding:2.5rem}}@media(min-width:1024px){.app-footer{padding:2.5rem 4rem}}.app-footer-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;color:#ffffff4d}@media(min-width:640px){.app-footer-content{flex-direction:row;font-size:.875rem}}
