*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#e8e8e8;min-height:100vh;display:flex;justify-content:center;align-items:center}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative}.noise-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;image-rendering:pixelated;image-rendering:crisp-edges}.container{display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:500px;width:100%}.logo{max-width:650px;width:100%;height:auto;margin-bottom:1.2rem}.email-form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:360px;margin-bottom:2rem}.email-input{width:100%;padding:.9rem 1.2rem;font-size:1rem;border:2px solid #ccc;border-radius:8px;background-color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.email-input:focus{border-color:#666;box-shadow:0 0 0 3px #00000014}.email-input::placeholder{color:#999}.submit-btn{width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#333;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.submit-btn:hover{background-color:#555}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background-color:#888;cursor:not-allowed}.success-message{color:#2e7d32;font-weight:500;text-align:center;padding:.8rem;background-color:#2e7d321a;border-radius:8px;width:100%}.social-links{display:flex;gap:1.5rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#333;color:#fff;text-decoration:none;transition:background-color .2s ease,transform .15s ease}.social-link:hover{background-color:#555;transform:scale(1.08)}.social-link svg{width:24px;height:24px;fill:currentColor}@media(max-width:480px){.container{padding:1.5rem}.logo{max-width:520px;margin-bottom:1rem}.email-form{max-width:100%}}
