.introBackground{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.introWord{opacity:0;filter:blur(2.5px);text-transform:uppercase;transform:rotate(var(--word-rotate,0deg));animation:introWordIn .9s cubic-bezier(.22, .61, .36, 1) var(--word-delay,0s) forwards;font-size:clamp(1.4rem,2.2vw,2.6rem);font-weight:700;position:absolute}@keyframes introWordIn{0%{opacity:0;transform:rotate(var(--word-rotate,0deg)) scale(.4)}to{opacity:.08;transform:rotate(var(--word-rotate,0deg)) scale(1)}}.introFooter{flex-direction:row;justify-content:center;align-items:center;gap:1.8rem;animation:.8s cubic-bezier(.28,.84,.42,1) forwards slideInCenter;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)translateY(100%)}.introFooterItem{color:var(--text-color);align-items:center;gap:.3rem;transition:color .6s cubic-bezier(.28,.84,.42,1);display:flex}.introFooterItem:hover{color:var(--link-hover-color)}@keyframes slideInCenter{0%{opacity:0;transform:translate(-50%)translateY(100%)scale(.8)}to{opacity:1;transform:translate(-50%)translateY(100%)scale(1)}}.socialMediaIconsRow{justify-content:center;gap:30px;width:100%;animation:1.5s cubic-bezier(.28,.84,.42,1) forwards drop;display:flex;position:absolute;bottom:100px}.social-link{border-radius:8px;display:inline-flex}.icon-social-media{cursor:pointer;width:42px;height:42px;display:block;position:relative}.social-link:hover .icon-social-media,.social-link:focus-visible .icon-social-media{transition:transform .2s cubic-bezier(.28,.84,.42,1);transform:scale(1.2)}@keyframes drop{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.icon-social-media{width:36px;height:36px}@keyframes drop{0%{opacity:0;transform:translateY(-180px)}to{opacity:1;transform:translateY(0)}}.socialMediaIconsRow{bottom:180px}.introFooter{bottom:160px}}@media (width<=480px){@keyframes drop{0%{opacity:0;transform:translateY(-160px)}to{opacity:1;transform:translateY(0)}}.socialMediaIconsRow{bottom:160px}.introFooter{flex-direction:column;gap:.75rem;padding:.75rem}}.chatbot-fab{cursor:pointer;z-index:1000;color:#fff;width:48px;height:48px;font:inherit;background:0 0;border:none;border-radius:16px;justify-content:center;align-items:center;padding:0;transition:transform .15s,box-shadow .15s,filter .15s;display:flex;position:fixed;bottom:60px;right:60px}.socialMediaIconsRow .chatbot-fab{position:static;bottom:auto;right:auto;transform:none}.chatbot-fab:hover{filter:brightness(1.02);box-shadow:0 14px 34px #9c8ebf}.chatbot-fab:active{box-shadow:0 10px 22px #9c8ebf}.chatbot-fab-icon{width:28px;height:28px}.chatbot-container{background:var(--background-light-color,#2a2f3a);transform-origin:bottom;visibility:hidden;z-index:1001;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:360px;height:520px;transition:transform .3s ease-in-out,visibility 0s linear .3s;display:flex;position:fixed;bottom:70px;left:50%;right:auto;overflow:hidden;transform:translate(-50%)scale(0);box-shadow:0 20px 60px #00000040,0 2px 8px #00000026}.chatbot-container.open{visibility:visible;transition:transform .3s ease-in-out,visibility linear;transform:translate(-50%)scale(1)}.chatbot-title{margin:.83em 0;font-size:1.5em;font-weight:700}.chatbot-header{color:var(--text-color,#fff);background:#ffffff0a;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.chatbot-actions{gap:8px;display:flex}.chatbot-icon-btn{color:var(--text-color,#fff);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.chatbot-icon-btn:hover{background:#ffffff1a;border-color:#ffffff2e}.chatbot-icon-btn:active{transform:translateY(1px)}.chatbot-messages{overscroll-behavior:contain;background:radial-gradient(circle at 20% 20%, #9c8ebf14, transparent 35%), radial-gradient(circle at 80% 0%, #c1b2df1a, transparent 40%), var(--background-color,#1e2330);flex-direction:column;flex-grow:1;gap:10px;padding:18px 16px;display:flex;overflow-y:auto}.message{word-wrap:break-word;border-radius:14px;max-width:82%;padding:10px 14px;font-size:14px;line-height:1.5}.message-list{gap:6px;margin:0;padding-left:18px;display:grid}.message-list li{line-height:1.5}.message.user{background:linear-gradient(135deg, var(--link-color,#9c8ebf), var(--link-hover-color,#c1b2df));color:#fff;align-self:flex-end;box-shadow:0 8px 18px #00000047}.message.bot{color:var(--text-color,#fff);background:#ffffff0f;border:1px solid #ffffff0a;align-self:flex-start}.message.thinking{opacity:.85;font-style:italic}.chatbot-status{color:var(--text-color,#fff);padding:0 16px 10px;font-size:12px}.chatbot-status.error{color:#fda4af}.chatbot-input{background:#ffffff05;border-top:1px solid #ffffff0f;gap:10px;margin:0;padding:12px 12px 14px;display:flex}.chatbot-input input{color:var(--text-color,#fff);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex-grow:1;padding:10px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.chatbot-input input::placeholder{color:#e8ecf599}.chatbot-input button{background:linear-gradient(135deg, var(--link-color,#9c8ebf), var(--link-hover-color,#c1b2df));color:#fff;cursor:pointer;border:none;border-radius:12px;min-width:80px;padding:10px 14px;font-size:15px;transition:transform .1s,box-shadow .1s;box-shadow:0 8px 18px #00000040}.chatbot-input button:active{transform:translateY(1px);box-shadow:0 6px 14px #1f76ff4d}.chatbot-input input:disabled,.chatbot-input button:disabled{opacity:.7;cursor:not-allowed}.chatbot-empty{color:#e8ecf5bf;background:#ffffff0a;border:1px dashed #ffffff14;border-radius:12px;padding:14px;font-size:14px;line-height:1.5}.chatbot-suggestions{flex-wrap:wrap;gap:10px;padding:0 16px 14px;display:flex}@media (width<=700px){.chatbot-fab{border-radius:14px;width:44px;height:44px;bottom:88px;right:24px}.chatbot-fab-icon{width:26px;height:26px}.chatbot-container{width:100%;height:var(--chat-visual-height,100dvh);transform-origin:bottom;border:none;border-radius:0;max-height:100dvh;inset:0 0 auto;transform:translate(0)translateY(100%)}.chatbot-container.open{transform:translate(0)translateY(0)}.chatbot-fab{z-index:999}.chatbot-header{padding:10px 12px;padding-top:calc(10px + env(safe-area-inset-top))}.chatbot-messages{padding:14px 12px}.chatbot-input{padding:10px 10px 12px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.chatbot-input button{min-width:72px}.chatbot-input input{font-size:12px}}.introSection{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;min-height:100dvh;padding-bottom:20dvh;display:flex;position:relative}.introRow{text-align:center;flex-direction:column;gap:1rem;padding:0 2rem;display:flex}.summary{margin-left:15%!important;margin-right:15%!important}.intro-avatar{width:120px;height:120px;margin-bottom:1.2rem}.floating-emoji-container{pointer-events:none;inset:0;overflow:visible}.floating-emoji{opacity:0;font-size:1.6rem;animation:1.9s ease-out forwards floatUp;position:absolute;bottom:100%}@keyframes floatUp{0%{opacity:0;transform:translateY(0)scale(.95)}25%{opacity:1}to{opacity:0;transform:translateY(-120px)scale(1.08)}}@media (width<=768px){.summary{margin-left:10%!important;margin-right:10%!important}.intro-avatar{width:110px;height:110px}.floating-emoji{font-size:1.45rem}}@media (width<=480px){.summary{margin-left:2%!important;margin-right:2%!important}.intro-avatar{width:80px;height:80px;margin-bottom:.2rem}.floating-emoji{font-size:1.35rem}}.section-top{justify-content:flex-start}.company-logo{object-fit:contain;border-radius:8px;width:36px;height:36px}.experience-toggle{width:28px;height:28px;color:var(--text-color);justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.experience-toggle.expanded{transform:rotate(180deg)}.experience-description{margin:.75rem 0 0;padding-left:1.5rem;list-style-type:disc}.experience-description li{margin-bottom:.5rem}.experience-description li:last-child{margin-bottom:0}@media (width<=768px){.company-logo{width:40px;height:40px}}@media (width<=480px){.company-logo{width:28px;height:28px}.experience-description{padding-left:1.2rem}.experience-description li{margin-bottom:.4rem}}.education-logo{object-fit:contain;border-radius:8px;width:48px;height:48px}.education-details{margin-top:1rem!important}@media (width<=768px){.education-logo{width:40px;height:40px}.education-details{margin-top:.75rem!important;font-size:small!important}}@media (width<=480px){.education-logo{width:28px;height:28px}.education-details{margin-top:.65rem!important;font-size:smaller!important}}.projects-wrapper{flex-direction:row;align-items:stretch;gap:.75rem;width:fit-content;max-width:95vw;height:400px;margin:min(10px,1vw) auto;display:flex;position:relative}.projects-nav-btn{z-index:2;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 18px #00000059;color:var(--text-color)!important;background:#ffffff12!important;margin:min(10px,1vw)!important}.projects-nav-btn:disabled{opacity:.4!important}.projects-nav-btn:first-of-type{left:.25rem}.projects-nav-btn:last-of-type{right:.25rem}.projects-scroller{scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;scrollbar-width:none;touch-action:pan-x pinch-zoom;overscroll-behavior-x:contain;justify-content:safe center;gap:1rem;width:100%;padding:.25rem;display:flex;overflow:auto hidden}.projects-scroller::-webkit-scrollbar{display:none}.projects-scroller.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.project-card{scroll-snap-align:start;flex-direction:column;flex:0 0 clamp(240px,30vw,320px);gap:.75rem;width:clamp(240px,30vw,320px);padding:1rem;display:flex}.project-image-wrapper{border-radius:12px;flex:none;width:100%;height:160px;overflow:hidden}.project-image{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:8px;display:block}.project-top{justify-content:space-between;align-items:stretch;gap:.5rem;display:flex}.project-title{flex-direction:column;gap:.3rem;width:100%;display:flex}.project-date-chip{align-self:flex-start;color:#e7e0ff!important;background:#9c8ebf2e!important;border-color:#9c8ebf8c!important}.project-links .MuiIconButton-root{color:#f7f2ff;background:#9c8ebf33;flex-shrink:0;height:33px}.project-description{opacity:1;margin-bottom:.25rem;line-height:1.6}.project-card .chip{color:#f4efff!important;background:#9c8ebf2e!important;border-color:#9c8ebf8c!important}.project-content{flex-direction:column;flex:1;gap:.65rem;display:flex}.project-footer{margin-top:auto}.skills-section{flex-direction:column;gap:1rem;display:flex}.skills-subtitle{border-bottom:1px solid #ffffff1a;padding-bottom:.5rem;margin-bottom:.5rem!important}.skills-list{flex-direction:column;gap:1rem;display:flex}.skill-item{align-items:center;gap:1rem;display:flex}.skill-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.skill-details{flex-direction:row;gap:.15rem;display:flex}.skill-name{min-width:80px;font-weight:500!important}.skill-level{opacity:.8;min-width:100px}@media (width<=768px){.skill-icon{width:36px;height:36px}.skill-icon img{width:28px!important;height:28px!important}.skill-icon span{font-size:1.75rem!important}}@media (width<=480px){.skill-icon{width:32px;height:32px}.skill-icon img{width:24px!important;height:24px!important}.skill-icon span{font-size:1.5rem!important}}.section-nav{z-index:900;position:fixed;top:50%;right:22px;transform:translateY(-50%)}.section-nav ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.section-nav-dot{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.section-nav-dot:before{content:"";background:#ffffff40;border:1px solid #fff6;border-radius:50%;width:9px;height:9px;transition:background .2s,transform .2s,border-color .2s}.section-nav-dot:hover:before{background:var(--link-hover-color);transform:scale(1.25)}.section-nav-dot.active:before{background:var(--link-color);border-color:var(--link-hover-color);transform:scale(1.35)}.section-nav-dot:focus-visible{outline:2px solid var(--link-hover-color);outline-offset:2px}.section-nav-label{white-space:nowrap;color:var(--text-color);opacity:0;pointer-events:none;background:#1e2330f0;border:1px solid #ffffff1f;border-radius:8px;padding:3px 8px;font-size:.78rem;transition:opacity .15s;position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.section-nav-dot:hover .section-nav-label,.section-nav-dot:focus-visible .section-nav-label{opacity:1}@media (width<=700px){.section-nav{display:none}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--background-color:#1e2330;--background-light-color:#2a2f3a;--card-background-color:#2a2f3ad9;--box-shadow-color:#0000004d;--text-color:#fff;--link-color:#9c8ebf;--link-hover-color:#c1b2df}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}body,html,#root{color:var(--text-color);margin:0;font-family:Inter,sans-serif}body{min-height:100dvh}.MuiTypography-root,.MuiButton-root,.MuiChip-root,.MuiPaper-root{font-family:Inter,sans-serif!important}a{color:var(--link-color);text-decoration:none}.scroll-container{position:relative}.scroll-section{scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;min-height:100dvh;display:flex}.section{flex-direction:column;flex:1;justify-content:center;display:flex}.section-title{text-align:center;margin:30px auto 20px;padding:min(2vw,10px)}.cardContainer{flex-direction:column;gap:.75rem;width:min(700px,95vw);margin:0 auto;display:flex}.card{box-shadow:var(--box-shadow-color) 0px 1px 4px;border:1px solid #ffffff26;border-radius:16px;padding:.8rem 1.2rem;background-color:var(--card-background-color)!important;color:var(--text-color)!important}.card-header{cursor:pointer;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.75rem;margin-bottom:0;display:grid}.header-col-icon{justify-content:center;align-items:center;display:flex}.header-col-title{flex-direction:column;gap:.1rem;min-width:0;display:flex}.header-col-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:.1rem;min-width:0;display:flex}.header-col-toggle{justify-content:center;align-items:center;display:flex}.header-date,.header-location{opacity:.9}.chip-container{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:14px;padding:0 6px;color:var(--text-color)!important;background:#ffffff14!important;border:1px solid #ffffff4d!important;font-size:.85rem!important}.chip:hover{background:#ffffff1f!important;border-color:#fff6!important}@media (width<=768px){body{font-size:15px}.MuiTypography-h2{font-size:2.7rem!important}.MuiTypography-h3{font-size:1.75rem!important}.MuiTypography-body1{font-size:.95rem!important}.MuiTypography-body2{font-size:.8rem!important}.MuiTypography-h4{font-size:1.5rem!important}.MuiTypography-h5{font-size:1.2rem!important}.card{padding:1rem 1.2rem}.card-header{gap:.75rem}.chip{font-size:.78rem!important}}@media (width<=480px){.MuiTypography-h2{font-size:2rem!important}.MuiTypography-h3{font-size:1.5rem!important}.MuiTypography-body1{line-height:1.5;font-size:.85rem!important}.MuiTypography-body2{font-size:.8rem!important}.MuiTypography-h4{font-size:1.3rem!important}.MuiTypography-h5{font-size:.85rem!important}.card{padding:.9rem 1rem;font-size:.95rem}.card-header{gap:.5rem}}
