.Footer-module-scss-module__JLT4gq__footer{background:var(--footer-bg);color:var(--text-primary);border-top:1px solid var(--footer-border);-webkit-backdrop-filter:blur(12px);margin-top:auto;padding:3rem 0;position:relative}.Footer-module-scss-module__JLT4gq__container{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module-scss-module__JLT4gq__top{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__top{text-align:center;grid-template-columns:1fr;gap:2rem}}.Footer-module-scss-module__JLT4gq__brand{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__brand{align-items:center}}.Footer-module-scss-module__JLT4gq__brandName{background:var(--gradient-text);-webkit-text-fill-color:#0000;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Footer-module-scss-module__JLT4gq__tagline{color:var(--text-muted);font-size:.875rem;line-height:1.6}.Footer-module-scss-module__JLT4gq__nav{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__nav{text-align:center;align-items:center}}.Footer-module-scss-module__JLT4gq__navTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module-scss-module__JLT4gq__navList{flex-direction:column;gap:.75rem;display:flex}.Footer-module-scss-module__JLT4gq__navItem{color:var(--text-secondary);font-size:.9rem;transition:all .2s}.Footer-module-scss-module__JLT4gq__navItem:hover{color:var(--text-primary);transform:translate(4px)}.Footer-module-scss-module__JLT4gq__navItemIndented{opacity:.92;padding-left:.85rem;font-size:.82rem}.Footer-module-scss-module__JLT4gq__navItemIndented:before{content:"·";color:var(--text-muted);margin-right:.35rem}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__navItemIndented{padding-left:0}.Footer-module-scss-module__JLT4gq__navItemIndented:before{display:none}}.Footer-module-scss-module__JLT4gq__sitemapXml{color:var(--text-muted);text-underline-offset:3px;margin-top:.75rem;font-size:.8rem;text-decoration:underline;transition:color .2s;display:inline-block}.Footer-module-scss-module__JLT4gq__sitemapXml:hover{color:var(--accent-blue)}.Footer-module-scss-module__JLT4gq__contact{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__contact{align-items:center}}.Footer-module-scss-module__JLT4gq__contactTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module-scss-module__JLT4gq__contactItem{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Footer-module-scss-module__JLT4gq__contactLink{color:var(--text-secondary);font-size:.875rem;transition:all .2s}.Footer-module-scss-module__JLT4gq__contactLink:hover{color:var(--accent-blue)}.Footer-module-scss-module__JLT4gq__divider{background:var(--border-color);height:1px;margin:2rem 0}.Footer-module-scss-module__JLT4gq__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__bottom{flex-direction:column;gap:1.5rem}}.Footer-module-scss-module__JLT4gq__copyright{color:var(--text-muted);font-size:.875rem}.Footer-module-scss-module__JLT4gq__socialList{align-items:center;gap:1rem;display:flex}.Footer-module-scss-module__JLT4gq__socialLink{width:40px;height:40px;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.Footer-module-scss-module__JLT4gq__socialLink:hover{color:var(--text-primary);background:var(--glass-bg-hover);border-color:var(--border-color-hover);transform:translateY(-2px)}
.Header-module-scss-module__rIun6a__header{background:var(--header-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border);z-index:1000;height:80px;transition:all .3s;position:sticky;top:0}.Header-module-scss-module__rIun6a__header.Header-module-scss-module__rIun6a__scrolled{background:var(--header-bg-scrolled);box-shadow:var(--card-shadow);border-bottom-color:var(--border-color-hover)}.Header-module-scss-module__rIun6a__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Header-module-scss-module__rIun6a__logo{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;background:var(--gradient-text);-webkit-text-fill-color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;transition:all .3s}.Header-module-scss-module__rIun6a__logo:hover{color:var(--accent-blue);filter:drop-shadow(0 0 20px var(--accent-blue))}.Header-module-scss-module__rIun6a__desktopNav{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.Header-module-scss-module__rIun6a__desktopNav{display:none}}.Header-module-scss-module__rIun6a__navLink{color:var(--text-secondary);padding:.5rem 0;font-weight:500;transition:all .3s;position:relative}.Header-module-scss-module__rIun6a__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module-scss-module__rIun6a__navLink:hover{color:var(--text-primary)}.Header-module-scss-module__rIun6a__navLink:hover:after{width:100%}.Header-module-scss-module__rIun6a__actions{align-items:center;gap:1rem;display:flex}.Header-module-scss-module__rIun6a__mobileToggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.5rem;transition:all .3s;display:none}.Header-module-scss-module__rIun6a__mobileToggle:hover{color:var(--accent-blue)}@media (max-width:768px){.Header-module-scss-module__rIun6a__mobileToggle{display:block}}.Header-module-scss-module__rIun6a__hamburger{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.Header-module-scss-module__rIun6a__line{background:currentColor;border-radius:2px;width:24px;height:2px;display:block;position:absolute}.Header-module-scss-module__rIun6a__desktopOnly{display:block}@media (max-width:768px){.Header-module-scss-module__rIun6a__desktopOnly{display:none}}.Header-module-scss-module__rIun6a__adminNavLink{color:var(--accent-blue);border:1px solid var(--accent-border-light);white-space:nowrap;border-radius:.45rem;padding:.35rem .65rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.Header-module-scss-module__rIun6a__adminNavLink:hover{color:var(--text-primary);border-color:var(--accent-blue);background:#38bdf814}.Header-module-scss-module__rIun6a__overlay{z-index:1040;-webkit-backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}@media (min-width:769px){.Header-module-scss-module__rIun6a__overlay{display:none}}.Header-module-scss-module__rIun6a__drawer{z-index:1050;background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--border-color);flex-direction:column;width:320px;height:100%;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 24px #0003}@media (min-width:769px){.Header-module-scss-module__rIun6a__drawer{display:none}}.Header-module-scss-module__rIun6a__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Header-module-scss-module__rIun6a__drawerLogo{background:var(--gradient-text);-webkit-text-fill-color:#0000;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Header-module-scss-module__rIun6a__closeButton{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Header-module-scss-module__rIun6a__closeButton:hover{color:var(--text-primary);background:var(--glass-bg)}.Header-module-scss-module__rIun6a__closeButton:active{transform:scale(.95)}.Header-module-scss-module__rIun6a__drawerNav{flex:1;padding:1rem;overflow-y:auto}.Header-module-scss-module__rIun6a__drawerList{flex-direction:column;gap:.25rem;display:flex}.Header-module-scss-module__rIun6a__drawerLink{color:var(--text-secondary);border-radius:1rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;transition:all .3s;display:flex}.Header-module-scss-module__rIun6a__drawerLink:hover{color:var(--text-primary);background:var(--glass-bg)}.Header-module-scss-module__rIun6a__arrow{color:var(--accent-blue);font-size:1.25rem}.Header-module-scss-module__rIun6a__drawerFooter{border-top:1px solid var(--border-color);background:var(--glass-bg);padding:2rem}.Header-module-scss-module__rIun6a__drawerActions{align-items:center;gap:.75rem;display:flex}
.LanguageSwitcher-module-scss-module__VlS4yW__container{position:relative}.LanguageSwitcher-module-scss-module__VlS4yW__button{background:var(--glass-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.LanguageSwitcher-module-scss-module__VlS4yW__button:hover{background:var(--glass-bg-hover);border-color:var(--border-color-hover)}@media (max-width:768px){.LanguageSwitcher-module-scss-module__VlS4yW__button{padding:.4rem .8rem;font-size:.875rem}}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown{background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--card-shadow);z-index:1001;border-radius:12px;min-width:120px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}@media (max-width:768px){.LanguageSwitcher-module-scss-module__VlS4yW__dropdown{top:auto;bottom:calc(100% + .5rem)}}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button{text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:none;padding:.8rem 1rem;font-size:.9rem;transition:all .2s;display:block}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button:hover{background:var(--glass-bg);color:var(--text-primary)}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button.LanguageSwitcher-module-scss-module__VlS4yW__active{color:var(--accent-blue);background:var(--glass-bg);font-weight:700}
.ThemeToggle-module-scss-module___GpSgq__toggle{background:var(--glass-bg);border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.ThemeToggle-module-scss-module___GpSgq__toggle:hover{background:var(--glass-bg-hover);border-color:var(--border-color-hover);transform:scale(1.05)}.ThemeToggle-module-scss-module___GpSgq__toggle:active{transform:scale(.95)}@media (max-width:768px){.ThemeToggle-module-scss-module___GpSgq__toggle{width:36px;height:36px}}
