.register-container{color:#fff;background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;display:flex}.register-card{background:#1a1a1a;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 12px #0009}.register-title{text-align:center;color:#facc15;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.register-card label{color:#f9fafb;margin-bottom:.5rem;font-weight:500;display:block}.register-card input{color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:8px;width:100%;margin-bottom:1rem;padding:.6rem;font-size:1rem}.register-card input:focus{border-color:#facc15;outline:none}.register-card button{color:#0a0a0a;cursor:pointer;background:#facc15;border:none;border-radius:8px;width:100%;padding:.8rem;font-weight:700;transition:background .2s}.register-card button:hover{background:#eab308}.error-message{color:#f87171;text-align:center;margin-top:1rem}
