/* ============================================================
   MemóriasVivas — Style Sheet
   Design: Rose Gold / Champagne Wedding Theme
   ============================================================ */

:root {
  --gold:        #c9a96e;
  --gold-light:  #e8c89a;
  --gold-dark:   #a07840;
  --blush:       #f5e6d3;
  --cream:       #fdf8f3;
  --dark:        #1e1e2e;
  --dark-2:      #2a2a3d;
  --dark-3:      #35354d;
  --text:        #333344;
  --text-muted:  #888899;
  --border:      #eeeeee;
  --white:       #ffffff;
  --radius:      14px;
  --radius-sm:   8px;
  --shadow:      0 4px 24px rgba(0,0,0,.08);
  --shadow-md:   0 8px 32px rgba(0,0,0,.12);
  --transition:  all .25s ease;
}

* { box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--cream); margin: 0; }
h1,h2,h3,h4,h5 { font-family: 'Playfair Display', serif; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.text-gold { color: var(--gold); }

/* ── Buttons ─────────────────────────────────────────────── */
.mv-btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff !important;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: .3px;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(201,169,110,.35);
}
.mv-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201,169,110,.45);
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}
.mv-btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff !important;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(201,169,110,.35);
}
.mv-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,169,110,.45); }
.mv-btn-outline {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}
.mv-btn-outline:hover { background: var(--gold); color: #fff !important; }

/* ── Inputs ──────────────────────────────────────────────── */
.mv-input {
  border: 1.5px solid #e0ddd8;
  border-radius: var(--radius-sm);
  padding: .6rem .9rem;
  font-size: .925rem;
  transition: var(--transition);
  background: #fff;
}
.mv-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,.15); }
.mv-input-icon { background: var(--blush); border-color: #e0ddd8; color: var(--gold); }
.mv-input-sm { font-size: .82rem; padding: .35rem .6rem; }
.mv-color-input { width: 48px !important; height: 40px; padding: 2px; border-radius: var(--radius-sm); cursor: pointer; }

/* ── Links ───────────────────────────────────────────────── */
.mv-link { color: var(--gold); text-decoration: none; }
.mv-link:hover { color: var(--gold-dark); text-decoration: underline; }

/* Strength bar */
.mv-strength-bar {
  height: 5px;
  background: #e2e8f0;
  border-radius: 50px;
  overflow: hidden;
}
.mv-strength-fill {
  height: 100%;
  width: 0;
  border-radius: 50px;
  transition: width .3s, background .3s;
}

/* ============================================================
   PUBLIC LANDING
   ============================================================ */
.mv-landing { min-height: 100vh; }

.mv-navbar-light {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 20px rgba(0,0,0,.06);
  padding: .75rem 0;
}
.mv-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold) !important;
}
.mv-hero {
  background: linear-gradient(135deg, #fdf6ee 0%, #f5e6d3 50%, #ede0d0 100%);
  padding: 80px 0 60px;
}
.mv-hero-badge {
  display: inline-flex;
  align-items: center;
  background: var(--blush);
  border: 1px solid rgba(201,169,110,.3);
  color: var(--gold);
  font-size: .8rem;
  font-weight: 600;
  padding: .4rem 1rem;
  border-radius: 50px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.mv-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--dark);
  line-height: 1.2;
  margin: .5rem 0 1rem;
}
.mv-hero-subtitle { font-size: 1.1rem; color: var(--text-muted); max-width: 480px; margin: 0 auto; }

.mv-section-title { font-size: 1.8rem; color: var(--dark); }

