.AuthCard_container__E_nJT{height:100vh;padding:2rem;display:flex;justify-content:center;align-items:center}.AuthCard_signupContainerExtra__MnLir{margin-top:8rem}@media (min-height:800px){.AuthCard_signupContainerExtra__MnLir{margin-top:2rem;margin-bottom:0}}.AuthCard_cardContainer__VTxkc{background-color:var(--card-bg);border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:450px;width:100%;text-align:center;box-sizing:border-box}.AuthCard_title__lvp0w{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,var(--accent-color),var(--discord-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.AuthCard_subtitle___cZsa{color:#cbd5e1;margin-bottom:2rem;font-size:1rem}.AuthCard_authError__tgGJ3{background-color:rgba(239,68,68,.1);border:1px solid #ef4444;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center}.AuthCard_form__H9SOk{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.AuthCard_nameRow__74q7w{display:flex;gap:.75rem;width:100%}.AuthCard_inputGroup__JGsZf{display:flex;flex-direction:column;text-align:left;flex:1 1;min-width:0}.AuthCard_label__5PgWC{color:#cbd5e1;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.AuthCard_input__RTKps{padding:1rem;border:2px solid #334155;border-radius:8px;background-color:#1e293b;color:#cbd5e1;font-size:1rem;transition:border-color .3s,box-shadow .3s;width:100%;box-sizing:border-box}.AuthCard_input__RTKps:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-color-rgb),.1)}.AuthCard_input__RTKps::placeholder{color:#64748b}.AuthCard_input__RTKps:disabled{opacity:.6;cursor:not-allowed}.AuthCard_inputError__dSdZ2{border-color:#ef4444}.AuthCard_inputError__dSdZ2:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.AuthCard_errorText__JV9AN{color:#ef4444;font-size:.8rem;margin-top:.25rem}.AuthCard_submitButton__Rp3aM{padding:1rem 1.5rem;background:linear-gradient(90deg,var(--accent-color),var(--discord-color));color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s,opacity .3s}.AuthCard_submitButton__Rp3aM:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.AuthCard_submitButton__Rp3aM:disabled{opacity:.6;cursor:not-allowed;transform:none}.AuthCard_divider__T_2ME{display:flex;align-items:center;margin:2rem 0;color:#64748b}.AuthCard_divider__T_2ME:after,.AuthCard_divider__T_2ME:before{content:"";flex:1 1;height:1px;background:#334155}.AuthCard_divider__T_2ME span{padding:0 1rem;font-size:.9rem}.AuthCard_link__p_d7Z{color:#cbd5e1;font-size:.9rem}.AuthCard_link__p_d7Z a{color:var(--accent-color);text-decoration:none;font-weight:500}.AuthCard_link__p_d7Z a:hover{text-decoration:underline}@media (max-width:768px){.AuthCard_cardContainer__VTxkc{padding:1.5rem;max-width:100%}.AuthCard_nameRow__74q7w{flex-direction:column;gap:1.5rem}}