:root{--color-bg:#fff;--color-surface:#fffc;--color-surface-highlight:#f9fafbe6;--color-text:#111827;--color-text-muted:#6b7280;--color-text-dim:#9ca3af;--color-primary:#111827;--color-accent:#14b8a6;--color-accent-glow:#14b8a64d;--color-accent-dark:#0d9488;--color-success:#10b981;--color-border:#0000001a;--color-border-hover:#0003;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-shadow:0 8px 32px #0000001a;--glass-blur:12px;--font-sans:var(--font-inter),var(--font-noto),sans-serif;--font-display:var(--font-inter),sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--header-height:80px;--container-width:1400px;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-full:9999px;--ease-out-expo:cubic-bezier(.16,1,.3,1);--transition-base:.3s var(--ease-out-expo);--touch-target-min:44px;--touch-target-comfortable:48px;--header-height-mobile:60px;--container-padding-mobile:1.25rem}[data-theme=dark]{--color-bg:#030712;--color-surface:#111827cc;--color-surface-highlight:#1f2937cc;--color-text:#f9fafb;--color-text-muted:#9ca3af;--color-text-dim:#6b7280;--color-primary:#fff;--color-accent:#2dd4bf;--color-accent-glow:#2dd4bf66;--color-accent-dark:#14b8a6;--color-border:#ffffff1a;--color-border-hover:#fff3;--glass-bg:#111827b3;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;position:relative}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.02em;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none;transition:opacity .2s}button,[role=button],a{-webkit-tap-highlight-color:transparent}.btn-primary:active{transform:scale(.98)}@media (hover:none) and (pointer:coarse){.btn-primary:hover{background-color:var(--color-primary);transform:none}.btn-primary:active{background-color:#e5e7eb;transform:scale(.98)}}.container{max-width:var(--container-width);padding:0 var(--spacing-md);margin:0 auto}@media (max-width:768px){.container{padding:0 var(--container-padding-mobile)}}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-hover:hover{background:var(--color-surface-highlight);border-color:var(--color-border-hover)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-lg);transition:transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo)}.glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}[data-theme=dark] .glass-card:hover{box-shadow:0 12px 40px #0006}.btn-primary{background-color:var(--color-primary);color:var(--color-bg);font-family:var(--font-sans);border-radius:var(--radius-full);transition:transform .2s var(--ease-out-expo),background-color .2s;cursor:pointer;border:none;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{background-color:#e5e7eb;transform:scale(1.05)}.text-gradient{background:linear-gradient(to right,var(--color-text),var(--color-text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}body,body *{transition:background-color .3s,color .3s,border-color .3s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-surface-highlight);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
.Header-module__lnUIdW__header{z-index:1000;width:100%;transition:background-color .3s var(--ease-out-expo),padding .3s var(--ease-out-expo),backdrop-filter .3s var(--ease-out-expo),color .3s var(--ease-out-expo);padding:var(--spacing-md)0;color:#fff;position:fixed;top:0;left:0}.Header-module__lnUIdW__scrolled{color:var(--color-text);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--glass-shadow);padding:var(--spacing-sm)0;border-bottom:1px solid var(--glass-border)}.Header-module__lnUIdW__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__logo{font-family:var(--font-display);letter-spacing:-.02em;color:inherit;text-transform:uppercase;font-size:1.5rem;font-weight:700}.Header-module__lnUIdW__nav{gap:var(--spacing-md);align-items:center;display:flex}.Header-module__lnUIdW__navLink{letter-spacing:.02em;opacity:.8;color:inherit;font-size:.9rem;font-weight:500;transition:opacity .2s,color .2s;position:relative}.Header-module__lnUIdW__navLink:hover{opacity:1}.Header-module__lnUIdW__navLink:after{content:"";background-color:var(--color-accent);width:0;height:1px;transition:width .3s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Header-module__lnUIdW__navLink:hover:after{width:100%}.Header-module__lnUIdW__authButtons{gap:var(--spacing-sm);margin-left:var(--spacing-md);display:flex}.Header-module__lnUIdW__hamburger{width:var(--touch-target-comfortable);height:var(--touch-target-comfortable);cursor:pointer;z-index:1001;border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:12px;transition:background-color .2s;display:none}.Header-module__lnUIdW__hamburger:active{background-color:#ffffff1a}.Header-module__lnUIdW__hamburgerLine{background-color:currentColor;width:24px;height:2px;margin:3px 0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background-color .3s;display:block}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerLine{background-color:#111827}[data-theme=dark] .Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerLine{background-color:#f9fafb}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerLine:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerLine:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburgerActive .Header-module__lnUIdW__hamburgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__lnUIdW__overlay{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0006;position:fixed;inset:0}.Header-module__lnUIdW__bottomSheet{z-index:1000;touch-action:none;background:#fff;border-radius:24px 24px 0 0;max-height:85vh;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 40px #00000026}[data-theme=dark] .Header-module__lnUIdW__bottomSheet{background:#1a1a2e;box-shadow:0 -4px 40px #0006}.Header-module__lnUIdW__dragHandle{cursor:grab;justify-content:center;padding:12px 0 8px;display:flex}.Header-module__lnUIdW__dragHandle:active{cursor:grabbing}.Header-module__lnUIdW__dragBar{background:#0003;border-radius:2px;width:40px;height:4px}[data-theme=dark] .Header-module__lnUIdW__dragBar{background:#ffffff4d}.Header-module__lnUIdW__sheetContent{padding:8px 20px 34px;padding-bottom:max(34px,env(safe-area-inset-bottom))}.Header-module__lnUIdW__sheetNavLink{color:#111827;border-radius:12px;align-items:center;gap:16px;padding:16px 12px;font-size:1.1rem;font-weight:500;transition:background .15s,transform .15s;display:flex}[data-theme=dark] .Header-module__lnUIdW__sheetNavLink{color:#f9fafb}.Header-module__lnUIdW__sheetNavLink:active{background:#0000000d;transform:scale(.98)}[data-theme=dark] .Header-module__lnUIdW__sheetNavLink:active{background:#ffffff14}.Header-module__lnUIdW__navIcon{width:44px;height:44px;color:var(--color-accent);background:#0000000d;border-radius:12px;justify-content:center;align-items:center;display:flex}[data-theme=dark] .Header-module__lnUIdW__navIcon{background:#ffffff1a}.Header-module__lnUIdW__sheetDivider{background:#00000014;height:1px;margin:12px 0}[data-theme=dark] .Header-module__lnUIdW__sheetDivider{background:#ffffff1a}.Header-module__lnUIdW__sheetControls{flex-direction:column;gap:16px;display:flex}.Header-module__lnUIdW__sheetControlRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.Header-module__lnUIdW__sheetLoginButton{color:#6b7280;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}[data-theme=dark] .Header-module__lnUIdW__sheetLoginButton{color:#9ca3af}.Header-module__lnUIdW__sheetLoginButton svg{width:16px;height:16px}.Header-module__lnUIdW__sheetLoginButton:active{color:var(--color-accent)}@media (prefers-reduced-motion:reduce){.Header-module__lnUIdW__hamburgerLine,.Header-module__lnUIdW__mobileNavLink,.Header-module__lnUIdW__mobileLoginButton{transition:none}}.Header-module__lnUIdW__mobileControls{align-items:center;gap:var(--spacing-sm);display:none}@media (max-width:768px){.Header-module__lnUIdW__header{padding:var(--spacing-sm)0}.Header-module__lnUIdW__scrolled{padding:var(--spacing-xs)0}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__mobileControls,.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__logo{font-size:1.25rem}}
.LanguageSwitcher-module__psbpAa__dropdown{margin-left:1rem;position:relative}.LanguageSwitcher-module__psbpAa__dropdownTrigger{color:#ffffffe6;min-height:var(--touch-target-min);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:1px solid #ffffff4d;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .3s;display:flex}.LanguageSwitcher-module__psbpAa__dropdownTrigger:hover{background-color:#ffffff1a;border-color:#ffffff80}.LanguageSwitcher-module__psbpAa__globeIcon{flex-shrink:0}.LanguageSwitcher-module__psbpAa__chevron{transition:transform .2s}.LanguageSwitcher-module__psbpAa__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__psbpAa__dropdownMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-sm);z-index:1000;background:#1e1e1ef2;border:1px solid #ffffff26;min-width:120px;margin:0;padding:.25rem;list-style:none;animation:.15s LanguageSwitcher-module__psbpAa__fadeIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 4px 20px #0000004d}@keyframes LanguageSwitcher-module__psbpAa__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__psbpAa__dropdownItem{color:#fffc;text-align:left;cursor:pointer;border-radius:calc(var(--radius-sm) - 2px);background:0 0;border:none;width:100%;padding:.625rem .875rem;font-size:.875rem;transition:all .2s;display:block}.LanguageSwitcher-module__psbpAa__dropdownItem:hover{color:#fff;background-color:#ffffff1a}.LanguageSwitcher-module__psbpAa__dropdownItem.LanguageSwitcher-module__psbpAa__active{background-color:var(--color-accent);color:#fff}.LanguageSwitcher-module__psbpAa__mobileStyle{margin-left:0}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownTrigger{color:#111827;background:#0000000d;border:1px solid #0003}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownTrigger:hover{background:#0000001a}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownMenu{background:#fffffffa;border:1px solid #0000001a;animation:.15s LanguageSwitcher-module__psbpAa__fadeInUp;inset:auto auto calc(100% + .5rem) 0;box-shadow:0 -4px 20px #00000026}@keyframes LanguageSwitcher-module__psbpAa__fadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__chevron{transform:rotate(180deg)}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__chevronOpen{transform:rotate(0)}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownItem{color:#111827}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownItem:hover{color:#111827;background-color:#0000000d}.LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownItem.LanguageSwitcher-module__psbpAa__active{background-color:var(--color-accent);color:#fff}[data-theme=dark] .LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownTrigger{color:#f9fafb;background:#ffffff0d;border:1px solid #fff3}[data-theme=dark] .LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownTrigger:hover{background:#ffffff1a}[data-theme=dark] .LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownMenu{background:#1e1e1efa;border:1px solid #ffffff26;box-shadow:0 -4px 20px #0000004d}[data-theme=dark] .LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownItem{color:#f9fafb}[data-theme=dark] .LanguageSwitcher-module__psbpAa__mobileStyle .LanguageSwitcher-module__psbpAa__dropdownItem:hover{background-color:#ffffff1a}@media (max-width:768px){.LanguageSwitcher-module__psbpAa__dropdown{margin-left:0}.LanguageSwitcher-module__psbpAa__dropdownTrigger{padding:.75rem 1rem;font-size:1rem}.LanguageSwitcher-module__psbpAa__dropdownMenu{min-width:140px}.LanguageSwitcher-module__psbpAa__dropdownItem{padding:.75rem 1rem;font-size:1rem}}
.ThemeSwitcher-module__t3FfOW__switcher{background:var(--glass-bg);width:64px;height:32px;-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-full);cursor:pointer;transition:all .3s var(--ease-out-expo);justify-content:space-between;align-items:center;padding:4px;display:flex;position:relative}.ThemeSwitcher-module__t3FfOW__switcher:hover{border-color:var(--color-accent)}.ThemeSwitcher-module__t3FfOW__icon{z-index:1;width:24px;height:24px;color:var(--color-text-muted);justify-content:center;align-items:center;transition:color .3s;display:flex;position:relative}.ThemeSwitcher-module__t3FfOW__icon.ThemeSwitcher-module__t3FfOW__active{color:var(--color-accent)}.ThemeSwitcher-module__t3FfOW__slider{background:var(--color-accent);width:26px;height:26px;transition:transform .3s var(--ease-out-expo);box-shadow:0 2px 8px var(--color-accent-glow);border-radius:50%;position:absolute;top:3px;left:3px}.ThemeSwitcher-module__t3FfOW__sliderDark{transform:translate(32px)}.ThemeSwitcher-module__t3FfOW__mobileStyle{background:#00000014;border:1px solid #00000026;width:72px;height:36px}.ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__icon{color:#6b7280;width:28px;height:28px}.ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__icon.ThemeSwitcher-module__t3FfOW__active{color:#fff}.ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__slider{width:28px;height:28px;top:3px;left:3px}.ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__sliderDark{transform:translate(36px)}[data-theme=dark] .ThemeSwitcher-module__t3FfOW__mobileStyle{background:#ffffff1a;border:1px solid #ffffff26}[data-theme=dark] .ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__icon{color:#9ca3af}[data-theme=dark] .ThemeSwitcher-module__t3FfOW__mobileStyle .ThemeSwitcher-module__t3FfOW__icon.ThemeSwitcher-module__t3FfOW__active{color:#fff}.ThemeSwitcher-module__t3FfOW__iconButton{width:var(--touch-target-min);height:var(--touch-target-min);cursor:pointer;color:inherit;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.ThemeSwitcher-module__t3FfOW__iconButton:hover{background-color:#ffffff1a}.ThemeSwitcher-module__t3FfOW__iconButton:active{background-color:#fff3}@media (max-width:768px){.ThemeSwitcher-module__t3FfOW__switcher:not(.ThemeSwitcher-module__t3FfOW__mobileStyle){display:none}}
.Footer-module__3hUVsW__footer{background-color:var(--color-bg);color:var(--color-text-muted);padding:var(--spacing-xl)0 var(--spacing-lg);border-top:1px solid var(--color-border);margin-top:auto}.Footer-module__3hUVsW__content{gap:var(--spacing-lg);margin-bottom:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));display:grid}.Footer-module__3hUVsW__column h3{color:var(--color-primary);margin-bottom:var(--spacing-sm);font-size:1.1rem;font-weight:600;font-family:var(--font-display)}.Footer-module__3hUVsW__linkList{list-style:none}.Footer-module__3hUVsW__linkList li{margin-bottom:var(--spacing-xs)}.Footer-module__3hUVsW__linkList a{color:var(--color-text-muted);transition:color .2s}.Footer-module__3hUVsW__linkList a:hover{color:var(--color-accent)}.Footer-module__3hUVsW__copyright{border-top:1px solid var(--color-border);padding-top:var(--spacing-md);text-align:center;color:var(--color-text-dim);font-size:.875rem}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:var(--spacing-lg)0 var(--spacing-md)}.Footer-module__3hUVsW__content{gap:var(--spacing-md);text-align:center;grid-template-columns:1fr}.Footer-module__3hUVsW__column h3{font-size:1rem}.Footer-module__3hUVsW__linkList a{min-height:var(--touch-target-min);padding:.5rem 0;display:inline-block}}@media (max-width:480px){.Footer-module__3hUVsW__content{gap:var(--spacing-sm)}}
.ScrollToTop-module__sntdBa__button{background:var(--color-accent);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #0003}.ScrollToTop-module__sntdBa__button:hover{background:var(--color-accent-dark,#c9a227)}@media (max-width:768px){.ScrollToTop-module__sntdBa__button{width:44px;height:44px;bottom:1.5rem;right:1rem}}
