.Header-module__hBw1pG__header{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:100;width:100%;box-shadow:var(--shadow-sm)}.Header-module__hBw1pG__topBar{background-color:var(--slate-950);color:var(--slate-300);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:.8rem}.Header-module__hBw1pG__topBarContainer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__dateDisplay{white-space:nowrap;color:var(--slate-400);font-weight:500}.Header-module__hBw1pG__tickerWrapper{flex:1;align-items:center;height:20px;display:flex;overflow:hidden}.Header-module__hBw1pG__tickerLabel{background-color:var(--primary);color:#fff;text-transform:uppercase;border-radius:var(--radius-sm);white-space:nowrap;align-items:center;height:100%;margin-right:.75rem;padding:0 .5rem;font-size:.7rem;font-weight:700;animation:2s infinite Header-module__hBw1pG__pulse;display:flex}.Header-module__hBw1pG__tickerContainer{flex:1;height:100%;position:relative;overflow:hidden}.Header-module__hBw1pG__tickerList{white-space:nowrap;gap:3rem;list-style:none;animation:45s linear infinite Header-module__hBw1pG__marquee;display:inline-flex}.Header-module__hBw1pG__tickerList:hover{animation-play-state:paused}.Header-module__hBw1pG__tickerItem{color:var(--slate-200);transition:color var(--transition-fast);font-weight:500}.Header-module__hBw1pG__tickerItem:hover{color:var(--primary)}.Header-module__hBw1pG__topLinks{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__adminLink{color:var(--slate-400);transition:color var(--transition-fast);font-weight:600}.Header-module__hBw1pG__adminLink:hover{color:#fff}.Header-module__hBw1pG__middleBar{padding:1.5rem 0}.Header-module__hBw1pG__middleBarContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__logoArea{flex-direction:column;display:flex}.Header-module__hBw1pG__logoTitle{color:var(--text-primary);letter-spacing:-.04em;text-transform:uppercase;font-size:2.25rem;font-weight:800;line-height:1.1}.Header-module__hBw1pG__logoTitle span{color:var(--primary)}.Header-module__hBw1pG__logoSub{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.25em;margin-top:.2rem;font-size:.75rem;font-weight:500}.Header-module__hBw1pG__searchForm{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-full);width:100%;max-width:320px;transition:all var(--transition-fast);align-items:center;padding:.25rem .5rem .25rem 1rem;display:flex}.Header-module__hBw1pG__searchForm:focus-within{border-color:var(--primary);background-color:var(--bg-primary);box-shadow:0 0 0 3px var(--primary-light)}.Header-module__hBw1pG__searchInput{color:var(--text-primary);background:0 0;flex:1;font-size:.875rem}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-tertiary)}.Header-module__hBw1pG__searchBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);width:32px;height:32px;transition:background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__searchBtn:hover{background-color:var(--primary-hover)}.Header-module__hBw1pG__socialLinks{gap:.75rem;display:flex}.Header-module__hBw1pG__socialIcon{color:var(--text-secondary);transition:color var(--transition-fast)}.Header-module__hBw1pG__socialIcon:hover{color:var(--primary)}.Header-module__hBw1pG__bottomBar{border-top:1px solid var(--border-color);background-color:var(--bg-primary)}.Header-module__hBw1pG__bottomBarContainer{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Header-module__hBw1pG__navMenu{flex-wrap:wrap;justify-content:center;width:100%;list-style:none;display:flex}.Header-module__hBw1pG__navMenu::-webkit-scrollbar{display:none}.Header-module__hBw1pG__navItem{white-space:nowrap}.Header-module__hBw1pG__navLink{color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;transition:all var(--transition-fast);border-bottom:2px solid #0000;padding:.85rem 1.1rem;font-size:.85rem;font-weight:700;display:block}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__activeNavLink{color:var(--primary);border-bottom-color:var(--primary);background-color:var(--bg-secondary)}.Header-module__hBw1pG__dropdownParent{position:relative}.Header-module__hBw1pG__dropdownMenu{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-md) var(--radius-md);z-index:150;min-width:180px;padding:.5rem 0;list-style:none;display:none;position:absolute;top:100%;left:0}.Header-module__hBw1pG__dropdownParent:hover .Header-module__hBw1pG__dropdownMenu{display:block}.Header-module__hBw1pG__dropdownItem{width:100%;list-style:none}.Header-module__hBw1pG__dropdownLink{color:var(--text-primary);text-transform:uppercase;transition:all var(--transition-fast);text-align:left;padding:.6rem 1.2rem;font-size:.825rem;font-weight:700;text-decoration:none;display:block}.Header-module__hBw1pG__dropdownLink:hover,.Header-module__hBw1pG__activeDropdownLink{color:var(--primary);background-color:var(--bg-secondary)}@media (max-width:1200px){.Header-module__hBw1pG__navLink{padding:.75rem .8rem;font-size:.8rem}}.Header-module__hBw1pG__hamburgerBtn{color:var(--text-primary);background:0 0;border:none;padding:.75rem 0;display:none}.Header-module__hBw1pG__mobileMenuDrawer{background-color:var(--bg-primary);width:280px;height:100%;box-shadow:var(--shadow-lg);z-index:1000;transition:transform var(--transition-normal);flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Header-module__hBw1pG__mobileMenuOpen{transform:translate(0)}.Header-module__hBw1pG__drawerBackdrop{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;width:100%;height:100%;animation:.2s forwards Header-module__hBw1pG__fadeInBackdrop;position:fixed;top:0;left:0}.Header-module__hBw1pG__drawerHeader{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__drawerCloseBtn{color:var(--text-primary)}.Header-module__hBw1pG__mobileNavMenu{flex-direction:column;gap:1rem;list-style:none;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--border-color);padding:.5rem 0;font-size:1.1rem;font-weight:700;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--primary)}@keyframes Header-module__hBw1pG__marquee{0%{transform:translate(0%)}to{transform:translate(-100%)}}@keyframes Header-module__hBw1pG__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes Header-module__hBw1pG__fadeInBackdrop{0%{opacity:0}to{opacity:1}}.Header-module__hBw1pG__mobileHamburgerBtn,.Header-module__hBw1pG__mobileSearchToggleBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}.Header-module__hBw1pG__mobileSearchOverlay{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:.75rem 0;animation:.2s ease-out forwards Header-module__hBw1pG__slideDownSearch}.Header-module__hBw1pG__mobileSearchForm{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-full);align-items:center;width:100%;padding:.25rem .5rem .25rem 1rem;display:flex}.Header-module__hBw1pG__mobileSearchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}@keyframes Header-module__hBw1pG__slideDownSearch{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.Header-module__hBw1pG__middleBarContainer{text-align:center;flex-direction:column;align-items:stretch;gap:1.25rem}.Header-module__hBw1pG__logoArea{align-items:center}.Header-module__hBw1pG__searchForm{max-width:100%}.Header-module__hBw1pG__socialLinks{display:none}}@media (max-width:768px){.Header-module__hBw1pG__topBar{display:none}.Header-module__hBw1pG__middleBar{padding:.6rem 0}.Header-module__hBw1pG__middleBarContainer{text-align:center;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__logoArea{text-align:center;flex:1;align-items:center}.Header-module__hBw1pG__logoTitle{white-space:nowrap;font-size:1.2rem}.Header-module__hBw1pG__logoImg{margin:0 auto;max-height:32px!important}.Header-module__hBw1pG__logoSub,.Header-module__hBw1pG__searchForm,.Header-module__hBw1pG__bottomBar{display:none}.Header-module__hBw1pG__mobileHamburgerBtn,.Header-module__hBw1pG__mobileSearchToggleBtn{justify-content:center;align-items:center;width:40px;height:40px;display:flex}}
.Footer-module__S6Hkya__footer{background-color:var(--slate-900);color:var(--slate-300);border-top:4px solid var(--primary);padding:4rem 0 2rem;font-size:.9rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__footerCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--primary);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__aboutText{color:var(--slate-400);line-height:1.6}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem a{color:var(--slate-400);transition:all var(--transition-fast);display:inline-block}.Footer-module__S6Hkya__linkItem a:hover{color:#fff;transform:translate(4px)}.Footer-module__S6Hkya__contactInfo{color:var(--slate-400);flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__socialRow{gap:.75rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__socialIcon{background-color:var(--slate-800);color:var(--slate-300);border-radius:var(--radius-sm);width:36px;height:36px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background-color:var(--primary);color:#fff}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--slate-800);padding-top:1.5rem}.Footer-module__S6Hkya__bottomBarContainer{color:var(--slate-500);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;display:flex}.Footer-module__S6Hkya__copyright{font-weight:500}.Footer-module__S6Hkya__policyLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__policyLinks a{color:var(--slate-500)}.Footer-module__S6Hkya__policyLinks a:hover{color:var(--slate-300)}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottomBarContainer{text-align:center;flex-direction:column}.Footer-module__S6Hkya__policyLinks{flex-wrap:wrap;justify-content:center}}
