:root{
  --bg:#070506;
  --panel:#120c0d;
  --panel2:#0c0809;
  --gold:#b8924a;
  --gold2:#d5b56a;
  --green:#6f9f64;
  --green2:#9fd18f;
  --ivory:#eee4d1;
  --muted:#95866e;
  --line:rgba(211,181,111,.18);
  --line-soft:rgba(238,228,209,.08);
  --parchment:#efe0bd;
  --parchment2:#d8bd83;
  --parchment3:#c9a865;
  --ink:#160e07;
  --black:#0b0705;
  --radius:22px;
  --max:1040px;
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

html,body{
  margin:0;
  min-height:100%;
  background:var(--bg);
  color:var(--ivory);
  font-family:"Inter",system-ui,sans-serif;
  scroll-behavior:smooth;
  overflow-x:hidden;
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(58,21,27,.32), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(184,146,74,.11), transparent 20%),
    linear-gradient(180deg,#050405 0%,#100609 52%,#060405 100%);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.045;
  background-image:
    linear-gradient(rgba(211,181,111,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211,181,111,.10) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(circle at 50% 12%, #000 0%, transparent 78%);
}

a{color:inherit;text-decoration:none}
button,input{font:inherit}

.page{
  width:min(100%,var(--max));
  margin:0 auto;
  padding:14px 12px 32px;
}

/* Cabeçalho */
.hero{
  position:relative;
  padding:18px 16px 16px;
  border:1px solid var(--line-soft);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(18,13,13,.96), rgba(8,5,6,.96));
  box-shadow:0 20px 48px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.03);
  overflow:hidden;
  text-align:center;
}

.hero::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(211,181,111,.07);
  border-radius:18px;
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:0 auto;
}

.brand-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

h1{
  margin:11px 0 0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.1rem, 9vw, 4rem);
  line-height:.95;
  letter-spacing:-.035em;
  color:var(--ivory);
}

.subtitle{
  max-width:650px;
  margin:10px auto 0;
  color:rgba(238,228,209,.68);
  font-size:13.2px;
  line-height:1.55;
}

.hero-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  max-width:620px;
  margin:15px auto 0;
}

.tab-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.19);
  background:rgba(211,181,111,.055);
  color:rgba(238,228,209,.82);
  font-family:"Cinzel",serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  transition:.22s ease;
}

.tab-link.active,
.tab-link:hover{
  transform:translateY(-1px);
  color:#1b1008;
  background:linear-gradient(135deg,#dfc278,#ad7935);
  border-color:rgba(255,255,255,.12);
}

/* Pesquisa */
.toolbar{
  display:grid;
  gap:10px;
  margin-top:14px;
  padding:12px;
  border-radius:22px;
  border:1px solid rgba(211,181,111,.13);
  background:rgba(10,7,7,.72);
  backdrop-filter:blur(8px);
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}

.search{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:0 13px;
  border-radius:16px;
  border:1px solid rgba(211,181,111,.14);
  background:rgba(0,0,0,.24);
}

.search span{color:var(--gold2);font-size:18px}

.search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ivory);
  font-size:13px;
  font-weight:650;
}

.search input::placeholder{color:rgba(238,228,209,.38)}

.chips{
  display:flex;
  overflow-x:auto;
  gap:8px;
  padding-bottom:2px;
  scrollbar-width:none;
}

.chips::-webkit-scrollbar{display:none}

.chip{
  flex:0 0 auto;
  min-height:33px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.14);
  background:rgba(211,181,111,.045);
  color:rgba(238,228,209,.70);
  font-family:"Cinzel",serif;
  font-size:9.4px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.2s ease;
}

.chip.active,.chip:hover{
  color:var(--gold2);
  border-color:rgba(211,181,111,.35);
  background:rgba(211,181,111,.10);
}

/* Aviso superior */
.notice{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  margin-top:14px;
  padding:13px;
  border-radius:21px;
  border:1px solid rgba(80,48,13,.28);
  background:
    radial-gradient(circle at 8% 50%, rgba(255,255,255,.26), transparent 24%),
    linear-gradient(135deg, var(--parchment) 0%, var(--parchment2) 48%, var(--parchment3) 100%);
  color:var(--ink);
  box-shadow:0 14px 36px rgba(0,0,0,.24);
}

.book-bubble{
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#070506;
  background:linear-gradient(135deg,#dabb6d,#9b672b);
  box-shadow:0 12px 22px rgba(0,0,0,.24);
  cursor:pointer;
  flex:0 0 auto;
  transition:.2s ease;
}

.book-bubble:hover{transform:translateY(-1px) scale(1.02)}
.book-bubble svg{width:21px;height:21px;display:block}

.notice-text{
  min-width:0;
  text-align:left;
}

.notice-text strong{
  display:block;
  color:#150e08;
  font-family:"Cormorant Garamond",serif;
  font-size:1.36rem;
  line-height:1;
}

.notice-text span{
  display:block;
  margin-top:4px;
  color:rgba(23,14,6,.72);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}

.mini-action{
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.30);
  background:#111;
  color:#efd58f;
  font-family:"Cinzel",serif;
  font-size:9px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
}

/* Seções */
.section{margin-top:19px}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:6px;
  color:rgba(211,181,111,.82);
  font-family:"Cinzel",serif;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.kicker::before{
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
  opacity:.7;
}

h2{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(1.72rem, 6vw, 2.7rem);
  line-height:1;
  letter-spacing:-.02em;
}

/* Destaque do mês */
.highlight-section{scroll-margin-top:90px}

.highlight-shell{
  display:grid;
  grid-template-columns:minmax(0, 1.25fr) minmax(270px, .75fr);
  gap:12px;
  align-items:stretch;
}

.highlight-carousel{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 2px 8px;
  scrollbar-width:none;
}

.highlight-carousel::-webkit-scrollbar{display:none}

.highlight-card{
  min-width:min(100%, 680px);
  scroll-snap-align:start;
  display:grid;
  grid-template-columns:132px 1fr;
  gap:16px;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(75,45,9,.38);
  background:
    radial-gradient(circle at 15% 12%, rgba(255,255,255,.38), transparent 30%),
    linear-gradient(135deg, #f5e4b6 0%, #dfbd68 50%, #b47a2a 100%);
  color:#120b05;
  box-shadow:0 22px 54px rgba(0,0,0,.34), 0 0 34px rgba(223,189,104,.18);
  position:relative;
  overflow:hidden;
}

.highlight-card::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(18,11,5,.16);
  border-radius:17px;
  pointer-events:none;
}

.highlight-cover{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  overflow:visible;
}

