/**
 * KAR Check-in Online — Premium login UI
 * © HotelRevenue — Todos os direitos reservados.
 */
:root{--navy:#040d1a;--blue:#005bea;--cyan:#00c8ff;--muted:#657089;--line:#dce3ef;--soft:#f6f9fc;--white:#fff;--danger:#b42318;--success:#027a48}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy);background:radial-gradient(circle at 15% 10%,rgba(0,200,255,.15),transparent 30%),linear-gradient(135deg,#f8fbff,#eef4fb)}a{color:#075bd8;text-decoration:none}a:hover{text-decoration:underline}.hr-login-page{min-height:100vh;display:grid;place-items:center;padding:30px}.hr-login-shell{position:relative;isolation:isolate;width:min(1180px,100%);min-height:760px;display:grid;grid-template-columns:1fr 1.32fr;background:#fff;border:1px solid rgba(4,13,26,.08);border-radius:28px;overflow:hidden;box-shadow:0 24px 80px rgba(4,13,26,.13)}.hr-login-panel{padding:54px 48px;display:flex;flex-direction:column}.hr-brand{display:flex;align-items:center;gap:14px}.hr-brand-centered{justify-content:center}.hr-brand strong{display:block;font-size:29px;letter-spacing:-.8px}.hr-brand small{display:block;margin-top:2px;color:var(--muted);font-size:13px}.hr-brand-mark{width:42px;height:42px;display:flex;align-items:end;gap:4px}.hr-brand-mark span{display:block;width:10px;border-radius:3px;background:linear-gradient(180deg,var(--cyan),var(--blue));box-shadow:0 7px 18px rgba(0,91,234,.23)}.hr-brand-mark span:nth-child(1){height:26px}.hr-brand-mark span:nth-child(2){height:36px}.hr-brand-mark span:nth-child(3){height:30px}.hr-login-copy{margin:66px 0 28px}.hr-eyebrow{margin:0 0 10px;color:#075bd8;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.hr-login-copy h1,.hr-password-card h1,.hr-public-card h1{margin:0;color:var(--navy);font-size:56px;line-height:.98;letter-spacing:-2px}.hr-login-copy p,.hr-public-card p,.hr-password-card p{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.55}.hr-form{display:grid;gap:13px}.hr-form label{font-weight:800;color:#1d2a42;font-size:14px}.hr-input{height:56px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;background:#fff;transition:.2s ease;overflow:hidden}.hr-input:focus-within{border-color:#7bb7ff;box-shadow:0 0 0 4px rgba(0,91,234,.09)}.hr-input svg{width:22px;height:22px;margin-left:18px;fill:#8a96aa;flex:0 0 auto}.hr-input input{width:100%;height:100%;border:0;outline:0;padding:0 16px;background:transparent;color:var(--navy);font:inherit}.hr-input input::placeholder{color:#9aa4b7}.hr-eye{width:44px;height:100%;border:0;background:transparent;color:#7b879a;font-size:22px;cursor:pointer}.hr-form-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:8px 0 18px}.hr-check{display:flex;align-items:center;gap:9px!important;color:#2c3850!important;font-weight:600!important}.hr-check input{width:18px;height:18px;accent-color:#075bd8}.hr-form-row a{font-weight:700}.hr-submit{height:58px;border:0;border-radius:11px;background:linear-gradient(135deg,#062c72,#075bd8);color:#fff;font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;gap:18px;cursor:pointer;box-shadow:0 14px 30px rgba(7,91,216,.27);transition:.2s ease}.hr-submit:hover{transform:translateY(-1px);filter:brightness(1.04);text-decoration:none}.hr-submit span{font-size:24px}.hr-alert,.hr-success{padding:13px 15px;border-radius:12px;margin-bottom:20px;font-weight:700;font-size:14px}.hr-alert{background:#fff1f0;color:var(--danger);border:1px solid #ffd2cc}.hr-success{background:#ecfdf3;color:var(--success);border:1px solid #abefc6}.hr-help{margin:34px 0 0;padding-top:28px;border-top:1px solid #e8edf5;text-align:center;color:var(--muted);font-weight:650}.hr-help a{font-weight:850;margin-left:4px}.hr-login-panel footer{margin-top:auto;text-align:center;color:#7b879a;font-size:13px}.hr-hero{position:relative;min-height:760px;background:url('../img/login-hero.svg') center/cover no-repeat,linear-gradient(135deg,#081426,#14315e);overflow:hidden}.hr-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,13,26,.74),rgba(4,13,26,.22) 60%,rgba(4,13,26,.08))}.hr-hero-content{position:relative;z-index:1;max-width:580px;padding:78px 64px;color:#fff}.hr-pill{display:inline-flex;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.11);backdrop-filter:blur(14px);border-radius:999px;padding:9px 14px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.hr-hero h2{font-family:Georgia,"Times New Roman",serif;margin:38px 0 18px;font-size:52px;line-height:1.03;letter-spacing:-1.4px}.hr-hero h2:after{content:"";display:block;width:74px;height:3px;background:var(--cyan);margin-top:24px;border-radius:4px}.hr-hero p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.82)}.hr-features{display:grid;gap:14px;margin-top:40px}.hr-features div{padding:16px 18px;border-radius:16px;background:rgba(5,20,42,.46);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px)}.hr-features strong{display:block;font-size:15px}.hr-features span{display:block;color:rgba(255,255,255,.68);font-size:13px;margin-top:3px}.hr-public-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 80% 20%,rgba(0,200,255,.17),transparent 34%),linear-gradient(135deg,#f8fbff,#edf4fb)}.hr-public-shell{width:min(920px,100%)}.hr-public-card{background:#fff;border:1px solid rgba(4,13,26,.08);border-radius:28px;padding:70px 54px;text-align:center;box-shadow:0 24px 80px rgba(4,13,26,.12)}.hr-public-card h1{max-width:760px;margin:46px auto 0;font-size:54px}.hr-public-card p{max-width:650px;margin:22px auto 0}.hr-public-actions{margin-top:34px}.hr-link-button{display:inline-flex;min-width:260px}.hr-password-shell{width:min(640px,100%)}.hr-password-card{background:#fff;border-radius:26px;padding:44px;border:1px solid rgba(4,13,26,.08);box-shadow:0 24px 80px rgba(4,13,26,.12)}.hr-password-card h1{font-size:40px;margin-top:36px}.hr-back{text-align:center;margin:22px 0 0}.hr-back a{font-weight:800}@media(max-width:900px){.hr-login-page{padding:0;background:#fff}.hr-login-shell{display:block;min-height:100vh;border-radius:0;border:0;box-shadow:none}.hr-login-panel{padding:34px 24px;min-height:100vh}.hr-login-copy{margin:44px 0 26px}.hr-login-copy h1{font-size:44px}.hr-hero{display:none}.hr-form-row{align-items:flex-start;flex-direction:column}.hr-public-card{padding:42px 24px}.hr-public-card h1{font-size:38px}.hr-brand strong{font-size:25px}}

/* v1.4.5 safety: prevent any legacy overlay from covering the login form */
.hr-login-panel{position:relative;z-index:3;background:#fff;}
.hr-hero{position:relative;z-index:1;}
.hr-hero .hr-hero-overlay{position:absolute;inset:0;pointer-events:none;}
.hr-hero-panel,.hr-hero-bg{display:none!important;}
.hr-login-page:before,.hr-login-page:after{pointer-events:none;}
