:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.landing-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;color:#4f4f50}.header{margin-top:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.logo-wrapper{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:.75rem}.logo{height:150px;max-width:400px;width:auto;object-fit:contain;display:block;margin:0 auto}.coming-soon{color:#234154;background:#23415412;font-size:1rem;letter-spacing:.25em;font-weight:500;margin-bottom:3.5rem;text-transform:uppercase;display:inline-block;padding:.25em 1.2em;border-radius:1em}.main-content{width:100%;max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.headline{font-size:2.5rem;font-weight:900;margin-bottom:1.75rem;line-height:1.1;color:#234154}@media (min-width: 600px){.headline{font-size:3rem}}.desc{font-size:1.1rem;color:#4f4f50;margin-bottom:3rem;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto}.initial-cta-section{margin:0 0 4rem;text-align:center}.join-movement-btn{background:#e15c37;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:.5rem;padding:1rem 3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e15c374d}.join-movement-btn:hover{background:#d0461f;transform:translateY(-2px);box-shadow:0 6px 20px #e15c3766}.user-type-selection{margin:0 0 3.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.selection-title{font-size:1.5rem;font-weight:600;color:#234154;margin:0}.toggle-switch{display:flex;background:#f1f5f9;border-radius:50px;padding:4px;position:relative;box-shadow:inset 0 2px 4px #0000001a;max-width:380px;width:100%}.toggle-option{flex:1;background:transparent;border:none;padding:.75rem 2rem;border-radius:46px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#4f4f50;position:relative;z-index:2;white-space:nowrap;outline:none}.toggle-option.active{background:linear-gradient(135deg,#e15c37,#c7431e);color:#fff;box-shadow:0 4px 12px #e15c374d;transform:scale(1.02);outline:none}.toggle-option:focus{outline:none}.toggle-option:not(.active):hover{color:#234154;background:#e15c371a}.form-section{max-width:700px;margin:0 auto 2rem;text-align:center}.join-form{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto 1.5rem;padding:.5rem 0 1rem}.join-form .error-message{color:#d32f2f;font-size:.875rem;margin-bottom:.5rem}.join-form .success-message{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #4caf504d;animation:slideInDown .5s ease-out;text-align:center}.join-form .success-message .success-text strong{font-size:1.1rem;margin-bottom:.25rem;display:block}.join-form .success-message .success-text p{margin:0;opacity:.9;font-size:.95rem}.join-form .field-error{color:#d32f2f;font-size:.875rem;margin-top:.25rem;margin-bottom:.5rem;text-align:left;width:100%;max-width:450px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.join-form input{width:100%;max-width:450px;min-width:380px;padding:1rem 1.5rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:1.1rem;font-family:inherit;background:#fff;color:#4f4f50;transition:border-color .2s;outline:none;box-sizing:border-box}.join-form input:focus{border-color:#e15c37;box-shadow:0 0 0 2px #e15c3714}.join-form input:disabled{opacity:.6;cursor:not-allowed}.join-form input.error{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f14}.join-form input.error:focus{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f26}.join-form button{width:100%;background:#e15c37;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:.5rem;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e15c374d;margin-top:.5rem}.join-form button .button-content{display:flex;align-items:center;justify-content:center;gap:.75rem}.join-form button .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.join-form button:hover:not(:disabled){background:#d0461f;transform:translateY(-2px);box-shadow:0 6px 20px #e15c3766}.join-form button:disabled{opacity:.6;cursor:not-allowed}.footer{margin-top:auto;text-align:center;color:#4f4f50;font-size:.98rem;padding:3rem 0 1.5rem;width:100%}@media (max-width: 600px){.main-content{max-width:98vw;padding:0 .5rem}.headline{font-size:2rem}.logo{height:120px}.join-form{max-width:100%}.join-form input,.join-form button{width:100%;min-width:0;max-width:100%}.toggle-switch{max-width:300px}.toggle-option{padding:.65rem 1.5rem;font-size:.9rem}.join-movement-btn{padding:.9rem 2.5rem;font-size:1rem}.success-message{padding:1.25rem;text-align:center}.success-message .success-text strong{font-size:1rem}.success-message .success-text p{font-size:.9rem}.header{margin-top:2rem}.coming-soon,.desc{margin-bottom:2.5rem}.initial-cta-section{margin:0 0 3rem}.user-type-selection{margin:0 0 2.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#fff;color:#4f4f50;line-height:1.5}
