.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0b0a10cc;border-bottom:1px solid #ffffff0d;padding:1.5rem 0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{letter-spacing:1px;font-size:1.2rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{letter-spacing:1px;color:var(--text-muted);font-size:.8rem;font-weight:600}.nav-links a:hover{color:var(--text-main)}.nav-download{padding:.5rem 1rem;font-size:.8rem}@media (width<=768px){.nav-links{display:none}}.hero{align-items:center;min-height:80vh;display:flex}.hero-container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-content{flex:1}.hero-subtitle{letter-spacing:2px;color:var(--text-muted);margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.hero-title{margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-description{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{gap:1rem;display:flex}.hero-graphic{flex:1;justify-content:center;align-items:center;display:flex}.nebula-circle{background:var(--bg-main);border:1px solid #ffffff0d;border-radius:50%;width:400px;height:400px;position:relative;overflow:hidden;box-shadow:0 0 100px #a855f74d}.nebula-circle img{object-fit:cover;z-index:10;border-radius:50%;width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;left:4px}.nebula-circle:before{content:"";background:conic-gradient(#0000,#a855f74d,#0000 40%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{to{transform:rotate(360deg)}}@media (width<=900px){.hero-container{text-align:center;flex-direction:column}.hero-description{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.hero-title{font-size:3rem}.nebula-circle{width:300px;height:300px}}.about-content{align-items:center;gap:3rem;display:flex}.about-image-wrapper{flex:1;max-width:400px}.about-image-placeholder{aspect-ratio:1;background:var(--gradient-purple);border:1px solid #a855f733;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #00000080}.about-image-placeholder:before{content:"";transform-origin:bottom;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0;transform:perspective(500px)rotateX(45deg)}.about-text{flex:2}.about-text h3{margin-bottom:1rem;font-size:1.5rem}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem}.about-badges{flex-wrap:wrap;gap:.75rem;display:flex}.badge{color:var(--text-muted);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem}@media (width<=768px){.about-content{flex-direction:column}}.education-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.education-card{position:relative}.education-year{margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.education-degree{margin-bottom:.25rem;font-size:1.3rem}.education-school{margin-bottom:1rem;font-size:.95rem;font-weight:500}.education-desc{font-size:.95rem;line-height:1.5}.skills-container{flex-direction:column;align-items:center;display:flex}.centered-title{align-items:center}.centered-title:after{margin-top:.5rem}.skills-cloud{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;display:flex}.skill-pill{background-color:var(--bg-card);border:1px solid var(--border-color);color:var(--text-main);cursor:default;border-radius:30px;padding:.8rem 1.5rem;font-size:.95rem;transition:all .3s}.skill-pill:hover{border-color:var(--accent-purple);transform:translateY(-2px);box-shadow:0 0 15px #a855f733}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{flex-direction:column;height:100%;display:flex}.project-icon-wrapper{background:var(--gradient-purple);width:100%;height:150px;color:var(--accent-purple);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.project-title{margin-bottom:.75rem;font-size:1.3rem}.project-desc{flex:1;margin-bottom:1.5rem;font-size:.95rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.project-tag{color:var(--accent-purple);background-color:#ffffff0d;border-radius:4px;padding:.25rem .75rem;font-size:.75rem}.project-link{margin-top:auto;font-size:.9rem;font-weight:600;display:inline-block}.project-link:hover{text-decoration:underline}.cert-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.cert-card{align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.cert-icon{background:var(--gradient-purple);color:var(--accent-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.cert-info{flex:1}.cert-title{margin-bottom:.25rem;font-size:1.1rem}.cert-issuer{font-size:.85rem}@media (width<=600px){.cert-grid{grid-template-columns:1fr}}.contact-section{padding-bottom:0}.contact-container{justify-content:center;margin-bottom:4rem;display:flex}.contact-card{text-align:center;width:100%;max-width:600px;padding:3rem}.contact-title{margin-bottom:.5rem;font-size:2rem}.contact-desc{margin-bottom:2rem;font-size:.95rem}.contact-form{text-align:left}.form-row{gap:1.5rem;margin-bottom:1.5rem;display:flex}.form-group{flex:1;margin-bottom:1.5rem}.form-row .form-group{margin-bottom:0}label{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}input,textarea{border:1px solid var(--border-color);width:100%;color:var(--text-main);background-color:#ffffff08;border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}input:focus,textarea:focus{border-color:var(--accent-purple);background-color:#ffffff0d;outline:none}.btn-block{width:100%;padding:1rem}.footer{border-top:1px solid var(--border-color);margin-top:4rem;padding:2rem 0}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.social-links{gap:1.5rem;display:flex}.social-icon{background-color:var(--bg-card);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{color:var(--accent-purple);border-color:var(--accent-purple);transform:translateY(-3px);box-shadow:0 5px 15px #a855f733}.footer-copyright{color:var(--text-muted);font-size:.8rem}@media (width<=600px){.form-row{flex-direction:column;gap:1.5rem}.contact-card{padding:2rem 1.5rem}}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}main{flex:1}:root{--bg-main:#0b0a10;--bg-card:#15131a;--bg-card-hover:#1e1b26;--text-main:#fff;--text-muted:#a1a1aa;--accent-purple:#a855f7;--accent-purple-dark:#7e22ce;--border-color:#272433;--gradient-purple:linear-gradient(135deg, #a855f733, #7e22ce0d)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";opacity:.4;z-index:-2;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 10% 20%,#fffc,#0000),radial-gradient(2px 2px at 30% 40%,#fffc,#0000),radial-gradient(1px 1px at 50% 60%,#fff9,#0000),radial-gradient(1.5px 1.5px at 70% 80%,#ffffffe6,#0000),radial-gradient(2px 2px at 90% 10%,#ffffffb3,#0000),radial-gradient(1px 1px at 20% 80%,#a855f7cc,#0000),radial-gradient(2.5px 2.5px at 80% 30%,#a855f7cc,#0000),radial-gradient(1px 1px at 40% 10%,#fff9,#0000),radial-gradient(1.5px 1.5px at 60% 90%,#fffc,#0000),radial-gradient(2px 2px at 15%,#ffffff80,#0000),radial-gradient(1px 1px at 85% 65%,#ffffffb3,#0000);background-size:200px 200px;position:fixed;inset:0}.glow-container{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.glow-orb{filter:blur(100px);opacity:.15;border-radius:50%;position:absolute}.orb-1{background:var(--accent-purple);width:600px;height:600px;top:-10%;right:-5%}.orb-2{background:#3b82f6;width:500px;height:500px;top:40%;left:-10%}.orb-3{background:var(--accent-purple-dark);width:700px;height:700px;bottom:0%;right:10%}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--accent-purple)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}h1,h2,h3,h4{margin-bottom:1rem;font-weight:700;line-height:1.2}.section-title{flex-direction:column;margin-bottom:2.5rem;font-size:2rem;display:flex}.section-title:after{content:"";background-color:var(--accent-purple);border-radius:2px;width:60px;height:4px;margin-top:.5rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-purple-dark);color:#fff}.btn-primary:hover{background-color:var(--accent-purple);transform:translateY(-2px);box-shadow:0 4px 12px #a855f766}.btn-outline{border-color:var(--border-color);color:var(--text-main);background-color:#0000}.btn-outline:hover{border-color:var(--accent-purple);color:var(--accent-purple);transform:translateY(-2px)}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:transform .3s,border-color .3s}.card:hover{border-color:#a855f780;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.text-purple{color:var(--accent-purple)}.text-muted{color:var(--text-muted)}
