:root{--bg: #ffffff;--bg-alt: #f5f4f0;--text: #111111;--text-muted: #666666;--link: #0055b3;--link-hover: #003d82;--link-visited: #6b1fad;--border: #dedbd3;--accent: #0055b3;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #181818;--bg-alt: #222222;--text: #e6e4de;--text-muted: #8a8784;--link: #5ab3ff;--link-hover: #85ccff;--link-visited: #c99fff;--border: #333333;--accent: #5ab3ff;color-scheme:dark}}[data-theme=dark]{--bg: #181818;--bg-alt: #222222;--text: #e6e4de;--text-muted: #8a8784;--link: #5ab3ff;--link-hover: #85ccff;--link-visited: #c99fff;--border: #333333;--accent: #5ab3ff;color-scheme:dark}[data-theme=light]{--bg: #ffffff;--bg-alt: #f5f4f0;--text: #111111;--text-muted: #666666;--link: #0055b3;--link-hover: #003d82;--link-visited: #6b1fad;--border: #dedbd3;--accent: #0055b3;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--text);font-family:ui-serif,Georgia,Times New Roman,serif;line-height:1.72;margin:0;padding:0;transition:background-color .15s ease,color .15s ease}a{color:var(--link);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px}a:hover{color:var(--link-hover)}a:visited{color:var(--link-visited)}img{max-width:100%;height:auto;display:block}.site-header{max-width:960px;margin:0 auto;padding:2rem 1.5rem}.site-wrapper{max-width:960px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:flex-start;gap:3rem}.site-sidebar{width:160px;flex-shrink:0;padding:0 0 2rem}.site-title{font-family:ui-serif,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0;line-height:1.2}.site-title a{background:linear-gradient(180deg,#61bb46 0% 28%,#fdbc07 28% 42%,#f58220 42% 56%,#e03a3c 56% 70%,#963d97 70% 84%,#009dda 84% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.site-title a:hover{opacity:.75}.site-title a:visited{-webkit-text-fill-color:transparent}.site-nav{display:flex;flex-direction:column;gap:.4rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.833rem;letter-spacing:.01em;margin-bottom:1.25rem}.site-nav a{color:var(--text-muted);text-decoration:none}.site-nav a:hover{color:var(--link);text-decoration:underline}.site-nav a:visited{color:var(--text-muted)}.site-content{flex:1;min-width:0;max-width:640px;padding:0 0 2rem}@media(max-width:640px){.site-wrapper{flex-direction:column;gap:0}.site-sidebar{width:100%;padding:1.25rem 0 0;border-bottom:1px solid var(--border)}.site-header{margin-bottom:.75rem}.site-nav{flex-direction:row;gap:1rem;margin-bottom:.75rem}.site-content{max-width:100%;padding-top:2rem}}.wwdc-countdown{margin-top:1.5rem;font-family:ui-sans-serif,system-ui,sans-serif}.wwdc-label{margin:0 0 .1rem;font-size:.611rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.wwdc-time{margin:0;font-size:.944rem;font-weight:600;color:var(--text);letter-spacing:-.01em}@media(max-width:640px){.wwdc-countdown{display:none}}.theme-picker{display:flex;border:1px solid var(--border);border-radius:4px;overflow:hidden}.theme-option{background:none;border:none;border-right:1px solid var(--border);cursor:pointer;padding:.15rem .5rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.722rem;color:var(--text-muted);line-height:1.5;transition:background .1s,color .1s}.theme-option:last-child{border-right:none}.theme-option:hover{color:var(--text)}.theme-option.active{background:var(--bg-alt);color:var(--text)}.site-footer{margin-top:4rem;padding:1.75rem 0;border-top:1px solid var(--border);font-family:ui-sans-serif,system-ui,sans-serif;font-size:.778rem;color:var(--text-muted)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--link);text-decoration:underline}.footer-links a:visited{color:var(--text-muted)}.post-list{list-style:none;margin:0;padding:0}.post-item{margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none;padding-bottom:0}.post-meta{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.778rem;color:var(--text-muted);margin:0 0 .35rem;letter-spacing:.02em;text-transform:uppercase}.post-title{font-size:1.75rem;font-weight:700;margin:0 0 .6rem;line-height:1.3}.post-title a{color:var(--text);text-decoration:none}.post-title a:hover{color:var(--link)}.post-title a:visited{color:var(--text)}.post-description{margin:0 0 .75rem}.read-more{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.833rem}.post-permalink{color:var(--text-muted);text-decoration:none;transition:color .15s}.post-permalink:hover{color:var(--link)}.post-permalink:visited{color:var(--text-muted)}.prose h2{font-size:1.333rem;font-weight:700;margin:2.5rem 0 .75rem;line-height:1.3}.prose h3{font-size:1.111rem;font-weight:700;margin:2rem 0 .5rem;line-height:1.4}.prose p{margin:0 0 1.25rem}.prose p:last-child{margin-bottom:0}.prose ul,.prose ol{margin:0 0 1.25rem;padding-left:1.75rem}.prose li{margin-bottom:.35rem}.prose blockquote{margin:1.75rem 0;padding:.25rem 0 .25rem 1.25rem;border-left:3px solid var(--border);color:var(--text-muted);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:SF Mono,Menlo,Monaco,Cascadia Code,monospace;font-size:.833em;background:var(--bg-alt);padding:.1em .35em;border-radius:3px;border:1px solid var(--border)}.prose pre{background:var(--bg-alt);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;overflow-x:auto;margin:1.75rem 0}.prose pre code{background:none;border:none;padding:0;font-size:.833rem;line-height:1.6}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem auto;width:40%}.prose img{border-radius:4px;margin:1.75rem 0}.prose figure{margin:2rem 0}.prose figcaption{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.778rem;color:var(--text-muted);text-align:center;margin-top:.5rem}.page-title{font-size:1.75rem;font-weight:700;margin:0 0 2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);letter-spacing:-.02em}.back-link{display:inline-block;margin-top:3rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.833rem}.archive-search{display:block;width:100%;padding:.5rem .75rem;margin-bottom:2rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.889rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:4px;outline:none;transition:border-color .15s}.archive-search:focus{border-color:var(--accent)}.archive-search::placeholder{color:var(--text-muted)}.archive-empty{color:var(--text-muted);font-family:ui-sans-serif,system-ui,sans-serif;font-size:.889rem}.archive-year{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.833rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin:2rem 0 .75rem}.archive-year:first-of-type{margin-top:0}.archive-list{list-style:none;margin:0 0 .5rem;padding:0}.archive-item{display:flex;gap:1.25rem;padding:.3rem 0;border-bottom:1px solid var(--border);align-items:baseline}.archive-item:last-child{border-bottom:none}.archive-date{font-family:ui-sans-serif,system-ui,sans-serif;font-size:.778rem;color:var(--text-muted);white-space:nowrap;min-width:6rem}.external-link-icon{display:inline;width:.6em;height:.6em;margin-left:.25em;vertical-align:middle;position:relative;top:-.1em;color:var(--text-muted)}.archive-title a{color:var(--text);text-decoration:none;font-size:.944rem}.archive-title a:hover{color:var(--link);text-decoration:underline}.archive-title a:visited{color:var(--text)}.error-page{text-align:center;padding:4rem 0;font-family:ui-sans-serif,system-ui,sans-serif}.error-page h1{font-size:6rem;margin:0 0 1rem;color:var(--border);font-family:ui-sans-serif,system-ui,sans-serif}.error-page p{color:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
