/* Red theme */
:root {
  --primary: #c0392b;
  --primary-dark: #96281b;
  --bg: #fff5f5;
  --card-bg: #fff;
  --text: #333;
  --text-light: #999;
  --link: #c0392b;
  --accent: #f39c12;
  --border: #fadbd8;
}
body { background: var(--bg); }
header { background: linear-gradient(135deg,#c0392b,#e74c3c) !important; }
header nav a { color: rgba(255,255,255,.9) !important; }
header nav a:hover { color: #ffd700 !important; }
.section-title { border-left-color: var(--primary) !important; }
.friend-grid a { border-color: var(--border); }