.highlight-cover .cover-wrap{
  width:100%;
  max-width:132px;
  aspect-ratio:2/3;
  height:auto;
  min-height:0;
  padding:0;
  overflow:hidden;
}

.highlight-cover .cover-wrap img,
.highlight-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.highlight-info{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.highlight-badge,
.highlight-price{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.34);
  background:#0c0704;
  color:#f1d58a;
  font-size:9px;
  font-weight:900;
}

.highlight-badge{
  font-family:"Cinzel",serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.highlight-price{
  margin-top:7px;
  font-size:10px;
}

.highlight-info h3{
  margin:10px 0 0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(1.7rem, 4vw, 2.35rem);
  line-height:.98;
  letter-spacing:-.02em;
  color:#120b05;
}

.highlight-author{
  margin:6px 0 0;
  color:#120b05;
  opacity:.86;
  font-size:12px;
  font-weight:750;
}

.highlight-synopsis{
  margin:10px 0 0;
  color:rgba(18,11,5,.84);
  font-size:12.4px;
  line-height:1.48;
  font-weight:650;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.highlight-actions{margin-top:14px}

.highlight-btn,
.highlight-coupon-btn{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.34);
  background:#0c0704;
  color:#f1d58a;
  font-family:"Cinzel",serif;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(0,0,0,.20);
}

.highlight-coupon{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-content:center;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(211,181,111,.14);
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94));
  color:var(--ivory);
  box-shadow:0 18px 42px rgba(0,0,0,.26);
}

.highlight-coupon-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(135deg,#dabb6d,#9b672b);
  color:#070506;
}

.highlight-coupon-icon svg{width:22px;height:22px}

.highlight-coupon span{
  display:block;
  font-family:"Cinzel",serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(211,181,111,.82);
}

.highlight-coupon strong{
  display:block;
  margin-top:4px;
  font-family:"Cormorant Garamond",serif;
  font-size:1.45rem;
  line-height:1;
  color:var(--ivory);
}

.highlight-coupon p{
  margin:6px 0 0;
  color:rgba(238,228,209,.62);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}

.highlight-coupon-btn{
  grid-column:1/-1;
  width:max-content;
  background:linear-gradient(135deg,#dfc278,#ad7935);
  color:#1b1008;
  border-color:rgba(255,255,255,.12);
}

.highlight-empty{
  width:100%;
  min-height:150px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:18px;
  border-radius:24px;
  border:1px dashed rgba(211,181,111,.24);
  background:rgba(0,0,0,.18);
}

/* Cupons gerais */
.coupon-panel{
  display:grid;
  gap:10px;
  padding:14px;
  border-radius:22px;
  border:1px solid rgba(211,181,111,.14);
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94));
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.coupons-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.coupon{
  min-height:92px;
  padding:13px;
  border-radius:18px;
  border:1px dashed rgba(211,181,111,.28);
  background:rgba(211,181,111,.045);
}

.coupon-platform{
  color:rgba(238,228,209,.60);
  font-family:"Cinzel",serif;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.coupon-code{
  margin-top:7px;
  color:var(--gold2);
  font-size:1.08rem;
  font-weight:900;
  letter-spacing:.04em;
  word-break:break-word;
}

.coupon-desc{
  margin-top:4px;
  color:rgba(238,228,209,.58);
  font-size:11.5px;
  line-height:1.35;
}

.no-coupon{
  padding:16px;
  border-radius:18px;
  border:1px dashed rgba(211,181,111,.22);
  background:rgba(0,0,0,.18);
  color:rgba(238,228,209,.58);
  text-align:center;
  font-family:"Cinzel",serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Catálogo */
.catalog{display:grid;gap:12px}

.book-card{
  position:relative;
  display:grid;
  grid-template-columns:116px 1fr;
  gap:14px;
  padding:13px;
  border-radius:22px;
  border:1px solid rgba(238,228,209,.075);
  background:linear-gradient(180deg,rgba(18,13,13,.95),rgba(7,5,5,.95));
  box-shadow:0 16px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.026);
  overflow:hidden;
}

.book-card::before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(211,181,111,.055);
  border-radius:16px;
  pointer-events:none;
}

.cover-wrap{
  position:relative;
  z-index:1;
  width:100%;
  aspect-ratio:2/3;
  min-height:168px;
  border-radius:9px 16px 16px 9px;
  border:1px solid rgba(211,181,111,.22);
  background:
    linear-gradient(90deg,rgba(0,0,0,.45) 0 7px,transparent 7px),
    radial-gradient(circle at 50% 35%,rgba(211,181,111,.14),transparent 32%),
    linear-gradient(135deg,#211716,#080707);
  box-shadow:12px 16px 26px rgba(0,0,0,.30), inset 7px 0 16px rgba(255,255,255,.035);
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  padding:10px;
}

.cover-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.book-info{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  justify-content:space-between;
}

.meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin-bottom:7px;
}

.badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.18);
  background:rgba(211,181,111,.085);
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:8.6px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.badge-free{
  border-color:rgba(159,209,143,.25);
  background:rgba(111,159,100,.12);
  color:var(--green2);
}

.badge-paid{
  border-color:rgba(211,181,111,.26);
  background:rgba(211,181,111,.10);
  color:var(--gold2);
}

.critic,.price{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(238,228,209,.10);
  background:rgba(238,228,209,.035);
  color:rgba(238,228,209,.70);
  font-size:10.5px;
  font-weight:800;
}

.price{
  background:linear-gradient(135deg,rgba(223,194,120,.20),rgba(173,121,53,.14));
  border-color:rgba(211,181,111,.24);
  color:#f1dca4;
  font-weight:900;
}

.book-title{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(1.45rem,5.8vw,2rem);
  line-height:1.02;
  letter-spacing:-.015em;
  color:var(--ivory);
}

.national-flag{
  display:inline-block;
  width:.92em;
  height:.66em;
  margin-left:.28em;
  vertical-align:.06em;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(238,228,209,.12);
  opacity:.95;
}

.book-author{
  margin:5px 0 0;
  color:rgba(238,228,209,.55);
  font-size:11.8px;
  font-weight:650;
}

.synopsis{
  margin:8px 0 0;
  color:rgba(238,228,209,.66);
  font-size:12.4px;
  line-height:1.52;
}

.tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.tag{
  padding:4px 7px;
  border-radius:999px;
  border:1px solid rgba(238,228,209,.075);
  color:rgba(238,228,209,.50);
  font-size:10.2px;
  font-weight:750;
}

.book-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
  align-items:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.17);
  background:rgba(211,181,111,.06);
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:9.2px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  transition:.2s ease;
}

