/*
Theme Name: FutbolLab
Theme URI: https://futbollab.com/
Author: FutbolLab
Description: Tema minimalista para el buscador de ejercicios musculares basado en IA de FutbolLab.
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.2.24
Text Domain: futbollab
*/

:root {
  --fl-bg: #ffffff;
  --fl-surface: rgba(255, 255, 255, 0.92);
  --fl-surface-strong: #ffffff;
  --fl-text: #202124;
  --fl-text-muted: #5f6368;
  --fl-border: #dfe1e5;
  --fl-accent: #1a73e8;
  --fl-accent-strong: #185abc;
  --fl-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  --fl-radius: 18px;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  background: var(--fl-bg);
  color: var(--fl-text);
}

a {
  color: var(--fl-accent-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fl-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 18px;
}

.fl-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--fl-surface-strong);
  border-bottom: 1px solid var(--fl-border);
}

.fl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.fl-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fl-text);
}

.fl-brand-mark {
  font-size: 20px;
}

.fl-header-link {
  font-size: 14px;
  color: var(--fl-text-muted);
  border: 1px solid var(--fl-border);
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
}

.fl-header-link:hover {
  color: var(--fl-text);
  text-decoration: none;
  border-color: rgba(15, 23, 42, 0.22);
}

.fl-main {
  padding: 30px 0 70px;
}

body.home .fl-main,
body.front-page .fl-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 70px;
}

.fl-search {
  width: 100%;
}

.fl-search-center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.fl-search-logo {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.fl-search-subtitle {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--fl-text-muted);
}

.fl-search-powered {
  margin: 18px 0 0;
  font-size: 12px;
  color: var(--fl-text-muted);
}

.fl-section-title {
  margin: 28px 0 10px;
  font-size: 18px;
}

.fl-list {
  margin: 0;
  padding-left: 18px;
  color: var(--fl-text-muted);
}

.fl-site-footer {
  border-top: 1px solid var(--fl-border);
  background: #ffffff;
}

.fl-footer-text {
  margin: 0;
  padding: 18px 0;
  font-size: 13px;
  color: var(--fl-text-muted);
}

.fl-article-title {
  margin: 0 0 12px;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.fl-article-content {
  color: var(--fl-text-muted);
}
