:root{color-scheme:dark;--fundo: #030710;--fundo-2: #0c1428;--amarelo: #f6d438;--texto: #f1efed;--texto-2: #b7b6c6;--coral: #ff8a6b;--azul: #2f3cd3;--baloo: "Baloo 2", "Arial Rounded MT Bold", system-ui, sans-serif;--nunito: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;background:var(--fundo);color:var(--texto);font-family:var(--nunito)}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.6}:focus-visible{outline:3px solid var(--texto);outline-offset:3px}.logo{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}.logo-nome{font-family:var(--baloo);font-weight:800;letter-spacing:.02em}.logo-balao{position:relative;font-family:var(--baloo);font-weight:800;background:var(--amarelo);color:var(--fundo)}.logo-balao:after{content:"";position:absolute;border-style:solid;border-color:var(--amarelo) transparent transparent transparent}body.modo-celular{font-size:17px;line-height:1.45}.cel{max-width:480px;min-height:100vh;min-height:100dvh;margin:0 auto;padding:12px 16px 24px;display:flex;flex-direction:column;gap:14px}.cel-cab{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px}.cel .logo-nome{font-size:20px}.cel .logo-balao{font-size:11px;border-radius:8px;padding:2px 8px 1px;margin-top:3px;margin-left:12px}.cel .logo-balao:after{left:8px;bottom:-5px;border-width:6px 4px 0 4px}.cel-festa{font-size:14px;font-weight:800;color:var(--texto-2);text-align:right}.cel h1{font-family:var(--baloo);font-weight:800;font-size:28px;line-height:1.08;margin:4px 0 0;text-wrap:balance}.cel p{margin:0;color:var(--texto-2)}.cel p b{color:var(--texto)}.cel .mascote{align-self:center;height:150px;width:auto}.cel .mascote.pequeno{height:120px}.cel-form{display:flex;flex-direction:column;gap:14px;flex:1}.campo{display:flex;flex-direction:column;gap:4px}.campo label{font-weight:800;font-size:16px}.campo input{font:inherit;font-size:18px;color:var(--texto);background:var(--fundo-2);border:2px solid var(--azul);border-radius:12px;padding:10px 12px;min-height:48px;width:100%}.campo input:focus{outline:3px solid var(--amarelo);outline-offset:1px}.dica{font-size:14px;color:var(--texto-2)}.cel .erro{color:var(--coral);font-weight:800}.interruptor{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;width:100%;background:none;border:0;padding:0;text-align:left}.interruptor-texto{font-weight:800;font-size:16px;line-height:1.3}.interruptor-texto small{display:block;font-weight:400;font-size:14px;color:var(--texto-2)}.interruptor-trilho{width:52px;height:32px;border-radius:999px;background:var(--fundo-2);border:2px solid var(--azul);position:relative;flex:none}.interruptor-trilho:after{content:"";position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:50%;background:var(--texto-2);transition:left .15s}.interruptor[aria-checked=true] .interruptor-trilho{background:var(--amarelo);border-color:var(--amarelo)}.interruptor[aria-checked=true] .interruptor-trilho:after{left:22px;background:var(--fundo)}.espaco{flex:1}.botao{font-family:var(--baloo);font-weight:800;font-size:20px;line-height:1;background:var(--amarelo);color:var(--fundo);border:0;border-radius:14px;min-height:54px;width:100%;padding:4px 16px 0;display:flex;align-items:center;justify-content:center;text-decoration:none}.botao-sec{font-weight:800;font-size:16px;background:none;color:var(--texto);border:2px solid var(--azul);border-radius:14px;min-height:48px;width:100%}.link{background:none;border:0;padding:0;min-height:44px;color:var(--texto);text-decoration:underline;font-weight:800}.caixa-codigo{background:var(--fundo-2);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:2px}.caixa-codigo span{font-size:14px;font-weight:800;color:var(--texto-2)}.caixa-codigo strong{font-family:var(--baloo);font-size:36px;line-height:1;color:var(--amarelo);letter-spacing:.05em}.escolhas{display:flex;flex-direction:column;gap:10px}.escolha{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:none;border:2px solid var(--azul);border-radius:14px;padding:10px 14px;min-height:56px;width:100%}.escolha b{font-size:17px}.escolha span{font-size:14px;color:var(--texto-2)}.passos{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:14px}.passos small{display:block;font-size:14px;color:var(--texto-2);margin-top:2px}.endereco{display:block;font-family:var(--baloo);font-weight:800;font-size:28px;line-height:1.1;color:var(--amarelo);margin-top:4px;overflow-wrap:anywhere}.cel-rodape{text-align:center;font-size:15px}.lista{display:flex;flex-direction:column;border-top:2px solid var(--azul)}.lista-item{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:56px;width:100%;background:none;border:0;border-bottom:2px solid var(--fundo-2);padding:0 2px;font-weight:800;font-size:16px;text-align:left}.lista-item span{font-weight:600;color:var(--texto-2)}.lista-item.perigo{color:var(--coral)}.lista .interruptor{border-bottom:2px solid var(--fundo-2);min-height:56px}.aviso-caixa{border:2px solid var(--coral);border-radius:14px;padding:12px 14px;color:var(--texto)}@media(hover:hover){.botao:hover:not(:disabled){filter:brightness(1.08)}.botao-sec:hover,.escolha:hover,.lista-item:hover{background:var(--fundo-2)}}body.modo-tv{overflow:hidden;height:100vh}.palco{position:absolute;left:0;top:0;width:960px;height:540px;transform-origin:0 0;overflow:hidden}.tv-tela{position:absolute;inset:0}.tv-logo{position:absolute;left:28px;top:22px}.tv-logo .logo-nome{font-size:30px}.tv-logo .logo-balao{font-size:17px;border-radius:12px;padding:4px 11px 2px;margin-top:3px;margin-left:18px}.tv-logo .logo-balao:after{left:14px;bottom:-9px;border-width:10px 7px 0 7px}.tv-centro{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:40px;padding:0 40px}.tv-pilha{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.tv-grande{font-family:var(--baloo);font-weight:800;font-size:52px;line-height:1.02;margin:0}.tv-grande em{font-style:normal;color:var(--amarelo)}.tv-titulo-menu{font-size:44px}.tv-medio{font-size:26px;font-weight:600;line-height:1.25;margin:0}.tv-pequeno{font-size:21px;color:var(--texto-2);line-height:1.3;margin:0}.tv-codigo{font-family:var(--baloo);font-weight:800;font-size:76px;line-height:1;color:var(--amarelo);letter-spacing:.05em}.qr{background:#fff;padding:12px;line-height:0;flex:none}.qr img{width:100%;height:100%;image-rendering:pixelated;display:block}.qr-vazio{background:var(--fundo-2)}.tv-mascote{flex:none;height:300px;width:auto}.tv-mascote-media{height:240px}.tv-botao{font-family:var(--baloo);font-weight:800;font-size:30px;line-height:1;background:var(--amarelo);color:var(--fundo);border:0;border-radius:18px;padding:18px 30px 14px}.tv-botao:focus{outline:5px solid var(--texto);outline-offset:5px}.tv-rodape{position:absolute;left:0;right:0;bottom:20px;text-align:center;font-size:20px;color:var(--texto-2);margin:0}.tv-rodape a{color:var(--texto);font-weight:800}.tv-rodape-zoeira{display:flex;align-items:center;justify-content:center;gap:14px;bottom:12px;left:24px;right:190px;font-size:24px;font-weight:800;color:var(--texto)}.tv-mascote-rodape{height:64px;width:auto}.tv-festa-nome{position:absolute;right:28px;top:26px;font-size:21px;font-weight:800;color:var(--texto-2)}.tv-opcoes{display:flex;flex-direction:column;gap:16px;min-width:440px}.tv-opcao{font-family:var(--baloo);font-weight:800;font-size:32px;line-height:1;text-align:left;background:none;color:var(--texto);border:4px solid var(--azul);border-radius:18px;padding:18px 26px 14px}.tv-opcao:focus{background:var(--amarelo);color:var(--fundo);border-color:var(--amarelo);outline:5px solid var(--texto);outline-offset:5px}.tv-canto{position:absolute;right:24px;bottom:14px;font-size:20px;font-weight:800;color:var(--texto-2);background:none;border:3px solid var(--azul);border-radius:14px;padding:6px 14px}.tv-canto:focus{color:var(--texto);outline:4px solid var(--texto);outline-offset:3px}.tv-conexao{position:absolute;right:24px;top:22px;margin:0;font-size:20px;font-weight:800;color:var(--coral)}.suas-musicas{display:flex;flex-direction:column;gap:8px}.grupo-titulo{margin:4px 0 0;font-family:var(--nunito);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--texto-2)}.vazio{border:2px dashed var(--fundo-2);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:12px}.cel .vazio .mascote,.cel .fala .mascote{height:68px;align-self:auto}.musicas{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.musica{display:flex;align-items:center;gap:10px;min-height:60px;border-bottom:2px solid var(--fundo-2)}.musica-texto{flex:1;min-width:0;display:flex;flex-direction:column}.musica-texto b{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.musica-texto small{font-size:13px;color:var(--texto-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.miniatura{width:72px;height:40px;border-radius:6px;object-fit:cover;flex:none;background:var(--fundo-2)}.quero{font-family:var(--baloo);font-weight:800;font-size:15px;line-height:1;background:none;color:var(--amarelo);border:2px solid var(--amarelo);border-radius:999px;min-height:40px;padding:4px 12px 0;flex:none}.na-lista{font-size:13px;font-weight:800;color:var(--texto-2);flex:none}.tirar{background:none;border:0;color:var(--coral);font-weight:800;font-size:14px;min-height:44px;padding:0 4px;flex:none}.busca-campo input{font:inherit;font-size:18px;color:var(--texto);background:var(--fundo-2);border:2px solid var(--azul);border-radius:12px;padding:10px 12px;min-height:48px;width:100%}.busca-campo input:focus{outline:3px solid var(--amarelo);outline-offset:1px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{font-size:14px;font-weight:800;background:none;color:var(--texto);border:2px solid var(--azul);border-radius:999px;padding:4px 12px;min-height:36px}.chip[aria-pressed=true]{background:var(--texto);color:var(--fundo);border-color:var(--texto)}.fala{display:flex;align-items:center;gap:10px}.mais-youtube{display:flex;flex-direction:column;gap:8px;margin-top:12px}.mais-youtube>p{margin:0}.aviso-desfazer{position:sticky;bottom:12px;background:var(--texto);color:var(--fundo);border-radius:12px;padding:8px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-weight:800}.aviso-desfazer button{background:none;border:0;color:var(--fundo);text-decoration:underline;font-weight:800;min-height:40px}.oculto{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.tv-video{position:absolute;left:0;top:0;width:832px;height:468px;background:#000}.tv-video iframe{width:100%;height:100%;border:0;display:block}.tv-video.escondido{visibility:hidden}.tv-coluna{position:absolute;left:832px;top:0;width:128px;height:468px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;padding:16px 10px;text-align:center}.tv-coluna .qr{padding:6px}.tv-coluna-codigo{font-family:var(--baloo);font-weight:800;font-size:26px;line-height:1;color:var(--amarelo);letter-spacing:.05em;margin-top:8px}.tv-proximos{display:flex;flex-direction:column;gap:12px;width:100%;border-top:2px solid var(--azul);padding-top:12px}.tv-coluna-rot{font-size:16px;color:var(--texto-2);line-height:1.2}.tv-prox{font-family:var(--baloo);font-weight:800;font-size:26px;line-height:1.05;overflow-wrap:anywhere}.tv-prox-depois{font-size:21px;color:var(--texto-2)}.tv-faixa{position:absolute;left:0;right:0;bottom:0;height:72px;margin:0;padding:0 28px;display:flex;align-items:center;gap:12px;font-size:30px;font-weight:800;white-space:nowrap;overflow:hidden}.tv-faixa em{font-style:normal;font-family:var(--baloo);color:var(--amarelo)}.tv-faixa .mut{color:var(--texto-2);font-weight:600}.tv-botao-faixa{font-size:24px;padding:10px 18px 7px;border-radius:14px;flex:none}.tv-intervalo{position:absolute;inset:0;display:flex;align-items:center;gap:44px;padding:0 48px}.tv-chamada{flex:1;display:flex;flex-direction:column;gap:14px}.tv-vez{font-family:var(--baloo);font-weight:800;font-size:54px;line-height:1.02;margin:0}.tv-vez em{font-style:normal;color:var(--amarelo)}.tv-vez .junto{white-space:nowrap}.tv-musica{font-size:28px;font-weight:800;line-height:1.2;margin:0}.tv-musica span{display:block;font-size:22px;font-weight:600;color:var(--texto-2)}.tv-contagem{display:flex;align-items:center;gap:16px;margin-top:6px}.tv-contagem-num{font-family:var(--baloo);font-weight:800;font-size:64px;line-height:1;color:var(--amarelo);min-width:80px;font-variant-numeric:tabular-nums}.tv-contagem-barra{flex:1;height:12px;background:var(--fundo-2);border-radius:999px;overflow:hidden}.tv-contagem-barra i{display:block;height:100%;background:var(--amarelo);border-radius:999px;transition:width .25s linear}.tv-contagem.parada .tv-contagem-num{font-size:30px;color:var(--texto-2)}.tv-contagem.parada .tv-contagem-barra i{background:var(--texto-2)}.tv-depois{font-size:22px;color:var(--texto-2);margin:0}.tv-depois b{color:var(--texto)}.tv-entrada{display:flex;flex-direction:column;align-items:center;gap:10px}.tv-entrada-rot{font-size:20px;color:var(--texto-2)}.tv-codigo-medio{font-size:52px}.tv-cena{position:absolute;inset:0;animation:tv-entra .45s ease-out both}@keyframes tv-entra{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:none}}.confete{position:absolute;inset:0;overflow:hidden;pointer-events:none}.confete i{position:absolute;top:-24px;width:12px;height:18px;border-radius:3px;animation:confete-cai 2.6s ease-in forwards}@keyframes confete-cai{to{transform:translateY(600px) rotate(540deg)}}.agora{background:var(--fundo-2);border:0;border-radius:14px;padding:10px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;text-align:left;color:var(--texto)}.agora-rot{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--texto-2)}.agora b{font-size:16px}.cel .posicao{font-family:var(--baloo);font-weight:800;font-size:22px;line-height:1.1;color:var(--texto)}.cel .centro{text-align:center}.cel .link.centro{align-self:center}.cel .musica-grande{display:flex;flex-direction:column;text-align:center}.cel .musica-grande b{font-size:20px}.contagem-cel{font-family:var(--baloo);font-weight:800;font-size:56px;line-height:1;color:var(--amarelo);text-align:center;font-variant-numeric:tabular-nums}.botao-gigante{font-size:30px;min-height:76px}.botao-sec.perigo{border-color:var(--coral);color:var(--coral)}.controles{border-top:2px solid var(--fundo-2);padding-top:12px;display:flex;flex-direction:column;gap:10px}.dupla{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fila{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.fila-item{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;min-height:56px;border-bottom:2px solid var(--fundo-2)}.fila-num{font-family:var(--baloo);font-weight:800;font-size:18px;color:var(--texto-2)}.fila-item.no-palco .fila-num{color:var(--amarelo)}.fila-texto{display:flex;flex-direction:column;min-width:0}.fila-texto b{font-size:15px}.fila-texto small{font-size:13px;color:var(--texto-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fila-rot{font-size:13px;font-weight:800;color:var(--texto-2)}.tv-reacoes{position:absolute;left:832px;top:0;width:128px;height:540px;overflow:hidden;pointer-events:none}.tv-reacoes span{position:absolute;bottom:24px;font-size:34px;line-height:1;animation:reacao-sobe 2.4s ease-out forwards}@keyframes reacao-sobe{0%{transform:translateY(0) scale(.6);opacity:0}15%{opacity:1;transform:translateY(-24px) scale(1)}to{transform:translateY(-140px) scale(1.1);opacity:0}}.tv-nota-quem{font-family:var(--baloo);font-weight:800;font-size:46px;line-height:1.05}.tv-nota-quem em{font-style:normal;color:var(--amarelo)}.tv-nota-num{font-family:var(--baloo);font-weight:800;font-size:150px;line-height:.9;color:var(--amarelo);font-variant-numeric:tabular-nums}.tv-nota-votos{font-size:22px;color:var(--texto-2)}.tv-nota-frase{font-size:28px;font-weight:800;margin:10px 0 0;max-width:520px}.tv-top3-titulo{font-size:42px}.tv-top3{display:flex;flex-direction:column;gap:8px;min-width:420px}.tv-top3-item{display:grid;grid-template-columns:52px 1fr auto;align-items:baseline;font-size:28px;font-weight:800}.tv-top3-item small{font-size:18px;color:var(--texto-2);font-weight:600;margin-left:8px}.tv-top3-item b{font-family:var(--baloo);color:var(--amarelo);font-size:30px}.tv-podio{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:0 40px}.tv-podio-titulo{font-size:42px;text-align:center}.tv-degraus{display:flex;align-items:flex-end;gap:18px}.tv-degrau{width:210px;display:flex;flex-direction:column;align-items:center;gap:6px}.tv-degrau-nome{font-family:var(--baloo);font-weight:800;font-size:30px;line-height:1;text-align:center;overflow-wrap:anywhere}.tv-degrau-nota{font-size:20px;font-weight:800;color:var(--texto-2)}.tv-degrau-bloco{width:100%;border-radius:14px 14px 0 0;display:grid;place-items:center;font-family:var(--baloo);font-weight:800;font-size:48px;color:var(--fundo)}.tv-degrau-1 .tv-degrau-bloco{height:170px;background:var(--amarelo)}.tv-degrau-2 .tv-degrau-bloco{height:120px;background:var(--texto)}.tv-degrau-3 .tv-degrau-bloco{height:90px;background:var(--coral)}.tv-mascote-podio{height:110px;width:auto}.estrelas{display:flex;justify-content:center;gap:4px}.estrelas button{font-size:44px;line-height:1;background:none;border:0;padding:4px;min-width:48px;min-height:48px;color:var(--fundo-2);-webkit-text-stroke:2px var(--amarelo)}.estrelas button.acesa{color:var(--amarelo)}.pontos{text-align:center;font-family:var(--baloo);font-weight:800;font-size:22px;color:var(--amarelo)!important;min-height:28px}.emojis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.emojis button{min-width:0;padding:0;font-size:clamp(20px,7vw,28px);min-height:52px;background:var(--fundo-2);border:2px solid var(--coral);border-radius:14px}.emojis button:active{transform:scale(.94)}.cartao-votar{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:52px;background:var(--fundo-2);border:2px solid var(--amarelo);border-radius:14px;padding:8px 14px;font-weight:800;color:var(--amarelo);text-align:left}.ranking{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ranking li{display:grid;grid-template-columns:32px 1fr auto;gap:8px;align-items:center;min-height:54px;border-bottom:2px solid var(--fundo-2)}.ranking li.voce{background:var(--fundo-2);border-radius:10px;padding:0 8px}.ranking-pos{font-family:var(--baloo);font-weight:800;font-size:18px;color:var(--texto-2)}.ranking li b{font-size:15px;display:block}.ranking li small{font-size:12px;color:var(--texto-2)}.ranking li strong{font-family:var(--baloo);font-weight:800;font-size:20px;color:var(--amarelo)}.ranking li.sem-nota strong{font-family:var(--nunito);font-size:13px;color:var(--texto-2)}.doc{gap:12px;line-height:1.55}.doc h2{font-family:var(--baloo);font-weight:800;font-size:21px;margin:14px 0 0;color:var(--texto)}.doc ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:var(--texto-2)}.doc li b,.doc p b{color:var(--texto)}.doc a:not(.link):not(.logo){color:var(--amarelo)}.doc .logo{text-decoration:none;color:var(--texto)}.doc-data{font-size:14px}.doc-voltar{margin-top:12px}.aviso-termos,.links-legais{font-size:13px;text-align:center}.aviso-termos a,.links-legais a{color:var(--texto)}.painel h1{font-size:26px}.painel-destaque{display:flex;align-items:baseline;gap:10px;background:var(--fundo-2);border-radius:14px;padding:12px 14px}.painel-destaque b{font-family:var(--baloo);font-weight:800;font-size:44px;color:var(--amarelo);line-height:1}.painel-linha{display:flex;justify-content:space-between;min-height:40px;align-items:center;border-bottom:2px solid var(--fundo-2)}.painel-linha b{font-family:var(--baloo);font-size:22px}.painel-lista{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;color:var(--texto-2)}.painel-lista span{display:inline-block;min-width:56px;color:var(--texto);font-weight:800}@media(prefers-reduced-motion:reduce){.interruptor-trilho:after{transition:none}.tv-contagem-barra i{transition:none}.tv-cena{animation:none}.confete{display:none}.tv-reacoes span{animation-duration:.01s}}
