/* ============================================================
   LYRAVERSE VISUAL v1.18.2 — BASELINE VISUAL CONSOLIDADA

   Regra central:
   - conteúdo de leitura continua confortável (18–19 px);
   - títulos têm hierarquia consistente, sem escala de pôster;
   - cards e heroes são compactos no desktop;
   - mobile possui escala própria;
   - azul/preto + dourado = LyraVerse;
   - violeta = presença da Lyra.
   ============================================================ */

:root{
  --lv-bg:#040a12;
  --lv-bg-2:#07101b;
  --lv-panel:#0b1724;
  --lv-panel-2:#08121d;
  --lv-panel-3:#0d1c2c;
  --lv-line:#294762;
  --lv-line-soft:#1d3449;
  --lv-text:#eef6ff;
  --lv-muted:#b7c8d9;
  --lv-gold:#f2c66d;
  --lv-gold-2:#d49b3c;
  --lv-purple:#8b5cf6;
  --lv-purple-line:#564178;
  --lv-purple-text:#d7c1ff;
  --lv-red:#d74949;
  --lv-shell:1040px;
  --lv-page:980px;
  --lv-reading:1040px;
  --lv-radius:18px;
  --lv-radius-sm:13px;
  --lv-shadow:0 16px 42px rgba(0,0,0,.18);
}