.btn.primary{
  background:linear-gradient(135deg,#dfc278,#ad7935);
  color:#1b1008;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 10px 22px rgba(0,0,0,.20);
}

.download-free{
  min-height:46px;
  min-width:150px;
  padding:0 22px;
  font-size:10.4px;
  letter-spacing:.12em;
}

.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}

.read-more{
  display:none;
  width:max-content;
  margin-top:8px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:9.3px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}

.book-card.expanded .synopsis{
  display:block!important;
  -webkit-line-clamp:unset!important;
  overflow:visible!important;
}

/* Artigos */
.articles-section{scroll-margin-top:90px}

.articles-accordion{
  border-radius:22px;
  border:1px solid rgba(211,181,111,.15);
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94));
  box-shadow:0 16px 42px rgba(0,0,0,.24);
  overflow:hidden;
}

.articles-accordion summary{
  list-style:none;
  cursor:pointer;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  color:var(--ivory);
  font-family:"Cinzel",serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(211,181,111,.10);
}

.articles-accordion summary::-webkit-details-marker{display:none}

.articles-accordion summary::after{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid var(--gold2);
  border-bottom:2px solid var(--gold2);
  transform:rotate(45deg) translateY(-2px);
  transition:.2s ease;
}

.articles-accordion[open] summary::after{
  transform:rotate(225deg) translateY(-2px);
}

.articles-accordion summary small{
  margin-left:auto;
  color:rgba(238,228,209,.50);
  font-family:"Inter",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
}

.articles-list{display:grid;gap:0;padding:6px}

.article-row{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:10px;
  align-items:center;
  min-height:58px;
  padding:9px 10px;
  border-radius:16px;
  border:1px solid transparent;
  transition:.18s ease;
}

.article-row:hover{
  background:rgba(211,181,111,.055);
  border-color:rgba(211,181,111,.12);
}

.article-number{
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(211,181,111,.09);
  border:1px solid rgba(211,181,111,.16);
  color:var(--gold2);
  font-family:"Cinzel",serif;
  font-size:10px;
  font-weight:900;
}

.article-info{min-width:0}

.article-info strong{
  display:block;
  color:var(--ivory);
  font-size:13px;
  line-height:1.25;
}

.article-info span{
  display:block;
  margin-top:3px;
  color:rgba(238,228,209,.48);
  font-size:11px;
  font-weight:700;
}

.article-download{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.18);
  background:linear-gradient(135deg,#dfc278,#ad7935);
  color:#1b1008;
  font-family:"Cinzel",serif;
  font-size:8.5px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
}

/* Ajuda */
.help-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.help{
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(211,181,111,.13);
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94));
}

.help h3{
  margin:0 0 8px;
  font-family:"Cormorant Garamond",serif;
  font-size:1.58rem;
  line-height:1;
}

.help ol{
  margin:0;
  padding-left:18px;
  color:rgba(238,228,209,.64);
}

.help li{
  margin:0 0 8px;
  font-size:12px;
  line-height:1.45;
}

