:root{--bg: #0d1117;--bg2: #161b22;--bg3: #21262d;--fg: #e6edf3;--muted: #8b949e;--border: #30363d;--accent: #58a6ff;--accent2: #3fb950;--red: #f85149;--gold: #d29922;--cream: #f0f6fc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.7;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,.ticker,.mono{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.88em}.site-header{background:var(--bg2);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{max-width:900px;margin:0 auto;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between}.site-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--fg);text-decoration:none}.site-logo .dot{color:var(--accent)}.site-logo .sub{color:var(--muted);font-weight:400;font-size:.85rem;margin-left:.25rem}.header-links{display:flex;align-items:center;gap:1.5rem}.header-links a{color:var(--muted);font-size:.88rem;transition:color .15s}.header-links a:hover{color:var(--fg);text-decoration:none}.header-links a.cta{background:var(--accent);color:var(--bg);padding:.3rem .85rem;border-radius:6px;font-weight:600;font-size:.82rem}.header-links a.cta:hover{opacity:.85}.back-banner{background:linear-gradient(90deg,#1b3fe5,#0a0f2e);text-align:center;padding:.5rem 1rem;font-size:.8rem;color:#a8c4ff}.back-banner a{color:#fff;font-weight:600}main{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.post-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin-bottom:1.25rem;transition:border-color .15s}.post-card:hover{border-color:var(--accent)}.post-card .meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}.post-card .date{color:var(--muted);font-size:.8rem}.tag{background:var(--bg3);border:1px solid var(--border);border-radius:4px;padding:.15rem .5rem;font-size:.75rem;color:var(--muted)}.tag.report-daily{border-color:var(--accent);color:var(--accent)}.tag.report-deep-dive{border-color:var(--gold);color:var(--gold)}.tag.report-earnings{border-color:var(--accent2);color:var(--accent2)}.tag.report-macro{border-color:#bc8cff;color:#bc8cff}.tag.ticker-tag{background:var(--bg3);border-color:var(--muted);color:var(--fg);font-family:SF Mono,monospace;font-size:.78rem}.post-card h2{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.post-card h2 a{color:var(--fg)}.post-card h2 a:hover{color:var(--accent);text-decoration:none}.post-card p{color:var(--muted);font-size:.92rem;line-height:1.55}.article-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.article-header h1{font-size:1.9rem;font-weight:800;line-height:1.25;margin-bottom:.75rem}.article-header .meta{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.article-header .date{color:var(--muted);font-size:.85rem}.article-body h2{font-size:1.3rem;font-weight:700;margin:2rem 0 .75rem;color:var(--fg)}.article-body h3{font-size:1.05rem;font-weight:600;margin:1.5rem 0 .5rem;color:var(--accent)}.article-body p{margin-bottom:1rem;color:var(--fg)}.article-body ul,.article-body ol{margin:.75rem 0 1rem 1.5rem}.article-body li{margin-bottom:.35rem}.article-body strong{color:var(--cream)}.article-body em{color:var(--gold)}.article-body a{color:var(--accent)}.article-body table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.article-body th{background:var(--bg3);border:1px solid var(--border);padding:.5rem .75rem;text-align:left;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.article-body td{border:1px solid var(--border);padding:.5rem .75rem}.article-body tr:nth-child(2n) td{background:var(--bg2)}.up{color:var(--accent2)}.down{color:var(--red)}blockquote{border-left:3px solid var(--accent);padding:.75rem 1rem;margin:1rem 0;background:var(--bg2);border-radius:0 6px 6px 0;color:var(--muted);font-style:italic}footer{border-top:1px solid var(--border);text-align:center;padding:2rem 1rem;color:var(--muted);font-size:.82rem}footer a{color:var(--accent)}@media (max-width: 600px){.header-links .hide-mobile{display:none}main{padding:1.5rem 1rem 3rem}.article-header h1{font-size:1.45rem}}
