:root{--bg-deep:#ede8df;--bg-surface:#fff;--bg-header:#1a2744;--gold:#7a3a0f;--gold-soft:#7a3a0f1f;--gold-faint:#7a3a0f0f;--text-cream:#f0e4bc;--text-muted:#7a6548;--text-body:#1e1e1c;--border-card:#cfc5b4;--tag-bg:#e8e0d0;--tag-text:#5c4a2a;--header-gold:#d4af37;--header-text:#f0e4bc;--header-muted:#a89968}html,body{background-color:var(--bg-deep);color:var(--text-body);min-height:100vh;margin:0;padding:0;font-family:Georgia,Times New Roman,serif;font-size:16px}*{box-sizing:border-box}.post-card{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.post-card:hover{border-color:#b8a890;box-shadow:0 2px 12px #7a3a0f1a}.post-text{color:var(--text-body);margin:0;font-size:16px;line-height:1.8}.rich-content a{color:var(--gold)}.rich-content img{border-radius:8px;max-width:100%}.rich-content p{margin:0 0 .85em}input,textarea{color:var(--text-body);outline:none;font-family:inherit;font-size:15px}input::placeholder,textarea::placeholder{color:#9a8878}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7a3a0f33;border-radius:3px}
