.NavBar-module__nFS13a__navbar{color:var(--light-text);height:var(--nav-bar-height);background:var(--nav-bg);border-bottom:1px solid var(--nav-border);z-index:100;justify-content:space-between;align-items:center;padding:0 10px;display:flex;position:fixed;top:0;left:0;right:0}.NavBar-module__nFS13a__title{min-width:100px;color:inherit;cursor:pointer;align-items:center;padding-left:10px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.NavBar-module__nFS13a__title:hover{color:inherit}.NavBar-module__nFS13a__cursor{opacity:0;color:#0000;border-bottom:2px solid var(--white);letter-spacing:2px;margin-left:5px;transition:opacity .1s ease-in-out;display:inline;position:relative;top:-4px}.NavBar-module__nFS13a__cursor.NavBar-module__nFS13a__visible{opacity:1}.NavBar-module__nFS13a__leftSection,.NavBar-module__nFS13a__rightSection{align-items:center;gap:10px;width:auto;display:flex}.NavBar-module__nFS13a__desktopLocaleSwitch{flex-shrink:0}.NavBar-module__nFS13a__mobileMenuLocale{border-top:1px solid var(--nav-border);justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.NavBar-module__nFS13a__leftSection{justify-content:flex-start}.NavBar-module__nFS13a__rightSection{justify-content:flex-end}.NavBar-module__nFS13a__tabs{background:0 0;padding:6px;display:flex;position:relative}.NavBar-module__nFS13a__activeIndicator{background:var(--white);height:2px;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px}.NavBar-module__nFS13a__tab{color:var(--light-text);opacity:.75;cursor:pointer;z-index:2;text-align:center;white-space:nowrap;margin:0 2px;padding:4px 8px;font-size:16px;font-weight:500;transition:opacity .2s,color .2s;position:relative}.NavBar-module__nFS13a__tab.NavBar-module__nFS13a__home,.NavBar-module__nFS13a__tab.NavBar-module__nFS13a__resume,.NavBar-module__nFS13a__tab.NavBar-module__nFS13a__projects{width:90px}.NavBar-module__nFS13a__tab.NavBar-module__nFS13a__competencies{width:140px}.NavBar-module__nFS13a__tab.NavBar-module__nFS13a__blog{width:70px}.NavBar-module__nFS13a__tab:first-child{margin-left:0}.NavBar-module__nFS13a__tab:last-child{margin-right:0}.NavBar-module__nFS13a__tab:hover{opacity:1;color:var(--white)}.NavBar-module__nFS13a__tab.active{color:var(--white);opacity:1;font-weight:600}.NavBar-module__nFS13a__themeToggle{color:#fff;background-color:#0000;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,color .2s;display:flex;position:relative;transform:rotate(0)}.NavBar-module__nFS13a__themeToggle svg{width:24px;height:24px}.NavBar-module__nFS13a__themeToggleAnimating{transition:background-color var(--theme-delay) ease-in-out, color var(--theme-delay) ease-in-out, transform var(--theme-delay) ease-in-out}.NavBar-module__nFS13a__iconMoon,.NavBar-module__nFS13a__iconSun{justify-content:center;align-items:center;width:24px;height:24px;transition:none;display:flex;position:absolute}.NavBar-module__nFS13a__themeToggleAnimating .NavBar-module__nFS13a__iconMoon,.NavBar-module__nFS13a__themeToggleAnimating .NavBar-module__nFS13a__iconSun{transition:opacity .35s,transform .45s cubic-bezier(.34,1.56,.64,1)}.NavBar-module__nFS13a__iconMoon{opacity:1;transform:rotate(0)scale(1)}.NavBar-module__nFS13a__iconSun{opacity:0;transform:rotate(90deg)scale(.4)}@container style(--theme:dark){.NavBar-module__nFS13a__themeToggle{color:#fff;background-color:#0000;transform:rotate(360deg)}.NavBar-module__nFS13a__themeToggle .NavBar-module__nFS13a__iconMoon{opacity:0;transform:rotate(-90deg)scale(.4)}.NavBar-module__nFS13a__themeToggle .NavBar-module__nFS13a__iconSun{opacity:1;transform:rotate(0)scale(1)}}.NavBar-module__nFS13a__themeToggle:hover{cursor:pointer}.NavBar-module__nFS13a__themeToggle.disabled{cursor:not-allowed}.NavBar-module__nFS13a__burgerButton{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:none}.NavBar-module__nFS13a__burgerButton svg{width:20px;height:20px}.NavBar-module__nFS13a__burgerButton:hover{background-color:#ffffff1a}.NavBar-module__nFS13a__mobileMenuTheme,.NavBar-module__nFS13a__overlay,.NavBar-module__nFS13a__mobileMenu{display:none}@media (max-width:768px){.NavBar-module__nFS13a__leftSection{flex:1;width:auto;display:flex}.NavBar-module__nFS13a__tabs{display:none}.NavBar-module__nFS13a__rightSection{width:auto}.NavBar-module__nFS13a__rightSection .NavBar-module__nFS13a__themeToggle,.NavBar-module__nFS13a__rightSection .NavBar-module__nFS13a__desktopLocaleSwitch{display:none}.NavBar-module__nFS13a__burgerButton{display:flex}.NavBar-module__nFS13a__overlay{top:var(--nav-bar-height);z-index:99;background:#0006;display:block;position:fixed;bottom:0;left:0;right:0}.NavBar-module__nFS13a__mobileMenu{top:var(--nav-bar-height);background:var(--nav-bg);z-index:100;visibility:hidden;pointer-events:none;flex-direction:column;width:220px;max-width:min(220px,100vw);padding:8px 0;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;display:flex;position:fixed;right:0;transform:translate(100%);box-shadow:-2px 4px 12px #0003}.NavBar-module__nFS13a__mobileMenu.active{visibility:visible;pointer-events:auto;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility;transform:translate(0,0)}.NavBar-module__nFS13a__mobileMenuItem{color:var(--light-text);cursor:pointer;padding:12px 20px;font-size:16px;font-weight:500;transition:background-color .2s}.NavBar-module__nFS13a__mobileMenuItem:hover{background:#ffffff1a}.NavBar-module__nFS13a__mobileMenuItem.active{color:var(--white);box-shadow:inset 2px 0 0 var(--white);background:#ffffff14;font-weight:600}.NavBar-module__nFS13a__mobileMenuTheme{border-top:1px solid var(--nav-border);view-transition-name:NavBar-module__nFS13a__mobile-menu-theme;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;padding:12px 20px;display:flex}.NavBar-module__nFS13a__mobileMenuThemeCaption{color:var(--light-text);flex-shrink:0;font-size:16px;font-weight:500}.NavBar-module__nFS13a__mobileThemeSwitch{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#00000052;border:1px solid #ffffff2e;border-radius:999px;flex-shrink:0;grid-template-columns:1fr 1fr;width:80px;height:36px;padding:0;font-family:inherit;display:grid;position:relative}.NavBar-module__nFS13a__mobileThemeSwitch:disabled{cursor:not-allowed;opacity:.6}.NavBar-module__nFS13a__mobileThemeTrackIcon{color:#ffffffb8;pointer-events:none;justify-content:center;align-items:center;display:flex}.NavBar-module__nFS13a__mobileThemeTrackIcon svg{width:16px;height:16px}.NavBar-module__nFS13a__mobileThemeSwitch:not(.NavBar-module__nFS13a__switchDark) .NavBar-module__nFS13a__mobileThemeTrackIcon:first-of-type,.NavBar-module__nFS13a__mobileThemeSwitch.NavBar-module__nFS13a__switchDark .NavBar-module__nFS13a__mobileThemeTrackIcon:last-of-type{visibility:hidden}.NavBar-module__nFS13a__mobileThemeThumb{z-index:1;background:var(--white);color:var(--primary-500);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;transition:none;display:flex;position:absolute;inset:2px calc(50% + 1px) 2px 2px;box-shadow:0 1px 4px #00000038}.NavBar-module__nFS13a__mobileThemeThumb svg{width:16px;height:16px}.NavBar-module__nFS13a__mobileThemeSwitchAnimating .NavBar-module__nFS13a__mobileThemeThumb{transition:left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1)}.NavBar-module__nFS13a__mobileThemeSwitch.NavBar-module__nFS13a__switchDark .NavBar-module__nFS13a__mobileThemeThumb{left:calc(50% + 1px);right:2px}}@container style(--theme:dark){.NavBar-module__nFS13a__mobileMenu{background:var(--nav-bg)}}
.LocaleSwitch-module__TRNWMG__switch{background:#0000002e;border:1px solid #ffffff59;border-radius:999px;align-items:stretch;gap:2px;padding:2px;display:inline-flex}.LocaleSwitch-module__TRNWMG__option{color:#ffffffb8;letter-spacing:.06em;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;outline:none;min-width:34px;padding:5px 10px;font-family:inherit;font-size:11px;font-weight:600;line-height:1;transition:background-color .2s,color .2s,box-shadow .2s}.LocaleSwitch-module__TRNWMG__option:hover:not(.LocaleSwitch-module__TRNWMG__optionActive){color:var(--white)}.LocaleSwitch-module__TRNWMG__optionActive{background:var(--white);color:var(--primary-500);box-shadow:0 1px 4px #0000002e}.LocaleSwitch-module__TRNWMG__optionActive:hover{background:var(--white);color:var(--primary-500);cursor:default}.LocaleSwitch-module__TRNWMG__option:focus,.LocaleSwitch-module__TRNWMG__option:focus-visible{outline:none}
@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_latin_400_normal-s.p.0l-vv37ssd90w.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_cyrillic_400_normal-s.p.0j5xz1mifvml7.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_latin_500_normal-s.p.0s-1qbqc6wgag.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_cyrillic_500_normal-s.p.10-wysk8zad3n.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_latin_600_normal-s.p.0u.mw9ignqukb.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:ibmPlexSans;src:url(../media/ibm_plex_sans_cyrillic_600_normal-s.p.0f6p4xrac1bav.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:ibmPlexSans Fallback;src:local(Arial);ascent-override:102.5%;descent-override:27.5%;line-gap-override:0.0%;size-adjust:100.0%}.ibmplexsans_90e824a5-module__nNY05G__className{font-family:ibmPlexSans,ibmPlexSans Fallback}.ibmplexsans_90e824a5-module__nNY05G__variable{--font-sans:"ibmPlexSans", "ibmPlexSans Fallback"}
@font-face{font-family:jetbrainsMono;src:url(../media/jetbrains_mono_latin_400_normal-s.p.0~~285bd0hytg.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:jetbrainsMono;src:url(../media/jetbrains_mono_cyrillic_400_normal-s.p.087r1-tljb70l.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:jetbrainsMono Fallback;src:local(Arial);ascent-override:102.0%;descent-override:30%;line-gap-override:0.0%;size-adjust:100.0%}.jetbrainsmono_76983839-module__D67vzG__className{font-family:jetbrainsMono,jetbrainsMono Fallback}.jetbrainsmono_76983839-module__D67vzG__variable{--font-mono:"jetbrainsMono", "jetbrainsMono Fallback"}
.InteractiveBackground-module__UG2GtG__interactiveBackground{top:var(--nav-bar-height);width:100%;height:calc(100vh - var(--nav-bar-height));height:calc(100dvh - var(--nav-bar-height));pointer-events:none;z-index:-1;background:0 0;position:fixed;left:0}
.Footer-module__lu9nUa__footer{color:var(--base-400);text-align:center;background:var(--base-150);width:100%;margin-top:auto;padding:25px 0;font-size:14px}@media (max-width:768px){.Footer-module__lu9nUa__footer{font-size:12px}}
.MainPage-module__HvJjAW__mainPage{height:calc(100vh - var(--nav-bar-height));height:calc(100dvh - var(--nav-bar-height));overscroll-behavior:contain;top:var(--nav-bar-height);flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;overflow:hidden auto}.MainPage-module__HvJjAW__container{flex-direction:column;gap:15px;width:100%;max-width:1000px;height:max-content;padding-top:35px;padding-bottom:35px;display:flex}.MainPage-module__HvJjAW__mainPagePrint{flex-direction:column;align-items:center;width:100%;min-height:100vh;display:flex;overflow:visible}@media (max-width:768px){.MainPage-module__HvJjAW__container{gap:10px;padding:10px}}@media print{.MainPage-module__HvJjAW__mainPagePrint{min-height:auto}.MainPage-module__HvJjAW__mainPagePrint .MainPage-module__HvJjAW__container{padding-top:0;padding-bottom:0}}
