/*
 Theme Name:   FitCoach Starter
 Theme URI:    https://pitayadev.com/fitcoach-pro
 Author:       PitayaDev
 Author URI:   https://pitayadev.com
 Description:  Theme profesional diseñado para FitCoach Pro. Landing futurista con login integrado, dashboards full-screen y redirección por rol.
 Version:      1.0.0
 Requires at least: 5.8
 Tested up to: 6.5
 Requires PHP: 7.4
 License:      GPL-2.0+
 License URI:  http://www.gnu.org/licenses/gpl-2.0.txt
 Text Domain:  fitcoach-starter
*/

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

:root {
    --fcs-primary: #A6EA2A;
    --fcs-primary-hover: #B9F53A;
    --fcs-primary-strong: #8FD11B;
    --fcs-primary-soft: rgba(166,234,42,.12);
    --fcs-primary-glow: rgba(166,234,42,.35);
    --fcs-bg: #050607;
    --fcs-bg-2: #0C1014;
    --fcs-surface: #11161C;
    --fcs-surface-2: #171D24;
    --fcs-border: rgba(255,255,255,.08);
    --fcs-text: #fff;
    --fcs-text-muted: #C9D1D9;
    --fcs-text-soft: #8B949E;
    --fcs-danger: #FF5C5C;
    --fcs-success: #3DDC84;
    --fcs-purple: #8B5CF6;
    --fcs-radius: 14px;
    --fcs-tr: all .3s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior:smooth; }
body {
    font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    background:var(--fcs-bg); color:var(--fcs-text); line-height:1.6;
    -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
a { color:var(--fcs-primary); text-decoration:none; transition:var(--fcs-tr); }
a:hover { color:var(--fcs-primary-hover); }
img { max-width:100%; height:auto; }
#wpadminbar { display:none !important; }
html { margin-top:0 !important; }
