:root{--green:#023d31;--orange:#f05724;--cream:#f4f0e9;--ink:#15251f;--muted:#66746e}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
body{min-height:100vh;background:#082f28 url('login-background.jpg') center/cover fixed;display:grid;place-items:center;padding:24px;position:relative}
body:before{content:"";position:fixed;inset:0;background:linear-gradient(120deg,rgba(1,38,30,.95),rgba(1,52,42,.76) 48%,rgba(240,87,36,.28));backdrop-filter:saturate(.8)}
body:after{content:"";position:fixed;width:420px;height:420px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-150px;top:-120px;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.02)}
.auth-wrap{position:relative;z-index:1;width:min(100%,1020px);display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.36);background:rgba(255,255,255,.96);min-height:610px}
.hero{padding:56px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(150deg,rgba(2,61,49,.98),rgba(1,43,35,.92));color:#fff;position:relative;overflow:hidden}
.hero:after{content:"PJ";position:absolute;right:-20px;bottom:-70px;font-size:240px;font-weight:800;letter-spacing:-24px;color:rgba(255,255,255,.035)}
.brand{font-size:13px;text-transform:uppercase;letter-spacing:2px;font-weight:700}.brand i{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--orange);margin-right:10px}
.hero h1{font-size:44px;line-height:1.05;letter-spacing:-1.8px;margin:32px 0 18px;max-width:430px}.hero p{color:rgba(255,255,255,.7);font-size:16px;max-width:430px;line-height:1.7}.hero small{color:rgba(255,255,255,.5)}
.panel{padding:54px 46px;display:flex;flex-direction:column;justify-content:center}.panel h2{font-size:28px;letter-spacing:-.7px;margin:0 0 8px}.panel>.sub{color:var(--muted);margin:0 0 30px;line-height:1.55}
label{display:block;font-size:12px;font-weight:700;margin:0 0 7px;color:#44534d}input{width:100%;border:1px solid #d9dedb;border-radius:12px;padding:13px 14px;font:inherit;margin-bottom:17px;background:#fff;transition:.2s}input:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 4px rgba(2,61,49,.1)}
.btn{width:100%;border:0;border-radius:12px;padding:14px 18px;background:var(--green);color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 8px 22px rgba(2,61,49,.23)}.btn:hover{background:#012e25;transform:translateY(-1px)}
.cix-login-btn{display:flex;align-items:center;justify-content:center;gap:13px;height:64px;padding:0 22px;background:#fff;color:#0b2748;border:2px solid #dce3ed;box-shadow:none;text-decoration:none;font-size:15px;font-weight:700;border-radius:10px;transform:none}.cix-login-btn img{width:29px;height:29px;object-fit:contain}.cix-login-btn:hover{background:#fff;color:#0b2748;border-color:#c8d2df;box-shadow:none;transform:none}
.links{display:flex;justify-content:space-between;gap:12px;margin-top:20px;font-size:13px}.links a,.single-link{color:var(--green);font-weight:650;text-decoration:none}.alert{padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:13px}.alert-error{background:#fbe8e5;color:#9b2b20}.alert-ok{background:#e4f1eb;color:#155b3d}.hint{font-size:12px;color:var(--muted);line-height:1.55;margin-top:18px}.code{font-size:26px!important;text-align:center;letter-spacing:10px;font-variant-numeric:tabular-nums}
@media(max-width:760px){.auth-wrap{grid-template-columns:1fr;min-height:0}.hero{padding:30px}.hero h1{font-size:32px;margin:20px 0 8px}.hero p,.hero small{display:none}.panel{padding:36px 26px}}
