.rl-header{z-index:var(--rl-z-sticky);background:0 0;height:72px;transition:background .2s,height .2s,box-shadow .2s;position:sticky;top:0}@supports (animation-timeline:scroll()){@keyframes rl-header-shrink{0%{height:72px}to{background:oklch(from var(--rl-paper) l c h / .92);-webkit-backdrop-filter:blur(12px);height:56px;box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px lab(0% 0 0/.08)}}.rl-header{animation:linear both rl-header-shrink scroll(root);animation-range:0 80px}}@media (prefers-reduced-motion:reduce){.rl-header{background:var(--rl-paper);height:64px;animation:none;box-shadow:0 1px 4px rgba(0,0,0,.06);box-shadow:0 1px 4px lab(0% 0 0/.06)}}.rl-header__container{justify-content:space-between;align-items:center;gap:var(--rl-space-md);height:100%;max-width:var(--rl-container-max);padding:0 var(--rl-space-md);margin:0 auto;display:flex}.rl-header__logo{flex-shrink:0;text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}@media (min-width:1024px){.rl-header__logo{position:static;transform:none}}.rl-header__logo-text{font-family:var(--rl-font-display);color:var(--rl-ink);letter-spacing:-.5px;white-space:nowrap;font-size:1.125rem;font-weight:700}.rl-header__logo-text span{color:var(--rl-accent)}.rl-header__nav{align-items:center;gap:var(--rl-space-xs);margin-left:var(--rl-space-xl);flex:1;display:none}@media (min-width:1024px){.rl-header__nav{display:flex}}.rl-header__nav-link{font-family:var(--rl-font-body);font-weight:500;font-size:var(--rl-text-sm);color:var(--rl-ink-soft);border-radius:var(--rl-radius-pill);white-space:nowrap;padding:8px 14px;text-decoration:none;transition:color .15s,background .15s;display:block}.rl-header__nav-link:hover{color:var(--rl-primary);background:oklch(from var(--rl-primary) l c h / .08)}.rl-header__nav-link.has-sub:after{content:"";opacity:.5;vertical-align:middle;border-bottom:1.5px solid;border-right:1.5px solid;width:4px;height:4px;margin-left:5px;display:inline-block;transform:rotate(45deg)translateY(-2px)}.rl-header__nav-item{position:relative}.rl-header__dropdown{background:var(--rl-paper);border:1px solid var(--rl-border);opacity:0;pointer-events:none;min-width:220px;z-index:var(--rl-z-dropdown);border-radius:14px;padding:6px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12);box-shadow:0 12px 40px lab(0% 0 0/.12)}.rl-header__nav-item:hover .rl-header__dropdown,.rl-header__nav-item:focus-within .rl-header__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.rl-header__dropdown a{color:var(--rl-ink-soft);border-radius:10px;align-items:center;gap:8px;padding:9px 13px;font-size:13px;text-decoration:none;transition:color .12s,background .12s;display:flex}.rl-header__dropdown a:hover{color:var(--rl-ink);background:var(--rl-paper-2)}.rl-header__dropdown-icon{text-align:center;flex-shrink:0;width:20px;font-size:16px}.rl-header__dropdown-sep{background:var(--rl-border);height:1px;margin:4px 8px}.rl-header__dropdown-all{color:var(--rl-primary)!important}.rl-header__actions{align-items:center;gap:var(--rl-space-xs);margin-left:auto;display:flex}.rl-header__search-btn{border:1px solid var(--rl-border);width:44px;height:44px;color:var(--rl-ink-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:color .15s,background .15s,border-color .15s;display:flex}.rl-header__search-btn:hover{color:var(--rl-ink);background:var(--rl-paper-2);border-color:var(--rl-ink-muted)}.rl-header__search-btn svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;width:16px;height:16px}.rl-header__mia-btn{align-items:center;gap:var(--rl-space-2xs);background:var(--rl-cta-action);color:var(--rl-cta-action-contrast);padding:0 var(--rl-space-md);border-radius:var(--rl-radius-pill);height:40px;font-family:var(--rl-font-body);font-weight:600;font-size:var(--rl-text-sm);cursor:pointer;white-space:nowrap;border:none;transition:background .15s,transform .15s;display:flex}.rl-header__mia-btn:hover{background:oklch(from var(--rl-cta-action) calc(l - .04) c h);transform:translateY(-1px)}.rl-header__mia-btn svg{width:16px;height:16px}.rl-header__mia-text{display:none}@media (min-width:768px){.rl-header__mia-text{display:inline}}.rl-header__hamburger{color:var(--rl-ink);cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4.5px;min-width:44px;min-height:44px;margin-left:-8px;padding:10px 8px;display:flex}.rl-header__hamburger span{background:currentColor;border-radius:2px;width:18px;height:1.5px;display:block}@media (min-width:1024px){.rl-header__hamburger{display:none}}body.single-rl_radar .rl-header:before,body.single-rl_guia .rl-header:before,body.single-rl_comparativa .rl-header:before{content:"";background:var(--rl-accent);transform-origin:0;z-index:1;width:100%;height:2px;animation:linear rl-progress-fill scroll(root);position:absolute;top:0;left:0;transform:scaleX(0)}@keyframes rl-progress-fill{to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){body.single-rl_radar .rl-header:before,body.single-rl_guia .rl-header:before,body.single-rl_comparativa .rl-header:before{animation:none}}.rl-search-overlay{z-index:var(--rl-z-overlay);background:oklch(from var(--rl-ink-strong) l c h / .92);backdrop-filter:blur(20px);opacity:0;pointer-events:none;justify-content:center;align-items:flex-start;padding-top:70px;transition:opacity .2s;display:flex;position:fixed;inset:0}.rl-search-overlay.is-open{opacity:1;pointer-events:auto}.rl-search-box{width:100%;max-width:620px;margin-inline:20px}.rl-search-wrap{background:oklch(from var(--rl-ink-inverse) l c h / .06);border:1px solid oklch(from var(--rl-ink-inverse) l c h / .15);border-radius:16px;align-items:center;gap:12px;padding:14px 20px;display:flex}.rl-search-wrap svg{width:17px;height:17px;stroke:oklch(from var(--rl-ink-inverse) l c h / .4);stroke-width:1.8px;fill:none;stroke-linecap:round;flex-shrink:0}.rl-search-input{font-family:var(--rl-font-body);color:var(--rl-paper);background:0 0;border:none;outline:none;flex:1;font-size:17px}.rl-search-input::placeholder{color:oklch(from var(--rl-ink-inverse) l c h / .38)}.rl-search-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.rl-search-tags a{color:oklch(from var(--rl-ink-inverse) l c h / .45);border:1px solid oklch(from var(--rl-ink-inverse) l c h / .1);border-radius:var(--rl-radius-pill);padding:6px 14px;font-size:12px;text-decoration:none;transition:color .12s,border-color .12s}.rl-search-tags a:hover{color:var(--rl-paper);border-color:oklch(from var(--rl-ink-inverse) l c h / .28)}.rl-mobile-menu{z-index:var(--rl-z-overlay);background:oklch(from var(--rl-ink-strong) l c h / .98);backdrop-filter:blur(24px);flex-direction:column;gap:0;padding:86px 28px 44px;display:none;position:fixed;inset:0;overflow-y:auto}.rl-mobile-menu.is-open{display:flex}.rl-mobile-menu a{font-family:var(--rl-font-body);color:oklch(from var(--rl-ink-inverse) l c h / .72);border-bottom:1px solid oklch(from var(--rl-ink-inverse) l c h / .06);align-items:center;min-height:52px;padding:14px 0;font-size:20px;font-weight:400;text-decoration:none;transition:color .12s;display:flex}.rl-mobile-menu a:hover{color:var(--rl-paper)}.rl-mobile-menu a.sub{border-bottom-color:oklch(from var(--rl-ink-inverse) l c h / .03);color:oklch(from var(--rl-ink-inverse) l c h / .4);min-height:40px;padding:10px 0 10px 16px;font-size:14px}.rl-mobile-menu__sep{background:oklch(from var(--rl-ink-inverse) l c h / .07);height:1px;margin:4px 0}.rl-close-btn{z-index:calc(var(--rl-z-overlay) + 1);background:oklch(from var(--rl-ink-inverse) l c h / .08);width:40px;height:40px;color:var(--rl-paper);border-radius:50%;justify-content:center;align-items:center;font-size:17px;display:none;position:fixed;top:16px;right:16px}.rl-close-btn.is-open{cursor:pointer;display:flex}.rl-bottom-nav{z-index:var(--rl-z-sticky);background:var(--rl-paper);border-top:1px solid var(--rl-border);height:var(--rl-bottom-nav-h);padding:0 var(--rl-space-xs);padding-bottom:max(var(--rl-space-xs), env(safe-area-inset-bottom));justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.rl-bottom-nav{display:none}}.rl-bottom-nav a{padding:var(--rl-space-xs) var(--rl-space-sm);color:var(--rl-ink-muted);border-radius:var(--rl-radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:48px;min-height:44px;font-size:.625rem;font-weight:500;text-decoration:none;display:flex}.rl-bottom-nav a svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:20px;height:20px}.rl-bottom-nav a.is-active{color:var(--rl-primary)}.rl-bottom-nav__center{position:relative;top:-12px}.rl-bottom-nav__center:before{content:"";background:var(--rl-paper);border-radius:50%;width:52px;height:52px;position:absolute;top:0;left:50%;transform:translate(-50%)}.rl-bottom-nav__center span{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:hidden}.rl-bottom-nav__center span img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}body:not(.home){padding-bottom:0}body:not(.home) .rl-sticky-cta--list.rl-sticky-cta{bottom:0}.rl-progress-bar{background:var(--rl-primary);width:0%;height:3px;z-index:calc(var(--rl-z-overlay) + 1);pointer-events:none;border-radius:0 2px 2px 0;transition:width 80ms linear;position:fixed;top:0;left:0}@media (prefers-reduced-motion:reduce){.rl-progress-bar{transition:none}}