@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--card-light: #0f1624;--primary: #854CE6;--text-primary: #ffffff}.nav{background-color:var(--card-light);height:80px;font-size:1rem;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:10}@media (max-width: 960px){.nav{transition:.8s all ease}}@media (max-width: 640px){.nav{height:60px}}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:60px;z-index:1;width:100%;padding:0 24px;max-width:1200px}.nav-logo{width:80%;padding:0 6px;display:flex;justify-content:flex-start;align-items:center;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:18px;line-height:1;cursor:pointer}.nav-logo>span{padding:0 4px;font-weight:700;font-size:18px;color:var(--text-primary);display:flex;align-items:center;line-height:1}@media (max-width: 640px){.nav-logo{padding:0}}.nav-items{width:100%;display:flex;align-items:center;justify-content:center;gap:32px;padding:0 6px;list-style:none}.nav-items li{list-style:none}@media screen and (max-width: 768px){.nav-items{display:none}}.nav-link{color:var(--text-primary);font-weight:500;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;scroll-behavior:smooth;display:block;padding-bottom:2px}.nav-link:hover{color:var(--primary);transform:translateY(-2px)}.nav-link.active{border-bottom:2px solid var(--primary)}.button-container{width:80%;height:100%;display:flex;justify-content:flex-end;align-items:center;padding:0 6px}.github-button{border:1.8px solid var(--primary);display:flex;align-items:center;justify-content:center;height:70%;border-radius:20px;color:var(--primary);cursor:pointer;padding:0 20px;font-weight:500;text-decoration:none;font-size:16px;transition:all .6s ease-in-out;background:transparent}.github-button:hover{background:var(--primary);color:var(--text-primary);transform:translateY(-2px)}.github-button:active{transform:translateY(0)}.mobile-icon,.mobile-nav-icons,.mobile-menu{display:none}@media screen and (max-width: 768px){.nav-items,.button-container{display:none}.mobile-nav-icons{display:flex;align-items:center;gap:12px}.mobile-icon{display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;color:var(--text-primary);transition:all .2s ease-in-out;z-index:20;padding:8px}.mobile-icon:hover{color:var(--primary);transform:scale(1.1)}.mobile-icon:active{transform:scale(.95)}.cancel-icon{color:var(--text-primary)}.cancel-icon:hover{color:var(--primary)}.mobile-menu{display:flex;flex-direction:column;justify-content:center;gap:16px;position:absolute;top:60px;right:0;width:100%;padding:32px 40px 24px;background:#0f1624fc;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:0 0 20px 20px;box-shadow:0 8px 24px #0006;z-index:1000;visibility:visible;opacity:1;pointer-events:auto}.mobile-link{color:var(--text-primary);font-weight:500;font-size:16px;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;text-align:center;padding:8px 0;display:block}.mobile-link:hover{color:var(--primary);transform:scale(1.05)}.mobile-link:active{transform:scale(.95)}.mobile-link.active{border-bottom:2px solid var(--primary)}.mobile-github-button{border:1.8px solid var(--primary);display:flex;justify-content:center;align-items:center;height:70%;border-radius:20px;color:var(--primary);cursor:pointer;padding:0 20px;font-weight:500;text-decoration:none;font-size:16px;transition:all .6s ease-in-out;margin-top:10px;align-self:center}.mobile-github-button:hover{background:var(--primary);color:var(--text-primary)}}@media screen and (min-width: 769px){.mobile-menu{display:none}}:root{--font-title: "Space Grotesk, sans-serif";--font-main: "Space Grotesk, sans-serif";--primary1: #854CE6;--background1: #222A35;--button: #854CE6;--background2: #19212C;--text: #C8CFD8;--text1: #F2F5F7;--text2: #626970;--text3: #575C66;--footer-background: #00012B;--sm: 640px;--md: 768px;--lg: 1024px;--xl: 1280px}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0!important;padding:0;font-family:Montserrat,sans-serif}::-webkit-scrollbar{width:4px;height:80px}::-webkit-scrollbar-track{background:#222a35}::-webkit-scrollbar-thumb{background:#575c66;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#626970}.hero-container{background:#1c1c27;display:flex;justify-content:center;position:relative;padding:80px 30px;z-index:1;clip-path:polygon(0 0,100% 0,100% 100%,70% 95%,0 100%)}@media (max-width: 1024px){.hero-container{padding:66px 16px}}@media (max-width: 640px){.hero-container{padding:32px 16px}}.hero-bg{position:absolute;display:flex;justify-content:flex-end;top:50%;left:50%;width:100%;height:100%;max-width:1360px;overflow:hidden;padding:0 30px;transform:translate(-50%) translateY(-50%)}@media (max-width: 1024px){.hero-bg{justify-content:center;padding:0}}.hero-inner-container{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1100px}@media (max-width: 1024px){.hero-inner-container{flex-direction:column}}.hero-left-container{width:100%;order:1}@media (max-width: 1024px),(max-width: 640px){.hero-left-container{order:2;margin-bottom:30px;display:flex;flex-direction:column;align-items:center}}.hero-right-container{width:100%;display:flex;order:2;justify-content:flex-end;gap:12px}@media (max-width: 1024px){.hero-right-container{order:1;justify-content:center;align-items:center;margin-bottom:80px}}@media (max-width: 640px){.hero-right-container{margin-bottom:30px}}.hero-img{position:relative;width:100%;height:100%;max-width:400px;max-height:400px;border-radius:50%;border:2px solid #854CE6}@media (max-width: 768px){.hero-img{max-width:400px;max-height:400px}}@media (max-width: 640px){.hero-img{max-width:280px;max-height:280px}}.hero-title{font-weight:700;font-size:50px;color:#fff;line-height:68px}@media (max-width: 1024px){.hero-title{text-align:center}}@media (max-width: 640px){.hero-title{font-size:40px;line-height:48px;margin-bottom:8px}}.hero-text-loop{font-weight:600;font-size:32px;display:flex;gap:12px;color:#fff;line-height:68px}@media (max-width: 1024px){.hero-text-loop{text-align:center}}@media (max-width: 640px){.hero-text-loop{font-size:22px;line-height:48px;margin-bottom:16px}}.hero-span{color:#854ce6;cursor:pointer}.hero-subtitle{font-size:20px;line-height:32px;margin-bottom:42px;color:#f2f5f7}@media (max-width: 1024px){.hero-subtitle{text-align:center}}@media (max-width: 640px){.hero-subtitle{font-size:16px;line-height:32px}}.hero-resume-button{text-decoration:none;width:100%;max-width:1000px;text-align:center;padding:16px 15px;color:#fff;border-radius:20px;cursor:pointer;font-size:20px;font-weight:600;transition:all .2s ease-in-out!important;background:linear-gradient(225deg,#854ce6,#9a3ee6)}.hero-resume-button:hover{transform:translateY(-5px) scale(1.08) rotate(1deg);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,background .3s ease-in-out;box-shadow:0 10px 30px #854ce6b3;filter:brightness(1.3);background:linear-gradient(225deg,#9c47eb,#da47eb)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 10px 30px #854ce680}50%{transform:scale(1.1);box-shadow:0 15px 35px #854ce6cc}to{transform:scale(1);box-shadow:0 10px 30px #854ce680}}.hero-resume-button:hover:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border-radius:20px;animation:pulse 1.5s infinite ease-in-out}@media (max-width: 640px){.hero-resume-button{padding:12px 0;font-size:18px}}:root{--text-primary: #F2F5F7;--text-secondary: #ffffff;--card-bg: #19212C;--primary-border: #854CE6;--skill-text: rgba(247, 247, 247, .8)}.skills-container{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;align-items:center}.skills-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1100px;gap:12px;margin-bottom:40px}.skills-title{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:var(--text-primary)}.skills-description{font-size:18px;text-align:center;max-width:600px;color:#fff}.skills-container-grid{width:100%;display:flex;flex-wrap:wrap;margin-top:30px;gap:30px;justify-content:center}.skills-skill{width:100%;max-width:500px;background:var(--card-bg);border:.1px solid var(--primary-border);box-shadow:#175ce626 0 4px 24px;border-radius:16px;padding:18px 36px}.skills-skill-title{font-size:28px;font-weight:600;color:var(--text-secondary);margin-bottom:20px;text-align:center}.skills-skill-list{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}.skills-skill-item{font-size:16px;font-weight:400;color:var(--skill-text);border:1px solid var(--skill-text);border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:8px}.skills-skill-image{width:24px;height:24px}@media (max-width: 960px){.skills-wrapper{flex-direction:column}}@media (max-width: 768px){.skills-title{margin-top:12px;font-size:32px}.skills-description{font-size:16px}.skills-skill{max-width:400px;padding:10px 36px}.skills-skill-item{font-size:14px;padding:8px 12px}}@media (max-width: 500px){.skills-skill{max-width:330px;padding:10px 36px}.skills-skill-item{font-size:14px;padding:6px 12px}}:root{--primary: #854CE6;--text-primary: #F2F5F7;--text-secondary: #ffffff;--primary-light: rgba(133, 59, 206, .2);--primary-hover: rgba(133, 59, 206, .08)}.projects-container{background:linear-gradient(343.07deg,#843bce0f 5.71%,#843bce00 64.83%);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;align-items:center;clip-path:polygon(0 0,100% 0,100% 100%,100% 98%,0 100%)}.projects-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1350px;padding:10px 0 100px;gap:12px}.projects-title{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:var(--text-primary)}.projects-description{font-size:18px;text-align:center;max-width:600px;color:#fff}.projects-toggle-group{display:flex;border:1.5px solid var(--primary);color:var(--primary);font-size:16px;border-radius:12px;font-weight:500;margin:22px 0}.projects-toggle-button{padding:8px 18px;border-radius:6px;cursor:pointer;transition:background .3s ease}.projects-toggle-button:hover{background:var(--primary-hover)}.projects-toggle-button.active{background:var(--primary-light)}.projects-divider{width:1.5px;background:var(--primary)}.projects-card-container{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap}@media (max-width: 960px){.projects-wrapper{flex-direction:column}}@media (max-width: 768px){.projects-title{margin-top:12px;font-size:32px}.projects-description{margin-top:12px;font-size:16px}.projects-toggle-group{font-size:12px}.projects-toggle-button{padding:6px 8px;border-radius:4px}}.project-card{width:330px;height:490px;background-color:#2c2f33;cursor:pointer;border-radius:10px;box-shadow:0 0 12px 4px #0006;overflow:hidden;padding:26px 20px;display:flex;flex-direction:column;gap:14px;transition:all .5s ease-in-out}.project-card:hover{transform:translateY(-10px);box-shadow:0 0 50px 4px #0009;filter:brightness(1.1)}.project-image{width:100%;height:180px;object-fit:cover;border-radius:10px;background-color:#fff;box-shadow:0 0 16px 2px #0000004d}.project-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.project-tag{font-size:12px;font-weight:400;color:#306ee8;background-color:#175ce626;padding:2px 8px;border-radius:10px}.project-title{font-size:20px;font-weight:600;color:#fff}.project-date{font-size:12px;font-weight:400;color:#fff}.project-description{font-weight:400;color:#fff;margin-top:8px;display:-webkit-box;max-width:100%;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.project-members{display:flex;align-items:center;padding-left:10px;margin-top:auto}.project-avatar{width:38px;height:38px;border-radius:50%;margin-left:-10px;background-color:#000;box-shadow:0 0 10px #0003;border:3px solid #f9f9f9}.contact-container{display:flex;flex-direction:column;justify-content:center;position:relative;align-items:center}@media (max-width: 960px){.contact-container{padding:0}}.contact-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1350px;padding:0 0 80px;gap:12px}@media (max-width: 960px){.contact-wrapper{flex-direction:column}}.contact-title-heading{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:#fff}@media (max-width: 768px){.contact-title-heading{margin-top:12px;font-size:32px}}.contact-desc{font-size:18px;text-align:center;max-width:600px;color:#fff}@media (max-width: 768px){.contact-desc{margin-top:12px;font-size:16px}}.contact-form{width:100%;max-width:800px;display:flex;flex-direction:column;padding:32px;border-radius:16px;box-shadow:#175ce626 0 4px 24px;margin-top:28px;gap:12px;transition:box-shadow .3s ease-in-out}.contact-form:hover{box-shadow:#175ce64d 0 4px 30px}.contact-title{font-size:24px;margin-bottom:6px;font-weight:600;color:#fff}.contact-input,.contact-input-message{flex:1;background-color:transparent;border:1px solid #B0B0B0;outline:none;font-size:18px;color:#fff;border-radius:12px;padding:12px 16px;transition:border .3s ease-in-out}.contact-input:focus,.contact-input-message:focus{border:1px solid var(--primary);box-shadow:0 0 5px var(--primary)}.contact-input:hover,.contact-input-message:hover{border-color:var(--primary)}.contact-button{width:100%;text-decoration:none;text-align:center;background:linear-gradient(225deg,#8400ff,#e500ff);padding:13px 16px;margin-top:2px;border-radius:12px;border:none;color:var(--text-primary);font-size:18px;font-weight:600;cursor:pointer;transition:transform .3s ease-in-out,background .3s ease-in-out}.contact-button:hover{transform:translateY(-4px);background:linear-gradient(225deg,#8400ff 100%,#e500ff 0%)}.contact-button:disabled{background:#ccc;cursor:not-allowed}.contact-form .contact-input,.contact-form .contact-input-message{margin-bottom:12px}.contact-form .contact-button{margin-top:18px}.footer-container{width:100%;padding:2rem 0;display:flex;justify-content:center}.footer-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:14px;align-items:center;padding:1rem;color:#fff}.logo{font-weight:600;font-size:20px;color:#fff}.footer{width:100%;max-width:800px;margin-top:.5rem;display:flex;flex-direction:row;gap:2rem;justify-content:center}@media (max-width: 768px){.footer{flex-wrap:wrap;gap:1rem;justify-content:center;text-align:center;font-size:12px}}.footer-link{color:var(--text-primary);text-decoration:none;font-size:1.2rem;transition:color .2s ease-in-out}.footer-link:hover{color:var(--primary)}@media (max-width: 768px){.footer-link{font-size:1rem}}.social-media-icons{display:flex;margin-top:1rem}.social-media-icon{display:inline-block;margin:0 1rem;font-size:1.5rem;transition:color .2s ease-in-out;color:#fff}.social-media-icon:hover{color:var(--primary)}.copyright{margin-top:1.5rem;font-size:.9rem;text-align:center}.experience-card{width:100%;max-width:650px;border-radius:10px;box-shadow:#175ce626 0 4px 24px;padding:12px 16px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:12px;transition:all .3s ease-in-out;border:.1px solid #306EE8;background:transparent}.experience-card:hover{transform:translateY(-5px);box-shadow:0 0 20px #0003}.experience-top{width:100%;display:flex;gap:12px;align-items:flex-start}.experience-image{height:50px;width:50px;object-fit:cover;background-color:#000;border-radius:10px;margin-top:4px;flex-shrink:0}.experience-body{width:100%;display:flex;flex-direction:column;gap:2px}.experience-role{font-size:18px;font-weight:600;color:#fffffff2;line-height:1.3}.experience-company{font-size:14px;font-weight:500;color:#fffc}.experience-date{font-size:12px;font-weight:400;color:#fff9}.experience-description{width:100%;font-size:15px;font-weight:400;color:#ffffffbf;margin-bottom:10px}.experience-section{margin-top:10px}.experience-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:#8ab4ff;margin-bottom:6px}.experience-summary{margin:0;line-height:1.7}.experience-points{margin:0;padding-left:18px;display:grid;gap:6px}.experience-points li{line-height:1.6;color:#fffc}.experience-skills{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.skill-badge{padding:6px 14px;font-size:13px;font-weight:500;border-radius:20px;background:#3b82f626;color:#8ab4ff;border:1px solid rgba(59,130,246,.3);transition:all .2s ease;cursor:default}.skill-badge:hover{transform:translateY(-2px);background:#3b82f638}.experience-doc{width:fit-content;color:#8ab4ff;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.experience-doc:hover{color:#fff}@media screen and (max-width: 768px){.experience-card{max-width:500px;padding:12px}.experience-role{font-size:16px}.experience-company{font-size:13px}.experience-description{font-size:14px}}@media screen and (max-width: 425px){.experience-card{max-width:360px;padding:10px;gap:10px}.experience-image{width:45px;height:45px}.experience-role{font-size:15px}.experience-company{font-size:12px}.experience-date{font-size:11px}.experience-description{font-size:13px}.skill-badge{font-size:11px;padding:5px 10px}}@media screen and (max-width: 375px){.experience-card{max-width:320px;padding:10px}.experience-top{gap:10px}.experience-image{width:40px;height:40px}.experience-role{font-size:14px}.experience-company{font-size:11px}.experience-date{font-size:10px}.experience-description{font-size:12px}.experience-section-title{font-size:11px}.experience-points{padding-left:16px;gap:4px}.skill-badge{font-size:10px;padding:4px 9px}}@media screen and (max-width: 320px){.experience-card{max-width:280px;padding:8px;gap:8px}.experience-top{gap:8px}.experience-image{width:35px;height:35px}.experience-role{font-size:13px}.experience-company{font-size:10px}.experience-date{font-size:9px}.experience-description{font-size:11px}.experience-section-title{font-size:10px}.experience-points{padding-left:14px}.skill-badge{font-size:9px;padding:4px 8px}.experience-doc{font-size:11px}}.experience-container{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;align-items:center;padding:0 0 100px}@media (max-width: 960px){.experience-container{padding:0}}.experience-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1350px;padding:40px 0;gap:12px}@media (max-width: 960px){.experience-wrapper{flex-direction:column}}.experience-title{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:#fff}@media (max-width: 768px){.experience-title{margin-top:12px;font-size:32px}}.experience-desc{font-size:18px;text-align:center;max-width:600px;color:#fff}@media (max-width: 768px){.experience-desc{margin-top:12px;font-size:16px}}.experience-image{width:100px;height:auto;object-fit:contain;margin-bottom:20px}.experience-timeline-section{width:100%;max-width:1000px;margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}@media (max-width: 660px){.experience-timeline-section{align-items:end}}.MuiTimelineItem-root:before{flex:0!important;padding:0!important}.education-card{width:100%;max-width:650px;border-radius:10px;box-shadow:#175ce626 0 4px 24px;padding:12px 16px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:12px;transition:all .3s ease-in-out;border:.1px solid #306EE8;background:transparent}.education-card:hover{box-shadow:0 0 20px #0003;transform:translateY(-5px)}.education-top{width:100%;display:flex;gap:12px;align-items:flex-start}.education-image{width:50px;height:50px;object-fit:cover;background-color:#000;border-radius:10px;margin-top:4px;flex-shrink:0}.education-body{width:100%;display:flex;flex-direction:column;gap:2px}.education-name{font-size:18px;font-weight:600;color:#ffffffe6;line-height:1.3}.education-degree{font-size:14px;font-weight:500;color:#fffc}.education-date{font-size:12px;font-weight:400;color:#fff9}.education-grade{font-size:14px;font-weight:500;color:#fffc}.education-description{width:100%;font-size:15px;font-weight:400;color:#ffffffb3;margin-bottom:10px;line-height:1.6}.education-description .span{overflow:hidden;display:-webkit-box;max-width:100%;--webkit-line-clamp: 4;-webkit-box-orient:vertical;text-overflow:ellipsis}.education-card:hover .span{overflow:visible;--webkit-line-clamp: unset}@media screen and (max-width: 768px){.education-card{max-width:500px;padding:12px}.education-name{font-size:16px}.education-degree,.education-grade{font-size:13px}.education-description{font-size:14px}}@media screen and (max-width: 425px){.education-card{max-width:360px;padding:10px;gap:10px}.education-image{width:45px;height:45px}.education-name{font-size:15px}.education-degree{font-size:12px}.education-date{font-size:11px}.education-grade{font-size:12px}.education-description{font-size:13px}}@media screen and (max-width: 375px){.education-card{max-width:320px;padding:10px}.education-top{gap:10px}.education-image{width:40px;height:40px}.education-name{font-size:14px}.education-degree{font-size:11px}.education-date{font-size:10px}.education-grade{font-size:11px}.education-description{font-size:12px}}@media screen and (max-width: 320px){.education-card{max-width:280px;padding:8px;gap:8px}.education-top{gap:8px}.education-image{width:35px;height:35px}.education-name{font-size:13px}.education-degree{font-size:10px}.education-date{font-size:9px}.education-grade{font-size:10px}.education-description{font-size:11px}}.education-container{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;align-items:center;padding:0 0 60px}@media (max-width: 960px){.education-container{padding:0}}.education-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1350px;padding:40px 16px 0;gap:12px;box-sizing:border-box}@media (max-width: 960px){.education-wrapper{flex-direction:column;padding:20px 16px 0}}.education-title{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:#fff}@media (max-width: 768px){.education-title{margin-top:12px;font-size:32px}}.education-desc{font-size:18px;text-align:center;max-width:600px;color:#fff}@media (max-width: 768px){.education-desc{margin-top:12px;font-size:16px}}.education-image{width:100px;height:auto;object-fit:contain;margin-bottom:20px}.education-timeline-section{width:100%;max-width:1000px;margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}@media (max-width: 960px){.education-timeline-section{padding-left:0}}@media (max-width: 660px){.education-timeline-section{align-items:center;padding:0 16px;box-sizing:border-box}}:root{--font-title: "Space Grotesk", sans-serif;--font-main: "Space Grotesk", sans-serif;--primary: #854CE6;--background: #222A35;--button: #854CE6;--background2: #19212C;--text: #C8CFD8;--text1: #F2F5F7;--text2: #626970;--text3: #575C66;--footer-background: #00012B;--sm: 640px;--md: 768px;--lg: 1024px;--xl: 1280px;--card-bg: var(--background2);--text-primary: var(--text1);--text-secondary: var(--text2);--primary-light: rgba(133, 76, 230, .2);--primary-hover: rgba(133, 76, 230, .8);--bg-light: var(--background);--bg-hover: rgba(25, 33, 44, .8)}.modal-container{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000000a7;display:flex;align-items:flex-start;justify-content:center;overflow-y:scroll;transition:all .5s ease}.modal-wrapper{max-width:800px;width:100%;border-radius:16px;margin:50px 12px;height:min-content;background-color:var(--card-bg);color:var(--text-primary);padding:20px;display:flex;flex-direction:column;position:relative}.modal-title{font-size:28px;font-weight:600;color:var(--text-primary);margin:8px 6px 0}.modal-date{font-size:16px;margin:2px 6px;font-weight:400;color:var(--text-secondary)}.modal-description{font-size:16px;font-weight:400;color:var(--text-primary);margin:8px 6px}.modal-image{width:100%;object-fit:cover;border-radius:12px;margin-top:30px;box-shadow:0 0 10px #0000004d}.modal-tags{display:flex;flex-wrap:wrap;margin:8px 0}.modal-tag{font-size:14px;font-weight:400;color:var(--primary);margin:4px;padding:4px 8px;border-radius:8px;background-color:var(--primary-light)}.modal-members{display:flex;flex-direction:column;gap:6px;flex-wrap:wrap;margin:12px 6px}.modal-member{display:flex;align-items:center;gap:12px}.modal-member-image{width:50px;height:50px;object-fit:cover;border-radius:50%;margin-bottom:4px;box-shadow:0 0 10px #0000004d}.modal-member-name{font-size:16px;font-weight:500;width:200px;color:var(--text-primary)}.modal-button-group{display:flex;justify-content:flex-end;margin:12px 0;gap:12px}.modal-button{width:100%;text-align:center;font-size:16px;font-weight:600;color:var(--text-primary);padding:12px 16px;border-radius:8px;background-color:var(--primary);cursor:pointer;text-decoration:none;transition:all .5s ease}.modal-button:hover{background-color:var(--primary-hover)}.modal-button-dull{background-color:var(--bg-light);color:#fff}.modal-button-dull:hover{background-color:var(--bg-hover)}@media only screen and (max-width: 600px){.modal-title{font-size:24px;margin:6px 6px 0}.modal-date{font-size:12px}.modal-description{font-size:14px;margin:6px}.modal-tag{font-size:12px}.modal-member-image{width:32px;height:32px}.modal-member-name{font-size:14px}.modal-button{font-size:12px}}.coding-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0}.coding-wrapper{width:100%;max-width:1100px;display:flex;flex-direction:column;align-items:center;gap:24px}@media (max-width: 960px){.coding-wrapper{padding:0 20px}}.coding-desc{font-size:18px;text-align:center;max-width:600px;color:#fff}@media (max-width: 768px){.coding-desc{margin-top:12px;font-size:16px}}.coding-section-title{font-size:32px;font-weight:600;color:#fff;text-align:center;margin-bottom:20px}.coding-platform-row{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding:6px 4px 12px}.coding-platform-item{width:100%;max-width:320px;flex:1 1 280px;background:linear-gradient(145deg,#0a0a12fa,#12121cfa);border:1px solid rgba(133,76,230,.35);border-radius:18px;padding:18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 8px 24px #00000038}.coding-platform-item:hover{transform:translateY(-6px);border-color:#854ce6b3;box-shadow:0 14px 28px #854ce629}.coding-platform-details{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0;width:100%}.coding-platform-image{width:52px;height:52px;object-fit:cover;border-radius:14px;background:#111;flex-shrink:0}.coding-platform-name{font-size:18px;font-weight:600;color:#fff;line-height:1.2}.coding-platform-desc{font-size:14px;color:#b9c2d9;text-decoration:none;white-space:nowrap;text-align:center}@media (max-width: 768px){.coding-platform-row{gap:14px}.coding-platform-item{max-width:100%;flex-basis:100%;padding:16px 18px}}@media (max-width: 480px){.coding-platform-image{width:46px;height:46px}.coding-platform-name{font-size:16px}.coding-platform-desc{font-size:13px}}.resume-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#0d1321;z-index:2000}.resume-page-header{position:relative;display:flex;justify-content:center;align-items:center;padding:14px 18px;background:#0d1321f2;border-bottom:1px solid rgba(255,255,255,.12)}.resume-page-download-btn{text-decoration:none;padding:10px 18px;border-radius:999px;background:linear-gradient(225deg,#854ce6,#9a3ee6);color:#fff;font-weight:700;font-size:14px;letter-spacing:.2px;transition:transform .2s ease,box-shadow .2s ease}.resume-page-download-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #854ce673}.resume-page-cancel-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.resume-page-cancel-btn:hover{background:#ffffff2e}.resume-page-body{flex:1;min-height:0}.resume-page-frame{width:100%;height:100%;border:none;background:#fff}@media (max-width: 640px){.resume-page-header{padding:12px}.resume-page-download-btn{font-size:13px;padding:9px 14px}.resume-page-cancel-btn{right:10px;padding:7px 12px;font-size:12px}}.certifications-container{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;align-items:center;padding:0 0 60px}@media (max-width: 960px){.certifications-container{padding:0}}.certifications-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;max-width:1350px;padding:40px 0 0;gap:12px}@media (max-width: 960px){.certifications-wrapper{flex-direction:column}}.certifications-title{font-size:42px;text-align:center;font-weight:600;margin-top:20px;color:#fff}@media (max-width: 768px){.certifications-title{margin-top:12px;font-size:32px}}.certifications-desc{font-size:18px;text-align:center;max-width:600px;color:#fff}@media (max-width: 768px){.certifications-desc{margin-top:12px;font-size:16px}}.certifications-carousel{width:100%;max-width:900px;margin-top:40px;display:none;flex-direction:column;align-items:center;gap:20px;padding:0 20px}.carousel-image-container{width:100%;max-width:550px;height:420px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#844ce626,#844ce60d);border:2px solid rgba(132,76,230,.3);border-radius:15px;padding:30px;box-shadow:0 8px 32px #844ce61a}@media (max-width: 768px){.carousel-image-container{max-width:350px;height:300px;padding:20px}}.carousel-image{width:100%;height:100%;object-fit:contain;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-info{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.carousel-name{font-size:24px;font-weight:600;color:#fff}@media (max-width: 768px){.carousel-name{font-size:20px}}.carousel-issuer{font-size:16px;color:#b1b2be}@media (max-width: 768px){.carousel-issuer{font-size:14px}}.carousel-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;background:#844ce666;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.dot:hover{background:#844ce6b3}.dot.active{background:#854ce6;width:32px;border-radius:6px;box-shadow:0 0 20px #844ce680}.certifications-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:1200px;margin-top:40px;padding:0 20px}@media (max-width: 1024px){.certifications-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.certifications-grid{grid-template-columns:1fr;padding:0 16px;gap:20px}}.cert-card{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 8px 32px #844ce61a;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;background:linear-gradient(135deg,#844ce61a,#844ce60d);border:1px solid rgba(132,76,230,.2)}.cert-card:hover{transform:scale(1.05);box-shadow:0 16px 48px #844ce640;border:1px solid rgba(132,76,230,.4)}.cert-image-container{width:100%;height:280px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#844ce626,#844ce60d);padding:20px;overflow:hidden}.cert-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.cert-card:hover .cert-image{transform:scale(1.05)}.cert-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s cubic-bezier(.175,.885,.32,1.275);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.cert-card:hover .cert-overlay{opacity:1}.overlay-content{text-align:center;display:flex;flex-direction:column;gap:16px;padding:20px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.overlay-title{font-size:18px;font-weight:700;color:#fff;margin:0;line-height:1.4}.overlay-issuer{font-size:14px;color:#b1b2be;margin:0}.view-cert-btn{background:linear-gradient(135deg,#854ce6,#a855f7);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #844ce64d;text-transform:uppercase;letter-spacing:.5px}.view-cert-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #844ce680;background:linear-gradient(135deg,#a855f7,#c084fc)}.view-cert-btn:active{transform:translateY(0)}.cert-info{padding:20px;display:flex;flex-direction:column;gap:8px}.cert-name{font-size:16px;font-weight:700;color:#fff;margin:0;line-height:1.3}.cert-issuer{font-size:13px;color:#b1b2be;margin:0}.cert-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInOverlay .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.cert-modal{position:relative;background:linear-gradient(135deg,#141428f2,#1e1432f2);border:1px solid rgba(132,76,230,.3);border-radius:20px;max-width:700px;width:90%;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 60px #844ce666;animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 768px){.cert-modal{width:95%;max-height:90vh;border-radius:15px}}.modal-close-btn{position:absolute;top:20px;right:20px;background:#844ce633;border:1px solid rgba(132,76,230,.4);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.modal-close-btn:hover{background:#844ce666;transform:rotate(90deg);border:1px solid rgba(132,76,230,.6)}.modal-close-btn svg{width:24px;height:24px}.modal-content{padding:70px 30px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#844ce61a,#844ce60d);border-bottom:1px solid rgba(132,76,230,.2)}@media (max-width: 768px){.modal-content{padding:60px 20px 20px}}.modal-image{max-width:100%;max-height:450px;width:auto;height:auto;object-fit:contain;border-radius:12px;animation:zoomIn .5s ease-out}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.modal-image{max-height:300px}}.modal-info{padding:30px;display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.modal-info{padding:20px}}.modal-title{font-size:24px;font-weight:700;color:#fff;margin:0;line-height:1.3}@media (max-width: 768px){.modal-title{font-size:20px}}.modal-issuer{font-size:16px;color:#b1b2be;margin:0}@media (max-width: 768px){.modal-issuer{font-size:14px}}.download-link{text-decoration:none;margin-top:8px}.download-btn{background:linear-gradient(135deg,#854ce6,#a855f7);color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #844ce659;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.download-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #844ce680;background:linear-gradient(135deg,#a855f7,#c084fc)}.download-btn:active{transform:translateY(-1px)}