html{scroll-behavior:smooth;background:var(--lv-bg);}
body.lyraverse-visual-active{
  margin:0;
  background:var(--lv-bg)!important;
  color:var(--lv-text)!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.lyraverse-visual-active *{box-sizing:border-box;}
body.lyraverse-visual-active .site-main{background:transparent!important;}
body.lyraverse-visual-active a{transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,filter .18s ease;}
body.lyraverse-visual-active img{max-width:100%;height:auto;}
body.lyraverse-visual-active p,
body.lyraverse-visual-active li{hyphens:none;-webkit-hyphens:none;}

/* ============================================================
   CABEÇALHO / NAVEGAÇÃO
   ============================================================ */
.lv-site-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(3,8,15,.97)!important;
  border-bottom:1px solid rgba(242,198,109,.20);
  box-shadow:0 8px 28px rgba(0,0,0,.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
body.admin-bar .lv-site-header{top:32px;}
.lv-header-inner{
  width:min(var(--lv-shell),calc(100% - 32px));
  margin:0 auto;
  padding:7px 0 6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
}
.lv-brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:31px;
  color:#fff!important;
  text-decoration:none!important;
}
.lv-brand-mark{
  color:var(--lv-purple-text);
  font-size:21px;
  line-height:1;
  filter:drop-shadow(0 0 9px rgba(139,92,246,.42));
}
.lv-brand-name{
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:700;
  line-height:1;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.lv-brand-name em{font-style:normal;color:var(--lv-gold);font-size:.72em;margin-left:4px;}
.lv-main-nav{display:flex;align-items:flex-start;justify-content:center;gap:2px;flex-wrap:wrap;}
.lv-main-nav>a,.lv-nav-group>a{
  display:block!important;
  position:relative!important;
  z-index:5!important;
  padding:7px 10px!important;
  border-radius:8px;
  color:#dce8f3!important;
  text-decoration:none!important;
  font-size:13.8px!important;
  line-height:1.2!important;
  font-weight:750!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
.lv-main-nav>a:hover,.lv-nav-group>a:hover{background:rgba(242,198,109,.08);color:var(--lv-gold)!important;}
.lv-nav-group{position:relative;}
.lv-submenu{
  display:none;
  position:absolute;
  top:100%;
  left:50%;
  z-index:30;
  min-width:210px;
  padding:6px;
  transform:translateX(-50%);
  border:1px solid var(--lv-line);
  border-radius:10px;
  background:#07101b;
  box-shadow:0 18px 40px rgba(0,0,0,.34);
}
.lv-nav-group:hover .lv-submenu,.lv-nav-group:focus-within .lv-submenu{display:block;}
.lv-submenu a{
  display:block;
  padding:8px 9px;
  border-radius:7px;
  color:#cfdeec!important;
  text-decoration:none!important;
  font-size:13.4px;
  line-height:1.3;
  font-weight:700;
  white-space:nowrap;
}
.lv-submenu a:hover{background:#0d2032;color:var(--lv-gold)!important;}
.lv-menu-toggle{display:none;width:44px;height:44px;padding:9px;border:1px solid var(--lv-line);border-radius:11px;background:#08111c;cursor:pointer;}
.lv-menu-toggle>span:not(.screen-reader-text){display:block;height:2px;margin:5px 1px;background:#fff;border-radius:2px;}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}

/* O cabeçalho do Neve não compete com o cabeçalho LyraVerse. */
body.lyraverse-visual-active #header-grid,
body.lyraverse-visual-active header.header:not(.lv-site-header),
body.lyraverse-visual-active .site-header:not(.lv-site-header),
body.lyraverse-visual-active .header-main,
body.lyraverse-visual-active .header--row,
body.lyraverse-visual-active .nv-navbar{display:none!important;}

/* ============================================================
   RODAPÉ
   ============================================================ */
.lv-site-footer{margin-top:42px;border-top:1px solid var(--lv-line-soft);background:#03080e;color:var(--lv-muted);}
.lv-footer-inner{
  width:min(var(--lv-shell),calc(100% - 32px));
  margin:0 auto;
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.lv-footer-inner>div{display:flex;flex-direction:column;gap:3px;}
.lv-footer-inner strong{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:17px;}
.lv-footer-inner span{font-size:12.5px;}
.lv-footer-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;}
.lv-footer-nav a,.lv-footer-inner>a{color:var(--lv-gold)!important;text-decoration:none!important;font-weight:700;font-size:13.5px;}
.lv-footer-nav a:hover,.lv-footer-inner>a:hover{text-decoration:underline!important;}
body.lv-footer-ready .site-footer:not(.lv-site-footer){display:none!important;}

/* ============================================================
   ELEMENTOS GERAIS
   ============================================================ */
.lyraverse-eyebrow,.gdf-eyebrow{
  margin:0 0 10px!important;
  color:var(--lv-gold)!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:850!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  text-align:left!important;
  text-indent:0!important;
}
.lv-gold-button,.lv-ghost-button,.gdf-button,.lv-share-button{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  border-radius:10px;
  text-decoration:none!important;
  font-size:14.5px;
  line-height:1.2;
  font-weight:850;
  cursor:pointer;
}
.lv-gold-button,.gdf-button,.lv-share-native{
  border:1px solid #f2cd82!important;
  background:linear-gradient(135deg,#d49b3c,#f0c76d)!important;
  color:#10151d!important;
  box-shadow:0 8px 24px rgba(210,148,44,.18);
}
.lv-gold-button:hover,.gdf-button:hover,.lv-share-native:hover{transform:translateY(-1px);filter:brightness(1.05);color:#10151d!important;}
.lv-ghost-button,.lv-share-secondary{
  border:1px solid #36526d!important;
  background:#08131f!important;
  color:#eef6ff!important;
}
.lv-ghost-button:hover,.lv-share-secondary:hover{border-color:var(--lv-gold)!important;color:var(--lv-gold)!important;}
.lv-text-link{color:var(--lv-gold)!important;text-decoration:none!important;font-size:14.5px;font-weight:800;}
.lv-text-link:hover{text-decoration:underline!important;}

/* ============================================================
   HOME
   ============================================================ */
body.lyraverse-home .nv-page-title-wrap,
body.lyraverse-home .entry-header,
body.lyraverse-home article>.entry-header{display:none!important;}
body.lyraverse-home .site-main{padding:0!important;}
body.lyraverse-home .site-main>.container,
body.lyraverse-home .site-main>.container-fluid,
body.lyraverse-home .nv-content-wrap,
body.lyraverse-home .nv-page-post-wrap,
body.lyraverse-home .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.lv-home{width:100%;color:var(--lv-text);}
.lv-home-hero{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:radial-gradient(circle at 72% 22%,rgba(139,92,246,.22),transparent 29%),radial-gradient(circle at 88% 78%,rgba(242,198,109,.11),transparent 24%),linear-gradient(135deg,#07101b,#03070d 68%);
}
.lv-home-hero.has-image::before{content:"";position:absolute;inset:0;background-image:var(--lv-hero-image);background-size:cover;background-position:center;background-repeat:no-repeat;}
.lv-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,8,15,.96) 0%,rgba(3,8,15,.79) 42%,rgba(3,8,15,.35) 76%,rgba(3,8,15,.52) 100%),linear-gradient(0deg,rgba(3,8,15,.70),transparent 55%);}
.lv-home-hero-content{position:relative;z-index:2;width:min(var(--lv-shell),calc(100% - 40px));margin:0 auto;padding:48px 0 56px;}
.lv-home-hero h1{max-width:650px;margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,4.5vw,58px);line-height:.96;letter-spacing:-.045em;text-shadow:0 3px 24px rgba(0,0,0,.46);}
.lv-home-hero h1 span{display:block;margin-top:9px;color:var(--lv-gold);font-size:.43em;letter-spacing:.08em;text-transform:uppercase;}
.lv-home-hero-content>p:not(.lyraverse-eyebrow){max-width:620px;margin:18px 0 22px;color:#dce8f3;font-size:18px;line-height:1.6;}
.lv-hero-actions{display:flex;gap:10px;flex-wrap:wrap;}
.lv-scroll-cue{position:absolute;z-index:3;left:50%;bottom:14px;transform:translateX(-50%);display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(242,198,109,.48);border-radius:50%;background:rgba(4,10,18,.68);color:var(--lv-gold)!important;text-decoration:none!important;font-size:19px;}
.lv-home-section,.lv-home-lyra{
  width:min(var(--lv-shell),calc(100% - 40px));
  margin:16px auto 0;
  padding:26px 28px;
  border:1px solid var(--lv-line);
  border-radius:var(--lv-radius);
  background:linear-gradient(180deg,#0b1724,#08111c);
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}
.lv-section-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(240px,.75fr);gap:22px;align-items:end;margin-bottom:18px;}
.lv-section-heading h2,.lv-about h2,.lv-support h2{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.08;letter-spacing:-.02em;}
.lv-section-heading>p,.lv-about-copy>p,.lv-support p{margin:0;color:var(--lv-muted);font-size:17px;line-height:1.66;}
.lv-about-copy>p+p{margin-top:10px;}
.lv-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.lv-card{overflow:hidden;border:1px solid #294762;border-radius:15px;background:rgba(13,27,43,.88);box-shadow:0 12px 32px rgba(0,0,0,.12);}
.lv-card-media{display:block;position:relative;min-height:158px;background-image:linear-gradient(0deg,rgba(3,8,15,.42),transparent 46%),var(--lv-card-image);background-size:cover;background-position:center;text-decoration:none!important;}
.lv-card-media-empty{background-image:radial-gradient(circle at 70% 20%,rgba(139,92,246,.24),transparent 28%),radial-gradient(circle at 20% 80%,rgba(242,198,109,.10),transparent 30%),linear-gradient(145deg,#14253a,#07101b);}
.lv-card-media-empty::after{content:"✦";position:absolute;inset:0;display:grid;place-items:center;color:rgba(213,188,255,.58);font-size:54px;}
.lv-card-body{padding:18px 19px 19px;}
.lv-card-type{margin:0 0 7px!important;color:var(--lv-gold)!important;font-size:11px!important;font-weight:850!important;letter-spacing:.12em;text-transform:uppercase;text-indent:0!important;}
.lv-card h3{margin:0 0 9px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.08;letter-spacing:-.02em;}
.lv-card h3 span{display:block;margin-top:5px;color:var(--lv-gold);font-size:.64em;line-height:1.15;}
.lv-card-body>p:not(.lv-card-type){margin:0 0 13px;color:var(--lv-muted);font-size:16.5px;line-height:1.58;}
.lv-card-grid-games{grid-template-columns:1fr;}
.lv-card-jogo{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);}
.lv-card-jogo .lv-card-media{min-height:230px;}
.lv-card-jogo .lv-card-body{display:flex;flex-direction:column;justify-content:center;}
.lv-about{display:grid;grid-template-columns:1fr;gap:18px;}
.lv-support-pending{display:inline-block;margin-top:10px;padding:8px 11px;border:1px dashed #4d5d6b;border-radius:9px;color:#9fb0bf;font-size:13.5px;}

/* ============================================================
   LYRA — BLOCO PADRÃO
   ============================================================ */
.lyra-reaction,.lv-home-lyra,.gdf-lyra{
  position:relative;
  overflow:hidden;
  border:1px solid var(--lv-purple-line)!important;
  background:radial-gradient(circle at 91% 9%,rgba(139,92,246,.24),transparent 31%),linear-gradient(145deg,#15152b,#0a101b 68%)!important;
  box-shadow:0 14px 36px rgba(73,42,126,.14);
}
.lyra-reaction::after,.lv-home-lyra::after,.gdf-lyra::after{content:"✦";position:absolute;top:12px;right:20px;color:#bd9cff;font-size:54px;line-height:1;opacity:.24;pointer-events:none;}
.lyra-reaction{margin:28px 0 0;padding:27px 30px;border-radius:var(--lv-radius);}
.lyra-reaction h2,.gdf-lyra h2,.lyra-auto-reaction .lyra-auto-heading,.lv-home-lyra h2{position:relative;z-index:1;max-width:760px;margin:0 0 14px;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:29px!important;line-height:1.1!important;letter-spacing:-.02em;}
.lyra-reaction p,.gdf-lyra p,.lv-home-lyra p{position:relative;z-index:1;color:#d9d8eb!important;font-size:17.5px!important;line-height:1.68!important;text-align:left!important;text-indent:0!important;}
.lyra-reaction p{margin:0 0 12px!important;}
.lyra-reaction p:last-child,.gdf-lyra p:last-child{margin-bottom:0!important;}
.lyra-signature,.gdf-lyra-signature{color:var(--lv-purple-text)!important;font-weight:800!important;}
.lyra-legacy-marker{display:none!important;}

/* ============================================================
   ÍNDICES — HISTÓRIAS / JOGOS
   ============================================================ */
body.lyraverse-index-page .nv-page-title-wrap,
body.lyraverse-index-page .entry-header,
body.lyraverse-index-page article>.entry-header{display:none!important;}
body.lyraverse-index-page .site-main{padding:20px 0 38px!important;}
body.lyraverse-index-page .site-main>.container,
body.lyraverse-index-page .nv-content-wrap,
body.lyraverse-index-page .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.lv-index{width:min(var(--lv-shell),calc(100% - 40px));margin:0 auto;}
.lv-index-hero{
  display:block;
  margin-bottom:14px;
  padding:22px 26px;
  border:1px solid var(--lv-line);
  border-radius:var(--lv-radius);
  background:linear-gradient(135deg,#111925,#161733);
}
.lv-index-hero .lyraverse-eyebrow{margin:0 0 9px!important;}
.lv-index-hero h1{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.05;letter-spacing:-.025em;}
.lv-index-hero>p:not(.lyraverse-eyebrow){max-width:760px;margin:10px 0 0;color:var(--lv-muted);font-size:17px;line-height:1.58;}
.lv-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.lv-index-grid .lv-card-media{min-height:160px;}
.lv-index-jogos .lv-index-grid{grid-template-columns:1fr;}
.lv-index-jogos .lv-card-jogo{width:100%;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);}
.lv-index-jogos .lv-card-jogo .lv-card-media{min-height:240px;}
.lv-index-back{display:inline-block;margin:18px 0 0;color:var(--lv-gold)!important;text-decoration:none!important;font-weight:750;font-size:14px;}

/* ============================================================
   PÁGINAS INSTITUCIONAIS — SOBRE / APOIE / TERMOS
   ============================================================ */
body.lyraverse-standard-page .site-main{padding:20px 0 38px!important;}
body.lyraverse-standard-page .site-main>.container,
body.lyraverse-standard-page .site-main>.container-fluid{width:min(var(--lv-shell),calc(100% - 40px))!important;max-width:var(--lv-shell)!important;margin:0 auto!important;padding:0!important;}
body.lyraverse-standard-page .nv-page-title-wrap,
body.lyraverse-standard-page .entry-header,
body.lyraverse-standard-page article>.entry-header{
  margin:0 0 14px!important;
  padding:22px 26px!important;
  border:1px solid var(--lv-line)!important;
  border-radius:var(--lv-radius)!important;
  background:linear-gradient(135deg,#111925,#161733)!important;
}
body.lyraverse-standard-page .entry-header::before,
body.lyraverse-standard-page .nv-page-title-wrap::before{
  display:block;
  margin:0 0 9px;
  color:var(--lv-gold);
  font-size:11px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.lyraverse-about-page .entry-header::before,
body.lyraverse-about-page .nv-page-title-wrap::before{content:"Sobre o projeto";}
body.lyraverse-support-page .entry-header::before,
body.lyraverse-support-page .nv-page-title-wrap::before{content:"Apoie o LyraVerse";}
body.lyraverse-rules-page .entry-header::before,
body.lyraverse-rules-page .nv-page-title-wrap::before{content:"Regras e uso";}

body.lyraverse-standard-page .entry-title,
body.lyraverse-standard-page .nv-page-title-wrap .title{margin:0!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:36px!important;line-height:1.05!important;letter-spacing:-.025em!important;}
body.lyraverse-standard-page .entry-content{
  max-width:none!important;
  margin:0!important;
  padding:24px 26px!important;
  border:1px solid var(--lv-line)!important;
  border-radius:var(--lv-radius)!important;
  background:linear-gradient(180deg,#0b1724,#08111c)!important;
  color:#dce8f3!important;
  font-size:18px!important;
  line-height:1.68!important;
}
body.lyraverse-standard-page .entry-content p{margin:0 0 1.1rem;text-align:left!important;text-indent:0!important;}
body.lyraverse-standard-page .entry-content h2{margin:1.65rem 0 .7rem;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:26px!important;line-height:1.12!important;}
body.lyraverse-standard-page .entry-content h3{margin:1.35rem 0 .55rem;color:#fff!important;font-size:21px!important;line-height:1.18!important;}
body.lyraverse-standard-page .entry-content h2::after{content:"";display:block;width:42px;height:2px;margin-top:8px;background:linear-gradient(90deg,var(--lv-gold),transparent);}
body.lyraverse-standard-page .entry-content a{color:var(--lv-gold)!important;}
body.lyraverse-standard-page .entry-content li{margin:.34rem 0;}

/* ============================================================
   PÁGINAS DE OBRA — CHAMADO / COLETÂNEA
   ============================================================ */
body.lyraverse-work-page .nv-page-title-wrap,
body.lyraverse-work-page .entry-header,
body.lyraverse-work-page article>.entry-header,
body.lyraverse-chamado-page .nv-page-title-wrap,
body.lyraverse-chamado-page .entry-header,
body.lyraverse-collection-page .nv-page-title-wrap,
body.lyraverse-collection-page .entry-header{display:none!important;}
body.lyraverse-work-page .site-main,
body.lyraverse-chamado-page .site-main,
body.lyraverse-collection-page .site-main{padding:20px 0 38px!important;}
body.lyraverse-work-page .container,
body.lyraverse-work-page .nv-content-wrap,
body.lyraverse-work-page .entry-content,
body.lyraverse-chamado-page .container,
body.lyraverse-chamado-page .nv-content-wrap,
body.lyraverse-chamado-page .entry-content,
body.lyraverse-collection-page .container,
body.lyraverse-collection-page .nv-content-wrap,
body.lyraverse-collection-page .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.lv-work,.lv-collection{width:min(var(--lv-shell),calc(100% - 40px));margin:0 auto;color:var(--lv-text);}
.lv-work-hero,.lv-collection-hero{
  position:relative;
  overflow:hidden;
  padding:32px 36px;
  border:1px solid var(--lv-line);
  border-radius:var(--lv-radius);
  background:radial-gradient(circle at 88% 14%,rgba(139,92,246,.20),transparent 29%),linear-gradient(135deg,#101a27,#11142c);
}
.lv-work-hero h1,.lv-collection-hero h1{max-width:760px;margin:0;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:46px!important;line-height:1.02!important;letter-spacing:-.035em!important;}
.lv-work-subtitle,.lv-collection-subtitle{margin:11px 0 0!important;color:var(--lv-gold)!important;font-size:21px!important;line-height:1.35!important;font-weight:800!important;text-indent:0!important;text-align:left!important;}
.lv-work-lead,.lv-collection-lead{max-width:770px;margin:14px 0 0!important;color:#dce8f3!important;font-size:18px!important;line-height:1.66!important;text-indent:0!important;text-align:left!important;}
.lv-work-section,.lv-collection-section,.lv-collection-imagine{
  margin-top:14px;
  padding:27px 30px;
  border:1px solid var(--lv-line);
  border-radius:var(--lv-radius);
  background:linear-gradient(180deg,#0b1724,#08111c);
}
.lv-work-section h2,.lv-collection-section h2,.lv-collection-imagine h2{margin:0 0 13px;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:30px!important;line-height:1.08!important;letter-spacing:-.02em;}
.lv-work-prose p,.lv-collection-prose p,.lv-collection-imagine p:not(.lyraverse-eyebrow){margin:0 0 12px!important;color:#c5d4e2!important;font-size:17.5px!important;line-height:1.7!important;text-align:left!important;text-indent:0!important;}
.lv-work-character-grid,.lv-collection-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px;}
.lv-work-character,.lv-collection-pillar,.lv-collection-pillars article{padding:18px;border:1px solid #294762;border-radius:13px;background:#0b1724;}
.lv-work-character h3,.lv-collection-pillars h3{margin:0 0 7px;color:#fff;font-size:19px;line-height:1.15;}
.lv-work-character p,.lv-collection-pillars p{margin:0!important;color:var(--lv-muted)!important;font-size:15.8px!important;line-height:1.58!important;text-indent:0!important;}
.lv-pillar-number,.lv-collection-pillars span{display:inline-grid;width:30px;height:30px;margin-bottom:10px;place-items:center;border:1px solid #d8ad5c;border-radius:50%;color:var(--lv-gold);font-size:12px;font-weight:850;}
.lv-collection-imagine{display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:24px;align-items:center;background:radial-gradient(circle at 92% 18%,rgba(139,92,246,.18),transparent 31%),linear-gradient(145deg,#111326,#0a101b);border-color:var(--lv-purple-line);}
.lv-collection-question{display:grid;width:72px;height:72px;place-items:center;border:1px solid #6d55a0;border-radius:50%;color:var(--lv-purple-text);font-family:Georgia,"Times New Roman",serif;font-size:38px;}
.lv-collection-story-list{display:grid;gap:12px;margin-top:14px;}
.lv-collection-story-card{display:grid;grid-template-columns:280px minmax(0,1fr);overflow:hidden;border:1px solid #294762;border-radius:14px;background:#0b1724;}
.lv-collection-story-media{display:block;min-height:205px;background-image:linear-gradient(0deg,rgba(3,8,15,.38),transparent 44%),var(--lv-story-image);background-size:cover;background-position:center;}
.lv-collection-story-media.is-empty{position:relative;background:linear-gradient(145deg,#14253a,#07101b);}
.lv-collection-story-media.is-empty::after{content:"✦";position:absolute;inset:0;display:grid;place-items:center;color:rgba(213,188,255,.58);font-size:52px;}
.lv-collection-story-body{padding:20px 22px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.lv-collection-story-body h3{margin:0 0 8px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.08;}
.lv-collection-story-body>p:not(.lyraverse-eyebrow){margin:0 0 13px;color:var(--lv-muted);font-size:16.3px;line-height:1.6;}
.lv-collection-future{display:flex;gap:13px;align-items:flex-start;margin-top:12px;padding:17px;border:1px dashed #435b71;border-radius:12px;color:var(--lv-muted);}
.lv-collection-future>span,.lv-future-symbol{color:var(--lv-gold);font-size:22px;}
.lv-collection-future strong{color:#fff;font-size:16px;}
.lv-collection-future p{margin:4px 0 0!important;font-size:15px!important;line-height:1.55!important;}
.lv-work-comment-lead,.lv-collection-comment-lead,.gdf-comment-lead{margin-top:14px;padding:18px 20px;border:1px solid var(--lv-line);border-radius:13px;background:#09131e;color:var(--lv-muted);text-align:center;}
.lv-work-comment-lead strong,.lv-collection-comment-lead strong,.gdf-comment-lead strong{color:#fff;font-size:18px;}

/* Capítulos automáticos da página Chamado. */
.lv-chamado-chapter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:14px;}
.lv-chamado-chapter-card{display:block;padding:16px;border:1px solid #294762;border-radius:12px;background:#0a1622;text-decoration:none!important;}
.lv-chamado-chapter-card:hover{border-color:var(--lv-gold);transform:translateY(-1px);}
.lv-chamado-chapter-card strong{display:block;color:#fff;font-size:16px;line-height:1.28;}
.lv-chamado-chapter-card span{display:block;margin-top:6px;color:var(--lv-muted);font-size:13px;}
.lv-work-all{display:inline-block;margin-top:12px;color:var(--lv-gold)!important;text-decoration:none!important;font-weight:750;}

/* ============================================================
   GUARDIÃO DA FÚRIA — REFERÊNCIA CINEMATOGRÁFICA
   ============================================================ */
body.lyraverse-cinematic-page .nv-page-title-wrap,
body.lyraverse-cinematic-page .entry-header,
body.lyraverse-cinematic-page article>.entry-header{display:none!important;}
body.lyraverse-cinematic-page .site-main{padding:20px 0 38px!important;}
body.lyraverse-cinematic-page .container,
body.lyraverse-cinematic-page .nv-content-wrap,
body.lyraverse-cinematic-page .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.gdf-page{width:min(var(--lv-shell),calc(100% - 40px));margin:0 auto;color:var(--lv-text);}
.gdf-hero{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--lv-line);border-radius:20px;background:var(--lv-bg-2);box-shadow:var(--lv-shadow);}
.gdf-hero-media{position:absolute!important;inset:0!important;margin:0!important;width:100%!important;height:100%!important;}
.gdf-hero-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
.gdf-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,18,.96) 0%,rgba(4,10,18,.77) 38%,rgba(4,10,18,.18) 73%),linear-gradient(0deg,rgba(4,10,18,.70),transparent 58%);pointer-events:none;}
.gdf-hero-no-image{background:radial-gradient(circle at 75% 24%,rgba(139,92,246,.18),transparent 28%),linear-gradient(145deg,#0b1724,#060c14);}
.gdf-hero-content{position:relative;z-index:2;display:flex;min-height:430px;width:min(580px,68%);padding:38px 42px;flex-direction:column;justify-content:center;align-items:flex-start;}
.gdf-page h1{max-width:650px;margin:0;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:50px!important;line-height:.98!important;letter-spacing:-.04em!important;text-shadow:0 3px 20px rgba(0,0,0,.42);}
.gdf-subtitle{margin:8px 0 0!important;color:var(--lv-gold)!important;font-family:Georgia,"Times New Roman",serif;font-size:25px!important;font-weight:700!important;line-height:1.15!important;text-indent:0!important;}
.gdf-hero-copy{max-width:540px;margin:17px 0 20px!important;color:#dce8f3!important;font-size:18px!important;line-height:1.58!important;text-align:left!important;text-indent:0!important;}
.gdf-button-wrap{margin:0!important;}
.gdf-section{margin-top:14px;padding:27px 30px;border:1px solid var(--lv-line);border-radius:var(--lv-radius);background:linear-gradient(180deg,#0c1725,#08111c);}
.gdf-section h2,.gdf-final-cta h2{margin:0 0 11px;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:30px!important;line-height:1.08!important;letter-spacing:-.02em;}
.gdf-section-intro,.gdf-final-cta>p{max-width:820px;margin:0;color:var(--lv-muted)!important;font-size:17.5px!important;line-height:1.66!important;text-align:left!important;text-indent:0!important;}
.gdf-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important;margin-top:17px!important;}
.gdf-card{min-height:0!important;padding:17px!important;border:1px solid #294762!important;border-radius:12px!important;background:rgba(13,27,43,.84)!important;}
.gdf-card-number{display:grid!important;width:29px!important;height:29px!important;margin:0 0 10px!important;place-items:center;border:1px solid #d8ad5c;border-radius:50%;color:var(--lv-gold)!important;font-size:12px!important;font-weight:900!important;text-indent:0!important;}
.gdf-card h3{margin:0 0 7px;color:#fff!important;font-size:18px!important;line-height:1.15!important;}
.gdf-card p{margin:0!important;color:var(--lv-muted)!important;font-size:15.8px!important;line-height:1.55!important;text-align:left!important;text-indent:0!important;}
.gdf-features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:16px 0 0!important;padding:0!important;list-style:none!important;}
.gdf-features li{position:relative;padding:13px 14px 13px 38px;border:1px solid #243f59;border-radius:11px;background:#0a1420;color:#dce8f3!important;font-size:15.8px;line-height:1.55;}
.gdf-features li::before{content:"✦";position:absolute;top:13px;left:15px;color:var(--lv-gold);}
.gdf-excerpt{margin-top:15px;padding:22px 25px;border-left:3px solid var(--lv-red);border-radius:3px 13px 13px 3px;background:#070e17;}
.gdf-excerpt p{margin:0 0 11px!important;color:#e6eef7!important;font-family:Georgia,"Times New Roman",serif;font-size:17.5px!important;line-height:1.67!important;text-align:left!important;text-indent:0!important;}
.gdf-excerpt p:last-child{margin-bottom:0!important;}
.gdf-final-cta{margin-top:14px;padding:28px 32px;border:1px solid #5a4930;border-radius:var(--lv-radius);background:radial-gradient(circle at 85% 20%,rgba(181,42,51,.18),transparent 32%),linear-gradient(135deg,#121925,#080f18);text-align:center;}
.gdf-final-cta h2{text-align:center;}
.gdf-final-cta>p{margin:0 auto 18px!important;text-align:center!important;}
.gdf-lyra{margin-top:14px;padding:27px 30px;border-radius:var(--lv-radius);}
.gdf-lyra .gdf-lyra-opening{font-size:17.5px!important;font-weight:500!important;}
.gdf-comment-lead p{margin:0 0 5px!important;text-indent:0!important;text-align:center!important;}
.gdf-comment-lead p:last-child{margin-bottom:0!important;}

/* ============================================================
   POSTS / CAPÍTULOS / CONTOS — LEITURA
   ============================================================ */
body.lyraverse-novel .site-main{padding:18px 0 38px!important;}
body.lyraverse-novel .site-main>.container,
body.lyraverse-novel .nv-single-post-wrap,
body.lyraverse-novel .nv-content-wrap{
  width:min(1080px,calc(100% - 40px))!important;
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:0!important;
  display:block!important;
}
/* O cabeçalho e o painel de leitura usam a mesma medida visual.
   O painel é mais largo que a antiga variável --lv-reading porque o padding
   agora faz parte da caixa; assim recuperamos cerca de 760px REAIS para texto/imagens. */
body.lyraverse-novel .entry-header{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto 10px!important;
  padding:15px 20px!important;
  border:1px solid var(--lv-line)!important;
  border-radius:var(--lv-radius)!important;
  background:linear-gradient(135deg,#111925,#12162c)!important;
}
body.lyraverse-novel .entry-header .title,
body.lyraverse-novel .entry-title{
  margin:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(28px,2.7vw,34px)!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}
body.lyraverse-novel .nv-meta-list{margin-top:7px!important;color:#9fb1c2!important;font-size:12.5px!important;opacity:.9;}
body.lyraverse-novel .entry-content{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
  padding:18px 20px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#e6eef7!important;
  font-size:18px!important;
  line-height:1.70!important;
  letter-spacing:0!important;
}
body.lyraverse-novel .entry-content p{
  margin:.82rem 0 1.02rem!important;
  text-align:left!important;
  text-justify:auto!important;
}
body.lyraverse-novel .entry-content p+p{text-indent:0!important;}
body.lyraverse-novel .entry-content h1,
body.lyraverse-novel .entry-content h2,
body.lyraverse-novel .entry-content h3{color:#fff!important;line-height:1.12!important;text-align:left!important;}
body.lyraverse-novel .entry-content h2{margin:1.7rem 0 .75rem!important;font-family:Georgia,"Times New Roman",serif!important;font-size:28px!important;}
body.lyraverse-novel .entry-content h3{margin:1.4rem 0 .65rem!important;font-size:22px!important;}
body.lyraverse-novel .entry-content figure,
body.lyraverse-novel .entry-content .wp-block-image{max-width:100%!important;margin:1rem auto!important;}
body.lyraverse-novel .entry-content img{display:block;margin:0 auto;border-radius:8px;max-width:100%!important;width:auto;height:auto;}
body.lyraverse-novel .entry-content blockquote{margin:1.4rem 0;padding:15px 18px;border-left:3px solid var(--lv-purple);border-radius:0 10px 10px 0;background:#121427;color:#d7cfff;}
body.lyraverse-novel .entry-content a{color:var(--lv-gold)!important;text-decoration:none;border-bottom:1px dashed rgba(242,198,109,.45);}
body.lyraverse-novel .entry-content a:hover{border-bottom-style:solid;}
body.lyraverse-novel .entry-content .lyra-reaction,
body.lyraverse-novel .entry-content .lv-share,
body.lyraverse-novel .entry-content .lyra-chapter-nav,
body.lyraverse-novel .entry-content .lv-chapter-picker{text-indent:0!important;}

/* Modo leitura */
#lyra-reading-toggle{display:inline-flex;margin:0 0 16px;padding:9px 13px;border:1px solid #394958;border-radius:9px;background:#171725;color:#fff;cursor:pointer;font-size:14px;font-weight:700;}
#lyra-reading-toggle[aria-pressed="true"]{border-color:#7759d1;background:#5d43b4;}
.lyra-reading .nv-sidebar-wrap,.lyra-reading .site-footer:not(.lv-site-footer),.lyra-reading .nv-page-title-wrap{display:none!important;}
.lyra-reading .nv-single-post-wrap,.lyra-reading .nv-content-wrap{max-width:1120px!important;}
.lyra-reading .entry-content{max-width:1080px!important;font-size:18.2px!important;line-height:1.72!important;padding-left:18px!important;padding-right:18px!important;}

/* Navegação entre capítulos */
.lyra-chapter-nav,.lv-chapter-actions{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;margin:24px 0 0!important;text-align:center!important;}
.lyra-chapter-nav a,.lv-chapter-action-link{display:inline-flex!important;min-height:43px!important;align-items:center!important;justify-content:center!important;padding:10px 14px!important;border:1px solid #4a3f73!important;border-radius:9px!important;background:#16152a!important;color:#eee7ff!important;text-decoration:none!important;font-size:14px!important;font-weight:750!important;text-indent:0!important;}
.lyra-chapter-nav a:hover,.lv-chapter-action-link:hover{border-color:var(--lv-gold)!important;color:var(--lv-gold)!important;}
.lv-chapter-picker{margin:22px 0 0;padding:14px;border:1px solid var(--lv-line);border-radius:11px;background:#09131e;text-align:center;}
.lv-chapter-picker-kicker{display:block;margin-bottom:7px;color:var(--lv-gold);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;}
.lv-chapter-select{width:min(100%,430px);min-height:42px;padding:8px 11px;border:1px solid #36526d;border-radius:8px;background:#07101b;color:#fff;font-size:14px;}

/* ============================================================
   ARQUIVOS / CATEGORIAS
   ============================================================ */
body.lyraverse-archive .site-main{padding:20px 0 38px!important;}
body.lyraverse-archive .site-main>.container,
body.lyraverse-archive .nv-content-wrap{width:min(var(--lv-page),calc(100% - 40px))!important;max-width:var(--lv-page)!important;margin:0 auto!important;padding:0!important;}
body.lyraverse-archive .nv-page-title-wrap,
body.lyraverse-archive .page-header{margin:0 0 14px!important;padding:24px 28px!important;border:1px solid var(--lv-line)!important;border-radius:var(--lv-radius)!important;background:linear-gradient(135deg,#111925,#12162c)!important;}
body.lyraverse-archive .nv-page-title-wrap .title,
body.lyraverse-archive .page-title{margin:0!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:38px!important;line-height:1.05!important;}
body.lyraverse-archive article{margin:0 0 12px!important;padding:20px 22px!important;border:1px solid var(--lv-line)!important;border-radius:14px!important;background:#0b1724!important;color:var(--lv-muted)!important;}
body.lyraverse-archive article .entry-title,
body.lyraverse-archive article .entry-title a,
body.lyraverse-archive article h2 a{color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:23px!important;line-height:1.1!important;text-decoration:none!important;}
body.lyraverse-archive article .entry-summary,
body.lyraverse-archive article .excerpt-wrap,
body.lyraverse-archive article p{color:var(--lv-muted)!important;font-size:16.5px!important;line-height:1.62!important;text-align:left!important;}
body.lyraverse-archive article img{border-radius:10px;}

/* ============================================================
   COMPARTILHAMENTO
   ============================================================ */
.lv-share{margin:16px 0 0;padding:16px 18px;border:1px solid var(--lv-line);border-radius:13px;background:#09131e;color:var(--lv-text);}
.lv-share-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:11px;}
.lv-share-heading .lyraverse-eyebrow{margin:0!important;}
.lv-share-heading strong{color:#fff;font-size:17px;}
.lv-share-actions{display:flex;gap:8px;flex-wrap:wrap;}
.lv-share-button{min-height:42px;padding:9px 13px;border-radius:9px;font-size:13.8px;}
.lv-share-status{min-height:0;margin:7px 0 0!important;color:var(--lv-gold)!important;font-size:12.5px!important;text-indent:0!important;}

/* ============================================================
   COMENTÁRIOS / WPDISCUZ
   ============================================================ */
body.lyraverse-visual-active .comments-area{width:min(1040px,calc(100% - 40px));margin:18px auto 0;padding:24px 26px;border:1px solid var(--lv-line);border-radius:var(--lv-radius);background:#08121d;color:var(--lv-text);}
body.lyraverse-visual-active .comments-title,
body.lyraverse-visual-active .comment-reply-title{color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:25px!important;}
.comment-body{margin:10px 0;padding:14px 16px;border:1px solid #233a4e;border-radius:11px;background:#0b1724;color:#dce8f3;}
.comment.lyra-comment,li.comment.lyra-comment,ol.comment-list .lyra-comment{position:relative;margin:14px 0;padding:15px 17px;border:1px solid #4e3d71;border-left:4px solid #7c3aed;border-radius:12px;background:#101225;box-shadow:0 7px 22px rgba(124,58,237,.14);}
.comment.lyra-comment::after{content:"💠";position:absolute;top:-9px;right:11px;font-size:18px;}
.comment.lyra-comment .fn{color:#e9e4ff;font-weight:800;}
.comment.lyra-comment p{color:#e6e8ff!important;line-height:1.65!important;text-align:left!important;}
.comment.lyra-comment img.avatar{width:50px!important;height:50px!important;border:2px solid #7c3aed;border-radius:50%;}
.lyra-badge{display:inline-block;margin-left:.4rem;padding:.1rem .45rem;border-radius:999px;background:#6f4fd4;color:#fff;font-size:.68rem;font-weight:800;}

body.lyraverse-visual-active #wpdcom{max-width:100%!important;color:#dce8f3!important;}
body.lyraverse-visual-active #wpdcom .wpd-form-wrap,
body.lyraverse-visual-active #wpdcom .wpd-thread-head,
body.lyraverse-visual-active #wpdcom .wpd-comment-wrap{border-color:#263f55!important;background:#0a1521!important;color:#dce8f3!important;}
body.lyraverse-visual-active #wpdcom .wpd-comment-author{color:#fff!important;}
body.lyraverse-visual-active #wpdcom .wpd-comment-text{color:#dce8f3!important;font-size:15.5px!important;line-height:1.6!important;}
body.lyraverse-visual-active #wpdcom .lv-wpd-lyra{border-color:#5b4382!important;background:linear-gradient(145deg,#15152b,#0a101b)!important;}
body.lyraverse-visual-active #wpdcom .lv-wpd-lyra .wpd-comment-author{color:var(--lv-purple-text)!important;}

.lyra-comment-notice{margin:1rem 0 1.2rem;padding:12px 14px;border:1px solid #2b4257;border-radius:9px;background:#0b1020;color:#dce8f3;font-size:13.5px;}
.lyra-comment-notice strong{color:var(--lv-gold);}

/* ============================================================
   REMOVER NAVEGAÇÃO PADRÃO DO TEMA NOS POSTS
   ============================================================ */
nav.navigation,nav.post-navigation,.post-navigation,.navigation.post-navigation,.nav-links,.nav-previous,.nav-next,
.single-post .nav-links,.single-post .navigation,.single-post .post-navigation,.single-post .nv-single-nav-wrap{display:none!important;}


@media (min-width:1400px){
  body.lyraverse-novel .entry-content{font-size:18.2px!important;line-height:1.72!important;}
}

/* ============================================================
   v1.18 — READER-FIRST DESKTOP
   A leitura usa a tela como páginas de webnovel modernas: coluna ampla,
   pouco cromo, texto confortável e menos rolagem vertical.
   ============================================================ */
@media (min-width:1024px){
  body.lyraverse-novel .site-main>.container,
  body.lyraverse-novel .nv-single-post-wrap,
  body.lyraverse-novel .nv-content-wrap{
    width:min(1080px,calc(100% - 48px))!important;
    max-width:1080px!important;
  }
  body.lyraverse-novel .entry-header,
  body.lyraverse-novel .entry-content{
    width:100%!important;
    max-width:1040px!important;
  }
  body.lyraverse-novel .entry-content{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  body.lyraverse-novel .comments-area,
  body.lyraverse-novel #comments{
    width:min(1040px,calc(100% - 48px))!important;
    max-width:1040px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* ============================================================
   TABLET
   ============================================================ */
@media (max-width:1023px){
  :root{--lv-shell:920px;--lv-page:880px;--lv-reading:860px;}
  .lv-card-media{min-height:150px;}
  .lv-card-jogo{grid-template-columns:260px minmax(0,1fr);}
  .lv-index-jogos .lv-card-jogo{grid-template-columns:270px minmax(0,1fr);}
  .lv-work-character-grid,.lv-collection-pillars{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gdf-page h1{font-size:46px!important;}
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width:782px){
  :root{--lv-shell:100%;--lv-page:100%;--lv-reading:100%;--lv-radius:16px;}
  body.admin-bar .lv-site-header{top:46px;}
  .lv-header-inner{width:calc(100% - 20px);padding:7px 0;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:8px;}
  .lv-brand{justify-content:flex-start;min-width:0;}
  .lv-brand-mark{font-size:20px;}
  .lv-brand-name{font-size:21px;}
  .lv-menu-toggle{display:block;position:static;width:44px;height:44px;}
  .lv-main-nav{display:none;grid-column:1/-1;width:100%;margin-top:6px;padding:10px;border:1px solid var(--lv-line);border-radius:14px;background:#06101b;box-shadow:0 16px 34px rgba(0,0,0,.3);}
  .lv-main-nav.is-open{display:block;}
  .lv-main-nav>a,.lv-nav-group>a{width:100%;padding:10px 9px!important;font-size:16px!important;}
  .lv-nav-group{width:100%;}
  .lv-submenu{display:block!important;position:static;min-width:0;margin:0 0 5px 8px;padding:0 0 0 10px;transform:none;border:0;border-left:1px solid #2d4a63;border-radius:0;background:transparent;box-shadow:none;}
  .lv-submenu a{padding:7px 8px;font-size:15px;white-space:normal;}

  .lv-footer-inner{width:calc(100% - 28px);padding:20px 0;display:block;}
  .lv-footer-nav{justify-content:flex-start;margin-top:12px;gap:10px;}

  .lv-home-hero{min-height:520px;}
  .lv-home-hero-content{width:calc(100% - 36px);padding:42px 0 58px;}
  .lv-home-hero h1{font-size:44px;line-height:.96;}
  .lv-home-hero-content>p:not(.lyraverse-eyebrow){font-size:18px;line-height:1.62;}
  .lv-hero-actions{display:grid;grid-template-columns:1fr;}
  .lv-gold-button,.lv-ghost-button,.gdf-button{width:100%;min-height:50px;font-size:15.5px;}
  .lv-home-section,.lv-home-lyra{width:calc(100% - 20px);margin-top:12px;padding:24px 20px;}
  .lv-section-heading{display:block;margin-bottom:18px;}
  .lv-section-heading h2,.lv-about h2,.lv-support h2{font-size:30px;}
  .lv-section-heading>p{margin-top:10px;}
  .lv-card-grid{grid-template-columns:1fr;}
  .lv-card-media{min-height:220px;}
  .lv-card-body{padding:20px;}
  .lv-card h3{font-size:27px;}
  .lv-card-body>p:not(.lv-card-type){font-size:17px;line-height:1.64;}
  .lv-card-jogo{display:block;}
  .lv-card-jogo .lv-card-media{min-height:250px;}

  body.lyraverse-index-page .site-main,
  body.lyraverse-standard-page .site-main,
  body.lyraverse-work-page .site-main,
  body.lyraverse-chamado-page .site-main,
  body.lyraverse-collection-page .site-main,
  body.lyraverse-cinematic-page .site-main,
  body.lyraverse-novel .site-main,
  body.lyraverse-archive .site-main{padding:12px 0 28px!important;}

  .lv-index,.lv-work,.lv-collection,.gdf-page{width:calc(100% - 16px);}
  .lv-index-hero{display:block;padding:21px 18px;margin-bottom:12px;}
  .lv-index-hero h1{font-size:32px;}
  .lv-index-hero>p:not(.lyraverse-eyebrow){margin-top:9px;font-size:17px;line-height:1.55;}
  .lv-index-grid{grid-template-columns:1fr;}
  .lv-index-grid .lv-card-media{min-height:230px;}
  .lv-index-jogos .lv-card-jogo{display:block;}
  .lv-index-jogos .lv-card-jogo .lv-card-media{min-height:250px;}

  body.lyraverse-standard-page .site-main>.container,
  body.lyraverse-standard-page .site-main>.container-fluid,
  body.lyraverse-novel .site-main>.container,
  body.lyraverse-novel .nv-single-post-wrap,
  body.lyraverse-novel .nv-content-wrap,
  body.lyraverse-archive .site-main>.container,
  body.lyraverse-archive .nv-content-wrap{width:calc(100% - 16px)!important;}
  body.lyraverse-standard-page .nv-page-title-wrap,
  body.lyraverse-standard-page .entry-header,
  body.lyraverse-standard-page article>.entry-header,
  body.lyraverse-novel .entry-header,
  body.lyraverse-archive .nv-page-title-wrap,
  body.lyraverse-archive .page-header{padding:23px 19px!important;border-radius:16px!important;margin-bottom:10px!important;}
  body.lyraverse-standard-page .entry-title,
  body.lyraverse-standard-page .nv-page-title-wrap .title,
  body.lyraverse-novel .entry-header .title,
  body.lyraverse-novel .entry-title,
  body.lyraverse-archive .nv-page-title-wrap .title,
  body.lyraverse-archive .page-title{font-size:35px!important;line-height:1.04!important;}
  body.lyraverse-standard-page .entry-content{padding:24px 20px!important;font-size:18px!important;line-height:1.75!important;border-radius:16px!important;}
  body.lyraverse-standard-page .entry-content h2{font-size:28px!important;}

  .lv-work-hero,.lv-collection-hero{padding:27px 21px;}
  .lv-work-hero h1,.lv-collection-hero h1{font-size:38px!important;line-height:1!important;}
  .lv-work-subtitle,.lv-collection-subtitle{font-size:19px!important;}
  .lv-work-lead,.lv-collection-lead{font-size:17.5px!important;line-height:1.67!important;}
  .lv-work-section,.lv-collection-section,.lv-collection-imagine{margin-top:10px;padding:24px 20px;}
  .lv-work-section h2,.lv-collection-section h2,.lv-collection-imagine h2{font-size:29px!important;}
  .lv-work-prose p,.lv-collection-prose p,.lv-collection-imagine p:not(.lyraverse-eyebrow){font-size:17.5px!important;}
  .lv-work-character-grid,.lv-collection-pillars{grid-template-columns:1fr;}
  .lv-collection-imagine{grid-template-columns:1fr;}
  .lv-collection-question{display:none;}
  .lv-collection-story-card{display:block;}
  .lv-collection-story-media{min-height:230px;}
  .lv-collection-story-body{padding:21px 20px;}
  .lv-collection-story-body h3{font-size:29px;}
  .lv-chamado-chapter-grid{grid-template-columns:1fr;}

  .gdf-hero{min-height:580px;}
  .gdf-hero-media img{object-position:64% center!important;}
  .gdf-hero::after{background:linear-gradient(0deg,rgba(4,10,18,.98) 0%,rgba(4,10,18,.80) 58%,rgba(4,10,18,.18) 100%);}
  .gdf-hero-content{min-height:580px;width:100%;padding:27px 22px 31px;justify-content:flex-end;}
  .gdf-page h1{font-size:40px!important;line-height:.98!important;}
  .gdf-subtitle{font-size:23px!important;}
  .gdf-hero-copy{font-size:17.5px!important;line-height:1.62!important;}
  .gdf-section{margin-top:10px;padding:24px 20px;}
  .gdf-section h2,.gdf-final-cta h2{font-size:29px!important;}
  .gdf-section-intro,.gdf-final-cta>p{font-size:17.5px!important;}
  .gdf-grid,.gdf-features{grid-template-columns:1fr!important;}
  .gdf-card{padding:18px!important;}
  .gdf-card h3{font-size:20px!important;}
  .gdf-card p,.gdf-features li{font-size:16.8px!important;}
  .gdf-excerpt{padding:22px 20px;}
  .gdf-excerpt p{font-size:17.5px!important;}
  .gdf-final-cta{margin-top:10px;padding:25px 20px;}
  .gdf-lyra{margin-top:10px;padding:24px 20px;}

  body.lyraverse-novel .site-main>.container,
  body.lyraverse-novel .nv-single-post-wrap,
  body.lyraverse-novel .nv-content-wrap{width:calc(100% - 12px)!important;}
  body.lyraverse-novel .entry-header{max-width:100%!important;padding:20px 16px!important;}
  body.lyraverse-novel .entry-content{max-width:100%!important;padding:22px 16px!important;border-radius:16px!important;font-size:18.4px!important;line-height:1.78!important;letter-spacing:0!important;}
  body.lyraverse-novel .entry-content p{margin:.9rem 0 1.08rem!important;}
  body.lyraverse-novel .entry-content p+p{text-indent:0!important;}
  body.lyraverse-novel .entry-content h2{font-size:29px!important;}
  body.lyraverse-novel .entry-content h3{font-size:23px!important;}
  .lyra-reaction{padding:24px 20px;border-radius:16px;}
  .lyra-reaction h2,.gdf-lyra h2,.lyra-auto-reaction .lyra-auto-heading,.lv-home-lyra h2{font-size:29px!important;}
  .lyra-reaction p,.gdf-lyra p,.lv-home-lyra p{font-size:17.5px!important;line-height:1.7!important;}

  .lv-share{padding:18px 16px;}
  .lv-share-heading{display:block;}
  .lv-share-heading strong{display:block;margin-top:5px;font-size:18px;}
  .lv-share-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .lv-share-native{grid-column:1/-1;}
  .lv-share-button{width:100%;min-height:47px;font-size:15px;}

  body.lyraverse-visual-active .comments-area{width:calc(100% - 16px);padding:22px 18px;border-radius:16px;}
  body.lyraverse-visual-active .comments-title,
  body.lyraverse-visual-active .comment-reply-title{font-size:27px!important;}
}

@media (max-width:480px){
  .lv-home-hero h1{font-size:40px;}
  .lv-home-section,.lv-home-lyra{width:calc(100% - 14px);}
  .lv-index,.lv-work,.lv-collection,.gdf-page{width:calc(100% - 12px);}
  body.lyraverse-standard-page .site-main>.container,
  body.lyraverse-novel .site-main>.container,
  body.lyraverse-novel .nv-single-post-wrap,
  body.lyraverse-novel .nv-content-wrap,
  body.lyraverse-archive .site-main>.container{width:calc(100% - 12px)!important;}
}

/* ============================================================
   v1.18.1 — HOME / ALINHAMENTO DO BLOCO DA LYRA
   .lv-home-lyra também usa .lyra-reaction. A margem genérica da
   reação estava sobrescrevendo o margin:auto da Home e deslocando
   somente esse painel para a esquerda. Este bloco restaura a mesma
   grade horizontal das demais seções da Home.
   ============================================================ */
.lyra-reaction.lv-home-lyra{
  width:min(var(--lv-shell),calc(100% - 40px))!important;
  margin:16px auto 0!important;
  padding:26px 28px!important;
}
@media(max-width:760px){
  .lyra-reaction.lv-home-lyra{
    width:calc(100% - 20px)!important;
    margin:12px auto 0!important;
    padding:24px 20px!important;
  }
}
@media(max-width:420px){
  .lyra-reaction.lv-home-lyra{
    width:calc(100% - 14px)!important;
  }
}


/* ============================================================
   v1.18.2 — PAGE TITLE ALIGNMENT
   Índices e páginas institucionais compartilham a mesma linguagem:
   rótulo dourado, título branco à esquerda e painel compacto.
   ============================================================ */
@media (max-width: 820px){
  body.lyraverse-standard-page .nv-page-title-wrap,
  body.lyraverse-standard-page .entry-header,
  body.lyraverse-standard-page article>.entry-header{
    padding:21px 18px!important;
  }
  body.lyraverse-standard-page .entry-title,
  body.lyraverse-standard-page .nv-page-title-wrap .title{
    font-size:32px!important;
    line-height:1.06!important;
  }
  body.lyraverse-standard-page .entry-content{
    padding:22px 18px!important;
  }
}


/* ============================================================
   v1.18.3 — PAGE HERO / INSTITUTIONAL CONSOLIDATION
   One title language across Histórias, Jogos, Sobre, Apoie, Regras.
   ============================================================ */
.lv-page-hero,
.lv-index-hero{
  display:block!important;
  width:100%!important;
  margin:0 0 14px!important;
  padding:22px 26px!important;
  border:1px solid var(--lv-line)!important;
  border-radius:var(--lv-radius)!important;
  background:
    radial-gradient(circle at 88% 16%,rgba(139,92,246,.15),transparent 28%),
    linear-gradient(135deg,#111925 0%,#12172c 58%,#171733 100%)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.10)!important;
  text-align:left!important;
  grid-template-columns:none!important;
  align-items:initial!important;
}
.lv-page-hero .lyraverse-eyebrow,
.lv-index-hero .lyraverse-eyebrow{
  margin:0 0 8px!important;
  color:var(--lv-gold)!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  text-align:left!important;
}
.lv-page-hero h1,
.lv-index-hero h1{
  max-width:780px!important;
  margin:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:36px!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
  text-align:left!important;
}
.lv-page-hero>p:not(.lyraverse-eyebrow),
.lv-index-hero>p:not(.lyraverse-eyebrow){
  max-width:760px!important;
  margin:9px 0 0!important;
  color:var(--lv-muted)!important;
  font-size:17px!important;
  line-height:1.55!important;
  text-align:left!important;
}

/* Index pages: no legacy two-column title layout. */
.lv-index{width:min(var(--lv-shell),calc(100% - 40px))!important;margin:0 auto!important;}
.lv-index-hero{display:block!important;}

/* Institutional pages now use a plugin-owned hero/body instead of Neve's
   varying entry-header structures. */
body.lyraverse-standard-page .nv-page-title-wrap,
body.lyraverse-standard-page .entry-header,
body.lyraverse-standard-page article>.entry-header{display:none!important;}
body.lyraverse-standard-page .entry-content{
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
}
.lv-standard-shell{width:100%!important;margin:0!important;padding:0!important;}
.lv-page-body{
  width:100%!important;
  margin:0!important;
  padding:24px 26px!important;
  border:1px solid var(--lv-line)!important;
  border-radius:var(--lv-radius)!important;
  background:linear-gradient(180deg,#0b1724,#08111c)!important;
  color:#dce8f3!important;
  font-size:18px!important;
  line-height:1.68!important;
}
.lv-page-body p{margin:0 0 1.05rem!important;text-align:left!important;text-indent:0!important;}
.lv-page-body h2{margin:1.55rem 0 .68rem!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:26px!important;line-height:1.12!important;}
.lv-page-body h3{margin:1.3rem 0 .52rem!important;color:#fff!important;font-size:21px!important;line-height:1.18!important;}
.lv-page-body h2::after{content:"";display:block;width:42px;height:2px;margin-top:8px;background:linear-gradient(90deg,var(--lv-gold),transparent);}
.lv-page-body a{color:var(--lv-gold)!important;}

@media(max-width:820px){
  .lv-page-hero,.lv-index-hero{padding:20px 18px!important;border-radius:16px!important;}
  .lv-page-hero h1,.lv-index-hero h1{font-size:32px!important;}
  .lv-page-body{padding:22px 18px!important;border-radius:16px!important;font-size:18px!important;line-height:1.72!important;}
}