.mv-event-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow);
}
.mv-event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mv-event-cover {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.mv-cover-placeholder {
  background: linear-gradient(135deg, var(--blush), #ede0d0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--gold);
}
.mv-event-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--dark); }
.mv-event-date, .mv-event-stats { font-size: .82rem; color: var(--text-muted); }
.mv-event-info { background: #fff; }

.mv-empty-state { padding: 40px; }
.mv-empty-icon { font-size: 3.5rem; color: #e0ddd8; display: block; margin-bottom: 1rem; }

.mv-feature-pill {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(201,169,110,.3);
  color: var(--gold-dark);
  font-size: .82rem;
  font-weight: 600;
  padding: .55rem 1rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  transition: var(--transition);
}
.mv-feature-pill:hover { background: #fff; box-shadow: 0 4px 12px rgba(201,169,110,.2); }

.mv-footer { background: var(--blush); color: var(--text-muted); font-size: .88rem; margin-top: 60px; }

/* ============================================================
   FEED PAGE
   ============================================================ */
.mv-feed-page { background: var(--cream); min-height: 100vh; }

.mv-feed-header {
  background: linear-gradient(135deg, #2c2c2c, #4a4040);
  background-size: cover;
  background-position: center;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
}
.mv-feed-heart {
  font-size: 2rem;
  color: var(--gold);
  animation: heartbeat 2s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.mv-feed-couple {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.mv-feed-date, .mv-feed-location { font-size: .95rem; opacity: .85; margin: .2rem 0; }
.mv-feed-desc { font-size: .9rem; opacity: .75; max-width: 480px; margin: 0 auto; }
.mv-feed-stats span { font-size: .88rem; opacity: .85; }

/* FAB — Floating Action Button */
.mv-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff !important;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(201,169,110,.5);
  z-index: 1000;
  transition: var(--transition);
}
.mv-fab:hover { transform: scale(1.12) translateY(-3px); box-shadow: 0 12px 32px rgba(201,169,110,.6); }
.mv-fab-label { font-size: .52rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; line-height: 1; margin-top: 2px; }

/* Live bar */
.mv-live-bar { border-bottom: 1px solid var(--border); padding-bottom: .75rem; }
.mv-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff0f0;
  color: #e53e3e;
  border: 1px solid #fed7d7;
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mv-live-dot {
  width: 8px; height: 8px;
  background: #e53e3e;
  border-radius: 50%;
  animation: pulse-red 1.4s ease-in-out infinite;
}
@keyframes pulse-red {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.4); }
}

/* Masonry Grid */
.mv-masonry {
  columns: 3 280px;
  column-gap: 14px;
}
.mv-media-item {
  break-inside: avoid;
  margin-bottom: 14px;
  background: #fff;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: var(--transition);
  animation: fadeInUp .4s ease both;
}
.mv-media-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.mv-media-item img {
  width: 100%; display: block;
  cursor: zoom-in;
  transition: transform .3s;
}
.mv-media-item:hover img { transform: scale(1.02); }
.mv-video-wrap { position: relative; background: #000; }
.mv-video-wrap video { width: 100%; display: block; max-height: 400px; object-fit: contain; }
.mv-media-caption {
  padding: .5rem .75rem;
  font-size: .78rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Empty feed */
.mv-empty-feed .mv-empty-icon { font-size: 4rem; color: #e0ddd8; display: block; }

/* Social bar (like + comment) no grid */
.mv-media-click { cursor: pointer; display: block; overflow: hidden; }
.mv-media-click img { width: 100%; display: block; transition: transform .3s; }
.mv-media-item:hover .mv-media-click img { transform: scale(1.02); }

.mv-video-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; color: rgba(255,255,255,.85);
  pointer-events: none;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}

.mv-social-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: .5rem .75rem .3rem;
}

.mv-like-btn, .mv-comment-btn {
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 5px;
  font-size: .88rem; color: var(--text-muted);
  padding: 4px 0;
  transition: var(--transition);
}
.mv-like-btn i, .mv-comment-btn i { font-size: 1.15rem; }
.mv-like-btn:hover i { color: #e53e3e; transform: scale(1.2); }
.mv-comment-btn:hover i { color: var(--gold); transform: scale(1.1); }
.mv-like-btn.liked i { color: #e53e3e; }
.mv-like-btn.liked { color: #e53e3e; }

@keyframes heartBurst {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); }
  70%  { transform: scale(.9); }
  100% { transform: scale(1); }
}
.mv-like-btn.heart-burst i { animation: heartBurst .5s ease; }

/* ── Modal estilo Instagram ─────────────────────────────────── */
.mv-ig-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.mv-ig-overlay.open { display: flex; }

.mv-ig-close {
  position: fixed; top: 16px; right: 20px;
  background: none; border: none;
  color: #fff; font-size: 1.5rem;
  cursor: pointer; z-index: 2100;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}
.mv-ig-close:hover { background: rgba(255,255,255,.15); }

.mv-ig-container {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  max-height: 90vh;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}

/* Mídia */
.mv-ig-media {
  flex: 1 1 55%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-height: 90vh;
  overflow: hidden;
}
.mv-ig-media img {
  width: 100%; height: 100%;
  object-fit: contain; display: block;
}
.mv-ig-media video {
  width: 100%; max-height: 90vh;
  object-fit: contain; display: block;
}

/* Lado direito */
.mv-ig-side {
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--border);
  max-height: 90vh;
}

.mv-ig-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.mv-ig-avatar {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 700; flex-shrink: 0;
}

/* Lista de comentários */
.mv-ig-comments {
  flex: 1; overflow-y: auto;
  padding: 12px 16px;
  display: flex; flex-direction: column; gap: 14px;
}
.mv-ig-comments::-webkit-scrollbar { width: 4px; }
.mv-ig-comments::-webkit-scrollbar-thumb { background: #e0ddd8; border-radius: 4px; }

.mv-ig-loading, .mv-ig-no-comments {
  text-align: center; color: var(--text-muted);
  font-size: .85rem; padding: 24px 0;
}
.mv-ig-no-comments i { font-size: 2rem; display: block; margin-bottom: 8px; opacity: .4; }

.mv-ig-comment {
  display: flex; gap: 10px; align-items: flex-start;
  animation: fadeInUp .2s ease;
}
.mv-ig-comment-avatar {
  width: 32px; height: 32px; flex-shrink: 0;
  background: var(--blush);
  color: var(--gold-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 700;
}
.mv-ig-comment-body { flex: 1; font-size: .85rem; line-height: 1.45; }
.mv-ig-comment-author { font-weight: 700; color: var(--dark); margin-right: 6px; }
.mv-ig-comment-text { color: var(--text); }
.mv-ig-comment-time { font-size: .72rem; color: var(--text-muted); margin-top: 2px; }

/* Ações do modal */
.mv-ig-actions {
  padding: 10px 16px 6px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center;
}
.mv-ig-like-btn { font-size: 1.1rem; }
.mv-ig-like-btn i { font-size: 1.3rem; }

/* Input de comentário */
.mv-ig-input-wrap {
  padding: 10px 16px 14px;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 8px;
}
.mv-ig-name-input, .mv-ig-comment-input {
  border: 1px solid #e0ddd8; border-radius: 20px;
  padding: .45rem .9rem; font-size: .85rem;
  width: 100%; outline: none; transition: var(--transition);
}
.mv-ig-name-input:focus, .mv-ig-comment-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,.12);
}
.mv-ig-comment-row { display: flex; gap: 8px; }
.mv-ig-comment-input { flex: 1; }
.mv-ig-send-btn {
  background: none; border: none; cursor: pointer;
  color: var(--gold); font-size: 1.1rem;
  transition: var(--transition); padding: 4px 6px;
}
.mv-ig-send-btn:hover { transform: scale(1.2) rotate(10deg); }
.mv-ig-send-btn:disabled { opacity: .4; cursor: default; transform: none; }

/* Responsivo mobile: comentários começam recolhidos por padrão */
@media (max-width: 700px) {
  .mv-ig-container {
    flex-direction: column;
    max-height: 95vh;
    border-radius: 12px 12px 0 0;
    position: fixed; bottom: 0; left: 0; right: 0;
    width: 100%; max-width: 100%;
  }
  .mv-ig-overlay { align-items: flex-end; padding: 0; }

  /* Padrão mobile: vídeo grande e barra de comentários fina */
  .mv-ig-media { min-height: 220px; max-height: calc(95vh - 70px); flex: none; }
  .mv-ig-side {
    width: 100%; max-height: 70px; flex: none;
    border-left: none; border-top: 1px solid var(--border);
    overflow: hidden;
  }
  .mv-ig-side .mv-ig-comments,
  .mv-ig-side .mv-ig-actions,
  .mv-ig-side .mv-ig-input-wrap {
    display: none;
  }
  /* legenda fica oculta na barra recolhida */
  .mv-ig-side .mv-ig-post-caption-wrap { display: none !important; }

  /* Botão para abrir/fechar os comentários */
  .mv-ig-collapse-btn {
    display: flex; align-items: center; gap: 6px;
    background: none; border: none; cursor: pointer;
    color: var(--text-muted); font-size: 1rem;
    padding: 4px 10px; margin-left: auto;
    min-height: 28px;
    position: relative; z-index: 10;
    touch-action: manipulation;
    transition: color .2s ease;
  }
  .mv-ig-collapse-btn:active { color: var(--gold); transform: scale(.95); }
  .mv-ig-collapse-btn:hover { color: var(--gold); }
  .mv-ig-collapse-label {
    font-size: .85rem; font-weight: 600; color: var(--gold);
  }
  .mv-ig-collapse-icon {
    font-size: 1.1rem; transition: transform .2s ease;
    transform: rotate(180deg); /* aponta pra cima: "abrir comentários" */
  }
  /* Expandido: mostra só a seta para baixo */
  .mv-ig-container.comments-expanded .mv-ig-collapse-label { display: none; }
  .mv-ig-container.comments-expanded .mv-ig-collapse-icon {
    transform: rotate(0deg); /* aponta pra baixo: "fechar comentários" */
  }

  /* Estado expandido: comentários abertos */
  .mv-ig-container.comments-expanded .mv-ig-media { max-height: 45vh; }
  .mv-ig-container.comments-expanded .mv-ig-side {
    max-height: calc(50vh - 60px);
    overflow: hidden;
  }
  .mv-ig-container.comments-expanded .mv-ig-comments,
  .mv-ig-container.comments-expanded .mv-ig-actions,
  .mv-ig-container.comments-expanded .mv-ig-input-wrap {
    display: flex;
  }
  .mv-ig-container.comments-expanded .mv-ig-comments { display: flex; flex-direction: column; }
  .mv-ig-container.comments-expanded .mv-ig-side .mv-ig-post-caption-wrap.has-caption {
    display: block !important;
  }
}

@media (min-width: 701px) {
  .mv-ig-collapse-btn { display: none; }
}

/* ============================================================
   UPLOAD PAGE
   ============================================================ */
.mv-upload-page { background: var(--cream); min-height: 100vh; }

.mv-upload-header {
  position: relative;
  background: linear-gradient(135deg, #2c2c2c, #4a4040);
  overflow: hidden;
  min-height: 180px;
}
.mv-upload-cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .35;
}
.mv-back-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  transition: var(--transition);
}
.mv-back-btn:hover { color: #fff; }
.mv-upload-heart { font-size: 1.6rem; color: var(--gold); }
.mv-upload-couple {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
  margin: .5rem 0 .25rem;
}
.mv-upload-date { font-size: .88rem; color: rgba(255,255,255,.75); margin: 0; }

.mv-upload-card { border: none; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.mv-card-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--dark); }

/* Upload action buttons */
.mv-upload-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}
.mv-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1.2rem .75rem;
  background: linear-gradient(135deg, #fff, var(--blush));
  border: 2px solid rgba(201,169,110,.25);
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition);
  font-size: .88rem;
  font-weight: 600;
  color: var(--dark);
}
.mv-action-btn i {
  font-size: 1.8rem;
  color: var(--gold);
}
.mv-action-btn:hover {
  border-color: var(--gold);
  background: var(--blush);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(201,169,110,.25);
}
.mv-action-btn:active { transform: scale(.97); }

.mv-drop-zone {
  border: 2.5px dashed #d4c4b0;
  border-radius: var(--radius);
  background: #fdf8f3;
  text-align: center;
  padding: 2.5rem 1rem;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}
.mv-drop-zone:hover, .mv-drop-zone.dragover {
  border-color: var(--gold);
  background: var(--blush);
}
.mv-drop-zone.dragover { transform: scale(1.01); }
.mv-drop-icon { font-size: 3rem; color: var(--gold); }

/* Preview grid */
.mv-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
}
.mv-preview-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #f0f0f0;
}
.mv-preview-thumb img, .mv-preview-thumb video {
  width: 100%; height: 100%; object-fit: cover;
}
.mv-preview-thumb .mv-preview-remove {
  position: absolute;
  top: 3px; right: 3px;
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px; height: 20px;
  font-size: .65rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.mv-preview-thumb .mv-preview-type {
  position: absolute;
  bottom: 3px; left: 3px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: .58rem;
  padding: 1px 5px;
  border-radius: 3px;
}

/* Progress */
.mv-progress { height: 8px; border-radius: 50px; background: var(--blush); }
.mv-progress-bar {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 50px;
  transition: width .3s ease;
}

/* ============================================================
   AUTH PAGES
   ============================================================ */
.mv-auth-page { position: relative; }
.mv-auth-bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #2c2c2c 0%, #4a3728 50%, #2c2c2c 100%);
  z-index: 0;
}
.mv-auth-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a96e' fill-opacity='0.07'%3E%3Cpath d='M30 30c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10zm-20 0c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10S10 35.5 10 30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mv-auth-card {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: var(--radius);
  width: 100%;
  max-width: 420px;
}
.mv-auth-logo {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(201,169,110,.4);
}
.mv-auth-title { font-size: 1.5rem; color: var(--dark); font-weight: 700; }

