/*
Theme Name: YesMoreBet
Theme URI: https://yesmorebet.fr
Author: YesMoreBet
Author URI: https://yesmorebet.fr
Description: Thème WordPress pour YesMoreBet - Animation de casino fictif sur la Côte d'Azur. Design moderne avec support complet d'Elementor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yesmorebet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor
*/

/* Import Google Font - Quicksand */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* Variables CSS - Reprend les couleurs exactes du projet React */
:root {
  --font-size: 16px;
  --background: #ffffff;
  --foreground: #030213;
  --card: #ffffff;
  --card-foreground: #030213;
  --primary: #030213;
  --primary-foreground: #ffffff;
  --secondary: #ececf0;
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --radius: 0.625rem;

  /* Couleurs spécifiques YesMoreBet */
  --ymb-gold-start: #fdc700;
  --ymb-gold-end: #d08700;
  --ymb-gold-hover: #facc15;
  --ymb-gold-dark: #ca8a04;
  --ymb-black: #000000;
  --ymb-white: #ffffff;
  --ymb-gray-light: #d1d5dc;
  --ymb-gray-medium: #99a1af;
  --ymb-gray-dark: #4a5565;
  --ymb-border-gold: rgba(250, 204, 21, 0.1);
  --ymb-border-gold-dark: rgba(208, 135, 0, 0.2);
}

/* Reset et styles de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  background-color: var(--ymb-black);
  color: var(--ymb-white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1 {
  font-size: 2.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}

h4 {
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}

p {
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(to right, var(--ymb-gold-start), var(--ymb-gold-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  background: linear-gradient(to right, var(--ymb-gold-hover), var(--ymb-gold-dark));
  color: var(--ymb-black);
  border-radius: 8px;
  font-weight: var(--font-weight-medium);
  box-shadow: 0px 10px 15px -3px rgba(250, 204, 21, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary:hover {
  box-shadow: 0px 10px 20px -3px rgba(250, 204, 21, 0.5);
  transform: scale(1.05);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ymb-white);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-weight: var(--font-weight-medium);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

/* WordPress Core Styles */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  margin-top: 5px;
}

/* Elementor Compatibility */
.elementor-widget-wrap {
  font-family: 'Quicksand', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}
