/* ===============================================
   HUB DE FERRAMENTAS - LIZ ATELIÊ 
   =============================================== */


:root {
  --liz-hub-bg: #fff0f5;
}

/* ── BASE MOBILE-FIRST ── */
html,
body.liz-hub-page,
body.liz-hub-page #page,
body.liz-hub-page .site,
body.liz-hub-page .site-content,
body.liz-hub-page main,
body.liz-hub-page .entry-content {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  background: var(--liz-hub-bg) !important;
  min-height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

.liz-hub-container,
.liz-hub-container * {
  box-sizing: border-box;
}

/* ── CONTAINER PRINCIPAL ── */
.liz-hub-container {
  font-family: 'Inter', sans-serif;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
  background: var(--liz-hub-bg);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.liz-hub-container::before {
  content: '♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  font-size: 24px;
  color: rgba(255, 182, 193, 0.08);
  letter-spacing: 40px;
  line-height: 3;
  pointer-events: none;
  animation: floatHearts 15s ease-in-out infinite;
}

@keyframes floatHearts {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50%       { transform: translateY(-20px) rotate(2deg); }
}

/* ── CABEÇALHO ── */
.liz-hub-header {
  text-align: center;
  margin-bottom: 22px;
}

.liz-badge-destaque {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b9d, #ff8fab);
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3);
  animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3); }
  50%       { box-shadow: 0 4px 32px rgba(255, 107, 157, 0.55); }
}

.liz-hub-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #2d1b2e;
  line-height: 1.2;
  margin: 0 0 16px;
}

.liz-gradient-text {
  background: linear-gradient(135deg, #ff6b9d, #c44569);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.liz-hub-subtitle {
  font-size: 16px;
  color: #7d5a7d;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

/* ── INSTAGRAM NO HEADER (Atualizado para rosinha) ── */
.liz-header-insta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff6b9d, #ff8fab);
  color: white;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 28px;
  box-shadow: 0 6px 24px rgba(255, 107, 157, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Shimmer suave no botão do header */
.liz-header-insta::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {
  0%   { left: -100%; }
  50%, 100% { left: 160%; }
}

.liz-header-insta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 32px rgba(255, 107, 157, 0.4);
  color: white;
}

.liz-header-insta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.liz-header-insta-text strong {
  font-weight: 700;
}

.liz-header-insta-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.liz-header-insta:hover .liz-header-insta-arrow {
  transform: translateX(4px);
}

/* ── DIVISOR ── */
.liz-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.liz-heart-divider {
  color: #ff6b9d;
  font-size: 20px;
  animation: heartBeat 2s ease-in-out infinite;
}

@keyframes heartBeat {
  0%, 100% { transform: scale(1); }
  14%       { transform: scale(1.25); }
  28%       { transform: scale(1); }
  42%       { transform: scale(1.12); }
  70%       { transform: scale(1); }
}

/* ── GRID DE FERRAMENTAS ── */
.liz-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  margin-bottom: 60px;
  width: 100%;
}

/* ── CARDS ── */
.liz-tool-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 182, 193, 0.2);
  border-radius: 20px;
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 32px rgba(255, 107, 157, 0.08);
  opacity: 0;
  transform: translateY(30px);
  animation: cardEntrance 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.liz-tool-card[data-delay="0"]   { animation-delay: 0.1s; }
.liz-tool-card[data-delay="100"] { animation-delay: 0.2s; }
.liz-tool-card[data-delay="150"] { animation-delay: 0.25s; }
.liz-tool-card[data-delay="175"] { animation-delay: 0.28s; }
.liz-tool-card[data-delay="200"] { animation-delay: 0.3s; }
.liz-tool-card[data-delay="250"] { animation-delay: 0.35s; }
.liz-tool-card[data-delay="225"] { animation-delay: 0.32s; }
.liz-tool-card[data-delay="275"] { animation-delay: 0.38s; }
.liz-tool-card[data-delay="325"] { animation-delay: 0.42s; }
.liz-tool-card[data-delay="340"] { animation-delay: 0.44s; }
.liz-tool-card[data-delay="345"] { animation-delay: 0.445s; }
.liz-tool-card[data-delay="350"] { animation-delay: 0.45s; }
.liz-tool-card[data-delay="375"] { animation-delay: 0.47s; }
.liz-tool-card[data-delay="425"] { animation-delay: 0.52s; }