/* ============================================================
   ADMIN LAYOUT
   ============================================================ */
.mv-admin-body { background: #f0f2f7; }

/* Sidebar */
.mv-sidebar {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 260px;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: transform .3s ease;
  overflow-y: auto;
}
.mv-sidebar-brand {
  padding: 24px 20px 16px;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mv-sidebar-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #fff;
}
.mv-sidebar-avatar {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  flex-shrink: 0;
}
.mv-sidebar-nav {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mv-sidebar-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  transition: var(--transition);
  border-left: 3px solid transparent;
}
.mv-sidebar-nav li a:hover { color: #fff; background: rgba(255,255,255,.06); }
.mv-sidebar-nav li a.active { color: var(--gold); background: rgba(201,169,110,.12); border-left-color: var(--gold); }
.mv-sidebar-nav li a i { width: 18px; text-align: center; font-size: .95rem; }
.mv-sidebar-nav li.mt-auto { margin-top: auto; }
.text-danger-soft { color: rgba(252,90,90,.8) !important; }

/* Topbar */
.mv-admin-main {
  margin-left: 260px;
  min-height: 100vh;
  transition: margin-left .3s ease;
}
.mv-topbar {
  background: #fff;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  position: sticky;
  top: 0;
  z-index: 100;
}
.mv-sidebar-toggle {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: var(--text-muted);
  cursor: pointer;
  display: none;
  padding: 4px;
}
.mv-topbar-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  flex: 1;
}
.mv-admin-content { padding: 28px 24px; }

/* Cards admin */
.mv-admin-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  overflow: hidden;
}
.mv-admin-card-header {
  padding: 14px 20px;
  font-weight: 600;
  font-size: .9rem;
  border-bottom: 1px solid var(--border);
  color: var(--dark);
  background: var(--cream);
}
.mv-admin-card-body { padding: 20px; }

/* Stat cards */
.mv-stat-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  text-align: center;
}
.mv-stat-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}
.mv-stat-value { font-size: 1.8rem; font-weight: 700; color: var(--dark); line-height: 1.1; }
.mv-stat-label { font-size: .78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }

.mv-stat-card-sm {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 16px;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  text-align: center;
}
.mv-stat-value-sm { font-size: 1.4rem; font-weight: 700; color: var(--dark); }
.mv-stat-label-sm { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .4px; }

/* Event admin card */
.mv-event-admin-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  transition: var(--transition);
}
.mv-event-admin-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.mv-admin-cover { height: 130px; background-size: cover; background-position: center; }
.mv-cover-placeholder-sm {
  background: linear-gradient(135deg, var(--blush), #ede0d0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gold);
}

/* Admin media grid */
.mv-admin-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.mv-admin-media-item {
  background: var(--cream);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.mv-admin-media-item.mv-pending { border-color: #f6c90e; background: #fffde7; }
.mv-admin-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f0f0f0;
}
.mv-admin-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.mv-admin-media-item:hover .mv-admin-thumb img { transform: scale(1.05); }
.mv-admin-video-thumb {
  width: 100%; height: 100%;
  background: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: rgba(255,255,255,.6);
}
.mv-pending-badge {
  position: absolute;
  top: 5px; right: 5px;
  background: #f6c90e;
  color: #333;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem;
}
.mv-admin-media-info { padding: 6px 8px; }
.mv-admin-media-actions {
  padding: 4px 8px 8px;
  display: flex;
  gap: 4px;
}
.btn-xs { padding: .2rem .45rem; font-size: .72rem; border-radius: 5px; }

/* QR Code */
.mv-qr-img { max-width: 200px; border-radius: var(--radius-sm); border: 3px solid var(--blush); }
.mv-qr-placeholder {
  width: 160px; height: 160px;
  background: var(--blush);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--gold);
}

/* Toggle items */
.mv-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--cream);
  border-radius: var(--radius-sm);
  gap: 12px;
}
.mv-switch { width: 44px !important; height: 24px; cursor: pointer; }
.mv-switch:checked { background-color: var(--gold) !important; border-color: var(--gold) !important; }

/* Links labels */
.mv-link-label { font-size: .78rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 5px; }

/* Section heading */
.mv-section-heading { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--dark); }
.mv-admin-section { background: #fff; border-radius: var(--radius); padding: 20px; box-shadow: 0 1px 8px rgba(0,0,0,.06); }

/* Cover preview */
.mv-cover-preview { max-height: 180px; width: 100%; object-fit: cover; border-radius: var(--radius-sm); }

/* SMTP guide */
.mv-smtp-guide { border-top: 1px solid var(--border); padding-top: 16px; }
.mv-smtp-tip {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  cursor: pointer;
  transition: var(--transition);
}
.mv-smtp-tip:hover { border-color: var(--gold); background: var(--blush); }
.mv-smtp-tip strong { display: block; font-size: .85rem; color: var(--dark); }
.mv-smtp-tip span { font-size: .75rem; color: var(--text-muted); }

/* Modal */
.mv-modal { border-radius: var(--radius); overflow: hidden; }

/* Sidebar overlay (mobile) */
.mv-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 999;
}
.mv-sidebar-overlay.show { display: block; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .mv-sidebar { transform: translateX(-100%); }
  .mv-sidebar.open { transform: translateX(0); }
  .mv-admin-main { margin-left: 0; }
  .mv-sidebar-toggle { display: block; }
}

@media (max-width: 768px) {
  .mv-masonry { columns: 2 180px; }
  .mv-admin-content { padding: 16px; }
  .mv-admin-media-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .mv-fab { width: 56px; height: 56px; font-size: 1.2rem; bottom: 20px; right: 20px; }
  .mv-fab-label { display: none; }
}

@media (max-width: 480px) {
  .mv-masonry { columns: 1; }
  .mv-auth-card { margin: 16px; }
}

/* ============================================================
   FEED V2 — Layout estilo LiveMemories (dark green)
   ============================================================ */
:root {
  --fg-bg:     #0d1f12;
  --fg-card:   #162b1a;
  --fg-card2:  #1e3824;
  --fg-border: rgba(255,255,255,.08);
  --fg-text:   #e8f5e9;
  --fg-muted:  rgba(232,245,233,.55);
  --fg-green:  #4ade80;
  --fg-green2: #22c55e;
  --fg-radius: 16px;
}

.mvf {
  background: var(--fg-bg);
  min-height: 100vh;
  color: var(--fg-text);
  font-family: 'Inter', sans-serif;
}

