@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";.intro-container{text-align:center;justify-content:center;align-items:center;min-height:90vh;padding:2rem;display:flex}.intro-content{flex-direction:column;gap:.5rem;max-width:800px;display:flex}.name{color:var(--accent);letter-spacing:-.5px;font-size:3.5rem;font-weight:700;line-height:1.1}.role{color:var(--text-color);opacity:.85;font-size:1.25rem;font-weight:400}.tagline{color:var(--text-color);opacity:.9;font-size:1.1rem;font-weight:300}.cta-buttons{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.btn{background-color:var(--accent);color:var(--bg-color);border-radius:10px;padding:.9rem 1.8rem;font-weight:500;transition:all .25s}.btn:hover{background-color:var(--secondary);color:#fff;transform:translateY(-2px)}.btn.secondary{border:1px solid var(--accent);color:var(--accent);background-color:#0000}.btn.secondary:hover{background-color:var(--accent);color:var(--bg-color)}.hero{align-items:center;min-height:85vh;padding:2rem 1.5rem;display:flex}.hero-container{justify-content:space-between;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:flex}.hero-text{flex:1}.hero-title{color:var(--accent);letter-spacing:-1px;margin-bottom:1rem;font-size:4rem;font-weight:800}.hero-subtitle{color:var(--text-color);opacity:.9;margin-bottom:1.2rem;font-size:1.4rem;font-weight:400}.hero-description{color:var(--text-color);opacity:.8;max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-actions{gap:1rem;display:flex}.hero-image{justify-content:center;align-items:center;display:flex}.hero-avatar{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:220px;height:220px;transition:transform .3s;box-shadow:0 15px 40px #00d8a433}.hero-avatar:hover{transform:scale(1.05)}@media (width<=768px){.hero-container{text-align:center;flex-direction:column-reverse}.hero-title{font-size:2.8rem}.hero-description{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-avatar{width:160px;height:160px}}.about-section{width:100%;color:var(--text-color)}.about-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.about-title{color:var(--accent);letter-spacing:-.3px;font-size:2.2rem;font-weight:700}.about-subtitle{opacity:.7;margin-top:.4rem;font-size:.95rem}.about-socials{flex-wrap:wrap;gap:.8rem;display:flex}.github-icon{background:#fff}.social-pill{color:var(--text-color);background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.85rem;text-decoration:none;transition:all .25s;display:flex}.social-pill img{object-fit:contain;width:18px;height:18px}.social-pill:hover{border:1px solid var(--accent);background:#00d8a414;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.about-stack{flex-direction:column;gap:1.2rem;display:flex}.about-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem 1.8rem;transition:transform .25s,border .25s}.about-item:hover{border:1px solid var(--accent);transform:translateY(-3px)}.about-item h3{color:var(--accent);margin-bottom:.6rem;font-size:1.1rem}.about-item p{opacity:.9;font-size:.95rem;line-height:1.6}.about-item ul{flex-direction:column;gap:.4rem;padding-left:1.2rem;display:flex}.about-item li{font-size:.95rem;line-height:1.5}.about-badges{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2rem;display:flex}.about-badges span{color:var(--accent);white-space:nowrap;background:#00d8a41a;border:1px solid #00d8a44d;border-radius:8px;padding:.3rem .6rem;font-size:.8rem}@media (width<=768px){.about-header{flex-direction:column}.about-title{font-size:1.8rem}}.tech-section{width:100%}.tech-title{color:var(--accent);letter-spacing:-.3px;margin-bottom:1.8rem;font-size:2rem;font-weight:700}.tech-group{margin-bottom:1.5rem}.tech-group h3{letter-spacing:.6px;text-transform:uppercase;opacity:.6;margin-bottom:.6rem;font-size:.85rem}.tech-pills{flex-wrap:wrap;gap:.6rem;display:flex}.tech-pill{color:var(--text-color);cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:.42rem .85rem;font-size:.85rem;transition:all .25s;position:relative;overflow:hidden}.tech-pill:before{content:"";background:linear-gradient(120deg,#0000,#00d8a414,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.tech-pill:hover:before{transform:translate(100%)}.tech-pill:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-3px)scale(1.03);box-shadow:0 6px 18px #00d8a41f}.collapsible-section{width:100%}.collapsible-section h2{color:var(--accent);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:0 1rem;font-size:2rem;font-weight:600;transition:color .3s,transform .3s;display:flex}.collapsible-section h2:hover{color:var(--secondary);transform:scale(1.03)}.arrow{border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;transition:transform .35s cubic-bezier(.4,0,.2,1);transform:rotate(45deg)}.collapsible-title.open .arrow{transform:rotate(225deg)}.section-content{opacity:0;max-height:0;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .35s,transform .35s;overflow:hidden;transform:translateY(-6px)}.section-content.open{opacity:1;max-height:2350px;transform:translateY(0)}@media (width<=600px){.collapsible-section h2{padding:0 .5rem;font-size:1.5rem}}.experience-section{width:100%}.timeline-item{display:flex;position:relative}.timeline-header{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.4rem;display:flex}.timeline-header h3{color:var(--accent);letter-spacing:-.2px;font-size:1.15rem;font-weight:700}.timeline-header a{color:inherit;text-decoration:none}.timeline-header a:hover{color:var(--secondary)}.timeline-content h4{color:var(--secondary);margin-bottom:.8rem;font-size:.95rem;font-weight:500}.timeline-content ul{flex-direction:column;gap:.35rem;padding-left:1.2rem;display:flex}.timeline-content li{color:var(--text-color);opacity:.9;font-size:.93rem;line-height:1.5}.playstore-btn{border:1px solid var(--accent);color:var(--accent);border-radius:8px;align-items:center;margin-top:1rem;padding:.45rem .85rem;font-size:.85rem;text-decoration:none;transition:all .25s;display:inline-flex}.playstore-btn:hover{background:var(--accent);color:var(--bg-color);transform:translateY(-2px)}@media (width<=768px){.timeline{padding-left:1.4rem}.timeline-content{padding:1.2rem}.timeline-header{flex-direction:column;align-items:flex-start}}.card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem 1.8rem;transition:transform .25s,border .25s}.card:hover{border:1px solid var(--accent);transform:translateY(-4px)}.card-header{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.6rem;display:flex}.card-header h3{color:var(--accent);font-size:1.2rem;font-weight:700}.card-header span{opacity:.7;font-size:.85rem}.card-body h4{color:var(--secondary);margin-bottom:.8rem;font-size:1rem}.card-body ul{flex-direction:column;gap:.3rem;padding-left:1.2rem;display:flex}.card-body li{color:var(--text-color);opacity:.9;font-size:.95rem;line-height:1.5}.education-section{width:100%}.timeline{flex-direction:column;gap:2rem;margin-top:1rem;padding-left:2rem;display:flex;position:relative}.timeline:before{content:"";background:#ffffff14;width:2px;position:absolute;top:0;bottom:0;left:8px}.timeline-item{position:relative}.timeline-dot{background:var(--accent);border-radius:50%;width:12px;height:12px;position:absolute;top:18px;left:2px;box-shadow:0 0 0 4px #00d8a41f}.timeline-item .card{width:calc(100% - 2rem);margin-left:2rem}.timeline-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:.5rem;display:flex}.timeline-header h3{color:var(--accent);font-size:1.1rem;font-weight:700}.timeline-header span{opacity:.7;font-size:.85rem}.card h4{color:var(--secondary);align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:1rem;display:flex}.edu-icon{object-fit:contain;width:18px;height:18px}.card ul{flex-direction:column;gap:.3rem;padding-left:1.2rem;display:flex}.card li{color:var(--text-color);opacity:.9;font-size:.95rem;line-height:1.5}@media (width<=768px){.timeline{padding-left:1.5rem}.timeline-item .card{width:calc(100% - 1.5rem);margin-left:1.5rem}.timeline-header{flex-direction:column;align-items:flex-start;gap:.3rem}}.pyl-section{width:100%}.pyl-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem;display:grid}.pyl-card{opacity:0;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:1rem 1.2rem;transition:transform .25s,border .25s,box-shadow .25s,background .25s;animation:.5s forwards pylFadeUp;transform:translateY(10px)}.pyl-card:hover{background:#ffffff0a;border:1px solid #00d8a459;transform:translateY(-4px);box-shadow:0 10px 30px #00000040,0 0 0 1px #00d8a414}.pyl-header{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.pyl-header img{object-fit:contain;width:30px;height:30px}.pyl-header h3{color:var(--accent);flex:1;font-size:.85rem;font-weight:600}.pyl-header span{opacity:.6;white-space:nowrap;font-size:.75rem}.pyl-card p{color:var(--text-color);opacity:.9;font-size:.9rem;line-height:1.4}.pyl-list{flex-direction:column;gap:.3rem;margin-top:.6rem;padding-left:1.1rem;display:flex}.pyl-list li{color:var(--text-color);opacity:.85;font-size:.85rem;line-height:1.4}.pyl-meta{opacity:.6;margin-top:.8rem;font-size:.8rem}@media (width<=768px){.pyl-grid{grid-template-columns:1fr}}@keyframes pylFadeUp{to{opacity:1;transform:translateY(0)}}.pyl-card:first-child{animation-delay:50ms}.pyl-card:nth-child(2){animation-delay:.1s}.pyl-card:nth-child(3){animation-delay:.15s}.pyl-card:nth-child(4){animation-delay:.2s}.pyl-card:nth-child(5){animation-delay:.25s}.pyl-card:nth-child(6){animation-delay:.3s}.pyl-card:nth-child(7){animation-delay:.35s}.footer{text-align:center;color:var(--text-color);opacity:0;background:0 0;border-top:1px solid #ffffff14;margin-top:6rem;padding:3rem 1.5rem;animation:.8s forwards fadeInFooter;transform:translateY(20px)}.footer-content{flex-direction:column;gap:1.2rem;max-width:700px;margin:0 auto;display:flex}.footer-brand h3{color:var(--accent);margin-bottom:.3rem;font-size:1.3rem;transition:transform .2s}.footer-brand h3:hover{transform:translateY(-2px)}.footer-brand p{opacity:.7;font-size:.9rem}.status{opacity:.8;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;display:inline-flex}.status-dot{background:#00d8a4;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;box-shadow:0 0 10px #00d8a499}.footer-quote{opacity:.85;font-size:1rem;font-style:italic}.footer-links a{color:var(--accent);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:transform .2s,color .2s;display:inline-flex}.footer-links a:hover{color:var(--secondary);transform:translateY(-2px)}.footer-links img{width:18px;height:18px}.footer-meta{opacity:.5;margin-top:.5rem;font-size:.75rem}@keyframes fadeInFooter{to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.footer{padding:2rem 1rem}}.cv-container{background:var(--bg-color);flex-direction:column;min-height:100vh;display:flex}.cv-content{flex-direction:column;gap:5rem;padding:4rem 1.5rem;display:flex}.cv-section{opacity:0;background:0 0;border:none;width:100%;max-width:1000px;margin:0 auto;padding:0;animation:.6s forwards fadeUp;transform:translateY(18px)}.cv-section:first-child{animation-delay:50ms}.cv-section:nth-child(2){animation-delay:.12s}.cv-section:nth-child(3){animation-delay:.18s}.cv-section:nth-child(4){animation-delay:.24s}.cv-section:nth-child(5){animation-delay:.3s}.cv-section:hover{transform:translateY(-2px)}.cv-section h2,.cv-section h3{color:var(--accent);letter-spacing:-.3px}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=768px){.cv-content{gap:3rem;padding:2rem 1rem}.cv-section{padding:0}}.projects-container{text-align:center;padding:4rem 2rem}.projects-header{max-width:800px;margin:0 auto 2.5rem}.projects-title{color:var(--accent);letter-spacing:-.5px;margin-bottom:.8rem;font-size:3rem;font-weight:700}.projects-subtitle{color:var(--text-color);opacity:.85;font-size:1.1rem;line-height:1.6}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.project-card{text-align:left;background-color:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:.8rem;padding:1.8rem;transition:all .25s;display:flex}.project-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 10px 25px #00000040}.project-logo{object-fit:contain;border-radius:12px;width:5rem;height:5rem}.project-card h2{color:var(--accent);margin-bottom:.3rem}.project-card p{color:var(--text-color);font-size:.95rem;line-height:1.5}.project-buttons{justify-content:flex-start;margin-top:auto;display:flex}.btn-icon{align-items:center;gap:.5rem;display:inline-flex}.btn-icon img{object-fit:contain;width:16px;height:16px}.projects-actions{justify-content:center;margin:2rem 0;display:flex}@media (width<=768px){.projects-grid{grid-template-columns:1fr}.project-logo{width:4rem;height:4rem}.projects-title{font-size:2.4rem}}:root{--bg-color:#0d1117;--text-color:#e6edf3;--accent:#00d8a4;--secondary:#58a6ff}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-color);line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--secondary)}.App{max-width:1200px;margin:auto;padding:2rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.4rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg-color)}.btn-primary:hover{background:var(--secondary)}.btn-secondary{border:1px solid var(--accent);color:var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent);color:var(--bg-color)}.btn-sm{border-radius:8px;padding:.5rem .9rem;font-size:.85rem}
