/*
Theme Name: Melodia AI Music Billboard
Theme URI: https://melodia.top/
Author: Melodia AI Team
Author URI: https://melodia.top/
Description: Tema premium, moderno y de alto rendimiento para Melodia AI Music Billboard. Totalmente personalizable desde el Personalizador de WordPress (Customizer), compatible con blogs, páginas estándar, menús nativos y widgets.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
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: melodia
Tags: dark-mode, music, entertainment, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, theme-options, grid-layout, block-styles
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

:root {
  --color-bg: #000000;
  --color-surface: #0a0a0c;
  --color-surface-hover: #141418;
  --color-border: rgba(255, 255, 255, 0.1);
  --color-text: #ffffff;
  --color-text-muted: #a1a1aa;
  --color-primary: #9333ea;
  --color-primary-hover: #7e22ce;
  --color-accent: #6366f1;
}

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

body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Typography Utility */
.font-billboard {
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.text-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #d4d4d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
