@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--navy:#0F1B2D;--gold:#F5A623;--gold-l:#FEF3DC;--gold-d:#C4821C;--slate:#8B9BB4;--white:#FFF;--surface:#F7F9FC;--border:#E0E7EF;--text:#0F1B2D;--muted:#6B7A99;--success:#2ECC71;--danger:#E74C3C;--r:12px;--rsm:8px;--t:.2s ease}
html,body{min-height:100%;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased}
body.auth-body{display:flex;min-height:100vh;background:var(--surface)}
.auth-left{width:460px;flex-shrink:0;background:var(--navy);display:flex;flex-direction:column;justify-content:space-between;padding:48px 52px;position:relative;overflow:hidden}
.auth-left::before{content:'';position:absolute;width:350px;height:350px;border-radius:50%;background:rgba(245,166,35,.07);right:-80px;top:-80px;pointer-events:none}
.auth-logo{font-family:'Playfair Display',serif;font-size:26px;color:var(--white)}
.auth-logo em{color:var(--gold);font-style:normal}
.auth-logo-sub{font-size:10px;color:var(--slate);letter-spacing:2px;text-transform:uppercase;margin-top:5px}
.left-hero h2{font-size:28px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:14px;position:relative;z-index:1}
.left-hero h2 em{color:var(--gold);font-style:normal}
.left-hero p{font-size:14px;color:var(--slate);line-height:1.7;position:relative;z-index:1}
.roles-demo{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1;margin-top:16px}
.role-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;text-decoration:none;transition:background var(--t)}
.role-item:hover{background:rgba(255,255,255,.06)}
.role-av{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}
.steps-list{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1;margin-top:16px}
.step-item{display:flex;align-items:flex-start;gap:12px}
.step-n{width:26px;height:26px;border-radius:50%;background:var(--gold);color:var(--navy);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-t{font-size:13px;font-weight:600;color:var(--white);margin-bottom:2px}
.step-s{font-size:12px;color:var(--slate)}
.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 32px;overflow-y:auto}
.auth-box{width:100%;max-width:400px}
.auth-box h1{font-size:24px;font-weight:700;margin-bottom:6px}
.auth-sub{font-size:14px;color:var(--muted);margin-bottom:24px}
.auth-sub a{color:var(--gold-d);font-weight:600}
.form-group{margin-bottom:16px}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label.lbl{display:block;font-size:13px;font-weight:600;margin-bottom:7px}
.input-wrap{position:relative}
.input-wrap .ico{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--muted);pointer-events:none}
input[type=email],input[type=password],input[type=text]{width:100%;padding:12px 14px 12px 44px;border:1.5px solid var(--border);border-radius:var(--rsm);font-size:14px;font-family:inherit;color:var(--text);background:var(--white);outline:none;transition:border-color var(--t),box-shadow var(--t)}
input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,166,35,.1)}
input::placeholder{color:var(--muted)}
.auth-row-between{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.check-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);cursor:pointer}
.check-label input{accent-color:var(--gold)}
.check-label a,.auth-sub a{color:var(--gold-d);font-weight:600}
.check-group{margin-bottom:14px}
.forgot-link{font-size:13px;color:var(--gold-d);font-weight:600}
.btn-auth{width:100%;padding:13px;background:var(--gold);color:var(--navy);font-size:15px;font-weight:700;font-family:inherit;border:none;border-radius:var(--rsm);cursor:pointer;transition:background var(--t),transform .12s;margin-bottom:16px;display:block;text-align:center;text-decoration:none}
.btn-auth:hover{background:var(--gold-d)}
.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.auth-divider span{font-size:12px;color:var(--muted)}
.auth-footer{text-align:center;font-size:13px;color:var(--muted)}
.auth-footer a{color:var(--gold-d);font-weight:600}
.alert-error{display:none;background:#fde8e8;border:1px solid #fca5a5;border-radius:8px;padding:12px 16px;font-size:13px;color:#c5221f;margin-bottom:16px;align-items:center;gap:10px}
.alert-error.show{display:flex}
.field-error{font-size:12px;color:var(--danger);margin-top:5px}
@media(max-width:900px){.auth-left{display:none}.auth-right{padding:32px 24px}}
@media(max-width:540px){.form-row-2{grid-template-columns:1fr}}
