:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #8f5cff;--accent: #00c6fb;--bg: linear-gradient(135deg, #181c2f 0%, #232946 100%);--text: #f4f4f4;--white: #fff;--glass-bg: rgba(36, 40, 59, .22);--glass-border: rgba(255,255,255,.1);--footer-bg: #232946;--footer-border: #393e5c}body{margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.portfolio-container{min-height:100vh;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.portfolio-header{background:linear-gradient(120deg,var(--primary) 0%,var(--accent) 100%);color:var(--white);padding-bottom:2rem;box-shadow:0 8px 32px #1f268726;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background:#8f5cff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.portfolio-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem 0}.portfolio-nav .logo{font-size:2.2rem;font-weight:700;letter-spacing:2px;text-shadow:0 2px 8px rgba(143,92,255,.2)}.portfolio-nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.portfolio-nav a{color:var(--white);text-decoration:none;font-weight:500;transition:color .2s,text-shadow .2s;text-shadow:0 1px 4px rgba(143,92,255,.2)}.portfolio-nav a:hover{color:var(--accent);text-shadow:0 2px 8px rgba(0,198,251,.3)}.hero{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:left;margin:3rem 0 2rem;padding:2rem 1rem;background:var(--glass-bg);border-radius:2rem;box-shadow:0 8px 32px #1f268726;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:900px;margin-left:auto;margin-right:auto}.three-canvas{width:220px;height:220px;margin:0 auto 1.5rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 24px #8f5cff2e;background:#181c2f}.hero-left{flex:0 0 260px;display:flex;align-items:center;justify-content:center}.profile-photo-top{width:240px;height:240px;margin:0;display:block;object-fit:cover;border-radius:50%;box-shadow:0 4px 24px #8f5cff2e;border:4px solid var(--primary);background:#232946}.hero-right{flex:1;padding-left:2.5rem;display:flex;flex-direction:column;align-items:flex-start}.hero-right .three-canvas{margin-left:0}.hero h1{font-size:2.8rem;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(143,92,255,.15)}.hero h1 span{color:var(--accent);text-shadow:0 2px 8px rgba(0,198,251,.2)}.hero h2{font-size:1.5rem;font-weight:400;margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:1.5rem}.cta-btn{display:inline-block;background:var(--white);color:var(--primary);padding:.75rem 2rem;border-radius:30px;font-weight:700;text-decoration:none;box-shadow:0 4px 24px #8f5cff26;transition:background .2s,color .2s,transform .2s;margin-top:1rem;border:none;cursor:pointer;perspective:400px}.cta-btn+.cta-btn{margin-left:1rem}.cta-btn:hover{background:var(--primary);color:var(--white);transform:translateY(-4px) scale(1.05) rotateX(8deg);box-shadow:0 8px 32px #8f5cff40}main{flex:1;padding:2rem 3rem}.about,.projects,.contact,.achievements,.education,.certifications{margin-bottom:3rem;background:var(--glass-bg);border-radius:2rem;box-shadow:0 8px 32px #1f26871a;padding:2rem;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about h2,.projects h2,.contact h2,.achievements h2,.education h2,.certifications h2{color:var(--primary);margin-bottom:1rem;text-shadow:0 2px 8px rgba(143,92,255,.1)}.project-list{display:flex;gap:1.5rem;flex-wrap:wrap}.project-card{background:var(--glass-bg);border-radius:1.5rem;box-shadow:0 8px 32px #1f26871a;padding:1.5rem;flex:1 1 200px;min-width:200px;text-align:center;font-weight:500;border:1px solid var(--glass-border);transition:transform .3s,box-shadow .3s;will-change:transform;perspective:400px;color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-card:hover{transform:translateY(-8px) scale(1.04) rotateY(8deg);box-shadow:0 16px 48px #1f26872e;z-index:2}.portfolio-footer{text-align:center;padding:1.5rem 0;background:var(--footer-bg);color:var(--primary);font-size:1rem;border-top:1px solid var(--footer-border);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow:0 -4px 24px #8f5cff0d}.profile-photo-top{display:block;margin:0 auto 1.5rem;width:180px;height:180px;object-fit:cover;border-radius:50%;box-shadow:0 4px 24px #8f5cff2e;border:3px solid var(--primary);background:#232946}.profile-photo-about{display:block;margin:0 auto 2rem;width:140px;height:140px;object-fit:cover;border-radius:50%;box-shadow:0 4px 24px #8f5cff1f;border:2px solid var(--accent);background:#232946}.achievements ul,.education ul,.certifications ul{list-style:disc inside;padding-left:1.5rem;color:var(--text);font-size:1.1rem}.achievements ul li,.education ul li,.certifications ul li{margin-bottom:.7rem}.star-bg-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.portfolio-container,.portfolio-header,main,.about,.projects,.contact,.achievements,.education,.certifications,.portfolio-footer{position:relative;z-index:1}@media (max-width: 700px){.portfolio-nav{flex-direction:column;gap:1rem;padding:1rem}main{padding:1rem}.about,.projects,.contact,.achievements,.education,.certifications{padding:1rem}.project-list{flex-direction:column;gap:1rem}.hero{padding:1rem .5rem}.three-canvas{width:100%;height:180px}}@media (max-width: 900px){.hero{flex-direction:column;text-align:center;padding:1rem .5rem}.hero-left{justify-content:center;margin-bottom:1.5rem}.hero-right{padding-left:0;align-items:center}.profile-photo-top{width:160px;height:160px}}
