/* /expert/login — pixel-perfect from login-expert.html */
.page-expert-login{min-height:100vh;font-family:'Inter',sans-serif;color:#1a1a1a;display:flex;flex-direction:column;background:#fff;}
.page-expert-login *{box-sizing:border-box;}
.page-expert-login button{cursor:pointer;border:none;background:none;font-family:inherit;}

.el-header{height:56px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:100;}
.el-logo{font-family:'Playfair Display',Georgia,serif;font-size:18px;font-weight:800;letter-spacing:-.3px;color:#1a1a1a;text-decoration:none;}
.el-logo span{color:#D4BC7A;}

.el-body{flex:1;display:flex;min-height:calc(100vh - 56px);}

/* LEFT pane */
.el-left{flex:1;background:linear-gradient(160deg,#2C1A24 0%,#4A2840 60%,#6B3A58 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:48px;position:relative;overflow:hidden;}
.el-left-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=900&q=80') center/cover;opacity:.15;}
.el-left-tag{position:absolute;top:40px;left:48px;z-index:2;display:flex;align-items:center;gap:8px;}
.el-left-dot{width:8px;height:8px;border-radius:50%;background:#D4BC7A;display:inline-block;}
.el-left-tag-text{font-size:11px;font-weight:700;color:rgba(255,255,255,.55);letter-spacing:1.5px;text-transform:uppercase;}
.el-left-quote{position:relative;z-index:2;}
.el-left-quote-text{font-family:'Playfair Display',serif;font-size:22px;font-style:italic;color:#fff;line-height:1.5;margin-bottom:14px;}
.el-left-quote-sub{font-size:12px;color:rgba(255,255,255,.45);}

/* RIGHT pane */
.el-right{width:480px;min-width:420px;display:flex;align-items:center;justify-content:center;padding:40px 48px;background:#fff;}
.el-form-wrap{width:100%;max-width:400px;}
.el-portal-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:linear-gradient(180deg,#F5EFF2,#EDE0E8);border:1px solid #E0C0CE;border-radius:7px;font-size:10px;font-weight:700;color:#9B4A6B;letter-spacing:.8px;text-transform:uppercase;margin-bottom:22px;}
.el-h1{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;margin-bottom:6px;}
.el-sub{font-size:13px;color:#888;line-height:1.5;margin-bottom:28px;}

.el-social-row{display:flex;gap:10px;margin-bottom:18px;}
.el-social-btn{flex:1;height:44px;border-radius:10px;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .15s;}
.el-social-btn:hover{border-color:rgba(0,0,0,.18);background:#FAFAF8;}

.el-divider{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.el-divider-line{flex:1;height:1px;background:rgba(0,0,0,.07);}
.el-divider-text{font-size:11px;color:#bbb;}

.el-field{margin-bottom:14px;}
.el-field-pwd{margin-bottom:6px;}
.el-label{display:block;font-size:11px;font-weight:700;color:#555;letter-spacing:.5px;text-transform:uppercase;margin-bottom:7px;}
.el-input{width:100%;height:46px;border-radius:10px;border:1.5px solid rgba(0,0,0,.1);padding:0 14px;font-size:14px;font-family:inherit;outline:none;background:#FAFAF8;transition:border-color .15s;}
.el-input:focus{border-color:#9B4A6B;background:#fff;}

.el-forgot-row{text-align:right;margin-bottom:16px;}
.el-forgot{font-size:11px;color:#9B4A6B;font-weight:600;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;}
.el-forgot:hover{text-decoration:underline;}

.el-submit{width:100%;height:48px;border-radius:12px;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);border:none;font-size:14px;font-weight:700;color:#fff;cursor:pointer;margin-bottom:18px;box-shadow:0 3px 12px rgba(184,145,42,.25);transition:all .2s;}
.el-submit:hover{transform:translateY(-1px);box-shadow:0 5px 18px rgba(184,145,42,.35);}

.el-signup-row{text-align:center;font-size:13px;color:#888;}
.el-signup-link{color:#9B4A6B;font-weight:600;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;font-size:13px;}
.el-signup-link:hover{text-decoration:underline;}

.el-error{font-size:12px;color:#dc2626;margin-top:6px;}

/* Footer */
.el-footer{border-top:1px solid rgba(0,0,0,.06);background:#FAFAF8;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:auto;}
.el-footer-brand{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#bbb;text-transform:uppercase;}
.el-footer-nav{display:flex;align-items:center;gap:4px;}
.el-footer-link{font-size:11px;color:#aaa;cursor:pointer;padding:4px 10px;background:none;border:none;font-family:inherit;transition:color .15s;}
.el-footer-link:hover{color:#C4A559;}
.el-footer-sep{color:#ddd;}

/* Responsive */
@media(max-width:900px){
  .el-left{display:none;}
  .el-right{width:100%;min-width:0;padding:32px 20px;}
}
