body{margin:0;font-family:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{margin:100px}.App{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;height:auto;margin:0 auto}.App-Box{position:relative;padding:30px;border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 10px 40px rgba(0,0,0,.15),0 0 20px rgba(99,102,241,.1);overflow:hidden}.App-Box:before{top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899,#6366f1);background-size:300% 300%;animation:borderRotate 8s ease infinite}.App-Box:after,.App-Box:before{content:"";position:absolute;z-index:-1}.App-Box:after{top:0;left:0;right:0;bottom:0;border-radius:17px;background:rgba(255,255,255,.95)}@keyframes borderRotate{0%,to{background-position:0 50%}50%{background-position:100% 50%}}body.dark-theme .App-Box{background:rgba(18,18,18,.95);box-shadow:0 10px 40px rgba(0,0,0,.5)}body.dark-theme .App-Box:before{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05),rgba(255,255,255,.1));background-size:200% 200%;animation:borderRotate 12s ease infinite}body.dark-theme .App-Box:after{background:rgba(18,18,18,.95)}.App-Box>*{position:relative;z-index:1}.cat-flying-image{position:absolute;z-index:10;pointer-events:none}.header{justify-content:space-between;width:auto;padding-bottom:10px}.header,.headerBox{display:flex;align-items:center}.change-theme{gap:30px}.headerImage{margin-right:20px;transition:transform .1 linear}.header-text-wrapped{display:flex;flex-direction:column;gap:5px;justify-content:space-between}.header-text-wrapped a,.header-text-wrapped p{margin:0;font-family:var(--font-about),var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.dark-theme{background-color:#121212;color:white}.theme-button-box{display:flex;justify-content:space-between;gap:24px}#changeThemeButton{padding:1px 8px;border-radius:7px;border-color:black;border-width:1px;background:transparent;cursor:pointer;transition:background-color .3s ease,transform .2s ease}#changeThemeButton svg{padding-top:3px;padding-left:1px}#changeThemeButton.dark-theme:hover{border-color:white;transition:border-color .3s ease,transform .2s ease}#changeThemeButton.dark-theme{border-color:rgb(134,132,132)}#changeThemeButton.light-theme:hover{background-color:#f0f0f0;border-color:#555}#changeThemeButton.light-theme{border-color:#333}body{transition:background-color .3s ease,color .3s ease}body.dark-theme{background-color:#121212;color:white}.theme-toggle-fixed{position:absolute;top:12px;right:12px;z-index:20}.theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:28px;padding:0;border-radius:9999px;border:1px solid var(--tt-border,#333);background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .25s ease,transform .12s ease}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle:active{transform:translateY(0)}.theme-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.35)}.theme-toggle__track{position:relative;width:100%;height:100%;border-radius:inherit;background:var(--tt-bg,linear-gradient(180deg,#f7f7f7 0,#eaeaea 100%));box-shadow:var(--tt-shadow,inset 0 1px 2px rgba(0,0,0,.08));overflow:hidden;transition:background .35s ease,box-shadow .35s ease}.theme-toggle__thumb{position:absolute;top:50%;left:3px;width:22px;height:22px;transform:translateY(-50%) translateX(var(--tt-x,0));border-radius:50%;background:var(--tt-thumb,#ffffff);box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 -1px 1px rgba(0,0,0,.08);display:grid;place-items:center;transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,box-shadow .35s ease}.theme-toggle__icon{position:absolute;opacity:0;transform:scale(.85);transition:opacity .25s ease,transform .25s ease;filter:drop-shadow(0 0 2px rgba(0,0,0,.2))}.theme-toggle--light{--tt-border:#333;--tt-bg:linear-gradient(180deg,#fbfbfb,#ededed);--tt-shadow:inset 0 1px 2px rgba(0,0,0,0.06);--tt-thumb:#ffffff;--tt-x:0}.theme-toggle--light .theme-toggle__icon--sun{opacity:1;transform:scale(1)}.theme-toggle--light:hover{border-color:#555}.theme-toggle--dark{--tt-border:#888;--tt-bg:linear-gradient(180deg,#1a1a1a,#141414);--tt-shadow:inset 0 1px 2px rgba(255,255,255,0.05);--tt-thumb:#0f0f0f;--tt-x:28px}.theme-toggle--dark .theme-toggle__thumb{box-shadow:0 2px 8px rgba(0,0,0,.6),inset 0 -1px 1px rgba(255,255,255,.05)}.theme-toggle--dark .theme-toggle__icon--moon{opacity:1;transform:scale(1)}.theme-toggle--dark:hover{border-color:#cfcfcf}.theme-toggle:active .theme-toggle__track:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.25),transparent 35%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.15),transparent 35%);opacity:.7;transition:opacity .3s ease}.telegram-chat{margin-top:40px}.telegram-chat-header-wrapper{display:flex;align-items:center;gap:8px;margin-top:20px;margin-bottom:15px}.telegram-chat-header{margin:0;padding:0;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.telegram-info-icon{position:relative;display:inline-flex;align-items:center;cursor:help}.info-icon{width:12px;height:12px;opacity:.4;transition:opacity .2s ease;color:currentColor;margin-top:-1px}.telegram-info-icon:hover .info-icon{opacity:.8}.telegram-tooltip{position:absolute;top:100%;left:0;margin-top:8px;padding:12px 16px;background:rgba(0,0,0,.9);color:white;font-size:12px;line-height:1.5;border-radius:8px;width:280px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transform:translateY(-4px);z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3)}.telegram-info-icon:hover .telegram-tooltip{opacity:1;pointer-events:auto;transform:translateY(0)}body.dark-theme .telegram-tooltip{background:rgba(255,255,255,.95);color:#121212}.telegram-chat-container{display:flex;flex-direction:column;gap:8px;padding:12px;background:rgba(0,0,0,.02);border-radius:12px;border:1px solid rgba(0,0,0,.05);max-height:400px;overflow-y:auto;margin-bottom:12px}.telegram-message{display:flex;gap:8px;align-items:flex-end}.telegram-message.incoming{justify-content:flex-start}.telegram-message.outgoing{justify-content:flex-end;flex-direction:row-reverse}.telegram-message-avatar{flex-shrink:0}.telegram-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-size:14px;font-weight:600}.telegram-avatar-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.telegram-message-content{max-width:70%}.telegram-message-bubble{padding:8px 40px 14px 12px;border-radius:12px;position:relative;word-wrap:break-word;display:inline-block}.incoming-bubble{background:rgba(0,0,0,.05);border-bottom-left-radius:4px}.outgoing-bubble{background:#0088cc;color:white;border-bottom-right-radius:4px}body.dark-theme .incoming-bubble{background:rgba(255,255,255,.08)}body.dark-theme .outgoing-bubble{background:#0088cc}.telegram-message-text{margin:0;font-size:14px;line-height:1.4;display:block}.telegram-message-time{position:absolute;right:8px;bottom:6px;margin:0;font-size:9px;line-height:1;opacity:.6}.outgoing-bubble .telegram-message-time{opacity:.8}body.dark-theme .telegram-chat-container{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}.telegram-input-container{display:flex;gap:8px;margin-top:12px}.telegram-input{flex:1 1;padding:10px 14px;border:1px solid rgba(0,0,0,.1);border-radius:20px;font-size:14px;outline:none;transition:border-color .2s ease;background:rgba(255,255,255,.8)}.telegram-input:focus{border-color:#0088cc}.telegram-send-button{padding:10px 20px;background:#0088cc;color:white;border:none;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.telegram-send-button:hover:not(:disabled){background:#0077b3}.telegram-send-button:disabled{opacity:.5;cursor:not-allowed}body.dark-theme .telegram-input{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2);color:white}body.dark-theme .telegram-input:focus{border-color:#0088cc}body.dark-theme .telegram-input::placeholder{color:rgba(255,255,255,.5)}.links{margin-top:40px}.links-header{margin-top:20px;margin-bottom:15px;padding:0;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.links-box{display:flex;flex-direction:column;gap:12px}.link-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;text-decoration:none;color:inherit;border-bottom:1px solid transparent;transition:all .2s ease;cursor:pointer}.link-item:hover{border-bottom-color:initial;opacity:.8}.link-name{font-size:14px;font-weight:500;opacity:.7}.link-url{font-size:14px}.link-url,body.dark-theme .link-item:hover{opacity:.9}.about{display:flex;flex-direction:column}.about-box{display:flex;margin:0;padding:0;line-height:1.5}.about-header{margin-top:20px;margin-bottom:12px;padding:0;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.about-box p{margin:0}.about-hero{font-size:15px;line-height:1.7;font-family:var(--font-about),var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;letter-spacing:.01em}.accent{color:#6366f1}.experience-box{display:flex;flex-direction:column}.experience-item{display:flex;justify-content:space-between;margin-bottom:20px}.time-period{flex:1 1;margin-right:20px}.description{flex:3 1;line-height:1.5}.experience-item p{margin:5px 0}.description p{font-size:14px}@media (max-width:640px){body{margin:16px}.App-Box{padding:16px}.theme-button-box{gap:12px}.headerImage img{width:64px;height:64px}.telegram-message-content{max-width:85%}.links-box .link-item{flex-direction:column;align-items:flex-start;gap:4px}.links-box .link-name,.links-box .link-url{font-size:14px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-about:"Manrope","Manrope Fallback"}