/* ── Header ──────────────────────────────────────────────────── */
.mvf-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,31,18,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--fg-border);
}
.mvf-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px;
  max-width: 600px; margin: 0 auto;
}
.mvf-logo { display: flex; align-items: center; gap: 10px; }
.mvf-logo-img { width: 32px; height: 32px; object-fit: contain; }
.mvf-logo-icon { color: var(--gold); font-size: 1.4rem; }
.mvf-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700; color: var(--fg-text);
  line-height: 1.1;
}
.mvf-logo-sub { font-size: .65rem; color: var(--fg-muted); letter-spacing: .08em; text-transform: uppercase; }
.mvf-header-right { display: flex; align-items: center; gap: 10px; }
.mvf-live-pill {
  display: flex; align-items: center; gap: 5px;
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.3);
  color: var(--fg-green); font-size: .7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 50px; letter-spacing: .06em;
}
.mvf-upload-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; font-size: .95rem;
  box-shadow: 0 4px 12px rgba(201,169,110,.4);
  transition: var(--transition);
}
.mvf-upload-btn:hover { transform: scale(1.1); color: #fff; }
.mvf-back-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--fg-card2); color: var(--fg-text);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: var(--transition);
}
.mvf-back-btn:hover { background: var(--fg-card2); color: var(--gold); }

/* ── Hero banner estático (capa do evento) ────────────────── */
.mvf-hero {
  position: relative; height: 60vw; max-height: 420px; min-height: 280px;
  background: linear-gradient(135deg, #162b1a, #0d1f12);
  background-size: cover; background-position: center;
}
.mvf-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,31,18,.2) 0%, rgba(13,31,18,.85) 100%);
}
.mvf-hero-text {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 24px 40px;
  max-width: 600px;
}
.mvf-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.15rem, 4vw, 1.6rem);
  font-weight: 700; color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
  margin-bottom: 6px;
}
.mvf-hero-sub {
  font-size: .82rem; color: rgba(255,255,255,.75);
  margin-bottom: 16px; max-width: 320px;
}
.mvf-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.mvf-btn-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff !important; text-decoration: none;
  border: none; border-radius: 50px; cursor: pointer;
  font-weight: 600; font-size: .85rem;
  padding: 9px 20px; transition: var(--transition);
  box-shadow: 0 4px 14px rgba(201,169,110,.35);
}
.mvf-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(201,169,110,.45); }
.mvf-btn-outline {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff; border-radius: 50px; cursor: pointer;
  font-size: .85rem; font-weight: 600; padding: 9px 20px;
  transition: var(--transition); text-decoration: none;
}
.mvf-btn-outline:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ── Botão ir para o feed ─────────────────────────────── */
.mvf-go-feed-btn {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff; font-size: .72rem; font-weight: 700;
  padding: 6px 14px; border-radius: 50px;
  text-decoration: none; transition: var(--transition);
  box-shadow: 0 3px 12px rgba(201,169,110,.35);
  white-space: nowrap;
}
.mvf-go-feed-btn:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 6px 18px rgba(201,169,110,.5); }

/* ── Like já curtido ──────────────────────────────────── */
.mv-like-btn.liked { color: #f43f5e; }
.mv-like-btn.liked i { color: #f43f5e; }

/* ── Swiper fotos recentes ────────────────────────────── */
.mvf-recent-sec {
  padding: 16px 0 0;
  border-bottom: 1px solid var(--fg-border);
  max-width: 600px; margin: 0 auto;
}
.mvf-recent-swiper {
  padding: 0 20px 16px !important;
  overflow: visible;
}
.mvf-recent-swiper .swiper-wrapper { align-items: center; }
.mvf-recent-slide {
  width: 110px !important; height: 110px !important;
  border-radius: 14px; overflow: hidden;
  cursor: pointer; position: relative;
  flex-shrink: 0;
  border: 2px solid rgba(201,169,110,.3);
  transition: var(--transition);
}
.mvf-recent-slide:hover { border-color: var(--gold); transform: scale(1.04); }
.mvf-recent-slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.mvf-recent-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  padding: 6px 6px 4px;
}
.mvf-recent-overlay span {
  font-size: .62rem; color: #fff; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: block; text-align: center;
}

/* ── Quick actions ───────────────────────────────────────────── */
.mvf-actions {
  display: flex; gap: 8px;
  padding: 16px 20px;
  background: var(--fg-card);
  border-bottom: 1px solid var(--fg-border);
  justify-content: space-around;
  max-width: 600px; margin: 0 auto;
}
.mvf-action-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none; color: var(--fg-text);
  flex: 1; transition: var(--transition);
}
.mvf-action-item:hover { color: var(--gold); transform: translateY(-2px); }
.mvf-action-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--fg-card2);
  border: 1px solid var(--fg-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold);
  transition: var(--transition);
}
.mvf-action-item:hover .mvf-action-icon {
  background: rgba(201,169,110,.15);
  border-color: var(--gold);
}
.mvf-action-item span { font-size: .72rem; font-weight: 500; color: var(--fg-muted); }

/* ── Countdown ───────────────────────────────────────────────── */
.mvf-countdown {
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(135deg, var(--fg-card2), #1a3320);
  border: 1px solid rgba(74,222,128,.2);
  border-radius: var(--fg-radius);
  padding: 16px 20px;
  margin: 16px 20px;
  max-width: 560px; margin-left: auto; margin-right: auto;
  margin-top: 16px; margin-bottom: 0;
}
.mvf-countdown-icon {
  font-size: 2rem; color: var(--gold);
  background: rgba(201,169,110,.12);
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mvf-countdown-body { display: flex; align-items: baseline; gap: 6px; }
.mvf-cd-label { font-size: .65rem; font-weight: 700; color: var(--gold); letter-spacing: .1em; }
.mvf-cd-num { font-size: 2.2rem; font-weight: 800; color: var(--fg-green); line-height: 1; }
.mvf-cd-today { font-size: 1.1rem; font-weight: 700; color: var(--fg-green); }
.mvf-countdown-text { font-size: .82rem; color: var(--fg-muted); flex: 1; }

/* ── Stories ─────────────────────────────────────────────────── */
.mvf-stories-sec {
  padding: 20px 0 8px;
  border-bottom: 1px solid var(--fg-border);
  max-width: 600px; margin: 0 auto;
}
.mvf-stories-hd {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 20px 12px;
}
.mvf-stories-title { font-weight: 700; font-size: .9rem; color: var(--fg-text); }
.mvf-stories-all {
  font-size: .78rem; color: var(--gold); text-decoration: none;
  transition: var(--transition);
}
.mvf-stories-all:hover { color: var(--gold-light); }
.mvf-stories-row {
  display: flex; gap: 16px;
  overflow-x: auto; padding: 0 20px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mvf-stories-row::-webkit-scrollbar { display: none; }
.mvf-story-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: pointer; flex-shrink: 0; scroll-snap-align: start;
  text-decoration: none;
}
.mvf-story-item span { font-size: .7rem; color: var(--fg-muted); white-space: nowrap; max-width: 64px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
.mvf-story-ring {
  padding: 2px;
  background: linear-gradient(135deg, var(--gold), var(--fg-green));
  border-radius: 50%;
  transition: var(--transition);
}
.mvf-story-item:hover .mvf-story-ring { transform: scale(1.08); }
.mvf-story-add-ring { background: var(--fg-card2); border: 2px dashed rgba(201,169,110,.5); }
.mvf-story-circle {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--fg-card);
  border: 2px solid var(--fg-bg);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.mvf-story-circle img { width: 100%; height: 100%; object-fit: cover; }
.mvf-story-add { color: var(--gold); font-size: 1.3rem; }

/* ── Posts feed ──────────────────────────────────────────────── */
.mvf-posts { max-width: 600px; margin: 0 auto; }
#media-grid { display: flex; flex-direction: column; }

.mvf-post {
  background: var(--fg-card);
  border-bottom: 1px solid var(--fg-border);
  animation: fadeInUp .3s ease;
}

.mvf-post-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px 10px;
}
.mvf-post-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; font-weight: 700; color: #fff;
}
.mvf-post-meta { flex: 1; }
.mvf-post-author { font-size: .9rem; font-weight: 700; color: var(--fg-text); }
.mvf-post-time { font-size: .72rem; color: var(--fg-muted); }
.mvf-post-type-badge {
  font-size: .8rem; color: var(--fg-muted);
  background: var(--fg-card2); padding: 4px 8px; border-radius: 8px;
}
.mvf-post-caption {
  padding: 0 16px 10px; font-size: .9rem; color: var(--fg-text);
  line-height: 1.5; white-space: pre-wrap; word-break: break-word;
}
.mvf-post-media {
  width: 100%; cursor: pointer; overflow: hidden; background: #000;
  max-height: 500px; display: flex; align-items: center; justify-content: center;
}
.mvf-post-media img {
  width: 100%; max-height: 500px; object-fit: cover; display: block;
  transition: transform .3s ease;
}
.mvf-post:hover .mvf-post-media img { transform: scale(1.01); }
.mvf-post-media .mv-video-wrap { width: 100%; }

.mvf-post-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
}
.mvf-post-bar-left { display: flex; gap: 14px; }
.mvf-share-btn {
  background: none; border: none; color: var(--fg-muted);
  cursor: pointer; font-size: .95rem; padding: 4px;
  transition: var(--transition);
}
.mvf-share-btn:hover { color: var(--gold); transform: scale(1.15); }

