.site-header{height:56px;width:100%;padding:0 2rem;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;position:sticky;top:0;z-index:100;background:#fff;transition:background-color .2s}[data-theme=dark] .site-header{background:#16162a;border-bottom-color:#ffffff0f}.header-container{display:flex;align-items:center;justify-content:space-between;height:56px;width:100%;max-width:1200px;margin:0 auto}.header-left{display:flex;align-items:center;gap:.75rem}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-link:hover{opacity:.85}.logo{height:26px}.header-pipe{height:24px;width:1px;background:#0000001f}[data-theme=dark] .header-pipe{background:#ffffff1a}.brand-name{font-size:.9375rem;font-weight:700;color:#1a1a2e;letter-spacing:-.01em}[data-theme=dark] .brand-name{color:#e4e4ee}.brand-accent{color:#059142}[data-theme=dark] .brand-accent{color:#4ade80}.module-label{font-size:.75rem;font-weight:700;color:var(--accent, #1351B4);background:#1351b40f;padding:.2rem .6rem;border-radius:4px;letter-spacing:.02em;text-transform:uppercase}[data-theme=dark] .module-label{background:#6ba6ff1a;color:#6ba6ff}.header-right{display:flex;align-items:center;gap:.25rem}.hdr-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:34px;padding:0 .625rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#555;font-size:.8125rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;position:relative;transition:all .15s}[data-theme=dark] .hdr-btn{color:#9a9aae}.hdr-btn:hover{background:#0000000a;color:#1a1a2e}[data-theme=dark] .hdr-btn:hover{background:#ffffff0f;color:#e4e4ee}.hdr-btn--fav.has-items{color:var(--accent, #1351B4)}.hdr-btn--fav.has-items svg{fill:var(--accent, #1351B4);stroke:var(--accent, #1351B4)}[data-theme=dark] .hdr-btn--fav.has-items{color:#6ba6ff}[data-theme=dark] .hdr-btn--fav.has-items svg{fill:#6ba6ff;stroke:#6ba6ff}.hdr-btn__badge{position:absolute;top:2px;right:0;min-width:15px;height:15px;font-size:.5625rem;font-weight:700;color:#fff;background:var(--accent, #1351B4);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}[data-theme=dark] .hdr-btn__badge{background:#6ba6ff;color:#111}.hdr-btn--portal{border-color:#0000001a;margin-left:.25rem}[data-theme=dark] .hdr-btn--portal{border-color:#ffffff1a}.hdr-btn--portal:hover{border-color:var(--accent, #1351B4);color:var(--accent, #1351B4);background:#1351b40a}[data-theme=dark] .hdr-btn--portal:hover{border-color:#6ba6ff;color:#6ba6ff;background:#6ba6ff0f}.hdr-btn__label{font-size:.8125rem}.icon-moon,[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}.hamburger{display:none;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;background:transparent;color:#1a1a2e;cursor:pointer;transition:background-color .15s}[data-theme=dark] .hamburger{color:#e4e4ee}.hamburger:hover{background:#0000000a}[data-theme=dark] .hamburger:hover{background:#ffffff0f}.hamburger-close,.hamburger[aria-expanded=true] .hamburger-open{display:none}.hamburger[aria-expanded=true] .hamburger-close{display:block}.mobile-drawer{position:fixed;inset:56px 0 0;z-index:99;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem;animation:drawerSlide .2s ease}[data-theme=dark] .mobile-drawer{background:#16162a}.mobile-drawer[hidden]{display:none}@keyframes drawerSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.drawer-nav{display:flex;flex-direction:column;gap:2px;max-width:400px;margin:0 auto}.drawer-link{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#1a1a2e;text-decoration:none;transition:background-color .12s}[data-theme=dark] .drawer-link{color:#e4e4ee}.drawer-link:hover{background:#00000008}[data-theme=dark] .drawer-link:hover{background:#ffffff0a}.drawer-link.active{background:#1351b40f;color:var(--accent, #1351B4)}[data-theme=dark] .drawer-link.active{background:#6ba6ff14;color:#6ba6ff}.drawer-link svg{color:#71839b;flex-shrink:0}[data-theme=dark] .drawer-link svg{color:#666}.drawer-link.active svg{color:var(--accent, #1351B4)}[data-theme=dark] .drawer-link.active svg{color:#6ba6ff}.drawer-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.drawer-sep{height:1px;background:#0000000f;margin:.375rem .875rem}[data-theme=dark] .drawer-sep{background:#ffffff0f}.drawer-fav-count{font-size:.6875rem;font-weight:700;color:#fff;background:var(--accent, #1351B4);border-radius:4px;padding:.1rem .4rem;margin-left:auto}[data-theme=dark] .drawer-fav-count{background:#6ba6ff;color:#111}.module-nav{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);height:34px;display:flex;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}[data-theme=dark] .module-nav{background:#16162a;border-bottom-color:#ffffff0f}.module-nav::-webkit-scrollbar{display:none}.module-nav-inner{display:flex;align-items:center;justify-content:center;gap:0;max-width:900px;margin:0 auto;padding:0 1rem;width:100%}.module-nav-link{font-size:.75rem;font-weight:600;color:#71839b;text-decoration:none;padding:7px 12px;white-space:nowrap;border-bottom:2px solid transparent;transition:color .12s,border-color .12s;line-height:1}[data-theme=dark] .module-nav-link{color:#666}.module-nav-link:hover{color:#1a1a2e}[data-theme=dark] .module-nav-link:hover{color:#ccc}.module-nav-link.active{color:var(--accent, #1351B4);border-bottom-color:var(--accent, #1351B4)}[data-theme=dark] .module-nav-link.active{color:#6ba6ff;border-bottom-color:#6ba6ff}.module-nav-portal{font-weight:400;opacity:.65}.module-nav-portal:hover{opacity:1}@media(max-width:767px){.site-header{padding:0 1rem}.hamburger{display:flex}.header-pipe,.module-label,.hdr-btn--portal,.module-nav{display:none}}@media(max-width:600px){.module-nav-inner{padding:0 .5rem}.module-nav-link{padding:7px 8px;font-size:.72rem}}.site-footer{background:var(--blue-dark, #071D41);color:#fffc;padding:2.5rem 2rem 1.5rem;margin-top:3rem}[data-theme=dark] .site-footer{background:#111128}.footer-inner{max-width:1000px;margin:0 auto;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.footer-logo{height:28px;filter:brightness(0) invert(1)}.footer-desc{font-size:.8rem;opacity:.6;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.75rem}.footer-links a{font-size:.8rem;color:#ffffffa6;transition:color .15s;text-decoration:none}.footer-links a:hover{color:#fff}.footer-build{font-size:.75rem;opacity:.5;margin-top:.5rem}.footer-copy{font-size:.7rem;opacity:.4;margin-top:1rem}.footer-copy a{color:#ffffff80;text-decoration:none}.footer-copy a:hover{color:#fffc}@media(max-width:767px){.footer-links{gap:1rem}}.newsletter-fab-wrapper{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.newsletter-fab-tooltip{position:relative;width:260px;padding:1rem 1rem .75rem;background:var(--surface-2, #fff);border-radius:12px;box-shadow:0 4px 16px #00000026;animation:fabFadeIn .4s ease-out}[data-theme=dark] .newsletter-fab-tooltip{background:var(--dark-700, #1e1e2e);box-shadow:0 4px 16px #0006}.newsletter-fab-tooltip:after{content:"";position:absolute;bottom:-6px;right:24px;width:12px;height:12px;background:inherit;border-radius:2px;transform:rotate(45deg)}.newsletter-fab-tooltip-close{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-color, #333);opacity:.5;border-radius:50%;cursor:pointer}.newsletter-fab-tooltip-close:hover{background:#80808026}.newsletter-fab-tooltip-text{margin:0 0 .625rem;font-size:.8125rem;line-height:1.45;color:var(--text-color, #333)}.newsletter-fab-tooltip-text strong{color:var(--blue-warm, #1351B4)}.newsletter-fab-tooltip-cta{display:inline-block;padding:.375rem 1rem;border-radius:50px;background:var(--blue-warm, #1351B4);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none}.newsletter-fab-tooltip-cta:hover{opacity:.9}.newsletter-fab-button{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:none;background:var(--green, #059142);color:#fff;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:transform .2s ease,box-shadow .2s ease}.newsletter-fab-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.newsletter-fab-button:active{transform:scale(.95)}@keyframes fabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.newsletter-fab-wrapper{bottom:1rem;right:1rem}.newsletter-fab-button{width:48px;height:48px}.newsletter-fab-tooltip{width:220px;padding:.875rem .875rem .625rem}}
