/* Reading page: X posts rendered as posts.
 *
 * The shape is a speech bubble beside an avatar, the way a timeline reads. The previous version
 * was a flat ruled list with the header row sitting in a stray grey bar - the bar came from the
 * global bare-`header` rule in styles.css, which is why the markup now uses divs.
 *
 * One column, deliberately. "Read the last day quickly" wants a column, not a grid: a grid makes
 * the eye choose a path and there is no useful second dimension here. Post text is never
 * truncated - a half-shown post costs a click to finish, which is the overhead this page exists
 * to remove.
 *
 * Colours come from the app's own tokens (--card, --line, --ink, --muted) so the page belongs to
 * AgentOS rather than imitating X's palette. */

@import url('/reading-styles/page-feed.css');
@import url('/reading-styles/source-embeds.css');
@import url('/reading-styles/controls-digests.css');
@import url('/reading-styles/investigations.css');
@import url('/reading-styles/improvement-summary.css');
@import url('/reading-styles/sharing.css');
