.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;width:100%;max-width:380px;display:flex;flex-direction:column}.auth-card h2{margin-bottom:20px;text-align:center;color:#222}.auth-card label{font-size:13px;font-weight:600;margin-top:12px;margin-bottom:4px;color:#444}.auth-card input{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s ease}.auth-card input:focus{border-color:#4f6bed}.auth-card button{margin-top:20px;padding:11px;background:#4f6bed;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease}.auth-card button:hover{background:#3d55d1}.auth-card button:disabled{background:#a9b4e8;cursor:not-allowed}.auth-switch{margin-top:16px;font-size:13px;text-align:center;color:#555}.auth-switch a{color:#4f6bed;text-decoration:none;font-weight:600}.auth-error{background:#fdecea;color:#b3261e;padding:8px 10px;border-radius:6px;font-size:13px;margin-bottom:4px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f4f6f8;color:#1a1a1a}
