@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400 700;font-display:swap;src:url(/pages/times/fonts/source-serif-4.woff2)format("woff2")}@font-face{font-family:"Source Serif 4";font-style:italic;font-weight:400;font-display:swap;src:url(/pages/times/fonts/source-serif-4-italic.woff2)format("woff2")}:root{--bg:#ebe5da;--bg-elevated:#e0dacf;--text:#191918;--text-secondary:#4a4a48;--text-muted:#8b8b87;--accent:#c2410c;--accent-hover:#9a3412;--accent-subtle:#c2410c18;--rule:#cdc7bc;--rule-heavy:#191918;--code-bg:#e0dacf;--font-display:"Source Serif 4", Georgia, "Times New Roman", serif;--font-body:"Source Serif 4", Georgia, "Times New Roman", serif;--font-ui:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"SF Mono", "Fira Code", "Fira Mono", Menlo, Consolas, monospace;--measure:660px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:32px;--space-xl:48px;--space-2xl:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.65}.page{flex-direction:column;min-height:100vh;display:flex}.container{max-width:var(--measure);width:100%;margin:0 auto;padding:0 24px}.masthead{padding:var(--space-xl) 24px var(--space-lg);max-width:var(--measure);width:100%;margin:0 auto}.masthead-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;font-size:2.25rem;font-style:italic;font-weight:400;line-height:1.1;text-decoration:none;display:inline-block}.masthead-title:hover{color:var(--accent)}.masthead-subtitle{font-family:var(--font-ui);color:var(--text-muted);margin-top:var(--space-sm);letter-spacing:.01em;font-size:.875rem}.masthead-rule{width:100%;max-width:var(--measure);margin:0 auto;padding:0 24px}.masthead-rule:after{content:"";background:var(--rule-heavy);height:1.5px;display:block}.section-label{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);padding:var(--space-lg) 24px var(--space-md);max-width:var(--measure);width:100%;margin:0 auto;font-size:.6875rem}.gazette-callout{max-width:var(--measure);width:100%;margin:0 auto;padding:0 24px}.gazette-callout-inner{align-items:center;gap:var(--space-md);padding:var(--space-md) 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);font-family:var(--font-ui);color:var(--text-secondary);font-size:.8125rem;display:flex}.gazette-callout-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);white-space:nowrap;font-size:.6875rem}.gazette-callout a{color:var(--accent);font-weight:500;text-decoration:none}.gazette-callout a:hover{text-underline-offset:2px;text-decoration:underline}.post-list{padding:var(--space-sm) 24px var(--space-2xl);flex:1}.post-entry{padding:var(--space-lg) 0}.post-entry+.post-entry{border-top:1px solid var(--rule)}.post-entry-date{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.02em;margin-bottom:var(--space-xs);font-size:.75rem}.post-entry-title{font-family:var(--font-display);margin-bottom:var(--space-sm);font-size:1.625rem;font-weight:400;line-height:1.25}.post-entry-title a{color:var(--text);text-decoration:none;transition:color .15s}.post-entry-title a:hover{color:var(--accent)}.post-entry-summary{color:var(--text-secondary);max-width:580px;font-size:1.0625rem;line-height:1.6}.post-header{padding:var(--space-xl) 0 var(--space-lg)}.post-header .post-entry-date{margin-bottom:var(--space-md)}.post-header-title{font-family:var(--font-display);letter-spacing:-.01em;max-width:600px;font-size:2.5rem;font-weight:400;line-height:1.15}@media (width<=600px){.post-header-title{font-size:1.875rem}}.post-header-rule{background:var(--rule);height:1px;margin:var(--space-lg) 0}.post-content{padding-bottom:var(--space-2xl)}.post-content p{margin-bottom:1.25em;font-size:1.125rem;line-height:1.75}.post-content h2{font-family:var(--font-display);margin-top:2.5em;margin-bottom:.75em;font-size:1.5rem;font-weight:400;line-height:1.3}.post-content h3{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-top:2em;margin-bottom:.75em;font-size:.9375rem;font-weight:600}.post-content ul,.post-content ol{margin-bottom:1.25em;padding-left:1.5em;font-size:1.125rem;line-height:1.75}.post-content li{margin-bottom:.375em}.post-content li::marker{color:var(--text-muted)}.post-content blockquote{border-left:2px solid var(--accent);color:var(--text-secondary);margin:1.75em 0;padding:.25em 0 .25em 1.25em;font-size:1.125rem;font-style:italic}.post-content code{font-family:var(--font-mono);background:var(--code-bg);border-radius:2px;padding:.125em .375em;font-size:.875em}.post-content pre{background:var(--code-bg);border:1px solid var(--rule);border-radius:0;margin-bottom:1.5em;padding:1.25em 1.5em;line-height:1.55;overflow-x:auto}.post-content pre code{background:0 0;border-radius:0;padding:0;font-size:.8125rem}.post-content a{color:var(--accent);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s}.post-content a:hover{color:var(--accent-hover)}.post-content hr{background:var(--rule);border:none;height:1px;margin:2.5em 0}.post-content img{max-width:100%;height:auto}.back-link{font-family:var(--font-ui);color:var(--text-muted);padding:var(--space-lg) 0 0;align-items:center;gap:.375em;font-size:.8125rem;text-decoration:none;transition:color .15s;display:inline-flex}.back-link:hover{color:var(--accent)}.pull-quote{font-family:var(--font-display);color:var(--text-secondary);text-align:center;padding:var(--space-lg) var(--space-lg);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:2em 0;font-size:1.375rem;font-style:italic;line-height:1.5}.highlight-box{background:var(--bg-elevated);border:1px solid var(--rule);border-radius:0;margin:1.75em 0;padding:1.25em 1.5em}.highlight-box h4{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5em;font-size:.6875rem}.site-footer{padding:var(--space-lg) 24px var(--space-xl);max-width:var(--measure);border-top:1px solid var(--rule);width:100%;font-family:var(--font-ui);color:var(--text-muted);letter-spacing:.02em;margin:0 auto;font-size:.75rem}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--accent)}.not-found{text-align:center;padding:var(--space-2xl) 24px}.not-found h1{font-family:var(--font-display);margin-bottom:var(--space-md);font-size:4rem;font-weight:400}.not-found p{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:1.125rem}@media (prefers-reduced-motion:no-preference){@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.masthead{animation:.5s cubic-bezier(.16,1,.3,1) both fadeUp}.gazette-callout{animation:.5s cubic-bezier(.16,1,.3,1) .1s both fadeUp}.post-entry:first-child{animation:.5s cubic-bezier(.16,1,.3,1) .15s both fadeUp}.post-entry:nth-child(2){animation:.5s cubic-bezier(.16,1,.3,1) .25s both fadeUp}.post-entry:nth-child(3){animation:.5s cubic-bezier(.16,1,.3,1) .35s both fadeUp}.post-entry:nth-child(4){animation:.5s cubic-bezier(.16,1,.3,1) .45s both fadeUp}.post-entry:nth-child(5){animation:.5s cubic-bezier(.16,1,.3,1) .55s both fadeUp}.post-header{animation:.5s cubic-bezier(.16,1,.3,1) both fadeUp}.post-content{animation:.5s cubic-bezier(.16,1,.3,1) .15s both fadeUp}}@media (width<=480px){.masthead{padding:var(--space-lg) 24px var(--space-md)}.masthead-title{font-size:1.75rem}.post-entry-title{font-size:1.375rem}.post-entry-summary{font-size:1rem}.gazette-callout-inner{align-items:flex-start;gap:var(--space-xs);flex-direction:column}}::selection{background:var(--accent-subtle);color:var(--text)}
