html,body,#root{width:100%;min-height:100vh;margin:0;padding:0;background-color:#e8eced}*,*:before,*:after{box-sizing:inherit}@media (max-width: 768px){html,body,#root{font-size:14px}}@media (max-width: 480px){html,body,#root{font-size:13px}}.profile-card{background-color:#fff;border-right:5px solid #290e84;border-radius:10px;padding:30px;text-align:center;font-size:18px;top:22px;position:fixed;width:240px;box-sizing:border-box}.profile-card:hover{box-shadow:0 6px 15px #00000026}.profile-img{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #444;box-shadow:0 4px 12px #0003}.profile-card h3{margin:5px 0 2px;font-size:22px}.profile-card h5{margin:0;font-size:16px;font-weight:400;color:#666}.cv-button{display:inline-block;margin-top:15px;width:100%;padding:10px;background-color:#f0eded;color:#000;font-weight:400;border:1px solid black;border-radius:9px;text-decoration:none;transition:all .3s ease}.cv-button:hover{background-color:#666;color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 15px #0000004d}.icons-container{display:flex;flex-direction:column;align-items:start;border-top:1px solid rgb(235,233,233);gap:14px;margin-top:15px;padding:10px}.icon-item{display:flex;flex-direction:row;gap:20px;align-items:center;cursor:pointer}.icon-item .icon{color:#111}.icon-item span{margin-top:4px;font-weight:700}.my-link{text-decoration:none;color:#000;font-weight:700;font-size:20px}.my-link:hover{font-size:larger;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}@media (max-width: 768px){.profile-card{position:fixed;top:0;left:-100%;width:240px;height:100%;padding:20px;overflow-y:auto;box-shadow:2px 0 15px #0003;transition:left .3s ease;z-index:100}.profile-card.open{left:0}.hamburger{display:block;position:fixed;top:20px;left:20px;z-index:200;cursor:pointer;color:#290e84}}@media (max-width: 480px){.profile-card{position:sticky;top:10px;width:180px;padding:10px;font-size:1.4rem;left:auto;height:auto;box-shadow:0 4px 10px #00000026;border-radius:8px}.profile-card h3,.profile-card h5{font-size:1.2rem}.cv-button{font-size:1.1rem;padding:6px}.icon-item span{font-size:1.4rem}.icons-container{gap:10px;padding:5px}}.hamburger{display:none;position:fixed;top:20px;left:20px;z-index:200;cursor:pointer;background-color:#fff;color:#0b0326}@media (max-width: 768px){.hamburger{display:block}.profile-card{position:fixed;top:0;left:-260px;width:240px;height:100%;padding:20px;overflow-y:auto;box-shadow:2px 0 15px #0003;transition:all .3s ease;z-index:100}.profile-card.open{left:0}}@media (max-width: 480px){.profile-card{width:200px;padding:15px}}.home-container{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden;box-sizing:border-box}.hero-section{position:relative;width:100%;height:60vh;min-height:300px;overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;place-items:center;gap:0;border:1px solid rgb(212,210,210);border-radius:30px;box-sizing:border-box;background-color:#fff}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;grid-area:1 / 1;z-index:0}.intro-video-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;overflow:hidden;cursor:pointer}.intro-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.skills{margin-top:10px;width:100%;border:2px solid white;border-radius:30px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:10px;flex-direction:column;background-color:#fff}.section-title{font-size:2rem;text-align:left;margin-left:20px;color:#17042c;position:relative;display:block;align-self:flex-start;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}@keyframes shine{0%{background-position:-100% 0}to{background-position:100% 0}}.featured-projects{position:relative;width:100%;min-height:50px;overflow:hidden;display:grid;grid-template-columns:1fr;gap:0;border:1px solid rgb(212,210,210);border-radius:10px;box-sizing:border-box;margin-top:14px;background-color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;width:100%;box-sizing:border-box;padding:20px;gap:20px}.project-card{display:flex;flex-direction:column;align-items:center;background:#fafafa;border-radius:12px;border:3px solid rgb(229,227,227);box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;min-height:150px;width:100%;max-width:470px;box-sizing:border-box}.project-card:hover{transform:translateY(-5px)}.project-img{width:300px;height:140px;object-fit:cover;border-radius:10px;flex-shrink:0}.project-content{display:flex;flex-direction:column;justify-content:space-around;flex:1}.project-content h3{font-size:1.3rem}.project-content p{font-size:.95rem;color:#444;margin-bottom:12px;text-align:center}.tech-stack{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.tech-icon{font-size:1.4rem}.project-link{align-self:center;display:inline-block;margin-top:auto;background-color:#aeaeb1;padding:6px 12px;border-radius:8px;font-size:.9rem;text-decoration:none;color:#000;transition:.3s ease}.project-link:hover{background:#2e2d30;color:#fff}@media (max-width: 1024px){.hero-section{height:50vh;border-radius:20px;background-color:#fff}.hero-video{width:100%;height:100%;object-fit:fill;border-radius:20px;object-position:center;display:block;grid-area:1 / 1;z-index:0}.skills{padding:8px}.section-title{font-size:1.8rem}.featured-projects{border-radius:8px;margin-top:12px}.projects-grid{flex-wrap:wrap;gap:12px;justify-content:center}.project-card{flex:0 0 48%;width:auto;min-height:180px}.project-img{width:100%;height:120px}.project-content h3{font-size:1.2rem}.project-content p{font-size:.9rem}.tech-icon{font-size:1.2rem}.project-link{font-size:.85rem;padding:5px 10px}}@media (max-width: 768px){.hero-section{height:45vh;border-radius:15px;padding:5px;background-color:#fff}.skills{padding:6px}.section-title{font-size:1.5rem}.projects-grid{flex-direction:column;gap:10px}.project-card{flex:0 0 100%;width:100%;min-height:160px}.project-img{width:90%;height:150px}.project-content h3{font-size:1.1rem}.project-content p{font-size:.85rem}.tech-icon{font-size:1rem}.project-link{font-size:.8rem;padding:4px 8px}}@media (max-width: 480px){.hero-section{height:40vh;border-radius:10px;padding:5px;background-color:#fff}.skills{padding:4px}.section-title{font-size:1.3rem}.projects-grid{flex-direction:column;gap:8px}.project-card{flex:0 0 100%;width:100%;min-height:140px}.project-img{width:100%;height:90px}.project-content h3{font-size:1rem}.project-content p{font-size:.8rem}.tech-icon{font-size:.9rem}.project-link{font-size:.75rem;padding:3px 6px}}@media (max-width: 360px){.hero-section{height:35vh;background-color:#fff}.section-title{font-size:1.1rem}.projects-grid{gap:6px}.project-card{min-height:120px}.project-img{height:80px}.project-content h3{font-size:.95rem}.project-content p{font-size:.75rem}.tech-icon{font-size:.8rem}.project-link{font-size:.7rem;padding:2px 5px}}.technologies-section{display:flex;flex-direction:row;align-items:center;position:relative;height:177px;width:900px;overflow:hidden;padding:5px}.scroll-strip{display:flex;overflow:hidden;width:100%}.strip-track{display:flex;width:max-content}.strip-icon{font-size:2rem;margin:0 15px;display:inline-flex;align-items:center;justify-content:center}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.scroll-strip.top .strip-track{animation:scroll-left 20s linear infinite}.scroll-strip.bottom .strip-track{animation:scroll-right 20s linear infinite}.center-icon{font-size:7rem;margin:0;width:150px;height:150px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f0f0f0;box-shadow:0 4px 12px #0003}.center-icon-container{display:flex;flex-direction:column;align-items:center;margin:20px 0}.center-icon-name{margin-top:8px;font-size:1.2rem;font-weight:600;color:#333}@media (max-width: 1024px){.technologies-section{width:100%;height:150px;padding:4px}.strip-icon{font-size:1.8rem;margin:0 12px}.center-icon{width:130px;height:130px;font-size:6rem}.center-icon-name{font-size:1.1rem}}@media (max-width: 768px){.technologies-section{flex-direction:column;height:auto;width:100%}.scroll-strip{width:100%;margin:10px 0}.strip-icon{font-size:1.6rem;margin:0 10px}.center-icon{width:120px;height:120px;font-size:5.5rem}.center-icon-name{font-size:1rem}}@media (max-width: 480px){.technologies-section{flex-direction:column;height:auto;width:100%;padding:5px}.scroll-strip{width:100%;margin:8px 0}.strip-icon{font-size:1.4rem;margin:0 8px}.center-icon{width:100px;height:100px;font-size:5rem}.center-icon-name{font-size:.95rem}}@media (max-width: 360px){.strip-icon{font-size:1.2rem;margin:0 6px}.center-icon{width:90px;height:90px;font-size:4.5rem}.center-icon-name{font-size:.85rem}}.about-page{width:100%;min-height:auto;margin:0;padding:0;box-sizing:border-box;border-radius:10px}.about-section{display:flex;width:99%;height:60vh;min-height:340px;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff}.about-video-wrapper{flex:1.2;overflow:hidden}.about-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:1px solid white;border-radius:10px;box-sizing:border-box}.about-content{flex:.5;padding:40px;display:flex;flex-direction:column;justify-content:center}.about-content h1{font-size:4.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.personal-content{margin-top:12px;display:flex;width:99%;height:40vh;min-height:100px;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff}.personal-bio{display:flex;flex-direction:row;justify-content:center;align-items:center;height:200px;font-size:23px;padding:2px;background:linear-gradient(90deg,#1d033c 30%,#79737b,#090113 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.education{display:flex;width:99%;height:60vh;min-height:100vh;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;flex-direction:column;margin-top:12px}.education h3{font-size:26px;display:flex;align-items:center;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.university-wrapper{display:flex;align-items:flex-start;gap:10px}.university{width:50px;height:100%;object-fit:contain}.university-info h4{font-size:27px;margin:0}.university-info p{font-size:20px;margin:2px 0 0;color:#555}.education-date{margin-left:auto;align-self:center;font-size:.95rem;color:gray;display:flex;align-items:center;gap:6px}.calendar-icon{color:gray;font-size:1rem}.university-content{display:flex;gap:20px;margin-top:15px;flex-wrap:wrap}.education-text{flex:1;min-width:280px}.education-text p{font-size:1.1rem;line-height:1.6;color:#150202;text-align:justify;font-weight:500}.skills-inline{list-style:none;padding:0;margin:15px 0}.skills-inline li{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:1rem;color:#280303;font-weight:600}.skills-inline .icon{color:#130442;font-size:1.2rem}.education-image{flex:0 0 200px;display:flex;align-items:flex-start}.education-img{width:100%;height:auto;border-radius:10px;object-fit:contain}.expert-section{display:flex;width:99%;height:60vh;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;flex-direction:column;text-align:center;margin-top:12px}.expert-section h2{font-size:2rem;font-weight:700;color:#1e1e1e;margin-bottom:30px;position:relative;text-align:left;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}@media (max-width: 1024px){.about-section{flex-direction:column;height:auto}.about-video-wrapper{flex:1;margin-bottom:15px}.about-content{flex:1;padding:30px}.about-content h1{font-size:3.5rem}.personal-content{flex-direction:column;height:auto}.personal-bio{font-size:20px;height:auto;padding:5px}.education{height:auto;min-height:500px;padding:8px}.education h3,.university-info h4{font-size:24px}.university-info p{font-size:18px}.education-text p{font-size:1rem}.skills-inline li{font-size:.95rem}.expert-section{height:auto}.expert-section h2{font-size:1.8rem}}@media (max-width: 768px){.about-section{flex-direction:column;padding:10px}.about-video-wrapper,.about-content{flex:1;width:100%;padding:10px}.about-content h1{font-size:2.8rem;text-align:center}.personal-content{flex-direction:column;height:auto;padding:10px}.personal-bio{font-size:18px}.education{flex-direction:column;height:auto;min-height:400px;padding:10px}.education h3,.university-info h4{font-size:22px}.university-info p{font-size:16px}.education-text p{font-size:.95rem}.skills-inline li{font-size:.9rem}.expert-section{height:auto;padding:10px}.expert-section h2{font-size:1.6rem}}@media (max-width: 480px){.about-section{flex-direction:column;padding:5px}.about-video-wrapper,.about-content{width:100%;padding:5px}.about-content h1{font-size:2rem;text-align:center}.personal-content{flex-direction:column;padding:5px}.personal-bio{font-size:16px}.education{flex-direction:column;padding:5px;min-height:auto}.education h3,.university-info h4{font-size:20px}.university-info p{font-size:14px}.education-text p{font-size:.9rem}.skills-inline li{font-size:.85rem}.expert-section{padding:5px}.expert-section h2{font-size:1.4rem}}.expert{display:flex;flex-wrap:wrap;gap:15px;max-width:600px;margin:0 auto;align-items:flex-start}.expert-card{flex:1 1 calc(50% - 15px);border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000000d;min-width:250px}.expert-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#f8f9fa;transition:background-color .3s ease}.expert-header:hover{background-color:#e9ecef}.expert-title{display:flex;align-items:center;gap:10px;font-weight:700}.expert-content{overflow:hidden;max-height:0;transition:max-height .3s ease;background-color:#fff}.expert-card.open .expert-content{max-height:1000px}.expert-content ul{padding:10px 20px;margin:0;list-style-type:disc}.expert-content li{margin:5px 0;list-style:none;font-size:large;font-weight:600}.open .expert-header{font-weight:700}@media (max-width: 600px){.expert-card{flex:1 1 100%}}.contact-page{width:100%;min-height:auto;margin:0;padding:0;box-sizing:border-box;border-radius:10px}.contact-section{display:flex;width:100%;height:60vh;min-height:340px;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;box-sizing:border-box}.contact-video-wrapper{flex:1.2;overflow:hidden}.contact-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:1px solid white;border-radius:10px;box-sizing:border-box}.contact-content{flex:.5;padding:40px;display:flex;flex-direction:column;justify-content:center}.contact-content h1{font-size:4.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.contact-info{margin-top:14px;padding:20px 30px;background-color:#fff;border-radius:10px;text-align:center;width:100%;box-sizing:border-box}.contact-title{font-size:2rem;margin-bottom:40px;text-align:left;color:#080010;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;justify-items:center}.contact-card{background-color:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:inherit;width:140px}.contact-card:hover{transform:translateY(-6px);box-shadow:0 6px 16px #0003}.contact-icon{font-size:2rem}.contact-card p{margin:0;font-weight:600}.contact-card span{font-size:.9rem;color:#555}@media (max-width: 1024px){.contact-section{flex-direction:column;height:auto;padding:20px}.contact-video-wrapper,.contact-content{width:100%;flex:1;margin-bottom:20px;padding:10px}.contact-content h1{font-size:3.5rem}.contact-title{font-size:1.8rem}.contact-grid{grid-template-columns:repeat(2,1fr);gap:15px}.contact-card{width:100%;max-width:180px;padding:15px}.contact-icon{font-size:1.8rem}.contact-card span{font-size:.85rem}}@media (max-width: 768px){.contact-section{flex-direction:column;padding:15px}.contact-video-wrapper,.contact-content{width:100%;flex:1;padding:8px}.contact-content h1{font-size:2.8rem;text-align:center}.contact-title{font-size:1.6rem;margin-bottom:30px}.contact-grid{grid-template-columns:repeat(2,1fr);gap:12px}.contact-card{width:100%;max-width:160px;padding:12px}.contact-icon{font-size:1.6rem}.contact-card span{font-size:.8rem}}@media (max-width: 480px){.contact-section{flex-direction:column;padding:10px;gap:5px}.contact-video-wrapper{margin-bottom:5px}.contact-content{padding:5px}.contact-content h1{font-size:2rem;margin-top:-10px;margin-bottom:5px;text-align:center}.contact-title{font-size:1.4rem;margin-bottom:20px}.contact-grid{grid-template-columns:1fr 1fr;gap:10px}.contact-card{width:100%;max-width:140px;padding:10px}.contact-icon{font-size:1.4rem}.contact-card span{font-size:.75rem}}@media (max-width: 360px){.contact-grid{grid-template-columns:1fr;gap:8px}.contact-card{max-width:120px;padding:8px}.contact-icon{font-size:1.2rem}.contact-card span{font-size:.7rem}}.achieve-page{width:100%;min-height:auto;margin:0;padding:0;box-sizing:border-box;border-radius:10px}.achieve-section{display:flex;width:100%;height:60vh;min-height:340px;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;box-sizing:border-box}.achieve-video-wrapper{flex:1.2;overflow:hidden}.achieve-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:1px solid white;border-radius:10px;box-sizing:border-box}.achieve-content{flex:.5;padding:40px;display:flex;flex-direction:column;justify-content:center}.achieve-content h1{font-size:4.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.certification{display:flex;width:100%;height:73vh;border:none;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;flex-direction:column;margin-top:12px;box-sizing:border-box}.cert-title{text-align:left;font-size:2rem;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.certification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;width:100%;max-width:1100px}.cert-card{background-color:#fff;border-radius:12px;padding:15px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;height:100%}.cert-img{width:100%;max-width:220px;height:auto;object-fit:contain;border-radius:8px;cursor:pointer}.cert-info{margin-top:auto;display:flex;flex-direction:column;gap:4px}.cert-name{font-size:1rem;font-weight:600;color:#080010;margin:0}.cert-date{font-size:.9rem;color:#555;margin:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:999;cursor:pointer;opacity:0;animation:fadeIn .3s forwards}.modal-img{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 10px 25px #00000080;transform:scale(1);transition:transform .3s ease,box-shadow .3s ease}@keyframes fadeIn{to{opacity:1}}@media (max-width: 1024px){.achieve-section{flex-direction:column;height:auto}.achieve-video-wrapper,.achieve-content{width:100%;flex:1;margin-bottom:15px;padding:20px}.achieve-content h1{font-size:3.5rem}.certification{height:auto;padding:10px}.cert-title{font-size:1.8rem}.certification-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.cert-card{max-width:100%}.cert-name{font-size:.95rem}.cert-date{font-size:.85rem}}@media (max-width: 768px){.achieve-section{flex-direction:column;padding:10px}.achieve-video-wrapper,.achieve-content{width:100%;flex:1;padding:10px}.achieve-content h1{font-size:2.8rem}.certification{flex-direction:column;padding:8px}.cert-title{font-size:1.6rem}.certification-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.cert-card{max-width:100%;padding:12px}.cert-name{font-size:.9rem}.cert-date{font-size:.8rem}}@media (max-width: 480px){.achieve-section{flex-direction:column;padding:5px}.achieve-video-wrapper,.achieve-content{width:100%;flex:1;padding:5px}.achieve-content h1{font-size:2rem}.certification{padding:5px}.cert-title{font-size:1.4rem}.certification-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.cert-card{padding:10px}.cert-name{font-size:.85rem}.cert-date{font-size:.75rem}}@media (max-width: 360px){.certification-grid{grid-template-columns:1fr;gap:8px}}.projects-page{width:100%;margin:0;padding:0;box-sizing:border-box;border-radius:10px}.projects-section{display:flex;width:100%;height:60vh;min-height:340px;border-radius:10px;overflow:hidden;padding:10px;background-color:#fff;box-sizing:border-box}.projects-video-wrapper{flex:1.2;overflow:hidden}.projects-video{width:100%;height:100%;object-fit:cover;border:1px solid white;border-radius:10px;box-sizing:border-box}.projects-content{flex:.5;padding:40px;display:flex;flex-direction:column;justify-content:center}.projects-content h1{font-size:4.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.projects-title{font-size:2rem;text-align:center;margin-bottom:25px;font-weight:600;color:#080010;background:linear-gradient(90deg,#1d033c 30%,#79737b,#34046b 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}.projects-file{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;padding:30px;background-color:#fff;margin-top:12px;width:100%;border-radius:10px;height:auto;box-sizing:border-box;justify-items:center;align-items:start}.project-card{display:flex;flex-direction:column;justify-content:flex-start;background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;height:auto}.project-card:hover{transform:translateY(-8px)}.project-card h3{margin-bottom:12px;font-size:1.4rem;color:#080010;text-align:center}.projectVideo,.gallery{width:100%;height:200px;border-radius:10px;margin-bottom:15px;object-fit:contain;background-color:#000}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:opacity .8s ease-in-out}.tech-stack{display:flex;justify-content:center;gap:12px;margin-top:auto;margin-bottom:12px;flex-wrap:wrap}.tech-icon{font-size:1.8rem;transition:transform .3s ease;cursor:default;font-weight:700}.tech-icon:hover{transform:scale(1.2)}.tech-icon.react{color:#61dafb}.tech-icon.python{color:#3776ab}.tech-icon.js{color:#f7df1e}.tech-icon.postgres{color:#336791}.tech-icon.fp{width:28px;height:28px;color:#05998b;object-fit:contain}.tech-icon.r{color:#336791}.project-link{display:inline-flex;align-items:center;text-align:center;justify-content:center;gap:8px;background-color:#e4e4e8;color:#252424;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:800;transition:background-color .3s ease}.project-link:hover{background-color:#2e2d30;color:#fff}@media (max-width: 1024px){.projects-section{flex-direction:column;height:auto;padding:20px}.projects-video-wrapper,.projects-content{width:100%;flex:1;margin-bottom:15px}.projects-content h1{font-size:3.5rem}.projects-title{font-size:1.8rem}.projects-file{gap:40px;padding:20px}.project-card h3{font-size:1.3rem}.projectVideo,.gallery{height:180px}.tech-icon{font-size:1.6rem}.project-link{padding:8px 16px;font-size:.9rem}}@media (max-width: 768px){.projects-section{flex-direction:column;padding:15px}.projects-video-wrapper,.projects-content{width:100%;padding:10px}.projects-content h1{font-size:2.8rem;text-align:center}.projects-title{font-size:1.6rem}.projects-file{gap:25px;padding:15px}.project-card h3{font-size:1.2rem}.projectVideo,.gallery{height:160px}.tech-icon{font-size:1.4rem}.project-link{padding:7px 14px;font-size:.85rem}}@media (max-width: 480px){.projects-section{flex-direction:column;padding:10px}.projects-video-wrapper,.projects-content{width:100%;padding:5px}.projects-content h1{font-size:2rem;text-align:center}.projects-title{font-size:1.4rem}.projects-file{gap:15px;padding:10px}.project-card h3{font-size:1.1rem}.projectVideo,.gallery{height:140px}.tech-icon{font-size:1.2rem}.project-link{padding:6px 12px;font-size:.8rem}}@media (max-width: 360px){.projects-content h1{font-size:1.8rem;text-align:center}.projects-title{font-size:1.2rem}.project-card h3{font-size:1rem}.projectVideo,.gallery{height:120px}.tech-icon{font-size:1rem}.project-link{padding:5px 10px;font-size:.75rem}}.app-container{display:grid;grid-template-columns:270px 1fr;min-height:100vh;gap:0px;padding:20px}.sidebar{position:sticky;align-self:start}.intro-video-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .6s ease-in-out}.intro-video{width:300px;height:300px;border-radius:50%;object-fit:cover;object-position:center;overflow:hidden;box-shadow:0 0 35px #ffffff4d}.intro-video-container.hidden{opacity:0;pointer-events:none}@media (max-width: 1200px){.app-container{grid-template-columns:220px 1fr;padding:15px}}@media (max-width: 768px){.app-container{display:flex;flex-direction:column;padding:10px}.sidebar{position:relative;width:100%;margin-bottom:15px}.intro-video{width:10px;height:10px;border:3px solid rgba(255,255,255,.4);box-shadow:0 0 35px #ffffff80}}@media (max-width: 480px){.intro-video{width:250px;height:250px}}
