@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap);:root{--bg:#f5f6f5;--surface:#fff;--text:#14161a;--text-secondary:#565b63;--text-muted:#8a8f97;--border:#dfe2e5;--border-strong:#c7cbd0;--accent:#2450c9;--accent-soft:#e9eefb;--flair:#1a8f4c;--font-sans:"IBM Plex Sans",-apple-system,sans-serif;--font-mono:"IBM Plex Mono","SF Mono",monospace;--max-width:46rem}[data-theme=dark]{--bg:#14161a;--surface:#1b1e23;--text:#e8e9eb;--text-secondary:#9aa0a8;--text-muted:#6a6f77;--border:#2b2f35;--border-strong:#3a3f46;--accent:#6f93e8;--accent-soft:#1e2635;--flair:#4ade80}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f5f6f5;background-color:var(--bg);color:#14161a;color:var(--text);font-family:IBM Plex Sans,-apple-system,sans-serif;font-family:var(--font-sans);font-size:16px;line-height:1.6;transition:background-color .15s ease,color .15s ease}a{color:#2450c9;color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}.mono{font-family:IBM Plex Mono,SF Mono,monospace;font-family:var(--font-mono)}.page{margin:0 auto;max-width:46rem;max-width:var(--max-width);padding:0 1.5rem}.page-wide{max-width:56rem}.section{border-bottom:1px solid #dfe2e5;border-bottom:1px solid var(--border);padding:3rem 0}.section:last-of-type{border-bottom:none}.section-label{align-items:center;color:#8a8f97;color:var(--text-muted);display:flex;font-family:IBM Plex Mono,SF Mono,monospace;font-family:var(--font-mono);font-size:.8rem;gap:.5rem;margin-bottom:1.25rem}.section-label:before{background:#1a8f4c;background:var(--flair);border-radius:1px;content:"";display:inline-block;height:6px;width:6px}.tag{align-items:center;background:#e9eefb;background:var(--accent-soft);border:1px solid #dfe2e5;border:1px solid var(--border);border-radius:4px;color:#565b63;color:var(--text-secondary);display:inline-flex;font-family:IBM Plex Mono,SF Mono,monospace;font-family:var(--font-mono);font-size:.78rem;padding:.2rem .55rem}.tag-group{display:flex;flex-wrap:wrap;gap:.5rem}.main{min-height:100vh}.hero,.main{display:flex;flex-direction:column}.hero{gap:2rem;padding:3.5rem 1.5rem 0}.hero-eyebrow{color:#8a8f97;color:var(--text-muted);font-size:.8rem;margin-bottom:.75rem}.hero-name{font-size:2.4rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1rem}.hero-desc{color:#565b63;color:var(--text-secondary);font-size:1.05rem;max-width:34rem}.terminal{background:#0d0f12;border:1px solid #22262c;border-radius:8px;max-width:30rem;overflow:hidden}.terminal-bar{align-items:center;border-bottom:1px solid #22262c;display:flex;gap:6px;padding:.65rem .85rem}.dot{border-radius:50%;height:8px;width:8px}.dot-red{background:#e5534b}.dot-amber{background:#e2a33d}.dot-green{background:#57ab5a}.terminal-path{color:#7d8590;font-size:.72rem;margin-left:auto}.terminal-body{color:#c9d1d9;font-size:.85rem;line-height:1.85;padding:1.15rem 1rem}.terminal-body .prompt{color:#7d8590;margin-right:.4rem}.terminal-body .flair{color:#4ade80}.projects-invitation{color:#565b63;color:var(--text-secondary);font-size:.95rem;margin-top:1.5rem}footer{border-top:1px solid #dfe2e5;border-top:1px solid var(--border);margin-top:auto;padding:1.5rem}.footer-inner{align-items:center;color:#8a8f97;color:var(--text-muted);display:flex;font-size:.8rem;justify-content:space-between;margin:0 auto;max-width:46rem;max-width:var(--max-width)}@media(min-width:700px){body{font-size:17px}.section{padding:4.5rem 0}.hero{align-items:center;flex-direction:row;gap:3rem;justify-content:space-between;padding-top:5rem}.hero-copy{flex:1 1}.hero-name{font-size:3.4rem}.terminal{flex:1 1;max-width:26rem}}.navbar{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.navbar-inner{align-items:center;display:flex;gap:1rem;height:3.5rem;justify-content:space-between}.navbar-mark{color:var(--text);font-size:.95rem;font-weight:500}.navbar-mark:hover{color:var(--accent);text-decoration:none}.navbar-links{display:none;font-size:.85rem;gap:1.5rem}.navbar-links a{color:var(--text-secondary)}.navbar-links a:hover{color:var(--text);text-decoration:none}.navbar-actions{gap:.35rem}.icon-button,.navbar-actions{align-items:center;display:flex}.icon-button{background:#0000;border:none;border-radius:4px;color:var(--text-secondary);cursor:pointer;height:2rem;justify-content:center;width:2rem}.icon-button:hover{background:var(--accent-soft);color:var(--text)}@media(min-width:600px){.navbar-links{display:flex}}.contact-form{max-width:28rem}.contact-desc{color:var(--text-secondary);margin-bottom:1.5rem}.contact-form form{display:flex;flex-direction:column;gap:.4rem}.contact-form label{color:var(--text-muted);font-size:.78rem;margin-top:.6rem}.contact-form input,.contact-form textarea{background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:var(--font-sans);font-size:.95rem;padding:.6rem .7rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);outline:none}.contact-form textarea{height:8rem;resize:vertical}.contact-form button{align-self:flex-start;background:var(--surface);border:1px solid var(--border-strong);border-radius:4px;color:var(--text);cursor:pointer;font-family:var(--font-sans);font-size:.9rem;margin-top:1rem;padding:.55rem 1.1rem}.contact-form button:hover{border-color:var(--accent);color:var(--accent)}.email-result{color:var(--text-secondary);font-size:.9rem;margin-top:1rem}.home-skills{display:flex;flex-direction:column;gap:1.5rem}.project-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);display:block;padding:1.1rem}.project-card:hover{border-color:var(--border-strong);text-decoration:none}.project-card-title{font-weight:500;margin:.6rem 0 .35rem}.project-card-desc{color:var(--text-secondary);font-size:.9rem}@media(min-width:700px){.project-grid{grid-template-columns:1fr 1fr}}.about-intro{display:flex;flex-direction:column;gap:2rem;padding-top:3rem}.about-copy h1{font-size:2rem;font-weight:500;margin-bottom:1rem}.about-desc{color:var(--text-secondary);margin-bottom:1rem;max-width:34rem}.profile-panel{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:1.1rem;padding:1.5rem}.profile-photo{border-radius:50%;height:4.5rem;object-fit:cover;width:4.5rem}.profile-fact{display:flex;flex-direction:column;gap:.2rem}.profile-fact span{color:var(--text-muted);font-size:.72rem}.profile-fact strong{font-size:.9rem;font-weight:500}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline-heading{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.timeline-role{font-size:1.05rem;font-weight:500}.timeline-dates{color:var(--text-muted);font-size:.8rem;white-space:nowrap}.timeline-company{color:var(--accent);font-size:.85rem;margin:.15rem 0 .75rem}.timeline-bullets{display:flex;flex-direction:column;gap:.4rem}.timeline-bullets li{color:var(--text-secondary);font-size:.92rem;padding-left:1rem;position:relative}.timeline-bullets li:before{color:var(--text-muted);content:"-";left:0;position:absolute}.skills-columns{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.skill-group-label{color:var(--text-muted);font-size:.78rem;margin-bottom:.6rem}@media(min-width:700px){.about-intro{flex-direction:row;gap:3rem;justify-content:space-between;padding-top:4rem}.about-copy{flex:1 1}.profile-panel{flex-shrink:0;width:16rem}.skills-columns{grid-template-columns:1fr 1fr}}.projects-intro{padding-top:3rem}.projects-intro h1{font-size:2rem;font-weight:500;margin-bottom:.75rem}.projects-disclaimer{color:var(--text-secondary);margin-bottom:1.5rem}.category-filter{display:flex;flex-wrap:wrap;gap:.4rem}.category-filter button{background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-mono);font-size:.8rem;padding:.3rem .7rem}.category-filter button:hover{border-color:var(--border-strong)}.category-filter button.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.project-list-section{padding-top:1rem}.project-list{display:flex;flex-direction:column}.project-row{border-bottom:1px solid var(--border);color:var(--text);display:block;padding:1.1rem 0}.project-row:hover{text-decoration:none}.project-row:hover .project-row-title{color:var(--accent)}.project-row-heading{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.4rem}.project-row-title{font-weight:500}.project-row-desc{color:var(--text-secondary);font-size:.9rem}
/*# sourceMappingURL=main.b19f4c1b.css.map*/