.empty{
  display:none;
  padding:18px;
  border-radius:18px;
  border:1px dashed rgba(211,181,111,.20);
  color:rgba(238,228,209,.58);
  text-align:center;
  font-family:"Cinzel",serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.footer{
  margin-top:18px;
  text-align:center;
  color:rgba(238,228,209,.32);
  font-size:11px;
}

/* Animação lateral */
.scroll-cue{
  position:fixed;
  right:10px;
  top:50%;
  z-index:30;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  transform:translateY(-50%);
  pointer-events:none;
  opacity:.82;
}

.scroll-cue span{
  writing-mode:vertical-rl;
  text-orientation:mixed;
  color:rgba(213,181,106,.82);
  font-family:"Cinzel",serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.scroll-cue i{
  width:30px;
  height:30px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.28);
  background:rgba(0,0,0,.26);
  position:relative;
  box-shadow:0 0 18px rgba(211,181,111,.10);
}

.scroll-cue i::before{
  content:"";
  position:absolute;
  left:50%;
  top:8px;
  width:8px;
  height:8px;
  border-right:2px solid var(--gold2);
  border-bottom:2px solid var(--gold2);
  transform:translateX(-50%) rotate(45deg);
  animation:cueDown 1.25s ease-in-out infinite;
}

@keyframes cueDown{
  0%{transform:translate(-50%, -3px) rotate(45deg); opacity:.25}
  50%{opacity:1}
  100%{transform:translate(-50%, 8px) rotate(45deg); opacity:.20}
}

/* Responsividade */
@media (min-width:760px){
  .page{padding:22px 16px 42px}
  .hero{padding:24px 26px}
  .notice{padding:14px 16px}
  .catalog{gap:14px}
  .book-card{
    grid-template-columns:142px 1fr;
    gap:18px;
    padding:16px;
  }
  .cover-wrap{min-height:206px}
  .synopsis{font-size:13px}
  .section{margin-top:22px}
}

@media (max-width:760px){
  .highlight-shell{grid-template-columns:1fr}

  .highlight-card{
    min-width:88%;
    grid-template-columns:104px 1fr;
    gap:12px;
    padding:13px;
    background:
      radial-gradient(circle at 15% 12%, rgba(255,255,255,.40), transparent 30%),
      linear-gradient(135deg, #f6e4b4 0%, #dfbd68 52%, #b77a28 100%);
  }

  .highlight-cover .cover-wrap{
    width:104px;
    max-width:104px;
    aspect-ratio:2/3;
  }

  .highlight-synopsis{
    -webkit-line-clamp:3;
    font-size:11.5px;
  }

  .highlight-coupon{padding:14px}
}

@media (max-width:700px){
  .section-head{
    display:block;
    text-align:center;
  }
  .coupons-grid{grid-template-columns:1fr}
  .help-grid{grid-template-columns:1fr}
}

@media (max-width:560px){
  .page{padding-inline:10px}
  .hero{padding:16px 13px 14px;border-radius:22px}
  .brand-pill{font-size:8.8px}
  h1{font-size:2.18rem}
  .subtitle{font-size:12.4px}
  .hero-tabs{grid-template-columns:1fr;gap:7px}
  .tab-link{
    min-height:39px;
    font-size:8.7px;
    letter-spacing:.075em;
    padding-inline:7px;
  }

  .notice{
    grid-template-columns:auto 1fr;
    gap:10px;
    padding:11px;
  }

  .mini-action{
    grid-column:1/-1;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .notice-text strong{font-size:1.18rem}
  .notice-text span{font-size:11.5px}

  .toolbar{
    position:sticky;
    top:0;
    z-index:10;
    margin-top:12px;
    padding:10px;
    border-radius:18px;
  }

  .book-card{
    grid-template-columns:94px 1fr;
    gap:11px;
    padding:11px;
    border-radius:19px;
  }

  .book-card::before{inset:7px;border-radius:14px}

  .cover-wrap{
    min-height:142px;
    border-radius:8px 13px 13px 8px;
    font-size:10px;
    padding:7px;
  }

  .book-title{font-size:1.34rem}
  .book-author{font-size:11px}
  .meta-row{gap:5px;margin-bottom:6px}
  .badge,.critic,.price{min-height:22px;padding:0 7px}
  .badge{font-size:7.8px}
  .critic,.price{font-size:9.8px}

  .synopsis{
    font-size:11.6px;
    line-height:1.42;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .read-more{display:inline-flex}
  .tags{display:none}
  .book-actions{gap:7px;justify-content:flex-end}

  .btn{
    min-height:35px;
    padding-inline:10px;
    font-size:8.2px;
    letter-spacing:.08em;
  }

  .download-free{
    min-height:40px;
    min-width:132px;
    padding:0 14px;
    font-size:8.8px;
  }

  .highlight-card{
    min-width:94%;
    grid-template-columns:96px 1fr;
  }

  .highlight-cover .cover-wrap{
    width:96px;
    max-width:96px;
  }

  .highlight-info h3{font-size:1.42rem}
  .highlight-btn{
    min-height:36px;
    padding:0 11px;
    font-size:8px;
  }

  .articles-accordion summary{
    min-height:52px;
    padding:0 12px;
    font-size:9px;
  }

  .article-row{
    grid-template-columns:34px 1fr;
    gap:9px;
    padding:10px 8px;
  }

  .article-number{
    width:30px;
    height:30px;
    font-size:9px;
  }

  .article-download{
    grid-column:2;
    width:max-content;
    min-height:32px;
  }

  .help{padding:14px}

  .scroll-cue{
    right:4px;
    top:auto;
    bottom:86px;
    transform:none;
  }

  .scroll-cue span{font-size:8px}
  .scroll-cue i{width:26px;height:26px}
}

@media (max-width:390px){
  .book-card{grid-template-columns:82px 1fr}
  .cover-wrap{min-height:124px}
  .synopsis{-webkit-line-clamp:3}
  .book-title{font-size:1.22rem}
  .btn{min-height:33px;padding-inline:9px}
  .highlight-card{grid-template-columns:92px 1fr}
  .highlight-cover .cover-wrap{width:92px;max-width:92px}
}


/* === MOBILE FIEL AO PC: CORES DO DESTAQUE ===
   Não altera a estrutura. Só força no celular:
   - card do livro em destaque claro/dourado;
   - texto escuro;
   - botão preto com letra dourada;
   - cupom do destaque normal/escuro;
   - capa proporcional.
*/
@media only screen and (max-width: 900px){
  html{
    color-scheme: dark !important;
  }

  body .page .highlight-section .highlight-shell .highlight-carousel .highlight-card{
    background-color:#e1bf69 !important;
    background-image:
      radial-gradient(circle at 16% 10%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.30) 22%, transparent 44%),
      linear-gradient(135deg, #f7e8bd 0%, #e2c373 46%, #c7963e 100%) !important;
    background-blend-mode:normal !important;
    color:#130c05 !important;
    border-color:rgba(62,36,6,.42) !important;
    box-shadow:
      0 22px 54px rgba(0,0,0,.34),
      0 0 36px rgba(226,195,115,.20) !important;
    filter:none !important;
    opacity:1 !important;
    forced-color-adjust:none !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  body .page .highlight-section .highlight-card::before{
    border-color:rgba(19,12,5,.18) !important;
  }

  body .page .highlight-section .highlight-card .highlight-info h3,
  body .page .highlight-section .highlight-card .highlight-author,
  body .page .highlight-section .highlight-card .highlight-synopsis{
    color:#130c05 !important;
    -webkit-text-fill-color:#130c05 !important;
    text-shadow:none !important;
    filter:none !important;
  }

  body .page .highlight-section .highlight-card .highlight-author,
  body .page .highlight-section .highlight-card .highlight-synopsis{
    opacity:.88 !important;
    font-weight:650 !important;
  }

  body .page .highlight-section .highlight-card .highlight-badge,
  body .page .highlight-section .highlight-card .highlight-price,
  body .page .highlight-section .highlight-card .highlight-btn{
    background:#0a0604 !important;
    background-image:none !important;
    color:#f3d98c !important;
    -webkit-text-fill-color:#f3d98c !important;
    border-color:rgba(0,0,0,.44) !important;
    box-shadow:0 12px 24px rgba(0,0,0,.24) !important;
    forced-color-adjust:none !important;
  }

  /* Cupom do destaque permanece normal/escuro */
  body .page .highlight-section .highlight-shell .highlight-coupon{
    background-color:#0c0809 !important;
    background-image:linear-gradient(180deg,rgba(18,13,13,.96),rgba(7,5,5,.96)) !important;
    color:var(--ivory) !important;
    border-color:rgba(211,181,111,.16) !important;
    filter:none !important;
  }

  body .page .highlight-section .highlight-coupon span{
    color:rgba(211,181,111,.82) !important;
    -webkit-text-fill-color:rgba(211,181,111,.82) !important;
  }

  body .page .highlight-section .highlight-coupon strong{
    color:var(--ivory) !important;
    -webkit-text-fill-color:var(--ivory) !important;
  }

  body .page .highlight-section .highlight-coupon p{
    color:rgba(238,228,209,.62) !important;
    -webkit-text-fill-color:rgba(238,228,209,.62) !important;
  }

  /* Proporção fiel da capa no destaque */
  body .page .highlight-section .highlight-card .highlight-cover{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:auto !important;
    min-height:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:156px !important;
    min-height:156px !important;
    max-height:156px !important;
    aspect-ratio:2 / 3 !important;
    padding:0 !important;
    display:block !important;
    overflow:hidden !important;
    border-color:rgba(19,12,5,.28) !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
  }
}

@media only screen and (max-width: 430px){
  body .page .highlight-section .highlight-card{
    grid-template-columns:96px 1fr !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
    height:144px !important;
    min-height:144px !important;
    max-height:144px !important;
  }
}


/* === COR UNIFICADA FINAL CROSS-DEVICE ===
   Este bloco é propositalmente o último.
   A cor do destaque passa a ser a mesma no PC e no celular.
   O JS também aplica as mesmas cores inline para evitar interferência
   de cache, modo escuro automático ou media queries antigas.
*/
html{
  color-scheme: dark;
}

.highlight-card{
  background-color:#e2c373 !important;
  background-image:
    radial-gradient(circle at 16% 10%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.30) 22%, transparent 44%),
    linear-gradient(135deg, #f7e8bd 0%, #e2c373 46%, #c7963e 100%) !important;
  color:#130c05 !important;
  border-color:rgba(62,36,6,.42) !important;
  filter:none !important;
  opacity:1 !important;
  forced-color-adjust:none !important;
  color-scheme:only light !important;
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

.highlight-card::before{
  border-color:rgba(19,12,5,.18) !important;
}

.highlight-card .highlight-info h3,
.highlight-card .highlight-author,
.highlight-card .highlight-synopsis{
  color:#130c05 !important;
  -webkit-text-fill-color:#130c05 !important;
  text-shadow:none !important;
  filter:none !important;
}

.highlight-card .highlight-author,
.highlight-card .highlight-synopsis{
  opacity:.88 !important;
  font-weight:650 !important;
}

.highlight-card .highlight-badge,
.highlight-card .highlight-price,
.highlight-card .highlight-btn{
  background:#0a0604 !important;
  background-image:none !important;
  color:#f3d98c !important;
  -webkit-text-fill-color:#f3d98c !important;
  border-color:rgba(0,0,0,.44) !important;
  forced-color-adjust:none !important;
}

/* Cupom do destaque escuro, igual em todos os aparelhos */
.highlight-coupon{
  background-color:#0c0809 !important;
  background-image:linear-gradient(180deg,rgba(18,13,13,.96),rgba(7,5,5,.96)) !important;
  color:var(--ivory) !important;
  border-color:rgba(211,181,111,.16) !important;
  filter:none !important;
}

.highlight-coupon span{
  color:rgba(211,181,111,.82) !important;
  -webkit-text-fill-color:rgba(211,181,111,.82) !important;
}

.highlight-coupon strong{
  color:var(--ivory) !important;
  -webkit-text-fill-color:var(--ivory) !important;
}

.highlight-coupon p{
  color:rgba(238,228,209,.62) !important;
  -webkit-text-fill-color:rgba(238,228,209,.62) !important;
}

/* Proporção da capa do destaque */
.highlight-cover{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}

.highlight-cover .cover-wrap{
  aspect-ratio:2 / 3 !important;
  padding:0 !important;
  display:block !important;
  overflow:hidden !important;
}

.highlight-cover .cover-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

@media only screen and (max-width: 900px){
  .highlight-card{
    background-color:#e2c373 !important;
    background-image:
      radial-gradient(circle at 16% 10%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.30) 22%, transparent 44%),
      linear-gradient(135deg, #f7e8bd 0%, #e2c373 46%, #c7963e 100%) !important;
  }

  .highlight-cover{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
  }

  .highlight-cover .cover-wrap{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:156px !important;
    min-height:156px !important;
    max-height:156px !important;
  }
}

@media only screen and (max-width: 430px){
  .highlight-card{
    grid-template-columns:96px 1fr !important;
  }

  .highlight-cover{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
  }

  .highlight-cover .cover-wrap{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
    height:144px !important;
    min-height:144px !important;
    max-height:144px !important;
  }
}


/* === MOBILE ESTÁVEL: DOURADO SÓLIDO SEM GRADIENTE ===
   Mantém a estrutura. No mobile, usa cor sólida para evitar
   escurecimento por navegador, modo escuro automático e mistura com fundo preto.
*/
@media only screen and (max-width: 900px){
  html{
    color-scheme: dark;
  }

  body .page .highlight-section .highlight-card{
    background:#dfbd68 !important;
    background-color:#dfbd68 !important;
    background-image:none !important;
    color:#130c05 !important;
    border-color:#7c541e !important;
    box-shadow:
      0 22px 54px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.10) inset !important;
    filter:none !important;
    opacity:1 !important;
    isolation:isolate !important;
    mix-blend-mode:normal !important;
    color-scheme:only light !important;
    forced-color-adjust:none !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  body .page .highlight-section .highlight-card::before{
    border-color:rgba(19,12,5,.18) !important;
  }

  body .page .highlight-section .highlight-card .highlight-info h3,
  body .page .highlight-section .highlight-card .highlight-author,
  body .page .highlight-section .highlight-card .highlight-synopsis{
    color:#130c05 !important;
    -webkit-text-fill-color:#130c05 !important;
    text-shadow:none !important;
    filter:none !important;
    opacity:1 !important;
    mix-blend-mode:normal !important;
  }

  body .page .highlight-section .highlight-card .highlight-author,
  body .page .highlight-section .highlight-card .highlight-synopsis{
    color:rgba(19,12,5,.86) !important;
    -webkit-text-fill-color:rgba(19,12,5,.86) !important;
    font-weight:650 !important;
  }

  body .page .highlight-section .highlight-card .highlight-badge,
  body .page .highlight-section .highlight-card .highlight-price,
  body .page .highlight-section .highlight-card .highlight-btn{
    background:#0a0604 !important;
    background-color:#0a0604 !important;
    background-image:none !important;
    color:#f3d98c !important;
    -webkit-text-fill-color:#f3d98c !important;
    border-color:#0a0604 !important;
    filter:none !important;
    opacity:1 !important;
    mix-blend-mode:normal !important;
    forced-color-adjust:none !important;
  }

  body .page .highlight-section .highlight-card .highlight-btn{
    box-shadow:0 12px 24px rgba(0,0,0,.24) !important;
  }

  /* Cupom do destaque permanece escuro */
  body .page .highlight-section .highlight-coupon{
    background:#0c0809 !important;
    background-color:#0c0809 !important;
    background-image:none !important;
    color:#eee4d1 !important;
    border-color:rgba(211,181,111,.16) !important;
    filter:none !important;
    opacity:1 !important;
    mix-blend-mode:normal !important;
  }

  body .page .highlight-section .highlight-coupon span{
    color:rgba(211,181,111,.82) !important;
    -webkit-text-fill-color:rgba(211,181,111,.82) !important;
  }

  body .page .highlight-section .highlight-coupon strong{
    color:#eee4d1 !important;
    -webkit-text-fill-color:#eee4d1 !important;
  }

  body .page .highlight-section .highlight-coupon p{
    color:rgba(238,228,209,.62) !important;
    -webkit-text-fill-color:rgba(238,228,209,.62) !important;
  }

  /* Proporção estável da capa do destaque */
  body .page .highlight-section .highlight-card .highlight-cover{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:auto !important;
    min-height:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:156px !important;
    min-height:156px !important;
    max-height:156px !important;
    aspect-ratio:2 / 3 !important;
    padding:0 !important;
    display:block !important;
    overflow:hidden !important;
    border-color:rgba(19,12,5,.28) !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
  }
}

@media only screen and (max-width: 430px){
  body .page .highlight-section .highlight-card{
    grid-template-columns:96px 1fr !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
  }

  body .page .highlight-section .highlight-card .highlight-cover .cover-wrap{
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
    height:144px !important;
    min-height:144px !important;
    max-height:144px !important;
  }
}

/* === CORREÇÃO FINAL — MOBILE COM AS MESMAS CORES DO PC, SEM ALTERAR RESPONSIVIDADE ===
   Mantém o bloco dourado sólido no celular e trava as cores dos demais blocos
   para impedir variações por navegador, modo escuro automático ou renderização mobile.
*/
@media only screen and (max-width: 900px){
  html{
    color-scheme: dark !important;
    background:#070506 !important;
  }

  body{
    background:
      radial-gradient(circle at 18% 0%, rgba(58,21,27,.32), transparent 25%),
      radial-gradient(circle at 90% 12%, rgba(184,146,74,.11), transparent 20%),
      linear-gradient(180deg,#050405 0%,#100609 52%,#060405 100%) !important;
    color:#eee4d1 !important;
    forced-color-adjust:none !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  body .page,
  body .hero,
  body .toolbar,
  body .search,
  body .notice,
  body .highlight-card,
  body .highlight-coupon,
  body .coupon-panel,
  body .coupon,
  body .book-card,
  body .articles-accordion,
  body .help,
  body .footer{
    forced-color-adjust:none !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    filter:none !important;
    mix-blend-mode:normal !important;
    opacity:1 !important;
  }

  body .page .hero{
    background:linear-gradient(180deg, rgba(18,13,13,.96), rgba(8,5,6,.96)) !important;
    color:#eee4d1 !important;
    border-color:rgba(238,228,209,.08) !important;
    box-shadow:0 20px 48px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.03) !important;
  }

  body .page .brand-pill,
  body .page .search span,
  body .page .section-kicker,
  body .page .coupon-code,
  body .page .article-number,
  body .page .scroll-cue span{
    color:#d5b56a !important;
    -webkit-text-fill-color:#d5b56a !important;
  }

  body .page h1,
  body .page .section-title,
  body .page .book-title,
  body .page .articles-accordion summary,
  body .page .article-info strong,
  body .page .help h3{
    color:#eee4d1 !important;
    -webkit-text-fill-color:#eee4d1 !important;
  }

  body .page .subtitle,
  body .page .book-author,
  body .page .synopsis,
  body .page .article-info span,
  body .page .help ol,
  body .page .footer{
    color:rgba(238,228,209,.64) !important;
    -webkit-text-fill-color:rgba(238,228,209,.64) !important;
  }

  body .page .toolbar{
    background:rgba(10,7,7,.72) !important;
    border-color:rgba(211,181,111,.13) !important;
    color:#eee4d1 !important;
  }

  body .page .search{
    background:rgba(0,0,0,.24) !important;
    border-color:rgba(211,181,111,.14) !important;
  }

  body .page .search input{
    background:transparent !important;
    color:#eee4d1 !important;
    -webkit-text-fill-color:#eee4d1 !important;
  }

  body .page .chip,
  body .page .tab-link{
    background:rgba(211,181,111,.045) !important;
    color:rgba(238,228,209,.70) !important;
    -webkit-text-fill-color:rgba(238,228,209,.70) !important;
    border-color:rgba(211,181,111,.14) !important;
  }

  body .page .chip.active,
  body .page .tab-link.active,
  body .page .tab-link:hover,
  body .page .mini-action,
  body .page .article-download,
  body .page .download-free{
    background:linear-gradient(135deg,#dfc278,#ad7935) !important;
    color:#1b1008 !important;
    -webkit-text-fill-color:#1b1008 !important;
    border-color:rgba(255,255,255,.12) !important;
  }

  body .page .notice{
    background:
      radial-gradient(circle at 8% 50%, rgba(255,255,255,.26), transparent 24%),
      linear-gradient(135deg,#efe0bd 0%,#d8bd83 48%,#c9a865 100%) !important;
    color:#160e07 !important;
    border-color:rgba(80,48,13,.28) !important;
  }

  body .page .notice-text strong,
  body .page .notice-text span{
    color:#160e07 !important;
    -webkit-text-fill-color:#160e07 !important;
  }

  /* ESTE É O PONTO PRINCIPAL: mantém o mobile dourado sólido, como solicitado */
  body .page .highlight-section .highlight-card,
  body .page .highlight-card{
    background:#dfbd68 !important;
    background-color:#dfbd68 !important;
    background-image:none !important;
    color:#130c05 !important;
    border-color:#7c541e !important;
    box-shadow:0 22px 54px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.10) inset !important;
    color-scheme:only light !important;
  }

  body .page .highlight-card::before{
    border-color:rgba(19,12,5,.18) !important;
  }

  body .page .highlight-card .highlight-info h3,
  body .page .highlight-card .highlight-author,
  body .page .highlight-card .highlight-synopsis{
    color:#130c05 !important;
    -webkit-text-fill-color:#130c05 !important;
    text-shadow:none !important;
  }

  body .page .highlight-card .highlight-author,
  body .page .highlight-card .highlight-synopsis{
    color:rgba(19,12,5,.86) !important;
    -webkit-text-fill-color:rgba(19,12,5,.86) !important;
  }

  body .page .highlight-card .highlight-badge,
  body .page .highlight-card .highlight-price,
  body .page .highlight-card .highlight-btn{
    background:#0a0604 !important;
    background-color:#0a0604 !important;
    background-image:none !important;
    color:#f3d98c !important;
    -webkit-text-fill-color:#f3d98c !important;
    border-color:#0a0604 !important;
  }

  body .page .highlight-coupon,
  body .page .coupon-panel,
  body .page .articles-accordion,
  body .page .help,
  body .page .book-card{
    background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94)) !important;
    color:#eee4d1 !important;
    border-color:rgba(211,181,111,.14) !important;
  }

  body .page .highlight-coupon span,
  body .page .coupon-panel .section-kicker{
    color:rgba(211,181,111,.82) !important;
    -webkit-text-fill-color:rgba(211,181,111,.82) !important;
  }

  body .page .highlight-coupon strong,
  body .page .coupon-title{
    color:#eee4d1 !important;
    -webkit-text-fill-color:#eee4d1 !important;
  }

  body .page .highlight-coupon p,
  body .page .coupon-copy{
    color:rgba(238,228,209,.62) !important;
    -webkit-text-fill-color:rgba(238,228,209,.62) !important;
  }

  body .page .coupon{
    background:rgba(211,181,111,.045) !important;
    color:#eee4d1 !important;
    border-color:rgba(211,181,111,.28) !important;
  }

  body .page .badge{
    background:rgba(211,181,111,.085) !important;
    color:#d5b56a !important;
    -webkit-text-fill-color:#d5b56a !important;
    border-color:rgba(211,181,111,.16) !important;
  }

  body .page .critic{
    background:rgba(111,159,100,.12) !important;
    color:#9fd18f !important;
    -webkit-text-fill-color:#9fd18f !important;
    border-color:rgba(159,209,143,.25) !important;
  }

  body .page .price{
    background:rgba(211,181,111,.10) !important;
    color:#d5b56a !important;
    -webkit-text-fill-color:#d5b56a !important;
    border-color:rgba(211,181,111,.26) !important;
  }

  body .page .btn,
  body .page .read-more{
    background:rgba(238,228,209,.035) !important;
    color:rgba(238,228,209,.70) !important;
    -webkit-text-fill-color:rgba(238,228,209,.70) !important;
    border-color:rgba(211,181,111,.13) !important;
  }
}

/* =========================================================
   TRAVA FINAL — BOTÃO "VER CUPONS"
   Mantém o botão preto em todos os navegadores e celulares,
   sem alterar os botões de download/compra.
   ========================================================= */
body .page .notice .mini-action,
body .page .notice a.mini-action,
body .page a.mini-action[href="#cupons"]{
  background:#0c0704 !important;
  background-color:#0c0704 !important;
  background-image:none !important;
  color:#f1d58a !important;
  -webkit-text-fill-color:#f1d58a !important;
  border-color:rgba(0,0,0,.34) !important;
  box-shadow:0 12px 24px rgba(0,0,0,.20) !important;
  filter:none !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  color-scheme:only light !important;
  forced-color-adjust:none !important;
}

/* =========================================================
   TRAVA ABSOLUTA DE CORES + DIFERENCIAÇÃO DA ESTANTE SELETA
   Não altera estrutura, tamanhos, espaçamentos ou responsividade.
   Apenas fixa paleta e diferencia livros cadastrados em Estante Seleta.
   ========================================================= */
:root{
  --ce-bg-lock:#070506;
  --ce-body-top:#050405;
  --ce-body-mid:#100609;
  --ce-body-bottom:#060405;
  --ce-panel-lock:#120d0d;
  --ce-panel-deep:#070505;
  --ce-panel-soft:#0a0707;
  --ce-ivory-lock:#eee4d1;
  --ce-ivory-muted:rgba(238,228,209,.64);
  --ce-ivory-soft:rgba(238,228,209,.70);
  --ce-gold-lock:#d5b56a;
  --ce-gold-button-1:#dfc278;
  --ce-gold-button-2:#ad7935;
  --ce-gold-dark:#1b1008;
  --ce-green-lock:#9fd18f;
  --ce-line-lock:rgba(211,181,111,.14);
  --ce-line-soft-lock:rgba(238,228,209,.08);
  --ce-black-button:#0c0704;
  --ce-black-button-text:#f1d58a;
  --ce-seleta-top:#201711;
  --ce-seleta-bottom:#130c08;
  --ce-seleta-border:rgba(213,181,106,.28);
  --ce-seleta-inner:rgba(213,181,106,.12);
}

html,
body{
  background-color:var(--ce-bg-lock) !important;
  color:var(--ce-ivory-lock) !important;
  color-scheme:dark !important;
  forced-color-adjust:none !important;
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(58,21,27,.32), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(184,146,74,.11), transparent 20%),
    linear-gradient(180deg,var(--ce-body-top) 0%,var(--ce-body-mid) 52%,var(--ce-body-bottom) 100%) !important;
}

body .page,
body .hero,
body .toolbar,
body .search,
body .notice,
body .highlight-card,
body .highlight-coupon,
body .coupon-panel,
body .coupon,
body .book-card,
body .articles-accordion,
body .help,
body .footer,
body .btn,
body .mini-action,
body .highlight-btn,
body .highlight-coupon-btn,
body .badge,
body .critic,
body .price,
body .tag,
body .chip,
body .tab-link{
  forced-color-adjust:none !important;
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  opacity:1 !important;
}

body .page .hero,
body .page .toolbar,
body .page .highlight-coupon,
body .page .coupon-panel,
body .page .articles-accordion,
body .page .help{
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94)) !important;
  color:var(--ce-ivory-lock) !important;
  border-color:var(--ce-line-lock) !important;
}

body .page .search{
  background:rgba(0,0,0,.24) !important;
  color:var(--ce-ivory-lock) !important;
  border-color:var(--ce-line-lock) !important;
}

body .page .search input{
  background:transparent !important;
  color:var(--ce-ivory-lock) !important;
  -webkit-text-fill-color:var(--ce-ivory-lock) !important;
}

body .page h1,
body .page .section-title,
body .page .book-title,
body .page .articles-accordion summary,
body .page .article-info strong,
body .page .help h3{
  color:var(--ce-ivory-lock) !important;
  -webkit-text-fill-color:var(--ce-ivory-lock) !important;
}

body .page .subtitle,
body .page .book-author,
body .page .synopsis,
body .page .article-info span,
body .page .help ol,
body .page .footer{
  color:var(--ce-ivory-muted) !important;
  -webkit-text-fill-color:var(--ce-ivory-muted) !important;
}

body .page .brand-pill,
body .page .search span,
body .page .section-kicker,
body .page .kicker,
body .page .coupon-code,
body .page .article-number,
body .page .scroll-cue span,
body .page .read-more{
  color:var(--ce-gold-lock) !important;
  -webkit-text-fill-color:var(--ce-gold-lock) !important;
}

body .page #catalogLivre .book-card{
  background:linear-gradient(180deg,rgba(18,13,13,.95),rgba(7,5,5,.95)) !important;
  color:var(--ce-ivory-lock) !important;
  border-color:rgba(238,228,209,.075) !important;
  box-shadow:0 16px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.026) !important;
}

body .page #catalogLivre .book-card::before{
  border-color:rgba(211,181,111,.055) !important;
}

