/*
Theme Name: Vendedores Infinitos
Theme URI: https://droplocal.app
Description: Tema profesional para la plataforma Vendedores Infinitos — Win Manager. Diseño elegante negro y dorado.
Author: Vendedores Infinitos
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vendedores-infinitos
*/

:root {
    --gold: #C9A84C;
    --gold-hover: #b8941f;
    --dark: #0B0B0F;
    --card: #16161A;
    --text: #E8E6E1;
    --muted: #8A8A96;
    --border: #2A2A32;
    --white: #FFFFFF;
    --light-bg: #f4f5f7;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--text);
    background: var(--dark);
    line-height: 1.6;
}
a { color: var(--gold); text-decoration: none; transition: .2s; }
a:hover { color: var(--gold-hover); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
