@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #0c0e14;--bg-gradient: linear-gradient(135deg, #0c0e14 0%, #1a1c24 100%);--accent-cyan: #00f5ff;--accent-teal: #00cfd5;--accent-gold: #ffb700;--text-primary: #ffffff;--text-secondary: #a0a6b5;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--transition-fast: .2s ease;--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);background-image:var(--bg-gradient);color:var(--text-primary);min-height:100vh;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition-fast)}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:8rem 0}.glass-card{background:var(--card-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--card-border);border-radius:1.5rem;padding:2rem;transition:var(--transition-slow)}.glass-card:hover{border-color:var(--accent-cyan);background:#ffffff0d;transform:translateY(-5px)}.btn-primary{padding:.8rem 2rem;background:var(--accent-cyan);color:var(--bg-color);font-weight:600;border-radius:3rem;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition-fast)}.btn-primary:hover{background:var(--accent-teal);transform:scale(1.05);box-shadow:0 0 20px #00f5ff4d}.btn-secondary{padding:.8rem 2rem;border:1px solid var(--card-border);color:var(--text-primary);font-weight:600;border-radius:3rem;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition-fast)}.btn-secondary:hover{border-color:var(--accent-cyan);background:#ffffff0d}.accent-text{color:var(--accent-cyan)}.gradient-text{background:linear-gradient(90deg,var(--accent-cyan),var(--accent-teal));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.container{padding:0 1.5rem}.section{padding:5rem 0}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:var(--transition-slow)}.navbar.scrolled{padding:1rem 0;background:#0c0e14cc;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--card-border)}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.nav-links a:hover{color:var(--accent-cyan)}.nav-actions{display:flex;align-items:center;gap:1.5rem}.social-icons{display:flex;gap:1.2rem;color:var(--text-secondary)}.social-icons a:hover{color:var(--accent-cyan)}.mobile-menu-btn{display:none;color:var(--text-primary)}.mobile-nav{display:none}@media(max-width:992px){.nav-links,.social-icons{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:block;position:absolute;top:100%;left:0;width:100%;background:var(--bg-color);padding:2rem;border-bottom:1px solid var(--card-border)}.mobile-nav ul{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.mobile-nav a{font-size:1.1rem;font-weight:500}}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;z-index:10}.subtitle{font-size:1.2rem;font-weight:500;display:block;margin-bottom:.5rem}.main-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.role-title{font-size:clamp(1.2rem,3vw,1.8rem);color:var(--text-secondary);font-weight:500;margin-bottom:1.5rem}.tagline{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem}.hero-btns{display:flex;gap:1.5rem}.hero-image-container{display:flex;justify-content:center;position:relative}.profile-frame{position:relative;width:100%;max-width:350px;aspect-ratio:1;border-radius:2rem;padding:10px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal))}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:1.8rem;background-color:var(--bg-color)}.glow-circle{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(80px);z-index:-1;opacity:.4}.glow-circle.cyan{top:-40px;right:-40px;background:var(--accent-cyan)}.glow-circle.purple{bottom:-40px;left:-40px;background:#9d00ff}.hero-bg-shapes .shape{position:absolute;z-index:1;border-radius:50%;filter:blur(120px)}.shape-1{width:400px;height:400px;background:#00f5ff0d;top:-10%;left:-10%}.shape-2{width:300px;height:300px;background:#9d00ff0d;bottom:0;right:-5%}@media(max-width:992px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.tagline{margin:0 auto 2.5rem}.hero-btns{justify-content:center}.hero-image-container{order:-1}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.title-underline{width:60px;height:4px;background:var(--accent-cyan);margin:0 auto;border-radius:2px}.about-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:flex-start}.about-image-wrapper{width:100%}.about-profile-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:2rem;padding:0!important}.about-info{display:flex;flex-direction:column;gap:2rem}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{color:var(--text-secondary);font-size:1.1rem}.contact-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem!important}.contact-icon{width:50px;height:50px;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;justify-content:center}.contact-details{display:flex;flex-direction:column}.contact-label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.contact-value{font-size:1rem;font-weight:600}@media(max-width:992px){.about-content{grid-template-columns:1fr}}.education-timeline{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.timeline-line{position:absolute;top:0;left:50%;width:2px;height:100%;background:var(--card-border);transform:translate(-50%)}.timeline-item{position:relative;width:50%;padding:1rem 3rem;margin-bottom:2rem}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%}.timeline-item.left .timeline-content{margin-right:0}.timeline-dot{position:absolute;top:30px;width:16px;height:16px;background:var(--accent-cyan);border:4px solid var(--bg-color);border-radius:50%;z-index:10;box-shadow:0 0 10px var(--accent-cyan)}.timeline-item.left .timeline-dot{right:-8px}.timeline-item.right .timeline-dot{left:-8px}.edu-icon{width:40px;height:40px;background:#00f5ff1a;color:var(--accent-cyan);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.timeline-item.left .edu-icon{margin-left:auto}.edu-header{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.8rem}.edu-period{font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem}.timeline-item.left .edu-period{justify-content:flex-end}.edu-degree{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.edu-details{color:var(--text-secondary)}@media(max-width:768px){.timeline-line{left:20px}.timeline-item{width:100%;left:0!important;padding-left:50px;padding-right:0;text-align:left!important}.timeline-item.left .timeline-dot,.timeline-item.right .timeline-dot{left:12px}.timeline-item.left .edu-icon,.timeline-item.left .edu-period{margin-left:0;justify-content:flex-start}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.skill-card{padding:2rem!important}.skill-icon-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skill-category-icon{width:45px;height:45px;background:#00f5ff1a;color:var(--accent-cyan);border-radius:12px;display:flex;align-items:center;justify-content:center}.skill-category-name{font-size:1.2rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:#ffffff0d;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;color:var(--text-secondary);border:1px solid var(--card-border);transition:var(--transition-fast)}.skill-card:hover .skill-tag{border-color:#00f5ff4d;color:var(--text-primary)}@media(max-width:576px){.skills-grid{grid-template-columns:1fr}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{display:flex;flex-direction:column;height:100%}.project-icon-box{width:60px;height:60px;background:#ffffff0d;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.project-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-tech{font-size:.9rem;color:var(--accent-cyan);font-weight:500;margin-bottom:1rem;display:block}.project-desc{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem;flex-grow:1}.project-links{display:flex;gap:1rem}.btn-sm{padding:.6rem 1.2rem!important;font-size:.9rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact-container{max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid var(--card-border);padding:1rem;border-radius:12px;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:var(--transition-fast)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-cyan);background:#ffffff14}.submit-btn{width:100%;justify-content:center;padding:1rem!important;margin-top:1rem}.submit-btn.loading{opacity:.7;cursor:not-allowed}.form-msg{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem;border-radius:12px;font-weight:500}.form-msg.success{background:#00ff801a;color:#00ff80}.form-msg.error{background:#ff47471a;color:#ff4747}.footer{padding:4rem 0;border-top:1px solid var(--card-border);background:#0c0e1480}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logo{font-size:1.5rem;font-weight:700}.copyright{color:var(--text-secondary);font-size:.9rem}.footer-socials{display:flex;gap:1.5rem}.footer-socials a{color:var(--text-secondary);transition:var(--transition-fast)}.footer-socials a:hover{color:var(--accent-cyan);transform:translateY(-3px)}@media(max-width:768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}}.app{width:100%;overflow-x:hidden}main{width:100%}
