/*
Theme Name: LUP HUB
Theme URI: https://lup.crbimg.com
Author: LUP Mission Control
Description: Sistema familiar gamificado LUP. Se activa automáticamente al instalar.
Version: 2.0
*/

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

html, body {
  background: #02020a !important;
  color: #f1f5f9;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
}

/* Quita TODO el chrome de WordPress en el front-end */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
.site-header, .site-footer, .wp-site-blocks > header, .wp-site-blocks > footer { display: none !important; }

#root {
  min-height: 100vh;
  width: 100%;
}

/* Scrollbar espacial */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: rgba(59,130,246,0.3); border-radius: 4px; }

input[type=range] { width: 100%; accent-color: #3b82f6; }
