.Header-module__lnUIdW__header{height:var(--header-height);border-bottom:1px solid var(--border-color);background-color:var(--header-bg);z-index:15;justify-content:space-between;align-items:center;width:100%;padding:0 1.5rem;display:flex;position:fixed;inset:0 0 auto;box-shadow:0 12px 30px #0f172a14}.Header-module__lnUIdW__logo{color:var(--text-primary);font-size:1.2rem;font-weight:700}.Header-module__lnUIdW__leftGroup{align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__menuButton{border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background-color .2s;display:none}.Header-module__lnUIdW__menuButton:hover{border-color:var(--text-primary);background-color:#6366f114}.Header-module__lnUIdW__menuButton:focus-visible{outline-offset:3px;outline:2px solid #3b82f699}.Header-module__lnUIdW__menuIcon{width:20px;height:20px;display:block}.Header-module__lnUIdW__menuIcon path{stroke:currentColor;stroke-width:1.5px;stroke-linecap:round}.Header-module__lnUIdW__actions{align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__themeButton{cursor:pointer;background:0 0;border:none;font-size:1.4rem;transition:transform .2s}.Header-module__lnUIdW__themeButton:hover{transform:scale(1.1)}.Header-module__lnUIdW__toggleTrack{border:1px solid var(--border-color);border-radius:999px;justify-content:flex-start;align-items:center;width:46px;height:26px;padding:3px;transition:background-color .3s;display:inline-flex}.Header-module__lnUIdW__toggleTrack.Header-module__lnUIdW__light{background-color:#0f172a0f}.Header-module__lnUIdW__toggleTrack.Header-module__lnUIdW__dark{background-color:#ffffff1f;justify-content:flex-end}.Header-module__lnUIdW__toggleThumb{background-color:var(--foreground);border-radius:50%;width:18px;height:18px;transition:transform .3s,background-color .3s;box-shadow:0 4px 12px #0f172a40}.Header-module__lnUIdW__languageDropdown{position:relative}.Header-module__lnUIdW__languageButton{border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background-color .2s,transform .2s;display:inline-flex}.Header-module__lnUIdW__languageButton:hover{border-color:var(--text-primary);background-color:#6366f114}.Header-module__lnUIdW__languageButton:focus-visible{outline-offset:3px;outline:2px solid #6366f199}.Header-module__lnUIdW__languageIcon{width:20px;height:20px;display:block}.Header-module__lnUIdW__languageIcon circle,.Header-module__lnUIdW__languageIcon path{stroke:currentColor;stroke-width:1.3px;stroke-linecap:round;stroke-linejoin:round;fill:none}.Header-module__lnUIdW__dropdownMenu{background-color:var(--header-bg);border:1px solid var(--border-color);z-index:100;border-radius:12px;min-width:180px;animation:.2s ease-out Header-module__lnUIdW__fadeInDown;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0f172a26}@keyframes Header-module__lnUIdW__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__dropdownItem{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.95rem;transition:background-color .2s;display:block}.Header-module__lnUIdW__dropdownItem:hover{background-color:#6366f114}.Header-module__lnUIdW__dropdownItem.Header-module__lnUIdW__active{background-color:#6366f11f;font-weight:600}.Header-module__lnUIdW__dropdownItem:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.Header-module__lnUIdW__dropdownItem:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.Header-module__lnUIdW__mobileOnly{display:none}.Header-module__lnUIdW__desktopOnly{display:inline-flex}@media (max-width:1024px){.Header-module__lnUIdW__menuButton.Header-module__lnUIdW__mobileOnly{display:inline-flex}.Header-module__lnUIdW__menuButton.Header-module__lnUIdW__desktopOnly{display:none}.Header-module__lnUIdW__actions{gap:.5rem}}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-color,#e5e7eb);background:linear-gradient(#6366f108 0%,#0000 100%);width:100%;margin-top:auto;padding:3rem 1.5rem 1.5rem}.Footer-module__3hUVsW__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__3hUVsW__columns{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__3hUVsW__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__3hUVsW__columnTitle{color:var(--primary-color,#8b5cf6);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.85rem;font-weight:700}.Footer-module__3hUVsW__columnLinks{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__link{color:var(--text-secondary,#6b7280);width:fit-content;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__link:hover{color:var(--primary-color,#8b5cf6);text-decoration:underline}.Footer-module__3hUVsW__bottomBar{border-top:1px solid var(--border-color,#e5e7eb);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Footer-module__3hUVsW__copyright{color:var(--text-muted,#9ca3af);margin:0;font-size:.85rem}.Footer-module__3hUVsW__lastUpdated{color:var(--text-muted,#9ca3af);margin:0;font-size:.8rem;font-style:italic}[data-theme=dark] .Footer-module__3hUVsW__footer{border-top-color:var(--border-color,#374151);background:linear-gradient(#6366f10d 0%,#0000 100%)}[data-theme=dark] .Footer-module__3hUVsW__bottomBar{border-top-color:var(--border-color,#374151)}[dir=rtl] .Footer-module__3hUVsW__columns{direction:rtl}[dir=rtl] .Footer-module__3hUVsW__column{text-align:right}[dir=rtl] .Footer-module__3hUVsW__link{margin-left:auto;margin-right:0}[dir=rtl] .Footer-module__3hUVsW__bottomBar{flex-direction:row-reverse}@media (max-width:640px){.Footer-module__3hUVsW__footer{padding:2rem 1rem 1rem}.Footer-module__3hUVsW__columns{grid-template-columns:1fr;gap:1.5rem}.Footer-module__3hUVsW__column{text-align:center;align-items:center}.Footer-module__3hUVsW__link{width:auto}.Footer-module__3hUVsW__bottomBar{text-align:center;flex-direction:column}}@media (min-width:641px) and (max-width:900px){.Footer-module__3hUVsW__columns{grid-template-columns:repeat(2,1fr)}}@media (min-width:901px){.Footer-module__3hUVsW__link{font-size:.95rem}}
.Preloader-module__yOVbYq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out Preloader-module__yOVbYq__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes Preloader-module__yOVbYq__fadeIn{0%{opacity:0}to{opacity:1}}.Preloader-module__yOVbYq__loader{flex-direction:column;align-items:center;gap:1rem;display:flex}.Preloader-module__yOVbYq__spinner{border:4px solid #8b5cf633;border-top-color:#8b5cf6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite Preloader-module__yOVbYq__spin}@keyframes Preloader-module__yOVbYq__spin{to{transform:rotate(360deg)}}.Preloader-module__yOVbYq__text{color:#fff;letter-spacing:.025em;font-size:.875rem;font-weight:500}[data-theme=dark] .Preloader-module__yOVbYq__overlay{background:#000000b3}
.CookieConsent-module__t2gHdW__banner{background:var(--card-bg,#f8f9fa);border-top:1px solid var(--border-color,#e5e7eb);z-index:1000;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000001a}.CookieConsent-module__t2gHdW__container{flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.CookieConsent-module__t2gHdW__text{color:var(--text-secondary,#4b5563);text-align:center;margin:0;font-size:.875rem}.CookieConsent-module__t2gHdW__link{color:var(--primary-color,#8b5cf6);text-decoration:underline}.CookieConsent-module__t2gHdW__link:hover{color:var(--primary-hover,#7c3aed)}.CookieConsent-module__t2gHdW__buttons{gap:.75rem;display:flex}.CookieConsent-module__t2gHdW__acceptButton,.CookieConsent-module__t2gHdW__declineButton{cursor:pointer;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s,transform .1s}.CookieConsent-module__t2gHdW__acceptButton{background:var(--primary-color,#8b5cf6);color:#fff;border:none}.CookieConsent-module__t2gHdW__acceptButton:hover{background:var(--primary-hover,#7c3aed);transform:translateY(-1px)}.CookieConsent-module__t2gHdW__declineButton{color:var(--text-secondary,#6b7280);border:1px solid var(--border-color,#d1d5db);background:0 0}.CookieConsent-module__t2gHdW__declineButton:hover{background:var(--hover-bg,#f3f4f6)}[data-theme=dark] .CookieConsent-module__t2gHdW__banner{background:var(--card-bg,#1f2937);border-top-color:var(--border-color,#374151)}[data-theme=dark] .CookieConsent-module__t2gHdW__text{color:var(--text-secondary,#d1d5db)}[data-theme=dark] .CookieConsent-module__t2gHdW__declineButton{color:var(--text-secondary,#d1d5db);border-color:var(--border-color,#4b5563)}[data-theme=dark] .CookieConsent-module__t2gHdW__declineButton:hover{background:var(--hover-bg,#374151)}[dir=rtl] .CookieConsent-module__t2gHdW__buttons{flex-direction:row-reverse}@media (min-width:640px){.CookieConsent-module__t2gHdW__container{flex-direction:row;justify-content:space-between}.CookieConsent-module__t2gHdW__text{text-align:left}}[dir=rtl] .CookieConsent-module__t2gHdW__text{text-align:right}
