:root{
--sorteio-container-bg:#fff;
--sorteio-container-border-color:#e9ecef;
--sorteio-container-shadow:rgba(0,0,0,0.15);
--sorteio-input-bg:#fff;
--sorteio-input-border:#e9ecef;
--sorteio-input-color:#343a40;
--sorteio-input-focus-border:#00a651;
--sorteio-input-focus-shadow:rgba(0,166,81,0.1);
--sorteio-contador-bg:#f8f9fa;
--sorteio-contador-border:#e9ecef;
--sorteio-contador-color:#6c757d;
--sorteio-contador-active-bg:#e8f5e8;
--sorteio-contador-active-border:#c3e6c3;
--sorteio-contador-active-color:#155724;
--sorteio-repeat-bg:#fff;
--sorteio-repeat-border:#e9ecef;
--sorteio-repeat-color:#343a40;
--sorteio-repeat-hover-bg:#f8f9fa;
--sorteio-repeat-hover-border:#0072bc;
--sorteio-result-bg:linear-gradient(135deg,#f8f9fa,#ffffff);
--sorteio-result-border:#dee2e6;
--sorteio-result-empty-color:#6c757d;
--sorteio-result-filled-bg:linear-gradient(135deg,#ffffff,#f8fffa);
--sorteio-result-filled-shadow:rgba(0,166,81,0.15);
--sorteio-nome-bg:linear-gradient(135deg,#ffffff,#f0f8f5);
--sorteio-nome-color:#155724;
--sorteio-nome-border:#00a651;
--sorteio-nome-shadow:rgba(0,166,81,0.2);
--sorteio-progresso-bg:linear-gradient(135deg,#e3f2fd,#f3e5f5);
--sorteio-progresso-border:#0072bc;
--sorteio-progresso-color:#0072bc;
--sorteio-progresso-shadow:rgba(0,114,188,0.1);
--sorteio-pendentes-border:#ffc107;
--sorteio-pendentes-bg:linear-gradient(to bottom,#fff9e6,#fff);
--sorteio-pendentes-titulo-color:#856404;
--sorteio-pendentes-titulo-bg:rgba(255,193,7,0.1);
--sorteio-sorteados-border:#00a651;
--sorteio-sorteados-bg:linear-gradient(to bottom,#f0f8f5,#fff);
--sorteio-sorteados-header-bg:rgba(0,166,81,0.1);
--sorteio-sorteados-titulo-color:#155724;
--sorteio-nome-pendente-bg:#fff8e1;
--sorteio-nome-pendente-border:#ffecb3;
--sorteio-nome-pendente-color:#f57f17;
--sorteio-nome-pendente-hover-bg:#fff3c4;
--sorteio-nome-sorteado-item-bg:linear-gradient(135deg,#e8f5e8,#f0f8f5);
--sorteio-nome-sorteado-item-border:#c3e6c3;
--sorteio-nome-sorteado-item-color:#2e7d32;
--sorteio-nome-sorteado-recente-bg:linear-gradient(135deg,#00a651,#28a745);
--sorteio-nome-sorteado-recente-color:#fff;
--sorteio-nome-sorteado-recente-shadow:rgba(0,166,81,0.3);
--sorteio-nome-sorteado-recente-hover-bg:linear-gradient(135deg,#007e3a,#20a745);
--sorteio-ordem-sorteio-bg:rgba(0,166,81,0.1);
--sorteio-ordem-sorteio-color:#00a651;
--sorteio-finalizado-bg:linear-gradient(135deg,#e8f5e8,#f0f8f5);
--sorteio-finalizado-border:#28a745;
--sorteio-finalizado-shadow:rgba(40,167,69,0.1);
--sorteio-finalizado-icone-bg:linear-gradient(135deg,#28a745,#20c997);
--sorteio-finalizado-icone-shadow:rgba(40,167,69,0.3);
--sorteio-finalizado-texto-color:#28a745;
--sorteio-finalizado-texto-secondary:#6c757d;
--sorteio-scrollbar-track:#f8f9fa;
--sorteio-scrollbar-thumb:#c1c8cd;
--sorteio-scrollbar-thumb-hover:#a8b2ba;
}
[data-theme="dark"]{
--sorteio-container-bg:#2d2d2d;
--sorteio-container-border-color:#495057;
--sorteio-container-shadow:rgba(0,0,0,0.4);
--sorteio-input-bg:#1a1a1a;
--sorteio-input-border:#495057;
--sorteio-input-color:#e9ecef;
--sorteio-input-focus-border:#00ff7c;
--sorteio-input-focus-shadow:rgba(0,255,124,0.15);
--sorteio-contador-bg:#3a3a3a;
--sorteio-contador-border:#495057;
--sorteio-contador-color:#adb5bd;
--sorteio-contador-active-bg:#1a3a1a;
--sorteio-contador-active-border:#28a745;
--sorteio-contador-active-color:#00ff7c;
--sorteio-repeat-bg:#2d2d2d;
--sorteio-repeat-border:#495057;
--sorteio-repeat-color:#e9ecef;
--sorteio-repeat-hover-bg:#3a3a3a;
--sorteio-repeat-hover-border:#5ac8fa;
--sorteio-result-bg:linear-gradient(135deg,#1a1a1a,#2d2d2d);
--sorteio-result-border:#495057;
--sorteio-result-empty-color:#adb5bd;
--sorteio-result-filled-bg:linear-gradient(135deg,#2d2d2d,#1a3a1a);
--sorteio-result-filled-shadow:rgba(0,255,124,0.1);
--sorteio-nome-bg:linear-gradient(135deg,#2d2d2d,#1a3a1a);
--sorteio-nome-color:#00ff7c;
--sorteio-nome-border:#28a745;
--sorteio-nome-shadow:rgba(40,167,69,0.2);
--sorteio-progresso-bg:linear-gradient(135deg,#1a2d3a,#2d1a3a);
--sorteio-progresso-border:#5ac8fa;
--sorteio-progresso-color:#5ac8fa;
--sorteio-progresso-shadow:rgba(90,200,250,0.1);
--sorteio-pendentes-border:#ffa500;
--sorteio-pendentes-bg:linear-gradient(to bottom,#3a2a0a,#2d1a1a);
--sorteio-pendentes-titulo-color:#ffb340;
--sorteio-pendentes-titulo-bg:rgba(255,153,0,0.1);
--sorteio-sorteados-border:#28a745;
--sorteio-sorteados-bg:linear-gradient(to bottom,#1a3a1a,#2d2d2d);
--sorteio-sorteados-header-bg:rgba(40,167,69,0.15);
--sorteio-sorteados-titulo-color:#00ff7c;
--sorteio-nome-pendente-bg:#3a2a0a;
--sorteio-nome-pendente-border:#8b6914;
--sorteio-nome-pendente-color:#ffb340;
--sorteio-nome-pendente-hover-bg:#4a3a0a;
--sorteio-nome-sorteado-item-bg:linear-gradient(135deg,#1a3a1a,#0a2a0a);
--sorteio-nome-sorteado-item-border:#28a745;
--sorteio-nome-sorteado-item-color:#00ff7c;
--sorteio-nome-sorteado-recente-bg:linear-gradient(135deg,#00a651,#00ff7c);
--sorteio-nome-sorteado-recente-color:#000;
--sorteio-nome-sorteado-recente-shadow:rgba(0,255,124,0.2);
--sorteio-nome-sorteado-recente-hover-bg:linear-gradient(135deg,#007e3a,#00cc66);
--sorteio-ordem-sorteio-bg:rgba(0,255,124,0.1);
--sorteio-ordem-sorteio-color:#00ff7c;
--sorteio-finalizado-bg:linear-gradient(135deg,#1a3a1a,#0a2a0a);
--sorteio-finalizado-border:#28a745;
--sorteio-finalizado-shadow:rgba(40,167,69,0.15);
--sorteio-finalizado-icone-bg:linear-gradient(135deg,#28a745,#00ff7c);
--sorteio-finalizado-icone-shadow:rgba(40,167,69,0.2);
--sorteio-finalizado-texto-color:#00ff7c;
--sorteio-finalizado-texto-secondary:#adb5bd;
--sorteio-scrollbar-track:#3a3a3a;
--sorteio-scrollbar-thumb:#495057;
--sorteio-scrollbar-thumb-hover:#5a6268;
}
.sorteio-nomes-container{background:var(--sorteio-container-bg);border-radius:1rem;box-shadow:0 0.5rem 1rem var(--sorteio-container-shadow);padding:2rem;margin:1.5rem auto;max-width:600px;transition:all 0.3s ease;overflow:hidden;position:relative;border:2px solid var(--sorteio-container-border-color);}
.sorteio-nomes-container:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1);transform:translateY(-2px);}
.sorteio-nomes-container::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-green),var(--primary-blue));border-radius:1rem 1rem 0 0;}
.sorteio-nomes-input{width:100%;min-height:120px;padding:1rem 1.25rem;font-size:1rem;border:2px solid var(--sorteio-input-border);border-radius:0.5rem;background-color:var(--sorteio-input-bg);color:var(--sorteio-input-color);transition:all 0.3s ease;font-family:inherit;box-sizing:border-box;resize:vertical;margin-bottom:0.5rem;font-weight:500;line-height:1.5;}
.sorteio-nomes-contador{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:var(--sorteio-contador-bg);border:1px solid var(--sorteio-contador-border);border-radius:0.375rem;color:var(--sorteio-contador-color);font-size:0.9rem;font-weight:600;margin-bottom:1.5rem;transition:all 0.3s ease;}
.sorteio-nomes-contador svg{flex-shrink:0;opacity:0.7;}
.contador-texto{transition:all 0.3s ease;}
.sorteio-nomes-contador.com-nomes{background:var(--sorteio-contador-active-bg);border-color:var(--sorteio-contador-active-border);color:var(--sorteio-contador-active-color);}
.sorteio-nomes-contador.com-nomes svg{opacity:1;stroke:var(--success);}
.sorteio-nomes-opcoes{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;}
.sorteio-nomes-repeat{display:flex;align-items:center;gap:0.75rem;padding:1rem;background:var(--sorteio-repeat-bg);border-radius:0.5rem;border:1px solid var(--sorteio-repeat-border);cursor:pointer;transition:all 0.3s ease;font-weight:600;color:var(--sorteio-repeat-color);min-height:48px;}
.sorteio-nomes-repeat:hover{background-color:var(--sorteio-repeat-hover-bg);border-color:var(--sorteio-repeat-hover-border);}
.sorteio-nomes-repeat input[type="checkbox"]{margin:0;flex-shrink:0;}
.sorteio-nomes-quantidade-container{display:flex;align-items:center;gap:0.75rem;padding:1rem;background:var(--sorteio-repeat-bg);border-radius:0.5rem;border:1px solid var(--sorteio-repeat-border);transition:all 0.3s ease;min-height:48px;}
.sorteio-nomes-quantidade-container:hover{background-color:var(--sorteio-repeat-hover-bg);border-color:var(--sorteio-repeat-hover-border);}
.sorteio-nomes-quantidade-container label{font-weight:600;color:var(--sorteio-repeat-color);margin:0;font-size:0.95rem;}
.sorteio-nomes-quantidade{width:80px;padding:0.5rem;font-size:0.95rem;border:2px solid var(--sorteio-input-border);border-radius:0.375rem;background-color:var(--sorteio-input-bg);color:var(--sorteio-input-color);transition:all 0.3s ease;text-align:center;font-weight:600;}
.sorteio-nomes-quantidade:focus{outline:none;border-color:var(--sorteio-input-focus-border);box-shadow:0 0 0 3px var(--sorteio-input-focus-shadow);background-color:var(--sorteio-contador-bg);}
.sorteio-nomes-quantidade:hover{border-color:var(--sorteio-repeat-hover-border);background-color:var(--sorteio-contador-bg);}
.sorteio-nomes-botoes{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap;}
.sorteio-nomes-botoes .tool-btn{padding:1rem 2rem;font-size:1rem;min-width:160px;}
.sorteio-nomes-sortear{display:flex;align-items:center;justify-content:center;gap:0.5rem;}
.sorteio-nomes-limpar{display:flex;align-items:center;justify-content:center;gap:0.5rem;}
.sorteio-nomes-reiniciar{display:none;align-items:center;justify-content:center;gap:0.5rem;}
.sorteio-nomes-reiniciar.mostrar{display:flex;animation:slideInFromBottom 0.4s ease-out;}
.sorteio-nomes-result{background:var(--sorteio-result-bg);border:2px dashed var(--sorteio-result-border);border-radius:1rem;margin-top:2rem;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:all 0.3s ease;}
.sorteio-nomes-result::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,var(--primary-green),var(--primary-blue),var(--primary-green),var(--primary-blue));border-radius:1rem;z-index:-1;opacity:0;transition:opacity 0.3s ease;}
.sorteio-nomes-result:not(.vazio)::before{opacity:1;}
.sorteio-nomes-result:not(.vazio){background:var(--sorteio-result-filled-bg);border:2px solid transparent;box-shadow:0 8px 25px var(--sorteio-result-filled-shadow);}
.sorteio-nomes-result.vazio{color:var(--sorteio-result-empty-color);font-style:italic;border-style:dashed;}
.sorteio-nomes-result.vazio::after{content:'';font-size:3rem;display:block;margin-top:1rem;opacity:0.2;}
.nome-sorteado{display:inline-flex;align-items:center;background:var(--sorteio-nome-bg);color:var(--sorteio-nome-color);padding:1rem 1.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;border:2px solid var(--sorteio-nome-border);margin:0.5rem;transition:all 0.3s ease;position:relative;overflow:hidden;white-space:nowrap;box-shadow:0 4px 15px var(--sorteio-nome-shadow);}
.nome-sorteado::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,166,81,0.1),transparent);transition:left 0.5s ease;}
.nome-sorteado.animar::before{left:100%;}
.nome-sorteado.animar{animation:pulseNome 0.6s ease-out;}
@keyframes pulseNome{0%{transform:scale(1);opacity:1;}50%{transform:scale(1.1);opacity:0.9;}100%{transform:scale(1);opacity:1;}}
.nomes-multiplos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0.75rem;max-width:100%;}
.sorteio-nomes-botoes svg{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.1));}
.sorteio-nomes-contador-progresso{display:none;background:var(--sorteio-progresso-bg);border:2px solid var(--sorteio-progresso-border);border-radius:0.75rem;padding:1rem 1.5rem;margin-top:1.5rem;text-align:center;font-weight:600;color:var(--sorteio-progresso-color);font-size:0.95rem;box-shadow:0 2px 8px var(--sorteio-progresso-shadow);}
.sorteio-nomes-contador-progresso.mostrar{display:block;animation:slideInFromBottom 0.4s ease-out;}
.sorteio-nomes-contador-progresso svg{vertical-align:middle;margin-right:0.5rem;color:var(--sorteio-progresso-color);}
.sorteio-nomes-pendentes,.sorteio-nomes-sorteados{display:none;background:var(--color-bg-card);border:2px solid var(--sorteio-pendentes-border);border-radius:0.75rem;margin-top:1.5rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:all 0.3s ease;}
.sorteio-nomes-pendentes.mostrar,.sorteio-nomes-sorteados.mostrar{display:block;animation:slideInFromBottom 0.5s ease-out;}
.sorteio-nomes-pendentes{border-color:var(--sorteio-pendentes-border);background:var(--sorteio-pendentes-bg);}
.sorteio-nomes-sorteados{border-color:var(--sorteio-sorteados-border);background:var(--sorteio-sorteados-bg);}
.secao-titulo{display:flex;align-items:center;gap:0.5rem;margin:0;padding:1rem;font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;}
.sorteio-nomes-pendentes .secao-titulo{color:var(--sorteio-pendentes-titulo-color);background:var(--sorteio-pendentes-titulo-bg);}
.sorteio-nomes-pendentes .secao-titulo svg{color:var(--sorteio-pendentes-border);}
.sorteio-nomes-sorteados .secao-titulo{color:var(--sorteio-sorteados-titulo-color);}
.sorteio-nomes-sorteados .secao-titulo svg{color:var(--primary-green);}
.secao-header{display:flex;align-items:center;justify-content:space-between;padding-right:1rem;border-bottom:1px solid rgba(0,0,0,0.08);}
.sorteio-nomes-sorteados .secao-header{background:var(--sorteio-sorteados-header-bg);}
.btn-copiar-sorteados{display:flex;align-items:center;gap:0.5rem;margin:0.5rem 0;min-width:auto;}
.btn-copiar-sorteados.loading::after{content:'';position:absolute;right:0.5rem;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;}
.btn-copiar-sorteados.loading{pointer-events:none;opacity:0.7;position:relative;}
.nomes-lista-vertical{max-height:200px;overflow-y:auto;padding:0.75rem;display:flex;flex-direction:column;gap:0.5rem;}
.nomes-lista-vertical::-webkit-scrollbar{width:6px;}
.nomes-lista-vertical::-webkit-scrollbar-track{background:var(--sorteio-scrollbar-track);border-radius:3px;}
.nomes-lista-vertical::-webkit-scrollbar-thumb{background:var(--sorteio-scrollbar-thumb);border-radius:3px;}
.nomes-lista-vertical::-webkit-scrollbar-thumb:hover{background:var(--sorteio-scrollbar-thumb-hover);}
.nome-pendente,.nome-sorteado-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;border-radius:0.5rem;font-weight:600;font-size:0.95rem;transition:all 0.3s ease;position:relative;overflow:hidden;}
.nome-pendente{background:var(--sorteio-nome-pendente-bg);border:1px solid var(--sorteio-nome-pendente-border);color:var(--sorteio-nome-pendente-color);}
.nome-pendente:hover{background:var(--sorteio-nome-pendente-hover-bg);transform:translateX(4px);}
.nome-sorteado-item{background:var(--sorteio-nome-sorteado-item-bg);border:1px solid var(--sorteio-nome-sorteado-item-border);color:var(--sorteio-nome-sorteado-item-color);}
.nome-sorteado-item.recente{background:var(--sorteio-nome-sorteado-recente-bg);color:var(--sorteio-nome-sorteado-recente-color);border-color:var(--sorteio-nome-border);box-shadow:0 2px 8px var(--sorteio-nome-sorteado-recente-shadow);animation:destacarNomeSorteado 0.8s ease-out;}
@keyframes destacarNomeSorteado{0%{transform:scale(1);box-shadow:0 2px 8px var(--sorteio-nome-sorteado-recente-shadow);}50%{transform:scale(1.02);box-shadow:0 4px 15px var(--sorteio-nome-sorteado-recente-shadow);}100%{transform:scale(1);box-shadow:0 2px 8px var(--sorteio-nome-sorteado-recente-shadow);}}
.nome-sorteado-item:hover{background:linear-gradient(135deg,var(--sorteio-nome-sorteado-item-bg),#e8f5e8);transform:translateX(4px);}
[data-theme="dark"] .nome-sorteado-item:hover{background:linear-gradient(135deg,var(--sorteio-nome-sorteado-item-bg),#0a4a0a);}
.nome-sorteado-item.recente:hover{background:var(--sorteio-nome-sorteado-recente-hover-bg);}
.nome-pendente svg,.nome-sorteado-item svg{flex-shrink:0;width:16px;height:16px;}
.nome-pendente svg{color:#ff8f00;}
.nome-sorteado-item svg{color:var(--primary-green);}
.nome-sorteado-item.recente svg{color:var(--sorteio-nome-sorteado-recente-color);}
.ordem-sorteio{font-size:0.75rem;background:var(--sorteio-ordem-sorteio-bg);color:var(--sorteio-ordem-sorteio-color);padding:0.25rem 0.5rem;border-radius:0.25rem;font-weight:700;margin-left:auto;min-width:20px;text-align:center;}
.nome-sorteado-item.recente .ordem-sorteio{background:rgba(255,255,255,0.2);color:var(--sorteio-nome-sorteado-recente-color);}
.sorteio-nomes-finalizado{display:none;background:var(--sorteio-finalizado-bg);border:2px solid var(--sorteio-finalizado-border);border-radius:0.75rem;padding:1.5rem;margin-top:1.5rem;align-items:center;gap:1rem;box-shadow:0 4px 15px var(--sorteio-finalizado-shadow);}
.sorteio-nomes-finalizado.mostrar{display:flex;animation:slideInFromBottom 0.5s ease-out;}
.finalizado-icone{flex-shrink:0;width:48px;height:48px;background:var(--sorteio-finalizado-icone-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px var(--sorteio-finalizado-icone-shadow);}
.finalizado-icone svg{color:#fff;width:24px;height:24px;}
.finalizado-texto{display:flex;flex-direction:column;gap:0.25rem;}
.finalizado-texto strong{font-size:1.1rem;font-weight:700;color:var(--sorteio-finalizado-texto-color);}
.finalizado-texto span{font-size:0.9rem;color:var(--sorteio-finalizado-texto-secondary);font-weight:500;}
@keyframes spin{0%{transform:translateY(-50%) rotate(0deg);}100%{transform:translateY(-50%) rotate(360deg);}}
/* Responsividade para seções de nomes */
@media (max-width:768px){
.sorteio-nomes-container{margin:1rem;padding:1.5rem;max-width:none;}
.sorteio-nomes-contador-progresso{padding:0.875rem 1.25rem;font-size:0.9rem;margin-top:1.25rem;}
.sorteio-nomes-pendentes,.sorteio-nomes-sorteados{margin-top:1.25rem;}
.secao-titulo{padding:0.875rem 1.25rem;font-size:0.85rem;}
.nomes-lista-vertical{max-height:150px;padding:0.625rem;gap:0.375rem;}
.nome-pendente,.nome-sorteado-item{padding:0.625rem 0.875rem;font-size:0.9rem;gap:0.625rem;}
.nome-pendente svg,.nome-sorteado-item svg{width:14px;height:14px;}
.ordem-sorteio{font-size:0.7rem;padding:0.2rem 0.4rem;}
.sorteio-nomes-finalizado{flex-direction:column;text-align:center;padding:1.25rem;margin-top:1.25rem;}
.finalizado-icone{width:40px;height:40px;}
.finalizado-icone svg{width:20px;height:20px;}
.finalizado-texto strong{font-size:1rem;}
.finalizado-texto span{font-size:0.85rem;}
.sorteio-nomes-botoes .tool-btn{max-width:300px;padding:1rem 1.5rem;font-size:0.95rem;}
.btn-copiar-sorteados{align-self:flex-start;padding:0.5rem 0.75rem;font-size:0.8rem;min-width:auto;margin:0.5rem 0;}
.btn-copiar-sorteados svg{width:14px;height:14px;}
}
@media (max-width:480px){
.sorteio-nomes-contador-progresso{padding:0.75rem 1rem;font-size:0.85rem;}
.secao-titulo{padding:0.75rem 1rem;font-size:0.8rem;}
.nomes-lista-vertical{max-height:120px;padding:0.5rem;}
.nome-pendente,.nome-sorteado-item{padding:0.5rem 0.75rem;font-size:0.85rem;}
.sorteio-nomes-finalizado{padding:1rem;}
}
/* Animações de entrada */
.sorteio-nomes-container>*{animation:slideInFromBottom 0.5s ease-out;}
@keyframes slideInFromBottom{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
/* Redução de movimento para acessibilidade */
@media (prefers-reduced-motion:reduce){
.sorteio-nomes-container,
.sorteio-nomes-container>*,
.sorteio-nomes-botoes .tool-btn:hover,
.sorteio-nomes-input:focus,
.sorteio-nomes-result:hover,
.nome-sorteado.animar{animation:none;transform:none;transition:opacity 0.2s ease;}
}
.sorteio-nomes-sortear.oculto{display:none !important;}