*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-text: #1a1a2e;--color-text-muted: #5a5a7a;--color-accent: #2c3e6b;--color-accent-light: #3d5a99;--color-border: #d1d5db;--color-border-light: #e5e7eb;--color-surface: #f8f9fa;--color-surface-alt: #f1f3f5;--color-tag-bg: #e8ecf1;--color-tag-text: #2c3e6b;--color-metric-bg: #f0f4f8;--color-highlight: #fff8e1;--max-width: 720px;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace}@media(prefers-color-scheme:dark){:root{--color-bg: #0f0f1a;--color-text: #e0e0ec;--color-text-muted: #9898b0;--color-accent: #7b9cd6;--color-accent-light: #9ab5e4;--color-border: #2a2a40;--color-border-light: #1e1e32;--color-surface: #16162a;--color-surface-alt: #1c1c34;--color-tag-bg: #1e2a40;--color-tag-text: #9ab5e4;--color-metric-bg: #141428;--color-highlight: #2a2510}}html{font-size:17px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.7}h1,h2,h3,h4{line-height:1.3;font-weight:700;color:var(--color-text)}h1{font-size:1.8rem;margin-bottom:.5rem}h2{font-size:1.4rem;margin-top:2.5rem;margin-bottom:.75rem}h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem}p{margin-bottom:1.25rem}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:700;color:var(--color-text)}blockquote{border-left:3px solid var(--color-accent);padding-left:1rem;margin:1.5rem 0;color:var(--color-text-muted);font-style:italic}hr{border:none;border-top:1px solid var(--color-border);margin:2.5rem 0}.site-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}main{min-height:60vh;padding:2rem 0 3rem}.site-header{border-bottom:2px solid var(--color-accent);padding:1.5rem 0 1rem}.site-header .header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text)}.site-title a{color:inherit;text-decoration:none}.site-subtitle{font-size:.82rem;color:var(--color-text-muted);margin-top:.2rem;letter-spacing:.02em}.site-nav{margin-top:.75rem;display:flex;gap:1.5rem}.site-nav a{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;transition:color .15s}.site-nav a:hover{color:var(--color-accent);text-decoration:none}.site-nav a.active{color:var(--color-accent);border-bottom:2px solid var(--color-accent);padding-bottom:.15rem}.site-footer{border-top:2px solid var(--color-accent);padding:1.5rem 0;margin-top:3rem}.site-footer .footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;font-size:.78rem;color:var(--color-text-muted);line-height:1.6}.footer-nav{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem}.footer-nav a{font-size:.78rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;transition:color .15s}.footer-nav a:hover{color:var(--color-accent);text-decoration:none}.site-footer p{margin-bottom:.35rem}.post-card{padding:1.25rem 0;border-bottom:1px solid var(--color-border-light)}.post-card:last-child{border-bottom:none}.post-card-title{font-size:1.15rem;font-weight:700;margin-bottom:.3rem;line-height:1.35}.post-card-title a{color:var(--color-text)}.post-card-title a:hover{color:var(--color-accent);text-decoration:none}.post-card-meta{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.post-card-description{font-size:.9rem;color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.6}.tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;background:var(--color-tag-bg);color:var(--color-tag-text);border-radius:3px;transition:background .15s,color .15s}a.tag:hover{text-decoration:none;background:var(--color-accent);color:var(--color-bg)}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border-light)}.post-title{font-size:1.7rem;margin-bottom:.6rem;line-height:1.25}.post-meta{font-size:.82rem;color:var(--color-text-muted);display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.ticker-badge{display:inline-block;font-family:var(--font-mono);font-size:.78rem;font-weight:700;padding:.15rem .5rem;background:var(--color-accent);color:var(--color-bg);border-radius:3px;letter-spacing:.02em}.key-metrics{background:var(--color-metric-bg);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:4px;padding:1.25rem 1.5rem;margin-bottom:2.5rem}.key-metrics h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-top:0;margin-bottom:.75rem}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}.metric-item{display:flex;flex-direction:column;gap:.15rem}.metric-label{font-size:.72rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.metric-value{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--color-text)}.post-content{font-size:1rem}.post-content h2{border-bottom:1px solid var(--color-border-light);padding-bottom:.4rem}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.4rem}.post-content strong{color:var(--color-text)}.post-content code{font-family:var(--font-mono);font-size:.86em;background:var(--color-surface);padding:.15em .4em;border-radius:3px;border:1px solid var(--color-border-light)}.post-content pre{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:4px;padding:1rem;overflow-x:auto;margin-bottom:1.25rem}.post-content pre code{background:none;padding:0;border:none}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.88rem;border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.post-content thead{background:var(--color-surface);border-bottom:2px solid var(--color-border)}.post-content th{text-align:left;font-weight:700;padding:.6rem .85rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.post-content td{padding:.5rem .85rem;border-bottom:1px solid var(--color-border-light)}.post-content tbody tr:nth-child(2n){background:var(--color-surface-alt)}.post-content tbody tr:hover{background:var(--color-highlight)}.post-content th:not(:first-child),.post-content td:not(:first-child){text-align:right;font-family:var(--font-mono);font-size:.84rem}.post-content img{max-width:100%;height:auto;display:block;margin:2rem auto;border:1px solid var(--color-border-light);border-radius:4px;box-shadow:0 1px 4px #0000000f}.post-content img+br+em,.post-content p:has(>em:only-child){display:block;font-size:.78rem;color:var(--color-text-muted);text-align:center;margin-top:-1.25rem;margin-bottom:2rem;font-style:italic;line-height:1.5}.disclaimer{background:var(--color-surface);border:1px solid var(--color-border-light);border-left:4px solid var(--color-text-muted);border-radius:4px;padding:1rem 1.25rem;margin-top:2.5rem;font-size:.78rem;color:var(--color-text-muted);line-height:1.6}.archive-month{margin-bottom:2rem}.archive-month h2{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border-light);padding-bottom:.35rem;margin-top:1rem}.tools-page h1{margin-bottom:.75rem}.tools-intro{font-size:1rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem}.tools-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border-light);font-size:.85rem}.tools-nav a{color:var(--color-text-muted);font-weight:500;transition:color .15s}.tools-nav a:hover{color:var(--color-accent);text-decoration:none}.tools-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border-light)}.tools-section:last-of-type{border-bottom:none;padding-bottom:0}.tools-section h2{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-top:0;margin-bottom:1.25rem;scroll-margin-top:2rem}.tools-list{list-style:none;padding:0;margin:0}.tools-list li{margin-bottom:.85rem;line-height:1.7;font-size:.95rem;color:var(--color-text-muted)}.tools-list li:last-child{margin-bottom:0}.tools-list a{color:var(--color-accent);font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;transition:color .15s}.tools-list a:hover{color:var(--color-accent-light)}.not-found{text-align:center;padding:4rem 0}.not-found h1{font-size:4rem;font-weight:800;color:var(--color-text-muted);margin-bottom:.5rem;letter-spacing:-.03em}.not-found p{font-size:1.05rem;color:var(--color-text-muted);line-height:1.7}.about-content section{margin-bottom:2.5rem}.about-content h2{margin-top:2rem}@media(max-width:600px){html{font-size:16px}.site-nav{flex-direction:column;gap:.5rem}.metrics-grid{grid-template-columns:1fr}.post-meta{flex-direction:column;gap:.3rem}.post-content table{font-size:.8rem}.post-content th,.post-content td{padding:.4rem .5rem}.post-title{font-size:1.4rem}}
