/* ========================================
   OpenCities - Backgrounds
   ======================================== */

.bg-panel { background: var(--panel); }
.bg-body { background: var(--bg); }
.bg-accent { background: var(--accent); }
.bg-accent-soft { background: #f0f9ff !important; }
.bg-accent-bg { background: var(--accent-bg); }
.bg-gradient-header { background: var(--gradient-header); }
.bg-white { background: #ffffff; }
.bg-white-soft { background: #e5e7eb; }
.bg-blue-soft { background: rgba(59,130,246,0.15); }
.bg-yellow-soft { background: #fefce8; }
.bg-red { background: #dc2626; }
.bg-error { background: rgba(254,243,199,0.6); }
.bg-success { background: rgba(220,252,231,0.55); }
.bg-dark-soft { background: rgba(15,23,42,0.04); }
.bg-gray-soft { background: rgba(248,250,252,0.9); }

.bg-transparent { background: transparent; }
