*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at center,#90ee9026,#fff0 70%)}.app-container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.content-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.logo-container{margin-bottom:2rem;display:flex;justify-content:center}.logo{height:80px;width:auto;object-fit:contain}.main-title{font-size:2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:.75rem;line-height:1.2}.subtitle{color:#5a7c65;text-align:center;font-size:.95rem;margin-bottom:2rem;line-height:1.5}.form-container{width:100%;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:3rem}.input-group{margin-bottom:1.5rem}.input-label{display:block;font-size:.9rem;font-weight:500;color:#2c3e50;margin-bottom:.5rem}.email-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #e0e0e0;border-radius:6px;box-sizing:border-box;transition:border-color .2s;color:#2c3e50}.email-input:focus{outline:none;border-color:#5a7c65}.email-input::placeholder{color:#9e9e9e}.submit-button{width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:#fff;background-color:#7cb97d;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#6ba86c}.submit-button:active{background-color:#5a975b}.submit-button:disabled{background-color:#a0c4a1;cursor:not-allowed;opacity:.7}.error-message{color:#d32f2f;font-size:.875rem;margin-bottom:1rem;text-align:center}.footer{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.85rem;color:#2c3e50}.copyright{color:#2c3e50}.footer-links{display:flex;gap:1.5rem}.footer-link{color:#4a9b8e;text-decoration:none;transition:color .2s}.footer-link:hover{color:#3a7a6e;text-decoration:underline}@media(max-width:640px){.main-title{font-size:1.5rem}.subtitle{font-size:.875rem}.footer{flex-direction:column;gap:.75rem;text-align:center}.footer-links{gap:1rem}}
