@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;600&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff;--text-primary:#fff;--text-secondary:#999;--border-color:#ffffff1a;--glass-bg:#ffffff05;background-color:#000;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}body{background:#000;min-height:100vh;margin:0;overflow:hidden auto}#root{width:100%;height:100%}.coming-soon-container{background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:4rem 0;display:flex;position:relative;overflow-x:hidden}.coming-soon-container:before{content:"";background-image:radial-gradient(circle at 2px 2px,#ffffff0d 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 90%);mask-image:radial-gradient(circle,#000,#0000 90%)}.logo-wrapper{background:0 0;border:none;margin-bottom:4rem;padding:0;animation:1.2s ease-out fadeIn}.logo-img{max-width:100px;height:auto;display:block}.content{z-index:2;text-align:center;max-width:800px;padding:0 2rem}.brand-tag{color:var(--text-secondary);letter-spacing:1px;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;display:block}h1{letter-spacing:-1px;color:#fff;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:5rem;font-weight:900;line-height:1;animation:1s ease-out .2s both fadeInUp}.subtitle{color:var(--text-secondary);letter-spacing:.5px;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:300;line-height:1.8;animation:1s ease-out .4s both fadeInUp}.nav-links{justify-content:center;gap:3rem;margin-bottom:5rem;animation:1s ease-out .6s both fadeInUp;display:flex}.nav-item{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .3s;position:relative}.nav-item:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-8px;left:0}.nav-item:hover{opacity:.7}.nav-item:hover:after{width:100%}.form-container{max-width:450px;margin:0 auto;animation:1s ease-out .8s both fadeInUp}.signup-form{border-bottom:1px solid var(--border-color);padding-bottom:.5rem;transition:border-color .3s;display:flex}.signup-form:focus-within{border-color:#fff}.signup-form input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.8rem 0;font-family:inherit;font-size:.95rem}.signup-form button{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:none;padding-left:1.5rem;font-size:.75rem;font-weight:700}.footer{text-align:center;width:100%;margin-top:4rem;animation:2s ease-out fadeIn}.footer p{color:#444;letter-spacing:3px;text-transform:uppercase;font-size:.7rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){h1{font-size:3.5rem}.nav-links{flex-direction:column;gap:1.5rem}}
