/*
Theme Name: Edit Bazar Theme
Theme URI: https://editbazar.com
Author: Edit Bazar
Description: Professional dark-themed WordPress theme for the Edit Bazar Watch-to-Earn platform. Uses Tailwind CDN + Alpine.js. Fully responsive, PWA-ready.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: edit-bazar
License: GPL v2 or later
*/
html, body { background: #0A0A0B; color: #F9FAFB; font-family: 'Inter', system-ui, -apple-system, sans-serif; margin: 0; padding: 0; }
a { color: #a5b4fc; text-decoration: none; }
a:hover { color: #c7d2fe; }
#page { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