@keyframes cardEntrance {
  to { opacity: 1; transform: translateY(0); }
}

.liz-tool-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(255, 107, 157, 0.15);
  border-color: rgba(255, 107, 157, 0.4);
}

/* ── CARD NOVIDADE - Estilo especial para a loja ── */
.liz-card-novidade {
  border: 2px solid rgba(255, 107, 157, 0.3);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 32px rgba(255, 107, 157, 0.12);
  animation: cardEntrance 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
             novidadePulse 4s ease-in-out 1s infinite;
}

@keyframes novidadePulse {
  0%, 100% { 
    box-shadow: 0 8px 32px rgba(255, 107, 157, 0.12);
    border-color: rgba(255, 107, 157, 0.3);
  }
  50% { 
    box-shadow: 0 12px 40px rgba(255, 107, 157, 0.18);
    border-color: rgba(255, 107, 157, 0.45);
  }
}

.liz-card-novidade:hover {
  transform: translateY(-14px);
  box-shadow: 0 24px 48px rgba(255, 107, 157, 0.2);
  border-color: rgba(255, 107, 157, 0.6);
}

/* ── BADGE NOVIDADE ── */
.liz-novidade-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #ff6b9d, #c44569);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(196, 69, 105, 0.4);
  z-index: 10;
  animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {
  0%, 100% { 
    transform: translateY(0px) scale(1);
    box-shadow: 0 4px 16px rgba(196, 69, 105, 0.4);
  }
  50% { 
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(196, 69, 105, 0.5);
  }
}

.liz-card-icon {
  font-size: 48px;
  text-align: center;
  transition: transform 0.3s ease;
}

.liz-tool-card:hover .liz-card-icon {
  transform: scale(1.1) rotate(-5deg);
}

.liz-card-content { flex: 1; }

.liz-card-category {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff6b9d;
  margin-bottom: 8px;
  display: block;
}

.liz-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: #2d1b2e;
  margin: 0 0 12px;
  line-height: 1.3;
}

.liz-card-content p {
  font-size: 14px;
  color: #7d5a7d;
  line-height: 1.6;
  margin: 0;
}

.liz-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

/* Aviso rolante no rodapé do card da Loja */
.liz-card-loja {
  padding-bottom: 0;
}
.liz-card-loja .liz-card-footer {
  margin-bottom: 14px;
}
.liz-card-notice {
  margin: 0 -28px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 182, 193, 0.35);
  background: linear-gradient(90deg, rgba(255, 244, 248, 0.95), rgba(255, 236, 242, 0.98));
  overflow: hidden;
  border-radius: 0 0 18px 18px;
}
.liz-card-notice-track {
  display: flex;
  width: max-content;
  gap: 48px;
  animation: lizCardNoticeScroll 28s linear infinite;
  will-change: transform;
}
.liz-card-notice-track span {
  flex: 0 0 auto;
  padding-left: 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #9d174d;
  white-space: nowrap;
}
.liz-card-loja:hover .liz-card-notice-track {
  animation-play-state: paused;
}
@keyframes lizCardNoticeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .liz-card-notice-track {
    animation: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .liz-card-notice-track span {
    white-space: normal;
    padding: 0 16px;
    text-align: center;
  }
  .liz-card-notice-track span[aria-hidden="true"] {
    display: none;
  }
}

.liz-card-cta {
  font-size: 13px;
  font-weight: 600;
  color: #ff6b9d;
  transition: color 0.3s ease;
}

