:root{--brand:#3157d5;--brand2:#6b55da;--ink:#15213b;--muted:#758198}*{box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#f6f8fc;color:var(--ink)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-side{background:radial-gradient(circle at 20% 20%,#3e5598,#111a30 55%);color:#fff;padding:50px 9vw 50px 6vw;display:flex;flex-direction:column;justify-content:space-between}.auth-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:23px;font-weight:850}.auth-brand span{display:grid;place-items:center;width:42px;height:42px;background:linear-gradient(135deg,var(--brand),var(--brand2));border-radius:13px}.auth-brand.dark{color:var(--ink)}.auth-side h1{font-size:50px;font-weight:850;letter-spacing:-.04em;line-height:1.05;max-width:520px}.auth-side p{color:#c0c9dc;line-height:1.7;max-width:520px}.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:850;color:#b9c4ff}.auth-main{display:grid;place-items:center;padding:40px}.auth-card{background:#fff;border:1px solid #e3e8f1;border-radius:24px;padding:38px;max-width:480px;width:100%;box-shadow:0 22px 55px #1c346b12}.auth-card.wide{max-width:520px}.auth-icon{width:54px;height:54px;border-radius:16px;background:#edf1ff;color:var(--brand);display:grid;place-items:center;font-size:23px;margin-bottom:22px}.auth-card h2{font-weight:850}.form-control,.form-select{min-height:46px;border-radius:11px;border-color:#dbe1ec}.btn{border-radius:11px;font-weight:750}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));border:none}.auth-bottom{text-align:center;margin-top:20px;color:var(--muted);font-size:13px}.auth-bottom a{font-weight:750;text-decoration:none}.form-page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.form-page-head h1{font-size:38px;font-weight:850;letter-spacing:-.035em;margin:0}.form-page-head p{margin:5px 0 0;color:var(--muted)}.registration-card{background:#fff;border:1px solid #e3e8f1;border-radius:24px;padding:34px;box-shadow:0 20px 50px #1f32630c}.security-note{background:#f1f5ff;border:1px solid #dce5ff;border-radius:15px;padding:15px;display:flex;gap:12px;margin:28px 0}.security-note i{font-size:22px;color:var(--brand)}.security-note p{font-size:12px;color:var(--muted)}.auth-simple{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 10%,#e4e8ff,transparent 30%),#f6f8fc}.success-card{max-width:620px;width:100%;background:#fff;border:1px solid #e1e7f0;border-radius:26px;padding:38px;text-align:center;box-shadow:0 24px 70px #21376b17}.success-icon{width:72px;height:72px;border-radius:50%;background:#e5f8ed;color:#198754;display:grid;place-items:center;font-size:32px;margin:0 auto 20px}.success-card h1{font-weight:850}.success-card>p{color:var(--muted)}.credentials{text-align:left;border:1px solid #e5e9f1;border-radius:16px;overflow:hidden;margin:28px 0}.credentials>div{padding:14px 16px;border-bottom:1px solid #edf0f5;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.credentials>div:last-child{border-bottom:0}.credentials small,.credentials strong{display:block;grid-column:1}.credentials small{font-size:9px;color:var(--muted);letter-spacing:.1em}.credentials strong{font-size:15px}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-side{display:none}.auth-main{padding:25px}.form-page-head{align-items:flex-start;flex-direction:column}}
