:root{--background-color:#fff;--text-color:#1a1a1a;--text-secondary:#666;--card-background:#f8f8f8;--border-color:#e0e0e0;--primary-color:#007bff;--primary-hover:#0056b3;--success-color:#28a745;--warning-color:#ffc107;--error-color:#dc3545}.dark{--background-color:black;--text-color:#f8f8f8;--text-secondary:#aaa;--card-background:#2a2a2a;--border-color:#444;--primary-color:#0d6efd;--primary-hover:#0b5ed7}*{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .3s,background-color .3s,border-color .3s,transform .2s}html,body{background-color:var(--background-color);color:var(--text-color);min-height:100vh;margin:0;padding:0;font-size:16px;line-height:1.6}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3}p{margin:0 0 1rem}ul,ol{margin:0;padding:0}li{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}:focus,button:focus,a:focus{outline:2px solid var(--primary-color);outline-offset:2px}
.ThemeSwitcher-module__0Q4mda__button{cursor:pointer;color:var(--text-color);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.ThemeSwitcher-module__0Q4mda__button:hover{opacity:.8}.ThemeSwitcher-module__0Q4mda__button svg{width:24px;height:24px}
.MobileMenu-module__afh11G__mobileMenu{z-index:1000;display:none}@media (max-width:768px){.MobileMenu-module__afh11G__mobileMenu{display:block}}.MobileMenu-module__afh11G__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;height:24px;padding:.5rem;display:flex}.MobileMenu-module__afh11G__bar{background-color:var(--text-color);width:24px;height:3px;transition:transform .3s,opacity .3s}.MobileMenu-module__afh11G__bar:first-child.MobileMenu-module__afh11G__open{transform:rotate(45deg)translate(5px,5px)}.MobileMenu-module__afh11G__bar:nth-child(2).MobileMenu-module__afh11G__open{opacity:0}.MobileMenu-module__afh11G__bar:last-child.MobileMenu-module__afh11G__open{transform:rotate(-45deg)translate(5px,-5px)}.MobileMenu-module__afh11G__menuOverlay{background-color:var(--background-color);flex-direction:column;gap:2rem;width:100%;height:100%;padding:4rem 2rem;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.MobileMenu-module__afh11G__menuOverlay.MobileMenu-module__afh11G__show{right:0}.MobileMenu-module__afh11G__nav{text-align:center}.MobileMenu-module__afh11G__navList{flex-direction:column;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.MobileMenu-module__afh11G__navLink{color:var(--text-color);font-size:1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s}.MobileMenu-module__afh11G__navLink.MobileMenu-module__afh11G__active{color:#007bff}.MobileMenu-module__afh11G__themeSwitcher{justify-content:center;margin-top:2rem;display:flex}
.Dropdown-module__WZUUUq__dropdown{position:relative}.Dropdown-module__WZUUUq__trigger{color:var(--text-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 0;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.Dropdown-module__WZUUUq__trigger:hover{color:var(--primary-color)}.Dropdown-module__WZUUUq__arrow{transition:transform .2s}.Dropdown-module__WZUUUq__arrowUp{transform:rotate(180deg)}.Dropdown-module__WZUUUq__menu{background:var(--card-background);border:1px solid var(--border-color);z-index:1000;border-radius:.5rem;min-width:200px;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.Dropdown-module__WZUUUq__item{color:var(--text-color);padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:block}.Dropdown-module__WZUUUq__item:hover{background:var(--background-color);color:var(--primary-color)}.light .Dropdown-module__WZUUUq__trigger:hover{color:var(--secondary-color);transform:scale(1.1)}.light .Dropdown-module__WZUUUq__item:hover{background:var(--background-color);color:var(--secondary-color)}@media (max-width:768px){.Dropdown-module__WZUUUq__menu{width:auto;max-height:50vh;position:fixed;inset:auto 1rem 1rem;overflow-y:auto}}
.Header-module__arFiJq__header{border-bottom:1px solid var(--border-color);width:100%;color:var(--text-color);padding:1.5rem 0}.Header-module__arFiJq__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.Header-module__arFiJq__logo{flex-shrink:0}.Header-module__arFiJq__logoText{color:var(--text-color);font-size:1.75rem;font-weight:700;text-decoration:none}.Header-module__arFiJq__logoImage{filter:invert();width:auto;max-width:200px;height:170px}.dark .Header-module__arFiJq__logoImage{filter:none}.Header-module__arFiJq__searchSection{flex-grow:1;align-items:center;max-width:400px;margin:0 1rem;display:flex}.Header-module__arFiJq__searchForm{width:100%;display:flex;position:relative}.Header-module__arFiJq__searchInput{border:1px solid var(--border-color);background:var(--background-color);color:var(--text-color);border-radius:25px 0 0 25px;outline:none;flex-grow:1;width:100px;padding:.5rem 1rem;font-size:.9rem;transition:border-color .2s}.Header-module__arFiJq__searchInput:focus{border-color:var(--primary-color)}.Header-module__arFiJq__searchSubmit{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:0 25px 25px 0;padding:.5rem 1rem;font-size:1rem;transition:background-color .2s}.Header-module__arFiJq__searchSubmit:hover{background:var(--primary-color-hover,#0056b3)}.Header-module__arFiJq__searchToggle{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;font-size:1.2rem;transition:background-color .2s;display:none}.Header-module__arFiJq__searchToggle:hover{background:var(--background-secondary)}.Header-module__arFiJq__nav{margin:0 1rem;display:flex}.Header-module__arFiJq__navList{flex-wrap:wrap;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__arFiJq__navLink{color:var(--text-color);font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .3s;position:relative}.Header-module__arFiJq__navLink:hover{opacity:.8}.Header-module__arFiJq__navLink.Header-module__arFiJq__active:after{content:"";background-color:var(--text-color);width:100%;height:2px;animation:.3s forwards Header-module__arFiJq__underline-grow;position:absolute;bottom:-5px;left:0}@keyframes Header-module__arFiJq__underline-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Header-module__arFiJq__actions{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;max-width:100%;display:flex}@media (max-width:768px){.Header-module__arFiJq__nav{display:none}.Header-module__arFiJq__searchForm{background:var(--background-color);border:1px solid var(--border-color);z-index:1000;border-radius:8px;margin:.5rem;padding:.5rem;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__arFiJq__searchForm.Header-module__arFiJq__searchOpen{display:flex}.Header-module__arFiJq__searchToggle{display:block}.Header-module__arFiJq__container{position:relative}.Header-module__arFiJq__searchInput{border-radius:25px 0 0 25px}}
.Footer-module__rnk_JG__footer{background-color:var(--card-background);width:100%;color:var(--text-color);border-top:1px solid var(--border-color);padding:3rem 1rem 1.5rem}.Footer-module__rnk_JG__container{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__rnk_JG__section{min-width:150px}.Footer-module__rnk_JG__sectionTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Footer-module__rnk_JG__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__link{color:var(--text-color);opacity:.8;align-items:center;gap:.5rem;padding:.25rem 0;text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.Footer-module__rnk_JG__link:hover{opacity:1;transform:translate(2px)}.Footer-module__rnk_JG__icon{flex-shrink:0;align-items:center;display:flex}.Footer-module__rnk_JG__bottomBar{text-align:center;border-top:1px solid var(--border-color);margin-top:3rem;padding-top:1.5rem}.Footer-module__rnk_JG__copyright{opacity:.7;font-size:.875rem}@media (max-width:768px){.Footer-module__rnk_JG__container{text-align:center;flex-direction:column;align-items:center}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
