:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ff8c00;text-decoration:inherit}a:hover{color:#ff4500}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:#ffffffe6;background-color:#121212}a:hover{color:#ff4500}button{background-color:#1a1a1a}}#root{width:100%;height:100vh;margin:0;padding:0;text-align:center}.coming-soon-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#121212;color:#fff;padding:2rem}.content{max-width:800px;width:100%;padding:2rem;background-color:#1e1e1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #00000080;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1{font-size:4rem;margin-bottom:.5rem;background:linear-gradient(to right,#ff8c00,#ff4500);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.3)}h2{font-size:2rem;margin-bottom:2rem;color:#ccc}.description{margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.join-form{width:100%;margin-top:2rem}.input-group{display:flex;max-width:500px;margin:0 auto}input{flex:1;padding:1rem 1.5rem;font-size:1rem;border:none;border-radius:8px 0 0 8px;background-color:#282828e6;color:#e0e0e0}input:focus{outline:none;box-shadow:0 0 0 2px #ff4500;background-color:#323232e6}button{padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:0 8px 8px 0;background-color:#ff4500;color:#fff;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#ff6a00;box-shadow:0 0 10px #ff450080}button:disabled{background-color:#9e9e9e;cursor:not-allowed}.error-message{color:#ff6b6b;margin-top:1rem;font-size:.9rem}.success-message{background-color:#ff8c001a;border-radius:8px;padding:1.5rem;margin-top:2rem;animation:fadeIn .5s ease-in-out}@media (max-width: 768px){.content{padding:1.5rem}h1{font-size:3rem}h2{font-size:1.5rem}.input-group{flex-direction:column}input{border-radius:8px;margin-bottom:1rem}button{border-radius:8px}}
