.region-selector[data-astro-cid-nhno4355]{position:relative;display:inline-flex;align-items:center}.region-selector__toggle[data-astro-cid-nhno4355]{display:inline-flex;align-items:center;gap:.4em;padding:.4em .7em;background:rgba(var(--gray-light),.5);border:1px solid rgba(var(--gray-light),1);border-radius:6px;cursor:pointer;font-family:inherit;font-size:.85em;color:rgb(var(--gray-dark));transition:background .15s,border-color .15s}.region-selector__toggle[data-astro-cid-nhno4355]:hover{background:rgba(var(--gray-light),.8);border-color:rgb(var(--gray))}.region-selector__flag[data-astro-cid-nhno4355]{font-size:1.1em;line-height:1}.region-selector__label[data-astro-cid-nhno4355]{font-weight:600}.region-selector__chevron[data-astro-cid-nhno4355]{transition:transform .15s}.region-selector__toggle[data-astro-cid-nhno4355][aria-expanded=true] .region-selector__chevron[data-astro-cid-nhno4355]{transform:rotate(180deg)}.region-selector__menu[data-astro-cid-nhno4355]{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:220px;background:#fff;border:1px solid rgba(var(--gray-light),1);border-radius:8px;box-shadow:0 4px 16px #0000001f;list-style:none;margin:0;padding:4px;z-index:1000}.region-selector__menu--open[data-astro-cid-nhno4355]{display:block}.region-selector__option[data-astro-cid-nhno4355]{display:flex;align-items:center;gap:.6em;padding:.6em .8em;border-radius:6px;text-decoration:none;color:rgb(var(--gray-dark));transition:background .1s}.region-selector__option[data-astro-cid-nhno4355]:hover{background:rgba(var(--gray-light),.5);color:rgb(var(--gray-dark))}.region-selector__option--active[data-astro-cid-nhno4355]{background:rgba(var(--gray-light),.3);font-weight:600}.region-selector__option-flag[data-astro-cid-nhno4355]{font-size:1.3em;line-height:1}.region-selector__option-details[data-astro-cid-nhno4355]{display:flex;flex-direction:column;flex:1}.region-selector__option-name[data-astro-cid-nhno4355]{font-size:.9em;line-height:1.2}.region-selector__option-regulatory[data-astro-cid-nhno4355]{font-size:.75em;color:rgb(var(--gray));line-height:1.2}.region-selector__check[data-astro-cid-nhno4355]{color:var(--accent);flex-shrink:0}.region-selector--footer[data-astro-cid-nhno4355] .region-selector__toggle[data-astro-cid-nhno4355]{background:transparent;border-color:rgba(var(--gray),.3);color:rgb(var(--gray))}.region-selector--footer[data-astro-cid-nhno4355] .region-selector__toggle[data-astro-cid-nhno4355]:hover{border-color:rgb(var(--gray))}.region-selector--footer[data-astro-cid-nhno4355] .region-selector__menu[data-astro-cid-nhno4355]{bottom:calc(100% + 4px);top:auto}@media(max-width:720px){.region-selector__label[data-astro-cid-nhno4355]{display:none}}.search-trigger[data-astro-cid-sak75ai5]{display:inline-flex;align-items:center;gap:.5rem;height:38px;padding:0 .6rem 0 .7rem;background:rgb(var(--gray-50));border:1px solid var(--border-light);border-radius:var(--radius-md);color:rgb(var(--gray-600));cursor:pointer;transition:all .15s ease;font:inherit}.search-trigger[data-astro-cid-sak75ai5]:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.search-trigger__label[data-astro-cid-sak75ai5]{font-size:.82rem;font-weight:500;color:rgb(var(--gray-700))}.search-trigger[data-astro-cid-sak75ai5]:hover .search-trigger__label[data-astro-cid-sak75ai5]{color:var(--accent)}.search-trigger__kbd[data-astro-cid-sak75ai5]{display:inline-flex;gap:2px;margin-left:.25rem}.search-trigger__kbd[data-astro-cid-sak75ai5] kbd[data-astro-cid-sak75ai5]{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:20px;padding:0 4px;font-size:.68rem;font-weight:600;font-family:var(--font-sans, ui-sans-serif);color:rgb(var(--gray-600));background:var(--bg-surface);border:1px solid var(--border-light);border-radius:4px;line-height:1}@media(max-width:900px){.search-trigger__label[data-astro-cid-sak75ai5],.search-trigger__kbd[data-astro-cid-sak75ai5]{display:none}.search-trigger[data-astro-cid-sak75ai5]{width:38px;padding:0;justify-content:center}}.search-overlay[data-astro-cid-sak75ai5]{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:8vh;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.search-overlay[data-astro-cid-sak75ai5].open{opacity:1;visibility:visible}.search-overlay__backdrop[data-astro-cid-sak75ai5]{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(4px)}.search-overlay__container[data-astro-cid-sak75ai5]{position:relative;width:100%;max-width:700px;margin:0 1rem;background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000040;transform:translateY(-10px);transition:transform .2s ease;max-height:82vh;overflow:hidden;display:flex;flex-direction:column}.search-overlay[data-astro-cid-sak75ai5].open .search-overlay__container[data-astro-cid-sak75ai5]{transform:translateY(0)}.search-overlay__header[data-astro-cid-sak75ai5]{display:flex;align-items:flex-start;gap:.5rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border-light)}.search-form[data-astro-cid-sak75ai5]{flex:1}.search-input-wrap[data-astro-cid-sak75ai5]{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:rgb(var(--gray-50));border:2px solid var(--border-light);border-radius:var(--radius-md);transition:border-color .15s ease}.search-input-wrap[data-astro-cid-sak75ai5]:focus-within{border-color:var(--accent);background:var(--bg-surface)}.search-icon[data-astro-cid-sak75ai5]{color:rgb(var(--gray-400));flex-shrink:0}.search-input[data-astro-cid-sak75ai5]{flex:1;border:none;background:none;font-size:1rem;color:rgb(var(--gray-900));outline:none}.search-input[data-astro-cid-sak75ai5]::placeholder{color:rgb(var(--gray-400))}.search-kbd[data-astro-cid-sak75ai5]{padding:.2rem .5rem;font-size:.7rem;font-family:inherit;background:rgb(var(--gray-200));border-radius:4px;color:rgb(var(--gray-500))}.search-region-hint[data-astro-cid-sak75ai5]{display:flex;align-items:center;gap:.5rem;margin-top:.65rem;padding-left:.25rem;font-size:.78rem;color:rgb(var(--gray-500))}.global-search-link[data-astro-cid-sak75ai5]{color:var(--accent);text-decoration:none}.global-search-link[data-astro-cid-sak75ai5]:hover{text-decoration:underline}.search-close[data-astro-cid-sak75ai5]{background:none;border:none;color:rgb(var(--gray-400));cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease}.search-close[data-astro-cid-sak75ai5]:hover{color:rgb(var(--gray-700));background:rgb(var(--gray-100))}.search-results[data-astro-cid-sak75ai5]{flex:1;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem}.search-section[data-astro-cid-sak75ai5]{margin-bottom:2rem}.search-section[data-astro-cid-sak75ai5]:last-child{margin-bottom:0}.search-section__title[data-astro-cid-sak75ai5]{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--gray-500));margin:0 0 .85rem}.trending-list[data-astro-cid-sak75ai5]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.trending-list[data-astro-cid-sak75ai5] li[data-astro-cid-sak75ai5]{margin:0}.trending-item[data-astro-cid-sak75ai5]{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.65rem .75rem;border-radius:var(--radius-md);text-decoration:none;color:inherit;border:1px solid transparent;transition:background .12s ease,border-color .12s ease}.trending-item[data-astro-cid-sak75ai5]:hover,.trending-item[data-astro-cid-sak75ai5].is-active{background:rgb(var(--gray-50));border-color:var(--border-light)}.trending-item__signal[data-astro-cid-sak75ai5]{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--gray-500));min-width:4.5rem}.trending-item__main[data-astro-cid-sak75ai5]{min-width:0;display:flex;flex-direction:column;gap:.1rem}.trending-item__label[data-astro-cid-sak75ai5]{font-size:.88rem;font-weight:600;color:rgb(var(--gray-900));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending-item__meta[data-astro-cid-sak75ai5]{font-size:.72rem;color:rgb(var(--gray-500))}.entity-grid[data-astro-cid-sak75ai5]{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.entity-card[data-astro-cid-sak75ai5]{display:flex;flex-direction:column;gap:.3rem;padding:.85rem .9rem;border:1px solid var(--border-light);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .12s ease,box-shadow .12s ease}.entity-card[data-astro-cid-sak75ai5]:hover,.entity-card[data-astro-cid-sak75ai5].is-active{border-color:color-mix(in srgb,var(--accent) 35%,var(--border-light));box-shadow:var(--shadow-sm)}.entity-card__top[data-astro-cid-sak75ai5]{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.entity-card__label[data-astro-cid-sak75ai5]{font-size:.86rem;font-weight:700;color:rgb(var(--gray-900))}.entity-card[data-astro-cid-sak75ai5]:hover .entity-card__label[data-astro-cid-sak75ai5]{color:var(--accent)}.entity-card__count[data-astro-cid-sak75ai5]{font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:rgb(var(--gray-600))}.entity-card__hint[data-astro-cid-sak75ai5]{font-size:.7rem;line-height:1.35;color:rgb(var(--gray-500))}.continue-list[data-astro-cid-sak75ai5]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.continue-list[data-astro-cid-sak75ai5] li[data-astro-cid-sak75ai5]{margin:0}.continue-item[data-astro-cid-sak75ai5]{display:flex;align-items:center;gap:.65rem;padding:.55rem .7rem;border-radius:var(--radius-sm);text-decoration:none;color:rgb(var(--gray-800));transition:background .1s ease}.continue-item[data-astro-cid-sak75ai5]:hover,.continue-item[data-astro-cid-sak75ai5].is-active{background:rgb(var(--gray-50))}.continue-item__label[data-astro-cid-sak75ai5]{font-size:.86rem;font-weight:500}.intel-links[data-astro-cid-sak75ai5]{display:flex;flex-wrap:wrap;gap:.45rem}.intel-link[data-astro-cid-sak75ai5]{padding:.42rem .8rem;font-size:.8rem;font-weight:500;color:rgb(var(--gray-700));background:rgb(var(--gray-50));border:1px solid var(--border-light);border-radius:100px;text-decoration:none;transition:all .12s ease}.intel-link[data-astro-cid-sak75ai5]:hover,.intel-link[data-astro-cid-sak75ai5].is-active{background:var(--accent-light);border-color:color-mix(in srgb,var(--accent) 30%,var(--border-light));color:var(--accent)}.entity-badge[data-astro-cid-sak75ai5]{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15em .45em;border-radius:4px;background:rgb(var(--gray-100));color:rgb(var(--gray-600));white-space:nowrap}.entity-badge--drug[data-astro-cid-sak75ai5]{background:color-mix(in srgb,var(--md-secondary) 12%,rgb(var(--gray-100)));color:var(--md-secondary)}.entity-badge--company[data-astro-cid-sak75ai5]{background:color-mix(in srgb,var(--md-tertiary) 12%,rgb(var(--gray-100)));color:var(--md-tertiary)}.entity-badge--pipeline[data-astro-cid-sak75ai5],.entity-badge--trial[data-astro-cid-sak75ai5]{background:color-mix(in srgb,var(--accent) 10%,rgb(var(--gray-100)));color:var(--accent)}.entity-badge--event[data-astro-cid-sak75ai5],.entity-badge--article[data-astro-cid-sak75ai5],.entity-badge--query[data-astro-cid-sak75ai5]{background:rgb(var(--gray-100));color:rgb(var(--gray-600))}.grouped-results[data-astro-cid-sak75ai5]{display:flex;flex-direction:column;gap:1.5rem}.result-group__title[data-astro-cid-sak75ai5]{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--gray-500));margin:0 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border-light)}.result-group__list[data-astro-cid-sak75ai5]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.result-group__list[data-astro-cid-sak75ai5] li[data-astro-cid-sak75ai5]{margin:0}.result-item[data-astro-cid-sak75ai5]{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem .65rem;border-radius:var(--radius-sm);text-decoration:none;transition:background .1s ease}.result-item[data-astro-cid-sak75ai5]:hover,.result-item[data-astro-cid-sak75ai5].is-active{background:rgb(var(--gray-50))}.result-item__label[data-astro-cid-sak75ai5]{font-size:.88rem;font-weight:500;color:rgb(var(--gray-900));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-item__meta[data-astro-cid-sak75ai5]{font-size:.72rem;color:rgb(var(--gray-500));flex-shrink:0}.overlay-recovery-note[data-astro-cid-sak75ai5]{font-size:.82rem;font-weight:600;color:rgb(var(--gray-600));margin:0 0 .75rem}.overlay-dym[data-astro-cid-sak75ai5]{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.65rem .75rem;margin-bottom:1rem;background:var(--accent-light);border-radius:var(--radius-md)}.overlay-dym__label[data-astro-cid-sak75ai5]{font-size:.78rem;font-weight:600;color:rgb(var(--gray-600))}.overlay-dym__link[data-astro-cid-sak75ai5]{font-size:.92rem;font-weight:700;color:var(--accent);text-decoration:none}.live-recovery[data-astro-cid-sak75ai5]{margin-top:.5rem}.overlay-trending[data-astro-cid-sak75ai5]{margin-top:1.25rem}.recovery-chips[data-astro-cid-sak75ai5]{display:flex;flex-wrap:wrap;gap:.4rem}.recovery-chip[data-astro-cid-sak75ai5]{padding:.35rem .75rem;font-size:.78rem;font-weight:500;color:rgb(var(--gray-700));background:rgb(var(--gray-50));border:1px solid var(--border-light);border-radius:100px;text-decoration:none}.recovery-chip[data-astro-cid-sak75ai5]:hover{background:var(--accent-light);color:var(--accent)}.search-footer[data-astro-cid-sak75ai5]{padding:.75rem 1.25rem;border-top:1px solid var(--border-light);background:rgb(var(--gray-50))}.search-tip[data-astro-cid-sak75ai5]{font-size:.72rem;color:rgb(var(--gray-500))}.search-tip[data-astro-cid-sak75ai5] kbd[data-astro-cid-sak75ai5]{padding:.15rem .35rem;font-size:.62rem;background:rgb(var(--gray-200));border-radius:3px;margin:0 .1rem}@media(max-width:640px){.search-overlay[data-astro-cid-sak75ai5]{padding-top:0;align-items:stretch}.search-overlay__container[data-astro-cid-sak75ai5]{margin:0;border-radius:0;max-height:100vh;height:100vh}.entity-grid[data-astro-cid-sak75ai5]{grid-template-columns:repeat(2,1fr)}.trending-item[data-astro-cid-sak75ai5]{grid-template-columns:1fr auto}.trending-item__signal[data-astro-cid-sak75ai5],.search-tip[data-astro-cid-sak75ai5]{display:none}}@media(max-width:400px){.entity-grid[data-astro-cid-sak75ai5]{grid-template-columns:1fr}}.mega[data-astro-cid-lovch3sb]{height:100%;display:flex;flex:1;min-width:0;justify-content:center}.mega__bar[data-astro-cid-lovch3sb]{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;height:100%;gap:0;flex-wrap:nowrap}.mega__item[data-astro-cid-lovch3sb]{position:static;display:flex;align-items:stretch;flex-shrink:0}.mega__link[data-astro-cid-lovch3sb]{display:inline-flex;align-items:center;gap:.4rem;padding:0 .95rem;height:100%;font-size:.875rem;font-weight:550;letter-spacing:.01em;color:rgb(var(--gray-700));text-decoration:none;position:relative;transition:color .18s ease;white-space:nowrap;flex-shrink:0}.mega__link-icon[data-astro-cid-lovch3sb]{opacity:.7;flex-shrink:0}.mega__caret[data-astro-cid-lovch3sb]{transition:transform .2s ease;opacity:.7}.mega__link[data-astro-cid-lovch3sb]:after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:0;height:2px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 50%,transparent));transform:scaleX(0);transform-origin:left;transition:transform .25s ease;border-radius:2px}.mega__link[data-astro-cid-lovch3sb]:hover{color:var(--accent)}.mega__item[data-astro-cid-lovch3sb].is-active>.mega__link[data-astro-cid-lovch3sb],.mega__item[data-astro-cid-lovch3sb].open>.mega__link[data-astro-cid-lovch3sb]{color:var(--accent)}.mega__item[data-astro-cid-lovch3sb].is-active>.mega__link[data-astro-cid-lovch3sb]:after,.mega__item[data-astro-cid-lovch3sb].open>.mega__link[data-astro-cid-lovch3sb]:after{transform:scaleX(1)}.mega__item[data-astro-cid-lovch3sb].open>.mega__link[data-astro-cid-lovch3sb] .mega__caret[data-astro-cid-lovch3sb]{transform:rotate(180deg)}.mega__panel[data-astro-cid-lovch3sb]{position:absolute;left:0;right:0;top:100%;background:var(--bg-surface);border-top:1px solid var(--border-light);box-shadow:0 24px 48px -24px #020c1b40,0 2px #00000005;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .22s ease,visibility .22s;z-index:90}.mega__panel[data-astro-cid-lovch3sb]:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.55}.mega__item[data-astro-cid-lovch3sb].open .mega__panel[data-astro-cid-lovch3sb]{opacity:1;visibility:visible;transform:translateY(0)}.mega__panel-inner[data-astro-cid-lovch3sb]{padding:1.75rem 0 2rem}.mega__grid[data-astro-cid-lovch3sb]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 280px;gap:2rem;align-items:start}.mega__col-title[data-astro-cid-lovch3sb]{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--gray-500))}.mega__col-hero[data-astro-cid-lovch3sb]{display:flex;flex-direction:column;gap:2px;padding:.5rem .65rem;margin:0 -.65rem .5rem;border-radius:var(--radius-md);border-left:2px solid var(--accent);text-decoration:none;color:var(--accent-dark);background:color-mix(in srgb,var(--accent) 5%,transparent);transition:background .15s ease,border-color .15s ease}.mega__col-hero[data-astro-cid-lovch3sb]:hover{background:color-mix(in srgb,var(--accent) 10%,transparent);border-left-color:var(--md-tertiary)}.mega__col-hero-label[data-astro-cid-lovch3sb]{font-size:.9375rem;font-weight:700;line-height:1.25}.mega__col-hero-desc[data-astro-cid-lovch3sb]{font-size:.75rem;color:rgb(var(--gray-500));line-height:1.35}.mega__col-list[data-astro-cid-lovch3sb]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.mega__col-link[data-astro-cid-lovch3sb]{display:flex;flex-direction:column;padding:.5rem .65rem;margin:0 -.65rem;border-radius:var(--radius-md);border-left:2px solid transparent;text-decoration:none;color:rgb(var(--gray-800));transition:background .15s ease,color .15s ease,border-color .15s ease;min-height:44px;justify-content:center}.mega__col-link[data-astro-cid-lovch3sb]:hover{background:color-mix(in srgb,var(--accent) 6%,transparent);color:var(--accent-dark);border-left-color:var(--accent)}.mega__col-link-label[data-astro-cid-lovch3sb]{font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem}.mega__col-link-desc[data-astro-cid-lovch3sb]{font-size:.75rem;color:rgb(var(--gray-500));margin-top:2px;line-height:1.35}.mega__badge[data-astro-cid-lovch3sb]{font-size:.6rem;font-weight:500;padding:.1em .45em;background:var(--bg-muted);color:var(--text-secondary);border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.mega__intel[data-astro-cid-lovch3sb]{min-width:0}.mega__intel-card[data-astro-cid-lovch3sb]{position:relative;display:flex;flex-direction:column;gap:.85rem;padding:1.25rem;border-radius:var(--radius-lg);color:var(--md-on-primary);background:linear-gradient(160deg,var(--navy-900) 0%,var(--navy-950) 100%);border:1px solid rgba(255,255,255,.08);overflow:hidden;isolation:isolate;min-height:220px;box-shadow:var(--shadow-md)}.mega__intel-glow[data-astro-cid-lovch3sb]{position:absolute;inset:-1px;background:radial-gradient(400px 160px at 90% -10%,rgba(var(--accent-rgb),.12),transparent 60%);z-index:0;pointer-events:none}.mega__intel-head[data-astro-cid-lovch3sb],.mega__intel-ctas[data-astro-cid-lovch3sb],.mega__intel-picks[data-astro-cid-lovch3sb]{position:relative;z-index:1}.mega__intel-eyebrow[data-astro-cid-lovch3sb]{display:inline-flex;align-items:center;gap:.4rem;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2em .5em;border-radius:999px;background:#ffffff29;color:var(--md-on-primary);margin-bottom:.5rem}.mega__intel-live[data-astro-cid-lovch3sb]{display:inline-flex;align-items:center;gap:.25rem;padding:.1em .4em;border-radius:999px;background:var(--live-container);color:var(--live-on-container);font-size:.5625rem;letter-spacing:.06em}.mega__intel-live[data-astro-cid-lovch3sb]:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--live)}.mega__intel-title[data-astro-cid-lovch3sb]{margin:0;font-family:var(--font-serif);font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--md-on-primary)}.mega__intel-desc[data-astro-cid-lovch3sb]{margin:.35rem 0 0;font-size:.8125rem;color:#ffffffe6;line-height:1.45}.mega__intel-ctas[data-astro-cid-lovch3sb]{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto}.mega__intel-cta[data-astro-cid-lovch3sb]{display:inline-flex;align-items:center;padding:.4em .75em;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s ease,gap .15s ease}.mega__intel-cta--primary[data-astro-cid-lovch3sb]{background:#fffffff2;color:var(--accent-dark)}.mega__intel-cta--primary[data-astro-cid-lovch3sb]:hover{background:var(--bg-surface)}.mega__intel-cta--secondary[data-astro-cid-lovch3sb]{background:#ffffff24;color:var(--md-on-primary);border:1px solid rgba(255,255,255,.22)}.mega__intel-cta--secondary[data-astro-cid-lovch3sb]:hover{background:#ffffff38}.mega__intel-picks-label[data-astro-cid-lovch3sb]{display:block;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7;margin-bottom:.35rem}.mega__intel-picks-list[data-astro-cid-lovch3sb]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.mega__intel-picks-list[data-astro-cid-lovch3sb] a[data-astro-cid-lovch3sb]{font-size:.75rem;color:#ffffffeb;text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mega__intel-picks-list[data-astro-cid-lovch3sb] a[data-astro-cid-lovch3sb]:hover{text-decoration:underline}.mega-mobile[data-astro-cid-lovch3sb]{position:fixed;inset:0;z-index:200;pointer-events:none}.mega-mobile[data-astro-cid-lovch3sb].open{pointer-events:auto}.mega-mobile__backdrop[data-astro-cid-lovch3sb]{position:absolute;inset:0;background:#020c1b80;opacity:0;transition:opacity .25s ease}.mega-mobile[data-astro-cid-lovch3sb].open .mega-mobile__backdrop[data-astro-cid-lovch3sb]{opacity:1}.mega-mobile__panel[data-astro-cid-lovch3sb]{position:absolute;top:0;right:0;bottom:0;width:min(92vw,420px);background:var(--bg-surface);box-shadow:-18px 0 40px -12px #00000040;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1);overflow-y:auto}.mega-mobile[data-astro-cid-lovch3sb].open .mega-mobile__panel[data-astro-cid-lovch3sb]{transform:translate(0)}.mega-mobile__header[data-astro-cid-lovch3sb]{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1px solid var(--border-light);position:sticky;top:0;background:var(--bg-surface);z-index:2}.mega-mobile__brand[data-astro-cid-lovch3sb]{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:rgb(var(--gray-800))}.mega-mobile__flag[data-astro-cid-lovch3sb]{font-size:1.1rem}.mega-mobile__close[data-astro-cid-lovch3sb]{background:none;border:none;cursor:pointer;color:rgb(var(--gray-700));padding:.35rem;border-radius:var(--radius-md)}.mega-mobile__close[data-astro-cid-lovch3sb]:hover{background:rgb(var(--gray-100))}.mega-mobile__nav[data-astro-cid-lovch3sb]{padding:.5rem}.mega-mobile__top[data-astro-cid-lovch3sb]{display:block;padding:.85rem .9rem;font-size:.95rem;font-weight:600;color:rgb(var(--gray-800));text-decoration:none;border-radius:var(--radius-md)}.mega-mobile__top[data-astro-cid-lovch3sb]:hover{background:rgb(var(--gray-100));color:var(--accent)}.mega-mobile__group[data-astro-cid-lovch3sb]{border-radius:var(--radius-md)}.mega-mobile__group[data-astro-cid-lovch3sb][open]{background:rgb(var(--gray-50))}.mega-mobile__summary[data-astro-cid-lovch3sb]{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:.85rem .9rem;font-size:.95rem;font-weight:600;color:rgb(var(--gray-800));cursor:pointer;border-radius:var(--radius-md)}.mega-mobile__summary[data-astro-cid-lovch3sb]::-webkit-details-marker{display:none}.mega-mobile__summary[data-astro-cid-lovch3sb]:hover{background:rgb(var(--gray-100))}.mega-mobile__chev[data-astro-cid-lovch3sb]{transition:transform .2s ease}.mega-mobile__group[data-astro-cid-lovch3sb][open] .mega-mobile__chev[data-astro-cid-lovch3sb]{transform:rotate(180deg)}.mega-mobile__body[data-astro-cid-lovch3sb]{padding:0 .9rem .85rem}.mega-mobile__overview[data-astro-cid-lovch3sb]{display:inline-block;font-size:.78rem;font-weight:600;color:var(--accent);margin:.25rem 0 .75rem;text-decoration:none}.mega-mobile__intel[data-astro-cid-lovch3sb]{padding:.65rem .75rem;margin-bottom:.75rem;border-radius:var(--radius-md);background:var(--navy-900);border:1px solid rgba(255,255,255,.08);color:var(--md-on-primary);font-size:.82rem;line-height:1.35}.mega-mobile__intel-live[data-astro-cid-lovch3sb]{display:inline-block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:var(--live-container);color:var(--live-on-container);padding:.1em .4em;border-radius:999px;margin-bottom:.35rem}.mega-mobile__intel[data-astro-cid-lovch3sb] strong[data-astro-cid-lovch3sb]{display:block;font-family:var(--font-serif);font-size:.9rem;margin-bottom:.45rem;color:var(--md-on-primary)}.mega-mobile__intel-ctas[data-astro-cid-lovch3sb]{display:flex;flex-wrap:wrap;gap:.5rem}.mega-mobile__intel-ctas[data-astro-cid-lovch3sb] a[data-astro-cid-lovch3sb]{font-size:.75rem;font-weight:600;color:var(--md-on-primary);text-decoration:underline;text-underline-offset:2px}.mega-mobile__hero[data-astro-cid-lovch3sb]{display:block;font-size:.82rem;font-weight:700;color:var(--accent);text-decoration:none;padding:.35rem .4rem;margin-bottom:.25rem}.mega-mobile__col[data-astro-cid-lovch3sb]+.mega-mobile__col[data-astro-cid-lovch3sb]{margin-top:.75rem}.mega-mobile__col[data-astro-cid-lovch3sb] h4[data-astro-cid-lovch3sb]{margin:0 0 .35rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--gray-500))}.mega-mobile__col[data-astro-cid-lovch3sb] ul[data-astro-cid-lovch3sb]{list-style:none;margin:0;padding:0}.mega-mobile__col[data-astro-cid-lovch3sb] a[data-astro-cid-lovch3sb]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .4rem;font-size:.88rem;color:rgb(var(--gray-800));text-decoration:none;border-radius:var(--radius-sm)}.mega-mobile__col[data-astro-cid-lovch3sb] a[data-astro-cid-lovch3sb]:hover{background:rgb(var(--gray-100));color:var(--accent)}.mega-mobile__regions[data-astro-cid-lovch3sb]{margin-top:auto;padding:1rem;border-top:1px solid var(--border-light);background:rgb(var(--gray-50))}.mega-mobile__regions-title[data-astro-cid-lovch3sb]{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--gray-700));margin-bottom:.5rem}.mega-mobile__regions-grid[data-astro-cid-lovch3sb]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.45rem}.mega-mobile__region[data-astro-cid-lovch3sb]{display:flex;align-items:center;gap:.4rem;padding:.5rem .55rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);text-decoration:none;color:rgb(var(--gray-800))}.mega-mobile__region[data-astro-cid-lovch3sb].active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.mega-mobile__region-flag[data-astro-cid-lovch3sb]{font-size:1.1rem}.mega-mobile__region-info[data-astro-cid-lovch3sb]{display:flex;flex-direction:column;line-height:1.1}.mega-mobile__region-info[data-astro-cid-lovch3sb] span[data-astro-cid-lovch3sb]{font-size:.75rem;font-weight:600}.mega-mobile__region-info[data-astro-cid-lovch3sb] small[data-astro-cid-lovch3sb]{font-size:.65rem;color:rgb(var(--gray-500))}@media(max-width:1200px){.mega__grid[data-astro-cid-lovch3sb]{grid-template-columns:repeat(2,minmax(0,1fr))}.mega__intel[data-astro-cid-lovch3sb]{grid-column:1 / -1}.mega__intel-card[data-astro-cid-lovch3sb]{min-height:160px}}@media(max-width:1024px){.mega__link[data-astro-cid-lovch3sb]{padding:0 .7rem;font-size:.825rem}}@media(max-width:900px){.mega[data-astro-cid-lovch3sb]{display:none}}@media(prefers-reduced-motion:reduce){.mega__panel[data-astro-cid-lovch3sb],.mega-mobile__panel[data-astro-cid-lovch3sb],.mega-mobile__backdrop[data-astro-cid-lovch3sb],.mega__col-link[data-astro-cid-lovch3sb],.mega__link[data-astro-cid-lovch3sb]:after,.mega__caret[data-astro-cid-lovch3sb]{transition:none!important}.mega__intel-live[data-astro-cid-lovch3sb]:before{animation:none}}.ticker[data-astro-cid-3ef6ksr2]{background:var(--navy-950);color:#fff;font-size:.8rem;overflow:hidden}.ticker__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;height:32px;line-height:1}.ticker__label[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;background:var(--live-container);color:var(--live-on-container);padding:.1em .5em;border-radius:var(--radius-sm);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0;-webkit-font-smoothing:antialiased}.ticker__viewport[data-astro-cid-3ef6ksr2]{flex:1;min-width:0;height:100%;overflow:hidden;display:flex;align-items:center;mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.ticker__track[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2rem;width:max-content;height:100%;animation:ticker-scroll calc(var(--ticker-count, 5) * 6s) linear infinite}.ticker__viewport[data-astro-cid-3ef6ksr2]:hover .ticker__track[data-astro-cid-3ef6ksr2]{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker__item[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;flex-shrink:0;line-height:1;color:#ffffffd9;text-decoration:none;white-space:nowrap}.ticker__item[data-astro-cid-3ef6ksr2]:hover{color:#fff}@media(prefers-reduced-motion:reduce){.ticker__viewport[data-astro-cid-3ef6ksr2]{overflow-x:auto;scrollbar-width:none}.ticker__viewport[data-astro-cid-3ef6ksr2]::-webkit-scrollbar{display:none}.ticker__track[data-astro-cid-3ef6ksr2]{animation:none}.ticker__item--clone[data-astro-cid-3ef6ksr2]{display:none}}.topbar[data-astro-cid-3ef6ksr2]{background:rgb(var(--gray-100));border-bottom:1px solid var(--border-light);font-size:.75rem}.topbar__inner[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;height:36px}.topbar__left[data-astro-cid-3ef6ksr2]{color:rgb(var(--gray-700))}.topbar__right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem}.header[data-astro-cid-3ef6ksr2]{background:var(--bg-surface);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1rem;min-width:0}.header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo-img[data-astro-cid-3ef6ksr2]{height:44px;width:auto;display:block}.header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header__region-badge[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.25rem;padding:.2em .6em;font-size:.7rem;font-weight:600;background:var(--accent-light);color:var(--accent-dark);border-radius:var(--radius-sm);letter-spacing:.03em}.header__mobile-toggle[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;color:rgb(var(--gray-700));padding:.25rem}@media(max-width:900px){.header__mobile-toggle[data-astro-cid-3ef6ksr2]{display:block}}@media(max-width:768px){.header__region-badge[data-astro-cid-3ef6ksr2],.topbar__left[data-astro-cid-3ef6ksr2]{display:none}}.cookie-consent[data-astro-cid-garwan2p]{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;background:#111827f7;backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.1);transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.cookie-consent[data-astro-cid-garwan2p].visible{transform:translateY(0);opacity:1;pointer-events:auto}.cookie-consent[data-astro-cid-garwan2p].hiding{transform:translateY(100%);opacity:0}.cookie-content[data-astro-cid-garwan2p]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-text[data-astro-cid-garwan2p]{flex:1}.cookie-text[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{margin:0;color:#ffffffe6;font-size:.9rem;line-height:1.5}.cookie-text[data-astro-cid-garwan2p] a[data-astro-cid-garwan2p]{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-text[data-astro-cid-garwan2p] a[data-astro-cid-garwan2p]:hover{color:var(--accent)}.cookie-actions[data-astro-cid-garwan2p]{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn[data-astro-cid-garwan2p]{padding:.6rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .15s ease;white-space:nowrap}.cookie-btn--primary[data-astro-cid-garwan2p]{background:var(--accent);color:#fff}.cookie-btn--primary[data-astro-cid-garwan2p]:hover{background:var(--accent-dark, #2563eb);transform:translateY(-1px)}.cookie-btn--secondary[data-astro-cid-garwan2p]{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3)}.cookie-btn--secondary[data-astro-cid-garwan2p]:hover{background:#ffffff1a;border-color:#ffffff80}@media(max-width:640px){.cookie-consent[data-astro-cid-garwan2p]{padding:1rem .75rem}.cookie-content[data-astro-cid-garwan2p]{flex-direction:column;text-align:center;gap:1rem}.cookie-text[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]{font-size:.85rem}.cookie-actions[data-astro-cid-garwan2p]{width:100%;justify-content:center}.cookie-btn[data-astro-cid-garwan2p]{flex:1;max-width:150px}}.footer-hub{background:var(--navy-950);color:#ffffffb8;margin-top:3rem;overflow-x:clip}.footer-hub a{color:#ffffff9e;text-decoration:none;-webkit-tap-highlight-color:rgba(var(--md-primary-rgb, 0, 107, 181),.2)}.footer-hub__inner{padding-bottom:2rem}.footer-hub__body{padding:2.5rem 0 0;border-top:1px solid rgba(255,255,255,.08);position:relative}@keyframes footerAmbientLine{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes footerColIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-newsletter,.footer-hub__body>nav,.footer-hub__body>section,.footer-hub__body>.footer-legal{transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:no-preference){.footer-animate-ready .footer-newsletter:not(.is-visible),.footer-animate-ready .footer-hub:not(.is-visible) .footer-hub__body>nav,.footer-animate-ready .footer-hub:not(.is-visible) .footer-hub__body>section,.footer-animate-ready .footer-hub:not(.is-visible) .footer-hub__body>.footer-legal{opacity:0;transform:translateY(14px)}}.footer-newsletter.is-visible,.footer-hub.is-visible .footer-hub__body>nav,.footer-hub.is-visible .footer-hub__body>section,.footer-hub.is-visible .footer-hub__body>.footer-legal{opacity:1;transform:translateY(0)}.footer-newsletter.is-visible{transition-delay:0s}.footer-hub.is-visible .footer-hub__body>nav{transition-delay:.08s}.footer-hub.is-visible .footer-hub__body>section.footer-clusters{transition-delay:.18s}.footer-hub.is-visible .footer-hub__body>section.footer-geo{transition-delay:.28s}.footer-hub.is-visible .footer-hub__body>.footer-legal{transition-delay:.38s}.footer-hub.is-visible .footer-hub__body:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(var(--md-primary-rgb, 0, 107, 181),.15) 25%,rgba(var(--md-primary-rgb, 0, 107, 181),.55) 50%,rgba(var(--md-primary-rgb, 0, 107, 181),.15) 75%,transparent 100%);background-size:220% 100%;animation:footerAmbientLine 9s linear infinite;pointer-events:none}.footer-hub.is-visible .footer-primary__col{animation:footerColIn .6s cubic-bezier(.22,1,.36,1) backwards}.footer-hub.is-visible .footer-primary__col:nth-child(1){animation-delay:.2s}.footer-hub.is-visible .footer-primary__col:nth-child(2){animation-delay:.27s}.footer-hub.is-visible .footer-primary__col:nth-child(3){animation-delay:.34s}.footer-hub.is-visible .footer-primary__col:nth-child(4){animation-delay:.41s}.footer-hub.is-visible .footer-primary__col:nth-child(5){animation-delay:.48s}.footer-hub.is-visible .footer-primary__col:nth-child(6){animation-delay:.55s}.footer-hub.is-visible .footer-clusters__col,.footer-hub.is-visible .footer-geo__column{animation:footerColIn .55s cubic-bezier(.22,1,.36,1) backwards}.footer-hub.is-visible .footer-clusters__col:nth-child(1){animation-delay:.32s}.footer-hub.is-visible .footer-clusters__col:nth-child(2){animation-delay:.4s}.footer-hub.is-visible .footer-clusters__col:nth-child(3){animation-delay:.48s}.footer-hub.is-visible .footer-clusters__col:nth-child(4){animation-delay:.56s}.footer-hub.is-visible .footer-geo__column:nth-child(1){animation-delay:.38s}.footer-hub.is-visible .footer-geo__column:nth-child(2){animation-delay:.46s}.footer-hub.is-visible .footer-geo__column:nth-child(3){animation-delay:.54s}.footer-primary__links a,.footer-clusters__links a,.footer-geo__links a,.footer-regions__list a,.footer-legal__links a{position:relative;transition:color .3s ease,transform .35s cubic-bezier(.22,1,.36,1)}.footer-primary__links a:after,.footer-clusters__links a:after,.footer-geo__links a:after,.footer-regions__list a:after,.footer-legal__links a:after{content:"";position:absolute;left:0;bottom:.15em;width:0;height:1px;background:linear-gradient(90deg,rgba(var(--md-primary-rgb, 0, 107, 181),.85),rgba(var(--md-primary-rgb, 0, 107, 181),.2));transition:width .4s cubic-bezier(.22,1,.36,1);pointer-events:none}.footer-primary__title a:after{display:none}.footer-hub a:hover,.footer-hub a:focus-visible{color:#fff;transform:translate(3px)}.footer-hub a:hover:after,.footer-hub a:focus-visible:after{width:100%}.footer-primary__title a{transition:color .35s ease,letter-spacing .45s ease}.footer-primary__title a:hover,.footer-primary__title a:focus-visible{letter-spacing:.08em;transform:none}.footer-regions__list a.is-active{color:#fffffff2}.footer-regions__list a.is-active:after{width:100%;opacity:.35}.footer-newsletter{background:linear-gradient(135deg,rgb(var(--gray-800)),rgb(var(--gray-900)));border-bottom:1px solid rgba(255,255,255,.08);padding:1.5rem 0;color:#ffffffe0}.footer-newsletter__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.25rem 2rem;align-items:center}.footer-newsletter__copy h2{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 .35rem;font-family:var(--font-heading, var(--font-family-heading, inherit))}.footer-newsletter__copy p{margin:0;font-size:.875rem;line-height:1.5;max-width:38ch;color:#ffffffb8}.footer-newsletter__form{display:flex;flex-direction:column;gap:.55rem}.footer-newsletter__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.footer-newsletter__field{flex:1 1 12rem;min-width:0}.footer-newsletter__field input{width:100%;padding:.6rem .85rem;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-md, 8px);background:#ffffff14;color:#fff;font-size:.875rem}.footer-newsletter__field input::placeholder{color:#ffffff73}.footer-newsletter__field input:focus-visible{outline:2px solid var(--md-primary, #006bb5);outline-offset:2px;border-color:transparent}.footer-newsletter__prefs{border:0;margin:0;padding:0}.footer-newsletter__legend{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c;margin-bottom:.45rem;padding:0}.footer-newsletter__chips{display:flex;flex-wrap:wrap;gap:.4rem}.footer-newsletter__chip{display:inline-flex;align-items:center;cursor:pointer}.footer-newsletter__chip input{position:absolute;opacity:0;width:0;height:0}.footer-newsletter__chip span{display:inline-block;padding:.28rem .6rem;border-radius:var(--radius-full, 9999px);border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#ffffffe0;font-size:.72rem;line-height:1.3;transition:background .15s ease,border-color .15s ease}.footer-newsletter__chip input:checked+span,.footer-newsletter__chip input:focus-visible+span{border-color:var(--md-primary, #006bb5);background:rgba(var(--md-primary-rgb, 0, 107, 181),.18);color:#fff}.footer-newsletter__submit{flex-shrink:0;padding:.6rem 1.15rem;border:0;border-radius:var(--radius-md, 8px);background:var(--md-primary, #006bb5);color:var(--md-on-primary, #fff);font-size:.875rem;font-weight:600;cursor:pointer;transition:filter .15s ease;white-space:nowrap}.footer-newsletter__submit:hover{filter:brightness(1.08)}.footer-newsletter__details{margin:0}.footer-newsletter__details-toggle{font-size:.75rem;font-weight:600;color:#ffffffa6;cursor:pointer;list-style:none;user-select:none}.footer-newsletter__details-toggle::-webkit-details-marker{display:none}.footer-newsletter__details-toggle:before{content:"+ ";font-weight:700}.footer-newsletter__details[open] .footer-newsletter__details-toggle:before{content:"− "}.footer-newsletter__details-toggle:hover{color:#fff}.footer-newsletter__details-panel{display:flex;flex-direction:column;gap:.65rem;margin-top:.65rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.1)}.footer-newsletter__note{margin:0;font-size:.7rem;color:#ffffff80}.footer-newsletter__note a{color:#ffffffb8;text-decoration:underline;text-underline-offset:2px}.footer-newsletter__note a:hover{color:#fff}.footer-primary__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.75rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-primary__col{min-width:0}.footer-primary__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;color:#fff}.footer-primary__title a{color:#fff}.footer-primary__links{list-style:none;padding:0;margin:0}.footer-primary__links li{margin-bottom:.38rem}.footer-primary__links a{font-size:.8125rem;line-height:1.4}.footer-clusters{padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-clusters__heading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin:0 0 1rem}.footer-clusters__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.footer-clusters__title{font-size:.78rem;font-weight:600;color:#ffffffe0;margin:0 0 .6rem}.footer-clusters__links{list-style:none;padding:0;margin:0}.footer-clusters__links li{margin-bottom:.32rem}.footer-clusters__links a{font-size:.775rem}.footer-geo{padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-geo__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2rem;align-items:start}.footer-geo__column{display:flex;flex-direction:column;gap:1.35rem;min-height:0}.footer-geo__block{min-width:0}.footer-geo__title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;margin:0 0 .55rem}.footer-geo__links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.28rem .65rem}.footer-geo__links li{min-width:0}.footer-geo__links a{font-size:.75rem;line-height:1.35;overflow-wrap:anywhere}.footer-regions--embedded{padding:0;border:0;margin:0}.footer-regions--embedded .footer-regions__title{margin-bottom:.55rem}.footer-regions{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-regions__title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;margin:0 0 .65rem}.footer-regions__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.32rem}.footer-regions__list a{font-size:.8125rem;line-height:1.4;font-weight:600}.footer-legal{padding:1.5rem 0 0;text-align:center}.footer-legal__links{list-style:none;padding:0;margin:0 0 .85rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .85rem}.footer-legal__links a{font-size:.75rem}.footer-legal__copy{font-size:.78rem;margin:0 0 .45rem;opacity:.55}.footer-legal__entity{font-size:.68rem;max-width:640px;margin:0 auto .45rem;opacity:.42;line-height:1.5}.footer-legal__disclaimer{font-size:.68rem;max-width:720px;margin:0 auto;opacity:.38;line-height:1.5}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.footer-primary__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.25rem}.footer-clusters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-geo__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1.25rem}}@media(max-width:768px){.footer-hub__body{padding-top:1.75rem}.footer-hub__inner{padding-bottom:1.5rem;padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.footer-newsletter .container{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.footer-newsletter{padding:1.25rem 0}.footer-newsletter__inner{grid-template-columns:1fr;gap:1rem;align-items:start}.footer-newsletter__copy h2{font-size:1.05rem}.footer-newsletter__copy p{max-width:none;font-size:.8125rem}.footer-newsletter__row{flex-direction:column}.footer-newsletter__field input{font-size:16px;min-height:44px}.footer-newsletter__chip span{padding:.4rem .7rem;font-size:.8125rem}.footer-newsletter__submit{width:100%;min-height:44px}.footer-primary__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1rem;padding-bottom:1.5rem}.footer-primary__links a,.footer-clusters__links a,.footer-regions__list a{display:flex;align-items:center;min-height:36px;padding:.2rem 0}.footer-clusters{padding:1.35rem 0}.footer-clusters__grid{grid-template-columns:1fr;gap:1.15rem}.footer-clusters__col{min-width:0}.footer-geo{padding:1.35rem 0}.footer-geo__grid{grid-template-columns:1fr;gap:1.15rem}.footer-geo__column{gap:1.15rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer-geo__column:last-child{border-bottom:0;padding-bottom:0}.footer-geo__links{flex-direction:column;flex-wrap:nowrap;gap:0}.footer-geo__links li{margin-bottom:.15rem}.footer-geo__links a{display:flex;align-items:center;min-height:32px;padding:.15rem 0;font-size:.8125rem}.footer-legal{padding-top:1.25rem}.footer-legal__links{flex-direction:column;align-items:center;gap:.15rem}.footer-legal__links a{display:inline-flex;align-items:center;min-height:36px;padding:.15rem .35rem}.footer-legal__entity,.footer-legal__disclaimer{padding:0 .25rem}}@media(max-width:480px){.footer-hub{margin-top:2rem}.footer-primary__grid{grid-template-columns:1fr;gap:0}.footer-primary__col{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.footer-primary__col:first-child{padding-top:0}.footer-primary__col:last-child{border-bottom:0;padding-bottom:0}.footer-primary__links a{min-height:40px}}@media(prefers-reduced-motion:reduce){.footer-newsletter,.footer-hub__body>nav,.footer-hub__body>section,.footer-hub__body>.footer-legal{opacity:1;transform:none;transition:none}.footer-hub.is-visible .footer-hub__body:before,.footer-hub.is-visible .footer-primary__col,.footer-hub.is-visible .footer-clusters__col,.footer-hub.is-visible .footer-geo__column{animation:none}.footer-hub a,.footer-newsletter__chip span,.footer-newsletter__submit{transition:none}.footer-hub a:hover,.footer-hub a:focus-visible{transform:none}}
