*{box-sizing:border-box;margin:0;padding:0}:root{--bg-default:#fff;--bg-muted:#f6f8fa;--border-default:#d0d7de;--border-muted:#d8dee4;--fg-default:#24292f;--fg-muted:#57606a;--fg-subtle:#656d76;--accent-emphasis:#0969da;--accent-fg:#0969da}html{overflow-y:scroll}body{background:var(--bg-muted);color:var(--fg-default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:14px;line-height:1.5}.container{width:100%;max-width:42rem;margin:0 auto;padding:0 1.5rem}main{background:var(--bg-muted);flex-direction:column;min-height:100vh;display:flex}nav{background:var(--bg-default);border-bottom:1px solid var(--border-default);z-index:10;width:100%;position:sticky;top:0}nav .container{border-bottom:1px solid var(--border-default);padding:0;display:flex}nav ul{gap:0;margin:0;padding:0;list-style:none;display:flex}nav li{margin:0}nav a{color:var(--fg-muted);border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;padding:.5rem 1rem;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}nav a:hover{color:var(--fg-default);background:var(--bg-muted)}nav a[aria-current=page]{color:var(--fg-default);border-bottom-color:#fd7e14;font-weight:600}@media (max-width:640px){nav .container{max-width:100%}nav ul{flex-wrap:wrap;justify-content:center;width:100%}nav a{white-space:nowrap;min-height:44px;padding:.75rem;font-size:13px}}@media (max-width:480px){nav a{flex:auto;min-width:0;padding:.75rem .5rem;font-size:12px}}article{background:var(--bg-default);border:1px solid var(--border-default);border-radius:6px;flex-direction:column;flex:1 0 auto;width:100%;max-width:42rem;margin:2rem auto 0;padding:2rem 1.5rem;display:flex}article header{border-bottom:1px solid var(--border-muted);margin-bottom:1.5rem;padding-bottom:.5rem}article h1{color:var(--fg-default);margin-bottom:.5rem;font-size:2rem;font-weight:600;line-height:1.25}article h2{color:var(--fg-default);border-bottom:1px solid var(--border-muted);margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.3rem;font-size:1.5rem;font-weight:600}article h3{color:var(--fg-default);margin-top:1.25rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}article p{color:var(--fg-default);margin-bottom:1rem;line-height:1.6}article strong{color:var(--fg-default);font-weight:600}article ul,article ol{color:var(--fg-default);margin-bottom:1rem;margin-left:1.5rem;padding-left:.5rem}article li{margin-bottom:.25rem;line-height:1.6}article a{color:var(--accent-fg);text-decoration:none}article a:hover{text-decoration:underline}.resume-header h1{border-bottom:none;margin-bottom:.5rem;padding-bottom:0;font-size:2rem}.resume-header p{color:var(--fg-muted);margin-bottom:.75rem;font-size:1.25rem;font-weight:400}.resume-contact{color:var(--fg-muted);flex-wrap:wrap;gap:.75rem;font-size:14px;display:flex}.resume-contact a{color:var(--fg-muted);text-decoration:none}.resume-contact a:hover{color:var(--accent-fg);text-decoration:underline}.resume-summary{color:var(--fg-default);white-space:pre-line;background:var(--bg-muted);border:1px solid var(--border-muted);border-radius:6px;margin-bottom:1.5rem;padding:1rem;line-height:1.6}.changelog-timeline{margin-top:1.5rem}.changelog-entry{border-left:2px solid var(--border-muted);margin-bottom:1rem;padding-bottom:.5rem;padding-left:2rem;position:relative}.changelog-entry:last-child{margin-bottom:0}.changelog-dot{background:var(--bg-default);border:2px solid var(--border-default);border-radius:50%;width:12px;height:12px;position:absolute;top:.25rem;left:-7px}.changelog-date{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:12px;font-weight:600;display:block}.changelog-content{margin-top:.5rem}.changelog-content h2,.changelog-content h3{border-bottom:none;margin-top:.5rem;margin-bottom:.5rem;padding-bottom:0;font-size:1rem}.changelog-content ul{margin-top:.5rem}footer{border-top:1px solid var(--border-default);background:var(--bg-default);width:100%;margin-top:2rem;padding:1.5rem 0}footer .container{max-width:42rem}footer p{color:var(--fg-muted);text-align:center;margin:0;font-size:12px}.no-break{page-break-inside:avoid}.print-hidden{display:inline}.print-only{display:none}.prose{max-width:none}.prose h1,.prose h2,.prose h3{color:var(--fg-default);font-weight:600}.prose p{color:var(--fg-default)}.prose strong{color:var(--fg-default);font-weight:600}.prose ul,.prose ol,.prose li{color:var(--fg-default)}.prose a{color:var(--accent-fg);text-decoration:none}.prose a:hover{text-decoration:underline}@media print{nav,footer,button,a[href^=\#]{display:none!important}h1,h2,h3{page-break-after:avoid}section{page-break-before:always}section:first-child{page-break-before:auto}a[href]:after{content:" (" attr(href)")";font-size:.9em;text-decoration:underline}a[href^=\#]:after{content:""}a[href^=mailto\:]:after{content:" (" attr(href)")"}*{color:#000!important;box-shadow:none!important;text-shadow:none!important;background:#fff!important}@page{margin:1cm;size:A4}body{background:#fff;font-size:12pt;line-height:1.5}main{background:#fff}article{border:none;border-radius:0;padding:0}h1{margin-bottom:12pt;font-size:24pt}h2{border-bottom:1px solid #000;margin-top:12pt;margin-bottom:8pt;font-size:18pt}h3{margin-top:10pt;margin-bottom:6pt;font-size:14pt}p,li{margin-bottom:6pt}.no-break{page-break-inside:avoid}.resume-header h1{font-size:18pt}.resume-header p{font-size:14pt}.resume-contact{font-size:10pt}.resume-summary{background:#fff;border:1px solid #000;font-size:11pt}}@media (prefers-contrast:high){:root{--fg-default:#000;--bg-default:#fff;--bg-muted:#fff}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-emphasis);outline-offset:2px;border-radius:3px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only:focus,.focus-not-sr-only:focus{clip:auto;white-space:normal;background:var(--bg-default);border:1px solid var(--border-default);border-radius:6px;width:auto;height:auto;margin:0;padding:.5rem 1rem;position:static;overflow:visible}.download-section{width:100%;max-width:42rem;margin:2rem auto 0}.download-link{color:var(--accent-fg);text-decoration:none}.download-link:hover{text-decoration:underline}.typing-cursor{color:var(--accent-emphasis);margin-left:2px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.shower-thought{max-width:none;margin-top:2rem}.thought-text{color:var(--fg-default);background:var(--bg-muted);border-left:4px solid var(--accent-emphasis);border-radius:6px;max-width:none;margin-bottom:1.5rem;padding:2rem;font-size:1.25rem;font-style:italic;line-height:1.8}.refresh-hint{color:var(--fg-muted);text-align:center;font-size:.875rem;font-style:normal}.refresh-button{background:var(--accent-emphasis);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.refresh-button:hover{background:#0550ae}.refresh-button:active{background:#033d8b}
