:root{--primary-color: #a32934;--primary-hover: #8a2be2;--primary-hover-red: #851e28;--dark-bg: #212529;--light-bg: #f8f9fa;--text-main: #333;--text-muted: #6c757d;--border-color: #dee2e6;--radius-md: 8px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1)}.create-account-page{display:flex;flex-direction:column;min-height:100vh;background-color:var(--light-bg);font-family:Roboto,sans-serif}.account-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;width:100%}.account-container{width:100%;max-width:600px;background:#fff;padding:2.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.account-header{text-align:center;margin-bottom:2rem}.account-header h3{font-size:1.75rem;font-weight:700;text-transform:uppercase;color:var(--text-main);margin:0}.social-auth{margin-bottom:2rem;text-align:center}.btn-github{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;background-color:var(--dark-bg);color:#fff;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;text-decoration:none}.btn-github:hover{background-color:#000}.btn-github i{margin-right:.5rem;font-size:1.25rem}.divider{margin-top:1rem;color:var(--text-muted);font-size:.9rem;position:relative}.account-form{display:grid;grid-template-columns:1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-main);font-size:.95rem}.form-control{padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;transition:border-color .2s}.form-control:focus{outline:none;border-color:var(--primary-color)}.form-text{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.btn-submit{width:100%;padding:.75rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:1rem}.btn-submit:hover:not(:disabled){background-color:var(--primary-hover-red)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.alert{padding:1rem;border-radius:var(--radius-md);margin-top:1rem;font-size:.95rem}.alert-danger{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}