/* Todo livro cadastrado em categoria "Estante Seleta" fica levemente mais claro. */
body .page #catalogSeleta .book-card{
  background:linear-gradient(180deg,var(--ce-seleta-top),var(--ce-seleta-bottom)) !important;
  color:var(--ce-ivory-lock) !important;
  border-color:var(--ce-seleta-border) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.045) !important;
}

body .page #catalogSeleta .book-card::before{
  border-color:var(--ce-seleta-inner) !important;
}

body .page .badge-free{
  background:rgba(111,159,100,.12) !important;
  color:var(--ce-green-lock) !important;
  -webkit-text-fill-color:var(--ce-green-lock) !important;
  border-color:rgba(159,209,143,.25) !important;
}

body .page .badge-paid,
body .page .price{
  background:rgba(211,181,111,.10) !important;
  color:var(--ce-gold-lock) !important;
  -webkit-text-fill-color:var(--ce-gold-lock) !important;
  border-color:rgba(211,181,111,.26) !important;
}

body .page .critic,
body .page .tag{
  background:rgba(238,228,209,.035) !important;
  color:var(--ce-ivory-soft) !important;
  -webkit-text-fill-color:var(--ce-ivory-soft) !important;
  border-color:rgba(238,228,209,.10) !important;
}

body .page .chip,
body .page .tab-link{
  background:rgba(211,181,111,.045) !important;
  color:var(--ce-ivory-soft) !important;
  -webkit-text-fill-color:var(--ce-ivory-soft) !important;
  border-color:var(--ce-line-lock) !important;
}

