:root{--bg-dark:#0f172a;--bg-surface:#1e293b;--bg-elevated:#334155;--accent:#38bdf8;--accent-hover:#7dd3fc;--accent-muted:#38bdf81f;--text-main:#e2e8f0;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-color:#334155;--transition:all .25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-dark);color:var(--text-main);font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}body{position:relative}h1,h2,h3{color:#f8fafc}h1,.section-title{font-family:Instrument Serif,Georgia,serif;font-weight:400}a{color:inherit;transition:var(--transition);text-decoration:none}.card{background:var(--bg-surface);border:1px solid var(--border-color);transition:var(--transition);border-radius:6px;padding:2rem}.card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.navbar{z-index:100;background:var(--bg-dark);border-bottom:1px solid #0000;width:100%;padding:1rem 0;transition:border-color .3s;position:fixed;top:0}.navbar.scrolled{border-bottom-color:var(--border-color)}.nav-content{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 2rem;display:flex}.logo{color:var(--accent);letter-spacing:-.02em;font-family:DM Sans,monospace;font-size:1.25rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--accent)}.section{max-width:1100px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;color:#f8fafc;margin-bottom:3rem;font-size:2.5rem}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.avatar-container{width:180px;height:180px;margin-bottom:1.5rem;position:relative}.avatar-wrapper{border:3px solid var(--border-color);z-index:2;width:100%;height:100%;transition:var(--transition);border-radius:50%;position:relative;overflow:hidden}.avatar-wrapper:hover{border-color:var(--accent);transform:scale(1.05);box-shadow:0 0 30px #38bdf840}.avatar{object-fit:cover;width:100%;height:100%;display:block}.avatar-overlay,.glow{display:none}.glitch{z-index:2;letter-spacing:-.02em;font-family:Instrument Serif,Georgia,serif;font-size:3.5rem;font-weight:400;position:relative}.subtitle{color:var(--accent);z-index:2;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:500}.tagline{color:var(--text-secondary);z-index:2;max-width:500px;min-height:27px;margin-top:.25rem;font-size:1.1rem}.cta-buttons{z-index:2;gap:1rem;margin-top:1.5rem;display:flex}.btn{cursor:pointer;border-radius:4px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600}.btn-primary{background:var(--accent);color:var(--bg-dark)}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{border:2px solid var(--border-color);color:var(--text-main);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.about-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.about-card .icon{margin-bottom:1rem;font-size:2rem}.about-card h3{color:var(--accent);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700}.about-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.skills-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.skill-category h3{text-align:center;margin-bottom:1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700}.skill-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag{background:var(--accent-muted);color:var(--accent);transition:var(--transition);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex}.tag i{font-size:1.1rem}.tag-icon{width:16px;height:16px}.tag-icon--wide{width:22px}.tag:hover{background:var(--accent);color:var(--bg-dark)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:1.5rem;display:grid}.project-card{flex-direction:column;height:100%;display:flex}.project-card h3{margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700}.project-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.tech-used{color:var(--accent);font-size:.8rem;display:inline-block}.contact-card{text-align:center;max-width:450px;margin:0 auto}.contact-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.social-links{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.social-btn{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.social-btn svg{width:20px;height:20px}.social-btn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-muted);padding:2rem;font-size:.85rem}.fade-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (width<=768px){.glitch{font-size:2.25rem}.subtitle{font-size:.95rem}.nav-links{display:none}.section{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-grid,.skills-container,.projects-grid{grid-template-columns:1fr}}
