/*
Theme Name: DIZI Cyberpunk v2
Theme URI: https://orbit-glow-interface.lovable.app/
Author: Free1
Author URI: https://free1.online
Description: Dashboard cyberpunk avec palette Spice (vert/doré), glassmorphism, néons et animations. Converti depuis Lovable/React vers WordPress natif.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dizi-cyberpunk
Tags: dashboard, cyberpunk, dark, glassmorphism, animations, custom-menu, custom-header, custom-background, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

DIZI Cyberpunk v2, Copyright 2024
DIZI Cyberpunk v2 is distributed under the terms of the GNU GPL.
*/

/*
 * Ce fichier sert uniquement de header WordPress.
 * Les styles réels sont chargés via functions.php :
 * - Tailwind CDN (https://cdn.tailwindcss.com)
 * - assets/css/cyberpunk-effects.css (variables CSS, glassmorphism, néons)
 * - assets/css/animations.css (@keyframes)
 */

/* Fallback ultra-minimal si les CSS ne chargent pas */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #0a0f0d;
  color: #e0e0e0;
}

.site-container {
  max-width: 1600px;
  max-height: 900px;
  margin: 0 auto;
  overflow: hidden;
}