/*
Theme Name: CinéBot Theme
Theme URI: https://marcmoissat.store
Author: CinéBot
Description: Thème minimaliste pour CinéBot — fond noir, aucun header/footer, conçu pour les shortcodes CinéBot.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
License: GNU General Public License v2 or later
Text Domain: cinebot-theme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #0a0a0f; color: #e8e8f0; font-family: sans-serif; min-height: 100vh; }
a { color: inherit; }
img { max-width: 100%; }
