/*
Theme Name:  Pádel Encyclopedia
Theme URI:   https://tudominio.com
Author:      Tu Nombre
Description: Tema personalizado para la Enciclopedia del Pádel. Diseño oscuro con tipografía Bebas Neue + Barlow. Requiere Advanced Custom Fields (ACF) Pro.
Version:     1.0.0
Requires WP: 6.4
Requires PHP: 8.0
Text Domain: padel-encyclopedia
Tags: dark, custom-colors, custom-menu, featured-images, encyclopedia, sports
*/

/* ═══════════════════════════════════════════════════
   DESIGN SYSTEM — matches padel_enciclopedia_1.html
   All component styles live in assets/css/main.css
   This file only contains the WP theme declaration
   and the CSS custom properties root.
═══════════════════════════════════════════════════ */

:root {
  --bg:       #0a0e14;
  --surface:  #111720;
  --surface2: #161d2a;
  --accent:   #00e5a0;
  --accent2:  #ff6b35;
  --accent3:  #3d9eff;
  --text:     #e8edf5;
  --muted:    #6b7a92;
  --border:   #1e2a3a;
  --card:     #131b27;

  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Barlow', sans-serif;

  --radius:   4px;
  --max-w:    1400px;
  --shadow:   0 4px 24px rgba(0,0,0,0.4);
}

*, *::before, *::after {
  margin: 0; padding: 0; box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* WP block editor alignment helpers */
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { max-width: 100%; }
.aligncenter { text-align: center; }

/* WP generated classes reset */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-caption { max-width: 100%; }
p.wp-caption-text { font-size: 0.8rem; color: var(--muted); margin-top: 0.4rem; }

/* Screen reader text */
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap;
}
