*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b0b0d;--bg-secondary:#151518;--text:#e4e4e9;--text-muted:#7a7a86;--border:#1e1e24;--accent:#e4e4e9}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-weight:inherit;margin:0;padding:0}p{margin:0;padding:0}.navbar{background:var(--bg);border-bottom:1px solid var(--border);z-index:100;align-items:center;height:60px;display:flex;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;display:flex}.nav-left{flex:0}.nav-logo{color:var(--text);font-size:1.05rem;font-weight:600;transition:color .2s}.nav-logo:hover{color:var(--text-muted)}.nav-center{flex:1;justify-content:center;gap:2.5rem;display:flex}.nav-center a{color:var(--text-muted);font-size:1.05rem;transition:color .2s}.nav-center a:hover{color:var(--text)}.nav-right{opacity:.6;flex:0;gap:1rem;transition:opacity .2s;display:flex}.nav-right:hover{opacity:1}section{border-top:1px solid var(--border);max-width:1100px;margin:0 auto;padding:5rem 2rem}section:first-of-type{border-top:none;padding-top:0}section h2{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem;font-weight:500}section h3{color:var(--text);letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.skills-container{grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem;display:grid}.skills-column h3{letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.skills-column:first-child h3{color:var(--text)}.skills-column:last-child h3{color:var(--text-muted)}.skills-grid{flex-direction:column;gap:.6rem;display:flex}.skill-card{align-items:center;gap:.6rem;padding:.3rem 0;transition:all .2s;display:flex}.skill-card:hover{transform:translate(4px)}.skill-card img{flex-shrink:0;width:24px;height:24px}.skills-column:first-child .skill-card img{opacity:1}.skills-column:last-child .skill-card img{opacity:.5}.skill-card p{font-size:1.05rem;font-weight:400}.skills-column:first-child .skill-card p{color:var(--text)}.skills-column:last-child .skill-card p{color:var(--text-muted)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.project-card{border-top:1px solid var(--border);padding:1.5rem 0}.project-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.project-card .description{color:var(--text-muted);margin-bottom:.75rem;font-size:1.05rem;line-height:1.6}.tech-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.tech-tag{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.95rem;font-weight:400;display:flex}.tech-tag img{opacity:.7;width:16px;height:16px}.project-links{gap:1.25rem;display:flex}.project-links a{color:var(--text-muted);border-bottom:1px solid #0000;padding-bottom:1px;font-size:1rem;font-weight:500;transition:color .15s,border-color .15s}.project-links a:hover{color:var(--text);border-bottom-color:var(--border)}.background-list{flex-direction:column;gap:0;margin-top:2rem;display:flex}.background-item{border-top:1px solid var(--border);grid-template-columns:140px 1fr;gap:2rem;padding:2rem 0;display:grid}.background-item:last-child{border-bottom:1px solid var(--border)}.background-item__date{color:var(--text-muted);font-size:1rem;font-weight:500}.background-item__role{color:var(--text);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.background-item__company{color:var(--text-muted);letter-spacing:.03em;margin-bottom:.75rem;font-size:.95rem;font-weight:500}.background-item__description{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.home-section{flex-direction:column;justify-content:center;max-width:1100px;min-height:calc(100vh - 60px);margin:0 auto;padding:4rem 2rem;display:flex}.home-section h1{color:var(--text);letter-spacing:-.03em;margin-bottom:.75rem;margin-left:-4px;font-size:clamp(3.5rem,8vw,6rem);font-weight:700;line-height:.95}.home-section span{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;display:block}.home-section p{color:var(--text-muted);max-width:420px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.cta-container{align-items:center;gap:1.5rem;display:flex}.cta-button{background:var(--text);color:var(--bg);cursor:pointer;border:none;border-radius:2px;padding:.6rem 1.4rem;font-size:1.05rem;font-weight:500;transition:opacity .15s}.cta-button:hover{opacity:.8}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding:2rem;font-size:1rem}@media (width<=768px){.nav-center{display:none}.navbar .container{padding:0 1.25rem}section{padding:3rem 1.25rem}section h3{margin-bottom:2rem;font-size:1.5rem}.skills-container{grid-template-columns:1fr;gap:2.5rem}.skills-grid{gap:.75rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.background-item{grid-template-columns:100px 1fr;gap:1.5rem;padding:1.5rem 0}.home-section{min-height:100svh;padding:3rem 1.25rem}.home-section p{max-width:100%}}
