/*
Theme Name: Afiliado
Theme URI: https://in9ti.com
Author: in9ti
Author URI: https://in9ti.com
Description: Tema SaaS para gestão de afiliados com pagamento via Pix. Integrado com FluentAffiliate (tracking de referrals e comissões) e FluentBooking (agendamento de sessões). Sistema de Escrow de 14 dias para retenção de comissões.
Version: 1.0.0
Requires PHP: 8.0
Tested up to: 6.7
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: afiliado
*/

/*
 * IMPORTANT: This file exists only because WordPress requires style.css
 * at the theme root for identification.
 *
 * All active styles live in:
 *   assets/css/dashboard.css  → Dashboard pages
 *   assets/css/auth.css       → Login, Register, Lost Password
 *
 * Do NOT add new styles here. Use the appropriate CSS file above.
 */

/* ── Minimal reset (shared by all pages) ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

/* ── FluentBooking Overrides (global — applies on booking pages) ── */
.fcal_wrap,
.fluent_booking_app {
    color: #071C31 !important;
}

.fcal_wrap .fcal_calendar,
.fcal_wrap input,
.fcal_wrap select {
    border-radius: 10px !important;
}