.theme-toggle[data-astro-cid-x3pjskd3]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background-color:transparent;color:var(--color-text-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{background-color:var(--color-border);color:var(--color-text)}.theme-toggle[data-astro-cid-x3pjskd3]:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.sun-icon[data-astro-cid-x3pjskd3]{display:none}.moon-icon[data-astro-cid-x3pjskd3]{display:block}:root[data-theme=dark] .sun-icon[data-astro-cid-x3pjskd3]{display:block}:root[data-theme=dark] .moon-icon[data-astro-cid-x3pjskd3]{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .sun-icon[data-astro-cid-x3pjskd3]{display:block}:root:not([data-theme=light]) .moon-icon[data-astro-cid-x3pjskd3]{display:none}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}:root{--color-bg: #ffffff;--color-text: #000000;--color-text-muted: #666666;--color-border: #e5e5e5;--color-code-bg: #f4f4f4;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:87.5%;line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--color-bg: #000000;--color-text: #ffffff;--color-text-muted: #888888;--color-border: #333333;--color-code-bg: #161616}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg: #000000;--color-text: #ffffff;--color-text-muted: #888888;--color-border: #333333;--color-code-bg: #161616}}:root.theme-transition,:root.theme-transition *,:root.theme-transition *:before,:root.theme-transition *:after{transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}body{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main{min-height:100vh;display:flex;justify-content:center;padding:80px 24px}.content{width:100%;max-width:640px}.header{margin-bottom:48px;animation:fadeInUp .6s ease-out forwards}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.name{font-size:32px;font-weight:600}.updated{font-size:14px;color:var(--color-text-muted);margin-top:8px}.bio{margin-bottom:64px;opacity:0;animation:fadeInUp .6s ease-out .1s forwards}.bio p{font-size:16px;line-height:1.7;margin-bottom:16px}.bio p:last-child{margin-bottom:0}.bio a{text-decoration:underline;text-underline-offset:2px}.writing{margin-bottom:64px;opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.section-heading{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:24px}.year-group{margin-bottom:32px}.year-group:last-child{margin-bottom:0}.year-heading{font-size:14px;font-weight:500;color:var(--color-text-muted);margin-bottom:12px}.article-list{display:flex;flex-direction:column;gap:10px}.article-item{display:flex;align-items:center;gap:12px}.article-link{font-size:16px;font-weight:400}.badge-new{font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px;background-color:#ec4899;color:#fff;text-transform:uppercase;letter-spacing:.02em}.article-date{font-size:14px;color:var(--color-text-muted);margin-left:auto}.til-article{opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.til-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.back-link{font-size:14px;color:var(--color-text-muted);text-decoration:none}.back-link:hover{color:var(--color-text)}.til-header{margin-bottom:32px}.til-title{font-size:28px;font-weight:600;margin-bottom:8px;line-height:1.3}.til-meta{font-size:14px;color:var(--color-text-muted)}.til-content{font-size:16px;line-height:1.7}.til-content h1{font-size:28px;font-weight:600;margin-top:40px;margin-bottom:16px}.til-content h2{font-size:22px;font-weight:600;margin-top:32px;margin-bottom:16px}.til-content h3{font-size:18px;font-weight:600;margin-top:24px;margin-bottom:12px}.til-content p{margin-bottom:16px}.til-content ul,.til-content ol{margin-bottom:16px;padding-left:24px}.til-content li{margin-bottom:8px}.til-content a{text-decoration:underline;text-underline-offset:2px}.til-content pre{background-color:var(--color-code-bg)!important;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px;font-size:14px;line-height:1.5}.til-content code{font-family:SF Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px}.til-content code{background-color:var(--color-code-bg);padding:2px 6px;border-radius:4px}.til-content pre code{background-color:transparent;padding:0;border-radius:0}.til-content blockquote{border-left:3px solid var(--color-border);padding-left:16px;margin-left:0;margin-bottom:16px;color:var(--color-text-muted)}.til-content em{font-style:italic}.til-content strong{font-weight:600}:root[data-theme=dark] .astro-code{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)!important}:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .astro-code{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)!important}:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)!important}}@media(max-width:640px){.main{padding:48px 20px}.header{margin-bottom:32px}.name{font-size:28px}.bio,.writing{margin-bottom:48px}.article-item{flex-wrap:wrap}.article-date{width:100%;margin-left:0;margin-top:4px}}