body .page .chip.active,
body .page .tab-link.active,
body .page .tab-link:hover,
body .page .btn.primary,
body .page .download-free,
body .page .article-download{
  background:linear-gradient(135deg,var(--ce-gold-button-1),var(--ce-gold-button-2)) !important;
  color:var(--ce-gold-dark) !important;
  -webkit-text-fill-color:var(--ce-gold-dark) !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.20) !important;
}

body .page .notice .mini-action,
body .page .notice a.mini-action,
body .page a.mini-action[href="#cupons"]{
  background:var(--ce-black-button) !important;
  background-color:var(--ce-black-button) !important;
  background-image:none !important;
  color:var(--ce-black-button-text) !important;
  -webkit-text-fill-color:var(--ce-black-button-text) !important;
  border-color:rgba(0,0,0,.34) !important;
  box-shadow:0 12px 24px rgba(0,0,0,.20) !important;
}

body .page .highlight-card,
body .page .highlight-section .highlight-card{
  background:#dfbd68 !important;
  background-color:#dfbd68 !important;
  background-image:none !important;
  color:#130c05 !important;
  border-color:#7c541e !important;
  color-scheme:only light !important;
}

body .page .highlight-card .highlight-info h3,
body .page .highlight-card .highlight-author,
body .page .highlight-card .highlight-synopsis{
  color:#130c05 !important;
  -webkit-text-fill-color:#130c05 !important;
}

