@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-image:radial-gradient(circle at 20% 20%,#00000003 0,#0000 50%),radial-gradient(circle at 80% 80%,#00000003 0,#0000 50%);color:#0a0a0a;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;overflow-x:hidden}body,html{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none;height:0;width:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb:hover{display:none}.particles{display:none}.App{background:linear-gradient(135deg,#fff,#f5f5f5);min-height:100vh;overflow-x:hidden;position:relative}.main-content,.main-content>section{position:relative;width:100%}a{color:#0a0a0a;text-decoration:none;transition:all .3s ease}a:hover{color:#4a4a4a}section{min-height:100vh;padding:80px 5%;position:relative;z-index:1}.card-3d{perspective:1000px;transform-style:preserve-3d;transition:all .4s cubic-bezier(.165,.84,.44,1)}.card-3d:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-10px) rotateX(2deg) rotateY(2deg)}.modern-btn{background:#0a0a0a;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-weight:600;padding:12px 32px;transition:all .3s ease}.modern-btn:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:60px;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#0a0a0a,#4a4a4a);border-radius:2px;content:"";display:block;height:4px;margin:20px auto;width:100px}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-bottom:1px solid #0000000f;left:0;padding:20px 5%;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.165,.84,.44,1);z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000014;padding:15px 5%}.header .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header .logo{align-items:center;display:flex;gap:14px;text-decoration:none;transition:transform .3s ease}.header .logo:hover{transform:translateX(3px)}.header .logo:hover .logo-mark{background:linear-gradient(135deg,#0a0a0a,#2a2a2a);transform:rotate(5deg) scale(1.05)}.header .logo .logo-mark{align-items:center;background:#0a0a0a;border-radius:10px;box-shadow:0 4px 15px #00000026;color:#fff;display:flex;font-size:1rem;font-weight:900;height:45px;justify-content:center;letter-spacing:-1px;transition:all .3s ease;width:45px}.header .logo .logo-text{display:flex;flex-direction:column;gap:2px}.header .logo .logo-text .name{color:#0a0a0a;font-size:1.15rem;font-weight:700;line-height:1}.header .logo .logo-text .title{color:#6a6a6a;font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.header .nav{align-items:center;display:flex;gap:8px}.header .nav .nav-link{border-radius:8px;color:#4a4a4a;font-size:.95rem;font-weight:600;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s ease}.header .nav .nav-link:before{background:#0a0a0a;bottom:8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.header .nav .nav-link:hover{background:#00000008;color:#0a0a0a}.header .nav .nav-link:hover:before{width:30px}.header .nav .nav-link.active{color:#0a0a0a}.header .nav .nav-link.active:before{width:30px}.header .nav .nav-link.contact-link{background:#0a0a0a;color:#fff;margin-left:10px;padding:10px 26px}.header .nav .nav-link.contact-link:before{display:none}.header .nav .nav-link.contact-link:hover{box-shadow:0 8px 20px #00000040;transform:translateY(-2px)}.header .mobile-menu-btn{background:#0a0a0a;border:none;border-radius:8px;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:10px;z-index:1001}.header .mobile-menu-btn span{background:#fff;border-radius:3px;height:2.5px;transition:all .3s ease;width:24px}.header .mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.header .mobile-menu-btn.open span:nth-child(2){opacity:0}.header .mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:1024px){.header .nav{gap:4px}.header .nav .nav-link{font-size:.9rem;padding:10px 16px}}@media(max-width:768px){.header .logo .logo-mark{font-size:.95rem;height:40px;width:40px}.header .logo .logo-text .name{font-size:1rem}.header .logo .logo-text .title{font-size:.65rem}.header .nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:-5px 0 30px #0000001a;flex-direction:column;gap:25px;height:100vh;justify-content:center;max-width:320px;padding:40px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.165,.84,.44,1);width:75%}.header .nav.mobile-open{right:0}.header .nav .nav-link{font-size:1.1rem;padding:14px 20px;text-align:center;width:100%}.header .nav .nav-link.contact-link{margin-left:0;margin-top:20px}.header .mobile-menu-btn{display:flex}}.home{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;overflow:visible;padding:120px 5% 80px;position:relative;z-index:1}.home:before{background:radial-gradient(circle,rgba(0,0,0,.015) 0,#0000 70%);content:"";height:1000px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:1000px}.home .home-container{margin:0 auto;max-width:1400px;position:relative;width:100%;z-index:2}.home .home-content{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1.2fr 1fr}.home .text-content .label-badge{align-items:center;background:#0000000a;border-radius:50px;color:#0a0a0a;display:inline-flex;font-size:.8rem;font-weight:700;gap:10px;letter-spacing:1px;margin-bottom:30px;padding:8px 20px;text-transform:uppercase}.home .text-content .label-badge .status-dot{animation:pulse-green 2s ease-in-out infinite;background:#10b981;border-radius:50%;height:8px;width:8px}.home .text-content .hero-title{font-size:5.5rem;font-weight:900;line-height:1;margin-bottom:30px;perspective:1000px}.home .text-content .hero-title .title-line{color:#0a0a0a;display:block;margin-bottom:10px}.home .text-content .hero-title .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text}.home .text-content .hero-subtitle{color:#4a4a4a;font-size:1.15rem;font-weight:400;line-height:1.8;margin-bottom:40px;max-width:600px}.home .text-content .hero-subtitle strong{color:#0a0a0a;font-weight:700}.home .text-content .cta-group{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:50px}.home .text-content .cta-group .btn-primary,.home .text-content .cta-group .btn-secondary{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;opacity:1;padding:16px 38px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);visibility:visible}.home .text-content .cta-group .btn-primary svg,.home .text-content .cta-group .btn-secondary svg{transition:transform .3s ease}.home .text-content .cta-group .btn-primary{background:#0a0a0a;box-shadow:0 10px 30px #00000040;color:#fff}.home .text-content .cta-group .btn-primary:hover{box-shadow:0 15px 40px #00000059;transform:translateY(-3px)}.home .text-content .cta-group .btn-primary:hover svg{transform:translateX(5px)}.home .text-content .cta-group .btn-secondary{background:#0000;border:2px solid #0a0a0a;color:#0a0a0a}.home .text-content .cta-group .btn-secondary:hover{background:#00000008;transform:translateY(-3px)}.home .text-content .cta-group .btn-secondary:hover svg{transform:translateY(3px)}.home .text-content .tech-stack{align-items:center;display:flex;gap:20px}.home .text-content .tech-stack .stack-label{color:#6a6a6a;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.home .text-content .tech-stack .stack-icons{display:flex;flex-wrap:wrap;gap:12px}.home .text-content .tech-stack .stack-icons .stack-item{background:#0000000a;border-radius:8px;color:#0a0a0a;font-size:.85rem;font-weight:600;padding:8px 18px;transition:all .3s ease}.home .text-content .tech-stack .stack-icons .stack-item:hover{background:#0a0a0a;color:#fff;transform:translateY(-2px)}.home .image-content{align-items:center;display:flex;height:650px;justify-content:center;position:relative}.home .image-content .image-wrapper{height:750px;position:relative;width:600px;will-change:transform}.home .image-content .image-wrapper .hero-image{height:100%;object-fit:contain;position:relative;transition:transform .3s ease;width:100%;z-index:1}.home .image-content .image-wrapper .hero-image:hover{transform:scale(1.02)}.home .scroll-hint{align-items:center;animation:bounce-up 2s ease-in-out infinite;bottom:40px;display:flex;flex-direction:column;gap:12px;left:50%;position:absolute;transform:translateX(-50%)}.home .scroll-hint span{color:#6a6a6a;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.home .scroll-hint .scroll-line{background:linear-gradient(180deg,#0a0a0a,#0000);border-radius:2px;height:40px;width:2px}@media(max-width:1200px){.home .home-content{gap:60px}.home .text-content .hero-title{font-size:4.5rem}.home .image-content{height:600px}.home .image-content .image-wrapper{height:650px;width:500px}}@media(max-width:1024px){.home .home-content{gap:60px;grid-template-columns:1fr;text-align:center}.home .text-content{align-items:center;display:flex;flex-direction:column}.home .text-content .hero-title{font-size:4rem}.home .text-content .hero-title .gradient-text:after{left:50%;transform:translateX(-50%)}.home .text-content .hero-subtitle{max-width:100%}.home .text-content .cta-group{justify-content:center}.home .text-content .tech-stack{flex-direction:column;gap:15px}.home .image-content{height:500px;order:-1}.home .image-content .image-wrapper{height:500px;width:380px}}@media(max-width:768px){.home{padding:100px 5% 60px}.home .text-content .hero-title{font-size:3rem}.home .text-content .hero-subtitle{font-size:1rem}.home .image-content{height:480px}.home .image-content .image-wrapper{height:460px;width:340px}}@media(max-width:480px){.home .text-content .hero-title{font-size:2.5rem}.home .text-content .cta-group{flex-direction:column;width:100%}.home .text-content .cta-group .btn-primary,.home .text-content .cta-group .btn-secondary{justify-content:center;width:100%}.home .image-content{height:420px}.home .image-content .image-wrapper{height:400px;width:300px}}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}@keyframes bounce-up{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.about{background:#fff;min-height:100vh;padding:80px 5%;position:relative;z-index:10}.about .about-container{margin:0 auto;max-width:1400px;position:relative}.about .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:60px;text-align:center}.about .about-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1.2fr .8fr}.about .about-content .content-left .intro{margin-bottom:35px}.about .about-content .content-left .intro .name-title{color:#0a0a0a;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:10px}.about .about-content .content-left .intro .subtitle{color:#6a6a6a;font-size:1.3rem;font-weight:500}.about .about-content .content-left .description{margin-bottom:40px}.about .about-content .content-left .description p{color:#4a4a4a;font-size:1.05rem;line-height:1.8;margin-bottom:20px}.about .about-content .content-left .description p strong{color:#0a0a0a;font-weight:700}.about .about-content .content-left .description p:last-child{margin-bottom:0}.about .about-content .content-left .highlights{margin-bottom:45px}.about .about-content .content-left .highlights .highlight-item{align-items:flex-start;background:#f8f9fa;border-radius:12px;display:flex;gap:20px;margin-bottom:15px;padding:20px;transition:all .3s ease}.about .about-content .content-left .highlights .highlight-item:hover{background:#f0f0f0;transform:translateX(10px)}.about .about-content .content-left .highlights .highlight-item .highlight-icon{font-size:2.5rem;line-height:1}.about .about-content .content-left .highlights .highlight-item .highlight-text{flex:1 1}.about .about-content .content-left .highlights .highlight-item .highlight-text h4{color:#0a0a0a;font-size:1.15rem;font-weight:700;margin-bottom:5px}.about .about-content .content-left .highlights .highlight-item .highlight-text p{color:#6a6a6a;font-size:.95rem;line-height:1.6}.about .about-content .content-left .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:40px}.about .about-content .content-left .stats-grid .stat-item{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #0000000d;border-radius:12px;padding:25px 15px;text-align:center;transition:all .3s ease}.about .about-content .content-left .stats-grid .stat-item:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.about .about-content .content-left .stats-grid .stat-item .stat-number{color:#0a0a0a;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:8px}.about .about-content .content-left .stats-grid .stat-item .stat-number:after{color:#4a4a4a;content:"+"}.about .about-content .content-left .stats-grid .stat-item .stat-label{color:#6a6a6a;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.about .about-content .content-left .cta-buttons{display:flex;flex-wrap:wrap;gap:15px}.about .about-content .content-left .cta-buttons .btn-primary,.about .about-content .content-left .cta-buttons .btn-secondary{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1)}.about .about-content .content-left .cta-buttons .btn-primary{background:#0a0a0a;box-shadow:0 4px 15px #0003;color:#fff}.about .about-content .content-left .cta-buttons .btn-primary:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}.about .about-content .content-left .cta-buttons .btn-secondary{background:#0000;border:2px solid #0a0a0a;color:#0a0a0a}.about .about-content .content-left .cta-buttons .btn-secondary:hover{background:#0a0a0a;color:#fff;transform:translateY(-3px)}.about .about-content .content-right{align-items:stretch;display:flex;height:50%;perspective:1000px;position:relative}.about .about-content .content-right .image-wrapper-3d{display:flex;flex-direction:column;position:relative;transform-style:preserve-3d;width:100%}.about .about-content .content-right .image-wrapper-3d .image-card{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;box-shadow:0 20px 60px #00000026;display:flex;flex:1 1;overflow:hidden;padding:15px;position:relative;transition:transform .5s ease}.about .about-content .content-right .image-wrapper-3d .image-card:hover{transform:rotateY(5deg) rotateX(-5deg)}.about .about-content .content-right .image-wrapper-3d .image-card:hover .image-glow{opacity:.5}.about .about-content .content-right .image-wrapper-3d .image-card .profile-image{border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}.about .about-content .content-right .image-wrapper-3d .image-card .image-glow{background:radial-gradient(circle at center,#0000001a 0,#0000 70%);inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s ease}.about .about-content .content-right .image-wrapper-3d .floating-badge{animation:floatBadge 3s ease-in-out infinite;background:#0a0a0a;border-radius:50px;box-shadow:0 8px 25px #0003;color:#fff;font-size:.9rem;font-weight:700;padding:10px 20px;position:absolute}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-1{animation-delay:0s;right:-10%;top:10%}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-2{animation-delay:1s;bottom:30%;left:-15%}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-3{animation-delay:2s;bottom:10%;right:-5%}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.about .about-content{gap:50px;grid-template-columns:1fr}.about .about-content .content-left{order:2}.about .about-content .content-left .stats-grid{grid-template-columns:repeat(3,1fr)}.about .about-content .content-right{height:auto;margin:0 auto;max-width:500px;order:1}.about .about-content .content-right .image-card .profile-image{height:100%}}@media(max-width:768px){.about{padding:60px 5%}.about .section-title{font-size:2.5rem;margin-bottom:40px}.about .about-content{gap:40px}.about .about-content .content-left .intro .name-title{font-size:2rem}.about .about-content .content-left .intro .subtitle{font-size:1.1rem}.about .about-content .content-left .description p{font-size:1rem}.about .about-content .content-left .highlights .highlight-item{flex-direction:column;gap:10px;text-align:center}.about .about-content .content-left .highlights .highlight-item .highlight-icon{font-size:2rem}.about .about-content .content-left .stats-grid{gap:15px;grid-template-columns:repeat(3,1fr)}.about .about-content .content-left .stats-grid .stat-item{padding:20px 10px}.about .about-content .content-left .stats-grid .stat-item .stat-number{font-size:2rem}.about .about-content .content-left .stats-grid .stat-item .stat-label{font-size:.75rem}.about .about-content .content-left .cta-buttons .btn-primary,.about .about-content .content-left .cta-buttons .btn-secondary{text-align:center;width:100%}.about .about-content .content-right{height:auto}.about .about-content .content-right .image-card .profile-image{height:100%}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-1{right:5%}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-2{left:5%}.about .about-content .content-right .image-wrapper-3d .floating-badge.badge-3{right:5%}}@media(max-width:480px){.about .about-content .content-left .stats-grid .stat-item .stat-number{font-size:1.8rem}.about .about-content .content-right .image-card .profile-image{height:100%}}.skills{background:#f8f9fa;min-height:100vh;padding:80px 5%;position:relative;z-index:2}.skills .skills-container{margin:0 auto;max-width:1400px;position:relative;z-index:10}.skills .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:15px;text-align:center}.skills .section-subtitle{color:#6a6a6a;font-size:1.1rem;font-weight:400;margin-bottom:40px;text-align:center}.skills .filter-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px}.skills .filter-tabs .filter-tab{align-items:center;background:#fff;border:2px solid #0000001a;border-radius:50px;color:#4a4a4a;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:10px 28px;transition:all .3s ease}.skills .filter-tabs .filter-tab .count{background:#0000001a;border-radius:20px;font-size:.8rem;padding:2px 8px}.skills .filter-tabs .filter-tab:hover{border-color:#0a0a0a;transform:translateY(-2px)}.skills .filter-tabs .filter-tab.active{background:#0a0a0a;border-color:#0a0a0a;box-shadow:0 8px 20px #0003;color:#fff}.skills .filter-tabs .filter-tab.active .count{background:#fff3;color:#fff}.skills .skills-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));min-height:200px;opacity:1;perspective:1000px;visibility:visible}.skills .skills-grid .skill-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;opacity:1!important;overflow:hidden;padding:25px;position:relative;transform-style:preserve-3d;transition:all .4s cubic-bezier(.165,.84,.44,1);visibility:visible!important}.skills .skills-grid .skill-card:before{background:linear-gradient(135deg,#00000005,#0000 50%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.skills .skills-grid .skill-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-10px) translateZ(30px) rotateX(2deg)}.skills .skills-grid .skill-card:hover:before{opacity:1}.skills .skills-grid .skill-card:hover .skill-icon{transform:scale(1.15) rotateY(1turn)}.skills .skills-grid .skill-card:hover .proficiency-fill{animation:pulse-bar 1s ease-in-out}.skills .skills-grid .skill-card .skill-card-inner{position:relative;z-index:1}.skills .skills-grid .skill-card .skill-header{align-items:center;display:flex;gap:15px;margin-bottom:20px}.skills .skills-grid .skill-card .skill-header .skill-icon{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-shrink:0;height:55px;justify-content:center;padding:12px;transition:all .6s ease;width:55px}.skills .skills-grid .skill-card .skill-header .skill-icon img{height:100%;object-fit:contain;width:100%}.skills .skills-grid .skill-card .skill-header .skill-info{flex:1 1}.skills .skills-grid .skill-card .skill-header .skill-info .skill-name{color:#0a0a0a;font-size:1.1rem;font-weight:700;margin:0 0 4px}.skills .skills-grid .skill-card .skill-header .skill-info .skill-experience{color:#6a6a6a;font-size:.85rem;font-weight:500;margin:0}.skills .skills-grid .skill-card .skill-proficiency{margin-bottom:15px}.skills .skills-grid .skill-card .skill-proficiency .proficiency-label{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.skills .skills-grid .skill-card .skill-proficiency .proficiency-label span{color:#6a6a6a;font-size:.85rem;font-weight:600}.skills .skills-grid .skill-card .skill-proficiency .proficiency-label .proficiency-value{color:#0a0a0a;font-size:.95rem;font-weight:700}.skills .skills-grid .skill-card .skill-proficiency .proficiency-bar{background:#0000000d;border-radius:10px;height:8px;overflow:hidden;position:relative}.skills .skills-grid .skill-card .skill-proficiency .proficiency-bar .proficiency-fill{background:linear-gradient(90deg,#0a0a0a,#4a4a4a);border-radius:10px;height:100%;position:relative;transition:width 1s ease-out}.skills .skills-grid .skill-card .skill-proficiency .proficiency-bar .proficiency-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);content:"";inset:0;position:absolute}.skills .skills-grid .skill-card .skill-category-badge{background:#0000000d;border-radius:20px;color:#4a4a4a;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}@media(max-width:768px){.skills{padding:50px 5%}.skills .section-title{font-size:2.5rem}.skills .filter-tabs{gap:8px}.skills .filter-tabs .filter-tab{font-size:.85rem;padding:8px 20px}.skills .skills-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.skills .skills-grid .skill-card{padding:20px}.skills .skills-grid .skill-card .skill-header .skill-icon{height:50px;width:50px}.skills .skills-grid .skill-card .skill-header .skill-info .skill-name{font-size:1rem}}@media(max-width:480px){.skills .skills-grid{grid-template-columns:1fr}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.8}}.roadmap{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:100vh;padding:80px 5%;position:relative;z-index:2}.roadmap .roadmap-container{margin:0 auto;max-width:1400px;position:relative;z-index:10}.roadmap .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:15px;text-align:center}.roadmap .section-subtitle{color:#6a6a6a;font-size:1.15rem;font-weight:400;margin-bottom:70px;text-align:center}.roadmap .roadmap-content .year-section{margin-bottom:60px;position:relative}.roadmap .roadmap-content .year-section:last-child{margin-bottom:0}.roadmap .roadmap-content .year-section .year-badge{align-items:center;background:linear-gradient(135deg,#0a0a0a,#2a2a2a);border-radius:50px;box-shadow:0 8px 25px #00000026;color:#fff;display:inline-flex;font-size:1.5rem;font-weight:800;justify-content:center;margin-bottom:35px;padding:12px 32px;position:relative}.roadmap .roadmap-content .year-section .year-badge:before{content:"📅";font-size:1.3rem;margin-right:10px}.roadmap .roadmap-content .year-section .year-badge:after{background:linear-gradient(90deg,#0000,#0a0a0a,#0000);bottom:-20px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.roadmap .roadmap-content .year-section .skills-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #0000000f;cursor:pointer;opacity:1!important;overflow:hidden;padding:28px;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1);visibility:visible!important}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card:before{background:linear-gradient(90deg,#0a0a0a,#4a4a4a);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card:hover{border-color:#0000001a;box-shadow:0 12px 35px #0000001f;transform:translateY(-8px)}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card:hover:before{opacity:1}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card:hover .skill-icon{transform:scale(1.15) rotate(5deg)}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card:hover .skill-name{color:#0a0a0a}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header .skill-icon{font-size:2.8rem;line-height:1;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header .timeline-badge{background:#0000000f;border-radius:20px;color:#0a0a0a;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:6px 14px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .skill-name{color:#2a2a2a;font-size:1.35rem;font-weight:700;line-height:1.3;margin-bottom:12px;transition:color .3s ease}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .skill-description{color:#6a6a6a;font-size:.95rem;line-height:1.65;margin-bottom:20px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .category-badge{background:linear-gradient(135deg,#0000000d,#00000014);border:1px solid #00000014;border-radius:20px;color:#4a4a4a;display:inline-block;font-size:.85rem;font-weight:600;padding:7px 16px}.roadmap .roadmap-goal{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-radius:24px;box-shadow:0 15px 50px #00000040;margin-top:80px;overflow:hidden;padding:55px 50px;position:relative;text-align:center}.roadmap .roadmap-goal:before{animation:pulse 10s ease-in-out infinite;background:radial-gradient(circle,#ffffff08 0,#0000 70%);content:"";height:200%;position:absolute;right:-25%;top:-50%;width:150%}.roadmap .roadmap-goal:after{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:24px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;position:absolute}.roadmap .roadmap-goal .goal-icon{animation:bounce 2s ease-in-out infinite;font-size:4rem;margin-bottom:20px}.roadmap .roadmap-goal .goal-content{position:relative;z-index:1}.roadmap .roadmap-goal h3{color:#fff;font-size:2.3rem;font-weight:800;line-height:1.3;margin-bottom:20px}.roadmap .roadmap-goal p{color:#ffffffd9;font-size:1.15rem;line-height:1.8;margin-bottom:35px;margin-left:auto;margin-right:auto;max-width:850px}.roadmap .roadmap-goal p strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;color:#fff;font-weight:700}.roadmap .roadmap-goal .goal-tags{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;position:relative;z-index:1}.roadmap .roadmap-goal .goal-tags .tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:30px;color:#fff;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.roadmap .roadmap-goal .goal-tags .tag:hover{background:#ffffff2e;box-shadow:0 8px 20px #0000004d;transform:translateY(-3px)}@keyframes pulse{0%,to{opacity:1;transform:translate(0) scale(1)}50%{opacity:.8;transform:translate(-5%,-5%) scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.roadmap .roadmap-content .year-section .skills-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.roadmap{padding:60px 5%}.roadmap .section-title{font-size:2.5rem}.roadmap .section-subtitle{font-size:1.05rem;margin-bottom:50px}.roadmap .roadmap-content .year-section{margin-bottom:50px}.roadmap .roadmap-content .year-section .year-badge{font-size:1.3rem;padding:10px 26px}.roadmap .roadmap-content .year-section .skills-grid{gap:18px;grid-template-columns:1fr}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card{padding:24px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header .skill-icon{font-size:2.5rem}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .skill-name{font-size:1.25rem}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .skill-description{font-size:.92rem}.roadmap .roadmap-goal{margin-top:60px;padding:45px 35px}.roadmap .roadmap-goal .goal-icon{font-size:3.5rem}.roadmap .roadmap-goal h3{font-size:1.9rem}.roadmap .roadmap-goal p{font-size:1.05rem}.roadmap .roadmap-goal .goal-tags{gap:12px}.roadmap .roadmap-goal .goal-tags .tag{font-size:.9rem;padding:10px 20px}}@media(max-width:480px){.roadmap .roadmap-content .year-section .year-badge{font-size:1.2rem;padding:8px 22px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card{padding:22px 20px}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header .skill-icon{font-size:2.3rem}.roadmap .roadmap-content .year-section .skills-grid .roadmap-card .card-header .timeline-badge{font-size:.75rem;padding:5px 12px}.roadmap .roadmap-goal{padding:40px 28px}.roadmap .roadmap-goal .goal-icon{font-size:3rem}.roadmap .roadmap-goal h3{font-size:1.6rem}.roadmap .roadmap-goal p{font-size:1rem}.roadmap .roadmap-goal .goal-tags .tag{font-size:.85rem;padding:9px 18px}}.contact{background:#f8f9fa;min-height:100vh;padding:80px 5% 40px;position:relative;z-index:2}.contact .contact-container{margin:0 auto;max-width:1400px;position:relative;z-index:10}.contact .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:15px;text-align:center}.contact .section-subtitle{color:#6a6a6a;font-size:1.1rem;font-weight:400;margin-bottom:50px;text-align:center}.contact .contact-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px;opacity:1;visibility:visible}.contact .contact-grid .contact-card{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;gap:18px;opacity:1!important;overflow:hidden;padding:30px 25px;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1);visibility:visible!important}.contact .contact-grid .contact-card:before{background:linear-gradient(180deg,#0a0a0a,#4a4a4a);content:"";height:0;left:0;position:absolute;top:0;transition:height .3s ease;width:3px}.contact .contact-grid .contact-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.contact .contact-grid .contact-card:hover:before{height:100%}.contact .contact-grid .contact-card .contact-icon{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e0e0e0);border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-shrink:0;height:55px;justify-content:center;padding:12px;width:55px}.contact .contact-grid .contact-card .contact-icon img{height:100%;object-fit:contain;width:100%}.contact .contact-grid .contact-card .contact-info{flex:1 1}.contact .contact-grid .contact-card .contact-info .contact-name{color:#0a0a0a;font-size:1.1rem;font-weight:700;margin-bottom:6px}.contact .contact-grid .contact-card .contact-info .contact-details{color:#4a4a4a;display:block;font-size:.9rem;line-height:1.5;margin:0;text-decoration:none;transition:color .3s ease;word-break:break-word}.contact .contact-grid .contact-card .contact-info .contact-details:hover{color:#0a0a0a}.contact .social-section{margin-bottom:50px;text-align:center}.contact .social-section .social-title{color:#0a0a0a;font-size:1.8rem;font-weight:700;margin-bottom:25px}.contact .social-section .social-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;opacity:1;visibility:visible}.contact .social-section .social-links .social-link{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 20px #00000014;display:flex;height:60px;justify-content:center;opacity:1!important;overflow:hidden;padding:16px;position:relative;transition:all .3s cubic-bezier(.165,.84,.44,1);visibility:visible!important;width:60px}.contact .social-section .social-links .social-link:before{background:#0a0a0a;border-radius:50%;content:"";inset:0;position:absolute;transform:scale(0);transition:transform .3s ease}.contact .social-section .social-links .social-link img{height:100%;object-fit:contain;position:relative;transition:all .3s ease;width:100%;z-index:1}.contact .social-section .social-links .social-link:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-5px)}.contact .social-section .social-links .social-link:hover:before{transform:scale(1)}.contact .social-section .social-links .social-link:hover img{filter:brightness(0) invert(1)}.contact .cta-box{background:linear-gradient(135deg,#0a0a0a,#2a2a2a);border-radius:20px;box-shadow:0 20px 60px #0003;margin-bottom:40px;overflow:hidden;padding:50px 35px;position:relative;text-align:center}.contact .cta-box:before{background:radial-gradient(circle at 20% 30%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff1a 0,#0000 50%);content:"";inset:0;pointer-events:none;position:absolute}.contact .cta-box .cta-content{position:relative;z-index:1}.contact .cta-box .cta-content h3{color:#fff;font-size:2rem;font-weight:800;margin-bottom:12px}.contact .cta-box .cta-content p{color:#ffffffd9;font-size:1.1rem;margin-bottom:28px;margin-left:auto;margin-right:auto;max-width:600px}.contact .cta-box .cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.contact .cta-box .cta-content .cta-buttons .btn-primary,.contact .cta-box .cta-content .cta-buttons .btn-secondary{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:15px 35px;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1)}.contact .cta-box .cta-content .cta-buttons .btn-primary{background:#fff;color:#0a0a0a}.contact .cta-box .cta-content .cta-buttons .btn-primary:hover{box-shadow:0 8px 30px #ffffff4d;transform:translateY(-3px)}.contact .cta-box .cta-content .cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.contact .cta-box .cta-content .cta-buttons .btn-secondary:hover{background:#fff;box-shadow:0 8px 30px #fff3;color:#0a0a0a;transform:translateY(-3px)}.contact .footer{border-top:1px solid #e0e0e0;padding-top:30px;text-align:center}.contact .footer p{color:#6a6a6a;font-size:.9rem;margin-bottom:6px}.contact .footer .footer-quote{color:#8a8a8a;font-size:.85rem;font-style:italic}@media(max-width:768px){.contact{padding:50px 5% 30px}.contact .section-title{font-size:2.5rem}.contact .contact-grid{gap:20px;grid-template-columns:1fr}.contact .contact-grid .contact-card{padding:25px 20px}.contact .social-section .social-title{font-size:1.5rem}.contact .social-section .social-links{gap:15px}.contact .social-section .social-links .social-link{height:55px;width:55px}.contact .cta-box{padding:40px 25px}.contact .cta-box .cta-content h3{font-size:1.6rem}.contact .cta-box .cta-content p{font-size:1rem}.contact .cta-box .cta-content .cta-buttons{align-items:center;flex-direction:column}.contact .cta-box .cta-content .cta-buttons .btn-primary,.contact .cta-box .cta-content .cta-buttons .btn-secondary{justify-content:center;max-width:280px;width:100%}}.projects{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f8f9fa);min-height:100vh;padding:80px 5%;position:relative;z-index:2}.projects .projects-container{margin:0 auto;max-width:1400px;position:relative;z-index:10}.projects .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#2d3748);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:15px;text-align:center}.projects .section-subtitle{color:#718096;font-size:1.2rem;font-weight:400;letter-spacing:.3px;margin-bottom:70px;text-align:center}.projects .projects-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:80px}.projects .projects-grid .project-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 8px 30px #00000014;cursor:pointer;display:flex;flex-direction:column;opacity:1!important;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.165,.84,.44,1);visibility:visible!important}.projects .projects-grid .project-card:hover{border-color:#0000001a;box-shadow:0 25px 60px #00000026;transform:translateY(-12px)}.projects .projects-grid .project-card:hover .project-image{filter:brightness(1.05);transform:scale(1.1)}.projects .projects-grid .project-card:hover .project-category{transform:translateY(-3px)}.projects .projects-grid .project-card:hover .external-link-icon{opacity:1;transform:translate(3px,-3px)}.projects .projects-grid .project-card:hover .view-project{color:#0a0a0a}.projects .projects-grid .project-card:hover .view-project svg{transform:translateX(5px)}.projects .projects-grid .project-card:hover .tech-badge{transform:translateY(-2px)}.projects .projects-grid .project-card .project-image-wrapper{background:linear-gradient(135deg,#f8f9fa,#e2e8f0);overflow:hidden;position:relative;width:100%}.projects .projects-grid .project-card .project-image-wrapper .project-image{display:block;height:100%;object-fit:contain;transition:all .6s cubic-bezier(.165,.84,.44,1);width:100%}.projects .projects-grid .project-card .project-image-wrapper .project-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 15px #0000001a;color:#2d3748;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;position:absolute;right:20px;text-transform:uppercase;top:20px;transition:all .3s ease}.projects .projects-grid .project-card .project-content{display:flex;flex-direction:column;flex-grow:1;padding:30px}.projects .projects-grid .project-card .project-content .project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.projects .projects-grid .project-card .project-content .project-header .project-title{color:#1a202c;font-size:1.5rem;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0}.projects .projects-grid .project-card .project-content .project-header .external-link-icon{stroke:#4a5568;flex-shrink:0;margin-left:12px;opacity:.5;transition:all .3s ease}.projects .projects-grid .project-card .project-content .project-description{color:#4a5568;flex-grow:1;font-size:.95rem;line-height:1.7;margin-bottom:20px}.projects .projects-grid .project-card .project-content .project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.projects .projects-grid .project-card .project-content .project-tech .tech-badge{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:.8rem;font-weight:600;padding:6px 14px;transition:all .3s ease}.projects .projects-grid .project-card .project-content .project-tech .tech-badge:hover{background:linear-gradient(135deg,#0a0a0a,#2d3748);border-color:#0a0a0a;color:#fff}.projects .projects-grid .project-card .project-content .view-project{align-items:center;border-top:1px solid #e2e8f0;color:#4a5568;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;margin-top:auto;padding-top:10px;transition:all .3s ease}.projects .projects-grid .project-card .project-content .view-project svg{height:18px;transition:transform .3s ease;width:18px}.projects .projects-grid .project-card .project-content .archived-message{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:inline-flex;font-size:.9rem;font-style:italic;font-weight:600;gap:8px;margin-top:auto;padding-top:10px}.projects .projects-grid .project-card .project-content .archived-message svg{stroke:#718096;height:18px;width:18px}.projects .projects-grid .project-card.archived{cursor:default;opacity:.85}.projects .projects-grid .project-card.archived:hover{box-shadow:0 15px 45px #0000001f;transform:translateY(-6px)}.projects .projects-grid .project-card.archived:hover .project-image{transform:scale(1.03)}.projects .projects-grid .project-card.archived .project-content .project-title{color:#4a5568}.projects .projects-grid .project-card.archived .project-content .project-description{color:#718096}.projects .cta-section{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;box-shadow:0 10px 40px #0000000f;margin-top:40px;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.projects .cta-section:before{background:linear-gradient(90deg,#0a0a0a,#4a4a4a 50%,#0a0a0a);content:"";height:3px;left:0;position:absolute;right:0;top:0}.projects .cta-section .cta-content{position:relative;z-index:1}.projects .cta-section .cta-content h3{color:#0a0a0a;font-size:2.2rem;font-weight:800;margin-bottom:15px}.projects .cta-section .cta-content p{color:#6a6a6a;font-size:1.1rem;font-weight:400;margin-bottom:30px}.projects .cta-section .cta-content .cta-button{align-items:center;background:#0a0a0a;border-radius:10px;box-shadow:0 4px 20px #0003;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:16px 40px;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1)}.projects .cta-section .cta-content .cta-button:hover{box-shadow:0 8px 30px #0000004d;transform:translateY(-3px)}.projects .cta-section .cta-content .cta-button:hover svg{transform:translateX(5px)}.projects .cta-section .cta-content .cta-button svg{transition:transform .3s ease}@media(max-width:1200px){.projects .projects-grid{gap:35px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media(max-width:768px){.projects{padding:60px 5%}.projects .section-title{font-size:2.8rem}.projects .section-subtitle{font-size:1rem;margin-bottom:50px}.projects .projects-grid{gap:30px;grid-template-columns:1fr;margin-bottom:60px}.projects .projects-grid .project-card .project-image-wrapper{height:240px}.projects .projects-grid .project-card .project-image-wrapper .project-category{font-size:.7rem;padding:6px 12px;right:15px;top:15px}.projects .projects-grid .project-card .project-content{padding:25px}.projects .projects-grid .project-card .project-content .project-header .project-title{font-size:1.3rem}.projects .projects-grid .project-card .project-content .project-header .external-link-icon{height:18px;width:18px}.projects .projects-grid .project-card .project-content .project-description{font-size:.9rem;line-height:1.6;margin-bottom:16px}.projects .projects-grid .project-card .project-content .project-tech{gap:6px;margin-bottom:16px}.projects .projects-grid .project-card .project-content .project-tech .tech-badge{font-size:.75rem;padding:5px 12px}.projects .projects-grid .project-card .project-content .view-project{font-size:.9rem}.projects .cta-section{margin-top:30px;padding:50px 30px}.projects .cta-section .cta-content h3{font-size:1.9rem}.projects .cta-section .cta-content p{font-size:1rem}.projects .cta-section .cta-content .cta-button{font-size:.95rem;padding:14px 35px}}@media(max-width:480px){.projects{padding:50px 5%}.projects .section-title{font-size:2.2rem}.projects .section-subtitle{font-size:.95rem}.projects .projects-grid .project-card .project-image-wrapper{height:220px}.projects .projects-grid .project-card .project-content{padding:20px}.projects .projects-grid .project-card .project-content .project-header .project-title{font-size:1.2rem}.projects .projects-grid .project-card .project-content .project-description{font-size:.85rem}.projects .projects-grid .project-card .project-content .project-tech .tech-badge{font-size:.7rem;padding:4px 10px}.projects .cta-section{padding:40px 25px}.projects .cta-section .cta-content h3{font-size:1.6rem}.projects .cta-section .cta-content p{font-size:.95rem;margin-bottom:25px}.projects .cta-section .cta-content .cta-button{justify-content:center;padding:14px 30px;width:100%}}.experience{background:#fff;min-height:100vh;padding:80px 5%;position:relative;z-index:2}.experience .experience-container{margin:0 auto;max-width:1200px;position:relative;z-index:10}.experience .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#4a4a4a);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:15px;text-align:center}.experience .section-subtitle{color:#6a6a6a;font-size:1.1rem;font-weight:400;margin-bottom:50px;text-align:center}.experience .timeline{padding:30px 0;position:relative}.experience .timeline .timeline-line{background:linear-gradient(180deg,#0000,#e0e0e0 10%,#e0e0e0 90%,#0000);bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.experience .timeline .timeline-item{align-items:center;display:flex;margin-bottom:50px;position:relative}.experience .timeline .timeline-item:last-child{margin-bottom:0}.experience .timeline .timeline-item .timeline-dot{background:#0a0a0a;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #0000001a;height:16px;left:50%;position:absolute;top:25px;transform:translateX(-50%);transition:all .3s ease;width:16px;z-index:2}.experience .timeline .timeline-item:hover .timeline-dot{box-shadow:0 0 0 6px #0000001a;transform:translateX(-50%) scale(1.4)}.experience .timeline .timeline-item .timeline-content{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:25px;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1);width:calc(50% - 40px)}.experience .timeline .timeline-item .timeline-content:before{background:#fff;border:1px solid #0000000d;content:"";height:15px;position:absolute;top:30px;transform:rotate(45deg);width:15px}.experience .timeline .timeline-item .timeline-content:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px) scale(1.02)}.experience .timeline .timeline-item .timeline-content .company-header{align-items:flex-start;display:flex;gap:15px;margin-bottom:20px}.experience .timeline .timeline-item .timeline-content .company-header .company-logo{align-items:center;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-shrink:0;height:60px;justify-content:center;padding:10px;width:60px}.experience .timeline .timeline-item .timeline-content .company-header .company-logo img{height:100%;object-fit:contain;width:100%}.experience .timeline .timeline-item .timeline-content .company-header .company-info{flex:1 1}.experience .timeline .timeline-item .timeline-content .company-header .company-info .company-name{color:#0a0a0a;font-size:1.3rem;font-weight:700;margin-bottom:6px}.experience .timeline .timeline-item .timeline-content .company-header .company-info .job-title{color:#4a4a4a;font-size:1rem;font-weight:600;margin-bottom:8px}.experience .timeline .timeline-item .timeline-content .company-header .company-info .duration{align-items:center;color:#6a6a6a;display:flex;font-size:.9rem;font-weight:500;gap:6px}.experience .timeline .timeline-item .timeline-content .company-header .company-info .duration svg{color:#0a0a0a}.experience .timeline .timeline-item .timeline-content .key-projects{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:12px;margin-bottom:25px;padding:20px}.experience .timeline .timeline-item .timeline-content .key-projects .key-projects-title{align-items:center;color:#0a0a0a;display:flex;font-size:1rem;font-weight:700;gap:8px;margin-bottom:15px}.experience .timeline .timeline-item .timeline-content .key-projects .key-projects-title svg{fill:#0a0a0a;color:#0a0a0a}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:15px;transition:all .3s ease}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini:hover{border-color:#0a0a0a;box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-header{margin-bottom:8px}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-header .project-mini-name{color:#0a0a0a;font-size:.95rem;font-weight:700;margin:0}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-desc{color:#6a6a6a;font-size:.8rem;line-height:1.4;margin-bottom:10px}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-tech{display:flex;flex-wrap:wrap;gap:6px}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-tech .tech-tag{background:linear-gradient(135deg,#0a0a0a,#2d3748);border-radius:6px;color:#fff;font-size:.7rem;font-weight:600;padding:4px 10px;transition:all .3s ease}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-tech .tech-tag:hover{box-shadow:0 4px 10px #0003;transform:translateY(-2px)}.experience .timeline .timeline-item .timeline-content .responsibilities{list-style:none;margin:0;padding:0}.experience .timeline .timeline-item .timeline-content .responsibilities li{color:#4a4a4a;display:flex;font-size:.9rem;gap:10px;line-height:1.5;margin-bottom:10px}.experience .timeline .timeline-item .timeline-content .responsibilities li:last-child{margin-bottom:0}.experience .timeline .timeline-item .timeline-content .responsibilities li svg{color:#0a0a0a;flex-shrink:0;height:18px;margin-top:1px;width:18px}.experience .timeline .timeline-item.left{justify-content:flex-end}.experience .timeline .timeline-item.left .timeline-content{margin-right:40px}.experience .timeline .timeline-item.left .timeline-content:before{border-bottom:none;border-right:none;right:-8px}.experience .timeline .timeline-item.right{justify-content:flex-start}.experience .timeline .timeline-item.right .timeline-content{margin-left:40px}.experience .timeline .timeline-item.right .timeline-content:before{border-left:none;border-top:none;left:-8px}@media(max-width:1024px){.experience .timeline .timeline-line{left:30px}.experience .timeline .timeline-item{justify-content:flex-start!important;padding-left:60px}.experience .timeline .timeline-item .timeline-dot{left:30px}.experience .timeline .timeline-item .timeline-content{margin-left:0!important;margin-right:0!important;width:100%}.experience .timeline .timeline-item .timeline-content:before{border-bottom:1px solid #0000000d;border-left:none!important;border-right:1px solid #0000000d;border-top:none!important;left:-8px!important}}@media(max-width:768px){.experience{padding:50px 5%}.experience .section-title{font-size:2.5rem}.experience .section-subtitle{font-size:1rem;margin-bottom:40px}.experience .timeline .timeline-item{margin-bottom:40px}.experience .timeline .timeline-item .timeline-content{padding:20px}.experience .timeline .timeline-item .timeline-content .company-header .company-logo{height:50px;width:50px}.experience .timeline .timeline-item .timeline-content .company-header .company-info .company-name{font-size:1.1rem}.experience .timeline .timeline-item .timeline-content .company-header .company-info .job-title{font-size:.95rem}.experience .timeline .timeline-item .timeline-content .key-projects{padding:15px}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid{gap:10px;grid-template-columns:1fr}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini{padding:12px}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-name{font-size:.9rem}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-desc{font-size:.75rem}.experience .timeline .timeline-item .timeline-content .key-projects .projects-grid .project-card-mini .project-mini-tech .tech-tag{font-size:.65rem;padding:3px 8px}}.resume-div{margin-bottom:18px;page-break-inside:auto}.resume-div:last-child{margin-bottom:0}.div-title{border-bottom:2px solid #667eea;color:#1a202c;font-size:16px;font-weight:700;letter-spacing:.3px;margin:0 0 10px;padding-bottom:5px;text-transform:uppercase}.div-title .title-icon{display:none}.resume-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:30px 15px;position:relative}@media screen and (max-width:768px){.resume-page{padding:20px 10px}}.resume-action-buttons{display:flex;gap:12px;position:fixed;right:20px;top:20px;z-index:1000}@media screen and (max-width:768px){.resume-action-buttons{flex-direction:column;gap:8px;right:10px;top:10px}}.back-button,.print-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 8px 25px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;padding:14px 28px;transition:all .3s ease}.back-button svg,.print-button svg{height:20px;width:20px}.back-button:hover,.print-button:hover{box-shadow:0 12px 35px #667eea99;transform:translateY(-3px)}.back-button:active,.print-button:active{transform:translateY(-1px)}@media screen and (max-width:768px){.back-button,.print-button{font-size:14px;padding:12px 20px}}.back-button{background:linear-gradient(135deg,#4a5568,#2d3748);box-shadow:0 8px 25px #4a556866}.back-button:hover{box-shadow:0 12px 35px #4a556899}.resume-container{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001a;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;margin:0 auto;max-width:900px;padding:45px 55px}@media screen and (max-width:768px){.resume-container{border-radius:0;padding:30px 20px}}.resume-header{align-items:flex-start;display:flex;gap:30px;justify-content:space-between;padding-bottom:20px}.resume-header .header-left{flex:1 1}.resume-header .header-left .header-content{margin-bottom:12px}.resume-header .header-left .resume-name{color:#1a202c;font-size:38px;font-weight:800;letter-spacing:-.5px;margin:0 0 4px}.resume-header .header-left .resume-title{color:#667eea;font-size:18px;font-weight:600;letter-spacing:.5px;margin:0}.resume-header .header-left .header-contact{grid-gap:6px 20px;color:#4a5568;display:grid;font-size:13px;gap:6px 20px;grid-template-columns:1fr 1fr;margin-top:8px}.resume-header .header-left .header-contact .contact-item{align-items:center;display:flex;gap:8px}.resume-header .header-left .header-contact .contact-item .contact-icon{align-items:center;color:#667eea;display:flex;flex-shrink:0;height:16px;justify-content:center;min-width:16px;width:16px}.resume-header .header-left .header-contact .contact-item .contact-value{color:#4a5568;font-size:12.5px;line-height:1.4;word-break:break-word}.resume-header .header-left .header-contact .contact-item .contact-value.contact-link{text-decoration:none;transition:color .3s ease}.resume-header .header-left .header-contact .contact-item .contact-value.contact-link:hover{color:#667eea;text-decoration:underline}.resume-header .header-right{flex-shrink:0}.resume-header .header-right .photo-container{background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #667eea;border-radius:12px;box-shadow:0 8px 25px #667eea4d;height:140px;overflow:hidden;position:relative;width:140px}.resume-header .header-right .photo-container .profile-photo{display:block;height:100%;object-fit:cover;width:100%}.resume-section{margin-bottom:20px;page-break-inside:avoid}.resume-section:last-child{margin-bottom:0}.summary-text{color:#4a5568;font-size:13.5px;line-height:1.6;margin:0;text-align:justify}.skills-grid{grid-gap:6px;display:grid;font-size:13px;gap:6px}.skills-grid .skill-group{color:#4a5568;line-height:1.5}.skills-grid .skill-group strong{color:#1a202c;display:inline-block;font-weight:700;min-width:80px}.experience-item{margin-bottom:16px;page-break-inside:auto}.experience-item:last-child{margin-bottom:0}.exp-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:8px}.exp-header .exp-left{flex:1 1}.exp-header .exp-left .job-title{color:#1a202c;font-size:15px;font-weight:700;margin:0 0 4px}.exp-header .exp-left .company-name{color:#667eea;font-size:13.5px;font-weight:600;margin:0}.exp-header .exp-right .job-date{background:#f7fafc;border-radius:6px;color:#718096;font-size:12.5px;font-weight:600;padding:4px 12px;white-space:nowrap}.key-projects{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-left:3px solid #667eea;border-radius:4px;color:#4a5568;font-size:12.5px;line-height:1.6;margin:10px 0;padding:10px 14px}.key-projects .projects-label{color:#1a202c;display:block;font-weight:700;margin-bottom:4px}.key-projects .project-tag{display:inline}.resp-list{list-style:none;margin:8px 0 0;padding-left:20px}.resp-list li{color:#4a5568;font-size:13px;line-height:1.5;margin-bottom:6px;padding-left:12px;position:relative}.resp-list li:before{color:#667eea;content:"▸";font-size:11px;left:0;position:absolute}.resp-list li:last-child{margin-bottom:0}.two-column-div,.two-column-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:18px;page-break-inside:auto}.two-column-div .resume-div,.two-column-div .resume-section,.two-column-section .resume-div,.two-column-section .resume-section{margin-bottom:0}.two-column-div .resume-div .section-title,.two-column-div .resume-section .section-title,.two-column-section .resume-div .section-title,.two-column-section .resume-section .section-title{border-bottom:2px solid #667eea;color:#1a202c;font-size:16px;font-weight:700;letter-spacing:.3px;margin:0 0 12px;padding-bottom:6px;text-transform:uppercase}.two-column-div .resume-div .section-title .title-icon,.two-column-div .resume-section .section-title .title-icon,.two-column-section .resume-div .section-title .title-icon,.two-column-section .resume-section .section-title .title-icon{display:none}@media screen and (max-width:768px){.two-column-div,.two-column-section{grid-template-columns:1fr}}.half-width{width:100%}.education-section{display:flex;gap:30px}@media screen and (max-width:768px){.education-section{flex-direction:column;gap:15px}}.education-item{flex:1 1}.education-item .edu-header{align-items:baseline;display:flex;gap:10px;justify-content:space-between;margin-bottom:4px}.education-item .degree{color:#1a202c;font-size:14px;font-weight:700;margin:0}.education-item .edu-date{color:#667eea;font-size:12.5px;font-weight:600;white-space:nowrap}.education-item .edu-institution{color:#4a5568;font-size:13px;font-style:italic;margin:0 0 4px}.education-item .edu-major{color:#667eea;font-size:12.5px;font-weight:600;margin:0}.cert-list{list-style:none;margin:0;padding-left:20px}.cert-list li{color:#4a5568;font-size:12px;line-height:1.5;margin-bottom:7px;padding-left:12px;position:relative}.cert-list li:before{color:#48bb78;content:"✓";font-weight:700;left:0;position:absolute;top:0}.cert-list li:last-child{margin-bottom:0}.lang-list{list-style:none;margin:0;padding-left:20px}.lang-list li{color:#4a5568;font-size:13px;margin-bottom:6px;padding-left:12px;position:relative}.lang-list li:before{color:#667eea;content:"▸";font-size:11px;left:0;position:absolute}.lang-list li strong{color:#1a202c;font-weight:700}.lang-list li:last-child{margin-bottom:0}.interests-grid{display:flex;flex-wrap:wrap;gap:10px}.interests-grid .interest-tag{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:20px;color:#2d3748;display:inline-block;font-size:12.5px;font-weight:600;padding:8px 16px;transition:all .3s ease}.interests-grid .interest-tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.achievements-list{list-style:none;margin:0;padding-left:20px}.achievements-list li{color:#4a5568;font-size:13px;line-height:1.5;margin-bottom:7px;padding-left:12px;position:relative}.achievements-list li:before{color:#667eea;content:"▸";font-size:11px;left:0;position:absolute}.achievements-list li strong{color:#1a202c;font-weight:700}.achievements-list li:last-child{margin-bottom:0}@media print{.resume-page{background:#fff;margin:0;padding:0}.no-print,.print-button{display:none!important}.resume-container{border-radius:0;box-shadow:none;margin:0;max-width:100%;padding:.4in .5in;page-break-after:auto}.experience-item,.resume-div,.resume-section{margin-bottom:14px;page-break-inside:auto}.key-projects{page-break-inside:auto}.two-column-div,.two-column-section{margin-bottom:14px;page-break-inside:auto}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.div-title,.section-title{border-bottom:2px solid #667eea;font-size:13px;margin-bottom:8px;padding-bottom:4px;page-break-after:avoid}.exp-header{page-break-after:avoid}.resume-header{padding-bottom:16px}.resume-header .header-left .resume-name{font-size:32px}.resume-header .header-left .resume-title{font-size:15px}.resume-header .header-left .header-contact{gap:5px 16px}.resume-header .header-left .header-contact .contact-item{gap:6px}.resume-header .header-left .header-contact .contact-item .contact-icon{height:14px;min-width:14px;width:14px}.resume-header .header-left .header-contact .contact-item .contact-value{font-size:11px;line-height:1.3}.resume-header .header-right .photo-container{height:110px;width:110px}.summary-text{font-size:11.5px;line-height:1.5;margin-bottom:0}.skills-grid{gap:5px}.skills-grid .skill-group{font-size:11.5px;line-height:1.4}.achievements-list li,.resp-list li{font-size:11.5px;line-height:1.4;margin-bottom:5px}.job-title{font-size:13px}.company-name{font-size:12px}.job-date{font-size:11.5px}.key-projects{background:#f7fafc;font-size:11px;margin:8px 0;padding:8px 12px}.education-section{gap:20px}.education-item .degree{font-size:12.5px}.education-item .edu-date{font-size:11px}.education-item .edu-institution{font-size:11.5px}.education-item .edu-major{font-size:11px}.cert-list{font-size:10.5px}.cert-list li{line-height:1.4;margin-bottom:5px}.lang-list{font-size:11px}.lang-list li{margin-bottom:4px}.interests-grid{gap:8px}.interests-grid .interest-tag{border-radius:16px;font-size:11px;padding:6px 12px}}@media screen and (max-width:768px){.resume-container{padding:30px 20px}.resume-header{align-items:center;flex-direction:column-reverse;gap:20px}.resume-header .header-left{text-align:center;width:100%}.resume-header .header-left .resume-name{font-size:32px}.resume-header .header-left .resume-title{font-size:16px}.resume-header .header-left .header-contact{gap:8px;grid-template-columns:1fr}.resume-header .header-left .header-contact .contact-item{justify-content:center}.resume-header .header-right .photo-container{height:120px;width:120px}.exp-header{flex-direction:column;gap:8px}.exp-header .exp-right{align-self:flex-start}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=main.702ce9f1.css.map*/