/* 13-links — página /links (linktree configurável), porte 1:1 do bundle
   "Links Juliana.dc.html" (projeto Claude Design dd15fb0a, import 2026-08-23).
   Página standalone: não carrega 00-base.css (body branco da landing
   conflitaria com o gradiente próprio) — os poucos resets que ela usa
   (margin/fonte, [hidden], keyframes) são redeclarados aqui. floatY tem
   amplitude PRÓPRIA deste bundle (-10px; a da landing em 00-base.css é -8px)
   — valor mantido verbatim, não é a mesma constante. popStamp/confettiFly
   são idênticos aos de 00-base.css (usados pela urna, 12-como-votar.css). */

body { margin: 0; font-family: 'Inter', sans-serif; color: #1a2b33; background: #046052; overflow-x: clip; }
[hidden] { display: none !important; }
/* Reset de âncora do helmet do bundle (a{text-decoration:none}) — só a
   decoração: cor por âncora quebraria a cascata dos botões coloridos. */
.jg-links a { text-decoration: none; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes popStamp { 0% { transform: rotate(-8deg) scale(0); opacity: 0; } 60% { transform: rotate(-8deg) scale(1.15); opacity: 1; } 100% { transform: rotate(-8deg) scale(1); opacity: 1; } }
@keyframes confettiFly { 0% { transform: translate(0,0) scale(.4) rotate(0deg); opacity: 1; } 100% { transform: translate(var(--dx),var(--dy)) scale(1) rotate(320deg); opacity: 0; } }

/* Página + sparkles flutuantes */
.jg-links { min-height: 100vh; display: flex; flex-direction: column; align-items: center; padding: 48px 20px 40px; box-sizing: border-box; position: relative; overflow: hidden; background: linear-gradient(170deg, #039580 0%, #04756a 55%, #046052 100%); }
.jg-links__sparkle { position: absolute; color: #fcc609; animation: floatY 3.2s ease-in-out infinite; opacity: .8; }
.jg-links__sparkle--1 { top: 60px; left: 8%; font-size: 26px; }
.jg-links__sparkle--2 { top: 180px; right: 10%; font-size: 18px; animation-duration: 3.8s; opacity: .7; }
.jg-links__sparkle--3 { bottom: 120px; left: 12%; font-size: 20px; color: rgba(255, 255, 255, .4); animation-duration: 4.2s; opacity: 1; }
.jg-links__inner { width: 100%; max-width: 460px; display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; }

/* Avatar + nome + selo do número */
.jg-links__avatar { width: 132px; height: 132px; border-radius: 50%; background: rgba(252, 198, 9, .18); border: 4px solid #fcc609; box-shadow: 0 10px 30px rgba(2, 64, 55, .4); overflow: hidden; flex: none; }
.jg-links__avatar-img { width: 100%; height: 100%; object-fit: cover; }
.jg-links__name { margin: 10px 0 0; font-family: 'Poppins', sans-serif; font-weight: 900; font-size: clamp(26px, 7vw, 34px); color: #ffffff; text-shadow: 0 3px 0 rgba(2, 64, 55, .35); letter-spacing: -.5px; text-align: center; }
.jg-links__badge-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.jg-links__cargo { color: rgba(255, 255, 255, .92); font-weight: 700; font-size: 15px; }
.jg-links__num { background: #fcc609; color: #016cbe; font-family: 'Inter', sans-serif; font-variant-numeric: tabular-nums; font-weight: 800; font-size: 18px; letter-spacing: 3px; padding: 5px 14px; border-radius: 10px; }

/* Stack de botões — visual 100% dirigido por dados (v1.62.0): cores/borda
   chegam por CSS vars (SiteLink.style_vars), tamanho/canto/animação/sombra
   por classes de preset (SiteLink.css_classes). O preset M e a sombra-degrau
   preservam os valores do bundle original. */
.jg-links__stack { width: 100%; display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.jg-links__btn { display: flex; align-items: center; gap: 14px; font-family: 'Poppins', sans-serif; font-weight: 800; background: var(--jgl-bg, #ffffff); color: var(--jgl-fg, #039580); border: var(--jgl-border, none); cursor: pointer; width: 100%; box-sizing: border-box; text-align: left; }
.jg-links__btn:hover { color: var(--jgl-fg, #039580); }
.jg-links__btn-label { flex: 1; text-align: left; }
.jg-links__btn-arrow { opacity: .7; }
/* Tamanhos (M = o design original) */
.jg-links__btn--size-sm { font-size: 14px; padding: 12px 20px; }
.jg-links__btn--size-md { font-size: 16px; padding: 16px 22px; }
.jg-links__btn--size-lg { font-size: 18px; padding: 20px 26px; }
/* Cantos */
.jg-links__btn--corner-pill { border-radius: 999px; }
.jg-links__btn--corner-rounded { border-radius: 16px; }
.jg-links__btn--corner-straight { border-radius: 0; }
/* Sombra-degrau do design */
.jg-links__btn--shadow { box-shadow: 0 6px 0 rgba(2, 64, 55, .28); }
/* Animações (reduced-motion coberto abaixo) */
.jg-links__btn--anim-none:hover { filter: brightness(1.06); }
.jg-links__btn--anim-hover_lift:hover { transform: translateY(-2px); }
.jg-links__btn--anim-hover_lift.jg-links__btn--shadow:hover { box-shadow: 0 8px 0 rgba(2, 64, 55, .28); }
.jg-links__btn--anim-pulse { animation: jglPulse 2.2s ease-in-out infinite; }
.jg-links__btn--anim-float { animation: jglFloat 3s ease-in-out infinite; }
.jg-links__btn--anim-shine { position: relative; overflow: hidden; }
.jg-links__btn--anim-shine::after { content: ''; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .45), transparent); animation: jglShine 2.8s ease-in-out infinite; pointer-events: none; }
@keyframes jglPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); } }
@keyframes jglFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes jglShine { 0% { left: -70%; } 55%, 100% { left: 120%; } }
@media (prefers-reduced-motion: reduce) {
  .jg-links__btn--anim-pulse, .jg-links__btn--anim-float, .jg-links__btn--anim-shine::after { animation: none; }
  .jg-links__btn--anim-hover_lift:hover { transform: none; }
}
.jg-links__pix-arrow { display: inline-block; transition: transform .25s; }
.jg-links__btn.is-open .jg-links__pix-arrow { transform: rotate(180deg); }

/* Painel PIX (expande abaixo do botão) */
.jg-links__pix-panel { background: #ffffff; border-radius: 22px; padding: 22px; display: flex; flex-direction: column; align-items: center; gap: 14px; box-shadow: 0 16px 38px rgba(2, 64, 55, .32); }
.jg-links__pix-qr { width: 200px; height: 200px; background: #f6f8f7; border: 2px solid #dce5e2; border-radius: 16px; padding: 12px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
.jg-links__pix-qr-img { width: 100%; height: 100%; object-fit: contain; }
.jg-links__pix-qr-placeholder { font-size: 13px; font-weight: 600; color: #5a6d75; }
.jg-links__pix-caption { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; color: #039580; text-align: center; }
.jg-links__pix-bank { font-size: 13px; line-height: 1.6; color: #39505a; text-align: center; }
.jg-links__pix-copy { background: #016cbe; color: #ffffff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 999px; border: none; cursor: pointer; }
.jg-links__pix-copy:hover { background: #039580; }

/* Urna + créditos (rodapé) — .jg-urna* vem de 12-como-votar.css */
.jg-links__urna-block { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.jg-links__credits { margin-top: 14px; font-size: 12px; line-height: 1.8; color: rgba(255, 255, 255, .7); }
