/* styles.css — simple styling for prototype */
:root{--accent:#2a73ff;--muted:#666}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;margin:0;padding:0;color:#111}
header{background:#f6f8fb;padding:12px 20px;border-bottom:1px solid #e6e9ef}
header h1{margin:0;font-size:20px}
main{padding:20px;max-width:900px;margin:0 auto}
#upload, #feed{margin-bottom:28px}
label{display:block;margin:8px 0}
input,textarea,button{font:inherit;padding:8px}
.post{border:1px solid #e6e9ef;padding:12px;border-radius:6px;margin-bottom:12px}
.post .media img, .post .media video{max-width:100%;height:auto;border-radius:4px}
.actions{margin-top:8px}
.note{color:var(--muted);font-size:14px}
button{background:var(--accent);color:#fff;border:0;border-radius:4px;cursor:pointer}
button:disabled{opacity:.5}
.comment{border-top:1px solid #eee;padding:6px 0}
.meta{color:var(--muted);font-size:13px}
