:root{--af-navy-deep: #0a1420;--af-navy-900: #0f1c2b;--af-navy-800: #163d5c;--af-blue-600: #1260a8;--af-blue-500: #1b8fd6;--af-ink: #0f1f3d;--af-accent: #f5a623;--af-accent-hover: #e09a18;--af-muted: #9a9aaa;--af-muted-2: #6b7280;--af-border: #e6e8f0;--af-surface: #f9fafc}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}@media(min-width:901px){body{overflow-y:hidden}}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url(/images/login-hero.jpg);background-size:cover;background-position:center}.auth-shell{display:flex;width:100vw;height:100vh}.auth-photo{flex:0 0 38%;max-width:38%;height:100vh;position:relative;overflow:hidden;background-image:url(/images/login-hero.jpg);background-size:cover;background-position:center}.auth-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,#08101cc7,#0f2d4b94 55%,#1b8fd661)}.auth-photo-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;gap:3rem;padding:3rem 3.25rem}.auth-logo-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.auth-logo{width:110px;height:110px;border-radius:50%;object-fit:cover;box-shadow:0 10px 32px #00000059}.auth-brand-name{font-size:1.25rem;font-weight:900;color:#fff;letter-spacing:.08em;margin-top:.4rem}.auth-brand-sub{font-size:.62rem;font-weight:700;color:var(--af-accent);letter-spacing:.28em;text-transform:uppercase;display:flex;align-items:center;gap:.7rem}.auth-brand-sub:before,.auth-brand-sub:after{content:"";width:18px;height:1px;background:#ffffff80}.auth-hero h1{font-size:2.5rem;font-weight:900;line-height:1.15;color:#fff;margin-bottom:1.1rem}.auth-hero h1 .accent{color:var(--af-accent)}.auth-hero-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;max-width:320px}.auth-hero-divider span{flex:1;height:1px;background:#ffffff4d}.auth-hero-divider svg{width:14px;height:14px;color:var(--af-accent);flex-shrink:0}.auth-hero p{font-size:.88rem;color:#ffffffd1;line-height:1.75;max-width:320px}.login-right{flex:1;height:100vh;position:relative;overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;scrollbar-width:none;-ms-overflow-style:none}.login-right::-webkit-scrollbar{display:none}.login-right:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff6,#e2eef866);backdrop-filter:blur(10px) saturate(1.3);-webkit-backdrop-filter:blur(10px) saturate(1.3);border-left:1px solid rgba(255,255,255,.35);z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:460px;background:#ffffffdb;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,255,255,.65);border-radius:28px;box-shadow:0 30px 80px #0f1f3d33;padding:3rem}.portal-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1.1rem;border:2px solid var(--af-accent);border-radius:50px;font-size:.65rem;font-weight:700;letter-spacing:.1em;color:#c98c10;background:#f5a62314;width:fit-content;margin-bottom:1.1rem}.portal-badge svg{width:12px;height:12px}.auth-card h2{font-size:2rem;font-weight:800;color:var(--af-ink);margin-bottom:.2rem}.welcome-sub{font-size:.88rem;color:var(--af-muted-2);margin-bottom:1.75rem}.form-group{margin-bottom:1.1rem}.form-label{display:block;font-size:.62rem;font-weight:700;letter-spacing:.1em;color:var(--af-muted-2);text-transform:uppercase;margin-bottom:.45rem}.label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.45rem}.label-row .form-label{margin-bottom:0}.forgot-link{font-size:.72rem;font-weight:700;color:var(--af-blue-600);text-decoration:none;transition:opacity .15s}.forgot-link:hover{opacity:.75}.input-box{display:flex;align-items:center;border:1.5px solid var(--af-border);border-radius:14px;padding:.8rem 1rem;background:#fff;gap:.65rem;transition:border-color .2s,box-shadow .2s}.input-box:focus-within{border-color:var(--af-blue-600);box-shadow:0 0 0 4px #1260a81a}.input-icon{flex-shrink:0;color:#c0c4d0;display:flex;align-items:center}.input-icon svg{width:16px;height:16px}.input-box input{flex:1;border:none;outline:none;background:transparent;font-size:.88rem;color:#333;font-family:inherit}.input-box input::placeholder{color:#c0c4d0}.eye-btn{background:none;border:none;cursor:pointer;padding:0;color:#c0c4d0;display:flex;align-items:center;flex-shrink:0;transition:color .15s}.eye-btn svg{width:18px;height:18px}.eye-btn:hover{color:#777}.remember-row{display:flex;align-items:center;gap:.55rem;margin-bottom:1.4rem;margin-top:.25rem}.remember-row input[type=checkbox]{width:16px;height:16px;border:1.5px solid #c0c4d0;border-radius:4px;cursor:pointer;accent-color:var(--af-blue-600);flex-shrink:0}.remember-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;color:#777;cursor:pointer;text-transform:uppercase}.btn-signin{width:100%;padding:.95rem 1rem;background:var(--af-accent);color:var(--af-ink);border:none;border-radius:50px;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.3rem;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 6px 20px #f5a62359;font-family:inherit}.btn-signin svg{width:18px;height:18px}.btn-signin:hover{background:var(--af-accent-hover);box-shadow:0 8px 24px #f5a62373;transform:translateY(-1px)}.btn-signin:active{transform:translateY(0);box-shadow:0 4px 12px #f5a6234d}.first-visit-label{text-align:center;font-size:.65rem;font-weight:700;letter-spacing:.1em;color:#bbb;text-transform:uppercase;margin-bottom:.7rem}.btn-register{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1rem;background:transparent;color:var(--af-blue-600);border:2px solid var(--af-blue-600);border-radius:50px;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s;font-family:inherit;cursor:pointer}.btn-register svg{width:15px;height:15px}.btn-register:hover{background:var(--af-blue-600);color:#fff}.hidden{display:none!important}@media(max-width:900px){.auth-shell{flex-direction:column;height:auto;min-height:100vh}.auth-photo{flex:none;max-width:100%;width:100%;height:42vh;min-height:300px}.auth-photo-inner{gap:1.75rem;padding:2rem}.auth-hero h1{font-size:2rem}.login-right{flex:none;width:100%;height:auto;min-height:58vh;padding:2.5rem 1.25rem}.auth-card{max-width:100%;padding:2rem 1.5rem}}
