@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Space+Grotesk:wght@300;500;700&display=swap";:root{--bg-color:#050505;--accent-primary:#00f2ff;--accent-secondary:#7000ff;--text-main:#fff;--text-muted:#a0a0a0;--glass-bg:#ffffff08;--glass-border:#ffffff1a;--font-main:"Inter", sans-serif;--font-heading:"Space Grotesk", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-1px}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--accent-secondary);border-radius:10px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.floating{animation:6s ease-in-out infinite float}.text-gradient{background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.navbar{z-index:1000;border-radius:1rem;justify-content:space-between;align-items:center;width:calc(100% - 4rem);max-width:1200px;padding:.85rem 2rem;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.logo a{text-decoration:none}.logo-wrap{align-items:baseline;gap:.35rem;display:flex}.logo-prefix{letter-spacing:.05em;color:var(--accent);font-size:.85rem;font-weight:600}.logo h2{letter-spacing:.12em;color:var(--text-primary);font-size:1.3rem;font-weight:800}.nav-links{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);padding-bottom:4px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.nav-links .underline{background:var(--gradient-primary);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-2px;left:0}@media (width<=768px){.navbar{flex-wrap:wrap;justify-content:center;gap:.5rem;width:calc(100% - 1rem);padding:.75rem 1rem}.logo h2{font-size:1.1rem}.nav-links{gap:1.25rem}.nav-links a{font-size:.8rem}}.cursor{pointer-events:none;z-index:9999;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:fixed;top:-10px;left:-10px}.cursor-dot{background:var(--accent-primary);filter:blur(4px);opacity:.6;mix-blend-mode:difference;border-radius:50%;width:100%;height:100%}@media (width<=768px){.cursor{display:none}}.page-home{align-items:center;min-height:100vh;display:flex}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;display:grid;position:relative}.hero-content{max-width:580px}.subtitle{letter-spacing:.22em;color:var(--accent);margin-bottom:1.2rem;font-size:.75rem;font-weight:600}.hero-content h1{color:var(--text-primary);margin-bottom:1.4rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:800;line-height:1.12}.description{color:var(--text-secondary);margin-bottom:2.2rem;font-size:1rem;line-height:1.8}.cta-group{flex-wrap:wrap;gap:1rem;margin-bottom:2.8rem;display:flex}.btn-primary{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00d4ff59}.btn-secondary{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:.75rem;padding:.85rem 2rem;font-size:.95rem;font-weight:500;transition:background .3s,border-color .3s}.btn-secondary:hover{border-color:var(--accent);background:#ffffff0d}.hero-badges{align-items:center;gap:2rem;display:flex}.badge{flex-direction:column;gap:.2rem;display:flex}.badge-number{font-size:1.9rem;font-weight:800;line-height:1}.badge-label{color:var(--text-secondary);letter-spacing:.04em;font-size:.75rem}.badge-divider{background:#ffffff1a;width:1px;height:36px}.hero-photo-wrap{justify-content:center;align-items:center;display:flex;position:relative}.photo-glow-ring{pointer-events:none;border:2px dashed #00d4ff40;border-radius:50%;position:absolute;inset:-24px;box-shadow:inset 0 0 60px #00d4ff14}.photo-container{background:#00d4ff0d;border:2px solid #00d4ff40;border-radius:28% 72% 30% 70%/40% 35% 65% 60%;width:340px;height:420px;animation:10s ease-in-out infinite morph-border;position:relative;overflow:hidden;box-shadow:0 0 60px #00d4ff26,0 30px 80px #00000080}@keyframes morph-border{0%,to{border-radius:28% 72% 30% 70%/40% 35% 65% 60%}25%{border-radius:58% 42% 60% 40%/50% 55% 45% 50%}50%{border-radius:40% 60% 50% 50%/30% 60% 40% 70%}75%{border-radius:65% 35% 38% 62%/55% 40% 60% 45%}}.profile-photo{object-fit:cover;object-position:top center;filter:saturate(1.05)contrast(1.02);width:100%;height:100%;transition:transform .5s}.photo-container:hover .profile-photo{transform:scale(1.04)}.photo-shimmer{pointer-events:none;background:linear-gradient(135deg,#00d4ff14 0%,#0000 50%,#7c3aed0f 100%);position:absolute;inset:0}.float-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);white-space:nowrap;z-index:10;background:#0a0f1ebf;border:1px solid #00d4ff33;border-radius:50px;align-items:center;gap:.65rem;padding:.65rem 1.1rem;display:flex;position:absolute;box-shadow:0 8px 32px #0000004d}.badge-top{top:10%;left:-30px}.badge-bottom{bottom:10%;right:-30px}.fb-icon{font-size:1.4rem}.fb-title{color:var(--text-primary);margin:0;font-size:.78rem;font-weight:600}.fb-sub{color:var(--accent);margin:0;font-size:.68rem}.social-sidebar{background:#ffffff0a;border:1px solid #ffffff14;border-radius:2rem;flex-direction:column;gap:1.2rem;padding:1rem .8rem;display:flex;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.social-sidebar a{color:var(--text-secondary);align-items:center;transition:color .2s,transform .2s;display:flex}.social-sidebar a:hover{color:var(--accent);transform:scale(1.2)}@media (width<=992px){.hero{text-align:center;grid-template-columns:1fr;gap:4rem;padding:8rem 1.5rem 4rem}.hero-content{flex-direction:column;align-items:center;margin:0 auto;display:flex}.description{text-align:center}.cta-group{justify-content:center}.hero-badges{flex-wrap:wrap;justify-content:center}.social-sidebar{background:0 0;border:none;flex-direction:row;justify-content:center;margin-top:2rem;padding:0;position:relative;top:0;right:0;transform:none}.float-badge.badge-top{top:-5%;left:0}.float-badge.badge-bottom{bottom:-5%;right:0}}@media (width<=480px){.photo-container{width:260px;height:320px}.hero-content h1{font-size:2.2rem}.float-badge{transform:scale(.85)}.badge-number{font-size:1.5rem}}.page-about{min-height:100vh;padding:6rem 2rem 4rem}.about-container{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.bento-header{border-radius:1.5rem;padding:2.5rem}.about-header-content{align-items:center;gap:3rem;display:flex}.about-header-text{flex:1}.bento-header h2{margin-bottom:1rem;font-size:2.8rem;font-weight:800}.bento-header p{color:var(--text-secondary);max-width:580px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-social{flex-wrap:wrap;gap:1rem;display:flex}.about-social-link{color:var(--accent);border:1px solid #00d4ff40;border-radius:50px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;text-decoration:none;transition:background .2s;display:flex}.about-social-link:hover{background:#00d4ff1a}.about-header-photo{flex-shrink:0;position:relative}.about-profile-photo{object-fit:cover;object-position:top center;border:2px solid #00d4ff40;border-radius:24px;width:200px;height:240px;display:block;box-shadow:0 0 40px #00d4ff26,0 20px 50px #0006}.about-photo-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;color:var(--text-primary);background:#0a0f1ed9;border:1px solid #00d4ff40;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.bento-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-item{border-radius:1.5rem;padding:2rem}.grid-item.large{grid-column:span 2}.grid-item.wide{grid-column:span 3}.grid-icon{width:48px;height:48px;color:var(--accent);background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.grid-item h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.grid-item p{color:var(--text-secondary);font-size:.95rem;line-height:1.75}.education-list{flex-direction:column;gap:.85rem;display:flex}.edu-item{flex-direction:column;gap:.15rem;display:flex}.edu-degree{color:var(--accent);font-size:.9rem;font-weight:600}.edu-school{color:var(--text-secondary);font-size:.82rem}.stat{align-items:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.number{font-size:3.5rem;font-weight:800;line-height:1}.label{color:var(--text-secondary);padding-bottom:.4rem;font-size:.85rem;line-height:1.4}.stack-bars{flex-direction:column;gap:1rem;display:flex}.bar-info{color:var(--text-secondary);justify-content:space-between;margin-bottom:.4rem;font-size:.88rem;display:flex}.bar-bg{background:#ffffff12;border-radius:3px;height:6px;overflow:hidden}.bar-fill{background:var(--gradient-primary);border-radius:3px;height:100%}@media (width<=992px){.bento-grid{grid-template-columns:repeat(2,1fr)}.grid-item.large,.grid-item.wide{grid-column:span 2}.about-header-content{text-align:center;flex-direction:column;gap:2rem}.about-social{justify-content:center}.bento-header p{margin:0 auto 1.5rem}}@media (width<=768px){.page-about{padding:7rem 1rem 4rem}.bento-grid{grid-template-columns:1fr}.grid-item.large,.grid-item.wide{grid-column:span 1}.about-profile-photo{width:160px;height:190px}}.page-projects{min-height:100vh;padding:6rem 2rem 4rem}.projects-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.projects-header h2{margin-bottom:.75rem;font-size:2.8rem;font-weight:800}.projects-header p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.project-card{border-radius:1.5rem;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;transition:box-shadow .3s;display:flex}.project-card:hover{box-shadow:0 20px 60px #0000004d}.service-icon-wrap{background:#ffffff08;border:1px solid;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.project-info{flex:1}.category{letter-spacing:.14em;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem;font-weight:600;display:block}.project-info h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.project-info p{color:var(--text-secondary);margin-bottom:1rem;font-size:.88rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{color:var(--accent);background:#00d4ff14;border:1px solid #00d4ff2e;border-radius:2rem;padding:.25rem .75rem;font-size:.72rem;font-weight:500}.service-btn{width:100%;color:var(--accent);cursor:pointer;background:#00d4ff0f;border:1px solid #00d4ff4d;border-radius:.75rem;padding:.7rem 1rem;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s}.service-btn:hover{border-color:var(--accent);background:#00d4ff26}@media (width<=992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.page-projects{padding:7rem 1rem 4rem}.projects-grid{grid-template-columns:1fr}.projects-header h2{font-size:2.2rem}}.page-contact{align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex}.contact-container{grid-template-columns:1fr 1.5fr;align-items:start;gap:3rem;width:100%;max-width:1100px;margin:0 auto;display:grid}.contact-info h2{margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.15}.contact-info>p{color:var(--text-secondary);margin-bottom:2rem;font-size:.98rem;line-height:1.75}.info-list{flex-direction:column;gap:1.1rem;display:flex}.info-item{align-items:center;gap:1rem;display:flex}.icon-box{width:44px;height:44px;color:var(--accent);background:#00d4ff14;border:1px solid #00d4ff2e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-item>div:last-child{flex-direction:column;gap:.15rem;display:flex}.info-item span{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:600}.info-item p{color:var(--text-secondary);margin:0;font-size:.92rem}.contact-form{border-radius:1.5rem;padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-group label{letter-spacing:.06em;color:var(--text-secondary);font-size:.82rem;font-weight:600}.glass-input{color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.glass-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #00d4ff1f}.glass-input option{color:var(--text-primary);background:#0d1117}textarea.glass-input{resize:vertical;min-height:100px}.submit-btn{background:var(--gradient-primary);color:#fff;cursor:pointer;letter-spacing:.04em;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s;display:flex}.submit-btn:hover{opacity:.9;transform:translateY(-2px)}@media (width<=992px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info{text-align:center;flex-direction:column;align-items:center;display:flex}.info-list{align-items:center;width:100%}.info-item{text-align:center;flex-direction:column}.info-item>div:last-child{align-items:center}}@media (width<=768px){.page-contact{padding:7rem 1rem 4rem}.form-row{grid-template-columns:1fr}.contact-info h2{font-size:2.2rem}}
