.Header-module__Af2_WG__header{z-index:100;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border-bottom:none;padding:8px 24px;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__headerScrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fffffff2}.Header-module__Af2_WG__headerRelative{position:relative}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__Af2_WG__logo:hover{text-decoration:none}.Header-module__Af2_WG__logoText{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800;line-height:0}.Header-module__Af2_WG__nav{align-items:center;gap:8px;display:flex}.Header-module__Af2_WG__navButton{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:10px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Header-module__Af2_WG__navButton:hover{color:var(--text);background:var(--bg-card)}.Header-module__Af2_WG__navButtonActive,.Header-module__Af2_WG__navButtonActive:hover{background:var(--bg-card);color:var(--accent)}.Header-module__Af2_WG__actions{align-items:center;gap:12px;display:flex}.Header-module__Af2_WG__logoImage{object-fit:contain;width:auto;height:50px}.Header-module__Af2_WG__mobileMenuButton{background:var(--bg-card);border:2px solid var(--border);cursor:pointer;z-index:101;width:44px;height:44px;color:var(--text);border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.Header-module__Af2_WG__mobileBackdrop{z-index:99;background:#00000080;transition:all .3s;position:fixed;inset:0}.Header-module__Af2_WG__mobileBackdropHidden{opacity:0;visibility:hidden}.Header-module__Af2_WG__mobileBackdropVisible{opacity:1;visibility:visible}.Header-module__Af2_WG__mobileMenu{z-index:100;background:#fff;flex-direction:column;gap:24px;width:80%;max-width:320px;height:100vh;padding:24px;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-4px 0 20px #0000001a}.Header-module__Af2_WG__mobileMenuOpen{transform:translate(0)}.Header-module__Af2_WG__mobileMenuClosed{transform:translate(100%)}.Header-module__Af2_WG__mobileNav{flex-direction:column;gap:8px;display:flex}.Header-module__Af2_WG__mobileNavButton{cursor:pointer;text-align:left;color:var(--text);background:0 0;border:none;border-radius:12px;width:100%;padding:16px 20px;font-family:Outfit,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__Af2_WG__mobileNavButton:hover{background:var(--bg-card)}.Header-module__Af2_WG__mobileNavButtonActive{background:var(--bg-card);color:var(--accent)}.Header-module__Af2_WG__mobileSection{border-top:1px solid var(--border);padding-top:24px}.Header-module__Af2_WG__mobileAuthButtons{flex-direction:column;gap:12px;display:flex}.Header-module__Af2_WG__mobileUserButton{border:2px solid var(--border);width:100%;color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-family:Outfit,sans-serif;font-size:16px;font-weight:500;display:flex}.Header-module__Af2_WG__userMenu{position:relative}.Header-module__Af2_WG__userButton{border:2px solid var(--border);cursor:pointer;color:var(--text);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Header-module__Af2_WG__userButton:hover{background:var(--bg-card);border-color:var(--accent)}.Header-module__Af2_WG__userName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.Header-module__Af2_WG__userDropdown{border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:1000;opacity:0;visibility:hidden;background:#fff;border-radius:12px;min-width:180px;transition:all .2s;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-10px)}.Header-module__Af2_WG__userDropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__Af2_WG__userDropdownItem{cursor:pointer;color:var(--text);text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Outfit,sans-serif;font-size:14px;transition:all .2s;display:flex}.Header-module__Af2_WG__userDropdownItem:hover{background:var(--bg-card)}.Header-module__Af2_WG__userDropdownItem:first-child{border-bottom:1px solid var(--border)}.Header-module__Af2_WG__userDropdownItemIcon{align-items:center;font-size:18px;display:flex}.Header-module__Af2_WG__userDropdownLink{color:inherit;text-decoration:none}.Header-module__Af2_WG__userDropdownLink:hover{text-decoration:none}.Header-module__Af2_WG__mobileUserLink{color:inherit;width:100%;text-decoration:none}.Header-module__Af2_WG__mobileUserLink:hover{text-decoration:none}.Header-module__Af2_WG__userDropdownItemLogout{color:#ef4444}.Header-module__Af2_WG__userDropdownItemLogout:hover{color:#dc2626;background:#ef44441a}@media (max-width:991px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__actions{display:none}.Header-module__Af2_WG__mobileMenuButton{display:flex}.Header-module__Af2_WG__header{padding:12px 16px}.Header-module__Af2_WG__userDropdown{max-width:calc(100% - 32px);position:fixed;inset:auto 16px 80px auto}}
.ConsentManager-module__0ic1nG__panel{z-index:9999;color:#12382f;background:#f7fffb;border:1px solid #a7e8d3;border-radius:16px;width:min(560px,100% - 32px);max-height:calc(100vh - 32px);padding:16px 18px;position:fixed;bottom:16px;left:16px;overflow-y:auto;box-shadow:0 16px 45px #034e3b2e}.ConsentManager-module__0ic1nG__header{align-items:flex-start;gap:11px;display:flex}.ConsentManager-module__0ic1nG__icon{color:#008b6b;background:#d9f8ec;border-radius:10px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.ConsentManager-module__0ic1nG__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.ConsentManager-module__0ic1nG__title{color:#064e3b;margin:0;font-size:17px;line-height:1.25}.ConsentManager-module__0ic1nG__description{color:#46665e;margin:4px 0 0;font-size:13px;line-height:1.45}.ConsentManager-module__0ic1nG__description a{color:#007e62;text-underline-offset:2px;font-weight:650;text-decoration:underline}.ConsentManager-module__0ic1nG__options{gap:7px;margin-top:13px;display:grid}.ConsentManager-module__0ic1nG__option{background:#fff;border:1px solid #c8ecdf;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:9px 11px;display:grid}.ConsentManager-module__0ic1nG__option strong,.ConsentManager-module__0ic1nG__option span{display:block}.ConsentManager-module__0ic1nG__option span{color:#607a72;margin-top:2px;font-size:11px;line-height:1.35}.ConsentManager-module__0ic1nG__switch{accent-color:#009d78;cursor:pointer;width:22px;height:22px}.ConsentManager-module__0ic1nG__required{font-size:12px;font-weight:700;color:#007a5e!important}.ConsentManager-module__0ic1nG__actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.ConsentManager-module__0ic1nG__button{color:#075e49;cursor:pointer;min-height:44px;font:inherit;background:#fff;border:1px solid #93cdbb;border-radius:10px;padding:0 14px;font-size:13px;font-weight:700;transition:border-color .16s,background .16s,transform .16s}.ConsentManager-module__0ic1nG__button:hover{background:#edfff8;border-color:#009d78}.ConsentManager-module__0ic1nG__button:active{transform:translateY(1px)}.ConsentManager-module__0ic1nG__button:focus-visible{outline-offset:2px;outline:3px solid #009d7840}.ConsentManager-module__0ic1nG__primary{color:#fff;background:#007a5e;border-color:#007a5e}.ConsentManager-module__0ic1nG__primary:hover{background:#00634d;border-color:#00634d}.ConsentManager-module__0ic1nG__spacer{flex:20px}@media (max-width:640px){.ConsentManager-module__0ic1nG__panel{border-radius:14px;width:calc(100% - 16px);max-height:calc(100vh - 16px);padding:14px;bottom:8px;left:8px}.ConsentManager-module__0ic1nG__header{gap:9px}.ConsentManager-module__0ic1nG__icon{flex-basis:32px;width:32px;height:32px}.ConsentManager-module__0ic1nG__title{font-size:16px}.ConsentManager-module__0ic1nG__description{font-size:12px}.ConsentManager-module__0ic1nG__actions{display:flex}.ConsentManager-module__0ic1nG__button{flex:auto;padding:0 9px}.ConsentManager-module__0ic1nG__spacer{display:none}}@media (prefers-reduced-motion:reduce){.ConsentManager-module__0ic1nG__button{transition:none}}