/* Override like/comment colors for dark feed */
.mvf .mv-like-btn, .mvf .mv-comment-btn { color: var(--fg-muted); }
.mvf .mv-like-btn:hover i { color: #f87171; }
.mvf .mv-like-btn.liked i { color: #f87171; }
.mvf .mv-like-btn.liked { color: #f87171; }
.mvf .mv-comment-btn:hover i { color: var(--gold); }

/* ── Empty state ─────────────────────────────────────────────── */
.mvf-empty {
  text-align: center; padding: 60px 24px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.mvf-empty-icon {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--fg-card2); color: var(--gold);
  font-size: 1.8rem;
  display: flex; align-items: center; justify-content: center;
}
.mvf-empty h4 { color: var(--fg-text); margin: 0; font-size: 1.1rem; }
.mvf-empty p { color: var(--fg-muted); font-size: .88rem; margin: 0; }

/* ── Bottom nav ──────────────────────────────────────────────── */
.mvf-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(13,31,18,.96); backdrop-filter: blur(16px);
  border-top: 1px solid var(--fg-border);
  display: flex; align-items: flex-end; justify-content: space-around;
  padding: 8px 8px 14px;
  max-width: 600px; margin: 0 auto;
  left: 50%; transform: translateX(-50%);
}
@media (max-width: 600px) {
  .mvf-bottom-nav { left: 0; right: 0; transform: none; max-width: 100%; }
}
.mvf-nav-item {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  text-decoration: none; color: var(--fg-muted);
  font-size: .65rem; transition: var(--transition);
  flex: 1;
}
.mvf-nav-item i { font-size: 1.2rem; }
.mvf-nav-item.active { color: var(--gold); }
.mvf-nav-item:hover { color: var(--fg-text); }
.mvf-nav-fab {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; font-size: 1.3rem;
  box-shadow: 0 -4px 20px rgba(201,169,110,.4);
  margin-bottom: 4px; transition: var(--transition);
  flex-shrink: 0;
}
.mvf-nav-fab:hover { transform: scale(1.1) rotate(90deg); color: #fff; }
.mvf-bottom-spacer { height: 80px; }

/* ── Modal: caption display ──────────────────────────────────── */
.mv-ig-post-caption-wrap {
  display: none;
  padding: 10px 16px 6px;
  border-bottom: 1px solid var(--border);
}
.mv-ig-post-caption-wrap.has-caption { display: block; }
.mv-ig-post-caption {
  font-size: .88rem; color: var(--text);
  white-space: pre-wrap; word-break: break-word;
  margin: 0;
}

/* ── Recados page ────────────────────────────────────────────── */
.mvf-recados-hero {
  position: relative;
  background: linear-gradient(135deg, #162b1a 0%, #0d1f12 100%);
  padding: 48px 24px 36px;
  text-align: center;
}
.mvf-recados-hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,169,110,.08) 0%, transparent 70%);
}
.mvf-recados-hero-text { position: relative; z-index: 1; }
.mvf-recados-hero h2 {
  font-family: 'Playfair Display', serif;
  color: #fff; font-size: 1.6rem; margin-bottom: 8px;
}
.mvf-recados-hero p { color: var(--fg-muted); font-size: .9rem; }

.mvf-recados-form-wrap {
  max-width: 560px; margin: 0 auto;
  padding: 20px 20px 0;
}
.mvf-recados-form {
  background: var(--fg-card);
  border: 1px solid var(--fg-border);
  border-radius: var(--fg-radius);
  padding: 20px;
}
.mvf-recados-form-header {
  font-size: .9rem; font-weight: 700;
  color: var(--fg-text); margin-bottom: 16px;
  border-bottom: 1px solid var(--fg-border);
  padding-bottom: 12px;
}
.mvf-recados-field { margin-bottom: 14px; }
.mvf-recados-field label {
  display: block; font-size: .8rem; font-weight: 600;
  color: var(--fg-muted); margin-bottom: 6px;
}
.mvf-recados-input, .mvf-recados-textarea {
  width: 100%; border-radius: 10px; outline: none;
  background: var(--fg-card2); border: 1px solid var(--fg-border);
  color: var(--fg-text); font-size: .9rem;
  padding: .55rem .9rem; transition: var(--transition);
  font-family: 'Inter', sans-serif;
}
.mvf-recados-textarea { resize: vertical; min-height: 100px; line-height: 1.5; }
.mvf-recados-input:focus, .mvf-recados-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,.12);
}
.mvf-recados-input::placeholder, .mvf-recados-textarea::placeholder { color: var(--fg-muted); }

.mvf-recados-list-wrap {
  max-width: 560px; margin: 20px auto 0;
  padding: 0 20px;
}
.mvf-recados-list-header {
  font-size: .85rem; font-weight: 700; color: var(--fg-muted);
  padding: 0 0 12px; border-bottom: 1px solid var(--fg-border);
  margin-bottom: 16px;
}
.mvf-recados-list { display: flex; flex-direction: column; gap: 14px; }
.mvf-recado-card {
  background: var(--fg-card);
  border: 1px solid var(--fg-border);
  border-radius: 14px;
  padding: 16px; display: flex; gap: 14px;
  animation: fadeInUp .25s ease;
}
.mvf-recado-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; color: #fff;
}
.mvf-recado-body { flex: 1; min-width: 0; }
.mvf-recado-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 6px;
}
.mvf-recado-author { font-weight: 700; font-size: .88rem; color: var(--fg-text); }
.mvf-recado-time { font-size: .7rem; color: var(--fg-muted); }
.mvf-recado-message {
  font-size: .88rem; color: var(--fg-muted);
  white-space: pre-wrap; word-break: break-word; line-height: 1.5;
}

/* ── Caption field no upload ─────────────────────────────────── */
.mv-caption-wrap { margin-bottom: 16px; }
.mv-caption-label {
  display: block; font-size: .82rem; font-weight: 600;
  color: var(--text-muted); margin-bottom: 6px;
}
.mv-caption-textarea {
  width: 100%; border-radius: 12px; outline: none;
  border: 1.5px solid var(--border);
  color: var(--text); font-size: .9rem;
  padding: .55rem .9rem; min-height: 80px; resize: vertical;
  transition: var(--transition); font-family: 'Inter', sans-serif;
  line-height: 1.5;
}
.mv-caption-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,.12);
}

/* ============================================================
   GALERIA — álbuns por postador
   ============================================================ */
.mvf-galeria-wrap { max-width: 600px; margin: 0 auto; padding-bottom: 80px; }
.mvf-galeria-header {
  padding: 16px 20px 8px;
  font-size: .82rem; font-weight: 700; color: var(--fg-muted);
  border-bottom: 1px solid var(--fg-border);
}
.mvf-albums-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; padding: 16px 16px;
}
.mvf-album-card {
  border-radius: 14px; overflow: hidden;
  background: var(--fg-card);
  border: 1px solid var(--fg-border);
  text-decoration: none; color: var(--fg-text);
  transition: var(--transition);
}
.mvf-album-card:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--fg-text); }
.mvf-album-cover {
  position: relative; aspect-ratio: 1/1; overflow: hidden;
}
.mvf-album-cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s ease;
}
.mvf-album-card:hover .mvf-album-cover img { transform: scale(1.06); }
.mvf-album-overlay {
  position: absolute; bottom: 0; right: 0;
  background: rgba(0,0,0,.6); padding: 4px 8px;
  border-top-left-radius: 8px;
}
.mvf-album-count { font-size: .72rem; color: #fff; font-weight: 700; }
.mvf-album-info {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
}
.mvf-album-avatar {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 700; color: #fff;
}
.mvf-album-name { font-size: .85rem; font-weight: 700; color: var(--fg-text); }
.mvf-album-sub { font-size: .7rem; color: var(--fg-muted); }

/* ── Fotos de um álbum ── */
.mvf-photos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 3px; padding: 16px 0 0;
}
.mvf-photo-thumb {
  aspect-ratio: 1/1; overflow: hidden; cursor: pointer; position: relative;
}
.mvf-photo-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mvf-photo-thumb:hover img { transform: scale(1.08); }

