@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Raleway:wght@300;400;500;600;700&display=swap");body{font-family:Merriweather,serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:100%;min-height:100vh;font-size:16px}*,body{padding:0;margin:0}*{box-sizing:border-box}.theme-light{--primary-color:#F8A5B9;--secondary-color:#3F6A4E;--accent-color:#D8A97A;--primary-light:#FFCAD5;--primary-dark:#E38198;--secondary-light:#5F8A6E;--secondary-dark:#2A4A38;--accent-light:#EBC8A0;--accent-dark:#A67A52;--neutral-light:#F5F1EB;--neutral-medium:#E5E0D8;--neutral-dark:#1E2126;--background-color:#F5F1EB;--hover-background-color:#E9E4DD;--text-color:#333333;--link-color:#E38198;--quote-bg:rgba(255,255,255,0.7);--presentation-bg:rgba(63,106,78,0.05);--shadow-box:0 4px 12px rgba(0,0,0,0.06);--bg-box:#FFFFFF;--skill-bg:rgba(248,165,185,0.05);--icon-color:#3F6A4E;--header-bg:rgba(245,241,235,0.95);--error-color:#dc2626;--text-muted:#6b7280;--hero-left:#F8A5B9;--hero-right:#3F6A4E}.theme-dark{--primary-color:#F8A5B9;--secondary-color:#5F8A6E;--accent-color:#E5BA8F;--primary-light:#FFCAD5;--primary-dark:#E38198;--secondary-light:#7DA68E;--secondary-dark:#3F6A4E;--accent-light:#F2D1AF;--accent-dark:#BF8F61;--neutral-light:#F0EBE4;--neutral-medium:#BCBAB5;--neutral-dark:#222529;--background-color:#1E1E24;--hover-background-color:#2A2A32;--text-color:#E5E5E5;--link-color:#F8A5B9;--quote-bg:rgba(206,206,206,0.7);--presentation-bg:rgba(95,138,110,0.1);--shadow-box:0 4px 15px rgba(0,0,0,0.2);--border-box:#32323A;--bg-box:#26262E;--skill-bg:rgba(248,165,185,0.08);--icon-color:#7DA68E;--header-bg:rgba(30,30,36,0.95);--error-color:#f87171;--text-muted:#9ca3af;--hero-left:#3D1825;--hero-right:#1A2E22}:root{--z-header:1000;--z-menu:999;--z-overlay:10}body,html{scroll-behavior:smooth;background:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25}.font-primary,h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif}.font-secondary{font-family:Raleway,sans-serif}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-accent{color:var(--accent-color)}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.bg-accent{background-color:var(--accent-color)}.Header_header__072v2{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:fixed;top:0;left:0;width:100%;height:64px;z-index:var(--z-header);background-color:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--neutral-medium)}.Header_header__072v2:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--secondary-color);pointer-events:none}.Header_logo__0dir7{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.Header_logo__0dir7 a{display:flex;align-items:center;text-decoration:none;color:var(--secondary-color);transition:color .2s}.Header_logo__0dir7 a:hover{color:var(--primary-color)}.Header_icon__jBtEQ{font-size:1.25rem;color:var(--secondary-color);transition:color .2s}.Header_logo__0dir7 a:hover .Header_icon__jBtEQ{color:var(--primary-color)}.Header_logoMail__0hN7D{font-size:.875rem;color:var(--text-muted);display:none}.Header_menu__Hn_9p{display:flex;align-items:center}.Header_nav__evgr5{display:none;align-items:center;height:100%}.Header_list__FgPqu{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;height:100%}.Header_list__FgPqu li,.Header_list__FgPqu li a{position:relative;height:100%;display:flex;align-items:center}.Header_list__FgPqu li a{padding:0 1rem;text-decoration:none;color:var(--text-color);font-size:.95rem;font-weight:600;transition:color .2s}.Header_list__FgPqu li a:after{content:"";position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background-color:var(--secondary-color);transform:scaleX(0);transition:transform .2s ease}.Header_list__FgPqu li a:hover{color:var(--secondary-color)}.Header_list__FgPqu li a:hover:after{transform:scaleX(1)}.Header_list__FgPqu li a:focus-visible{outline:2px solid var(--secondary-color);outline-offset:-2px}.Header_wallPaper__0NPJB{display:none}@media (min-width:768px){.Header_menu__Hn_9p{display:none}.Header_nav__evgr5{display:flex}.Header_logoMail__0hN7D{display:block}}.Menu_menu__dGGWo{position:fixed;top:72px;right:16px;width:280px;max-width:calc(100vw - 32px);height:auto;background-color:var(--bg-box);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid var(--neutral-medium);color:var(--text-color);transform:translateX(110%);opacity:0;transition:transform .35s ease,opacity .35s ease;pointer-events:none;z-index:var(--z-menu);overflow:hidden}.Menu_menu__dGGWo:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background-color:var(--secondary-color);z-index:1}.Menu_menu__dGGWo ul{list-style:none;margin:0;padding:.5rem 0}.Menu_menu__dGGWo li{border-bottom:1px solid var(--neutral-medium);transition:background-color .2s}.Menu_menu__dGGWo li:last-child{border-bottom:none}.Menu_menu__dGGWo li:hover{background-color:var(--presentation-bg)}.Menu_menu__dGGWo a{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;text-decoration:none;color:var(--text-color);font-size:.95rem;font-weight:500;transition:color .2s}.Menu_menu__dGGWo a svg,.Menu_menu__dGGWo a:hover{color:var(--secondary-color)}.Menu_menu__dGGWo a svg{width:1rem;height:1rem;flex-shrink:0}.Menu_menu__dGGWo.Menu_open__KDEuL{transform:translateX(0);opacity:1;pointer-events:auto;animation:Menu_menuSlideIn__piZWN .35s ease-out}.Menu_menu__dGGWo.Menu_open__KDEuL li{animation:Menu_menuItemFadeIn__Yk6UE .3s ease-out both}.Menu_menu__dGGWo.Menu_open__KDEuL li:first-child{animation-delay:.05s}.Menu_menu__dGGWo.Menu_open__KDEuL li:nth-child(2){animation-delay:.1s}.Menu_menu__dGGWo.Menu_open__KDEuL li:nth-child(3){animation-delay:.15s}.Menu_menu__dGGWo.Menu_open__KDEuL li:nth-child(4){animation-delay:.2s}.Menu_menu__dGGWo.Menu_open__KDEuL li:nth-child(5){animation-delay:.25s}.Menu_close__M2kmp{position:absolute;top:12px;right:12px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:color .2s,background-color .2s;z-index:3}.Menu_close__M2kmp:hover{color:var(--secondary-color);background-color:var(--presentation-bg)}.Menu_openBtn__7CbUL{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:1.1rem;color:white;background-color:var(--secondary-color);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .15s}.Menu_openBtn__7CbUL:hover{background-color:var(--secondary-dark)}.Menu_openBtn__7CbUL:active{transform:scale(.95)}.Menu_openBtn__7CbUL svg{color:white;width:1.1rem;height:1.1rem}@keyframes Menu_menuSlideIn__piZWN{0%{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Menu_menuItemFadeIn__Yk6UE{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}@media (max-width:480px){.Menu_menu__dGGWo{width:calc(100vw - 20px);right:10px;top:68px}.Menu_menu__dGGWo a{padding:.8rem 1.25rem}}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway Fallback;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_03d3a6{font-family:Raleway,Raleway Fallback;font-style:normal}.ThemeSwitcher_themeSwitcher__uMuZE{display:flex;width:1.5rem;height:1.5rem;background-color:transparent;border:none;transition:transform .3s ease}.ThemeSwitcher_themeSwitcher__uMuZE:hover{transform:scale(1.05)}.ThemeSwitcher_icon__3LjVq{width:100%;height:100%;color:var(--icon-color);transition:transform .5s ease-in-out;cursor:pointer}.ThemeSwitcher_themeSwitcher__uMuZE:hover .ThemeSwitcher_icon__3LjVq{transform:rotate(1turn)}.LanguageSwitcher_languageSwitcher__EXwm6{display:flex;align-items:center}.LanguageSwitcher_langBtn__ySDIY{display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;background:transparent;padding:2px;transition:opacity .2s}.LanguageSwitcher_langBtn__ySDIY:hover{opacity:.75}.LanguageSwitcher_langBtn__ySDIY:disabled{cursor:not-allowed;opacity:.5}.LanguageSwitcher_flag__T_WdB{width:24px;height:24px;border-radius:50%;display:block}.Footer_footer__yl3k1{background-color:var(--bg-box);border-top:1px solid var(--neutral-medium);padding:1.25rem 1.5rem}.Footer_inner__9zxDp{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.Footer_copyright__g3z6w{font-size:.82rem;color:var(--text-muted);margin:0}.Footer_links__Uk3ms{display:flex;gap:1rem}.Footer_link__2dc7Z{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--background-color);border:2px solid var(--neutral-medium);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;text-decoration:none}.Footer_link__2dc7Z:first-child{border-color:var(--primary-color)}.Footer_link__2dc7Z:last-child{border-color:var(--secondary-color)}.Footer_link__2dc7Z:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.Footer_icon__dgf9c{width:1.2rem;height:1.2rem;color:var(--text-color)}@media (min-width:768px){.Footer_inner__9zxDp{flex-direction:row;justify-content:space-between}}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Merriweather Fallback;src:local("Times New Roman");ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:122.09%}.__className_9dd3c0{font-family:Merriweather,Merriweather Fallback;font-style:normal}