@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e4e4e7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;position:relative}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#ffffff0d;border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fcc;border-bottom:1px solid #ffffff0d;padding:1.25rem 0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700;display:flex}.logo-bracket{color:#8b5cf6;font-weight:600}.logo-text{color:#e4e4e7;letter-spacing:-.02em}.nav-links{gap:.5rem;display:flex}.nav-link{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .3s;position:relative}.nav-link:before{content:"";background:linear-gradient(90deg,#8b5cf6,#ec4899);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover{color:#e4e4e7;background:#8b5cf61a}.nav-link:hover:before{width:60%}.hero-section{align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:0;right:0}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;display:grid}.terminal-wrapper{position:relative}.terminal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141ee6;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px #00000080}.terminal-header{background:#1e1e28f2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.terminal-controls{gap:.5rem;display:flex}.control-btn{border-radius:50%;width:12px;height:12px}.control-btn.close{background:#ff5f57}.control-btn.minimize{background:#ffbd2e}.control-btn.maximize{background:#28c840}.terminal-title{color:#a1a1aa;font-size:.8125rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}.terminal-menu{width:50px}.terminal-body{color:#d4d4d8;min-height:320px;padding:1.5rem;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace;font-size:.875rem;line-height:1.7}.terminal-line{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.terminal-prompt{color:#10b981;font-weight:600}.terminal-path{color:#3b82f6;font-weight:600}.terminal-dollar{color:#e4e4e7;font-weight:700}.terminal-command{color:#fbbf24}.terminal-output pre{color:#a1a1aa;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;line-height:1.8}.hero-content{padding:2rem 0}.hero-greeting{color:#8b5cf6;letter-spacing:.02em;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.hero-name{background:linear-gradient(135deg,#e4e4e7 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-tagline{background:linear-gradient(135deg,#8b5cf6,#ec4899,#f59e0b);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-bio{color:#a1a1aa;max-width:540px;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.hero-social{gap:1rem;margin-bottom:2.5rem;display:flex}.social-icon{color:#a1a1aa;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf6;transform:translateY(-4px)}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #8b5cf64d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #8b5cf666}.section{padding:6rem 2rem;position:relative}.section-container{max-width:1280px;margin:0 auto}.section-title{color:#e4e4e7;align-items:center;gap:1rem;margin-bottom:4rem;font-size:2.5rem;font-weight:700;display:flex}.title-number{color:#8b5cf6;font-size:1.5rem;font-weight:600}.about-content{max-width:800px}.about-text p{color:#a1a1aa;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.9}.education-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.education-card{padding:2rem}.education-period{color:#8b5cf6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.education-degree{color:#e4e4e7;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.education-institution{color:#a1a1aa;margin-bottom:1rem;font-size:1rem;font-weight:500}.education-description{color:#71717a;font-size:.9375rem;line-height:1.6}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{padding:2rem;position:relative}.project-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.project-folder{color:#8b5cf6}.project-link{color:#a1a1aa;text-decoration:none;transition:all .3s;display:flex}.project-link:hover{color:#8b5cf6;transform:translateY(-2px)}.project-title{color:#e4e4e7;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.project-description{color:#a1a1aa;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.project-tech{flex-wrap:wrap;gap:.75rem;display:flex}.tech-tag{color:#c4b5fd;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;padding:.375rem .875rem;font-family:SF Mono,monospace;font-size:.8125rem;font-weight:500}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.skill-item{text-align:center;padding:1.75rem 1.25rem}.skill-name{color:#e4e4e7;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.skill-category{color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.contact-content{text-align:center;max-width:640px;margin:0 auto}.contact-text{color:#a1a1aa;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.contact-item{color:#a1a1aa;justify-content:center;align-items:center;gap:.75rem;font-size:1rem;display:flex}.contact-item svg{color:#8b5cf6}.contact-button{color:#8b5cf6;background:#8b5cf61a;border:1px solid #8b5cf6;border-radius:12px;align-items:center;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.contact-button:hover{background:#8b5cf633;transform:translateY(-2px);box-shadow:0 10px 30px #8b5cf633}.footer{background:#0a0a0ff2;border-top:1px solid #ffffff0d;margin-top:4rem;padding:3rem 2rem}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;display:flex}.footer-social{gap:1.5rem;display:flex}.footer-icon{color:#a1a1aa;background:#ffffff05;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.footer-icon:hover{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf6;transform:translateY(-3px)}.footer-copyright{color:#71717a;text-align:center;font-size:.875rem}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-name{font-size:3.5rem}.hero-tagline{font-size:2rem}}@media (width<=768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.nav-link{padding:.5rem 1rem;font-size:.875rem}.hero-section{padding:4rem 1.5rem 3rem}.hero-name{font-size:2.5rem}.hero-tagline{font-size:1.5rem}.hero-bio{font-size:1rem}.section{padding:4rem 1.5rem}.section-title{margin-bottom:2.5rem;font-size:2rem}.terminal-body{padding:1rem;font-size:.75rem}.projects-grid,.education-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}}@media (width<=480px){.hero-name{font-size:2rem}.hero-tagline{font-size:1.25rem}.section-title{font-size:1.75rem}.cta-button{padding:.875rem 1.5rem;font-size:.9375rem}}
