:root{--first-color: hsl(290, 100%, 65%);--second-color: hsl(180, 100%, 50%);--title-color: #ffffff;--text-color: rgba(255, 255, 255, .7);--body-color: #050508;--container-color: rgba(255, 255, 255, .03);--border-color: rgba(255, 255, 255, .08);--body-font: "Plus Jakarta Sans", sans-serif;--title-font: "Space Grotesk", sans-serif;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--shadow: 0px 10px 30px rgba(0, 0, 0, .5);--border-radius: 20px}[data-theme=dark]{--body-color: #000000;--container-color: rgba(255, 255, 255, .015);--border-color: rgba(255, 255, 255, .04)}@media screen and (max-width:1024px){:root{--h1-font-size: 1.75rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .9rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;height:100%}html{scroll-behavior:smooth}body{overflow-y:auto;min-height:100%;font-family:var(--body-font);background-color:var(--body-color);color:var(--text-color);line-height:1.7}button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}h1,h2,h3{color:var(--title-color);font-family:var(--title-font);font-weight:var(--font-semibold);line-height:1.2}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;vertical-align:middle}.container{max-width:1080px;padding-left:15px;padding-right:15px;margin:0 auto}.grid{display:grid}.section{padding-top:7rem;padding-bottom:2rem}.section__title{font-size:var(--h1-font-size);margin-left:.875rem;font-weight:var(--font-bold);position:relative;margin-bottom:3.75rem}.btn{padding:.75rem 2rem;line-height:1;border-radius:1.875rem;box-shadow:0 0 1px #0000;border:1px solid transparent;color:#fff;display:inline-block;background-color:var(--first-color);font-weight:var(--font-bold);transition:all .3s ease}@keyframes button-push{50%{transform:scale(.8)}to{transform:scale(1)}}.btn:hover{animation:button-push .3s linear 1}::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none}.app{width:100%;background-color:var(--body-color);color:var(--text-color);min-height:100vh}.main{margin-left:120px;background:transparent;transition:margin-left .4s cubic-bezier(.16,1,.3,1);position:relative;z-index:2}@media screen and (max-width:1024px){.main{margin-left:0}}.theme-toggle{position:fixed;top:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;justify-content:center;align-items:center;color:#fff9;z-index:100;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0000004d,inset 0 1px 1px #ffffff1a;cursor:pointer}.theme-toggle:hover{color:var(--second-color);background-color:#ffffff14;border-color:var(--second-color);transform:scale(1.05);box-shadow:0 0 20px #00f2ff40}@media screen and (max-width:768px){.theme-toggle{top:1.5rem;right:1.5rem;width:44px;height:44px}}.nav-sidebar{position:fixed;left:2rem;top:50%;transform:translateY(-50%);width:64px;height:auto;background-color:#0f0f1499;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.25rem 0;border-radius:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:11;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 30px 60px #000c,inset 0 1px 1px #ffffff26}.nav-sidebar__list{display:flex;flex-direction:column;gap:1.25rem;align-items:center;width:100%;padding:0;margin:0}.nav-sidebar__item{width:100%;display:flex;justify-content:center}.nav-sidebar__link{position:relative;font-size:1.35rem;color:#ffffff80;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%}.nav-sidebar__link:hover{color:var(--first-color);background:#ffffff0d;box-shadow:0 4px 12px #e056fd26}.nav-sidebar__tooltip{position:absolute;left:calc(100% + 15px);top:50%;transform:translateY(-50%) translate(-8px);border-radius:10px;font-weight:var(--font-semibold);white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0006;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;font-size:12px;pointer-events:none;z-index:100}.nav-sidebar__link:hover .nav-sidebar__tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.nav-sidebar__tooltip-arrow{position:absolute;right:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#0f0f14f2}@media screen and (max-width:768px){.nav-sidebar{left:.5rem;width:46px;padding:.75rem 0}.nav-sidebar__list{gap:.5rem}.nav-sidebar__link{width:32px;height:32px;font-size:1.05rem}.nav-sidebar__tooltip{display:none}}.shapes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;background:transparent;overflow:hidden}.home__bg-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8}.home{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;background:transparent}.home__content{display:grid;grid-template-columns:1fr 450px;gap:4rem;align-items:center;max-width:1200px;width:100%;z-index:2}.home__img-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.home__img-border{position:relative;width:450px;height:450px;display:flex;justify-content:center;align-items:center;background:transparent}.home__img{width:100%;height:auto;max-height:550px;object-fit:contain;transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home__data{display:flex;flex-direction:column;gap:2rem}.home__name{font-size:3rem;font-weight:var(--font-bold);color:var(--title-color);line-height:1.2;margin:0}.home__name-highlight{background:linear-gradient(135deg,var(--first-color),var(--title-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__description{font-size:var(--h3-font-size);color:var(--text-color);line-height:1.6;margin:0}.highlight-text{color:var(--first-color);font-weight:var(--font-semibold)}.home__highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.home__highlight-card{display:flex;align-items:center;gap:1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);padding:1.5rem;border-radius:1rem;box-shadow:0 8px 32px #0000005e;border-left:3px solid var(--first-color);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home__highlight-card:hover{background:#ffffff0a;border-color:#ffffff26;border-left-color:var(--first-color);box-shadow:0 0 25px #e056fd33;transform:translateY(-2px)}.home__highlight-icon{font-size:2rem;color:var(--first-color);display:flex;align-items:center;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(224,86,253,.5))}.home__highlight-info{text-align:left}.home__highlight-title{font-size:var(--normal-font-size);font-weight:var(--font-semibold);color:var(--title-color);margin-bottom:.15rem}.home__highlight-desc{font-size:var(--small-font-size);color:var(--text-color);margin:0;line-height:1.4}.home__buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,var(--first-color),var(--title-color));color:#fff;padding:1rem 2rem;border-radius:2rem;font-weight:var(--font-semibold);transition:all .3s ease;box-shadow:0 5px 20px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.btn-secondary{background:transparent;color:var(--first-color);border:2px solid var(--first-color);padding:1rem 2rem;border-radius:2rem;font-weight:var(--font-semibold);transition:all .3s ease}.btn-secondary:hover{background:var(--first-color);color:#fff;transform:translateY(-3px)}.scroll__down{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;z-index:2}.home__scroll-name{font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-medium);margin-bottom:.5rem}.mouse{border:2px solid var(--title-color);display:block;height:1.6rem;width:1.1rem;margin:auto;margin-top:.5rem;border-radius:1rem;position:relative}.wheel{background-color:var(--title-color);border-radius:100%;width:.25rem;height:.25rem;position:absolute;top:.5rem;left:50%;transform:translate(-50%);animation:scroll-wheel 2s linear infinite}@keyframes scroll-wheel{0%{top:.5rem;opacity:1}to{top:1rem;opacity:0}}.shape{position:absolute;opacity:.3;animation:float-shapes 20s ease-in-out infinite}@keyframes float-shapes{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}[data-theme=dark] .home__img-border{box-shadow:none}[data-theme=dark] .home__highlight-card:hover{box-shadow:0 10px 30px #00000080}@media screen and (max-width:1024px){.home__content{grid-template-columns:1fr;gap:2rem;text-align:center}.home__data{order:2}.home__img-wrapper{order:1;justify-content:center}.home__img-border{width:350px;height:350px}.home__data{align-items:center}.home__name{font-size:2.5rem}.home__highlights{grid-template-columns:1fr;max-width:450px;width:100%}.home__buttons{justify-content:center}}@media screen and (max-width:768px){.home{padding:1.5rem}.home__content{gap:2rem}.home__img-border{width:280px;height:280px}.home__name{font-size:2rem}.home__description{font-size:var(--normal-font-size)}.home__highlights{gap:.75rem}.home__highlight-card{padding:1rem;gap:1rem}.home__highlight-icon{font-size:1.75rem}.home__highlight-title{font-size:var(--small-font-size)}.home__highlight-desc{font-size:var(--smaller-font-size)}.btn-primary,.btn-secondary{padding:.875rem 1.75rem;font-size:var(--small-font-size)}}@media screen and (max-width:480px){.home{padding:3.5rem 1.25rem 8rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.home__content{grid-template-columns:1fr;gap:1rem;justify-items:center}.home__img-border{width:220px;height:220px}.home__data{gap:1rem;align-items:center}.home__name{font-size:1.5rem;margin-bottom:.15rem}.home__description{font-size:var(--small-font-size);margin-bottom:.25rem}.home__highlights{grid-template-columns:1fr;width:100%;max-width:none;gap:.5rem}.home__highlight-card{padding:.7rem 1rem;gap:.75rem}.home__highlight-icon{font-size:1.5rem}.home__buttons{flex-direction:column;width:100%;gap:.6rem;margin-bottom:1rem;margin-top:.25rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.75rem 1.5rem;font-size:var(--small-font-size)}.scroll__down{bottom:2.5rem}}.about__container{display:grid;grid-template-columns:4fr 8fr;gap:4rem;align-items:center;max-width:1000px;width:100%}.about__image-container{display:flex;justify-content:center}.about__img-wrapper{position:relative;width:300px;height:380px;border-radius:2rem;z-index:1}.about__img{width:100%;height:100%;object-fit:cover;border-radius:2rem;box-shadow:0 20px 40px #00000080;border:4px solid var(--body-color);z-index:2;position:relative}.about__img-accents span{position:absolute;width:100px;height:100px;border-radius:1rem;z-index:0;opacity:.6}.about__img-accents span:nth-child(1){top:-20px;left:-20px;border:4px solid var(--first-color);animation:rotate-accent 10s linear infinite;filter:drop-shadow(0 0 8px var(--first-color))}.about__img-accents span:nth-child(2){bottom:-20px;right:-20px;background:var(--first-color);animation:float-accent 6s ease-in-out infinite;box-shadow:0 0 15px var(--first-color)}@keyframes rotate-accent{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-accent{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.about__content{display:flex;flex-direction:column;gap:2rem;text-align:left}.about__subtitle{font-size:var(--h2-font-size);color:var(--title-color);margin-bottom:.5rem;line-height:1.3;font-family:var(--title-font)}.text-gradient{background:linear-gradient(135deg,var(--first-color),var(--second-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about__description{color:var(--text-color);line-height:1.7;font-size:var(--normal-font-size)}.about__description strong{color:var(--second-color);font-weight:var(--font-semibold)}.about__traits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.about__trait-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);padding:1.25rem;border-radius:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0006}.about__trait-card:hover{transform:translateY(-5px);border-color:var(--first-color);box-shadow:0 0 20px #e056fd33}.about__trait-icon{font-size:1.8rem;color:var(--first-color);background:#e056fd1a;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;flex-shrink:0}.about__trait-info{display:flex;flex-direction:column}.about__trait-title{font-size:var(--smaller-font-size);color:#ffffff80;font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:1px}.about__trait-text{font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-semibold)}.btn-about{padding:1rem 2rem;font-weight:var(--font-bold);background:linear-gradient(135deg,var(--first-color),var(--second-color));color:#fff;border-radius:2rem;transition:all .3s ease;box-shadow:0 5px 15px #0000004d;border:none;width:fit-content}.btn-about:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00f2ff40}@media screen and (max-width:1024px){.about__container{grid-template-columns:1fr;gap:3rem;text-align:center}.about__image-container{order:1}.about__img-wrapper{margin:0 auto}.about__content{order:2;align-items:center;text-align:center}.about__subtitle{text-align:center}.about__traits{width:100%;max-width:600px}.btn-about{margin:0 auto}}@media screen and (max-width:768px){.about__traits{grid-template-columns:1fr}.about__img-wrapper{width:260px;height:330px}.about__subtitle{font-size:var(--h3-font-size)}}@media screen and (max-width:350px){.about__img-wrapper{width:220px;height:280px}.about__img-accents span{display:none}}.portfolio-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;position:relative;border-top:1px solid rgba(255,255,255,.05)}.portfolio-section__title{font-size:var(--h1-font-size);font-family:var(--title-font);font-weight:var(--font-bold);color:var(--title-color);margin-bottom:2rem;position:relative}.portfolio-section__title:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translate(-50%);width:50px;height:3px;background-color:var(--first-color);border-radius:2px;box-shadow:0 0 8px var(--first-color)}.timeline{max-width:800px;width:100%;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:7px;top:0;width:2px;height:100%;background:#ffffff14}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:6px;width:16px;height:16px;border-radius:50%;background:var(--body-color);border:3px solid var(--first-color);box-shadow:0 0 8px var(--first-color);z-index:2}.timeline-header{display:flex;justify-space-between:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.timeline-title{font-size:var(--h3-font-size);color:var(--title-color);font-weight:var(--font-bold)}.timeline-date{font-size:var(--small-font-size);color:var(--second-color);background:#00f2ff0f;border:1px solid rgba(0,242,255,.1);padding:.2rem .8rem;border-radius:1rem}.timeline-subtitle{font-size:var(--normal-font-size);color:#ffffffb3;margin-bottom:1rem;font-weight:var(--font-medium)}.timeline-desc{list-style:none;padding-left:0}.timeline-desc li{position:relative;padding-left:1.25rem;font-size:var(--small-font-size);color:var(--text-color);line-height:1.6;margin-bottom:.5rem}.timeline-desc li:before{content:"▹";position:absolute;left:0;color:var(--first-color)}.skills-toggle-container{display:flex;justify-content:center;width:100%}.skills-toggle-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1.8rem;margin-bottom:3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:2rem;color:#fff9;font-family:var(--title-font);font-weight:var(--font-bold);font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0006,inset 0 1px 1px #ffffff1a}.skills-toggle-btn:hover{border-color:var(--first-color);color:var(--first-color);box-shadow:0 0 20px #e056fd33;transform:translateY(-2px)}.skills-toggle-btn.active{background:linear-gradient(135deg,var(--first-color),var(--second-color));border-color:transparent;color:#fff;box-shadow:0 0 25px #00f2ff4d}.skills-container{display:flex;justify-content:center;align-items:center;max-width:1100px;width:100%}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.skills-category{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0006}.skills-category:hover{border-color:var(--first-color);box-shadow:0 0 25px #e056fd26;transform:translateY(-4px)}.skills-category__title{font-size:var(--h3-font-size);color:var(--title-color);margin-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem;font-family:var(--title-font)}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{font-size:.95rem;background:#ffffff0a;color:#ffffffe6;padding:.6rem 1.2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:.75rem;transition:all .25s ease}.skill-tag:hover{background:#00f2ff0f;border-color:var(--second-color);color:var(--second-color);box-shadow:0 0 12px #00f2ff26;transform:translateY(-2px)}.skill-icon{font-size:1.5rem;color:var(--second-color);display:flex;align-items:center;justify-content:center}.skills-sphere-3d-wrapper{position:relative;width:580px;height:580px;perspective:1000px;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;margin:1rem auto;pointer-events:auto}.skills-sphere-center-card{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);transform-style:preserve-3d;z-index:100;background:#0f0f14d9;border:2px solid var(--first-color);border-radius:1.5rem;padding:1.25rem 2rem;text-align:center;box-shadow:0 0 35px #e056fd59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);max-width:200px;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease}.skills-sphere-center-card h3{font-size:1.1rem;color:#fff;font-family:var(--title-font);font-weight:700;margin-bottom:.25rem;letter-spacing:.5px}.skills-sphere-center-card p{font-size:.75rem;color:var(--second-color);font-weight:600;letter-spacing:.5px}.skills-sphere-item{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;width:80px;height:80px;border-radius:50%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);color:#fff;box-shadow:0 10px 25px #0006,inset 0 1px 1px #ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .3s,box-shadow .3s,background .3s;pointer-events:auto;cursor:grab}.skills-sphere-item:hover{border-color:var(--second-color);box-shadow:0 0 20px #00f2ff73;background:#ffffff0d;z-index:1000!important;cursor:pointer}.skills-sphere-item-icon{font-size:2rem;color:var(--second-color);display:flex;align-items:center;justify-content:center}.skills-sphere-item-name{font-size:.7rem;color:#ffffffb3;font-weight:600;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;width:100%}.project-card-container{perspective:1500px;width:100%;height:380px}.project-card-inner{position:relative;width:100%;height:100%;transition:transform .8s cubic-bezier(.175,.885,.32,1.275),box-shadow .5s ease;transform-style:preserve-3d;border-radius:1.5rem;box-shadow:0 10px 30px #0000004d}.project-card-inner.flipped{transform:rotate3d(1,-1,0,180deg) scale(1.03);box-shadow:0 15px 40px #00f2ff40;z-index:50}.project-card-front,.project-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column}.project-card-front{background:#ffffff05;border:1px solid rgba(255,255,255,.06);justify-content:space-between}.project-card-img-wrapper{width:100%;height:275px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.project-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e056fd14,#00f2ff14);display:flex;justify-content:center;align-items:center;font-family:var(--title-font);font-size:4rem;font-weight:700;color:var(--second-color);text-shadow:0 0 20px rgba(0,242,255,.6);transition:transform .5s ease}.project-card-container:hover .project-card-img,.project-card-container:hover .project-card-img-placeholder{transform:scale(1.05)}.project-card-bottom{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:#0f0f1499;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-card-title{font-size:var(--h3-font-size);color:var(--title-color);font-family:var(--title-font);font-weight:var(--font-bold)}.project-card-info-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--second-color);font-size:1.3rem;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.project-card-info-btn:hover{background:var(--second-color);color:#000;box-shadow:0 0 15px var(--second-color);transform:scale(1.08)}.project-card-back{transform:rotate3d(1,-1,0,180deg);padding:2.25rem 2rem;justify-content:space-between;background:#0f0f14f2;border:2px solid var(--first-color);box-shadow:inset 0 0 20px #e056fd1a;text-align:left}.project-card-back-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.project-card-back-close-btn{background:transparent;border:none;color:var(--first-color);font-size:1.5rem;cursor:pointer;transition:transform .3s ease,color .3s;display:flex;align-items:center;justify-content:center}.project-card-back-close-btn:hover{color:#fff;transform:rotate(90deg)}.project-card-desc{font-size:var(--small-font-size);color:var(--text-color);line-height:1.6;margin-bottom:1.25rem}.project-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-card-tag{font-size:var(--smaller-font-size);background:#ffffff0d;color:var(--second-color);padding:.2rem .6rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.05)}.project-card-links{display:flex;flex-wrap:wrap;gap:.75rem .5rem}.project-card-link-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:var(--small-font-size);font-weight:var(--font-bold);border-radius:.75rem;transition:all .3s ease;cursor:pointer;text-decoration:none}.project-card-link-btn.primary{background:linear-gradient(135deg,var(--first-color),var(--second-color));color:#fff}.project-card-link-btn.primary:hover{box-shadow:0 0 15px #00f2ff73;transform:translateY(-2px)}.project-card-link-btn.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.project-card-link-btn.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;width:100%}.cert-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:0 10px 30px #0006}.cert-card:hover{border-color:var(--second-color);box-shadow:0 0 25px #00f2ff26;transform:translateY(-4px)}.cert-card-img-wrapper{width:100%;height:180px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.cert-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cert-card:hover .cert-card-img{transform:scale(1.05)}.cert-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.cert-title{font-size:var(--normal-font-size);font-weight:600;color:var(--title-color);font-family:var(--title-font);line-height:1.4}.cert-provider{font-size:var(--small-font-size);color:var(--first-color);font-weight:500}.cert-date{font-size:var(--smaller-font-size);color:#ffffff80}.cert-id{font-size:var(--smaller-font-size);color:#fff6;margin-top:.25rem}.cert-id code{color:var(--second-color);background:#00f2ff0d;padding:.1rem .3rem;border-radius:.25rem}.cert-card-link-btn{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:.75rem;padding:.5rem 1rem;font-size:var(--smaller-font-size);font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none}.cert-card-link-btn:hover{background:var(--second-color);border-color:var(--second-color);color:#000;box-shadow:0 0 15px #00f2ff66;transform:translateY(-2px)}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;width:100%}.achievement-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;padding:2.5rem 2rem;text-align:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 30px #0006}.achievement-card:hover{border-color:var(--first-color);box-shadow:0 0 25px #e056fd26;transform:translateY(-4px)}.ach-icon{font-size:2.5rem;color:var(--first-color);margin-bottom:1.5rem;filter:drop-shadow(0 0 8px rgba(224,86,253,.3))}.ach-value{font-size:2rem;font-family:var(--title-font);font-weight:var(--font-bold);color:var(--second-color);margin-bottom:.5rem}.ach-text{font-size:var(--small-font-size);color:var(--text-color);line-height:1.5;margin-bottom:1rem}.ach-link-btn{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:.75rem;padding:.5rem 1rem;font-size:var(--smaller-font-size);font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none}.ach-link-btn:hover{background:var(--first-color);border-color:var(--first-color);color:#000;box-shadow:0 0 15px #e056fd66;transform:translateY(-2px)}.contact-dashboard{display:flex;gap:4rem;max-width:1200px;width:100%;margin-top:2rem}.contact-panel-left,.contact-panel-right{flex:1}.contact-panel-subtitle{font-size:var(--h2-font-size);color:var(--title-color);font-family:var(--title-font);margin-bottom:2rem;font-weight:600;position:relative;padding-left:1rem}.contact-panel-subtitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:80%;background:var(--first-color);border-radius:2px}.contact-form{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 30px #0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.form-group{width:100%}.form-input{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.25rem;color:var(--text-color);font-family:var(--body-font);font-size:var(--normal-font-size);transition:all .3s ease;outline:none}.form-input::placeholder{color:#ffffff4d}.form-input:focus{border-color:var(--first-color);box-shadow:0 0 15px #e056fd40;background:#ffffff0d}.contact-form-btn{background:var(--first-color);border:2px solid var(--first-color);color:#000;border-radius:1rem;padding:1.25rem 2.5rem;font-size:var(--normal-font-size);font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;box-shadow:0 0 20px #e056fd66}.contact-form-btn:hover{background:transparent;color:#fff;box-shadow:0 0 25px #e056fd99;transform:translateY(-2px)}.contact-form-btn:disabled{background:#ffffff1a;border-color:#ffffff1a;color:#ffffff4d;cursor:not-allowed;box-shadow:none;transform:none}.form-status{padding:1rem 1.25rem;border-radius:1rem;font-size:var(--small-font-size);display:flex;align-items:center;gap:.8rem}.form-status.success{background:#2ec86614;border:1px solid rgba(46,200,102,.2);color:#2ec866}.form-status.error{background:#ff450014;border:1px solid rgba(255,69,0,.2);color:#ff4500}.direct-contact-intro{margin-bottom:2.5rem}.contact-text{font-size:var(--normal-font-size);color:var(--text-color);line-height:1.6}.direct-contact-section{display:flex;flex-direction:column;gap:1.5rem}.direct-contact-title{font-size:var(--h3-font-size);color:var(--title-color);font-family:var(--title-font);font-weight:500}.direct-contact-grid{display:flex;flex-direction:column;gap:1.25rem}.direct-contact-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1.25rem;padding:1.25rem;display:flex;align-items:center;gap:1.25rem;transition:all .3s ease;text-decoration:none;box-shadow:0 5px 15px #0003}.direct-contact-card:hover{transform:translate(5px)}.direct-contact-icon-wrapper{font-size:1.5rem;width:50px;height:50px;border-radius:1rem;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.direct-contact-info{display:flex;flex-direction:column;gap:.25rem;text-align:left}.direct-contact-name{font-size:var(--small-font-size);color:var(--title-color);font-weight:600}.direct-contact-val{font-size:var(--smaller-font-size);color:#fff6}.direct-contact-card.linkedin{background:#0077b508;border-color:#0077b526}.direct-contact-card.linkedin .direct-contact-icon-wrapper{color:#0077b5;background:#0077b514}.direct-contact-card.linkedin:hover{background:#0077b50f;border-color:#0077b5;box-shadow:0 0 20px #0077b526}.direct-contact-card.github{background:#ffffff05;border-color:#ffffff14}.direct-contact-card.github .direct-contact-icon-wrapper{color:#fff;background:#ffffff14}.direct-contact-card.github:hover{background:#ffffff0d;border-color:#fff;box-shadow:0 0 20px #ffffff26}.direct-contact-card.leetcode{background:#f7a01b08;border-color:#f7a01b26}.direct-contact-card.leetcode .direct-contact-icon-wrapper{color:#f7a01b;background:#f7a01b14}.direct-contact-card.leetcode:hover{background:#f7a01b0f;border-color:#f7a01b;box-shadow:0 0 20px #f7a01b26}.direct-contact-card.codechef{background:#c98e5b08;border-color:#c98e5b26}.direct-contact-card.codechef .direct-contact-icon-wrapper{color:#c98e5b;background:#c98e5b14}.direct-contact-card.codechef:hover{background:#c98e5b0f;border-color:#c98e5b;box-shadow:0 0 20px #c98e5b26}.direct-contact-card.email{background:#00f2ff08;border-color:#00f2ff26}.direct-contact-card.email .direct-contact-icon-wrapper{color:var(--second-color);background:#00f2ff14}.direct-contact-card.email:hover{background:#00f2ff0f;border-color:var(--second-color);box-shadow:0 0 20px #00f2ff26}.footer-container{width:100%;max-width:1200px;margin-top:6rem}.footer-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin-bottom:2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem}.footer-text{font-size:var(--small-font-size);color:#ffffff80;font-weight:500}.footer-socials{display:flex;gap:1.5rem}.footer-socials a{font-size:1.5rem;color:#fff6;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.footer-socials a:hover{color:var(--second-color);background:#00f2ff14;border-color:var(--second-color);transform:translateY(-3px);box-shadow:0 0 15px #00f2ff40}.profiles-section-content{display:flex;flex-direction:column;gap:3rem;max-width:1000px;width:100%}.profiles-group{display:flex;flex-direction:column;gap:1.5rem}.profiles-group-title{font-size:var(--h3-font-size);color:var(--title-color);font-family:var(--title-font);position:relative;padding-left:1rem}.profiles-group-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:80%;background:var(--first-color);border-radius:2px}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;width:100%}.profile-card{border-radius:1.5rem;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.8rem;box-shadow:0 10px 30px #0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-card:hover{transform:translateY(-4px)}.profile-icon{font-size:2.25rem;width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem;transition:all .3s ease}.profile-name{font-size:var(--h3-font-size);color:var(--title-color);font-family:var(--title-font);font-weight:600}.profile-username{font-size:var(--smaller-font-size);color:#fff6;word-break:break-all}.profile-link-btn{margin-top:.5rem;display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:.75rem;padding:.5rem 1rem;font-size:var(--smaller-font-size);font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none}.profile-card.leetcode{background:#f7a01b0a;border:1px solid rgba(247,160,27,.15)}.profile-card.leetcode .profile-icon{color:#f7a01b;background:#f7a01b1a}.profile-card.leetcode:hover{background:#f7a01b14;border-color:#f7a01b;box-shadow:0 0 25px #f7a01b40}.profile-card.leetcode .profile-link-btn{border-color:#f7a01b4d}.profile-card.leetcode .profile-link-btn:hover{background:#f7a01b;border-color:#f7a01b;color:#000;box-shadow:0 0 15px #f7a01b66}.profile-card.codechef{background:#c98e5b0a;border:1px solid rgba(201,142,91,.15)}.profile-card.codechef .profile-icon{color:#c98e5b;background:#c98e5b1a}.profile-card.codechef:hover{background:#c98e5b14;border-color:#c98e5b;box-shadow:0 0 25px #c98e5b40}.profile-card.codechef .profile-link-btn{border-color:#c98e5b4d}.profile-card.codechef .profile-link-btn:hover{background:#c98e5b;border-color:#c98e5b;color:#000;box-shadow:0 0 15px #c98e5b66}.profile-card.hackerrank{background:#2ec8660a;border:1px solid rgba(46,200,102,.15)}.profile-card.hackerrank .profile-icon{color:#2ec866;background:#2ec8661a}.profile-card.hackerrank:hover{background:#2ec86614;border-color:#2ec866;box-shadow:0 0 25px #2ec86640}.profile-card.hackerrank .profile-link-btn{border-color:#2ec8664d}.profile-card.hackerrank .profile-link-btn:hover{background:#2ec866;border-color:#2ec866;color:#000;box-shadow:0 0 15px #2ec86666}.profile-card.codeforces{background:#ff45000a;border:1px solid rgba(255,69,0,.15)}.profile-card.codeforces .profile-icon{color:#ff4500;background:#ff45001a}.profile-card.codeforces:hover{background:#ff450014;border-color:#ff4500;box-shadow:0 0 25px #ff450040}.profile-card.codeforces .profile-link-btn{border-color:#ff45004d}.profile-card.codeforces .profile-link-btn:hover{background:#ff4500;border-color:#ff4500;color:#fff;box-shadow:0 0 15px #ff450066}.profile-card.github{background:#ffffff05;border:1px solid rgba(255,255,255,.1)}.profile-card.github .profile-icon{color:#fff;background:#ffffff0d}.profile-card.github:hover{background:#ffffff0d;border-color:#fff;box-shadow:0 0 25px #fff3}.profile-card.github .profile-link-btn{border-color:#fff3}.profile-card.github .profile-link-btn:hover{background:#fff;border-color:#fff;color:#000;box-shadow:0 0 15px #ffffff4d}.profile-card.linkedin{background:#0077b50a;border:1px solid rgba(0,119,181,.15)}.profile-card.linkedin .profile-icon{color:#0077b5;background:#0077b51a}.profile-card.linkedin:hover{background:#0077b514;border-color:#0077b5;box-shadow:0 0 25px #0077b540}.profile-card.linkedin .profile-link-btn{border-color:#0077b54d}.profile-card.linkedin .profile-link-btn:hover{background:#0077b5;border-color:#0077b5;color:#fff;box-shadow:0 0 15px #0077b566}@media screen and (max-width:1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.skills-grid,.projects-grid,.certs-grid,.achievements-grid,.profiles-grid{grid-template-columns:1fr}.portfolio-section{padding:4rem 1.5rem}.timeline-header{flex-direction:column;align-items:flex-start}.skills-sphere-3d-wrapper{width:320px;height:320px}.skills-sphere-item{width:60px;height:60px}.skills-sphere-item-icon{font-size:1.4rem}.contact-dashboard{flex-direction:column;gap:3rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}}
