:root{--fx-azul: #12608f;--fx-azul-osc: #0d4a6e;--fx-azul-claro: #e7f1f7;--fx-verde: #6cbe1f;--fx-verde-osc: #4e9412;--fx-naranja: #f47c20;--fx-naranja-osc: #d3620d;--fx-fondo: #f4f6f8;--fx-superficie: #ffffff;--fx-borde: #e6eaee;--fx-texto: #23303a;--fx-texto-suave: #6b7a86;--fx-radio: 14px;--fx-sombra: 0 2px 10px rgba(18, 96, 143, .08);--fx-sombra-alta: 0 10px 30px rgba(13, 74, 110, .18);--bs-primary: #12608f;--bs-primary-rgb: 18, 96, 143;--bs-link-color: #12608f;--bs-link-color-rgb: 18, 96, 143;--bs-link-hover-color: #0d4a6e;--bs-body-color: #23303a;--bs-body-bg: #f4f6f8;--bs-border-radius: 12px}*{-webkit-tap-highlight-color:transparent}html{overflow-x:clip}body{background-color:var(--fx-fondo);color:var(--fx-texto);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100dvh}#app{padding-bottom:env(safe-area-inset-bottom)}.btn-primary{--bs-btn-bg: var(--fx-azul);--bs-btn-border-color: var(--fx-azul);--bs-btn-hover-bg: var(--fx-azul-osc);--bs-btn-hover-border-color: var(--fx-azul-osc);--bs-btn-active-bg: var(--fx-azul-osc);--bs-btn-active-border-color: var(--fx-azul-osc);--bs-btn-disabled-bg: var(--fx-azul);--bs-btn-disabled-border-color: var(--fx-azul)}.btn-outline-primary{--bs-btn-color: var(--fx-azul);--bs-btn-border-color: var(--fx-azul);--bs-btn-hover-bg: var(--fx-azul);--bs-btn-hover-border-color: var(--fx-azul);--bs-btn-active-bg: var(--fx-azul);--bs-btn-active-border-color: var(--fx-azul)}.btn-verde{--bs-btn-color: #fff;--bs-btn-bg: var(--fx-verde);--bs-btn-border-color: var(--fx-verde);--bs-btn-hover-color: #fff;--bs-btn-hover-bg: var(--fx-verde-osc);--bs-btn-hover-border-color: var(--fx-verde-osc)}a{text-decoration:none}.form-control:focus,.form-select:focus{border-color:var(--fx-azul);box-shadow:0 0 0 .2rem #12608f26}.text-marca{color:var(--fx-azul)}.fx-titulo{font-weight:700;letter-spacing:-.01em;color:var(--fx-texto)}.fx-suave{color:var(--fx-texto-suave)}.fx-pantalla{max-width:560px;margin:0 auto;padding:0 1rem 2.5rem}.fx-cargando{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:60dvh;color:var(--fx-texto-suave)}.fx-topbar{background:var(--fx-superficie);border-bottom:1px solid var(--fx-borde);padding:.6rem 1rem;padding-top:calc(.6rem + env(safe-area-inset-top));position:sticky;top:0;z-index:20}.fx-topbar__logo{height:34px;width:auto}.fx-topbar__saludo{font-size:.78rem;line-height:1.1;color:var(--fx-texto-suave)}.fx-topbar__nombre{font-size:.95rem;font-weight:600;line-height:1.2}.fx-topbar__avatar{width:38px;height:38px;border-radius:50%;background:var(--fx-azul-claro);color:var(--fx-azul);border:none;display:grid;place-items:center;font-weight:700}.fx-accesos{background:var(--fx-superficie);border-bottom:1px solid var(--fx-borde);display:grid;grid-auto-flow:column;grid-auto-columns:minmax(76px,1fr);overflow-x:auto;scrollbar-width:none}.fx-accesos::-webkit-scrollbar{display:none}.fx-acceso{min-width:0;padding:.8rem .3rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.35rem;color:var(--fx-texto);font-size:.7rem;line-height:1.2;font-weight:500;text-align:center;-webkit-hyphens:auto;hyphens:auto;border-right:1px solid var(--fx-borde);transition:background .15s ease}.fx-acceso:last-child{border-right:none}.fx-acceso:hover,.fx-acceso:focus{background:var(--fx-azul-claro);color:var(--fx-azul-osc)}.fx-acceso i{font-size:1.35rem;color:var(--fx-naranja)}.fx-swiper{width:100%;max-width:340px;margin:0 auto;padding:.5rem 0 1.25rem;overflow:visible}@media(max-width:420px){.fx-swiper{max-width:none;width:calc(100% - 40px);margin-left:0}.fx-swiper .swiper-pagination{margin-right:-40px}}.fx-swiper .swiper-slide{border-radius:18px;overflow:hidden}.fx-cred{position:relative;display:block;height:208px;padding:1.1rem 1.25rem;border-radius:18px;color:#fff;box-shadow:var(--fx-sombra-alta);overflow:hidden;isolation:isolate}.fx-cred:after{content:"";position:absolute;right:-58px;bottom:-78px;width:190px;height:190px;border-radius:50%;border:26px solid rgba(255,255,255,.12);z-index:-1}.cred--auto{background:linear-gradient(135deg,var(--fx-azul) 0%,var(--fx-azul-osc) 100%)}.cred--hogar{background:linear-gradient(135deg,var(--fx-verde) 0%,var(--fx-verde-osc) 100%)}.cred--personal{background:linear-gradient(135deg,var(--fx-naranja) 0%,var(--fx-naranja-osc) 100%)}.fx-cred__etiqueta{font-size:.68rem;font-weight:700;letter-spacing:.09em;opacity:.85}.fx-cred__titulo{font-size:1.45rem;font-weight:700;line-height:1.15;margin-top:.15rem}.fx-cred__subtitulo{font-size:.85rem;opacity:.9}.fx-cred__icono{font-size:1.6rem;opacity:.9}.fx-cred__pie{position:absolute;left:1.25rem;right:1.25rem;bottom:1rem;font-size:.78rem}.fx-cred__dato{opacity:.82;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase}.fx-cred__valor{font-weight:600;font-size:.9rem;letter-spacing:.02em}.fx-cred__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;font-size:.68rem;font-weight:600;background:#ffffff38;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.estado--vencida{background:#00000047}.estado--alerta{background:#ffffffe6;color:var(--fx-naranja-osc)}.fx-swiper .swiper-pagination-bullet-active{background:var(--fx-azul)}.fx-swiper .swiper-pagination{position:static;margin-top:.9rem}.fx-pista{text-align:center;font-size:.78rem;color:var(--fx-texto-suave);transition:opacity .25s ease}.fx-pista--oculta{opacity:0}.fx-seccion{background:var(--fx-superficie);border:1px solid var(--fx-borde);border-radius:var(--fx-radio);box-shadow:var(--fx-sombra);margin-bottom:1rem;overflow:hidden}.fx-seccion__titulo{padding:.85rem 1rem;border-bottom:1px solid var(--fx-borde);font-weight:600;font-size:.95rem;color:var(--fx-azul-osc);background:#fbfcfd;display:flex;align-items:center;gap:.5rem}.fx-campo{padding:.7rem 1rem;border-bottom:1px solid var(--fx-borde)}.fx-campo__etiqueta{font-size:.74rem;color:var(--fx-texto-suave);margin-bottom:.1rem}.fx-campo__valor{font-size:.95rem;word-break:break-word}.fx-seccion .row>[class*=col-]:last-child .fx-campo{border-bottom:none}.fx-lista-item{padding:.7rem 1rem;border-bottom:1px solid var(--fx-borde);display:flex;justify-content:space-between;align-items:center;gap:.75rem}.fx-lista-item:last-child{border-bottom:none}.cuota--pagada{color:var(--fx-verde-osc);font-weight:600;font-size:.78rem}.cuota--impaga{color:var(--fx-naranja-osc);font-weight:600;font-size:.78rem}.fx-doc{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--fx-borde);color:var(--fx-texto)}.fx-doc:last-child{border-bottom:none}.fx-doc:hover{background:var(--fx-azul-claro)}.fx-doc i{font-size:1.35rem;color:var(--fx-naranja)}.fx-auth{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem;background:linear-gradient(160deg,#ffffff 0%,var(--fx-azul-claro) 100%)}.fx-auth__card{width:100%;max-width:420px;margin:0 auto;background:var(--fx-superficie);border-radius:20px;box-shadow:var(--fx-sombra-alta);padding:1.75rem 1.5rem}.fx-auth__logo{display:block;max-width:190px;margin:0 auto 1.25rem}.fx-auth__pie{text-align:center;font-size:.78rem;color:var(--fx-texto-suave);margin-top:1.5rem}.fx-install{position:fixed;left:50%;transform:translate(-50%);bottom:calc(1rem + env(safe-area-inset-bottom));z-index:60;background:var(--fx-azul);color:#fff;border-radius:999px;padding:.5rem 2.2rem .5rem 1.1rem;box-shadow:var(--fx-sombra-alta);font-size:.85rem}body.fx-con-install #app{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom))}.fx-install:hover{background:var(--fx-azul-osc);color:#fff}.fx-install__cerrar{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);font-size:1.15rem;line-height:1;opacity:.7}.fx-vacio{text-align:center;padding:2.5rem 1rem;color:var(--fx-texto-suave)}.fx-vacio i{font-size:2.5rem;color:var(--fx-borde);margin-bottom:.75rem}