/* ── Lightbox ── */
.mvf-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.95);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.mvf-lightbox.open { opacity: 1; pointer-events: all; }
.mvf-lb-img-wrap { max-width: 90vw; max-height: 85vh; display: flex; align-items: center; }
.mvf-lb-img-wrap img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 8px; }
.mvf-lb-close, .mvf-lb-prev, .mvf-lb-next {
  position: fixed; background: rgba(255,255,255,.12); border: none;
  color: #fff; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; cursor: pointer; transition: var(--transition);
  backdrop-filter: blur(8px);
}
.mvf-lb-close:hover, .mvf-lb-prev:hover, .mvf-lb-next:hover { background: rgba(255,255,255,.25); }
.mvf-lb-close { top: 16px; right: 16px; }
.mvf-lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.mvf-lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
.mvf-lb-caption {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,.7); color: #fff; padding: 6px 20px;
  border-radius: 50px; font-size: .85rem; backdrop-filter: blur(8px);
}

/* ============================================================
   MODERAÇÃO ADMIN
   ============================================================ */
.mv-moderate-tabs {
  display: flex; gap: 4px;
  background: var(--mv-card); border-radius: 12px; padding: 4px;
  border: 1px solid var(--border);
}
.mv-moderate-tab {
  flex: 1; text-align: center; padding: 8px 12px;
  border-radius: 10px; text-decoration: none;
  color: var(--text-muted); font-size: .85rem; font-weight: 500;
  transition: var(--transition);
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.mv-moderate-tab.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff; font-weight: 700;
}
.mv-moderate-tab:hover:not(.active) { background: var(--border); color: var(--text); }
.mv-moderate-badge {
  background: rgba(0,0,0,.2); color: inherit;
  font-size: .7rem; padding: 1px 6px; border-radius: 50px;
}
.mv-moderate-tab.active .mv-moderate-badge { background: rgba(255,255,255,.3); }

