:root {
    font-family: Inter, system-ui, sans-serif;
    line-height: 1.3;

    --bg: #fff;
    --meta: #777;
    --desc: #555;
    --head: #222;
    --text: #333;
}

body { 
    max-width: 700px; 
    margin: 0 auto;
    padding: 1rem;
    background: var(--bg);
    color: var(--text);
}

.item { padding: 0.75rem 0; border-bottom: 1px solid var(--text); }
.item h2 { font-size: 1rem; margin: 0 0 0.25rem 0; color: var(--head); }
.item h2 a { color: inherit; text-decoration: none; }
.item h2 a:hover { text-decoration: underline; }
.meta { font-size: 0.8rem; color: var(--meta); margin-bottom: 0.25rem; }
.desc { font-size: 0.9rem; color: var(--text); }
#sentinel { height: 1px; }
#status { text-align: center; color: var(--meta); padding: 1rem; }
