/* clubes.css — Clube do Livro. Admin: listagem + edição de clubes/leituras; componentes de capa.
   Reusa as classes compartilhadas: aev-* (admin-eventos), criar-* / input / btn (formulários),
   admin-chip / rgc-modal-overlay / parc-form-* (parceiros). Aqui ficam só as classes .clube-*. */

/* ── Capa do clube (componente ClubeCover) ── */
.clube-cover {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.clube-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.clube-cover-estrela {
    position: absolute; top: -18px; right: -8px;
    font-size: 60px; line-height: 1; color: rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

/* ── Capa de livro (componente LivroCapa) ── */
.livro-capa {
    aspect-ratio: 2 / 3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    flex-shrink: 0;
}
.livro-capa img { width: 100%; height: 100%; object-fit: cover; display: block; }
.livro-capa-lombada {
    position: absolute; top: 0; bottom: 0; left: 15%;
    width: 1.5px; background: rgba(0, 0, 0, 0.12);
}
.livro-capa-titulo {
    position: relative; z-index: 1;
    font-family: 'Zodiak', serif; font-style: italic; font-weight: 700;
    color: #fff; font-size: 13px; line-height: 1.15;
    padding: 10px 9px; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* ── Listagem admin ── */
.clube-adm-lista { display: flex; flex-direction: column; gap: 16px; }
.clube-adm-card {
    display: flex; align-items: stretch;
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); min-height: 150px;
}
.clube-adm-body { flex: 1; min-width: 0; padding: 18px 22px; display: flex; flex-direction: column; }
.clube-adm-titulo-linha { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; flex-wrap: wrap; }
.clube-adm-nome { font-family: 'Zodiak', serif; font-size: 20px; font-weight: 700; color: #2b2318; margin: 0; }
.clube-adm-meta { font-size: 13px; color: #6b5f50; line-height: 1.5; margin: 0 0 14px; }
.clube-adm-nums { display: flex; align-items: center; gap: 18px; margin-top: auto; flex-wrap: wrap; }
.clube-adm-num { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #6b5f50; font-weight: 600; }
.clube-adm-acoes {
    display: flex; flex-direction: column; justify-content: center; gap: 8px;
    padding: 0 18px; border-left: 1px solid rgba(132, 153, 183, 0.12);
}

/* chip laranja (livro do mês) — complementa admin-chip / .oliva já existentes */
.admin-chip.laranja { background: rgba(255, 110, 31, 0.12); color: #d45800; }

/* botão suave (design system "Suave") — lavanda */
.btn-suave { background: #f5ecff; color: #9b59d6; border: none; }
.btn-suave:hover { background: #efe0ff; }

/* ── Formulário de edição ── */
.clube-form-sec {
    background: #fff; border-radius: 18px; padding: 20px 22px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); margin-bottom: 18px;
}
.clube-form-sec-titulo { font-family: 'Zodiak', serif; font-size: 16px; font-weight: 700; color: #2b2318; margin-bottom: 16px; }
.clube-form-identidade { display: flex; gap: 20px; flex-wrap: wrap; }
.clube-form-cover { width: 160px; height: 108px; border-radius: 14px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
.clube-form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.clube-form-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.clube-form-sub { font-size: 12px; font-weight: 700; color: #8499b7; letter-spacing: 0.06em; text-transform: uppercase; margin: 6px 0 2px; }

/* ── Leituras ── */
.clube-livros-head { display: flex; align-items: center; justify-content: space-between; margin: 26px 0 14px; }
.clube-livros-vazio {
    background: #fff; border-radius: 16px; padding: 28px; text-align: center;
    color: #8499b7; font-size: 14px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.clube-livros-tabela { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }
.clube-livro-row {
    display: grid; grid-template-columns: 2.6fr 1.6fr 1fr 110px; gap: 12px;
    padding: 12px 18px; border-bottom: 1px solid rgba(132, 153, 183, 0.10); align-items: center;
}
.clube-livro-row.head {
    background: #faf7ee; border-bottom: 1.5px solid rgba(132, 153, 183, 0.15);
    font-size: 11px; font-weight: 700; color: #8499b7; letter-spacing: 0.05em; text-transform: uppercase;
}
.clube-livro-row.atual { background: #fff8f3; }
.clube-livro-row:last-child { border-bottom: none; }
.clube-livro-titulo { display: flex; align-items: center; gap: 12px; min-width: 0; }
.clube-livro-nome { font-family: 'Zodiak', serif; font-size: 15px; font-weight: 700; color: #2b2318; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clube-livro-autor { font-size: 13px; color: #6b5f50; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clube-livro-mes { font-size: 13px; color: #8499b7; }

/* ── Modal de leitura ── */
.clube-livro-modal {
    background: #fff; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    max-width: 720px; width: 100%; max-height: 90vh; display: flex; flex-direction: column;
}
.clube-livro-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(132, 153, 183, 0.15); }
.clube-livro-modal-x { background: none; border: none; font-size: 18px; color: #8499b7; cursor: pointer; line-height: 1; }
.clube-livro-modal-body { display: flex; gap: 20px; padding: 20px; overflow-y: auto; flex-wrap: wrap; }
.clube-livro-modal-capa { width: 140px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.clube-livro-modal-capa .livro-capa { width: 100%; }
.clube-livro-modal-campos { flex: 1; min-width: 260px; display: flex; flex-direction: column; gap: 12px; }
.clube-livro-modal-acoes { display: flex; justify-content: flex-end; gap: 8px; padding: 16px 20px; border-top: 1px solid rgba(132, 153, 183, 0.15); }

/* ── Mimos ── */
.clube-mimos { display: flex; flex-direction: column; gap: 8px; }
.clube-mimo { display: grid; grid-template-columns: 1fr 1.4fr 34px; gap: 8px; align-items: center; }

/* ── Responsivo ── */
@media (max-width: 720px) {
    .clube-adm-card { flex-direction: column; }
    .clube-adm-card .clube-cover { width: 100% !important; height: 92px !important; }
    .clube-adm-acoes { flex-direction: row; border-left: none; border-top: 1px solid rgba(132, 153, 183, 0.12); padding: 12px 18px; }
    .clube-form-row2, .clube-form-row3 { grid-template-columns: 1fr; }
    .clube-livro-row { grid-template-columns: 1fr auto; }
    .clube-livro-row .clube-livro-autor, .clube-livro-row .clube-livro-mes { display: none; }
    .clube-livro-row.head { display: none; }
    .clube-mimo { grid-template-columns: 1fr 34px; }
}

/* ══════════ Membra: vitrine + detalhe + paywall (fase 2) ══════════ */

/* ── Vitrine v2 (listagem elegante: faixa de números + cards full-width "lendo agora") ── */
.clube-lst-page { position: relative; overflow: hidden; }
.clube-lst-spark { position: absolute; color: #b4b536; animation: clubeSparkle 3s ease-in-out infinite; pointer-events: none; }
.clube-lst-spark.s1 { top: 6px; right: 40px; font-size: 26px; }
.clube-lst-spark.s2 { top: 90px; right: 170px; font-size: 13px; color: #ddb1f7; animation-duration: 4.5s; }
.clube-lst-wrap { max-width: 920px; margin: 0 auto; position: relative; }

/* Header: badge + título + subtítulo | faixa de números do programa */
.clube-lst-head { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.clube-lst-head-txt { flex: 1; min-width: 260px; }
.clube-lst-selo {
    display: inline-block; background: linear-gradient(135deg, #ddb1f7, #ff6e1f); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em; border-radius: 50px; padding: 4px 13px;
}
.clube-lst-h1 { font-family: 'Zodiak', serif; font-size: 32px; font-weight: 700; color: #2b2318; margin: 10px 0 4px; }
.clube-lst-sub { font-size: 14px; color: #8499b7; margin: 0; }
.clube-lst-stats {
    display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 16px;
    padding: 13px 18px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.clube-lst-stat { text-align: center; }
.clube-lst-stat-num { font-family: 'Zodiak', serif; font-size: 18px; font-weight: 700; color: #2b2318; line-height: 1; }
.clube-lst-stat-lbl { font-size: 10px; color: #8499b7; margin-top: 3px; }
.clube-lst-stat-div { width: 1px; height: 28px; background: rgba(132, 153, 183, 0.25); }

.clube-lst-vazio {
    background: #fff; border-radius: 16px; padding: 40px 24px; text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.clube-lst-lista { display: flex; flex-direction: column; gap: 18px; }

/* Card full-width (é um <button>: zera o estilo nativo) */
.clube-lst-card {
    display: flex; align-items: stretch; width: 100%; text-align: left; font: inherit; color: inherit;
    background: #fff; border: none; border-radius: 20px; overflow: hidden; cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07); min-height: 170px; padding: 0;
    transition: transform .2s, box-shadow .2s;
}
.clube-lst-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12); }

/* Painel esquerdo: livro do mês inclinado sobre o gradiente do clube */
.clube-lst-capa {
    width: 210px; flex-shrink: 0; position: relative; overflow: hidden;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.clube-lst-capa-spark { position: absolute; top: 10px; right: 12px; font-size: 16px; color: rgba(255, 255, 255, 0.35); }
.clube-lst-livro {
    width: 88px; height: 128px; border-radius: 7px; background: rgba(43, 35, 24, 0.85);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3); transform: rotate(-3deg); overflow: hidden;
    display: flex; flex-direction: column; justify-content: flex-end; padding: 10px 9px 12px 18px;
    margin-bottom: 14px; position: relative;
}
.clube-lst-livro::before { content: ""; position: absolute; top: 0; left: 10px; bottom: 0; width: 1.5px; background: rgba(255, 255, 255, 0.15); }
/* Capa real do livro (quando há CapaPath) — mesmo slot inclinado do card estilizado. */
.clube-lst-livro-capa { width: 88px; transform: rotate(-3deg); margin-bottom: 14px; border-radius: 7px; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3); }
.clube-lst-livro-capa .livro-capa { border-radius: 7px; box-shadow: none; }
.clube-lst-livro-tit { font-family: 'Zodiak', serif; font-style: italic; font-size: 11.5px; font-weight: 700; color: #f6f2e3; line-height: 1.15; }
.clube-lst-livro-aut { font-size: 8px; color: rgba(246, 242, 227, 0.7); margin-top: 4px; }
.clube-lst-capa-lbl {
    position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;
    font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.9);
}

/* Corpo direito */
.clube-lst-body { flex: 1; min-width: 0; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.clube-lst-chips { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.clube-lst-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; border-radius: 50px; padding: 5px 11px; white-space: nowrap; }
.clube-lst-chip.assinante { background: rgba(180, 181, 54, 0.14); color: #5c5e00; }
.clube-lst-chip.genero { background: #f5ecff; color: #9b59d6; font-weight: 600; }
.clube-lst-nome { font-family: 'Zodiak', serif; font-size: 21px; font-weight: 700; color: #2b2318; margin: 0 0 3px; }
.clube-lst-desc { font-size: 13px; color: #6b5f50; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.clube-lst-rodape { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 2px; }
.clube-lst-membras { display: flex; align-items: center; gap: 8px; }
.clube-lst-avatares { display: flex; }
.clube-lst-avatares span { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; }
.clube-lst-avatares span:nth-child(1) { background: #ddb1f7; }
.clube-lst-avatares span:nth-child(2) { background: #b4b536; margin-left: -8px; }
.clube-lst-avatares span:nth-child(3) { background: #8499b7; margin-left: -8px; }
.clube-lst-membras-num { font-size: 12.5px; color: #6b5f50; font-weight: 600; }
.clube-lst-encontro { font-size: 12.5px; color: #8499b7; display: inline-flex; align-items: center; gap: 5px; }
.clube-lst-espaco { flex: 1; }
.clube-lst-preco-cta { display: flex; align-items: center; gap: 12px; }
.clube-lst-preco { text-align: right; white-space: nowrap; }
.clube-lst-preco span { font-family: 'Zodiak', serif; font-size: 19px; font-weight: 700; color: #ff6e1f; }
.clube-lst-preco small { font-size: 11px; color: #8499b7; }
.clube-lst-cta { border-radius: 50px; padding: 10px 20px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.clube-lst-cta.primaria { background: #ff6e1f; color: #fff; box-shadow: 0 4px 14px rgba(255, 110, 31, 0.3); }
.clube-lst-cta.secundaria { background: #ddb1f7; color: #2b2318; box-shadow: 0 4px 12px rgba(221, 177, 247, 0.4); }
.clube-lst-card:hover .clube-lst-cta { opacity: .92; }

/* Responsivo: painel do livro vira faixa superior; rodapé quebra em duas linhas */
@media (max-width: 720px) {
    .clube-lst-card { flex-direction: column; }
    .clube-lst-capa { width: 100%; height: 128px; flex-direction: row; gap: 14px; }
    .clube-lst-livro { min-height: 96px; height: 96px; width: 66px; margin-bottom: 0; }
    .clube-lst-livro-capa { width: 66px; margin-bottom: 0; }
    .clube-lst-capa-lbl { bottom: 8px; }
    .clube-lst-desc { white-space: normal; }
    .clube-lst-espaco { display: none; flex-basis: 100%; }
    .clube-lst-preco-cta { width: 100%; justify-content: space-between; margin-top: 4px; }
}

/* ── Detalhe ── */
.clube-det-wrap { max-width: 1000px; margin: 0 auto; }
.clube-det-head { display: flex; align-items: flex-start; gap: 16px; margin: 14px 0 20px; flex-wrap: wrap; }
.clube-det-selo {
    display: inline-block; background: linear-gradient(135deg, #ddb1f7, #ff6e1f); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: 0.05em; border-radius: 50px; padding: 4px 12px;
}
.clube-det-status { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #5c5e00; font-weight: 600; margin-left: 8px; }
.clube-det-vagas { display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }
.clube-det-vagas-num { font-family: 'Zodiak', serif; font-size: 20px; font-weight: 700; color: #2b2318; line-height: 1; }
.clube-det-vagas-num span { color: #8499b7; font-size: 14px; font-weight: 400; }
.clube-det-vagas-lbl { font-size: 11px; color: #8499b7; margin-top: 3px; }

/* ── Hero (livro do mês) ── */
.clube-hero { display: flex; gap: 26px; background: #fff; border-radius: 22px; padding: 26px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); margin-bottom: 20px; flex-wrap: wrap; }
.clube-hero-capa { flex-shrink: 0; }
.clube-hero-info { flex: 1; min-width: 240px; display: flex; flex-direction: column; }
.clube-hero-titulo { font-family: 'Zodiak', serif; font-size: 26px; font-weight: 700; color: #2b2318; margin: 10px 0 4px; }
.clube-hero-sinopse { font-size: 14.5px; color: #6b5f50; line-height: 1.65; margin: 0 0 18px; }
.clube-hero-progresso { margin-bottom: 18px; }
.clube-hero-progresso-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; font-size: 12px; font-weight: 600; color: #6b5f50; }
.clube-hero-progresso-pct { color: #ff6e1f; font-weight: 700; }
.clube-hero-range { width: 100%; accent-color: #ff6e1f; cursor: pointer; }
.clube-hero-discussao { display: flex; align-items: center; gap: 13px; background: #faf7ee; border-radius: 14px; padding: 14px 16px; margin-top: auto; flex-wrap: wrap; }
.clube-hero-discussao-data { width: 52px; flex-shrink: 0; background: #ff6e1f; color: #fff; border-radius: 11px; text-align: center; padding: 8px 0; }
.clube-hero-discussao-dia { font-family: 'Zodiak', serif; font-size: 22px; font-weight: 700; line-height: 1; }
.clube-hero-discussao-mes { font-size: 9px; font-weight: 600; opacity: .85; }
.clube-hero-discussao-tit { font-family: 'Zodiak', serif; font-size: 15px; font-weight: 700; color: #2b2318; }

/* ── Ações rápidas ── */
.clube-acoes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.clube-acao { display: flex; align-items: center; gap: 12px; background: #fff; border: none; border-radius: 16px; padding: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); cursor: pointer; text-align: left; transition: box-shadow .15s; }
.clube-acao:hover:not(:disabled) { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10); }
.clube-acao:disabled { opacity: .55; cursor: default; }
.clube-acao.ativa { outline: 2px solid #ff6e1f; outline-offset: -2px; }
.clube-acao-ic { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.clube-acao-tit { display: block; font-size: 14px; font-weight: 600; color: #2b2318; }
.clube-acao-sub { display: block; font-size: 12px; color: #8499b7; }

/* ── Painéis (notas / guia) ── */
.clube-painel { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); margin-bottom: 20px; }
.clube-painel-tit { font-family: 'Zodiak', serif; font-size: 16px; font-weight: 700; color: #2b2318; margin-bottom: 12px; }
.clube-painel-texto { font-size: 14px; color: #6b5f50; line-height: 1.7; white-space: pre-wrap; margin: 0; }

/* ── Mimos (visão da membra) ── */
.clube-mimos-view { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); margin-bottom: 20px; }
.clube-mimos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.clube-mimo-card { background: #faf7ee; border-radius: 12px; padding: 12px 14px; }
.clube-mimo-nome { font-size: 14px; font-weight: 600; color: #2b2318; margin-bottom: 2px; }

/* ── Paywall ── */
.clube-paywall { background: #fff; border-radius: 22px; padding: 30px 26px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); margin-bottom: 20px; display: flex; flex-direction: column; align-items: center; }
.clube-paywall-lock { position: relative; width: 100%; max-width: 360px; height: 140px; margin-bottom: 20px; }
.clube-paywall-blur { position: absolute; inset: 0; border-radius: 16px; filter: blur(3px); opacity: .5; }
.clube-paywall-cadeado { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.clube-paywall-cadeado svg { background: #fff; border-radius: 50%; padding: 12px; width: 46px; height: 46px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15); }
.clube-paywall-preco { background: #f6f2e3; border-radius: 14px; padding: 16px 24px; text-align: center; margin-bottom: 18px; }
.clube-paywall-valor { font-family: 'Zodiak', serif; font-size: 26px; font-weight: 700; color: #ff6e1f; }
.clube-paywall-valor small { font-size: 13px; color: #8499b7; font-weight: 400; }
.clube-paywall-fila { background: rgba(180, 181, 54, 0.12); color: #5c5e00; border-radius: 12px; padding: 12px 16px; font-size: 13px; font-weight: 600; margin-bottom: 12px; text-align: center; }
.clube-paywall-vagas { font-size: 13px; color: #6b5f50; margin-bottom: 12px; }
.clube-paywall-msg { margin-top: 14px; font-size: 13px; color: #6b5f50; background: #fff3ec; border-radius: 10px; padding: 10px 14px; text-align: center; max-width: 420px; }

/* ── Histórico "já lemos juntas" ── */
.clube-hist-head { display: flex; align-items: center; justify-content: space-between; margin: 28px 0 14px; }
.clube-hist-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 16px; }
.clube-hist-item { cursor: default; }
.clube-hist-mes { font-size: 11px; color: #8499b7; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 8px; }
.clube-hist-autor { font-size: 13px; color: #6b5f50; }

@media (max-width: 720px) {
    .clube-acoes { grid-template-columns: 1fr; }
    .clube-det-head { flex-direction: column; }
}

/* ══════════ Admin: financeiro (fase 3) ══════════ */
.admin-chip.vermelho { background: rgba(232, 71, 63, 0.12); color: #e8473f; }

.clube-fin-toggles { display: flex; flex-direction: column; }
.clube-fin-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(132, 153, 183, 0.12); }
.clube-fin-toggle:last-child { border-bottom: none; }
.clube-fin-toggle-tit { font-size: 14px; font-weight: 600; color: #2b2318; }
.clube-fin-toggle-sub { font-size: 12.5px; color: #8499b7; }
.clube-fin-num { background: #faf7ee; border-radius: 14px; padding: 12px 14px; }

.clube-fin-row { display: grid; grid-template-columns: 2fr 1.1fr 1.3fr 1.1fr 130px; gap: 12px; padding: 12px 18px; border-bottom: 1px solid rgba(132, 153, 183, 0.10); align-items: center; }
.clube-fin-row.head { background: #faf7ee; border-bottom: 1.5px solid rgba(132, 153, 183, 0.15); font-size: 11px; font-weight: 700; color: #8499b7; letter-spacing: 0.05em; text-transform: uppercase; }
.clube-fin-row.atraso { border-left: 3px solid #e8473f; }
.clube-fin-row:last-child { border-bottom: none; }
.clube-fin-integrante { display: flex; align-items: center; gap: 11px; min-width: 0; }
.clube-fin-avatar { width: 38px; height: 38px; border-radius: 50%; background: #ddb1f7; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #2b2318; flex-shrink: 0; }
.clube-fin-nome { font-family: 'Zodiak', serif; font-size: 14px; font-weight: 700; color: #2b2318; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clube-fin-vencido { color: #e8473f !important; }
.clube-fin-acoes-cell { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.clube-add-manual { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: #faf7ee; border-radius: 14px; padding: 12px 16px; margin-bottom: 14px; }

@media (max-width: 720px) {
    .clube-fin-row { grid-template-columns: 1fr auto; }
    .clube-fin-row .clube-fin-nome ~ *, .clube-fin-row > div:nth-child(2), .clube-fin-row > div:nth-child(3) { display: none; }
    .clube-fin-row.head { display: none; }
}

/* ══════════ Chat permanente do clube (fase 4) ══════════ */
.clube-chat-msgs { max-height: 340px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; background: #faf7ee; border-radius: 12px; padding: 14px; margin-bottom: 12px; }
.clube-chat-msg { display: flex; gap: 10px; align-items: flex-start; }
.clube-chat-avatar { width: 32px; height: 32px; border-radius: 50%; background: #ddb1f7; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #2b2318; flex-shrink: 0; }
.clube-chat-meta { font-size: 11px; color: #8499b7; margin-bottom: 3px; }
.clube-chat-meta strong { color: #2b2318; font-weight: 600; }
.clube-chat-bolha { background: #fff; border-radius: 4px 14px 14px 14px; padding: 8px 12px; font-size: 14px; color: #2b2318; line-height: 1.45; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07); word-break: break-word; }
.clube-chat-input { display: flex; gap: 8px; align-items: center; }
.clube-chat-input .input { flex: 1; }

/* ══════════ Hero v2 + estante (direção visual v2) ══════════ */
@keyframes clubeSparkle { 0%, 100% { opacity: .25; } 50% { opacity: .6; } }

.clube-hero2 { position: relative; display: flex; gap: 34px; align-items: center; flex-wrap: wrap; padding: 10px 4px 34px; border-bottom: 1.5px solid rgba(132, 153, 183, 0.25); margin-bottom: 26px; }
.clube-hero2-spark { position: absolute; color: #b4b536; animation: clubeSparkle 3s ease-in-out infinite; pointer-events: none; }
.clube-hero2-spark.s1 { top: 0; right: 44px; font-size: 26px; }
.clube-hero2-spark.s2 { bottom: 34px; right: 180px; font-size: 14px; color: #ddb1f7; animation-duration: 4.5s; }
.clube-hero2-capa { flex-shrink: 0; transform: rotate(-2deg); filter: drop-shadow(0 0 44px rgba(255, 110, 31, 0.32)); transition: transform .25s ease; }
.clube-hero2-capa:hover { transform: translateY(-4px) rotate(0deg); }
.clube-hero2-capa .livro-capa { box-shadow: 0 22px 44px rgba(43, 35, 24, 0.3); border-radius: 10px; }
.clube-hero2-info { flex: 1; min-width: 280px; }
.clube-hero2-badges { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.clube-hero2-mes { background: #b4b536; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; border-radius: 50px; padding: 5px 13px; }
.clube-hero2-titulo { font-family: 'Zodiak', serif; font-style: italic; font-size: 44px; font-weight: 700; color: #2b2318; margin: 0 0 10px; line-height: 1.05; }
.clube-hero2-sinopse { font-size: 14px; color: #6b5f50; line-height: 1.65; margin: 0 0 20px; max-width: 380px; }
.clube-hero2-prog { max-width: 300px; margin-bottom: 16px; }
.clube-hero2-prog-top { display: flex; justify-content: space-between; margin-bottom: 6px; }
.clube-hero2-prog-top span:first-child { font-size: 11px; font-weight: 600; color: #8499b7; letter-spacing: 0.06em; }
.clube-hero2-prog-pag { font-size: 12px; font-weight: 700; color: #9b59d6; }
.clube-hero2-bar { height: 7px; border-radius: 50px; background: #e8e4da; overflow: hidden; }
.clube-hero2-bar > div { height: 100%; border-radius: 50px; background: linear-gradient(90deg, #ddb1f7, #ff6e1f); }
.clube-hero2-nota { display: flex; align-items: center; gap: 4px; margin-bottom: 16px; }
.clube-estrela { background: none; border: none; cursor: pointer; font-size: 20px; line-height: 1; color: #d8cfbf; padding: 0 1px; transition: color .12s, transform .12s; }
.clube-estrela:hover { transform: scale(1.15); }
.clube-estrela.on { color: #ff6e1f; }
.clube-hero2-acoes { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.clube-hero2-marcar { display: flex; align-items: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
/* Toggle páginas / % do "marcar página" */
.clube-marcar-modo { display: inline-flex; background: #e8e4da; border-radius: 50px; padding: 3px; }
.clube-marcar-tab { border: none; background: none; cursor: pointer; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 600; color: #6b5f50; border-radius: 50px; padding: 6px 14px; }
.clube-marcar-tab.on { background: #fff; color: #ff6e1f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12); }
.clube-hero2-confirmadas { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.clube-hero2-avatares { display: flex; }
.clube-hero2-avatares span { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #f6f2e3; margin-left: -9px; }
.clube-hero2-avatares span:first-child { margin-left: 0; }

/* Estante de lombadas */
.clube-estante-head { display: flex; align-items: baseline; justify-content: space-between; margin: 8px 0 16px; }
.clube-estante { display: flex; align-items: flex-end; gap: 12px; padding: 0 6px; flex-wrap: wrap; }
.clube-lombada-wrap { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.clube-lombada-nota { background: #fff; color: #5c5e00; font-size: 10px; font-weight: 700; border-radius: 50px; padding: 3px 9px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); white-space: nowrap; }
.clube-lombada-nota.vazia { color: #b0a898; }
.clube-lombada { width: 40px; border-radius: 4px 8px 8px 4px; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18); display: flex; align-items: center; justify-content: center; cursor: default; transition: transform .25s; padding: 8px 0; }
.clube-lombada:hover { transform: translateY(-4px) rotate(0deg) !important; }
.clube-lombada span { writing-mode: vertical-rl; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.03em; color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); white-space: nowrap; overflow: hidden; max-height: 100%; text-overflow: ellipsis; }
.clube-estante-contador { text-align: right; padding-bottom: 8px; }
.clube-estante-num { font-family: 'Zodiak', serif; font-size: 30px; font-weight: 700; color: #2b2318; line-height: 1; }
.clube-estante-prateleira { height: 10px; border-radius: 4px; background: linear-gradient(#e0d9c4, #d4ccb4); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); margin-top: -2px; }

@media (max-width: 720px) {
    .clube-hero2-titulo { font-size: 32px; }
    .clube-hero2-capa { margin: 0 auto; }
}

/* Admin v2: chips de mensalidade + stepper de vagas + chips de dias */
.clube-mens { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.clube-mens-input { display: flex; align-items: center; background: #f6f2e3; border: 1.5px solid rgba(132, 153, 183, 0.25); border-radius: 12px; overflow: hidden; }
.clube-mens-input span { background: #e8e4da; color: #6b5f50; font-size: 13px; font-weight: 700; padding: 10px 12px; }
.clube-mens-input input { width: 80px; background: transparent; border: none; padding: 10px 12px; font-family: 'Zodiak', serif; font-size: 16px; font-weight: 700; color: #2b2318; outline: none; }
.clube-mens-chip { background: #f5ecff; color: #9b59d6; border: none; border-radius: 50px; padding: 6px 11px; font-size: 12px; font-weight: 600; cursor: pointer; }
.clube-mens-chip.sel { background: #ddb1f7; color: #2b2318; font-weight: 700; }

.clube-stepper { display: inline-flex; align-items: center; background: #f6f2e3; border-radius: 50px; padding: 4px; align-self: flex-start; }
.clube-stepper button { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: none; cursor: pointer; font-size: 17px; color: #ff6e1f; font-weight: 700; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); line-height: 1; }
.clube-stepper button.mais { background: #ff6e1f; color: #fff; box-shadow: 0 2px 8px rgba(255, 110, 31, 0.35); }
.clube-stepper span { font-family: 'Zodiak', serif; font-size: 19px; font-weight: 700; color: #2b2318; min-width: 62px; text-align: center; }

.clube-dias-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.clube-dias-chip { background: #fff; color: #6b5f50; border: 1.5px solid rgba(132, 153, 183, 0.25); border-radius: 50px; padding: 7px 13px; font-size: 12.5px; font-weight: 600; cursor: pointer; }
.clube-dias-chip.sel { background: #fff3ec; color: #d45800; border-color: #ff6e1f; font-weight: 700; }
.clube-dias-hint { font-size: 11.5px; color: #8499b7; margin-top: 9px; line-height: 1.5; }
.clube-dias-hint strong { color: #d45800; }

.clube-autosave { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #faf7ee; border-radius: 14px; padding: 12px 16px; margin-top: 16px; }
.clube-autosave-status { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: #5c5e00; font-weight: 600; }
