: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;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,-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;line-height:1.6;color:#2c3e50;background-color:#fff}#root{width:100%;margin:0 auto;text-align:center}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}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#5a6fd8,#6a4190)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}.navigation{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50px;padding:.8rem 2rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(59,130,246,.2);transition:all .3s ease;max-width:90%;width:auto}.navigation.scrolled{background:#0f172afa;box-shadow:0 12px 40px #0006;border:1px solid rgba(59,130,246,.3)}.nav-container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.nav-logo{cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.logo-text{font-size:1.3rem;font-weight:700;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:1.5rem;align-items:center}.nav-link{background:none;border:none;font-size:.95rem;font-weight:500;color:#e2e8f0;cursor:pointer;padding:.6rem 1.2rem;border-radius:25px;transition:all .3s ease;position:relative;white-space:nowrap}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(45deg,#3b82f6,#1d4ed8);transition:width .3s ease}.nav-link:hover:before{width:80%}.nav-link:hover{color:#3b82f6;background:#3b82f61a;transform:translateY(-1px)}.nav-link:focus{outline:none}.nav-link.scroll-active{border:2px solid #3b82f6;color:#3b82f6;background:none;font-weight:700;box-shadow:none;transform:none}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;padding:.5rem}.hamburger span{width:25px;height:3px;background:#e2e8f0;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.navigation{top:10px;padding:.6rem 1.5rem;border-radius:30px}.nav-menu{position:fixed;top:100%;left:0;right:0;background:#0f172afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 8px 32px #0000004d;border-radius:20px;margin:0 10px;border:1px solid rgba(59,130,246,.2)}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;text-align:center;padding:1rem;border-radius:12px}.nav-link:hover{background:#3b82f626}.hamburger{display:flex}.nav-container{gap:1rem}}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#fff;position:relative;overflow:hidden}.home:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(29,78,216,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(99,102,241,.1) 0%,transparent 50%);opacity:.8}.home:after{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.home-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;padding:0 2rem;z-index:1;position:relative}.hero-text{flex:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.3)}.highlight{background:linear-gradient(45deg,#3b82f6,#1d4ed8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 2s ease-in-out infinite alternate}@keyframes shimmer{0%{filter:brightness(1) saturate(1)}to{filter:brightness(1.2) saturate(1.1)}}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9;color:#cbd5e1}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8;color:#94a3b8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:14px 28px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f680;background:linear-gradient(45deg,#2563eb,#1e40af)}.btn-secondary:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 25px #3b82f64d}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.profile-placeholder{width:350px;height:350px;background:linear-gradient(135deg,#3b82f61a,#1d4ed81a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(59,130,246,.3);box-shadow:0 20px 40px #0000004d,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.profile-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.profile-placeholder:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#3b82f6,#1d4ed8,#6366f1,#3b82f6);border-radius:50%;z-index:-1;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-arrow{width:30px;height:30px;border:2px solid rgba(59,130,246,.6);border-top:none;border-left:none;transform:rotate(45deg);border-radius:0 0 4px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 768px){.home-content{flex-direction:column;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.profile-placeholder{width:250px;height:250px;font-size:5rem}.hero-buttons{justify-content:center}.btn{padding:12px 24px;font-size:.9rem}}.hero-skills{display:flex;gap:.7rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.skill-badge{display:inline-block;padding:.35em 1em;border-radius:999px;font-size:.95rem;font-weight:600;color:#fff;background:#334155;box-shadow:0 2px 8px #33415526;letter-spacing:.5px;transition:background .3s}.web-badge{background:linear-gradient(90deg,#3b82f6 60%,#1e40af)}.flutter-badge{background:linear-gradient(90deg,#42a5f5 60%,#1976d2)}.about{padding:5rem 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;position:relative}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(29,78,216,.1) 0%,transparent 50%);opacity:.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.about-bio{display:flex;flex-direction:column;justify-content:center}.about-side{display:flex;flex-direction:column;align-items:flex-end}.about-card{background:#1e293bcc;border-radius:16px;box-shadow:0 8px 32px #0000002e;border:1.5px solid #2563eb;padding:2rem;min-width:320px;max-width:400px;width:100%}.about-edu-degree{font-size:1.1rem;font-weight:600;color:#3b82f6;margin-bottom:.5rem}.about-edu-college{font-size:1rem;color:#e2e8f0;margin-bottom:.3rem}.about-edu-duration{font-size:.95rem;color:#94a3b8;margin-bottom:.7rem}.about-edu-desc{font-size:.98rem;color:#cbd5e1;margin-bottom:1.2rem}.about-cert{margin-bottom:1rem}.about-cert-title{font-size:1rem;font-weight:500;color:#3b82f6}.about-cert-org{font-size:.95rem;color:#cbd5e1}.about-text h3{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#f8fafc;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#cbd5e1}.skills-section h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#f8fafc;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-grid{display:flex;flex-direction:column;gap:1.5rem}.skill-item{background:#1e293bcc;padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skill-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#3b82f666}.skill-header{display:flex;align-items:center;margin-bottom:1rem}.skill-icon{font-size:1.5rem;margin-right:.8rem}.skill-name{font-size:1.1rem;font-weight:600;color:#f8fafc}.skill-bar{width:100%;height:10px;background:#334155cc;border-radius:5px;overflow:hidden;margin-bottom:.5rem;position:relative}.skill-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#3b82f64d,#1d4ed84d);border-radius:5px}.skill-progress{height:100%;background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:5px;transition:width 1.5s ease-in-out;position:relative;overflow:hidden}.skill-progress:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.skill-percentage{font-size:.9rem;font-weight:600;color:#3b82f6}.experience-section{margin-top:4rem}.experience-timeline{display:flex;flex-direction:column;gap:2rem}.experience-item{background:#1e293bcc;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;border-left:4px solid #3b82f6;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2)}.skills-badges{display:flex;flex-wrap:wrap;gap:.7rem;background:#1e293bcc;border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px #00000014;margin-bottom:2rem;justify-content:center}.skill-badge-tag{display:inline-block;padding:.35em 1em;border-radius:999px;font-size:1rem;font-weight:500;color:#fff;background:linear-gradient(90deg,#3b82f6 60%,#1e40af);box-shadow:0 2px 8px #3341551a;letter-spacing:.2px;transition:background .3s;white-space:nowrap}.skill-badge-percent{font-size:.92em;color:#cbd5e1;margin-left:.4em;font-weight:400}.skill-badge-tag-with-bar{display:flex;flex-direction:column;align-items:center;min-width:120px;padding-bottom:.5em}.skill-badge-bar-bg{width:90%;height:6px;background:#23304a;border-radius:4px;margin-top:.3em;overflow:hidden}.skill-badge-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6 60%,#1e40af);border-radius:4px;transition:width .7s cubic-bezier(.4,2,.3,1)}.skills-list{display:flex;flex-direction:column;gap:1.5rem;background:#1e293bcc;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 4px 16px #00000014;margin-bottom:2rem}.skill-row{display:flex;align-items:center;gap:1.2rem}.skill-row-name{min-width:120px;font-size:1.1rem;font-weight:600;color:#3b82f6;letter-spacing:.2px;flex-shrink:0}.skill-row-bar-bg{flex:1;height:12px;background:#1e293b;border-radius:8px;overflow:hidden;margin-right:1rem}.skill-row-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6 60%,#1e40af);border-radius:8px;transition:width .7s cubic-bezier(.4,2,.3,1)}.skill-row-percent{min-width:40px;font-size:1rem;color:#cbd5e1;font-weight:500;text-align:right}.skills-list-category{background:#1e293bd9;border:2px solid #2563eb;border-radius:18px;box-shadow:0 4px 18px #3b82f61a;padding:1.2rem 1.5rem;margin-bottom:1.5rem;transition:box-shadow .3s,border-color .3s}.skills-list-category h4{color:#3b82f6;margin-bottom:.7rem;font-size:1.15rem;font-weight:700}.skills-list-category ul{margin:0;padding-left:1.2rem}.skills-list-category li{color:#e2e8f0;font-size:1rem;margin-bottom:.4rem;list-style-type:disc}.about-creative-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:3rem;align-items:stretch;margin-bottom:4rem}.about-profile-card{background:#1e293bd9;border-radius:20px;box-shadow:0 8px 32px #0000002e;border:1.5px solid #2563eb;padding:2.5rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:220px;max-width:320px;margin:0 auto;text-align:center;position:relative;z-index:2}.about-profile-pic{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #3b82f6;margin-bottom:1.2rem;box-shadow:0 4px 16px #3b82f626}.about-profile-name{font-size:1.35rem;font-weight:700;color:#f8fafc;margin-bottom:.3rem}.about-profile-title{font-size:1.05rem;color:#60a5fa;display:flex;align-items:center;gap:.5em;font-weight:500}.about-bio-card{background:#0f172ad9;border-radius:20px;box-shadow:0 8px 32px #0000001a;border:1.5px solid #2563eb;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;min-width:280px;max-width:600px;margin:0 auto;z-index:2}.about-bio-main{font-size:1.15rem;color:#e2e8f0;margin-bottom:1.2rem;line-height:1.7}.about-bio-highlights{list-style:none;padding:0;margin:0 0 1.5rem}.about-bio-highlights li{font-size:1.05rem;color:#cbd5e1;margin-bottom:.7rem;display:flex;align-items:center;gap:.5em}.about-highlight{color:#3b82f6;font-weight:600;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-resume-btn{display:inline-flex;align-items:center;background:linear-gradient(90deg,#3b82f6 60%,#1e40af);color:#fff;font-weight:600;padding:.7em 1.5em;border-radius:30px;font-size:1.05rem;text-decoration:none;box-shadow:0 2px 8px #3341551a;transition:background .3s,box-shadow .3s;margin-top:1.2rem}.about-resume-btn:hover{background:linear-gradient(90deg,#1e40af 60%,#3b82f6);box-shadow:0 4px 16px #3b82f626}.about-timeline-card{background:#1e293bd9;border-radius:20px;box-shadow:0 8px 32px #0000002e;border:1.5px solid #2563eb;padding:2.5rem 1.5rem 2rem;min-width:220px;max-width:340px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;z-index:2}.about-timeline-item{display:flex;align-items:flex-start;gap:1.1em;margin-bottom:.7em}.about-timeline-icon{font-size:1.7rem;color:#3b82f6;margin-top:.1em}.about-timeline-title{font-size:1.08rem;font-weight:600;color:#f8fafc}.about-timeline-college,.about-timeline-org{font-size:.98rem;color:#e2e8f0}.about-timeline-duration{font-size:.95rem;color:#94a3b8;margin-bottom:.2em}.about-timeline-desc{font-size:.97rem;color:#cbd5e1}.about-timeline-cert-header{font-size:1.1rem;font-weight:600;color:#3b82f6;margin:1.2em 0 .5em;display:flex;align-items:center}.about-cert-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s,text-decoration .2s}.about-cert-link:hover{color:#1d4ed8;text-decoration:underline}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp 1s forwards;animation-delay:.2s}.fade-in-left{opacity:0;transform:translate(-30px);animation:fadeInLeft 1s forwards;animation-delay:.3s}.fade-in-right{opacity:0;transform:translate(30px);animation:fadeInRight 1s forwards;animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:none}}@keyframes fadeInLeft{to{opacity:1;transform:none}}@keyframes fadeInRight{to{opacity:1;transform:none}}.about-content{display:grid;grid-template-columns:2fr 1.2fr;gap:3rem;align-items:flex-start;margin-bottom:4rem}.about-text{padding:0;background:none;box-shadow:none;color:#e2e8f0}.about-text h3{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.2rem}.about-text p{font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem;color:#cbd5e1}.about-right{display:flex;flex-direction:column;gap:2rem}.about-edu-card{background:#1e293beb;border-radius:16px;box-shadow:0 8px 32px #0000002e;border:1.5px solid #2563eb;padding:1.5rem 1.5rem 1.2rem;display:flex;align-items:flex-start;gap:1.1em}.about-edu-icon{font-size:1.7rem;color:#3b82f6;margin-top:.1em}.about-edu-content{display:flex;flex-direction:column}.about-edu-degree{font-size:1.08rem;font-weight:600;color:#f8fafc}.about-edu-college{font-size:.98rem;color:#e2e8f0}.about-edu-duration{font-size:.95rem;color:#94a3b8;margin-bottom:.2em}.about-edu-desc{font-size:.97rem;color:#cbd5e1}.about-edu-block{margin-bottom:1.1rem}.about-edu-separator{border:none;border-top:1px solid #23304a;margin:.7rem 0 .2rem}.about-cert-list{background:#1e293beb;border-radius:16px;box-shadow:0 8px 32px #0000002e;border:1.5px solid #2563eb;padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.about-cert-title{font-size:1.1rem;font-weight:600;color:#3b82f6;margin-bottom:.7em;display:flex;align-items:center}.about-cert-card{display:flex;align-items:flex-start;gap:1em}.about-cert-icon{font-size:1.3rem;color:#60a5fa;margin-top:.1em}.about-cert-name{font-size:1.01rem;font-weight:500;color:#f8fafc}.about-cert-org{font-size:.97rem;color:#cbd5e1}@media (max-width: 1100px){.about-creative-grid{grid-template-columns:1fr 2fr;gap:2rem}.about-profile-card,.about-timeline-card{min-width:180px;max-width:260px;padding:2rem 1rem 1.5rem}.about-bio-card{padding:2rem 1rem 1.5rem}}@media (max-width: 900px){.about-content{grid-template-columns:1fr;gap:2rem}.about-right{flex-direction:column;gap:1.5rem}.about-profile-card,.about-timeline-card,.about-bio-card{min-width:unset;max-width:100%;margin:0 auto}}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.about-text h3,.skills-section h3,.experience-section h3{font-size:1.5rem}.experience-header{flex-direction:column;align-items:flex-start;gap:.5rem}.container{padding:0 1rem}}.projects{padding:5rem 0;background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0;position:relative}.projects:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(29,78,216,.1) 0%,transparent 50%);opacity:.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;position:relative;z-index:1;align-items:start}.project-card{background:#0f172acc;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0000004d;transition:all .3s ease;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0006;border-color:#3b82f666}.project-image{position:relative;height:200px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(255,255,255,.1) 0%,transparent 50%)}.project-icon{font-size:4rem;color:#fff;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.project-overlay{position:absolute;inset:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.project-link{background:#3b82f6e6;color:#fff;padding:.8rem 1.2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.2)}.project-link:hover{background:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.project-content{padding:1.5rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-title{font-size:1.3rem;font-weight:600;color:#f8fafc;margin:0}.project-category{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.project-description{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#334155cc;color:#e2e8f0;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(59,130,246,.3)}.project-features h4{font-size:1rem;font-weight:600;color:#f8fafc;margin-bottom:.8rem}.project-features ul{list-style:none;padding:0;margin:0}.project-features li{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.projects-cta{text-align:center;padding:2rem;background:#0f172acc;border-radius:16px;margin-top:2rem;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects-cta p{font-size:1.1rem;color:#cbd5e1;margin-bottom:1rem}.btn{padding:12px 24px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-header,.project-links{flex-direction:column;gap:.5rem}.project-link{text-align:center;justify-content:center}}.project-screenshots{display:flex;gap:1rem;margin:1rem 0 1.5rem;overflow-x:auto;padding-bottom:.5rem}.project-screenshot-img{height:180px;max-width:320px;border-radius:12px;box-shadow:0 2px 12px #1e293b2e;object-fit:cover;background:#1e293b;flex-shrink:0;border:2px solid #23304a}.project-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172ad9;display:flex;align-items:center;justify-content:center;z-index:9999}.project-modal{background:#1e293b;border-radius:20px;box-shadow:0 12px 40px #00000080;padding:2rem 2.5rem;max-width:1000px;width:95vw;max-height:90vh;overflow-y:auto;position:relative;color:#e2e8f0;animation:modalIn .2s cubic-bezier(.4,0,.2,1)}@keyframes modalIn{0%{transform:scale(.95) translateY(30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#e2e8f0;cursor:pointer;z-index:10;transition:color .2s}.modal-close-btn:hover{color:#3b82f6}.project-modal-header{margin-bottom:1.5rem}.project-modal-content{margin-bottom:1rem}@media (max-width: 600px){.project-modal{padding:1rem .5rem;max-width:98vw}}.contact{padding:5rem 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;position:relative}.contact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(29,78,216,.1) 0%,transparent 50%);opacity:.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;position:relative;z-index:1;align-items:start}.contact-info h3{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#f8fafc;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-info p{font-size:1.1rem;line-height:1.7;color:#cbd5e1;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#1e293bcc;border-radius:16px;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#3b82f666}.contact-icon{font-size:1.5rem;width:60px;height:60px;background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #3b82f64d}.contact-text h4{font-size:1rem;font-weight:600;color:#f8fafc;margin:0 0 .3rem}.contact-text a{color:#3b82f6;text-decoration:none;font-size:.9rem;transition:color .3s ease}.contact-text a:hover{color:#1d4ed8}.social-links h4{font-size:1.2rem;font-weight:600;color:#f8fafc;margin-bottom:1rem}.social-icons{display:flex;gap:1rem;justify-content:center}.social-icon{width:50px;height:50px;background:#1e293bcc;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;border:1px solid rgba(59,130,246,.2)}.social-icon:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0006;background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f666}.social-icon:hover svg{color:#fff!important}.contact-form-container{background:#0f172acc;padding:2rem;border-radius:20px;box-shadow:0 12px 40px #0000004d;border:1px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-self:start}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:600;color:#f8fafc;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid rgba(51,65,85,.8);border-radius:12px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit;background:#1e293bcc;color:#e2e8f0}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#1e293be6}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;padding:14px 28px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #3b82f666;border:1px solid rgba(59,130,246,.3);position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.submit-btn:hover:not(:disabled):before{left:100%}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px #3b82f680;background:linear-gradient(45deg,#2563eb,#1e40af)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h3{font-size:1.5rem}.contact-item{flex-direction:column;text-align:center;gap:.8rem}.social-icons{justify-content:center}.contact-form-container{padding:1.5rem}}.creative-skills-bg{background:linear-gradient(135deg,#0f172a,#1e293b);position:relative;z-index:1}.skills-section{padding:5rem 0 2rem;background:none}.skills-section .section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;color:#f8fafc}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:.2rem;justify-items:center;margin-bottom:0}.modern-skills-card{background:#1e293beb;border-radius:10px;box-shadow:0 2px 12px #3b82f614;min-width:240px;max-width:340px;margin:0 auto;text-align:left;padding:1.5rem 1.2rem 1.2rem;border:1.5px solid #23304a;transition:box-shadow .3s,border-color .3s,transform .3s;position:relative;overflow:hidden;display:flex;flex-direction:column}.skills-card-header{display:flex;align-items:center;margin-bottom:.5rem}.skills-card-title{color:#3b82f6;font-weight:700;font-size:1.18rem;letter-spacing:.5px}.skills-card-tagline{font-size:.98rem;color:#60a5fa;margin-bottom:.7rem;font-weight:500;letter-spacing:.1px}.modern-skills-list{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding-left:0;background:none}.modern-skills-list::-webkit-scrollbar{width:7px}.modern-skills-list::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:6px}.modern-skills-list::-webkit-scrollbar-track{background:#1e293b;border-radius:6px}.modern-skill-item{display:flex;align-items:center;font-size:1.03rem;color:#e2e8f0;font-weight:500;letter-spacing:.2px;gap:.4rem;transition:color .2s;cursor:pointer;background:none;border-radius:6px;padding:.18rem .5rem;white-space:normal}.modern-skill-dot{display:none}@media (max-width: 900px){.skills-grid{grid-template-columns:1fr}}@media (max-width: 600px){.skills-section .section-title{font-size:2rem;margin-bottom:1.5rem}.skills-grid{gap:1rem}.modern-skills-card{min-width:0;max-width:98vw;padding:1rem .5rem;font-size:.98rem}.skills-card-title{font-size:1rem}.skills-card-tagline{font-size:.9rem}.modern-skill-item{font-size:.95rem;padding:.15rem .4rem}}.experience-section{margin-top:4rem;max-width:1100px;margin-left:auto;margin-right:auto;box-sizing:border-box}.experience-section h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#f8fafc;text-align:center;background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.experience-timeline,.creative-timeline{max-width:1100px;margin-left:auto;margin-right:auto;box-sizing:border-box}.creative-timeline{position:relative;padding-left:80px}.timeline-bar{position:absolute;left:18px;top:0;width:4px;height:97%;background:linear-gradient(180deg,#3b82f6,#f59e42);border-radius:2px;z-index:0}.experience-item{position:relative;margin-bottom:2.5rem;z-index:1;background:#1e293bcc;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;border-left:4px solid #3b82f6;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2)}.experience-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#3b82f666}.fade-in-timeline{opacity:0;transform:translateY(30px);animation:fadeInTimeline .7s ease-out forwards;animation-delay:calc(.1s * var(--exp-index))}@keyframes fadeInTimeline{to{opacity:1;transform:translateY(0)}}.experience-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.experience-header h4{font-size:1.3rem;font-weight:600;color:#f8fafc;margin:0}.company{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}.duration{background:#334155cc;color:#cbd5e1;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}.experience-description{font-size:1rem;line-height:1.6;color:#cbd5e1;margin-bottom:1rem}.experience-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}@media (max-width: 768px){.experience-header{flex-direction:column;align-items:flex-start;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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;line-height:1.6;color:#e2e8f0;background:#0f172a}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#2563eb,#1e40af)}.btn{padding:12px 24px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-family:inherit;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 8px 25px #3b82f666;border:1px solid rgba(59,130,246,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #3b82f680;background:linear-gradient(45deg,#2563eb,#1e40af)}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(59,130,246,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#f8fafc;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:2px}.section-subtitle{text-align:center;font-size:1.1rem;color:#cbd5e1;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.section-title{font-size:2rem}.container{padding:0 1rem}.btn{padding:10px 20px;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}button:focus,input:focus,textarea:focus,a:focus{outline:2px solid #3b82f6;outline-offset:2px}.glass{background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.2);border-radius:16px}.gradient-text{background:linear-gradient(45deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
