@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--bg: #fafafa;--bg-secondary:#f0f0f0;--surface: #ffffff;--border: #e0e0e0;--text: #1a1a1a;--text-muted: #6b6b6b;--accent: #2563eb;--accent-hover:#1d4ed8;--tag-bg: #e8f0fe;--tag-text: #1e40af;--code-bg: #f3f4f6;--selection: rgba(37, 99, 235, .15);--shadow: 0 1px 3px rgba(0,0,0,.06);--shadow-lg: 0 4px 12px rgba(0,0,0,.08);--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container: 720px;--gap: 1.5rem;--radius: 6px}[data-theme=dark]{--bg: #0d1117;--bg-secondary:#161b22;--surface: #1c2128;--border: #30363d;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--accent-hover:#79c0ff;--tag-bg: rgba(88, 166, 255, .12);--tag-text: #58a6ff;--code-bg: #161b22;--selection: rgba(88, 166, 255, .2);--shadow: 0 1px 3px rgba(0,0,0,.3);--shadow-lg: 0 4px 12px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--selection)}html{scroll-behavior:smooth}body{font-family:var(--font-mono);font-size:15px;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover);text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-mono);font-weight:600;line-height:1.3;color:var(--text)}h1{font-size:1.75rem;margin-bottom:.5rem}h2{font-size:1.35rem;margin-bottom:.5rem}h3{font-size:1.1rem;margin-bottom:.4rem}p{color:var(--text-muted);margin-bottom:1rem}.prompt:before{content:"~/ ";color:var(--accent);font-weight:600}.cursor{display:inline-block;color:var(--accent);animation:blink 1s step-end infinite;font-weight:400;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.tag{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-family:var(--font-mono);background:var(--tag-bg);color:var(--tag-text);border-radius:var(--radius);line-height:1.5}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--gap);transition:box-shadow .2s ease,border-color .2s ease}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent)}section{margin-bottom:3.5rem}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;font-family:var(--font-mono)}.section-label:before{content:"## ";opacity:.5}hr{border:none;border-top:1px dashed var(--border);margin:2.5rem 0}.site-header{border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;z-index:100;background:var(--bg);backdrop-filter:blur(8px)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header .brand{font-weight:700;font-size:1rem;color:var(--text);text-decoration:none;font-family:var(--font-mono)}.site-header .brand:hover{color:var(--accent);text-decoration:none}.site-header .brand:before{content:"> ";color:var(--accent)}.nav-right{display:flex;align-items:center;gap:.75rem}.cmd-palette{position:relative}.cmd-trigger{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.35rem .75rem;cursor:pointer;font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);transition:border-color .15s ease,box-shadow .15s ease}.cmd-trigger:hover{border-color:var(--accent);box-shadow:var(--shadow)}.cmd-key{font-size:.7rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:3px;padding:.1rem .35rem;color:var(--text-muted);line-height:1.3}.cmd-label{color:var(--text-muted)}.cmd-menu{display:none;position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);list-style:none;padding:.35rem;z-index:200}.cmd-menu.open{display:block;animation:cmdFadeIn .12s ease-out}@keyframes cmdFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cmd-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;font-size:.85rem;font-family:var(--font-mono);color:var(--text-muted);border-radius:4px;transition:background .1s ease,color .1s ease}.cmd-item:hover,.cmd-item.active{background:var(--tag-bg);color:var(--accent);text-decoration:none}.cmd-icon{font-size:.75rem;opacity:0;transition:opacity .1s ease}.cmd-item:hover .cmd-icon,.cmd-item.active .cmd-icon{opacity:1}@media(max-width:600px){.cmd-label{display:none}.cmd-menu{right:-3rem;min-width:160px}}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:3rem}.terminal-footer{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.8}.terminal-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.terminal-user{color:#22c55e}.terminal-sep{color:var(--text-muted)}.terminal-path{color:var(--accent)}.terminal-dollar{color:var(--text-muted);margin:0 .4rem}.terminal-cmd{color:var(--text)}.terminal-output{padding-left:0;display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.terminal-output a{color:var(--accent);font-size:.8rem}.terminal-output a:hover{text-decoration:underline}.terminal-output.muted{color:var(--text-muted)}.terminal-cursor{color:var(--accent);animation:blink 1s step-end infinite}.theme-toggle{background:none;border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .5rem;cursor:pointer;color:var(--text-muted);font-family:var(--font-mono);font-size:.85rem;transition:border-color .15s ease,color .15s ease;line-height:1}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}main{padding:2.5rem 0 3rem;min-height:60vh}.hero{margin-bottom:3rem}.hero h1{font-size:1.75rem;margin-bottom:.75rem}.hero .subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.hero-links{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem}.hero-links a{color:var(--text-muted);border:1px solid var(--border);padding:.3rem .75rem;border-radius:var(--radius);transition:all .15s ease}.hero-links a:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.timeline{display:flex;flex-direction:column;gap:1.25rem}.timeline-item{display:grid;grid-template-columns:140px 1fr;gap:1rem;font-size:.9rem}.timeline-date{color:var(--text-muted);font-size:.8rem;padding-top:.1rem;white-space:nowrap}.timeline-role{font-weight:600;color:var(--text)}.timeline-company{color:var(--accent)}.timeline-desc{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.timeline-tech{font-size:.78rem;color:var(--accent);margin-top:.2rem;margin-bottom:.4rem;opacity:.8}.timeline-tech:before{content:"// ";opacity:.4}.timeline-bullets{list-style:none;padding:0;margin:0}.timeline-bullets li{font-size:.85rem;color:var(--text-muted);padding:.2rem 0 .2rem 1rem;position:relative;line-height:1.6}.timeline-bullets li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.75rem;opacity:.6}@media(max-width:600px){.timeline-item{grid-template-columns:1fr;gap:.25rem}}.project-list{display:flex;flex-direction:column;gap:1rem}.project-card{display:block;color:inherit}.project-card:hover{text-decoration:none}.project-card .card h3{margin-bottom:.3rem}.project-card .card p{font-size:.85rem;margin-bottom:.5rem}.project-tags{display:flex;gap:.4rem;flex-wrap:wrap}.post-list{display:flex;flex-direction:column;gap:1.25rem}.post-item{display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:baseline}.post-date{color:var(--text-muted);font-size:.8rem}.post-title{font-size:.95rem;font-weight:500;color:var(--text)}.post-title:hover{color:var(--accent)}@media(max-width:500px){.post-item{grid-template-columns:1fr;gap:.15rem}}.prose{font-family:var(--font-sans);font-size:1rem;line-height:1.8;color:var(--text)}.prose h2{margin-top:2rem;margin-bottom:.75rem;padding-bottom:.25rem;border-bottom:1px dashed var(--border)}.prose h3{margin-top:1.5rem}.prose p{color:var(--text);margin-bottom:1.25rem}.prose a{text-decoration:underline;text-underline-offset:2px}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem;color:var(--text)}.prose li{margin-bottom:.3rem}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--code-bg);padding:.15em .35em;border-radius:3px}.prose pre{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;overflow-x:auto;margin-bottom:1.25rem;font-size:.88rem}.prose pre code{background:none;padding:0}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--text-muted);margin:1.5rem 0;font-style:italic}.prose img{max-width:100%;border-radius:var(--radius)}.back-link{display:inline-block;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.back-link:before{content:"← "}.back-link:hover{color:var(--accent);text-decoration:none}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed var(--border)}.post-header h1{font-size:1.5rem;margin-bottom:.5rem}.post-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.8rem;color:var(--text-muted)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.skill-group h3{font-size:.85rem;margin-bottom:.4rem;color:var(--accent)}.skill-group p{font-size:.85rem;line-height:1.6}.location{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;letter-spacing:.01em}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media(max-width:640px){.two-col{grid-template-columns:1fr;gap:2rem}}.timeline-item-compact{padding:.5rem 0;border-bottom:1px dashed var(--border);font-size:.85rem;line-height:1.6}.timeline-item-compact:last-child{border-bottom:none}.timeline-at{color:var(--text-muted)}.timeline-date-inline{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.section-link{display:inline-block;font-size:.8rem;margin-top:.75rem;color:var(--text-muted)}.section-link:hover{color:var(--accent);text-decoration:none}.tech-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tech-cloud .tag{padding:.3rem .65rem;font-size:.8rem;border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,background .15s ease}.tech-cloud .tag:hover{border-color:var(--accent);background:var(--tag-bg)}
