.modal-blur{z-index:2000;background:radial-gradient(circle at 18% 12%,#d4af372e,#000000a6);flex-flow:column;display:flex;position:fixed;inset:0;overflow:hidden}.modal-blur.side-menu{justify-content:flex-start;align-items:flex-start}.modal{width:100%;max-width:256px;min-height:100%;overflow:hidden}.modal>.div-blocks-content{flex-flow:column;justify-content:flex-start;align-items:stretch;gap:32px;width:100%;padding:32px;display:flex}.modal-header{flex-flow:row;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.modal-header-title{color:var(--white);letter-spacing:3px;text-shadow:2px 2px 1px var(--black);padding-left:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.modal-bttns-group{flex-flow:column;justify-content:flex-start;align-items:center;gap:2rem;display:flex}
.mobile-slide-in-left{animation:.4s ease-out forwards mobile-slide-in-left}.mobile-slide-out-left{animation:.4s ease-in forwards mobile-slide-out-left}@keyframes mobile-slide-in-left{0%{opacity:0;transform:translate(-105%)}to{opacity:1;transform:translate(0)}}@keyframes mobile-slide-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-105%)}}
.welcome-section{flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.welcome-header{width:100%;max-width:608px;min-height:64px}.welcome-header>.div-blocks-content{flex-flow:column;justify-content:center;gap:1.2rem;width:100%;padding:calc(32px + 1rem);display:flex}@media screen and (min-width:768px){.welcome-header>.div-blocks-content{gap:1.6rem}}
.about-section{flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;scroll-margin-top:96px;display:flex}.about-content{width:100%;max-width:608px;min-height:320px}.about-content>.div-blocks-content{flex-flow:wrap;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:calc(32px + 1rem);display:flex}.about-card-media{width:100%;max-width:224px;padding:1rem}.about-card-img{aspect-ratio:4/5;border:1px solid var(--white);object-fit:cover;object-position:center;border-radius:2.3rem;width:100%}.about-card-body{flex-flow:column;justify-content:center;gap:1.6rem;width:100%;height:100%;display:flex}.about-card-title-group{flex-flow:row;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.about-card-title{letter-spacing:3px;text-shadow:2px 2px 1px var(--black);font-size:1.6rem;font-weight:700;line-height:1.2}.about-card-flags{flex-flow:row;align-items:center;gap:.4rem;display:flex}.about-card-flag{aspect-ratio:1;width:2.4rem}.about-card-p{letter-spacing:1px;text-shadow:2px 1px 0 var(--black);font-size:1.4rem;line-height:1.4}@media screen and (min-width:768px){.about-content>.div-blocks-content{flex-flow:row}.about-card-title{letter-spacing:5px;font-size:1.8rem}.about-card-flag{width:2.8rem}.about-card-p{font-size:1.2rem}}
.project-section{flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;scroll-margin-top:96px;display:flex}.project-header{width:100%;min-height:64px}.project-header>.div-blocks-content{flex-flow:column;justify-content:center;gap:1.2rem;width:100%;padding:calc(32px + 1rem);display:flex}.project-grid{grid-template-columns:1fr;gap:32px;width:100%;display:grid}@media screen and (min-width:768px){.project-header>.div-blocks-content{gap:1.6rem;padding-left:calc(32px + 3rem)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.card{width:100%;min-height:320px}.card>.div-blocks-content{flex-flow:column;justify-content:start;align-items:stretch;gap:2.3rem;width:100%;padding:calc(32px + 1rem);display:flex}.card-img{border:none;width:100%;height:160px;display:block;box-shadow:0 0 0 1px #fff3,0 0 0 2px #00dcff26,0 0 12px 3px #00c8ff33,0 0 24px 8px #7850ff1f,0 0 40px 12px #b478ff14}.card-body{flex-flow:column;gap:.7rem;width:100%;display:flex}.card-body-title{--title-line-height:1.2;--title-lines:1;height:calc(1em*var(--title-line-height)*var(--title-lines));line-clamp:var(--title-lines);-webkit-line-clamp:var(--title-lines);font-size:1.6rem;font-weight:700;line-height:var(--title-line-height);letter-spacing:3px;text-shadow:2px 2px 1px var(--black);overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;flex:none;display:-webkit-box;overflow:hidden}.card-body-subtitle{--subtitle-line-height:1.2;--subtitle-lines:3;height:calc(1em*var(--subtitle-line-height)*var(--subtitle-lines));line-clamp:var(--subtitle-lines);-webkit-line-clamp:var(--subtitle-lines);font-size:1.4rem;line-height:var(--subtitle-line-height);letter-spacing:1px;text-shadow:2px 1px 0 var(--black);overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;flex:none;display:-webkit-box;overflow:hidden}.card-tags-group{-webkit-overflow-scrolling:touch;grid-template-rows:repeat(2,max-content);grid-auto-columns:max-content;grid-auto-flow:column;place-content:start;gap:.8rem 1rem;width:100%;padding:.2rem;display:grid;overflow:auto hidden}.card-tag{color:var(--white);letter-spacing:1px;text-shadow:1px 1px 0 var(--black);border:2px solid green;border-radius:999px;flex-flow:row;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:1rem;line-height:1;display:flex}.card-bttns-group{flex-flow:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding-top:2rem;display:flex}@media screen and (min-width:480px){.card-img{height:192px}}@media screen and (min-width:768px){.card-img{height:160px}}@media screen and (min-width:1024px){.card-img{height:128px}.card-body-title{--title-line-height:1.2;--title-lines:2}}
.education-section{flex-flow:column;justify-content:flex-start;gap:32px;width:100%;scroll-margin-top:96px;display:flex}.education-content{width:100%;min-height:160px;overflow:hidden}.education-content>.div-blocks-content{flex-flow:column;justify-content:flex-start;gap:3rem;width:100%;padding:calc(32px + 1rem);display:flex}.education-header{text-align:center;flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.education-body{flex-flow:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.timeline{border-left:6px solid green;flex-flow:column;gap:3rem;padding-left:1.8rem;display:flex}.timeline-item{color:var(--white);letter-spacing:1px;text-shadow:2px 1px 0 var(--black);flex-flow:column;gap:.5rem;font-size:1.4rem;line-height:1.2;display:flex}.timeline-date{color:#00bc00}.timeline-main{flex-flow:row;justify-content:flex-start;align-items:center;gap:.6rem;display:flex}.timeline-location{color:#82ff82;font-size:1.1rem}.timeline-description{font-size:1.1rem}@media screen and (min-width:768px){.education-section{flex-flow:row}.timeline{font-size:1.5rem}}
.skills-section{flex-flow:column;justify-content:flex-start;gap:32px;width:100%;scroll-margin-top:96px;display:flex}.skills-content{width:100%;min-height:160px;overflow:hidden}.skills-content>.div-blocks-content{flex-flow:column;justify-content:flex-start;gap:3rem;width:100%;padding:calc(32px + 1rem);display:flex}.skills-header{text-align:center;flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.skills-body{grid-template-columns:minmax(0,1fr);gap:2rem;width:100%;display:grid}.skills-group{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.skills-group-title{color:var(--white);letter-spacing:1px;text-shadow:2px 1px 0 var(--black);font-size:1.4rem;font-weight:400;line-height:1.2}.skills-items{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;display:flex}.skills-tag{color:var(--white);letter-spacing:1px;text-shadow:1px 1px 0 var(--black);border:2px solid green;border-radius:999px;flex-flow:row;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:1rem;line-height:1;display:flex}@media screen and (min-width:768px){.skills-section{flex-flow:row}.skills-body{grid-template-rows:repeat(3,minmax(0,auto));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;align-items:start;column-gap:2rem;max-width:768px;margin-inline:auto}.skills-group-title{font-size:1.5rem}}
.contact-section{flex-flow:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;scroll-margin-top:96px;display:flex}.contact-header{width:100%;min-height:64px}.contact-header>.div-blocks-content{flex-flow:column;justify-content:center;gap:1.2rem;width:100%;padding:calc(32px + 1rem);display:flex}.contact-content{width:100%;min-height:64px}.contact-content>.div-blocks-content{flex-flow:wrap;justify-content:center;align-items:center;gap:1.2rem;width:100%;padding:calc(32px + 1rem);display:flex}@media screen and (min-width:768px){.contact-header>.div-blocks-content{gap:1.6rem;padding-left:calc(32px + 3rem)}}
.footer{width:100%;margin-top:auto;padding-top:96px}.footer-content>.div-blocks-content{flex-flow:row;justify-content:center;align-items:center;width:100%;min-height:64px;display:flex}.footer-watermark{width:100%;color:var(--white);text-align:center;letter-spacing:1px;text-shadow:2px 1px 0 var(--black);font-size:1.4rem;line-height:1.2}
