/*
Theme Name:  Luna Dorada Child
Template:    generatepress
Description: Tema hijo de GeneratePress que integra la app Luna Dorada (tarot) y aplica su estética al resto del WordPress.
Version:     1.3
Author:      Marketizados
Text Domain: luna-dorada-child
*/

/* ============ Piel Luna Dorada sobre GeneratePress ============ */
:root{
  --ld-noche:#131022; --ld-panel:#1d1832; --ld-oro:#d4af6a;
  --ld-oro-claro:#ecd9a8; --ld-lavanda:#b8a6e0; --ld-texto:#ede8f5; --ld-suave:#b6adc9;
}
body{ background:var(--ld-noche); color:var(--ld-texto);
  font-family:'Karla',system-ui,sans-serif; }
h1,h2,h3,h4,.site-title{ font-family:'Marcellus',serif; font-weight:400;
  color:var(--ld-oro-claro); letter-spacing:.02em; }
a{ color:var(--ld-lavanda); } a:hover{ color:var(--ld-oro); }
.site-header, .main-navigation{ background:rgba(19,16,34,.92)!important;
  border-bottom:1px solid rgba(212,175,106,.15); }
.main-navigation a{ color:var(--ld-suave)!important; }
.main-navigation a:hover{ color:var(--ld-oro)!important; }
.site-footer{ background:var(--ld-panel); border-top:1px solid rgba(212,175,106,.15); }
.button, button, input[type=submit]{
  background:linear-gradient(135deg,var(--ld-oro-claro),var(--ld-oro))!important;
  color:#241d10!important; border-radius:999px!important; border:none!important; font-weight:700; }
.inside-article, .comments-area, .widget{
  background:var(--ld-panel); border:1px solid rgba(184,166,224,.15); border-radius:18px; }

/* Iframe de la app (shortcode) */
.luna-embed{ width:100%; border:0; border-radius:18px; display:block; }
/* Plantilla pantalla completa */
.luna-full{ position:fixed; inset:0; width:100vw; height:100vh; border:0; z-index:1; }
body.admin-bar .luna-full{ top:32px; height:calc(100vh - 32px); }
@media(max-width:782px){ body.admin-bar .luna-full{ top:46px; height:calc(100vh - 46px);} }
