:root{--bg-color:#fff;--text-primary:#111;--text-secondary:#555;--text-tertiary:#888;--border-color:#e5e5e5;--accent:#000;--content-width:65ch;--page-width:900px}@media (prefers-color-scheme:dark){:root{--bg-color:#000;--text-primary:#f5f5f5;--text-secondary:#a0a0a0;--text-tertiary:#666;--border-color:#222;--accent:#fff}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Newsreader,Iowan Old Style,Apple Garamond,Baskerville,Times New Roman,serif;font-size:1.2rem;line-height:1.65}.sans{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}header{max-width:var(--page-width);justify-content:flex-start;align-items:baseline;margin:0 auto;padding:2.5rem 5% 2rem;display:flex}.logo{color:var(--text-primary);letter-spacing:-.02em;text-transform:uppercase;font-size:1.25rem;font-weight:900;text-decoration:none}main{max-width:var(--page-width);margin:0 auto;padding:0 5%}.reading-container{max-width:var(--content-width);margin:0 auto}h1,h2,h3,h4{letter-spacing:-.04em;color:var(--text-primary);font-family:Inter,sans-serif;font-weight:900;line-height:1.1}h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}h2{margin-top:4rem;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem)}p{margin-bottom:1.8rem}a{color:var(--text-primary);text-underline-offset:4px;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--text-tertiary);text-decoration-color:var(--text-tertiary);transition:text-decoration-color .2s}a:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}ul,ol{margin-bottom:1.8rem;padding-left:2rem}li{margin-bottom:.5rem}blockquote{border-left:2px solid var(--text-primary);color:var(--text-secondary);margin:2.5rem 0;padding-left:1.5rem;font-size:1.35rem;font-style:italic}.meta{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.hero{margin-bottom:5rem;padding-top:2rem}.hero-subtitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.hero-tagline{max-width:600px}.latest-article-section{margin-bottom:6rem}.archive-section{border-top:1px solid var(--border-color);margin-bottom:6rem;padding-top:3rem}.archive-section h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1rem}.archive-list{flex-direction:column;gap:1.5rem;display:flex}.archive-item{flex-direction:column;padding:.5rem 0;font-family:Inter,sans-serif;text-decoration:none;display:flex}pre{-webkit-overflow-scrolling:touch;background:var(--border-color);border-radius:4px;max-width:100%;margin-bottom:1.8rem;padding:1rem;overflow-x:auto}code{background:var(--border-color);border-radius:3px;padding:.15em .3em;font-size:.9em}pre code{background:0 0;padding:0}.archive-item:hover .archive-title{text-underline-offset:4px;text-decoration:underline}.archive-title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.article-topbar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.article-header{margin-bottom:3rem}.article-content{overflow-wrap:break-word;word-break:break-word}.article-content img{filter:grayscale();max-width:100%;height:auto;image-rendering:-webkit-optimize-contrast;margin:3rem auto;transition:filter .5s;display:block}.article-content img:hover{filter:grayscale(0%)}.tts-player{background-color:var(--bg-color);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:1.25rem;width:100%;max-width:450px;margin:2rem 0 4rem;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:flex;box-shadow:0 4px 30px #00000008}@media (prefers-color-scheme:dark){.tts-player{background-color:#111c;box-shadow:0 4px 30px #0000004d}}.tts-btn{background:var(--text-primary);color:var(--bg-color);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.tts-btn:hover{transform:scale(1.08)}.tts-btn:active{transform:scale(.95)}.tts-controls{flex-direction:column;flex-grow:1;gap:.25rem;display:flex}.tts-meta-row{color:var(--text-secondary);font-variant-numeric:tabular-nums;letter-spacing:-.01em;justify-content:space-between;align-items:center;display:flex}.tts-label{color:var(--text-primary);font-weight:600}.tts-seekbar{-webkit-appearance:none;background:var(--border-color);cursor:pointer;border-radius:2px;outline:none;width:100%;height:2px;margin:.5rem 0}.tts-seekbar::-webkit-slider-thumb{appearance:none;background:var(--text-primary);cursor:pointer;border-radius:50%;width:8px;height:8px;transition:transform .1s}.tts-seekbar::-webkit-slider-thumb:hover{transform:scale(1.5)}.tts-seekbar::-moz-range-thumb{background:var(--text-primary);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px}@media (max-width:768px){header{padding:2rem 5%}.hero{margin-bottom:3rem;padding-top:1rem}h1{margin-bottom:1rem}.latest-article-section,.archive-section{margin-bottom:3rem}.archive-section{padding-top:2rem}.article-topbar{flex-direction:column;align-items:flex-start;gap:.5rem}.article-header{margin-bottom:2rem}.article-nav{flex-direction:column;gap:1.5rem;margin-top:2rem;padding:2rem 0}.article-nav-link,.article-nav-next{text-align:left;max-width:100%}.tts-player{max-width:100%}.tts-btn{min-width:44px;height:44px}.tts-seekbar{height:4px}.tts-seekbar::-webkit-slider-thumb{width:20px;height:20px}.tts-seekbar::-moz-range-thumb{width:20px;height:20px}.back-link{padding:.5rem 0;display:inline-block}.article-nav-link{padding:.75rem 0}.site-footer{padding:2rem 5% 1.5rem}}@media (max-width:480px){body{font-size:1.05rem}header{padding:1.25rem 5%}.logo{font-size:1rem}.hero{margin-bottom:2.5rem;padding-top:1rem}h2{margin-top:2.5rem}blockquote{margin:1.5rem 0;padding-left:1rem;font-size:1.1rem}.article-content img{margin:2rem 0}.archive-title{font-size:1.1rem}}.article-nav{border-top:1px solid var(--border-color);justify-content:space-between;gap:2rem;margin-top:4rem;padding:3rem 0;display:flex}.article-nav-link{flex-direction:column;gap:.25rem;max-width:45%;text-decoration:none;display:flex}.article-nav-link:hover .article-nav-title{text-underline-offset:4px;text-decoration:underline}.article-nav-next{text-align:right;margin-left:auto}.article-nav-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.article-nav-title{color:var(--text-primary);font-size:1rem;font-weight:600}.site-footer{max-width:var(--page-width);border-top:1px solid var(--border-color);text-align:center;color:var(--text-tertiary);letter-spacing:.02em;margin:0 auto;padding:4rem 5% 3rem;font-size:.85rem}