.mv-moderate-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.mv-moderate-card {
  background: var(--mv-card); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
}
.mv-moderate-thumb { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.mv-moderate-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mv-moderate-video-ph {
  width: 100%; height: 100%;
  background: var(--border); display: flex; align-items: center;
  justify-content: center; font-size: 2rem; color: var(--text-muted);
}
.mv-moderate-type-tag {
  position: absolute; top: 8px; left: 8px;
  padding: 3px 8px; border-radius: 6px; font-size: .7rem; font-weight: 700;
}
.tag-img { background: rgba(74,222,128,.2); color: #4ade80; }
.tag-vid { background: rgba(99,179,237,.2); color: #63b3ed; }
.mv-moderate-body { padding: 12px 14px; }
.mv-moderate-meta { display: flex; justify-content: space-between; margin-bottom: 6px; }
.mv-moderate-author { font-size: .85rem; font-weight: 600; }
.mv-moderate-time { font-size: .72rem; color: var(--text-muted); }
.mv-moderate-caption {
  font-size: .8rem; color: var(--text-muted); font-style: italic;
  margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mv-moderate-actions { display: flex; align-items: center; justify-content: space-between; gap: 6px; }

.mv-moderate-list { display: flex; flex-direction: column; gap: 10px; }
.mv-moderate-comment-row {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--mv-card); border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 14px;
}
.mv-moderate-comment-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: var(--border); display: flex; align-items: center;
  justify-content: center; font-weight: 700; font-size: .85rem;
}
.mv-moderate-comment-body { flex: 1; min-width: 0; }
.mv-moderate-comment-header { margin-bottom: 4px; }
.mv-moderate-comment-text { font-size: .85rem; word-break: break-word; }

/* ============================================================
   PREVIEW DE CORES — event_form
   ============================================================ */
.mv-color-preview-label {
  font-size: .78rem; font-weight: 700; color: var(--text-muted);
  margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em;
}
.mv-color-preview {
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border);
  background: #0d1f12; width: 100%; max-width: 380px;
  font-family: 'Inter', sans-serif;
}
.mv-cp-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  background: rgba(13,31,18,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mv-cp-logo { display: flex; align-items: center; gap: 8px; }
.mv-cp-logo-icon { font-size: 1.1rem; }
.mv-cp-title { font-size: .82rem; font-weight: 700; color: #e8f5e9; }
.mv-cp-sub { font-size: .6rem; color: rgba(74,222,128,.8); letter-spacing: .06em; }
.mv-cp-upload-btn {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1rem; font-weight: 700;
}
.mv-cp-hero {
  padding: 20px 14px; min-height: 90px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.mv-cp-hero-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0; }
.mv-cp-btn-primary {
  padding: 6px 14px; border-radius: 50px; color: #fff;
  font-size: .72rem; font-weight: 700; display: inline-block;
}
.mv-cp-btn-outline {
  padding: 5px 14px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.4); color: #fff;
  font-size: .72rem; font-weight: 600; display: inline-block;
  background: rgba(255,255,255,.1);
}
.mv-cp-actions {
  display: flex; justify-content: space-around;
  padding: 10px 14px;
  background: #162b1a;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mv-cp-action {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: .65rem; color: rgba(232,245,233,.7);
  border: 1px solid transparent; border-radius: 10px; padding: 6px 10px;
}
.mv-cp-action span { font-size: 1.1rem; }
.mv-cp-post {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
}
.mv-cp-post-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .85rem;
}
.mv-cp-post-bar { flex: 1; color: #e8f5e9; }

/* ═══════════════════════════════════════════════════════
   Upload Modal
   ═══════════════════════════════════════════════════════ */
.upl-overlay {
  display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,.6); align-items: flex-end;
}
.upl-overlay.open { display: flex; }
.upl-sheet {
  background: var(--bg-card, #1a1a1a); width: 100%; max-width: 600px;
  margin: 0 auto; border-radius: 22px 22px 0 0;
  max-height: 95dvh; overflow-y: auto;
  animation: uplSlideUp .28s cubic-bezier(.32,1.2,.5,1);
}
@keyframes uplSlideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }

/* Header */
.upl-step-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px; border-bottom: 1px solid var(--fg-border, rgba(255,255,255,.1));
  position: sticky; top: 0; z-index: 2;
  background: var(--bg-card, #1a1a1a); border-radius: 22px 22px 0 0;
}
.upl-hdr-title { font-weight: 700; font-size: .95rem; }
.upl-hdr-btn {
  width: 36px; height: 36px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.08); color: var(--fg-main, #eee);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .9rem; transition: background .2s;
}
.upl-hdr-btn:hover { background: rgba(255,255,255,.15); }
.upl-hdr-next {
  border: none; background: linear-gradient(135deg, var(--gold, #c9a96e), var(--gold-light, #f5e6d3));
  color: #fff; font-weight: 700; font-size: .82rem;
  padding: 7px 16px; border-radius: 50px; cursor: pointer;
  box-shadow: 0 3px 10px rgba(201,169,110,.3); transition: var(--transition, all .2s);
}
.upl-hdr-next:hover { transform: translateY(-1px); }

/* Step 1 — sources */
.upl-sources {
  display: flex; justify-content: center; gap: 28px;
  padding: 32px 20px 36px;
}
.upl-src-btn {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  background: none; border: none; cursor: pointer; color: var(--fg-main, #eee);
  font-size: .82rem; font-weight: 600; transition: transform .15s;
}
.upl-src-btn:hover { transform: translateY(-3px); }
.upl-src-icon {
  width: 68px; height: 68px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #c9a96e), var(--gold-light, #f5e6d3));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff; box-shadow: 0 6px 18px rgba(201,169,110,.35);
}

/* Multi-nav */
.upl-multi-nav {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 8px 16px; font-size: .82rem; font-weight: 600;
}
.upl-multi-nav button {
  background: rgba(255,255,255,.08); border: none; border-radius: 50%;
  width: 30px; height: 30px; cursor: pointer; color: var(--fg-main, #eee);
}

/* Editor area — stage custom (sem Cropper.js) */
.upl-editor-wrap { position: relative; width: 100%; }
.upl-stage {
  position: relative; width: 100%;
  height: 72vw; max-height: 420px; min-height: 280px;
  background: #111;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.upl-stage-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain; display: block;
  user-select: none; -webkit-user-drag: none;
  transition: filter .18s;
}
/* Crop overlay */
.upl-crop-overlay {
  position: absolute; inset: 0; z-index: 4;
  pointer-events: none;
}
.upl-crop-rect {
  position: absolute;
  box-shadow: 0 0 0 9999px rgba(0,0,0,.55);
  border: 2px solid rgba(255,255,255,.9);
  pointer-events: all; cursor: move;
  touch-action: none;
}
.upl-crop-grid {
  position: absolute; inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  pointer-events: none;
}
.upl-crop-grid span { border: 1px solid rgba(255,255,255,.2); }
/* Handles — 44px toque mínimo */
.upl-ch {
  position: absolute; width: 44px; height: 44px; z-index: 6;
  display: flex; align-items: center; justify-content: center;
  touch-action: none; pointer-events: all;
}
.upl-ch::after {
  content: ''; width: 18px; height: 18px;
  background: #fff; border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.upl-ch-tl { top: -22px; left: -22px; cursor: nw-resize; }
.upl-ch-tr { top: -22px; right: -22px; cursor: ne-resize; }
.upl-ch-bl { bottom: -22px; left: -22px; cursor: sw-resize; }
.upl-ch-br { bottom: -22px; right: -22px; cursor: se-resize; }
.upl-ch-center {
  position: absolute; inset: 22px;
  cursor: move; pointer-events: all;
  touch-action: none;
}
.upl-sticker-overlay {
  position: absolute; inset: 0; pointer-events: none; z-index: 5;
}
.upl-sticker {
  position: absolute; font-size: 2.4rem; cursor: grab; user-select: none;
  pointer-events: all; touch-action: none;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.4));
  transform: translate(-50%,-50%);
}
.upl-video-preview { width: 100%; max-height: 72vw; display: block; }

/* Tools */
.upl-img-tools {
  border-top: 1px solid var(--fg-border, rgba(255,255,255,.1));
  background: var(--bg-card, #1a1a1a);
}
.upl-tab-bar {
  display: flex; border-bottom: 1px solid var(--fg-border, rgba(255,255,255,.1));
}
.upl-tab-btn {
  flex: 1; padding: 11px 6px; border: none; background: none;
  color: rgba(255,255,255,.5); font-size: .78rem; font-weight: 600;
  cursor: pointer; transition: color .2s; border-bottom: 2px solid transparent;
}
.upl-tab-btn.active {
  color: var(--gold, #c9a96e);
  border-bottom-color: var(--gold, #c9a96e);
}
.upl-tool-panel { padding: 10px 12px; }

/* Filter strip */
.upl-filters-strip {
  display: flex; gap: 10px; overflow-x: auto; padding: 4px 0 8px;
  scrollbar-width: none;
}
.upl-filters-strip::-webkit-scrollbar { display: none; }
.upl-filter-btn {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  flex-shrink: 0; background: none; border: 2px solid transparent;
  border-radius: 12px; padding: 6px 10px; cursor: pointer; color: var(--fg-muted, #aaa);
  font-size: .7rem; font-weight: 600; transition: border-color .2s, color .2s;
}
.upl-filter-btn.active { border-color: var(--gold, #c9a96e); color: var(--gold, #c9a96e); }
.upl-filter-thumb {
  width: 52px; height: 52px; border-radius: 10px;
  background: linear-gradient(135deg, #555, #888);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; overflow: hidden;
}

/* Crop controls */
.upl-crop-controls {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; padding: 4px 0;
}
.upl-crop-controls button {
  background: rgba(255,255,255,.08); border: none; border-radius: 50px;
  color: var(--fg-main, #eee); font-size: .78rem; font-weight: 600;
  padding: 8px 16px; cursor: pointer; transition: background .2s;
}
.upl-crop-controls button:hover { background: rgba(255,255,255,.16); }

/* Emoji */
.upl-emoji-hint { font-size: .68rem; color: var(--fg-muted, #aaa); margin: 0 0 8px; text-align: center; }
.upl-emoji-grid {
  display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; padding: 2px 0 6px;
}
.upl-emoji-btn {
  background: rgba(255,255,255,.06); border: none; border-radius: 8px;
  font-size: 1.5rem; width: 44px; height: 44px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .1s;
}
.upl-emoji-btn:hover { background: rgba(255,255,255,.14); transform: scale(1.15); }

/* Step 3 — info */
.upl-info-body { padding: 16px; }
.upl-send-previews {
  display: flex; gap: 8px; overflow-x: auto; margin-bottom: 18px;
  scrollbar-width: none; padding-bottom: 4px;
}
.upl-send-previews::-webkit-scrollbar { display: none; }
.upl-send-thumb {
  flex-shrink: 0; width: 72px; height: 72px; border-radius: 10px;
  overflow: hidden; background: rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--gold, #c9a96e);
}
.upl-send-thumb img { width: 100%; height: 100%; object-fit: cover; }
.upl-info-fields .form-label { color: var(--fg-main, #eee); font-size: .85rem; margin-bottom: 6px; }

/* ============================================================
   LIVEMOMENTS FOOTER
   ============================================================ */
.lm-footer {
  background: #111827;
  border-top: 1px solid rgba(201,169,110,.15);
  padding: 28px 0;
}
.lm-footer-heart { color: var(--gold, #c9a96e); font-size: 1.25rem; }
.lm-footer-logo { width: 28px; height: 28px; object-fit: contain; }
.lm-footer-brand { color: #fff; font-family: 'Playfair Display', serif; letter-spacing: .02em; }
.lm-footer-tagline { color: rgba(255,255,255,.42); font-size: .78rem; }
.lm-footer-copy { color: rgba(255,255,255,.38); font-size: .75rem; }
.lm-footer-dev { color: rgba(255,255,255,.38); font-size: .75rem; }
.lm-footer-dev-link {
  color: var(--gold, #c9a96e); text-decoration: none; font-weight: 600;
  transition: color .2s;
}
.lm-footer-dev-link:hover { color: #e8c890; }
.lm-footer-socials { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.lm-footer-socials a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  color: rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem;
  text-decoration: none;
  transition: all .2s;
}
.lm-footer-socials a:hover {
  background: var(--gold, #c9a96e);
  border-color: var(--gold, #c9a96e);
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201,169,110,.35);
}
@media (min-width: 768px) {
  .lm-footer-socials { justify-content: flex-end; }
}

/* ============================================================
   FEED — DESKTOP LAYOUT  (≥ 992px)
   Mobile permanece 100% intocado.
   ============================================================ */

/* base: bloco — mobile inalterado */
.mvf-layout { display: block; }
.mvf-layout-aside,
.mvf-layout-main  { display: block; }

@media (min-width: 992px) {

  /* ── Widen header inner ──────────────────────────────────── */
  .mvf-header-inner {
    max-width: 1440px;
    padding: 14px 36px;
  }

  /* ── Hero — mais cinemático no desktop ──────────────────── */
  .mvf-hero {
    max-height: 540px;
    min-height: 340px;
    height: 36vw;
  }
  .mvf-hero-text {
    max-width: 700px;
    padding: 32px 40px 56px;
  }

  /* ── Two-panel layout ───────────────────────────────────── */
  .mvf-layout {
    display: flex;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
  }

  /* ── Sidebar esquerda ───────────────────────────────────── */
  .mvf-layout-aside {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 64px;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    border-right: 1px solid var(--fg-border);
    padding-bottom: 24px;
  }
  .mvf-layout-aside::-webkit-scrollbar { display: none; }

  /* anula max-width das seções dentro do aside */
  .mvf-layout-aside .mvf-actions,
  .mvf-layout-aside .mvf-recent-sec,
  .mvf-layout-aside .mvf-stories-sec { max-width: none; }

  /* ── Actions: grade 2×2 no aside ──────────────────────── */
  .mvf-layout-aside .mvf-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px 16px;
    background: transparent;
    border-bottom: 1px solid var(--fg-border);
  }
  .mvf-layout-aside .mvf-action-item {
    background: var(--fg-card2);
    border-radius: 14px;
    padding: 14px 8px;
    border: 1px solid var(--fg-border);
    flex: unset;
  }
  .mvf-layout-aside .mvf-action-item:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
  }
  .mvf-layout-aside .mvf-action-icon {
    width: 44px; height: 44px; font-size: 1.1rem;
  }

  /* ── Countdown no aside ────────────────────────────────── */
  .mvf-layout-aside .mvf-countdown {
    max-width: none;
    margin: 16px;
    border-radius: 14px;
  }

  /* ── Fotos recentes no aside ────────────────────────────── */
  .mvf-layout-aside .mvf-recent-sec {
    padding-top: 16px;
    border-bottom: 1px solid var(--fg-border);
  }
  .mvf-layout-aside .mvf-stories-hd { padding: 0 16px 12px; }
  .mvf-layout-aside .mvf-recent-swiper { padding: 0 16px 16px !important; }
  .mvf-layout-aside .mvf-recent-slide {
    width: 86px !important;
    height: 86px !important;
    border-radius: 10px;
  }

  /* ── Stories no aside ───────────────────────────────────── */
  .mvf-layout-aside .mvf-stories-sec {
    padding: 16px 0;
    border-bottom: none;
  }
  .mvf-layout-aside .mvf-stories-row {
    padding: 0 16px 8px;
    gap: 10px;
  }

  /* ── Painel principal ───────────────────────────────────── */
  .mvf-layout-main {
    flex: 1;
    min-width: 0;
  }
  .mvf-layout-main .mvf-posts {
    max-width: none;
    padding-bottom: 48px;
  }

  /* ── Cabeçalho da seção de posts ────────────────────────── */
  .mvf-layout-main .mvf-posts::before {
    content: 'Feed de Momentos';
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--fg-muted);
    padding: 22px 24px 0;
    border-bottom: 1px solid var(--fg-border);
    padding-bottom: 16px;
    margin-bottom: 4px;
  }

  /* ── Grade de 3 colunas ─────────────────────────────────── */
  #media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 20px 22px 22px;
    flex-direction: unset;
  }

  /* ── Card do post ───────────────────────────────────────── */
  .mvf-post {
    border-radius: 16px;
    border: 1px solid var(--fg-border) !important;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .mvf-post:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,.55),
                0 0 0 1px rgba(201,169,110,.15);
    border-color: rgba(201,169,110,.35) !important;
  }

  /* ── Mídia: proporção 4:3 forçada ──────────────────────── */
  .mvf-post-media {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
  .mvf-post-media img {
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mvf-post-media .mv-video-wrap {
    height: 100%;
    width: 100%;
  }

  /* ── Ocultar nav inferior no desktop ───────────────────── */
  .mvf-bottom-nav    { display: none !important; }
  .mvf-bottom-spacer { display: none !important; }
}

/* ── 4 colunas em telas muito largas ────────────────────── */
@media (min-width: 1440px) {
  #media-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* ============================================================
   CÁPSULA DO TEMPO
   ============================================================ */
.mv-capsule-hero {
  text-align: center;
  padding: 2rem 1.2rem;
  background: linear-gradient(135deg, var(--bg-hero, #162b1a) 0%, var(--bg-main, #0d1117) 100%);
  border-radius: 0 0 24px 24px;
  margin-bottom: 1.5rem;
}
.mv-capsule-hero-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: .8rem;
  animation: float 3s ease-in-out infinite;
}
.mv-capsule-hero-title {
  font-family: var(--font-heading, 'Playfair Display', serif);
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.mv-capsule-hero-text {
  color: var(--text-muted);
  font-size: .95rem;
  margin-bottom: 1.2rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mv-capsule-form {
  background: var(--bg-card, #161b22);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
  margin: 0 1rem 1.5rem;
}
.mv-capsule-form-title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--gold);
}

.mv-capsule-list {
  display: grid;
  gap: 1rem;
  padding: 0 1rem 1rem;
}

.mv-capsule-card {
  background: var(--bg-card, #161b22);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mv-capsule-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.mv-capsule-locked { border-color: var(--border); }
.mv-capsule-unlocked { border-color: var(--gold); }

.mv-capsule-card-header {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1rem .6rem;
}
.mv-capsule-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--bg-main, #0d1117);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem;
  flex-shrink: 0;
}
.mv-capsule-locked .mv-capsule-avatar {
  background: var(--text-muted);
  color: #fff;
}
.mv-capsule-meta { flex: 1; min-width: 0; }
.mv-capsule-author {
  font-weight: 600; font-size: .95rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mv-capsule-title {
  font-size: .85rem; color: var(--text-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mv-capsule-status { flex-shrink: 0; }
.mv-capsule-badge {
  display: inline-flex; align-items: center;
  font-size: .75rem; font-weight: 600;
  padding: .3rem .6rem; border-radius: 20px;
}
.mv-capsule-badge.locked {
  background: rgba(139,148,158,.15); color: var(--text-muted);
}
.mv-capsule-badge.unlocked {
  background: rgba(201,169,110,.15); color: var(--gold);
}

.mv-capsule-countdown {
  padding: 0 1rem .8rem;
  font-size: .85rem;
  color: var(--text-muted);
}
.mv-capsule-countdown .mv-capsule-now {
  color: var(--gold); font-weight: 600;
}
.mv-capsule-countdown .mv-capsule-timer strong {
  color: var(--text-main, #f0f6fc);
}

.mv-capsule-locked-preview {
  text-align: center;
  padding: 1.5rem;
  background: rgba(0,0,0,.15);
  color: var(--text-muted);
}
.mv-capsule-lock-icon {
  font-size: 2rem;
  color: var(--text-muted);
  margin-bottom: .5rem;
}
.mv-capsule-countdown-text {
  margin-top: .5rem;
  font-size: .85rem;
}
.mv-capsule-remaining {
  color: var(--gold); font-weight: 600;
}

.mv-capsule-video {
  position: relative;
  background: #000;
  aspect-ratio: 16/9;
}
.mv-capsule-video video {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}

.mv-capsule-message {
  padding: 1rem;
  font-size: .95rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  border-bottom: 1px solid var(--border);
}
.mv-capsule-reveal {
  padding: .5rem 1rem;
  background: rgba(201,169,110,.08);
}

.mv-capsule-reactions {
  display: flex; flex-wrap: wrap;
  gap: .5rem;
  padding: 1rem;
  justify-content: center;
}
.mv-capsule-reaction {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(139,148,158,.12);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: .35rem .7rem;
  cursor: pointer;
  font-size: .8rem;
  color: var(--text-main, #f0f6fc);
  transition: background .2s, border-color .2s, transform .1s;
}
.mv-capsule-reaction:hover {
  background: rgba(139,148,158,.2);
}
.mv-capsule-reaction:active {
  transform: scale(.95);
}
.mv-capsule-reaction.active {
  border-color: var(--gold);
  background: rgba(201,169,110,.15);
}
.mv-capsule-reaction-emoji { font-size: 1rem; }
.mv-capsule-reaction-label { display: none; }
.mv-capsule-reaction-count { font-weight: 600; font-size: .75rem; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (min-width: 768px) {
  .mv-capsule-hero { padding: 3rem 1.5rem; }
  .mv-capsule-form { margin: 0 1.5rem 2rem; padding: 1.5rem; }
  .mv-capsule-list { padding: 0 1.5rem 2rem; grid-template-columns: repeat(2, 1fr); }
  .mv-capsule-reaction-label { display: inline; }
}

/* Blinking icon for quick action capsule */
@keyframes mv-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
.mv-blink-icon {
  animation: mv-blink 1.4s ease-in-out infinite;
}
