:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;--text-color: #ffffff;--text-muted: #aaaaaa;--accent-color: #ffffff;color:var(--text-color);background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--text-color);font-weight:600;line-height:1.2}h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--text-color);font-weight:600;line-height:1.2}h3,h4,h5,h6{color:var(--text-color);font-weight:600;line-height:1.2}a{color:var(--text-color);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);transition:border-bottom-color .2s}a:hover{border-bottom-color:var(--text-color)}#root{width:100%;min-height:100vh;margin:0;padding:0}.app-container{position:relative;z-index:1;padding:2rem 1rem;max-width:1200px;margin:0 auto}.main-content{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.starry-background-canvas{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;display:block}.hero-section{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:3rem;text-align:left;background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto 3rem;width:100%;max-width:1000px;box-sizing:border-box;position:relative}.hero-location{position:absolute;bottom:1rem;right:1.5rem;font-size:.9rem;color:var(--text-muted);font-weight:400;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.hero-content{flex:1}.hero-photo{flex:0 0 300px;height:300px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.hero-section{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:2rem}.hero-photo{width:200px;height:200px;flex:0 0 200px;order:-1}.hero-title{font-size:clamp(2rem,8vw,2.5rem)}.hero-subtitle,.hero-description{font-size:1rem}.hero-location{position:static;margin-top:1rem;justify-content:center;width:100%}}@media(max-width:480px){.hero-section{padding:1.5rem 1rem;gap:1.5rem}.hero-photo{width:150px;height:150px;flex:0 0 150px}}.photo-placeholder{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center}.photo-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.hero-title{font-size:3.5rem;margin-bottom:1rem;letter-spacing:-.02em;color:var(--text-color)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);font-weight:300;margin-bottom:1.5rem}.highlight{color:var(--text-color);font-weight:600}.hero-description{max-width:100%;margin:0;color:var(--text-muted);font-size:1.1rem;text-align:justify}.hero-buttons{margin-top:2rem;display:flex;gap:1rem}.resume-btn,.contact-btn{padding:.8rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.resume-btn{background:transparent;border:1px solid var(--text-color);color:var(--text-color)}.resume-btn:hover{background:var(--text-color);color:#000;box-shadow:0 0 15px #ffffff4d}.contact-btn{background:#ffffff1a;border:1px solid transparent;color:var(--text-color)}.contact-btn:hover{background:#fff3;border-color:#ffffff4d}@media(max-width:768px){.hero-buttons{justify-content:center}}.portfolio-nav{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:4rem;padding:0 1rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);width:100%;max-width:1000px;margin-left:auto;margin-right:auto;white-space:nowrap;overflow-x:auto;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.portfolio-nav::-webkit-scrollbar{display:none}@media(max-width:768px){.portfolio-nav{justify-content:flex-start;padding-bottom:.5rem;margin-bottom:2rem;gap:1rem;-webkit-overflow-scrolling:touch}.nav-btn{font-size:.9rem;padding:.4rem .8rem}}.nav-btn{background:transparent;border:none;color:var(--text-muted);padding:.5rem 0;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;font-weight:400}.nav-btn:hover{color:var(--text-color)}.nav-btn.active{color:var(--text-color);border-bottom:1px solid var(--text-color)}.content-section{background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:3rem;margin:0 auto 4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-color);width:100%;max-width:1000px;box-sizing:border-box}@media(max-width:768px){.content-section{padding:2rem 1.5rem;margin-bottom:2rem}.content-title{margin-bottom:1.5rem}}@media(max-width:480px){.content-section{padding:1.5rem 1rem;border-radius:8px}}.content-title{color:var(--text-color);border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem;margin-bottom:2rem;display:block;font-size:1.5rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.education-container{padding:1rem 0;position:relative;max-width:800px}.education-timeline{position:relative;padding-left:20px}.education-timeline:before{content:"";position:absolute;top:20px;left:28px;width:4px;height:calc(100% - 70px);background-color:var(--neon-cyan);box-shadow:0 0 10px var(--neon-cyan);z-index:0}.education-item{position:relative;display:flex;align-items:center;margin-bottom:3rem;z-index:1}.education-item:last-child{margin-bottom:0}.edu-logo-container{width:56px;height:56px;flex-shrink:0;background:#000;border:2px solid var(--neon-cyan);border-radius:12px;display:flex;justify-content:center;align-items:center;margin-right:1.5rem;z-index:2;box-shadow:0 0 15px #00f3ff4d}.edu-logo-placeholder{color:var(--neon-cyan);font-weight:700;font-size:1.2rem}.edu-logo-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.edu-content{flex:1}.edu-institution{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 .3rem}.edu-degree{font-size:1rem;color:var(--text-muted);margin:0 0 .3rem}.edu-years{font-size:.9rem;color:var(--text-muted);font-style:italic;opacity:.8}@media(max-width:600px){.education-timeline:before{left:23px}.edu-logo-container{width:48px;height:48px;margin-right:1rem}.education-timeline:before{left:24px}.edu-institution{font-size:1.1rem}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.project-card{background:#14141e99;border:1px solid var(--neon-purple);border-radius:12px;padding:0;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #bd34fe33;border-color:#fff}.project-image-container{width:100%;height:160px;background:#000;border-bottom:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(45deg,#1a1a2e,#16213e);color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.project-info{padding:1.5rem}.project-card h3{font-size:1.5rem;margin-top:0;margin-bottom:1rem;color:#fff;padding-bottom:.5rem}.project-card p{color:var(--text-muted);line-height:1.6;margin-bottom:0;font-size:.95rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.project-tag{background:#171721f2;color:var(--neon-cyan);padding:.4rem .8rem;border-radius:6px;font-size:.8rem;border:1px solid rgba(0,255,255,.15);font-weight:500;letter-spacing:.5px;transition:all .3s ease}.project-tag:hover{background:#00ffff1a;border-color:var(--neon-cyan);box-shadow:0 0 10px #00ffff1a}.experience-list{list-style:none;padding:0}.experience-item{margin-bottom:2rem;padding-left:1.5rem;border-left:2px solid var(--neon-purple);position:relative}.experience-item:before{content:"";position:absolute;left:-6px;top:0;width:10px;height:10px;background:var(--bg-dark);border:2px solid var(--neon-purple);border-radius:50%}.experience-item.achievement{border-left-color:var(--neon-cyan)}.experience-item.achievement:before{border-color:var(--neon-cyan)}.certifications-container{margin-top:3rem}.cert-card{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.cert-card:last-child{border-bottom:none}.cert-logo{width:48px;height:48px;background:#1a1a1a;display:flex;justify-content:center;align-items:center;flex-shrink:0}.cert-logo img{width:100%;height:100%;object-fit:contain}.cert-logo-placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#333;color:#fff;font-weight:700;font-size:1.2rem}.cert-details{flex:1}.cert-title{font-size:1.1rem;font-weight:600;margin:0;color:#fff;line-height:1.4}.cert-issuer{font-size:.95rem;margin:0;color:#fff}.cert-meta{font-size:.85rem;color:var(--text-muted);margin:.2rem 0}.cert-btn{display:inline-block;margin-top:.5rem;background:transparent;border:1px solid var(--text-muted);color:var(--text-color);padding:.4rem 1rem;border-radius:20px;font-size:.9rem;cursor:pointer;text-decoration:none;transition:all .2s}.cert-btn:hover{border-color:#fff;background:#ffffff1a}.cert-tags{margin-top:.5rem;font-size:.9rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.icon-diamond{display:inline-block;width:8px;height:8px;background:var(--text-muted);transform:rotate(45deg)}@media(max-width:600px){.cert-card{flex-direction:column;align-items:flex-start}}