body .page .highlight-card .highlight-badge,
body .page .highlight-card .highlight-price,
body .page .highlight-card .highlight-btn{
  background:#0a0604 !important;
  background-color:#0a0604 !important;
  background-image:none !important;
  color:#f3d98c !important;
  -webkit-text-fill-color:#f3d98c !important;
  border-color:#0a0604 !important;
}

@media only screen and (max-width:900px){
  body .page #catalogLivre .book-card{
    background:linear-gradient(180deg,rgba(18,13,13,.95),rgba(7,5,5,.95)) !important;
    border-color:rgba(238,228,209,.075) !important;
  }

  body .page #catalogSeleta .book-card{
    background:linear-gradient(180deg,var(--ce-seleta-top),var(--ce-seleta-bottom)) !important;
    border-color:var(--ce-seleta-border) !important;
  }

  body .page .notice .mini-action,
  body .page .notice a.mini-action,
  body .page a.mini-action[href="#cupons"]{
    background:var(--ce-black-button) !important;
    background-color:var(--ce-black-button) !important;
    background-image:none !important;
    color:var(--ce-black-button-text) !important;
    -webkit-text-fill-color:var(--ce-black-button-text) !important;
  }
}


/* === PROTÓTIPO REVISADO: VITRINE + CATEGORIAS EM SANFONA === */
.section-subtitle-inline{
  margin:8px 0 0;
  color:rgba(238,228,209,.62);
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(1.06rem,3.6vw,1.42rem);
  line-height:1.18;
}

