body{background-color:#121212;color:#e0e0e0;font-family:Outfit,Arial,sans-serif;margin:0;padding:20px;display:flex;justify-content:center;align-items:center;min-height:100vh;box-sizing:border-box}p{font-size:17px}a{color:#fff;text-decoration:underline}a:hover{text-decoration:none}.form-container{width:100%;max-width:500px;margin:0 auto;padding:2rem;background-color:#1e1e1e;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.3)}.header{text-align:center;margin-bottom:2rem}.header img{border-radius:50%;height:100px;width:100px;border:2px solid #4a5568}.header h1{font-size:1.75rem;margin-bottom:.5rem;margin-top:1rem;color:#fff}.header p{font-size:1rem;line-height:1.6;color:#a0aec0}#createAccountForm,#loginForm,#selectAccountTypeForm{display:flex;flex-direction:column;width:100%}.fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.input-bar{width:100%;padding:.75rem 1rem;height:48px;background-color:#2b2f35;border:1px solid transparent;border-radius:8px;font-family:Outfit,sans-serif;font-size:1rem;color:#e0e0e0;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}.input-bar::placeholder{color:#718096}.input-bar:focus{outline:0;border-color:#47505f;box-shadow:0 0 0 3px rgba(59,66,77,.3)}.select-wrapper{position:relative}.select-wrapper::after{content:'▼';font-size:1rem;color:#a0aec0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.inline-fields{display:flex;flex-direction:column;gap:1rem}.form-link{font-size:.9rem;text-align:right;margin-bottom:1.5rem}.submit-button{padding:.75rem 1.5rem;border-radius:8px;font-family:Outfit,sans-serif;font-weight:500;font-size:1rem;color:#fff;background-color:#3e4755;border:none;cursor:pointer;transition:background-color .2s;text-align:center;text-decoration:none}.submit-button:hover{background-color:#485364}.footer{text-align:center;padding-top:1.5rem;font-size:.9rem;color:#a0aec0;border-top:1px solid #2d3748;margin-top:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.verifyMsg{text-align:center}@media (min-width:600px){.inline-fields{flex-direction:row}}.messages-red{color:#ef4444;background-color:rgba(239,68,68,.1)}.message-green{color:#34d399;background-color:rgba(52,211,153,.1);padding:.75rem;border-radius:8px;margin-bottom:0}