.liz-tool-card:hover .liz-card-cta { color: #c44569; }

/* Badges */
.liz-status-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.liz-status-badge.active { background: #e8f5e9; color: #4caf50; }
.liz-status-badge.beta   { background: #e3f2fd; color: #2196f3; }
.liz-status-badge.soon   { background: #fff3e0; color: #ff9800; }
.liz-status-badge.new    { background: #fce4ec; color: #c2185b; }

/* ── CORAÇÕES SALTITANTES (Ajustados para fundo claro) ── */
.liz-featured-hearts {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 16px;
  color: rgba(255, 107, 157, 0.4);
  letter-spacing: 4px;
  animation: floatHearts 3s ease-in-out infinite;
  z-index: 1;
}

/* ── FAIXA DE INTERDIÇÃO ANIMADA ── */
.liz-tape-wrapper {
  position: absolute;
  top: 38px;
  left: -10px;
  right: -10px;
  z-index: 4;
  transform: rotate(-3deg);
  overflow: hidden;
  pointer-events: none;
}

.liz-tape {
  background: linear-gradient(135deg, #ff6b9d, #c44569);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 8px 0;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(196, 69, 105, 0.4);
  animation: tapeScroll 10s linear infinite;
  display: inline-block;
  width: max-content;
}

/* Bordas serrilhadas da fita */
.liz-tape-wrapper::before,
.liz-tape-wrapper::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 3px;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 6px,
      rgba(255,255,255,0.25) 6px,
      rgba(255,255,255,0.25) 8px
    );
  z-index: 5;
}
.liz-tape-wrapper::before { top: 0; }
.liz-tape-wrapper::after  { bottom: 0; }

@keyframes tapeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── SEÇÃO INSTAGRAM (Atualizada para rosinha) ── */
.liz-instagram-section { margin-bottom: 40px; }

.liz-instagram-card {
  background: linear-gradient(135deg, #ff6b9d, #ff8fab);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 32px rgba(255, 107, 157, 0.25);
}

.liz-instagram-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 107, 157, 0.35);
  color: white;
}

.liz-insta-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.liz-insta-icon {
  font-size: 40px;
  background: rgba(255,255,255,0.25);
  border-radius: 16px;
  width: 60px; height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.liz-insta-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.liz-insta-text p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

.liz-insta-btn {
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.liz-instagram-card:hover .liz-insta-btn {
  background: rgba(255,255,255,0.4);
}

/* ── FOOTER ── */
.liz-hub-footer {
  text-align: center;
  margin-top: 20px;
}

.liz-hub-footer p {
  font-size: 13px;
  color: #b19bb1;
  margin: 0;
}

.liz-heart-pulse {
  color: #ff6b9d;
  animation: heartBeat 2s ease-in-out infinite;
}

/* ── RESPONSIVIDADE ── */
@media (max-width: 768px) {
  .liz-hub-container {
    padding-top: max(32px, env(safe-area-inset-top));
    padding-bottom: max(32px, env(safe-area-inset-bottom));
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(14px, env(safe-area-inset-right));
    border-radius: 0;
  }

  .liz-hub-header {
    margin-bottom: 18px;
  }

  .liz-hub-title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .liz-hub-title .liz-gradient-text {
    display: block;
  }

  .liz-hub-subtitle {
    font-size: 15px;
    padding: 0 4px;
  }

  .liz-tools-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
  }

  .liz-tool-card:hover,
  .liz-card-novidade:hover,
  .liz-instagram-card:hover {
    transform: none;
  }

  .liz-instagram-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
    gap: 16px;
  }

  .liz-insta-content {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .liz-insta-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .liz-header-insta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    line-height: 1.4;
  }

  .liz-header-insta-arrow {
    display: none;
  }

  .liz-hub-container::before {
    letter-spacing: 20px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .liz-hub-container {
    padding-top: max(24px, env(safe-area-inset-top));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .liz-badge-destaque {
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 7px 16px;
  }

  .liz-tool-card {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .liz-card-loja {
    padding-bottom: 0;
  }
  .liz-card-loja .liz-card-footer {
    margin-bottom: 12px;
  }

  .liz-card-icon {
    font-size: 40px;
  }

  .liz-card-content h3 {
    font-size: 19px;
  }

  .liz-card-content p {
    font-size: 13px;
  }

  .liz-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .liz-card-notice {
    margin-left: -16px;
    margin-right: -16px;
  }
  .liz-card-notice-track span {
    font-size: 11.5px;
    padding-left: 16px;
  }

  .liz-tape {
    font-size: 10px;
    padding: 6px 0;
  }

  .liz-novidade-badge {
    font-size: 9px;
    padding: 5px 10px;
    top: 12px;
    right: 12px;
  }

  .liz-insta-text h3 {
    font-size: 17px;
  }

  .liz-insta-text p {
    font-size: 13px;
  }

  .liz-hub-footer p {
    font-size: 12px;
    padding: 0 8px;
    line-height: 1.5;
  }
}

/* ══════════════════════════════════════════════════════════════
   BLOQUEIO DISCRETO - Estilo "Disponível em breve"
   ══════════════════════════════════════════════════════════════ */

.liz-gentle-locked {
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}
.liz-tool-locked {
  position: relative;
  opacity: 0.55;
  filter: grayscale(0.35);
  cursor: not-allowed;
}
.liz-tool-locked::after {
  content: '🔒';
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.9;
  pointer-events: none;
}
.liz-tool-locked:hover {
  transform: none;
}
.liz-tool-locked .liz-card-cta {
  color: #9a6b82;
}

/* Overlay translúcido cobrindo todo o card */
.liz-gentle-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(255, 248, 250, 0.20);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 2;
  pointer-events: none;
}

/* Cadeado elegante e discreto */
.liz-gentle-lock-icon {
  font-size: 32px;
  opacity: 0.9;
  filter: drop-shadow(0 2px 8px rgba(196, 69, 105, 0.15));
  animation: gentlePulse 4s ease-in-out infinite;
}

@keyframes gentlePulse {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.9; 
  }
  50% { 
    transform: scale(1.03); 
    opacity: 1; 
  }
}

/* Mensagem sutil e refinada */
.liz-gentle-lock-msg {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #c44569;
  background: rgba(255, 255, 255, 0.65);
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(196, 69, 105, 0.2);
  box-shadow: 
    0 4px 12px rgba(196, 69, 105, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Conteúdo suavemente desfocado */
.liz-gentle-blur {
  filter: blur(0.5px) grayscale(10%);
  opacity: 0.80;
  user-select: none;
}

/* Responsividade para mobile */
@media (max-width: 480px) {
  .liz-gentle-lock-icon {
    font-size: 28px;
  }
  
  .liz-gentle-lock-msg {
    font-size: 11px;
    padding: 5px 14px;
  }
}

/* ── Modal “em desenvolvimento” ── */
.liz-soon-modal[hidden] { display: none !important; }
.liz-soon-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
  background: rgba(45, 18, 40, 0.48);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: lizSoonFadeIn 0.2s ease;
}
@keyframes lizSoonFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.liz-soon-modal-card {
  position: relative;
  width: min(400px, 100%);
  padding: 28px 24px 22px;
  border-radius: 22px;
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(255, 182, 193, 0.35), transparent 55%),
    linear-gradient(165deg, #fffafc 0%, #ffffff 55%, #fff5f9 100%);
  border: 1px solid rgba(255, 107, 157, 0.28);
  box-shadow: 0 24px 60px rgba(80, 30, 60, 0.28);
  text-align: center;
  animation: lizSoonPop 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
@keyframes lizSoonPop {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.liz-soon-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #c44569;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.liz-soon-modal-close:hover {
  background: #ffe4ec;
  color: #9d174d;
}
.liz-soon-modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  background: linear-gradient(135deg, #ffe4ec, #fce7f3);
  border: 1px solid rgba(255, 107, 157, 0.28);
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.12);
}
.liz-soon-modal-kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6b9d;
}
.liz-soon-modal-card h2 {
  margin: 0 0 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 3.5vw, 1.45rem);
  color: #4a1942;
  line-height: 1.25;
}
.liz-soon-modal-text {
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #7d5a7d;
}
.liz-soon-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b9d, #e83e8c);
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(232, 62, 140, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.liz-soon-modal-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(232, 62, 140, 0.34);
}
@media (hover: none) {
  .liz-soon-modal-btn:hover { transform: none; }
}

/* ── Quiz modal ── */
.liz-quiz-modal[hidden] { display: none !important; }
.liz-quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(40, 20, 35, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
}
.liz-quiz-modal-card {
  width: min(960px, 100%);
  max-width: 100%;
  max-height: min(92vh, 900px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fffafc;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(80, 30, 60, .25);
  padding: 18px 18px 14px;
  box-sizing: border-box;
}
.liz-quiz-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}
.liz-quiz-modal-head > div { min-width: 0; flex: 1; }
.liz-quiz-modal-head h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  color: #4a1942;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.liz-quiz-modal-sub {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a6a80;
  overflow-wrap: anywhere;
}
.liz-quiz-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #9a7a90;
  cursor: pointer;
  flex-shrink: 0;
}
.liz-quiz-progress-wrap { margin: 14px 0 8px; }
.liz-quiz-progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #7a5a70;
  margin-bottom: 4px;
}
.liz-quiz-progress-bar {
  height: 8px;
  border-radius: 999px;
  background: #f3d6e4;
  overflow: hidden;
}
.liz-quiz-progress-bar i {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f472b6, #db2777);
  border-radius: 999px;
  transition: width .25s ease;
}
.liz-quiz-save-hint {
  margin: 6px 0 0;
  font-size: 11px;
  color: #a08098;
}
.liz-quiz-list { display: grid; gap: 8px; margin-top: 10px; }
.liz-quiz-list-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border: 1px solid #f0d6e4;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}
.liz-quiz-list-item button {
  border: 0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  background: #f9a8d4;
  color: #4a1942;
  font-weight: 600;
}
.liz-quiz-list-item button:disabled {
  opacity: .45;
  cursor: not-allowed;
  background: #e8d0dc;
}
.liz-quiz-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 2px 7px;
  border-radius: 999px;
  background: #fce7f3;
  color: #9d174d;
}
.liz-quiz-badge.done { background: #dcfce7; color: #166534; }
.liz-quiz-badge.draft { background: #fef3c7; color: #92400e; }
.liz-quiz-badge.locked { background: #f3f4f6; color: #6b7280; }
.liz-quiz-q {
  border-top: 1px solid #f3e0ea;
  padding: 12px 0;
  max-width: 100%;
  min-width: 0;
}
.liz-quiz-q:first-child { border-top: 0; }
.liz-quiz-q-prompt {
  font-weight: 600;
  color: #4a1942;
  margin: 0 0 8px;
  font-size: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.liz-quiz-opt {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 6px 0;
  font-size: 13px;
  color: #5b3a50;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.liz-quiz-opt span {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.liz-quiz-opt input { margin-top: 3px; flex-shrink: 0; }
.liz-quiz-opt.is-correct {
  background: #ecfdf5;
  border-color: #86efac;
  color: #166534;
}
.liz-quiz-opt.is-wrong {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}
.liz-quiz-opt.is-missed-correct {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}
.liz-quiz-opt-tag {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.liz-quiz-review-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: #7a5a70;
  overflow-wrap: anywhere;
}
.liz-quiz-q textarea,
.liz-quiz-q input[type="text"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ecd0de;
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.liz-quiz-modal-body { max-width: 100%; min-width: 0; overflow-x: hidden; }
.liz-quiz-list { max-width: 100%; }
.liz-quiz-list-item { min-width: 0; }
.liz-quiz-list-item > div:first-child { min-width: 0; overflow-wrap: anywhere; }
.liz-quiz-modal-foot {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.liz-quiz-modal-foot .btn-primary {
  border: 0;
  background: #db2777;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
}
.liz-quiz-modal-foot .btn-secondary {
  border: 1px solid #e8c0d4;
  background: #fff;
  color: #7a4a62;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}
.liz-quiz-result {
  text-align: center;
  padding: 18px 8px;
}
.liz-quiz-result strong { font-size: 1.4rem; color: #be185d; }

/* ── Gate de login (visitante) ── */
.liz-hub-gate {
  max-width: 920px;
  margin: 0 auto 22px;
  padding: 0 4px;
}
.liz-hub-gate-card {
  border-radius: 18px;
  padding: 20px 20px 18px;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255,182,208,.5), transparent 55%),
    linear-gradient(160deg, #fff8fb 0%, #ffe6f0 100%);
  border: 1px solid rgba(232, 120, 168, 0.3);
  box-shadow: 0 10px 28px rgba(190, 24, 93, 0.08);
}
.liz-hub-gate-kicker {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c0266b;
  font-weight: 700;
  margin-bottom: 6px;
}
.liz-hub-gate-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #9d174d;
  font-weight: 800;
}
.liz-hub-gate-heart {
  display: inline;
  color: #ec4899;
  font-size: 1.05em;
  margin-right: 0.35em;
  filter: drop-shadow(0 2px 4px rgba(236, 72, 153, 0.35));
}
.liz-hub-gate-sub {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #9f4568;
}
.liz-hub-gate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.liz-hub-gate-input {
  flex: 1 1 220px;
  min-width: 0;
  height: 48px;
  border-radius: 12px;
  border: 1.5px solid rgba(232, 120, 168, 0.45);
  background: #fff;
  padding: 0 14px;
  font-size: 1rem;
  color: #4b1f35;
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.liz-hub-gate-input:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.18);
}
.liz-hub-gate-btn {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 18px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(219, 39, 119, 0.28);
  transition: transform .12s ease, box-shadow .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.liz-hub-gate-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.35);
}
.liz-hub-gate-btn:active { transform: translateY(0); }
.liz-hub-gate-erro {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1f2;
  color: #be123c;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid rgba(244, 114, 182, 0.25);
}
.liz-hub-gate-erro[hidden] { display: none !important; }
.liz-hub-gate-pass {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.liz-hub-gate-pass .liz-hub-gate-input {
  flex: 0 0 auto;
  width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  box-sizing: border-box;
}
.liz-hub-gate-pass[hidden] { display: none !important; }
.liz-hub-gate-pass-label {
  font-size: 13px;
  font-weight: 700;
  color: #7a224d;
}
.liz-hub-gate-pass-hint {
  margin: 0;
  font-size: 12px;
  color: #8a6a7a;
  line-height: 1.35;
}
.liz-hub-gate-btn[disabled] {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.liz-hub-renew {
  margin: 16px 0 0;
}
.liz-hub-renew-card {
  background: #fff;
  border: 1px solid rgba(190, 24, 93, 0.16);
  border-radius: 18px;
  padding: 20px 18px 18px;
  box-shadow: 0 10px 28px rgba(157, 23, 77, 0.08);
}
.liz-hub-renew-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #be185d;
  margin-bottom: 8px;
}
.liz-hub-renew-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #831843;
  line-height: 1.25;
}
.liz-hub-renew-sub {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: #9d174d;
  line-height: 1.45;
  opacity: 0.9;
}

@media (max-width: 560px) {
  .liz-hub-gate-btn { width: 100%; }
  .liz-hub-gate-title { font-size: 1.1rem; }
}

/* ── Dashboard da aluna ── */
.liz-student-dash {
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 0 4px 8px;
}
.liz-dash-welcome {
  border-radius: 18px;
  padding: 22px 20px 18px;
  margin-bottom: 14px;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255,182,208,.45), transparent 55%),
    linear-gradient(160deg, #fff8fb 0%, #ffe6f0 100%);
  border: 1px solid rgba(232, 120, 168, 0.28);
  box-shadow: 0 10px 28px rgba(190, 24, 93, 0.08);
}
.liz-dash-welcome-kicker {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c0266b;
  font-weight: 700;
  margin-bottom: 6px;
}
.liz-dash-welcome-title {
  margin: 0 0 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: #4a1942;
  line-height: 1.25;
}
.liz-dash-welcome-block {
  margin: 0 0 14px;
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 120, 168, 0.22);
}
.liz-dash-welcome-block--trial {
  background: rgba(255, 247, 237, 0.9);
  border-color: rgba(194, 65, 12, 0.22);
}
.liz-dash-welcome-label {
  margin: 0 0 6px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  color: #be185d;
}
.liz-dash-welcome-block--trial .liz-dash-welcome-label {
  color: #c2410c;
}
.liz-dash-welcome-sub {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #8a5a72;
  line-height: 1.5;
}
.liz-dash-welcome-trial {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: #9a3412;
  font-weight: 600;
  line-height: 1.45;
}
.liz-dash-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.liz-dash-welcome-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(236, 72, 153, 0.35);
  background: rgba(255, 255, 255, 0.95);
  color: #9d174d;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.liz-dash-welcome-chip.is-trial {
  border-color: rgba(194, 65, 12, 0.35);
  color: #c2410c;
  background: #fff7ed;
}
.liz-dash-welcome-chip:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 6px 16px rgba(190, 24, 93, 0.12);
  color: #be185d;
}
.liz-dash-welcome-chip.is-trial:hover {
  background: #ffedd5;
  color: #9a3412;
}
.liz-dash-welcome-upsell {
  margin: 2px 0 0;
  font-size: 0.88rem;
  color: #7a5a70;
  line-height: 1.45;
}
.liz-dash-welcome-wa {
  color: #be185d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.liz-dash-welcome-wa:hover { color: #9d174d; }
.liz-tool-card.liz-tool-card--highlight {
  outline: 3px solid rgba(236, 72, 153, 0.55);
  box-shadow: 0 0 0 6px rgba(255, 182, 208, 0.45), 0 14px 34px rgba(190, 24, 93, 0.16);
  transform: translateY(-2px);
  transition: box-shadow .25s ease, transform .25s ease, outline-color .25s ease;
}
.liz-dash-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 760px) {
  .liz-dash-grid { grid-template-columns: 1.05fr 1fr; align-items: stretch; }
}
.liz-dash-quiz,
.liz-dash-cal {
  border-radius: 18px;
  padding: 18px 18px 16px;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255,182,208,.45), transparent 55%),
    linear-gradient(160deg, #fff8fb 0%, #ffe6f0 100%);
  border: 1px solid rgba(232, 120, 168, 0.28);
  box-shadow: 0 10px 28px rgba(190, 24, 93, 0.08);
}
.liz-dash-quiz-top,
.liz-dash-cal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.liz-dash-quiz-kicker,
.liz-dash-cal-kicker {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c0266b;
  font-weight: 700;
}
.liz-dash-quiz-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #9d174d;
  border: 1px solid rgba(236, 72, 153, 0.25);
  white-space: nowrap;
}
.liz-dash-quiz-badge.is-available { background: #fff1f7; color: #be185d; }
.liz-dash-quiz-badge.is-draft { background: #fff7ed; color: #c2410c; }
.liz-dash-quiz-badge.is-submitted { background: #ecfdf5; color: #047857; }
.liz-dash-quiz-badge.is-locked,
.liz-dash-quiz-badge.is-closed { background: #f3f4f6; color: #6b7280; }
.liz-dash-quiz-title,
.liz-dash-cal-title {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: #4a1942;
  line-height: 1.25;
}
.liz-dash-quiz-sub {
  margin: 6px 0 14px;
  font-size: 0.88rem;
  color: #8a5a72;
  line-height: 1.4;
  min-height: 2.5em;
}
.liz-dash-quiz-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.liz-dash-quiz-cta {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #db2777);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(219, 39, 119, 0.28);
}
.liz-dash-quiz-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.liz-dash-quiz-link {
  border: 0;
  background: transparent;
  color: #be185d;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
}
.liz-dash-cal { cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.liz-dash-cal:hover,
.liz-dash-cal:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(190, 24, 93, 0.12);
  outline: none;
}
.liz-dash-cal-expand {
  border: 1px solid rgba(236, 72, 153, 0.3);
  background: rgba(255,255,255,.8);
  color: #be185d;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}
.liz-dash-cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 8px;
  font-size: 0.7rem;
  color: #8a5a72;
}
.liz-cal-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
}
.liz-cal-dot.quiz { background: #db2777; }
.liz-cal-dot.desafio { background: #f59e0b; }
.liz-cal-dot.cronograma { background: #a21caf; }
.liz-cal-dot.grupo { background: #059669; }
.liz-dash-cal-mini {
  border-radius: 12px;
  background: rgba(255,255,255,.55);
  padding: 8px;
  min-height: 168px;
}
.liz-dash-cal-loading,
.liz-dash-cal-empty {
  margin: 28px 8px;
  text-align: center;
  font-size: 0.82rem;
  color: #9a7a90;
}
.liz-mini-cal-head,
.liz-mini-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.liz-mini-cal-head span {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #b06a88;
  padding: 2px 0;
}
.liz-mini-cal-day {
  min-height: 28px;
  border-radius: 7px;
  padding: 2px;
  background: rgba(255,255,255,.65);
  position: relative;
}
.liz-mini-cal-day.outside { opacity: 0.35; }
.liz-mini-cal-day.closed { background: #fff1f2; }
.liz-mini-cal-day.today {
  box-shadow: inset 0 0 0 1.5px #ec4899;
}
.liz-mini-cal-num {
  font-size: 0.68rem;
  font-weight: 700;
  color: #6b3a52;
  line-height: 1;
  padding: 1px 2px;
}
.liz-mini-cal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 2px;
}
.liz-mini-chip {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.liz-mini-chip.quiz { background: #db2777; }
.liz-mini-chip.desafio { background: #f59e0b; }
.liz-mini-chip.cronograma { background: #a21caf; }
.liz-mini-chip.grupo-aberto { background: #059669; }
.liz-mini-chip.grupo-fechado { background: #9ca3af; }
.liz-mini-chip.desativada { background: #4b5563; }

.liz-cal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(55, 20, 40, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.liz-cal-overlay[hidden] { display: none !important; }
.liz-cal-overlay-card {
  width: min(920px, 100%);
  max-width: 100%;
  max-height: min(92vh, 860px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff8fb, #ffffff);
  border-radius: 18px;
  border: 1px solid rgba(232, 120, 168, 0.28);
  box-shadow: 0 24px 60px rgba(74, 25, 66, 0.22);
  padding: 16px 16px 20px;
  scrollbar-width: thin;
  scrollbar-color: #f0a8c4 #ffe8f2;
}
.liz-cal-overlay-card::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.liz-cal-overlay-card::-webkit-scrollbar-track {
  background: #ffe8f2;
  border-radius: 999px;
}
.liz-cal-overlay-card::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f0a8c4, #e879a8);
  border-radius: 999px;
  border: 2px solid #ffe8f2;
}
.liz-cal-overlay-card::-webkit-scrollbar-thumb:hover {
  background: #e879a8;
}
.liz-cal-overlay-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.liz-cal-overlay-head h2 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: #4a1942;
}
.liz-cal-overlay-sub {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: #8a5a72;
}
.liz-cal-overlay-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 12px;
}
.liz-cal-nav {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #f0c8d8;
  background: #fff;
  color: #be185d;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}
.liz-cal-month-label {
  min-width: 0;
  flex: 0 1 160px;
  text-align: center;
  font-weight: 700;
  color: #4a1942;
}
.liz-cal-overlay-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.liz-cal-overlay-grid.head { margin-bottom: 4px; }
.liz-cal-overlay-grid.head span {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #b06a88;
  padding: 4px 0;
  min-width: 0;
}
.liz-cal-day {
  min-width: 0;
  min-height: 86px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f3d5e2;
  padding: 6px;
  overflow: hidden;
  box-sizing: border-box;
}
.liz-cal-day.outside { opacity: 0.4; background: #fffafb; }
.liz-cal-day.closed { background: #fff5f5; }
.liz-cal-daynum {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b3a52;
  margin-bottom: 4px;
}
.liz-cal-ev {
  display: block;
  max-width: 100%;
  font-size: 0.62rem;
  line-height: 1.25;
  border-radius: 5px;
  padding: 2px 4px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  box-sizing: border-box;
}
.liz-cal-ev.quiz { background: #fce7f3; color: #9d174d; }
.liz-cal-ev.desafio { background: #ffedd5; color: #9a3412; cursor: pointer; }
.liz-cal-ev.cronograma { background: #fae8ff; color: #86198f; cursor: pointer; }
.liz-cal-ev.desativada { background: #e5e7eb; color: #374151; }
.liz-cal-ev.grupo-aberto { background: #d1fae5; color: #065f46; }
.liz-cal-ev.grupo-fechado { background: #f3f4f6; color: #6b7280; }
.liz-cal-ev.missing { opacity: 0.7; border: 1px dashed rgba(0,0,0,.12); }
.liz-cal-detail {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #fff7fb;
  border: 1px solid #f0c8d8;
  font-size: 0.88rem;
  color: #4a1942;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 640px) {
  .liz-cal-overlay { padding: 10px; }
  .liz-cal-overlay-card { padding: 12px 10px 14px; border-radius: 14px; }
  .liz-cal-overlay-grid { gap: 4px; }
  .liz-cal-day { min-height: 58px; padding: 4px; }
  .liz-cal-ev { font-size: 0.55rem; padding: 2px 3px; }
}

