/* Shared presentation for the public portal and sign-in. Bootstrap/MDB remain unchanged. */
body.hvp-access-page { margin: 0; height: auto; min-height: 100vh; background: #081f3b; }
body.hvp-home-page > #navMenuPrincipal,
body.hvp-home-page > .page-footer { display: none; }
.hvp-access { --hvp-blue: #0072d9; --hvp-ink: #092459; --hvp-muted: #47648b; font-family: Roboto, "Segoe UI", Arial, sans-serif; }
.hvp-access, .hvp-access * { box-sizing: border-box; }
.hvp-access a { text-decoration: none; }
.hvp-access button, .hvp-access input { font: inherit; }
.hvp-access a:focus, .hvp-access button:focus, .hvp-access input:focus { outline: 3px solid #71d9ff; outline-offset: 4px; }
.hvp-scene { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; color: #fff; }
.hvp-background, .hvp-overlay { position: fixed; inset: 0; pointer-events: none; z-index: -2; }
.hvp-background { background-position: center; background-size: cover; background-color: #143c63; }
.hvp-overlay { z-index: -1; background: linear-gradient(90deg, rgba(2, 24, 55, .66), rgba(3, 30, 62, .18) 65%, rgba(4, 23, 44, .23)), linear-gradient(0deg, rgba(3, 19, 40, .64), transparent 42%); }
.hvp-home { display: flex; flex-direction: column; padding: 6.5vh 5% 3vh; gap: 30px; }
.hvp-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.hvp-logo { display: flex; align-items: center; justify-content: center; width: clamp(210px, 20vw, 330px); min-height: 96px; padding: 10px 22px; border: 2px solid #fff; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 8px 35px rgba(0,102,210,.26), 0 0 22px rgba(222,247,255,.28); animation: hvp-enter .9s both; }
.hvp-logo img { display: block; width: 100%; max-height: 98px; object-fit: contain; }
.hvp-topnav { display: flex; align-items: center; gap: 28px; padding-top: 10px; }
.hvp-topnav a, .hvp-help { color: #fff; font-size: 18px; font-weight: 500; text-shadow: 0 2px 12px #09213e; }
.hvp-topnav a { position: relative; padding: 10px 0; }
.hvp-topnav a[aria-current]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #d6edff; }
.hvp-topnav a + a { border-left: 1px solid rgba(255,255,255,.7); padding-left: 28px; }
.hvp-topnav a:hover, .hvp-help:hover { color: #c9eeff; }
.hvp-hero { width: 100%; max-width: 1420px; margin: 12px auto 0; padding-left: 6%; animation: hvp-enter 1s .12s both; }
.hvp-hero h1 { max-width: 840px; margin: 0; color: #fff; font-size: clamp(40px, 4.6vw, 88px); line-height: 1.02; font-weight: 750; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 4px 28px rgba(0,17,46,.5); }
.hvp-hero p { margin: 8px 0 0; color: #bde8ff; font-size: clamp(23px, 2.1vw, 39px); font-weight: 400; line-height: 1.3; text-shadow: 0 2px 14px #153d64; }
.hvp-glass { position: relative; isolation: isolate; overflow: hidden; border: 2px solid rgba(255,255,255,.93); border-radius: 36px; color: var(--hvp-ink); background: rgba(226,241,255,.89); box-shadow: 0 18px 55px rgba(0,24,64,.26), 0 0 26px rgba(149,224,255,.35), inset 0 0 26px rgba(255,255,255,.65); }
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .hvp-glass { background: rgba(222,238,255,.77); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
}
/* One continuous aurora across the entire glass surface, as in the reference.
   Broad ice-blue light and curved white reflections stay behind the content. */
.hvp-aurora::before, .hvp-aurora::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset: -35% -20%;
    opacity: .5;
    background: radial-gradient(ellipse at 15% 65%, rgba(111,213,255,.65), transparent 46%),
                radial-gradient(ellipse at 75% 25%, rgba(255,255,255,.9), transparent 48%),
                radial-gradient(ellipse at 90% 85%, rgba(162,181,247,.5), transparent 42%);
    animation: hvp-aurora 28s -4s ease-in-out infinite alternate;
}
.hvp-aurora::after {
    inset: -65% -20%;
    opacity: .28;
    background: radial-gradient(ellipse at 15% 0%, transparent 48%, rgba(255,255,255,.08) 50%, rgba(255,255,255,.8) 52%, rgba(195,244,255,.45) 54%, transparent 58%),
                radial-gradient(ellipse at 85% 100%, transparent 44%, rgba(255,255,255,.06) 48%, rgba(255,255,255,.7) 51%, rgba(167,231,255,.32) 54%, transparent 59%);
    filter: blur(5px);
    animation: hvp-aurora-reflection 34s -8s ease-in-out infinite alternate;
}
.hvp-portals { width: 100%; max-width: 1660px; margin: auto auto 0; padding: 20px 30px 30px; animation: hvp-enter 1s .25s both; }
.hvp-portals > h2 { margin: 0 0 22px; text-align: center; font-size: 18px; font-weight: 500; color: #274d79; }
.hvp-portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hvp-portal { padding: 0 30px; min-width: 0; animation: hvp-enter .8s .35s both; }
.hvp-portal + .hvp-portal { border-left: 1px solid rgba(0,114,217,.5); }
.hvp-portal:nth-child(2) { animation-delay: .48s; }
.hvp-portal:nth-child(3) { animation-delay: .61s; }
.hvp-portal-heading { display: flex; align-items: center; gap: 22px; margin-bottom: 16px; transform: translateY(var(--hvp-option-lift, 0px)); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.hvp-portal-heading > div { flex: 1; min-width: 0; padding-right: 8%; }
.hvp-portal-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 96px; width: 96px; height: 96px; border: 1px solid rgba(255,255,255,.95); border-radius: 50%; background: rgba(169,224,255,.42); color: #0070d1; transform: scale(var(--hvp-option-icon-scale, 1)); box-shadow: 0 0 22px rgba(90,184,255,var(--hvp-option-glow, 0)); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s; }
.hvp-portal-icon .fa { font-size: 40px; transform: scale(var(--hvp-option-icon-scale, 1)); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.hvp-portal h3 { margin: 0 0 3px; color: #071e52; font-size: clamp(24px, 2.1vw, 37px); font-weight: 700; letter-spacing: -.035em; transform: scale(var(--hvp-option-title-scale, 1)); }
.hvp-portal p { margin: 0; color: var(--hvp-muted); font-size: clamp(17px, 1.45vw, 25px); line-height: 1.3; transform: scale(var(--hvp-option-subtitle-scale, 1)); }
.hvp-portal h3, .hvp-portal p { transform-origin: left center; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.hvp-portal:focus-within { --hvp-option-lift: -4px; --hvp-option-title-scale: 1.08; --hvp-option-subtitle-scale: 1.06; --hvp-option-icon-scale: 1.05; --hvp-option-glow: .28; }
@media (hover: hover) and (pointer: fine) {
    .hvp-portal:hover { --hvp-option-lift: -4px; --hvp-option-title-scale: 1.08; --hvp-option-subtitle-scale: 1.06; --hvp-option-icon-scale: 1.05; --hvp-option-glow: .28; }
}
.hvp-button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 12px 22px; margin: 0; border: 1px solid rgba(255,255,255,.94); border-radius: 24px; color: #fff; background: linear-gradient(125deg, #0078de, #0056ae); font-size: 18px; font-weight: 600; line-height: 1.35; text-align: center; cursor: pointer; box-shadow: 0 6px 18px rgba(0,91,184,.17); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, background-color .35s; }
.hvp-button:hover, .hvp-button:focus-visible { color: #fff; transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,91,184,.26), 0 0 16px rgba(114,218,255,.28), inset 0 1px 0 rgba(255,255,255,.45); }
.hvp-button:active { transform: translateY(0); }
.hvp-button:disabled { opacity: .65; cursor: wait; transform: none; }
.hvp-portal .hvp-button { width: 100%; min-height: 64px; font-size: 23px; }
.hvp-button .fa-arrow-right { transition: transform .25s; }
.hvp-button:hover .fa-arrow-right, .hvp-button:focus-visible .fa-arrow-right { transform: translateX(4px); }
.hvp-button-secondary { color: #133d6a; background: rgba(255,255,255,.45); border-color: rgba(27,100,173,.28); box-shadow: none; }
.hvp-button-secondary:hover, .hvp-button-secondary:focus-visible { color: #083367; background: rgba(255,255,255,.75); }
/* A single light sweep on interaction; ambient motion belongs to the container. */
.hvp-button::before { content: ""; position: absolute; z-index: -1; pointer-events: none; top: -60%; bottom: -60%; left: 0; width: 55%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(202,242,255,.3), rgba(255,255,255,.36), transparent); transform: translateX(-160%) skewX(-22deg); }
.hvp-button:focus-visible::before { animation: hvp-button-sheen .95s cubic-bezier(.2,.65,.3,1) both; }
@media (hover: hover) and (pointer: fine) {
    .hvp-button:not(:disabled):hover::before { animation: hvp-button-sheen .95s cubic-bezier(.2,.65,.3,1) both; }
}
.hvp-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 22px; font-size: 14px; }
.hvp-help { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-size: 16px; }
.hvp-help::before { content: ""; width: 70px; height: 1px; background: rgba(255,255,255,.8); }
.hvp-modal { background: rgba(3,18,39,.46); }
.hvp-modal .modal-dialog { max-width: 960px; margin: 32px auto; padding: 0 16px; }
.hvp-modal .modal-content { max-height: calc(100vh - 64px); max-height: calc(100dvh - 64px); border-radius: 30px; }
.hvp-modal .modal-header { align-items: center; flex-shrink: 0; padding: 24px 28px 18px; border-bottom: 1px solid rgba(46,104,166,.2); }
.hvp-modal .modal-title { color: #092459; font-size: 26px; font-weight: 700; }
.hvp-eyebrow { margin: 0 0 5px; color: #325e8b; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hvp-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid rgba(42,107,173,.2); border-radius: 50%; color: #153e6b; background: rgba(255,255,255,.6); font-size: 30px !important; cursor: pointer; }
.hvp-modal .modal-body { padding: 24px 28px 30px; overflow-y: auto; overscroll-behavior: contain; }
.hvp-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 26px; }
.hvp-info-card { padding: 20px; border-radius: 20px; border: 1px solid rgba(255,255,255,.85); background: rgba(255,255,255,.52); }
.hvp-info-card h3, .hvp-contact-title { margin: 0 0 10px; color: #133863; font-size: 20px; font-weight: 700; }
.hvp-info-card p { color: #35577b; line-height: 1.55; }
.hvp-emergency-phone { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #c62828; font-size: 26px; font-weight: 700; }
.hvp-emergency-phone:hover, .hvp-emergency-phone:focus { color: #a51f1f; }
.hvp-map-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hvp-map-links .hvp-button { width: 100%; min-width: 0; min-height: 48px; gap: 8px; padding: 10px 8px; font-size: 14px; border-radius: 14px; }
.hvp-map-icon { display: block; width: 28px; height: 28px; flex: 0 0 28px; }
.hvp-map-links .hvp-button span { min-width: 0; }
.hvp-contact-intro { color: #35577b; }
.hvp-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hvp-contact { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 14px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; color: #153c68; background: rgba(255,255,255,.55); transition: background .25s, transform .25s; }
.hvp-contact > .fa { color: #087d62; font-size: 26px; }
.hvp-contact span { min-width: 0; line-height: 1.3; font-weight: 600; }
.hvp-contact small { display: block; margin-top: 5px; color: #446181; font-size: 12px; font-weight: 400; }
.hvp-contact:hover { background: rgba(255,255,255,.9); color: #005bb1; transform: translateY(-2px); }
.hvp-modal.fade .modal-dialog { transform: translateY(18px) scale(.98); transition: transform .3s ease-out; }
.hvp-modal.show .modal-dialog { transform: translateY(0) scale(1); }
.hvp-login { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 34px 20px; }
.hvp-login-video { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hvp-login .hvp-overlay { background: linear-gradient(125deg, rgba(3,17,39,.48), rgba(6,29,62,.32)), linear-gradient(0deg, rgba(2,15,36,.5), transparent 70%); }
.hvp-login-brand { width: 260px; min-height: 80px; }
.hvp-login-card { width: 100%; max-width: 490px; padding: 30px 36px; border-radius: 30px; animation: hvp-enter .9s .15s both; }
.hvp-login-title { margin: 0 0 6px; color: #092459; font-size: 32px; font-weight: 700; text-align: center; letter-spacing: -.03em; }
.hvp-login-description { color: #385a7f; text-align: center; margin-bottom: 22px; }
.hvp-login .hvp-login-portal-icon { width: 80px; height: 80px; margin: 0 auto 18px; }
.hvp-login .hvp-login-portal-icon .fa { font-size: 42px; }
.hvp-login .forget-form { display: none; }
.hvp-login .md-form { position: relative; margin: 22px 0 !important; padding-top: 24px; text-align: left; }
.hvp-login .md-form .prefix { position: absolute; top: 42px; left: 16px; width: auto; color: #2868a0 !important; font-size: 19px; }
.hvp-login .md-form input.form-control { width: 100%; height: 54px; margin: 0; padding: 12px 14px 12px 46px; border: 1px solid rgba(39,102,170,.4); border-radius: 14px; color: #102e52 !important; background: rgba(255,255,255,.67); box-shadow: none; font-size: 17px; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
.hvp-login .md-form input.form-control:focus { border-color: #0073d4; box-shadow: 0 0 0 3px rgba(0,113,211,.15); outline: none; }
.hvp-login .md-form label, .hvp-login .md-form label.active { position: absolute; top: 0; left: 0; margin: 0; transform: none; color: #153c68 !important; font-size: 14px; line-height: 20px; font-weight: 600; }
.hvp-login .md-form label::after { position: static; margin-left: 8px; font-size: 12px; }
.hvp-login .form-check { margin: 0 0 18px !important; padding: 0; text-align: left; color: #153c68; }
.hvp-login .form-check-label { min-height: 36px; display: inline-flex; align-items: center; padding-left: 30px; }
.hvp-login .form-check-input[type=checkbox] + label::before,
.hvp-login .form-check-input[type=checkbox] + label::after { top: 7px; }
.hvp-login .form-check-input:focus + label { outline: 3px solid #0073d4; outline-offset: 3px; }
.hvp-login-actions { display: grid; gap: 10px; padding: 16px; border-radius: 22px; border-width: 1px; box-shadow: inset 0 0 18px rgba(255,255,255,.4); }
.hvp-login-actions .hvp-button { width: 100%; font-size: 16px; min-height: 48px; border-radius: 15px; }
.hvp-login-actions .hvp-button-primary { min-height: 54px; font-size: 18px; }
.hvp-login-actions .hvp-button-tertiary { background: rgba(255,255,255,.24); border-color: transparent; box-shadow: none; color: #1b4b7d; }
.hvp-login .alert { border-radius: 14px; padding: 14px; line-height: 1.5; overflow-wrap: anywhere; font-weight: 500; }
.hvp-login .alert .close { color: inherit; opacity: 1; min-width: 32px; min-height: 32px; }
.hvp-login .field-validation-error, .hvp-login .validation-summary-errors { color: #9b1d32; font-weight: 600; }
.hvp-login .pbLogin { border-radius: 5px; margin: 14px 0; }
.hvp-login #btnLogin .spinner-border { display: none; }
.hvp-login #btnLogin:disabled .spinner-border { display: inline-block; }
.hvp-login-footer { color: #d6e8f9; text-align: center; font-size: 13px; }
.hvp-login .imgEMEBlanco { max-width: 280px; object-fit: contain; }
.hvp-login-history { width: 100%; max-width: 980px; }
.hvp-login-history:has(#divUsuariosHistorial:empty) { display: none; }
.hvp-login #divUsuariosHistorial { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hvp-login .contentUserLabel { text-align: center; background: transparent; color: #e1effb; margin: 0 0 10px; }
.hvp-login .contentUser { min-width: 100px; max-width: 180px; flex: 1 1 100px; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; padding: 10px; background: rgba(13,43,78,.8); color: #fff; cursor: pointer; overflow-wrap: anywhere; text-align: center; }
@keyframes hvp-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hvp-aurora { from { transform: translate3d(-7%, -3%, 0) scale(1.04); } to { transform: translate3d(7%, 3%, 0) scale(1.07); } }
@keyframes hvp-aurora-reflection { from { transform: translate3d(5%, -3%, 0) rotate(-4deg); } to { transform: translate3d(-5%, 3%, 0) rotate(4deg); } }
@keyframes hvp-button-sheen { 0% { opacity: 0; transform: translateX(-160%) skewX(-22deg); } 20% { opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; transform: translateX(300%) skewX(-22deg); } }
@media (min-width: 1600px) { .hvp-home { gap: 42px; } .hvp-portals { padding: 22px 36px 34px; } .hvp-portal { padding: 0 46px; } .hvp-portal-icon { width: 112px; height: 112px; flex-basis: 112px; } }
@media (max-width: 1100px) { .hvp-home { padding: 32px 4% 22px; gap: 28px; } .hvp-hero { padding-left: 3%; } .hvp-portals { padding: 20px; } .hvp-portal { padding: 0 18px; } .hvp-portal-heading { gap: 12px; } .hvp-portal-icon { flex-basis: 64px; width: 64px; height: 64px; } .hvp-portal-icon .fa { font-size: 30px; } .hvp-portal .hvp-button { min-height: 54px; font-size: 19px; } }
@media (max-width: 760px) {
    .hvp-home { padding: 24px 20px 20px; gap: 28px; }
    .hvp-logo { width: 210px; min-height: 76px; padding: 8px 16px; border-radius: 20px; }
    .hvp-topnav { gap: 14px; }
    .hvp-topnav a { font-size: 15px; }
    .hvp-topnav a + a { padding-left: 14px; }
    .hvp-hero { padding: 0; margin: 0; }
    .hvp-hero h1 { max-width: 620px; font-size: clamp(36px, 7.7vw, 56px); }
    .hvp-hero p { font-size: 24px; }
    .hvp-portals { border-radius: 28px; padding: 20px; margin-top: 28px; }
    .hvp-portals > h2 { font-size: 16px; line-height: 1.5; margin-bottom: 16px; }
    .hvp-portal-grid { grid-template-columns: 1fr; gap: 18px; }
    .hvp-portal { padding: 0; }
    .hvp-portal + .hvp-portal { border-left: 0; border-top: 1px solid rgba(0,114,217,.3); padding-top: 18px; }
    .hvp-portal-heading { margin-bottom: 12px; gap: 16px; }
    .hvp-portal h3 { font-size: 27px; }
    .hvp-portal p { font-size: 18px; }
    .hvp-footer { margin-top: 0; flex-wrap: wrap; font-size: 12px; }
    .hvp-help { gap: 12px; font-size: 14px; }
    .hvp-help::before { width: 24px; }
    .hvp-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hvp-modal .modal-dialog { margin: 12px auto; padding: 0 10px; }
    .hvp-modal .modal-content { max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); }
    .hvp-modal .modal-header, .hvp-modal .modal-body { padding: 20px; }
    .hvp-info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 430px) { .hvp-home { padding: 20px 16px; } .hvp-header { gap: 12px; align-items: center; } .hvp-logo { width: 180px; min-height: 68px; padding: 8px 12px; } .hvp-topnav { gap: 0; padding: 0; } .hvp-topnav a[aria-current] { display: none; } .hvp-topnav a + a { border: 0; padding: 12px; } .hvp-contact-grid { grid-template-columns: 1fr; } .hvp-login { padding: 24px 14px; } .hvp-login-card { padding: 26px 20px; } .hvp-login-actions { padding: 12px; } .hvp-login-title { font-size: 28px; } .hvp-modal .modal-title { font-size: 23px; } }
@media (max-height: 700px) and (min-width: 761px) { .hvp-home { padding-top: 24px; gap: 24px; } .hvp-logo { min-height: 72px; width: 230px; } .hvp-hero h1 { font-size: 52px; max-width: 620px; } .hvp-hero p { font-size: 26px; } .hvp-portals { margin-top: 24px; } .hvp-portal-icon { width: 62px; height: 62px; flex-basis: 62px; } .hvp-footer { margin-top: 0; } }
@supports (padding: max(0px)) { .hvp-scene { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); padding-bottom: max(24px, env(safe-area-inset-bottom)); } .hvp-home { padding-left: max(5%, env(safe-area-inset-left)); padding-right: max(5%, env(safe-area-inset-right)); } }
@media (prefers-reduced-motion: reduce) { .hvp-access *, .hvp-access *::before, .hvp-access *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .hvp-access .hvp-button:hover, .hvp-access .hvp-button:focus-visible, .hvp-access .hvp-contact:hover, .hvp-access .hvp-portal:hover .hvp-portal-icon, .hvp-access .hvp-portal:focus-within .hvp-portal-icon, .hvp-access .hvp-button .fa-arrow-right { transform: none; } body.hvp-access-page .snowfall { display: none; } }
@media (prefers-reduced-motion: reduce) {
    .hvp-access .hvp-portal-heading, .hvp-access .hvp-portal h3, .hvp-access .hvp-portal p, .hvp-access .hvp-portal-icon .fa { transform: none; }
}
.hvp-biometric-button svg { width: 25px; height: 25px; flex: 0 0 25px; }
.hvp-biometric-status, .hvp-biometric-copy { color: #f0f7ff; font-size: .9rem; line-height: 1.6; margin: 16px 0 0; }
.hvp-biometric-status:empty { display: none; }
.hvp-biometric-optin { display: flex; align-items: flex-start; gap: 10px; color: #f0f7ff; text-align: left; font-size: .85rem; line-height: 1.5; padding: 10px 0; cursor: pointer; }
.hvp-biometric-optin input[type="checkbox"] { position: static !important; opacity: 1 !important; pointer-events: auto !important; width: 20px; height: 20px; flex: 0 0 20px; margin: 2px 0 0; accent-color: #78d9ed; }
.hvp-biometric-token { width: 100%; text-align: left; color: #fff; }
.hvp-biometric-token[hidden] { display: none !important; }
.hvp-biometric-token input { box-sizing: border-box; width: 100%; min-height: 46px; color: #fff; background: rgba(13, 40, 69, .45); border: 1px solid rgba(255, 255, 255, .45); border-radius: 12px; padding: 10px 14px; letter-spacing: .15em; }
.hvp-biometric-token input:focus-visible, .hvp-biometric-optin input:focus-visible { outline: 2px solid #a9edff; outline-offset: 3px; }
.hvp-biometric-button:disabled { cursor: default; opacity: .6; transform: none; }
