
*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:"Plus Jakarta Sans",Arial,sans-serif;color:#10213d;background:#f3f7fa}
.pdep-auth{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.08fr) minmax(480px,.92fr)}
.pdep-auth-story{background:linear-gradient(145deg,#14213D 0%,#18365B 58%,#294C8C 140%);color:#fff;padding:42px 54px;display:flex;flex-direction:column;min-height:100vh}
.pdep-auth-mini{font-size:.78rem;font-weight:900;letter-spacing:.16em;color:#B9DDF4}.pdep-auth-copy{max-width:720px;margin:auto 0}.pdep-auth-kicker{font-size:.72rem;font-weight:900;letter-spacing:.18em;color:#29ABE2;margin-bottom:15px}.pdep-auth-copy h1{font-size:3rem;line-height:1.05;letter-spacing:-.045em;margin:0 0 20px}.pdep-auth-copy>p{font-size:1rem;line-height:1.75;color:#d5dee8;max-width:650px}
.pdep-auth-points{margin-top:38px;display:grid;gap:22px}.pdep-auth-points>div{display:grid;grid-template-columns:45px 1fr;column-gap:15px}.pdep-auth-points span{grid-row:1/3;color:#29ABE2;font-weight:800}.pdep-auth-points strong{font-size:.95rem}.pdep-auth-points small{font-size:.78rem;color:#b8c5d2;margin-top:5px;line-height:1.55}.pdep-auth-foot{font-size:.72rem;color:#9bb0c0}
.pdep-auth-form-side{background:#fff;display:flex;align-items:center;justify-content:center;padding:40px}.pdep-auth-panel{width:100%;max-width:440px}.pdep-auth-panel>img{width:235px;max-width:75%;display:block;margin:0 auto 30px}.pdep-auth-eyebrow{font-size:.7rem;color:#3567B7;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.pdep-auth-panel h2{font-size:2.1rem;margin:7px 0 6px;letter-spacing:-.035em}.pdep-auth-panel>p{color:#76869a;margin:0 0 28px}.pdep-auth-error{background:#fdecec;border:1px solid #f2cccc;color:#9f3e3e;padding:12px 14px;border-radius:10px;font-size:.8rem;margin-bottom:16px}
.pdep-auth-panel label{display:block;font-size:.76rem;font-weight:800;margin:0 0 17px}.pdep-auth-panel input{width:100%;height:48px;border:1px solid #ccd7e3;border-radius:10px;padding:0 13px;font:inherit;margin-top:7px;outline:none}.pdep-auth-panel input:focus{border-color:#3567B7;box-shadow:0 0 0 3px rgba(53,103,183,.12)}.pdep-pass{position:relative}.pdep-pass button{position:absolute;right:9px;bottom:9px;border:0;background:#EAF2FB;color:#294C8C;border-radius:7px;padding:7px 9px;font-weight:800;font-size:.7rem}.pdep-auth-submit{height:50px;width:100%;border:0;border-radius:11px;background:linear-gradient(135deg,#29ABE2 0%,#3567B7 48%,#294C8C 100%);color:#fff;font-weight:900;font-size:.9rem;display:flex;justify-content:space-between;align-items:center;padding:0 18px;cursor:pointer}.pdep-auth-note{text-align:center;color:#8390a1;font-size:.7rem;line-height:1.5;margin-top:18px}
@media(max-width:900px){.pdep-auth{grid-template-columns:1fr}.pdep-auth-story{display:none}.pdep-auth-form-side{min-height:100vh}}

/* =========================================================
   v1.0.6 — Authentication Interaction Standards
   ========================================================= */
.pdep-auth-panel input,
.pdep-pass button,
.pdep-auth-submit{
 transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease;
}
.pdep-auth-panel input:hover{border-color:#aebfd4}
.pdep-auth-panel input:focus{
 border-color:#3567B7;
 box-shadow:0 0 0 3px rgba(53,103,183,.18);
}
.pdep-auth-panel input:focus-visible{outline:0}
.pdep-pass button{
 cursor:pointer;
 border:1px solid transparent;
}
.pdep-pass button:hover{
 background:#DDE9F8;
 color:#213D72;
 border-color:#B8CBE8;
}
.pdep-pass button:active{background:#D2E0F3}
.pdep-pass button:focus-visible{
 outline:0;
 box-shadow:0 0 0 3px rgba(53,103,183,.18);
}

.pdep-auth-submit{
 border:1px solid transparent;
 box-shadow:0 8px 20px rgba(53,103,183,.16);
}
.pdep-auth-submit:hover{
 background:linear-gradient(135deg,#2399D0 0%,#315FA9 48%,#213D72 100%);
 box-shadow:0 11px 25px rgba(41,76,140,.24);
 transform:translateY(-1px);
}
.pdep-auth-submit:active{
 background:#213D72;
 box-shadow:0 4px 10px rgba(33,61,114,.20);
 transform:translateY(0);
}
.pdep-auth-submit:focus-visible{
 outline:0;
 box-shadow:0 0 0 3px rgba(53,103,183,.18),0 8px 20px rgba(53,103,183,.16);
}
.pdep-auth-submit:disabled,
.pdep-auth-submit[aria-disabled="true"]{
 opacity:.5;
 cursor:not-allowed;
 box-shadow:none;
 transform:none;
}

@media (prefers-reduced-motion: reduce){
 .pdep-auth-panel input,
 .pdep-pass button,
 .pdep-auth-submit{transition:none}
}
