*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-card:#12121a;--bg-card-hover:#1a1a26;--text:#e4e4e7;--text-muted:#71717a;--accent:#6366f1;--accent-glow:#6366f126;--border:#27272a;--terminal-bg:#0d0d14;--green:#22c55e;--yellow:#eab308;--red:#ef4444;--font-sans:"Inter", -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden}.noise{z-index:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:#818cf8}ul{list-style:none}nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0a0a0fcc;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.logo{font-family:var(--font-mono);color:var(--text);font-size:1.4rem;font-weight:700}.logo .accent{color:var(--accent)}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}main{z-index:1;position:relative}.section{max-width:1100px;margin:0 auto;padding:6rem 2rem}.section-title{align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700;display:flex}.section-title .num{font-family:var(--font-mono);color:var(--accent);font-size:1rem;font-weight:500}.section-title:after{content:"";background:var(--border);flex:1;max-width:300px;height:1px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;min-height:100vh;margin:0 auto;padding:10rem 2rem 6rem;display:grid}.hero-greeting{font-family:var(--font-mono);color:var(--accent);margin-bottom:1rem;font-size:.95rem}.terminal-prompt{color:var(--green);margin-right:.5rem}.hero h1{letter-spacing:-.02em;font-size:3.5rem;font-weight:700;line-height:1.1}.hero h2{color:var(--text-muted);margin-top:.5rem;font-size:2rem;font-weight:600;line-height:1.2}.hero-desc{color:var(--text-muted);max-width:480px;margin-top:1.5rem;font-size:1.05rem}.hero-actions{gap:1rem;margin-top:2.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.btn-primary:hover{color:#fff;box-shadow:0 0 30px var(--accent-glow);background:#818cf8;transform:translateY(-1px)}.btn-secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent-glow);color:#818cf8;transform:translateY(-1px)}.terminal-window{background:var(--terminal-bg);border:1px solid var(--border);font-family:var(--font-mono);border-radius:12px;font-size:.82rem;overflow:hidden;box-shadow:0 20px 60px #0006}.terminal-header{border-bottom:1px solid var(--border);background:#1a1a24;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:var(--red)}.dot.yellow{background:var(--yellow)}.dot.green{background:var(--green)}.terminal-title{color:var(--text-muted);margin-left:.75rem;font-size:.75rem}.terminal-body{padding:1.25rem}.terminal-body .line{white-space:pre;margin-bottom:.25rem}.terminal-body .prompt{color:var(--green);margin-right:.5rem}.terminal-body .json{padding-left:1rem}.terminal-body .key{color:#818cf8}.terminal-body .val{color:var(--green)}.terminal-body .bool{color:var(--yellow)}.cursor{animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.about-content{max-width:640px}.about-content p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem}.skills-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.skill-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;transition:all .3s}.skill-card:hover{background:var(--bg-card-hover);border-color:var(--accent);box-shadow:0 8px 30px var(--accent-glow);transform:translateY(-4px)}.skill-icon{color:var(--accent);font-size:1.5rem;font-family:var(--font-mono);margin-bottom:1rem}.skill-card h4{margin-bottom:1rem;font-size:1rem;font-weight:600}.skill-card li{color:var(--text-muted);padding:.25rem 0 .25rem 1rem;font-size:.875rem;position:relative}.skill-card li:before{content:">";color:var(--accent);font-family:var(--font-mono);font-size:.75rem;position:absolute;left:0}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.project-card:hover{background:var(--bg-card-hover);border-color:var(--accent);box-shadow:0 8px 30px var(--accent-glow);transform:translateY(-4px)}.project-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.folder-icon{font-size:1.75rem}.project-links a{color:var(--text-muted);font-size:1.25rem}.project-links a:hover{color:var(--accent)}.project-card h4{margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.project-card p{color:var(--text-muted);flex:1;font-size:.9rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.project-tags span{font-family:var(--font-mono);color:var(--text-muted);background:#6366f114;border-radius:99px;padding:.25rem .75rem;font-size:.75rem}.section-contact{text-align:center}.section-contact .section-title{justify-content:center}.section-contact .section-title:after{display:none}.contact-content p{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-size:1.05rem}.social-links{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.social-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.social-links a:hover{color:var(--accent)}footer{z-index:1;text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem;font-size:.8rem;position:relative}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:8rem}.hero h1{font-size:2.5rem}.hero h2{font-size:1.5rem}.skills-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}}@media (width<=600px){.nav-links{display:none}.hero{padding-top:6rem}.hero h1{font-size:2rem}.section{padding:4rem 1.25rem}.skills-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}}
