.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0;background:var(--an-surface-card);border-bottom:1px solid var(--an-gray-250);z-index:2000;width:100%;padding:10px 40px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease}.header,.header.header-top{box-shadow:0 2px 8px rgba(0,0,0,.08)}.header.header-sticky{box-shadow:0 4px 16px rgba(0,0,0,.12)}.header.header-sticky .header-logo img{width:120px!important;height:120px!important}.header.header-stopped{position:absolute;top:400px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.header.header-stopped .header-logo img{width:120px!important;height:120px!important}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo img{width:160px!important;height:160px!important;object-fit:contain;transition:all .3s ease}.header-content{flex-wrap:wrap;justify-content:flex-end;gap:20px;flex:1 1;min-width:0}.header-content,.header-right{display:flex;align-items:center}.header-right{gap:32px}.header-drawerToggle{display:none;align-items:center;gap:6px;min-height:44px;padding:0 14px;background:rgba(0,0,0,0);border:1px solid rgba(var(--an-accent-channels),.3);border-radius:24px;color:var(--an-text);font:inherit;font-weight:600;cursor:pointer}.header-drawerToggle:hover{background:rgba(var(--an-tertiary-channels),.3)}.header-drawerToggle:focus-visible{outline:3px solid var(--an-accent);outline-offset:2px}.header-drawer{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.header-drawer .anToggleGroup{margin:0}.header-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.headerAccount_login{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;background:var(--an-accent);border-radius:24px;color:var(--an-text-on-accent);text-decoration:none;font-weight:600;white-space:nowrap}.headerAccount_login:hover{background:var(--an-accent-hover)}.headerAccount_login:focus-visible{outline:3px solid var(--an-accent);outline-offset:2px}.headerAccount{display:flex;align-items:center;gap:12px}.headerAccount_identity{display:flex;flex-direction:column;line-height:1.25}.headerAccount_name{font-size:var(--an-text-sm);font-weight:600;color:var(--an-text)}.headerAccount_email{font-size:var(--an-text-eyebrow);color:var(--an-text-muted)}.headerAccount_signOut{min-height:44px;padding:0 16px;background:var(--an-surface-accent-softer);border:1px solid rgba(var(--an-accent-channels),.4);border-radius:24px;color:var(--an-accent);font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.headerAccount_signOut:hover{background:var(--an-surface-accent-soft);border-color:var(--an-accent)}.headerAccount_signOut:focus-visible{outline:3px solid var(--an-accent);outline-offset:2px}@media screen and (min-width:768px)and (max-width:1024px){.header{padding:10px 24px}.header-logo img{width:120px!important;height:120px!important}.header-right{flex-wrap:wrap}}@media screen and (max-width:767px){.header{flex-wrap:wrap;padding:15px;gap:15px}.header-logo img{width:80px!important;height:80px!important}.header-content{width:100%;flex-direction:column;align-items:stretch;gap:12px}.header-right{justify-content:center;gap:20px;flex-wrap:wrap}.header-drawerToggle{display:inline-flex;align-self:flex-end}.header-drawer{display:none;flex-direction:column;align-items:stretch;gap:16px}.header-drawer.isOpen{display:flex}.headerAccount{flex-direction:column;align-items:stretch;gap:8px}.language-switcher{justify-content:space-between}}@media screen and (max-width:375px){.header-logo img{width:70px!important;height:70px!important}}.nav,.navList{display:flex;align-items:center}.navList{flex-direction:row;justify-content:space-between;gap:40px;font-size:var(--an-text-section);font-weight:500;margin:0;padding:0}.link{list-style:none}.link .linkNav{display:inline-flex;align-items:center;min-height:44px;color:var(--an-text);text-decoration:none;padding:8px 16px;border-radius:8px;border-bottom:3px solid rgba(0,0,0,0);transition:all .3s ease}.link .linkNav:hover{background-color:rgba(var(--an-tertiary-channels),.5);color:var(--an-accent)}.link.active .linkNav{color:var(--an-accent);background-color:var(--an-surface-accent-soft);border-bottom-color:var(--an-accent);font-weight:600}@media screen and (min-width:768px)and (max-width:1024px){.navList{gap:24px;font-size:var(--an-text-md)}.link .linkNav{padding:6px 12px}}@media screen and (max-width:767px){.navList{flex-direction:column;align-items:stretch;gap:4px;padding:0}.link .linkNav,.navList{font-size:var(--an-text-md)}.link .linkNav{width:100%;padding:10px 16px}}@media screen and (max-width:375px){.navList{gap:8px}.link .linkNav,.navList{font-size:var(--an-text-meta)}.link .linkNav{padding:4px 8px}}.language-switcher{display:flex;align-items:center;gap:8px}.language-switcher_label{color:var(--an-text-muted);font-size:var(--an-text-meta);font-weight:600;white-space:nowrap}.language-switcher_select{min-height:44px;padding:0 12px;background:var(--an-surface-card);border:1px solid rgba(var(--an-accent-channels),.25);border-radius:24px;color:var(--an-text);font:inherit;font-size:var(--an-text-sm);font-weight:600;cursor:pointer}.language-switcher_select:hover:not(:disabled){border-color:var(--an-accent)}.language-switcher_select:disabled{cursor:not-allowed;opacity:.5}