:root{--bg:#f9f7f4;--surface:#fff;--border:#e8e4de;--text:#1a1a1a;--text-muted:#888;--text-faint:#aaa;--accent:#1a1a1a;--accent-fg:#fff}html[data-theme=dark]{--bg:#1a1a1a;--surface:#242424;--border:#333;--text:#e8e4de;--text-muted:#888;--text-faint:#555;--accent:#e8e4de;--accent-fg:#1a1a1a}*,:after,:before{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4{margin:0;line-height:1.25}p{margin:0}.feedLayout{display:flex;align-items:flex-start;gap:24px;max-width:1120px;margin:0 auto;padding:0 24px}.feedLayout>:first-child{flex:1 1;min-width:0}@media (max-width:900px){.feedLayout{padding:0}}