/*
Theme Name: FantaBet
Theme URI: https://fantabet.net
Author: FantaBet Team
Author URI: https://fantabet.net
Description: Tema professionale per siti di scommesse sportive e bookmaker. Include pagina lista bookmaker e template betting completo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fantabet
Tags: sports, betting, bookmakers, dark, responsive
*/

/* ─── RESET & BASE ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Dark theme (betting) */
  --dark-bg: #080b10;
  --dark-surface: #0e1420;
  --dark-surface2: #141b2a;
  --dark-border: rgba(255,255,255,0.07);
  --accent: #f0c040;
  --accent2: #e05c2a;
  --green: #2ecc71;
  --red: #e74c3c;
  --dark-text: #e8eaf0;
  --dark-muted: #5a6278;

  /* Light theme (bookmakers) */
  --light-bg: #f5f2eb;
  --light-bg2: #ede9e0;
  --ink: #1a1612;
  --ink2: #3d3730;
  --muted: #8a8078;
  --border: #d4cfc5;
  --red-accent: #c8410a;
  --gold-accent: #e8a020;
  --green-accent: #1e7a4a;
  --surface: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Syne', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

/* ─── TYPOGRAPHY LOAD ─── */
/* Fonts are enqueued via functions.php */

/* ─── WORDPRESS CORE ─── */
.wp-block-image img { border-radius: 8px; }
.aligncenter { margin: 0 auto; display: block; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute;
  height: 1px; width: 1px;
  overflow: hidden;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #d4cfc5; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #8a8078; }