.preview-books{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.preview-books .book-card{
  min-height:100%;
}

.preview-card .synopsis{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.preview-card.expanded .synopsis{
  display:block!important;
  -webkit-line-clamp:unset!important;
  overflow:visible!important;
}

.catalog .read-more{
  display:none!important;
}

.catalog .synopsis{
  display:block!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow:visible!important;
}

.catalog-accordion{
  border-radius:22px;
  border:1px solid rgba(211,181,111,.15);
  background:linear-gradient(180deg,rgba(18,13,13,.94),rgba(7,5,5,.94));
  box-shadow:0 16px 42px rgba(0,0,0,.24);
  overflow:hidden;
  forced-color-adjust:none;
}

.catalog-accordion + .catalog-accordion{margin-top:12px}

.catalog-accordion summary{
  list-style:none;
  cursor:pointer;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  color:var(--ivory);
  border-bottom:1px solid rgba(211,181,111,.10);
  user-select:none;
}

.catalog-accordion summary::-webkit-details-marker{display:none}

.catalog-accordion summary span{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.catalog-accordion summary strong{
  font-family:"Cormorant Garamond",serif;
  color:var(--gold2);
  font-size:1.58rem;
  line-height:1;
  letter-spacing:-.015em;
}

.catalog-accordion summary small{
  color:rgba(238,228,209,.54);
  font-size:11.5px;
  line-height:1.3;
  font-weight:700;
}

.catalog-accordion summary i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(211,181,111,.18);
  background:rgba(211,181,111,.065);
  color:rgba(213,181,106,.92);
  font-style:normal;
  font-family:"Cinzel",serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}

.catalog-accordion summary::after{
  content:"";
  width:10px;
  height:10px;
  flex:0 0 auto;
  border-right:2px solid var(--gold2);
  border-bottom:2px solid var(--gold2);
  transform:rotate(45deg) translateY(-3px);
  transition:transform .28s ease;
  margin-left:2px;
}

.catalog-accordion[open] summary::after{
  transform:rotate(225deg) translateY(-2px);
}

.catalog-accordion-panel{
  padding:12px;
}

.library-accordion-section + .articles-section{
  margin-top:12px;
}

@media (min-width:760px){
  .preview-books .book-card{
    grid-template-columns:128px 1fr;
  }
}

@media (max-width:560px){
  .preview-books{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding:3px 10px 12px;
    margin-inline:-10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .preview-books::-webkit-scrollbar{display:none}

  .preview-books .book-card{
    min-width:88vw;
    scroll-snap-align:center;
  }

  .catalog-accordion summary{
    min-height:66px;
    padding:13px 12px;
    gap:10px;
  }

  .catalog-accordion summary strong{
    font-size:1.35rem;
  }

  .catalog-accordion summary small{
    font-size:10.8px;
  }

  .catalog-accordion summary i{
    min-height:27px;
    padding:0 8px;
    font-size:8px;
    letter-spacing:.07em;
  }

  .catalog-accordion-panel{
    padding:10px;
  }
}
