@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap";:root{--hue-color: 250;--first-color: hsl(var(--hue-color), 69%, 61%);--first-color-second: hsl(var(--hue-color), 69%, 61%);--first-color-alt: hsl(var(--hue-color), 57%, 53%);--first-color-lighter: hsl(var(--hue-color), 92%, 85%);--first-color-rgb: 110, 87, 224;--title-color: hsl(var(--hue-color), 8%, 15%);--text-color: hsl(var(--hue-color), 8%, 45%);--text-color-light: hsl(var(--hue-color), 8%, 65%);--body-color: #f0f2f5;--container-color: #ffffff;--sidebar-color: #ffffff;--shadow-soft: 0 10px 40px rgba(0, 0, 0, .06);--shadow-hover: 0 15px 45px rgba(0, 0, 0, .1);--radius-lg: 1.5rem;--body-font: "Raleway", sans-serif;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}@media screen and (min-width:968px){:root{--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}body.dark-theme{--first-color-lighter: hsl(var(--hue-color), 47%, 15%);--title-color: hsl(var(--hue-color), 8%, 95%);--text-color: hsl(var(--hue-color), 8%, 75%);--body-color: hsl(var(--hue-color), 28%, 12%);--container-color: hsl(var(--hue-color), 29%, 16%);--sidebar-color: hsl(var(--hue-color), 29%, 14%)}*{box-sizing:border-box;padding:0;margin:0}body{margin:0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4{color:var(--title-color);font-weight:700}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.resume-wrapper{display:grid;gap:2rem;grid-template-columns:1fr}.resume-left{background-color:var(--sidebar-color);padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.resume-left:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,var(--first-color),#8E84F5)}.profile__container{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile__img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 24px #0000001a;transition:all .5s cubic-bezier(.4,0,.2,1)}.profile__status-container{width:140px;height:140px;position:relative;border-radius:50%}.profile__img--default{position:relative;z-index:1;opacity:1}.profile__img--hover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;opacity:0;animation:imageCycle 6s infinite ease-in-out}@keyframes fadeCycle{0%,45%{opacity:0}50%,95%{opacity:1}to{opacity:0}}@keyframes fadeCycleReverse{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@keyframes imageCycle{0%,45%{opacity:0;transform:scale(.95)}50%,95%{opacity:1;transform:scale(1.05)}to{opacity:0;transform:scale(.95)}}@media print{@page{margin:0;size:auto}body{background:#fff;color:#000;-webkit-print-color-adjust:exact;print-color-adjust:exact;zoom:65%;min-width:1024px;--body-color: #fff !important;--container-color: #fff !important;--title-color: #000 !important;--text-color: hsl(250, 8%, 45%) !important;--text-color-light: hsl(250, 8%, 65%) !important;--sidebar-color: #f8f9fa !important}body.dark-theme{--body-color: #fff !important;--container-color: #fff !important;--title-color: #000 !important;--text-color: hsl(250, 8%, 45%) !important;--sidebar-color: #f8f9fa !important}.container{max-width:100%!important;width:100%!important;margin:0!important;padding:2rem!important}.resume-wrapper{display:grid!important;grid-template-columns:260px 1fr!important;gap:2rem!important;box-shadow:none;margin:0;padding:0}.resume-left{background:#f8f9fa!important;height:100%}.theme-toggle,.scrollup,.download-button,.summary__banner:after{display:none!important}.section{margin-bottom:.5rem!important;page-break-inside:auto!important}.project-card,.skills__group,.experience__item,.education__item{box-shadow:none!important;border:1px solid #ddd;page-break-inside:avoid!important;background:#fff!important;color:#000!important;margin-bottom:1rem!important}p,span,h1,h2,h3,h4,li{color:#000!important}a{text-decoration:none;color:#000!important}.section-title-sm,.section__title{margin-bottom:.5rem!important;page-break-after:avoid!important}.skills__category{white-space:nowrap!important;font-size:.8rem!important}.experience__item:first-of-type,.skills__group:first-of-type{margin-top:0!important}.footer{margin-bottom:0!important;padding-bottom:0!important;border-bottom:none!important}html,body{height:auto!important;margin-bottom:0!important}}.profile__name{font-size:1.75rem;margin-bottom:.25rem;letter-spacing:-.5px}.profile__profession{font-size:.95rem;font-weight:600;color:var(--first-color);background-color:var(--first-color-lighter);padding:.25rem .75rem;border-radius:20px;margin-bottom:1rem}.profile__description{font-size:var(--small-font-size);text-align:center;line-height:1.5;margin-bottom:1rem}.section-title-sm{font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;margin:1rem 0;color:var(--text-color-light);font-weight:700;display:flex;align-items:center;gap:10px}.section-title-sm:after{content:"";height:1px;flex-grow:1;background-color:var(--first-color-lighter)}.contact-mini{position:relative;background:transparent;z-index:1;margin-top:1rem}.contact-mini:before{display:none}.contact__list{display:flex;flex-direction:column;gap:1.25rem}.contact__item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:#ffffffb3;border-radius:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 6px #00000005,inset 0 0 0 1px #ffffff80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden}.contact__item:hover{transform:translateY(-5px) scale(1.02);background:#fffffff2;box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d;border-color:#fff}.contact__item:before{content:"";position:absolute;left:0;top:15%;height:70%;width:4px;background:var(--first-color);border-radius:0 4px 4px 0;opacity:.6;transition:.3s}.contact__item:hover:before{height:100%;top:0;opacity:1;box-shadow:0 0 10px var(--first-color)}.contact__icon{font-size:1.5rem;color:#fff;width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));border-radius:12px;transition:.4s;box-shadow:0 8px 16px rgba(var(--first-color-rgb),.25);flex-shrink:0}.contact__item:hover .contact__icon{transform:rotate(-10deg) scale(1.1);box-shadow:0 12px 24px rgba(var(--first-color-rgb),.4)}.contact__item a,.contact__item span{font-size:.95rem;color:var(--title-color);font-weight:600;word-break:break-all;line-height:1.5}.contact__item span{color:var(--first-color-dark)}.contact__item.social-links{flex-direction:row;justify-content:center;background:transparent;border:none;box-shadow:none;padding:.5rem 0;margin-top:1rem;gap:1.5rem;-webkit-backdrop-filter:none;backdrop-filter:none}.contact__item.social-links:before{display:none}.contact__item.social-links:hover{transform:none;background:transparent;box-shadow:none}.social-links a{width:3.5rem;height:3.5rem;background:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:var(--first-color);box-shadow:0 4px 10px #0000000d,inset 0 0 0 1px #00000005;transition:.4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,0,0,.03)}.social-links a:hover{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:#fff;transform:translateY(-8px);box-shadow:0 15px 30px rgba(var(--first-color-rgb),.3);border-color:transparent}.footer{margin-top:4rem;text-align:center;border-top:1px solid rgba(0,0,0,.05);padding-top:2rem;margin-bottom:2rem}.footer__copy{font-size:var(--small-font-size);font-weight:600;color:var(--title-color);margin-bottom:.25rem}.footer__text{font-size:var(--smaller-font-size);color:var(--text-color-light)}body.dark-theme .footer{border-top-color:#ffffff0d}body.dark-theme .contact__item{background:#ffffff08;border-color:#ffffff14;box-shadow:0 4px 6px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.dark-theme .contact__item:hover{background:#ffffff12;border-color:var(--first-color);box-shadow:0 8px 20px #0000004d,0 0 10px rgba(var(--first-color-rgb),.2)}body.dark-theme .contact__item a,body.dark-theme .contact__item span{color:#e0e0e0}body.dark-theme .social-links a{background:#2a2a2a;color:var(--first-color);box-shadow:0 4px 10px #0000004d}body.dark-theme .social-links a:hover{color:#fff;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt))}.skills__group{margin-bottom:2rem;text-align:left}.skills__category{font-size:.85rem;margin-bottom:.75rem;color:var(--title-color);font-weight:700}.skills__tags{display:flex;flex-wrap:wrap;gap:.6rem}.skills__tags span{background-color:#f8f9fa;color:var(--text-color);padding:.5rem 1rem;font-size:.8rem;border-radius:50px;border:1px solid var(--first-color-lighter);font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;gap:.5rem;cursor:default}.skills__tags span:hover{background-color:var(--first-color);color:#fff;border-color:var(--first-color);transform:translateY(-3px);box-shadow:0 5px 15px #6464be4d}.skills__tags span i{font-size:1rem}.download-cv-btn{margin-top:3rem;display:flex;justify-content:center}.resume-right{background-color:var(--container-color);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.section{margin-bottom:5rem}.section-title-sm{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,var(--first-color),var(--first-color-alt));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-left:4px solid var(--first-color);padding-left:.75rem;line-height:1.2}.skills__category{font-size:.9rem;color:var(--title-color);font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.skills__category i{font-size:1.1rem;color:var(--first-color)}.skills__group{background-color:var(--body-color);background-color:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 4px 16px #0000000d;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.03);transition:transform .3s ease}.skills__group:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014}body.dark-theme .skills__group{background-color:var(--container-color);border-color:#ffffff0d;box-shadow:none}body.dark-theme .skills__group:hover{box-shadow:0 4px 12px #0000004d}.section__title{font-size:1.75rem;color:var(--title-color);margin-bottom:2rem;position:relative;display:inline-block}.section__title:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:4px;background:var(--first-color);border-radius:2px}.summary__banner{background:linear-gradient(135deg,var(--first-color),#8E84F5);padding:2.5rem;border-radius:1rem;color:#fff;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 10px 20px #6464be33}.summary__banner:after{content:"";position:absolute;right:-20px;bottom:-20px;width:100px;height:100px;border-radius:50%;background-color:#ffffff1a}.summary__intro{font-size:1.25rem;max-width:90%;margin-top:.5rem;line-height:1.5}.title--inverse{color:#fff;margin-bottom:.5rem}.title--inverse:after{background:#ffffff80}.summary__content{padding:0 1rem}.summary__content p{margin-bottom:1.25rem;text-align:justify;color:var(--text-color);font-size:1.05rem}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{background-color:#f8f9fa;padding:1.75rem;border-radius:1rem;transition:.3s;border:1px solid transparent}.project-card:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:var(--first-color-lighter)}.project__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.project__icon{font-size:1.25rem;color:var(--first-color)}.project__title{font-size:1.1rem;color:var(--title-color)}body.dark-theme .project-card,body.dark-theme .education__item,body.dark-theme .course__item,body.dark-theme .skills__tags span,body.dark-theme .project__tags span{background-color:var(--container-color);border-color:#ffffff0d;box-shadow:0 4px 6px #0000004d}body.dark-theme .project-card:hover,body.dark-theme .education__item:hover,body.dark-theme .course__item:hover,body.dark-theme .skills__tags span:hover,body.dark-theme .project__tags span:hover{background-color:#ffffff0d;border-color:var(--first-color);box-shadow:0 10px 20px #0006}body.dark-theme .skills__tags span,body.dark-theme .project__tags span{background-color:#ffffff08}.project__role{display:block;font-size:.85rem;color:var(--first-color);font-weight:600;margin-bottom:1rem;background-color:var(--first-color-lighter);padding:.2rem .6rem;border-radius:4px;width:fit-content}.project__desc{font-size:.95rem;margin-bottom:1.25rem;color:var(--text-color)}.project__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project__tags span{font-size:.75rem;background-color:#fff;border:1px solid var(--first-color-lighter);color:var(--text-color);padding:.25rem .75rem;border-radius:20px;font-weight:600;cursor:pointer;transition:.3s}.project__tags span:hover{background-color:var(--first-color);color:#fff;border-color:var(--first-color);transform:translateY(-2px)}.experience__container{display:flex;flex-direction:column;gap:3rem}.experience__item{border-left:2px solid #e9ecef;padding-left:2.5rem;position:relative;transition:.3s}.experience__item:hover{border-left-color:var(--first-color-lighter)}.experience__item:last-child{border-left:2px solid transparent}.experience__item:before{content:"";position:absolute;left:-9px;top:0;width:16px;height:16px;border-radius:50%;background-color:#fff;border:4px solid var(--first-color);transition:.3s;box-shadow:0 0 0 4px #fff}.experience__item:hover:before{background-color:var(--first-color);transform:scale(1.2);box-shadow:0 0 0 6px var(--first-color-lighter)}.experience__header{margin-bottom:1rem}.experience__title{font-size:1.25rem;margin-bottom:.25rem;color:var(--title-color)}.experience__company{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--text-color)}.experience__date{display:inline-block;font-size:.85rem;color:#fff;background-color:var(--first-color);padding:.25rem .75rem;border-radius:4px;margin-top:.5rem;box-shadow:0 2px 4px #0000001a}.experience__list{list-style:none;padding-left:0;font-size:1rem;color:var(--text-color)}.experience__list li{margin-bottom:.75rem;position:relative;padding-left:1.5rem}.experience__list li:before{content:"▹";position:absolute;left:0;color:var(--first-color);font-weight:700}.grid-2-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.education__item,.course__item{margin-bottom:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:1rem;transition:.3s;border:1px solid transparent}.education__item:hover,.course__item:hover{background-color:#fff;box-shadow:0 10px 30px #00000014;border-color:var(--first-color-lighter);transform:translateY(-5px)}.education__degree{font-size:1.1rem;margin-bottom:.5rem}.education__school{display:block;font-size:.95rem;font-weight:600;color:var(--first-color)}.education__year{font-size:.85rem;color:var(--text-color-light)}.course__item h4{font-size:1rem;font-weight:600;color:var(--title-color);margin:0}.scrollup{position:fixed;right:2rem;bottom:-20%;background-color:var(--first-color);padding:.75rem;border-radius:50%;z-index:9999;transition:.4s;box-shadow:0 4px 12px #00000026;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}.scrollup:hover{background-color:var(--first-color-alt);transform:translateY(-3px)}.show-scroll{bottom:5rem}.download-button{display:inline-block;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:#fff;padding:.85rem 2rem;border-radius:3rem;font-weight:600;margin-top:1rem;box-shadow:0 4px 15px rgba(var(--first-color-rgb),.3);transition:.3s;width:100%;text-align:center}.download-button:hover{background:linear-gradient(135deg,var(--first-color-alt),var(--first-color));box-shadow:0 8px 25px rgba(var(--first-color-rgb),.5);transform:translateY(-3px);color:#fff}.download-button{position:relative;overflow:hidden}.download-button:before{content:"";position:absolute;top:50%;left:50%;width:300%;height:300%;background:#ffffff1a;transform:translate(-50%,-50%) scale(0);border-radius:50%;transition:transform .6s}.download-button:active:before{transform:translate(-50%,-50%) scale(1);transition:0s}.scrollup__icon{font-size:1.25rem;color:#fff}.button{background-color:var(--first-color);color:#fff;padding:.85rem 2rem;border-radius:50px;font-weight:600;transition:.3s;box-shadow:0 4px 10px #6464be66}.button:hover{background-color:var(--first-color-alt);box-shadow:0 6px 15px #6464be80;transform:translateY(-2px)}.button--small{padding:.6rem 1.5rem;font-size:var(--small-font-size)}.button__icon{margin-left:.5rem}.button--creative{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:var(--font-medium);transition:.3s;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden;animation:buttonPulse 3s infinite}.button--creative:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0003}.button--creative .button__icon{transition:.3s}.button--creative:hover .button__icon{transform:translateY(2px)}@keyframes buttonPulse{0%{box-shadow:0 0 rgba(var(--first-color-rgb),.7)}70%{box-shadow:0 0 0 10px rgba(var(--first-color-rgb),0)}to{box-shadow:0 0 rgba(var(--first-color-rgb),0)}}@media screen and (min-width:768px){.grid-2-col{grid-template-columns:1fr 1fr}}@media screen and (min-width:1024px){.resume-wrapper{grid-template-columns:350px 1fr;padding:0 1rem}.resume-left{min-height:auto;height:fit-content;position:sticky;top:2rem}.contact__list{gap:1.25rem}}.modal{position:fixed;inset:0;background-color:#14141e4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:0 1rem;z-index:1000;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.modal-open{opacity:1;visibility:visible}.modal__content{background-color:var(--container-color);padding:3rem 2rem;border-radius:1.5rem;width:500px;position:relative;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.8);transform:scale(.9) translateY(20px);opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}body.dark-theme .modal__content{border:1px solid rgba(255,255,255,.1)}.modal-open .modal__content{transform:scale(1) translateY(0);opacity:1}.modal__close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background-color:var(--body-color);width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:var(--first-color);cursor:pointer;transition:.3s;box-shadow:0 2px 8px #0000001a}.modal__close:hover{background-color:var(--first-color);color:#fff;transform:rotate(90deg)}.modal__title{font-size:1.75rem;color:var(--title-color);margin-bottom:.5rem;text-align:center;position:relative;padding-bottom:1rem}.modal__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:4px;background:linear-gradient(90deg,var(--first-color),var(--first-color-alt));border-radius:2px}.modal__description{font-size:1rem;color:var(--text-color);line-height:1.7;text-align:center;margin-top:1.5rem}.profile__status-container{position:relative;display:inline-block}.profile__status{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background-color:#057642;color:#fff;font-size:.75rem;font-weight:700;padding:.35rem .85rem;border-radius:50px;white-space:nowrap;border:3px solid var(--sidebar-color);box-shadow:0 4px 10px #00000026;animation:pulse-green 2s infinite;z-index:10;letter-spacing:.5px}@keyframes pulse-green{0%{box-shadow:0 0 #057642b3}70%{box-shadow:0 0 0 10px #05764200}to{box-shadow:0 0 #05764200}}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;background-color:var(--body-color);color:var(--first-color);width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.25rem;cursor:pointer;box-shadow:0 4px 12px #0000001a;z-index:999;transition:.3s;border:1px solid transparent}.theme-toggle:hover{transform:rotate(15deg) scale(1.1);background-color:var(--first-color);color:#fff;box-shadow:0 8px 20px rgba(var(--first-color-rgb),.4)}body.dark-theme .theme-toggle{background-color:#ffffff1a;color:var(--first-color-lighter);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #00000080}body.dark-theme .theme-toggle:hover{background-color:var(--first-color);color:#fff;border-color:transparent}
