:root{--bg:#ffffff;--bg2:#f8fafc;--bg3:#f1f5f9;--surface:#e2e8f0;--border:#e2e8f0;--border2:#cbd5e1;--text1:#0f172a;--text2:#1e293b;--text3:#475569;--text4:#94a3b8;--accent:#2563eb;--accent-dim:#1d4ed8;--green:#059669;--radius:8px;--header-bg:rgba(255,255,255,0.95);--badge-green-bg:#ecfdf5;--badge-green-color:#059669;--badge-green-border:#a7f3d0;--badge-blue-bg:#eff6ff;--badge-blue-color:#2563eb;--badge-blue-border:#bfdbfe;--badge-amber-bg:#fffbeb;--badge-amber-color:#d97706;--badge-amber-border:#fde68a;--pill-accent-bg:#eff6ff;--pill-accent-color:#2563eb;--pill-accent-border:#bfdbfe;--pill-default-bg:#f8fafc;--pill-default-color:#475569;--pill-default-border:#e2e8f0}[data-theme=dark]{--bg:#0a0a0a;--bg2:#0f172a;--bg3:#111827;--surface:#161b27;--border:#1e293b;--border2:#253347;--text1:#f8fafc;--text2:#cbd5e1;--text3:#64748b;--text4:#334155;--accent:#3b82f6;--accent-dim:#2563eb;--green:#10b981;--radius:8px;--header-bg:rgba(10,10,10,0.95);--badge-green-bg:rgba(16,185,129,0.12);--badge-green-color:#10b981;--badge-green-border:rgba(16,185,129,0.25);--badge-blue-bg:rgba(59,130,246,0.12);--badge-blue-color:#60a5fa;--badge-blue-border:rgba(59,130,246,0.25);--badge-amber-bg:rgba(245,158,11,0.12);--badge-amber-color:#fbbf24;--badge-amber-border:rgba(245,158,11,0.25);--pill-accent-bg:rgba(59,130,246,0.15);--pill-accent-color:#93c5fd;--pill-accent-border:rgba(59,130,246,0.3);--pill-default-bg:rgba(255,255,255,0.04);--pill-default-color:#64748b;--pill-default-border:#1e293b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}::selection{background-color:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.insight-content{font-size:15px;line-height:1.85;color:var(--text2)}.insight-content h2{font-size:20px;font-weight:500;color:var(--text1);margin:2.5rem 0 .75rem;line-height:1.3}.insight-content h3{font-size:16px;font-weight:500;color:var(--text1);margin:2rem 0 .5rem}.insight-content p{margin:0 0 1.25rem;text-align:justify}.insight-content ol,.insight-content ul{padding-left:1.5rem;margin:0 0 1.25rem}.insight-content li{margin-bottom:.4rem}.insight-content strong{color:var(--text1);font-weight:500}.insight-content em{font-style:italic;color:var(--text3)}.insight-content code{font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:13px;background:var(--bg3);border:.5px solid var(--border);padding:2px 6px;border-radius:4px;color:var(--text1)}.insight-content blockquote{border-left:3px solid var(--accent);padding:.75rem 1rem;margin:1.5rem 0;background:var(--bg2);border-radius:0 8px 8px 0;color:var(--text3);font-style:italic}.insight-content hr{border:none;border-top:.5px solid var(--border);margin:2rem 0}