.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .3s ease;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;display:flex;justify-content:center}.header.scrolled{background:#0f172af2;box-shadow:0 4px 20px #0000004d}.nav{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;padding:8px 16px;border:2px solid #2563eb;border-radius:8px;transition:all .3s ease}.logo:hover{background:#2563eb;color:#fff;transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:32px}.nav-link{color:#e2e8f0;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#2563eb;background:#2563eb1a}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#2563eb;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px}.hamburger span{width:25px;height:3px;background:#e2e8f0;margin:3px 0;transition:.3s;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (min-width: 1400px){.nav{max-width:1400px;padding:0 40px}}@media (min-width: 1600px){.nav{max-width:1600px;padding:0 60px}}@media (min-width: 1920px){.nav{max-width:1800px;padding:0 80px}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#0f172afa;width:100%;text-align:center;transition:.3s;padding:32px 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-menu.active{left:0}.nav-menu li{margin:16px 0}.nav-link{font-size:1.1rem;padding:12px 24px}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2563eb1a,#0d94881a);animation:float 6s ease-in-out infinite}.shape-1{width:200px;height:200px;top:20%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:20%;animation-delay:2s}.shape-3{width:100px;height:100px;bottom:20%;left:60%;animation-delay:4s}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;max-width:100%}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:16px}.gradient-text{background:linear-gradient(135deg,#2563eb,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#64748b;margin-bottom:24px;height:2rem;display:flex;align-items:center}.typing-text{font-weight:600;color:#2563eb}.cursor{animation:blink 1s infinite;color:#2563eb;font-weight:100}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.125rem;color:#94a3b8;margin-bottom:32px;line-height:1.7}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-image{display:flex;justify-content:center}.image-container{position:relative;max-width:400px;width:100%}.code-snippet{background:#1e293bcc;border:1px solid rgba(51,65,85,.3);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000004d;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.code-snippet:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.code-header{display:flex;align-items:center;padding:12px 16px;background:#33415580;border-bottom:1px solid rgba(51,65,85,.3);font-size:.875rem;color:#94a3b8}.dots{display:flex;gap:6px;margin-right:16px}.dots span{width:12px;height:12px;border-radius:50%}.dots span:nth-child(1){background:#ef4444}.dots span:nth-child(2){background:#eab308}.dots span:nth-child(3){background:#22c55e}.code-content{padding:24px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6}.code-line{margin-bottom:8px;opacity:0;animation:typewriter .5s ease-out forwards}.code-line:nth-child(1){animation-delay:1s}.code-line:nth-child(2){animation-delay:1.5s}.code-line:nth-child(3){animation-delay:2s}@keyframes typewriter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.keyword{color:#c678dd}.variable{color:#e06c75}.function{color:#61afef}.operator{color:#56b6c2}.number{color:#d19a66}.punctuation{color:#abb2bf}@media (min-width: 1400px){.hero-content{gap:80px}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.75rem;height:2.5rem}.hero-description{font-size:1.25rem;margin-bottom:40px}.hero-buttons{gap:24px}.image-container{max-width:500px}.code-content{padding:32px;font-size:1rem}}@media (min-width: 1600px){.hero-content{gap:100px}.hero-title{font-size:5rem}.hero-subtitle{font-size:2rem;height:3rem}.hero-description{font-size:1.375rem;margin-bottom:48px}.image-container{max-width:600px}.shape-1{width:300px;height:300px}.shape-2{width:250px;height:250px}.shape-3{width:180px;height:180px}}@media (min-width: 1920px){.hero-title{font-size:5.5rem}.hero-subtitle{font-size:2.25rem}.hero-description{font-size:1.5rem}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:48px;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem;justify-content:center}.hero-buttons{justify-content:center}.code-snippet{transform:none}}.resume-content{max-width:800px;margin:0 auto;background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;padding:32px;transition:all .3s ease}.resume-content:hover{background:#2563eb1a;border-color:#2563eb4d;transform:translateY(-4px);box-shadow:0 10px 30px #2563eb33}.resume-tabs{display:flex;gap:16px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px;justify-content:center}.resume-tab{padding:12px 20px;background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:8px;color:#e2e8f0;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.resume-tab.active{background:#2563eb33;border-color:#2563eb66;color:#60a5fa}.resume-tab:hover:not(.active){background:#2563eb1a;border-color:#2563eb4d}.resume-actions{display:flex;gap:24px;justify-content:center}.resume-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#2563eb1a;color:#60a5fa;border:1px solid rgba(37,99,235,.3);border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.resume-btn:hover{background:#2563eb33;transform:translateY(-2px)}@media (min-width: 1400px){.resume-content{padding:40px}.resume-tab{padding:14px 24px;font-size:1.125rem}.resume-btn{padding:16px 28px;font-size:1.125rem}}@media (max-width: 768px){.resume-content{padding:24px}.resume-tabs{gap:8px;margin-bottom:24px}.resume-tab{padding:8px 16px;font-size:.875rem}.resume-actions{flex-direction:column;gap:16px}.resume-btn{width:100%;justify-content:center;padding:12px 20px}}.interactive-section{display:flex;flex-direction:column;gap:2rem;padding:1rem}.maze-game{background:#1e293b80;border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.maze-grid{display:flex;flex-direction:column;gap:4px;margin:1rem 0}.maze-row{display:flex;gap:4px}.maze-cell{width:40px;height:40px;background:#3341554d;border-radius:4px;transition:all .3s ease}.maze-cell.wall{background:#80808080}.maze-cell.end{background:#0d9488}.maze-cell.has-ball{background:#2563eb;box-shadow:0 0 15px #2563eb80}.pipeline-visualization{background:#1e293b80;border-radius:16px;padding:1.5rem}.pipeline-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:1rem 0}.pipeline-step{height:30px;background:#3341554d;border-radius:4px;transition:all .3s ease}.pipeline-step.active{background:#0d9488;box-shadow:0 0 10px #0d948880}h3{color:#e2e8f0;margin-bottom:1rem}p{color:#94a3b8;font-size:.875rem;margin-top:1rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;max-width:1200px;margin:0 auto}.about-text p{font-size:1.125rem;color:#94a3b8;margin-bottom:24px;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.stat-item{text-align:center;padding:24px;background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;transition:all .3s ease}.stat-item:hover{background:#2563eb1a;border-color:#2563eb4d;transform:translateY(-4px)}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.stat-label{color:#64748b;font-weight:500}.about-image{display:flex;justify-content:center;align-items:center;margin-top:20px}.tech-showcase{position:relative;width:400px;height:400px;display:flex;align-items:center;justify-content:center}.tech-orbit{position:absolute;border:2px solid rgba(37,99,235,.2);border-radius:50%;animation:rotate 20s linear infinite}.tech-orbit-1{width:300px;height:300px;animation-duration:25s}.tech-orbit-2{width:350px;height:350px;animation-duration:30s;animation-direction:reverse}.tech-orbit-3{width:400px;height:400px;animation-duration:35s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tech-center{position:relative;z-index:10;width:120px;height:120px;background:linear-gradient(135deg,#2563eb,#0d9488);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;box-shadow:0 20px 40px #2563eb4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 20px 40px #2563eb4d}50%{transform:scale(1.05);box-shadow:0 25px 50px #2563eb66}}.tech-icon{position:absolute;width:60px;height:60px;background:#1e293be6;border:2px solid rgba(37,99,235,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#2563eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.tech-icon:hover{background:#2563eb33;border-color:#2563eb99;transform:scale(1.1);color:#60a5fa}.tech-icon-1{top:0;left:50%;transform:translate(-50%);animation:float 3s ease-in-out infinite}.tech-icon-2{top:50%;right:0;transform:translateY(-50%);animation:float 3s ease-in-out infinite .5s}.tech-icon-3{bottom:0;left:50%;transform:translate(-50%);animation:float 3s ease-in-out infinite 1s}.tech-icon-4{top:50%;left:0;transform:translateY(-50%);animation:float 3s ease-in-out infinite 1.5s}.tech-icon-5{top:15%;right:15%;animation:float 3s ease-in-out infinite 2s}.tech-icon-6{bottom:15%;right:15%;animation:float 3s ease-in-out infinite 2.5s}.tech-icon-7{bottom:15%;left:15%;animation:float 3s ease-in-out infinite 3s}.tech-icon-8{top:15%;left:15%;animation:float 3s ease-in-out infinite 3.5s}.tech-particles{position:absolute;width:100%;height:100%;overflow:hidden;border-radius:50%}.particle{position:absolute;width:4px;height:4px;background:#2563eb;border-radius:50%;animation:particle-float 4s ease-in-out infinite}.particle:nth-child(1){top:20%;left:30%;animation-delay:0s}.particle:nth-child(2){top:60%;left:70%;animation-delay:1s}.particle:nth-child(3){top:80%;left:20%;animation-delay:2s}.particle:nth-child(4){top:40%;left:80%;animation-delay:3s}@keyframes particle-float{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-20px) scale(1.2);opacity:1}}@media (min-width: 1400px){.about-content{gap:80px;max-width:1400px}.about-text p{font-size:1.25rem;margin-bottom:28px}.stats{gap:40px;margin-top:56px}.stat-item{padding:32px}.stat-number{font-size:3rem}.stat-label{font-size:1rem}.tech-showcase{width:500px;height:500px}.tech-orbit-1{width:380px;height:380px}.tech-orbit-2{width:430px;height:430px}.tech-orbit-3{width:480px;height:480px}.tech-center{width:140px;height:140px;font-size:3.5rem}.tech-icon{width:70px;height:70px;font-size:1.75rem}}@media (min-width: 1600px){.about-content{gap:100px;max-width:1600px}.about-text p{font-size:1.375rem;margin-bottom:32px}.stats{gap:48px;margin-top:64px}.stat-item{padding:40px}.stat-number{font-size:3.5rem}.stat-label{font-size:1.125rem}.tech-showcase{width:600px;height:600px}.tech-orbit-1{width:450px;height:450px}.tech-orbit-2{width:520px;height:520px}.tech-orbit-3{width:580px;height:580px}.tech-center{width:160px;height:160px;font-size:4rem}.tech-icon{width:80px;height:80px;font-size:2rem}}@media (min-width: 1920px){.about-text p{font-size:1.5rem}.stat-number{font-size:4rem}.stat-label{font-size:1.25rem}}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:48px}.stats{grid-template-columns:1fr;gap:16px}.stat-item{padding:16px}.stat-number{font-size:2rem}.tech-showcase{width:300px;height:300px}.tech-orbit-1{width:220px;height:220px}.tech-orbit-2{width:260px;height:260px}.tech-orbit-3{width:300px;height:300px}.tech-center{width:80px;height:80px;font-size:2rem}.tech-icon{width:45px;height:45px;font-size:1.25rem}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;max-width:1200px;margin:0 auto 48px}.contributions-grid{display:grid;grid-template-columns:3fr 2fr;gap:24px;max-width:1300px;margin:0 auto}.github-stats{background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;padding:20px}.interactive-container{height:100%}.interactive-container .interactive-section{padding:0;height:100%}@media (max-width: 768px){.about-content,.contributions-grid{grid-template-columns:1fr}}@media (max-width: 1200px){.contributions-grid{grid-template-columns:1fr}}@media (min-width: 1400px){.github-stats{margin-top:56px;padding:32px}.github-title{font-size:1.5rem;margin-bottom:24px}}@media (max-width: 768px){.github-stats{padding:16px}}.skills-content{margin-bottom:64px}.skill-category{margin-bottom:48px}.category-title{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:24px;position:relative;padding-left:20px}.category-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background:linear-gradient(135deg,#2563eb,#0d9488);border-radius:2px}.skills-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-item{background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;padding:20px;transition:all .3s ease}.skill-item:hover{background:#1e293b80;border-color:#2563eb4d;transform:translateY(-2px)}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.skill-name{font-weight:600;color:#e2e8f0}.skill-percentage{font-size:.875rem;color:#64748b;font-weight:500}.skill-bar{height:8px;background:#33415580;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#2563eb,#0d9488);border-radius:4px;transition:width 1s ease-out;position:relative}.skill-progress:after{content:"";position:absolute;top:0;right:0;bottom:0;width:20px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-20px)}to{transform:translate(20px)}}.tech-section-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:32px;color:#e2e8f0}.tech-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;max-width:800px;margin:0 auto}.tech-card{background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;padding:20px;text-align:center;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.tech-card:hover{background:#2563eb1a;border-color:#2563eb4d;transform:translateY(-8px);box-shadow:0 10px 30px #2563eb33}.tech-name{font-weight:600;color:#e2e8f0;font-size:.875rem}@media (min-width: 1400px){.skill-category{margin-bottom:56px}.category-title{font-size:1.75rem;margin-bottom:32px;padding-left:24px}.category-title:before{width:5px;height:24px}.skills-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.skill-item{padding:24px}.skill-name{font-size:1.125rem}.skill-percentage{font-size:1rem}.skill-bar{height:10px}.tech-section-title{font-size:2rem;margin-bottom:40px}.tech-icons{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;max-width:1000px}.tech-card{padding:24px}.tech-name{font-size:1rem}}@media (min-width: 1600px){.skills-content{margin-bottom:80px}.skill-category{margin-bottom:64px}.category-title{font-size:2rem;margin-bottom:40px}.skills-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.skill-item{padding:28px}.skill-name{font-size:1.25rem}.skill-percentage{font-size:1.125rem}.skill-bar{height:12px}.tech-section-title{font-size:2.25rem;margin-bottom:48px}.tech-icons{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;max-width:1200px}.tech-card{padding:28px}.tech-name{font-size:1.125rem}}@media (min-width: 1920px){.category-title{font-size:2.25rem}.skill-name{font-size:1.375rem}.skill-percentage{font-size:1.25rem}.tech-section-title{font-size:2.5rem}.tech-name{font-size:1.25rem}}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr}.tech-icons{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}.tech-card{padding:16px 12px}.tech-name{font-size:.75rem}.category-title{font-size:1.25rem}}.timeline{position:relative;max-width:900px;margin:0 auto}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2563eb,#0d9488);border-radius:1px}.timeline-item{position:relative;margin-bottom:48px;padding-left:80px}.timeline-marker{position:absolute;left:0;top:24px}.timeline-dot{width:20px;height:20px;background:linear-gradient(135deg,#2563eb,#0d9488);border:4px solid #0f172a;border-radius:50%;position:relative;left:21px;z-index:2}.timeline-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%;opacity:0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1)}}.timeline-content{width:100%}.experience-card{background:#1e293b80;border:1px solid rgba(51,65,85,.3);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative}.experience-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#2563eb4d}.experience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#0d9488);border-radius:16px 16px 0 0}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:24px}.experience-title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin-bottom:8px}.experience-company{font-size:1.125rem;font-weight:600;color:#2563eb;margin-bottom:0}.experience-meta{text-align:right;display:flex;flex-direction:column;gap:4px}.experience-period{font-weight:600;color:#0d9488;font-size:.875rem}.experience-location{font-size:.875rem;color:#64748b}.experience-description{list-style:none;margin-bottom:24px}.experience-description li{position:relative;padding-left:24px;margin-bottom:12px;color:#94a3b8;line-height:1.6}.experience-description li:before{content:"▸";position:absolute;left:0;color:#2563eb;font-weight:700}.experience-technologies{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#2563eb1a;color:#2563eb;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid rgba(37,99,235,.2);transition:all .3s ease}.tech-tag:hover{background:#2563eb33;transform:translateY(-2px)}@media (min-width: 1400px){.timeline{max-width:1100px}.timeline:before{left:40px}.timeline-item{margin-bottom:56px;padding-left:100px}.timeline-marker{top:32px}.timeline-dot{width:24px;height:24px;left:28px}.experience-card{padding:40px}.experience-header{margin-bottom:28px;gap:32px}.experience-title{font-size:1.75rem;margin-bottom:12px}.experience-company{font-size:1.25rem}.experience-period,.experience-location{font-size:1rem}.experience-description li{font-size:1.125rem;margin-bottom:16px;padding-left:28px}.tech-tag{padding:8px 16px;font-size:.875rem}}@media (min-width: 1600px){.timeline{max-width:1300px}.timeline:before{left:50px;width:3px}.timeline-item{margin-bottom:64px;padding-left:120px}.timeline-marker{top:40px}.timeline-dot{width:28px;height:28px;left:36px}.experience-card{padding:48px}.experience-header{margin-bottom:32px;gap:40px}.experience-title{font-size:2rem;margin-bottom:16px}.experience-company{font-size:1.375rem}.experience-period,.experience-location{font-size:1.125rem}.experience-description li{font-size:1.25rem;margin-bottom:20px;padding-left:32px}.tech-tag{padding:10px 20px;font-size:1rem;gap:12px}.experience-technologies{gap:12px}}@media (min-width: 1920px){.timeline{max-width:1500px}.experience-title{font-size:2.25rem}.experience-company{font-size:1.5rem}.experience-description li{font-size:1.375rem}.tech-tag{font-size:1.125rem}}@media (max-width: 768px){.timeline:before{left:15px}.timeline-item{padding-left:50px}.timeline-dot{left:6px;width:16px;height:16px}.experience-header{flex-direction:column;gap:16px}.experience-meta{text-align:left}.experience-title{font-size:1.25rem}.experience-company{font-size:1rem}.experience-card{padding:24px}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;max-width:1400px;margin:0 auto}.project-card{background:#1e293b80;border:1px solid rgba(51,65,85,.3);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;height:fit-content;display:flex;flex-direction:column;min-height:800px}.project-content{flex:1;display:flex;flex-direction:column}.project-description{flex-grow:0;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-features{flex-grow:1}.project-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px #0006;border-color:#2563eb4d}.project-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(51,65,85,.3)}.project-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#2563eb1a;border-radius:12px;border:1px solid rgba(37,99,235,.2)}.project-links{display:flex;gap:12px}.project-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.2);border-radius:8px;text-decoration:none;transition:all .3s ease}.project-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.project-content{padding:24px}.project-title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin-bottom:16px}.project-description{color:#94a3b8;margin-bottom:16px;line-height:1.6;overflow:visible;text-overflow:initial;display:block;-webkit-line-clamp:initial;-webkit-box-orient:initial;max-height:none;white-space:normal}.project-card{height:auto;max-height:none}.project-features{margin-bottom:24px}.project-features h4{font-size:1rem;font-weight:600;color:#e2e8f0;margin-bottom:12px}.project-features ul{list-style:none;margin:0;padding:0}.project-features li{position:relative;padding-left:20px;margin-bottom:8px;color:#94a3b8;font-size:.875rem;line-height:1.5}.project-features li:before{content:"✓";position:absolute;left:0;color:#0d9488;font-weight:700;font-size:.75rem}.project-technologies{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#0d94881a;color:#0d9488;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid rgba(13,148,136,.2);transition:all .3s ease}.tech-tag:hover{background:#0d948833;transform:translateY(-1px)}@media (min-width: 1400px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;max-width:1600px}.project-header{padding:28px 28px 20px}.project-icon{font-size:3rem;width:70px;height:70px}.project-link{width:44px;height:44px}.project-content{padding:28px}.project-title{font-size:1.75rem;margin-bottom:20px}.project-description{font-size:1.125rem;margin-bottom:28px}.project-features h4{font-size:1.125rem;margin-bottom:16px}.project-features li{font-size:1rem;margin-bottom:10px}.tech-tag{padding:8px 16px;font-size:.875rem}}@media (min-width: 1600px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:48px;max-width:1800px}.project-header{padding:32px 32px 24px}.project-icon{font-size:3.5rem;width:80px;height:80px}.project-link{width:48px;height:48px}.project-content{padding:32px}.project-title{font-size:2rem;margin-bottom:24px}.project-description{font-size:1.25rem;margin-bottom:32px}.project-features h4{font-size:1.25rem;margin-bottom:20px}.project-features li{font-size:1.125rem;margin-bottom:12px;padding-left:24px}.tech-tag{padding:10px 20px;font-size:1rem;gap:12px}.project-technologies{gap:12px}}@media (min-width: 1920px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.project-title{font-size:2.25rem}.project-description,.project-features h4{font-size:1.375rem}.project-features li{font-size:1.25rem}.tech-tag{font-size:1.125rem}}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:24px}.project-card{margin:0 auto;max-width:100%}.project-header{padding:20px 20px 16px}.project-content{padding:20px}.project-icon{width:50px;height:50px;font-size:2rem}.project-link{width:36px;height:36px}.project-title{font-size:1.25rem}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;max-width:1200px;margin:0 auto}.contact-intro h3{font-size:2rem;font-weight:700;color:#e2e8f0;margin-bottom:16px}.contact-intro p{color:#94a3b8;line-height:1.7;margin-bottom:32px;font-size:1.125rem}.contact-methods{margin-bottom:32px}.contact-method{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:16px;background:#1e293b4d;border:1px solid rgba(51,65,85,.3);border-radius:12px;transition:all .3s ease}.contact-method:hover{background:#1e293b80;border-color:#2563eb4d;transform:translateY(-2px)}.contact-icon{font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2563eb1a;border-radius:8px;border:1px solid rgba(37,99,235,.2)}.contact-details{flex:1}.contact-label{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:4px}.contact-value{color:#e2e8f0;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-value:hover{color:#2563eb}.social-links{display:flex;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.2);border-radius:8px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.contact-form{background:#1e293b80;border:1px solid rgba(51,65,85,.3);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#e2e8f0}.form-group input,.form-group textarea{width:100%;padding:12px 16px;background:#3341554d;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#e2e8f0;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;background:#33415580;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:16px;font-size:1.125rem;font-weight:600;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}@media (min-width: 1400px){.contact-content{gap:80px;max-width:1400px}.contact-intro h3{font-size:2.25rem;margin-bottom:20px}.contact-intro p{font-size:1.25rem;margin-bottom:40px}.contact-methods{margin-bottom:40px}.contact-method{gap:20px;margin-bottom:28px;padding:20px}.contact-icon{font-size:1.75rem;width:56px;height:56px}.contact-label{font-size:1rem;margin-bottom:6px}.contact-value{font-size:1.125rem}.social-links{gap:20px}.social-link{width:56px;height:56px}.contact-form{padding:40px}.form-group{margin-bottom:28px}.form-group label{margin-bottom:10px;font-size:1.125rem}.form-group input,.form-group textarea{padding:16px 20px;font-size:1.125rem}.form-group textarea{min-height:140px}.submit-btn{padding:18px;font-size:1.25rem}}@media (min-width: 1600px){.contact-content{gap:100px;max-width:1600px}.contact-intro h3{font-size:2.5rem;margin-bottom:24px}.contact-intro p{font-size:1.375rem;margin-bottom:48px}.contact-methods{margin-bottom:48px}.contact-method{gap:24px;margin-bottom:32px;padding:24px}.contact-icon{font-size:2rem;width:64px;height:64px}.contact-label{font-size:1.125rem}.contact-value{font-size:1.25rem}.social-links{gap:24px}.social-link{width:64px;height:64px}.contact-form{padding:48px}.form-group{margin-bottom:32px}.form-group label{margin-bottom:12px;font-size:1.25rem}.form-group input,.form-group textarea{padding:20px 24px;font-size:1.25rem}.form-group textarea{min-height:160px}.submit-btn{padding:20px;font-size:1.375rem}}@media (min-width: 1920px){.contact-intro h3{font-size:2.75rem}.contact-intro p{font-size:1.5rem}.contact-value,.form-group label,.form-group input,.form-group textarea{font-size:1.375rem}.submit-btn{font-size:1.5rem}}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:48px}.contact-intro h3{font-size:1.5rem}.contact-form{padding:24px}.social-links{justify-content:center}}.footer{background:#0f172af2;border-top:1px solid rgba(51,65,85,.3);padding:64px 0 24px;margin-top:80px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-section h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.footer-section h4{font-size:1.125rem;font-weight:600;color:#e2e8f0;margin-bottom:16px}.footer-section p{color:#64748b;font-size:.875rem;margin-bottom:8px}.footer-description{color:#94a3b8;line-height:1.6;margin-top:16px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#2563eb}.footer-social{display:flex;flex-direction:column;gap:12px}.footer-social a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-social a:hover{color:#2563eb}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(51,65,85,.3)}.footer-copyright p,.footer-credits p{color:#64748b;font-size:.875rem;margin:0}@media (max-width: 768px){.footer{padding:48px 0 24px}.footer-content{grid-template-columns:1fr;gap:32px;text-align:center}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-social{flex-direction:row;justify-content:center;flex-wrap:wrap}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column;align-items:center;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.section{padding:80px 0;width:100%;display:flex;justify-content:center}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:48px;background:linear-gradient(135deg,#2563eb,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.fade-in.delay-1{animation-delay:.2s}.fade-in.delay-2{animation-delay:.4s}.fade-in.delay-3{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#2563eb,#0d9488);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d;color:#fff}.btn-outline{background:transparent;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.card{background:#1e293b80;border:1px solid rgba(51,65,85,.3);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#2563eb4d}.grid{display:grid;gap:32px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width: 1400px){.container{max-width:1400px;padding:0 40px}.section{padding:100px 0}.section-title{font-size:3rem;margin-bottom:64px}.btn{padding:16px 32px;font-size:1.125rem}}@media (min-width: 1600px){.container{max-width:1600px;padding:0 60px}.section{padding:120px 0}.section-title{font-size:3.5rem;margin-bottom:80px}}@media (min-width: 1920px){.container{max-width:1800px;padding:0 80px}.section-title{font-size:4rem}}@media (max-width: 768px){.container{padding:0 16px}.section{padding:60px 0}.section-title{font-size:2rem;margin-bottom:32px}.card{padding:24px}.grid{gap:24px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
