.shell{min-height:100vh;font-family:var(--font-sans);grid-template-columns:1fr 1.05fr;display:grid}.left{color:#fff;background:#143980;flex-direction:column;padding:44px 48px;display:flex;position:relative;overflow:hidden}.scene{background:radial-gradient(at 25% 35%,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.scene-svg{opacity:.85;width:100%;height:100%;position:absolute;inset:0}.left-head{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.left-foot{z-index:2;margin-top:auto;position:relative}.tagline{letter-spacing:-.8px;max-width:440px;margin-bottom:14px;font-size:32px;font-weight:700;line-height:1.15}.tagline em{color:#ee212e;font-style:normal}.tagline-sub{color:#ffffffa6;max-width:400px;font-size:14px;line-height:1.55}.credit{color:#ffffff73;letter-spacing:.3px;margin-top:28px;font-size:11px}.credit a{color:#ffffffb3;font-weight:500;text-decoration:none}.credit a:hover{color:#fff;text-decoration:underline}.right{background:#fff;flex-direction:column;padding:32px 48px 28px;display:flex;position:relative}.right-head{justify-content:flex-end;display:flex}.public-link{font-size:13px;font-weight:600;font-family:var(--font-sans);color:#143980;background:0 0;border:1px solid #143980;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;text-decoration:none;transition:all .15s;display:inline-flex}.public-link:hover{color:#fff;background:#143980;border-color:#143980}.right-body{flex:1;justify-content:center;align-items:center;padding:24px 0;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-wrap{width:100%;max-width:380px;animation:.5s cubic-bezier(.16,1,.3,1) both rise}.heading{margin-bottom:32px}.heading h1{font-size:28px;font-weight:700;font-family:var(--font-sans);color:#143980;letter-spacing:-.6px;margin-bottom:8px;line-height:1.2}.lead{color:#6b7a99;font-size:14px;line-height:1.55}.login-form{flex-direction:column;gap:18px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field label{color:#2a3150;letter-spacing:.1px;font-size:12px;font-weight:600}.input-wrap{background:#fff;border:1px solid #ececf0;border-radius:10px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.input-wrap:focus-within{border-color:#143980;box-shadow:0 0 0 4px #14398014}.input-wrap input{width:100%;font-size:14px;font-family:var(--font-sans);color:#111827;background:0 0;border:0;outline:none;padding:13px 16px}.input-wrap input::placeholder{color:#a5afc6}.toggle-pass{cursor:pointer;color:#8893b0;background:0 0;border:none;border-radius:6px;padding:6px;display:flex;position:absolute;right:10px}.row-extras{justify-content:space-between;align-items:center;display:flex}.checkbox{cursor:pointer;color:#2a3150;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;font-size:13px;display:flex}.checkbox input{display:none}.checkbox .box{background:#fff;border:1.5px solid #c4cfea;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.checkbox input:checked+.box{background:#0a1438;border-color:#0a1438}.checkbox input:checked+.box:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;margin-top:-2px;transform:rotate(45deg)}.forgot{font-size:13px;font-weight:500;font-family:var(--font-sans);color:#143980;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.forgot:hover{text-decoration:underline}.modal-overlay{z-index:1000;background:#0a143873;justify-content:center;align-items:center;animation:.15s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal-box{text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:36px 32px 28px;animation:.2s cubic-bezier(.16,1,.3,1) both rise;display:flex;box-shadow:0 20px 60px #0a143833}.modal-icon{background:#eef4ff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex}.modal-title{color:#0a1438;letter-spacing:-.3px;margin-bottom:10px;font-size:18px;font-weight:700}.modal-body{color:#6b7a99;margin-bottom:16px;font-size:13px;line-height:1.6}.modal-contact{color:#2a3150;background:#f4f6fb;border:1px solid #e0e6f0;border-radius:8px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 16px;font-size:13px;display:flex}.modal-close-btn{color:#fff;cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-sans);background:#143980;border:none;border-radius:10px;padding:13px;transition:background .15s}.modal-close-btn:hover{background:#0f2d6b}.submit{color:#fff;cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-sans);background:#143980;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:14px;transition:background .15s;display:flex}.submit:hover{background:#0f2d6b}.submit.loading{cursor:wait;background:#4a5778}.error-msg{color:#8b2020;background:#fdf2f2;border-left:3px solid #b84040;border-radius:4px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:500;display:none}.error-msg.show{display:flex}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.ecg-path{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:1.8s linear infinite ecg-draw}@keyframes ecg-draw{to{stroke-dashoffset:0}}.facepe-badge{flex-direction:column;align-items:center;gap:6px;padding-bottom:8px;display:flex}.facepe-badge img{filter:grayscale()opacity(.35)}.facepe-label{letter-spacing:.8px;text-transform:uppercase;color:#c4cfe0;font-size:10px;font-weight:600}.mobile-logo{display:none}@media (max-width:767px){.shell{grid-template-columns:1fr}.left{display:none}.right{padding:20px 24px}.mobile-logo{justify-content:center;margin-bottom:20px;display:flex}.facepe-badge{align-items:center}.facepe-label{color:#9ca3af}}
