﻿@charset "UTF-8";
.auth-choice-page{padding:50px 0 80px;background:#f8fafc;min-height:70vh}
.auth-choice-card{max-width:900px;margin:auto;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:34px;box-shadow:0 10px 35px rgba(15,23,42,.08)}
.auth-choice-head{text-align:center;margin-bottom:28px}
.auth-choice-head h1{font-size:30px;color:#111827;margin-bottom:8px}
.auth-choice-head p{color:#64748b}
.auth-options{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.auth-option{border:1px solid #e5e7eb;border-radius:20px;padding:26px;text-decoration:none;color:#111827;transition:.2s;background:#fff}
.auth-option:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.09);border-color:#243b7b}
.auth-option i{width:54px;height:54px;border-radius:16px;background:#eef2ff;color:#243b7b;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}
.auth-option h2{font-size:20px;margin-bottom:8px}
.auth-option p{color:#64748b;font-size:14px;line-height:1.7}
.auth-option.primary{background:#243b7b;color:#fff;border-color:#243b7b}
.auth-option.primary i{background:rgba(255,255,255,.15);color:#fff}
.auth-option.primary p{color:#dbeafe}
.login-card{max-width:520px;margin:auto;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:30px;box-shadow:0 10px 35px rgba(15,23,42,.08)}
.login-card h1{font-size:26px;margin-bottom:8px}
.login-card p{color:#64748b;margin-bottom:22px}
.auth-form .form-group{margin-bottom:14px}
.auth-form label{display:block;font-size:13px;font-weight:800;margin-bottom:8px;color:#334155}
.auth-form input{width:100%;height:48px;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;outline:none;font-family:Poppins,sans-serif}
.auth-btn{width:100%;height:50px;border:0;background:#243b7b;color:#fff;border-radius:13px;font-weight:900;margin-top:8px;cursor:pointer}
.auth-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:16px;font-size:13px}
.auth-links a{color:#243b7b;text-decoration:none;font-weight:800}
.auth-error{background:#fee2e2;color:#991b1b;padding:13px;border-radius:12px;margin-bottom:14px;font-size:13px}
@media(max-width:760px){.auth-options{grid-template-columns:1fr}}
