.signup-form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:500;font-size:.95rem}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.form-group input:focus{outline:none;border-color:#3ebd3e}.form-group input.error{border-color:#e74c3c}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.submit-error{margin-top:-.5rem}.submit-button{padding:1rem;background-color:#3ebd3e;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .1s;margin-top:.5rem}.submit-button:hover:not(:disabled){background-color:#2d8f2d}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button:disabled{background-color:#a0a0a0;cursor:not-allowed}@media (max-width: 768px){.signup-form{max-width:100%}.form-group input{padding:.75rem}.submit-button{padding:.875rem;font-size:1rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f5f5f5;border-top:4px solid #3ebd3e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#333;font-size:1rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:2rem;text-align:center;gap:1rem}.error-icon{font-size:3rem;margin-bottom:.5rem}.error-title{color:#333;font-size:1.5rem;margin:0}.error-message{color:#666;font-size:1rem;max-width:500px;margin:0}.error-button{margin-top:1rem;padding:.75rem 2rem;background-color:#3ebd3e;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.error-button:hover{background-color:#2d8f2d}.error-button:active{transform:scale(.98)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3ebd3e;--primary-dark: #2d8f2d;--primary-light: #5dd15d;--white: #ffffff;--gray-light: #f5f5f5;--gray-medium: #e0e0e0;--gray-dark: #333333;--text-primary: #212121;--text-secondary: #666666;--error-color: #e74c3c;--success-color: #27ae60}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;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);min-height:100vh;color:var(--text-primary)}#root{min-height:100vh}.app-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.content-wrapper{width:100%;max-width:600px;background:var(--white);border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:3rem 2.5rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{text-align:center;margin-bottom:2.5rem}.logo{width:150px;height:auto;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto}.main-title{font-size:2rem;color:var(--text-primary);margin-bottom:1rem;font-weight:700}.welcome-message{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.5rem;line-height:1.6}.welcome-message strong{color:var(--primary-color);font-weight:600}.subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.6}.form-container{width:100%}.success-container{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;background-color:var(--success-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;font-weight:600}.success-message{font-size:1rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin:0 auto 2rem}.download-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--primary-color);color:var(--white);text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:background-color .3s,transform .1s;margin-top:1rem}.download-button:hover{background-color:var(--primary-dark)}.download-button:active{transform:scale(.98)}@media (max-width: 768px){.app-container{padding:1rem}.content-wrapper{padding:2rem 1.5rem;border-radius:12px}.logo{width:120px;margin-bottom:1rem}.main-title{font-size:1.75rem}.welcome-message{font-size:1rem}.subtitle{font-size:.9rem}.success-icon{width:60px;height:60px;font-size:2rem}.success-title{font-size:1.5rem}}@media (max-width: 480px){.content-wrapper{padding:1.5rem 1rem}.logo{width:100px;margin-bottom:.75rem}.main-title{font-size:1.5rem}.header{margin-bottom:2rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,input:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}
