@keyframes pulse-ct{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-spin{animation:1s linear infinite spin}.btn.loading{pointer-events:none;opacity:.8}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)rotateX(0)}25%{opacity:1;transform:translateY(25vh)rotate(180deg)rotateX(90deg)}50%{opacity:.8;transform:translateY(50vh)rotate(360deg)rotateX(180deg)}75%{opacity:.5;transform:translateY(75vh)rotate(540deg)rotateX(270deg)}to{opacity:0;transform:translateY(calc(100vh + 50px))rotate(720deg)rotateX(360deg)}}@keyframes float-particle{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.8;transform:translateY(-20px)rotate(180deg)}}@keyframes particle-twinkle{0%,to{opacity:.2;transform:translateY(0)scale(.7)}50%{opacity:.9;transform:translateY(-16px)scale(1.15)}}.success-check-svg.animate{animation:1.5s ease-out success-check-appear}@keyframes success-check-appear{0%{opacity:0;transform:scale(.5)rotate(-90deg)}50%{opacity:1;transform:scale(1.1)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.6s ease-out fadeInUp}.floating-particle,.confetti-particle{pointer-events:none;z-index:100}.notification{color:#fff;z-index:9999;border-radius:10px;padding:1rem 2rem;animation:.3s slideInRight;position:fixed;top:20px;right:20px}:root{--vote-primary:var(--ts-primary);--vote-shadow:0 8px 32px #1f268726;--vote-shadow-hover:0 12px 40px #1f268740;--vote-border-radius:20px;--vote-transition:all .3s cubic-bezier(.4, 0, .2, 1)}[data-bs-theme=dark]{--vote-primary:var(--ts-primary);--vote-shadow:0 8px 32px #0006;--vote-shadow-hover:0 12px 40px #0009}.vote-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.vote-subtitle{color:#ffffffe6;margin:0;font-size:1.1rem;line-height:1.5}.vote-subtitle .server-name{color:#fff;font-weight:600}.vote-decoration{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.vote-decoration .vote-particles{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.vote-decoration .vote-particles .particle{opacity:0;will-change:transform, opacity;background:#ffffffd9;border-radius:50%;width:6px;height:6px;animation:5s ease-in-out infinite particle-twinkle;position:absolute;box-shadow:0 0 8px #ffffff8c}.vote-decoration .vote-particles .particle.particle-gold{background:#daa520;box-shadow:0 0 10px #daa520b3}.vote-decoration .vote-particles .particle.particle-1{width:5px;height:5px;animation-duration:4.5s;animation-delay:0s;top:18%;left:12%}.vote-decoration .vote-particles .particle.particle-2{width:4px;height:4px;animation-duration:5.5s;animation-delay:.9s;top:30%;left:82%}.vote-decoration .vote-particles .particle.particle-3{width:7px;height:7px;animation-duration:4s;animation-delay:1.6s;top:64%;left:16%}.vote-decoration .vote-particles .particle.particle-4{width:4px;height:4px;animation-duration:6s;animation-delay:2.3s;top:72%;left:72%}.vote-decoration .vote-particles .particle.particle-5{width:3px;height:3px;animation-duration:4.2s;animation-delay:.5s;top:44%;left:46%}.vote-decoration .vote-particles .particle.particle-6{width:5px;height:5px;animation-duration:5.2s;animation-delay:1.3s;top:14%;left:56%}.vote-decoration .vote-particles .particle.particle-7{width:5px;height:5px;animation-duration:5s;animation-delay:2.9s;top:82%;left:38%}.vote-decoration .vote-particles .particle.particle-8{width:3px;height:3px;animation-duration:4.8s;animation-delay:1.9s;top:52%;left:88%}@media (prefers-reduced-motion:reduce){.vote-decoration .vote-particles .particle{opacity:.5;animation:none}}.vote-card-body{padding:2.5rem}[data-bs-theme=dark] .vote-card-body{background:#14121c59}#vote-section{scroll-margin-top:70px}.vote-section{margin-bottom:2.5rem}.vote-section:last-child{margin-bottom:0}.vote-section .section-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.vote-section .section-header .section-title{flex:1}.vote-section .section-header .section-title h4{color:#343a40;margin:0;font-size:1.3rem;font-weight:600}[data-bs-theme=dark] .vote-section .section-header .section-title h4{color:#e9ecef}.vote-section .section-header .section-title .optional-badge{color:#6c757d;background:#e9ecef;border-radius:20px;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}[data-bs-theme=dark] .vote-section .section-header .section-title .optional-badge{color:#adb5bd;background:#343a40}.vote-section .section-header .section-title .required-badge{color:#d2384c;background:#f8e1e4;border-radius:20px;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}[data-bs-theme=dark] .vote-section .section-header .section-title .required-badge{color:#e6929d;background:#741f2a}.inp-wrapper .inp-container{margin-bottom:.5rem;position:relative}.inp-wrapper .inp-container .inp{width:100%;transition:var(--vote-transition);background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;outline:none;padding:1rem 1.25rem;font-size:1rem}[data-bs-theme=dark] .inp-wrapper .inp-container .inp{color:#e9ecef;background:#212529;border:2px solid #495057}[data-bs-theme=dark] .inp-wrapper .inp-container .inp::placeholder{color:#adb5bd}.inp-wrapper .inp-container .inp:focus{border-color:var(--vote-primary);box-shadow:0 0 0 3px rgba(var(--ts-primary-rgb), .1);background:#fff}[data-bs-theme=dark] .inp-wrapper .inp-container .inp:focus{border-color:var(--vote-primary);box-shadow:0 0 0 3px rgba(var(--ts-primary-rgb), .2);background:#212529}.inp-wrapper .inp-container .inp-highlight{background:var(--vote-primary);width:0;height:2px;transition:var(--vote-transition);position:absolute;bottom:0;left:50%;transform:translate(-50%)}[data-bs-theme=dark] .inp-wrapper .inp-container .inp-highlight{background:var(--vote-primary)}.inp-wrapper .inp-container .inp-container:focus~.inp-highlight{width:100%}.inp-wrapper .inp-help-text{color:#6c757d;padding-left:1.25rem;font-size:.875rem}[data-bs-theme=dark] .inp-wrapper .inp-help-text{color:#adb5bd}.captcha-container .captcha-wrapper{text-align:center;background:#fff;border:2px dashed #e9ecef;border-radius:12px;justify-content:center;align-items:center;min-height:100px;padding:1.5rem;display:flex}[data-bs-theme=dark] .captcha-container .captcha-wrapper{background:#212529;border:2px dashed #495057}.captcha-container .captcha-wrapper .turnstile-container{display:inline-block}.benefits-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.benefits-grid .benefit-item{text-align:center;padding:1.5rem 1rem}.benefits-grid .benefit-item .benefit-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.benefits-grid .benefit-item .benefit-icon.ranking{background:var(--ts-gradient-ranking);color:#fff}.benefits-grid .benefit-item .benefit-icon.community{background:var(--ts-gradient-community);color:#fff}.benefits-grid .benefit-item .benefit-icon.rewards{background:var(--ts-gradient-rewards);color:#fff}.benefits-grid .benefit-item .benefit-content h5{color:#343a40;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}[data-bs-theme=dark] .benefits-grid .benefit-item .benefit-content h5{color:#e9ecef}.benefits-grid .benefit-item .benefit-content p{color:#6c757d;margin:0;font-size:.9rem;line-height:1.4}[data-bs-theme=dark] .benefits-grid .benefit-item .benefit-content p{color:#adb5bd}.vote-card-footer{text-align:center;background:#f8f9fa;padding:2rem}[data-bs-theme=dark] .vote-card-footer{background:#212529}.btn-vote-2{background:var(--vote-gradient);color:#fff;cursor:pointer;transition:var(--vote-transition);text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(var(--ts-primary-rgb), .3);border:none;border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;position:relative;overflow:hidden}[data-bs-theme=dark] .btn-vote-2{box-shadow:0 4px 20px rgba(var(--ts-primary-rgb), .4)}.btn-vote-2:hover:not(:disabled){box-shadow:0 6px 25px rgba(var(--ts-primary-rgb), .4);transform:translateY(-2px)}[data-bs-theme=dark] .btn-vote-2:hover:not(:disabled){box-shadow:0 6px 30px rgba(var(--ts-primary-rgb), .6)}.btn-vote-2:disabled{opacity:.6;cursor:not-allowed}[data-bs-theme=dark] .btn-vote-2:disabled{opacity:.5}.btn-vote-2.loading{pointer-events:none;cursor:wait;position:relative;color:#0000!important;transform:none!important}.btn-vote-2.loading:hover{box-shadow:0 4px 15px rgba(var(--ts-primary-rgb), .3)!important;transform:none!important}[data-bs-theme=dark] .btn-vote-2.loading:hover{box-shadow:0 4px 20px rgba(var(--ts-primary-rgb), .4)!important}.btn-vote-2.loading:before{content:"";z-index:10;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite btn-loading-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-vote-2.loading:after{content:"";z-index:1;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:1.5s ease-in-out infinite btn-loading-shimmer;position:absolute;top:0;left:-100%}.btn-vote-2.loading *{opacity:0!important}.btn-vote-2 .btn-content{z-index:2;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}.btn-vote-2 .btn-ripple{background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[data-bs-theme=dark] .btn-vote-2 .btn-ripple{background:#fff3}.btn-vote-2:active .btn-ripple{width:300px;height:300px}.failed-animation-container,.success-animation-container{align-items:center;gap:2rem;display:flex}.failed-animation-container .failed-icon-animation,.success-animation-container .success-check-animation{flex-shrink:0}.failed-animation-container .failed-text-content,.success-animation-container .success-text-content{flex:1}.server-banner-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;margin-bottom:1rem;padding:1rem}[data-bs-theme=dark] .server-banner-container{background:#0003!important;border-color:#ffffff1a!important}.vote-server-display{animation:1s ease-out .5s both fade-in-up}.vote-actions .action-card{background:#fff;border:2px solid #0000;border-radius:20px;gap:1.5rem;height:100%;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}.vote-actions .action-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}[data-bs-theme=dark] .vote-actions .action-card{background:var(--ts-gray-900)}.vote-actions .action-card.back-action,.vote-actions .action-card.primary-action{border-color:#28a74533}.vote-actions .action-card.back-action:hover,.vote-actions .action-card.primary-action:hover{background:#28a74505;border-color:#28a74566}.vote-actions .action-card.back-action .action-icon,.vote-actions .action-card.primary-action .action-icon{color:#fff;background:linear-gradient(135deg,#0c8253 0%,#20c997 100%)}.vote-actions .action-card.contact-action,.vote-actions .action-card.secondary-action{border-color:#f503}.vote-actions .action-card.contact-action:hover,.vote-actions .action-card.secondary-action:hover{background:#ff550005;border-color:#f506}.vote-actions .action-card.contact-action .action-icon,.vote-actions .action-card.secondary-action .action-icon{color:#fff;background:linear-gradient(135deg,#f50 0%,#7640ff 100%)}.vote-actions .action-card.retry-action{border-color:#ffc10733}.vote-actions .action-card.retry-action:hover{background:#ffc10705;border-color:#ffc10766}.vote-actions .action-card.retry-action .action-icon{color:#fff;background:linear-gradient(135deg,#e09b20 0%,#fd7e14 100%)}.vote-actions .action-card .action-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex;box-shadow:0 4px 15px #0000001a}.vote-actions .action-card .action-content{flex:1}.vote-actions .action-card .action-content h5{color:#f50;font-weight:600}.vote-actions .action-card .action-content p{color:var(--ts-gray-600);margin:0;font-size:.95rem}[data-bs-theme=dark] .vote-actions .action-card .action-content p{color:var(--ts-gray-400)}.vote-actions .action-card .action-button{flex-shrink:0}.vote-actions .action-card .action-button .btn{text-transform:uppercase;letter-spacing:.5px;border-radius:15px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.vote-actions .action-card .action-button .btn.btn-primary{background:linear-gradient(135deg,#f50 0%,#7640ff 100%);border:none;box-shadow:0 4px 15px #ff55004d}.vote-actions .action-card .action-button .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f506}.vote-actions .action-card .action-button .btn.btn-success{background:linear-gradient(135deg,#0c8253 0%,#20c997 100%);border:none;box-shadow:0 4px 15px #28a7454d}.vote-actions .action-card .action-button .btn.btn-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.vote-actions .action-card .action-button .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.vote-page{min-height:calc(100vh - 200px);padding-bottom:3rem}.bg-vote{background:linear-gradient(135deg,#ff550008 0%,#7640ff08 100%)}.bg-vote[data-bs-theme=dark]{background:linear-gradient(135deg,#ff55000d 0%,#7640ff0d 100%)}.bg-vote-success{background:linear-gradient(135deg,#0c825308 0%,#20c99708 100%)}.bg-vote-success[data-bs-theme=dark]{background:linear-gradient(135deg,#0c82530d 0%,#20c9970d 100%)}.bg-vote-failed{background:linear-gradient(135deg,#d2384c08 0%,#fd7e1408 100%)}.bg-vote-failed[data-bs-theme=dark]{background:linear-gradient(135deg,#d2384c0d 0%,#fd7e140d 100%)}.vote-header-section{margin-bottom:3rem}.vote-header-section .vote-banner-card{color:#fff;background:linear-gradient(135deg,#f50 0%,#7640ff 100%);border-radius:25px;min-height:250px;position:relative;overflow:hidden;box-shadow:0 20px 40px #ff55004d}.vote-header-section .vote-banner-card .vote-failed-header .failed-notification-card .failed-content-wrapper,.vote-failed-header .failed-notification-card .vote-header-section .vote-banner-card .failed-content-wrapper,.vote-header-section .vote-banner-card .vote-success-header .success-celebration-card .success-content-wrapper,.vote-success-header .success-celebration-card .vote-header-section .vote-banner-card .success-content-wrapper,.vote-header-section .vote-banner-card .vote-banner-content{z-index:2;padding:2.5rem;position:relative}.vote-header-section .vote-banner-card .vote-banner-overlay{background:linear-gradient(45deg,#0000001a 0%,#ffffff0d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.vote-header-section .vote-banner-card .vote-server-title{text-shadow:0 2px 4px #0000004d;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.vote-header-section .vote-banner-card .vote-server-description{opacity:.95;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.vote-header-section .vote-banner-card .vote-server-meta .badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.vote-process-section .vote-process-header{margin-bottom:3rem}.vote-process-section .vote-process-header .vote-process-title{color:#f50;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.vote-process-section .vote-process-header .vote-process-subtitle{color:var(--ts-gray-600);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.vote-stats-circle{display:inline-block;position:relative}.vote-stats-circle .vote-count-display{text-align:center;z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vote-stats-circle .vote-count-display .vote-count-number{color:#fff;text-shadow:0 2px 4px #0000004d;font-size:2rem;font-weight:800}.vote-stats-circle .vote-count-display .vote-count-label{opacity:.9;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.vote-stats-circle .vote-progress-ring .progress-ring{transform:rotate(-90deg)}.vote-stats-circle .vote-progress-ring .progress-ring__circle{stroke:#ffffff4d;stroke-dasharray:452.16;stroke-dashoffset:calc(452.16 - 452.16 * var(--progress) / 100);filter:drop-shadow(0 0 5px #ffffff80);transition:stroke-dashoffset 1s ease-in-out}.vote-form-section{margin:0 auto}.vote-cooldown-section{padding:3rem 0}.vote-cooldown-section .cooldown-card{text-align:center;background:#fff;border:2px solid #ff55001a;border-radius:20px;max-width:600px;margin:0 auto;padding:3rem;transition:all .3s;box-shadow:0 10px 30px #0000001a}[data-bs-theme=dark] .vote-cooldown-section .cooldown-card{background:var(--ts-gray-900)}.vote-cooldown-section .cooldown-content{margin-bottom:2rem}.vote-cooldown-section .cooldown-content .cooldown-title{color:#f50;margin-bottom:1rem;font-weight:700}.vote-cooldown-section .cooldown-content .cooldown-message{margin-bottom:1rem;font-size:1.1rem}.vote-cooldown-section .cooldown-content .cooldown-message .cooldown-time{color:#f50;font-size:1.2em;font-weight:700}.vote-cooldown-section .cooldown-content .cooldown-info{color:var(--ts-gray-600)}.vote-success-header{margin-bottom:3rem}.vote-success-header .success-celebration-card{color:#fff;background:linear-gradient(135deg,#0c8253 0%,#20c997 100%);border-radius:25px;min-height:280px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0c82534d}.vote-success-header .success-celebration-card .vote-failed-header .failed-notification-card .failed-content-wrapper,.vote-failed-header .failed-notification-card .vote-success-header .success-celebration-card .failed-content-wrapper,.vote-success-header .success-celebration-card .success-content-wrapper,.vote-success-header .success-celebration-card .vote-header-section .vote-banner-card .vote-banner-content,.vote-header-section .vote-banner-card .vote-success-header .success-celebration-card .vote-banner-content{z-index:2;padding:2.5rem;position:relative}.vote-success-header .success-celebration-card .success-confetti-bg{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10,10 L20,20 L30,10 Z' fill='rgba(255,255,255,0.1)'/%3E%3Cpath d='M70,30 L80,40 L90,30 Z' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='20' cy='70' r='3' fill='rgba(255,255,255,0.2)'/%3E%3Ccircle cx='80' cy='80' r='2' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");animation:6s ease-in-out infinite float;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.success-animation-container .success-check-animation{width:120px;height:120px}.success-animation-container .success-check-animation .success-check-svg{opacity:0;width:100%;height:100%;animation:.6s cubic-bezier(.68,-.55,.265,1.55) .3s forwards scale-in;transform:scale(0)}.success-animation-container .success-check-animation .success-check-svg.animate .success-check-circle{animation:1.2s ease-out .3s forwards draw-circle}.success-animation-container .success-check-animation .success-check-svg.animate .success-check-path{animation:.8s ease-out 1.2s forwards draw-check}.success-animation-container .success-check-animation .success-check-svg .success-check-circle{fill:none;stroke:#ffffffe6;stroke-width:3px;stroke-dasharray:220;stroke-dashoffset:220px;opacity:0;visibility:hidden;transform-origin:50%}.success-animation-container .success-check-animation .success-check-svg .success-check-path{fill:none;stroke:#fff;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50px;opacity:0;visibility:hidden;filter:drop-shadow(0 2px 4px #0000004d)}.success-animation-container .success-text-content{opacity:0;animation:.8s ease-out .6s forwards slide-in-right;transform:translate(30px)}@keyframes scale-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes draw-circle{0%{stroke-dashoffset:220px;stroke:#ffffff4d;opacity:0;visibility:hidden}1%{opacity:1;visibility:visible}50%{stroke:#ffffffb3;opacity:1}to{stroke-dashoffset:0;stroke:#ffffffe6;opacity:1;visibility:visible}}@keyframes draw-check{0%{stroke-dashoffset:50px;opacity:0;visibility:hidden}1%{opacity:1;visibility:visible}to{stroke-dashoffset:0;opacity:1;visibility:visible}}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.success-animation-container .success-check-animation .success-check-svg{opacity:1;animation:none;transform:scale(1)}.success-animation-container .success-check-animation .success-check-svg .success-check-circle,.success-animation-container .success-check-animation .success-check-svg .success-check-path{stroke-dashoffset:0;opacity:1;visibility:visible;animation:none}.success-animation-container .success-text-content{opacity:1;animation:none;transform:translate(0)}}.vote-countdown-section{margin-top:5rem;margin-bottom:5rem}.vote-countdown-section .countdown-title{color:#f50;font-size:2rem;font-weight:700}.vote-countdown-section .countdown-subtitle{font-size:1.1rem}.cd .cd-u{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.cd .cd-unit{color:#fff;text-align:center;background:linear-gradient(135deg,#f50 0%,#7640ff 100%);border-radius:12px;min-width:80px;padding:1rem 1.5rem;box-shadow:0 4px 15px #ff55004d}.cd .cd-unit .cd-nb{margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1;display:block}.cd .cd-unit .cd-lab{opacity:.9;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cd .cd-sep{color:#f50;font-size:2rem;font-weight:700;line-height:1;animation:1s infinite blink}.vote-actions.vote-act-success .action-card{flex-direction:row}.vote-actions .action-card{text-align:left;flex-direction:row;align-items:center}.vote-failed-header{margin-bottom:3rem}.vote-failed-header .failed-notification-card{color:#fff;background:linear-gradient(135deg,#d2384c 0%,#fd7e14 100%);border-radius:25px;min-height:280px;animation:3s ease-in-out infinite error-glow;position:relative;overflow:hidden;box-shadow:0 20px 40px #d2384c4d}.vote-failed-header .failed-notification-card .failed-content-wrapper,.vote-failed-header .failed-notification-card .vote-header-section .vote-banner-card .vote-banner-content,.vote-header-section .vote-banner-card .vote-failed-header .failed-notification-card .vote-banner-content,.vote-failed-header .failed-notification-card .vote-success-header .success-celebration-card .success-content-wrapper,.vote-success-header .success-celebration-card .vote-failed-header .failed-notification-card .success-content-wrapper{z-index:2;padding:2.5rem;position:relative}.vote-failed-header .failed-notification-card .failed-background-pattern{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10,10 L20,20 L10,30 Z' fill='rgba(255,255,255,0.1)'/%3E%3Cpath d='M70,30 L80,40 L70,50 Z' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='20' cy='70' r='3' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='80' cy='80' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");animation:8s ease-in-out infinite drift-pattern;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes drift-pattern{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes error-glow{0%,to{box-shadow:0 0 10px #dc35454d}50%{box-shadow:0 0 20px #dc354599}}.failed-animation-container .failed-icon-animation .failed-icon-svg .failed-icon-circle{stroke-dasharray:220;stroke-dashoffset:220px;stroke:#fffc;animation:1.5s ease-out forwards draw-error-circle}.failed-animation-container .failed-icon-animation .failed-icon-svg .failed-icon-cross{stroke-dasharray:60;stroke-dashoffset:60px;stroke:#fff;stroke-width:6px;animation:.8s ease-out 1.2s forwards draw-error-cross}.failed-animation-container .failed-text-content{animation:1s ease-out slide-in-left}@keyframes draw-error-circle{to{stroke-dashoffset:0}}@keyframes draw-error-cross{to{stroke-dashoffset:0}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.vote-failed-help .help-icon-wrapper{background:linear-gradient(135deg,#0c8253 0%,#20c997 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 25px #28a7454d}.vote-failed-help .help-icon-wrapper .help-icon{color:#fff;font-size:2.5rem}.vote-failed-help .help-title{color:#f50;margin-bottom:.5rem;font-size:2rem;font-weight:700}.vote-failed-help .help-subtitle{color:var(--ts-gray-600);margin:0;font-size:1.1rem}.vote-failed-help .help-description{text-align:center;max-width:80%;color:var(--ts-gray-700);margin:2rem auto auto;font-size:1rem;line-height:1.6}[data-bs-theme=dark] .vote-failed-help .help-description{color:var(--ts-gray-400)}.vote-actions .action-card{text-align:center;flex-direction:column}.vote-actions .action-card .action-icon{width:70px;height:70px;font-size:1.8rem;box-shadow:0 6px 20px #00000026}.vote-actions .action-card .action-content h5{font-size:1.3rem}.vote-actions .action-card .action-content p{font-size:1rem}.vote-failed-premium .premium-suggestion-header{margin-bottom:2rem}.vote-failed-premium .premium-suggestion-header .premium-suggestion-title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.vote-failed-premium .premium-suggestion-header .premium-suggestion-title .text-gradient{background:linear-gradient(135deg,#daa520 0%,#a47c18 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.vote-failed-premium .premium-suggestion-header .premium-suggestion-subtitle{color:var(--ts-gray-600);margin:0;font-size:1.1rem}[data-bs-theme=dark] .vote-failed-premium .premium-suggestion-header .premium-suggestion-subtitle{color:var(--ts-gray-400)}.premium-success-card{background:#fff padding-box padding-box;border:2px solid #0000;border-radius:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.premium-success-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000026}[data-bs-theme=dark] .premium-success-card:hover{box-shadow:0 15px 35px #00000080}.premium-success-card:before{content:"";z-index:1;background:linear-gradient(135deg,#daa520 0%,#a47c18 100%);border-radius:20px;position:absolute;top:0;bottom:0;left:0;right:0}[data-bs-theme=dark] .premium-success-card:before{background:linear-gradient(135deg,#daa52099 0%,#a47c1899 100%)}.premium-success-card .premium-card-content{z-index:3;background:#fff;border-radius:17px;margin:3px;padding:1.75rem;position:relative}[data-bs-theme=dark] .premium-success-card .premium-card-content{border:none;margin:2px;box-shadow:inset 0 0 0 1px #daa5204d;background:var(--ts-gray-900)!important}[data-bs-theme=dark] .premium-success-card .premium-card-content:before{content:"";background:var(--ts-gray-900);z-index:-1;border-radius:17px;position:absolute;top:0;bottom:0;left:0;right:0}[data-bs-theme=dark] .premium-success-card,[data-bs-theme=dark] .premium-success-card h1,[data-bs-theme=dark] .premium-success-card h2,[data-bs-theme=dark] .premium-success-card h3,[data-bs-theme=dark] .premium-success-card h4,[data-bs-theme=dark] .premium-success-card h5,[data-bs-theme=dark] .premium-success-card h6,[data-bs-theme=dark] .premium-success-card p,[data-bs-theme=dark] .premium-success-card span,[data-bs-theme=dark] .premium-success-card div{color:#fff!important}[data-bs-theme=dark] .premium-success-card small{color:#ffffffe6!important}[data-bs-theme=dark] .premium-success-card .premium-title-compact{color:#fff!important}[data-bs-theme=dark] .premium-success-card .premium-subtitle-compact{color:#ffffffe6!important}[data-bs-theme=dark] .premium-success-card .price-amount-compact{color:#fff!important}[data-bs-theme=dark] .premium-success-card .price-benefits small{color:#fffc!important}[data-bs-theme=dark] .premium-success-card .btn-premium-boost-compact,[data-bs-theme=dark] .premium-success-card .btn-premium-boost-compact:hover{color:#fff!important}[data-bs-theme=dark] .premium-success-card{background:var(--ts-gray-800);border:1px solid #daa52033;box-shadow:0 10px 30px #0006}.promotion-card{background:#fff;border:2px solid #ffc10733;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}[data-bs-theme=dark] .promotion-card{background:var(--ts-gray-900)}.promotion-card.special-event{background:linear-gradient(135deg,#ffc1070d 0%,#ff57220d 100%);border-color:#ffc1074d}.promotion-card .promotion-icon{color:#fff;background:linear-gradient(135deg,#e09b20 0%,#fd7e14 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;animation:2s infinite pulse-glow;display:flex}.promotion-card .promotion-content{flex:1}.promotion-card .promotion-content h4{color:#f50;margin-bottom:.5rem;font-weight:700}.promotion-card .promotion-content p{color:var(--ts-gray-600);margin-bottom:1rem}.promotion-card .promotion-content .btn{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;font-weight:600}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 5px #ffc10780}50%{transform:scale(1.05);box-shadow:0 0 20px #ffc107cc}}.premium-header-compact .premium-icon-wrapper-small{background:linear-gradient(135deg,#daa520 0%,#a47c18 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 6px 20px #daa5204d}.premium-header-compact .premium-icon-wrapper-small .premium-icon{color:#fff;font-size:1.5rem}.premium-header-compact .premium-title-compact{color:#daa520;font-size:1.3rem;font-weight:700;line-height:1.2}.premium-header-compact .premium-subtitle-compact{color:var(--ts-gray-600);font-size:.9rem;font-weight:500}.premium-pricing-inline .price-display .price-amount-compact{color:#daa520;font-size:1.5rem;font-weight:800;line-height:1}.premium-pricing-inline .price-display .price-benefits{margin-top:.25rem}.btn-premium-boost-compact{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#daa520 0%,#a47c18 100%);border-radius:30px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 6px 20px #daa52066}.btn-premium-boost-compact:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #daa52080}.btn-premium-boost-compact .btn-premium-content{z-index:2;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}@keyframes btn-loading-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes btn-loading-shimmer{0%{opacity:0;left:-100%}50%{opacity:1}to{opacity:0;left:100%}}.premium-success-context{background:#20c9971a;border:2px solid #20c99733;border-radius:15px;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.premium-success-context .context-icon{color:#20c997;flex-shrink:0;font-size:1.5rem}.premium-success-context .context-text{color:var(--ts-gray-700);font-size:.95rem;line-height:1.5}.premium-success-context .context-text strong{color:#20c997}[data-bs-theme=dark] .premium-success-context{background:#20c99726;border-color:#20c9974d}[data-bs-theme=dark] .premium-success-context .context-text{color:var(--ts-gray-300)}.action-card:hover .action-icon{transition:transform .3s;transform:scale(1.1)}.action-card .btn:focus{outline-offset:2px;outline:3px solid #ff55004d}@media (max-width:768px){.cd .cd-u{gap:.5rem}.vote-banner-card .vote-banner-content,.success-celebration-card .success-content-wrapper,.failed-notification-card .failed-content-wrapper{padding:1.5rem}.vote-server-title{font-size:1.8rem!important}.success-animation-container,.failed-animation-container{text-align:center;flex-direction:column;gap:1rem}.vote-actions .action-card .action-icon{width:60px!important;height:60px!important;font-size:1.5rem!important}.vote-actions .action-card .action-content h5{font-size:1.1rem!important}.vote-actions .action-card .action-button .btn{width:100%;padding:.75rem 1.5rem;font-size:.95rem}.vote-actions .action-card{text-align:center;flex-direction:column!important;gap:1rem!important}.vote-actions .action-card .action-content{text-align:center}.vote-actions .action-card .action-icon{width:60px!important;height:60px!important;font-size:1.5rem!important}.vote-actions .action-card .action-content h5{font-size:1.1rem!important}.vote-stats-circle{margin-top:2rem}.vote-stats-circle .vote-count-number{font-size:1.5rem!important}.cd .cd-unit{min-width:60px;padding:.75rem 1rem}.cd .cd-unit .cd-nb{font-size:1.5rem!important}.promotion-card{text-align:center;flex-direction:column!important;gap:1rem!important}.help-title{font-size:1.5rem!important}.help-icon-wrapper{width:60px!important;height:60px!important}.help-icon-wrapper .help-icon{font-size:2rem!important}.premium-success-card .premium-card-content{padding:1.25rem}.premium-header-compact .d-flex{text-align:center;flex-direction:column}.premium-header-compact .premium-title-compact{font-size:1.2rem}.premium-pricing-inline{text-align:center;gap:1rem;flex-direction:column!important}.premium-success-context{text-align:center;flex-direction:column}.btn-premium-boost-compact{width:100%;padding:.875rem 1.5rem;font-size:.95rem}}.vote-about-card .card-title i{color:var(--ts-primary)}.vote-about-card .about-text{line-height:1.6}.vote-about-card .about-facts{border-top:1px solid var(--ts-border-color);flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.vote-about-card .fact-item{color:var(--ts-secondary-color);align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.vote-about-card .fact-item i{color:var(--ts-primary);font-size:1rem}.vote-tips-card{background:linear-gradient(150deg, rgba(var(--ts-primary-rgb), .08), transparent 55%), var(--ts-card-bg)}.vote-tips-card .card-title i{color:var(--ts-primary)}.vote-tips-card .tips-list{flex-direction:column;gap:.875rem;display:flex}.vote-tips-card .tip-item{align-items:flex-start;gap:.75rem;display:flex}.vote-tips-card .tip-item+.tip-item{border-top:1px solid color-mix(in srgb, var(--ts-primary) 10%, var(--ts-border-color));padding-top:.875rem}.vote-tips-card .tip-icon{background:rgba(var(--ts-primary-rgb), .12);width:36px;height:36px;color:var(--ts-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.vote-tips-card .tip-text{color:var(--ts-body-color);font-size:.9rem;line-height:1.5}.vote-again-immediate{padding:2rem 0}.vote-again-immediate .immediate-vote-card{border-radius:var(--vote-border-radius);max-width:500px;box-shadow:var(--vote-shadow);transition:var(--vote-transition);background:#fffffff2;border:2px solid #28a74533;margin:0 auto;padding:3rem 2rem}[data-bs-theme=dark] .vote-again-immediate .immediate-vote-card{border-color:rgba(var(--ts-primary-rgb), .3);background:#1e1e1ef2}.vote-again-immediate .immediate-vote-card:hover{box-shadow:var(--vote-shadow-hover);transform:translateY(-2px)}.vote-again-immediate .immediate-vote-icon{animation:2s ease-in-out infinite heartbeat}.vote-again-immediate .immediate-vote-title{color:var(--ts-success);font-weight:600}[data-bs-theme=dark] .vote-again-immediate .immediate-vote-title{color:#0c8253}.vote-again-immediate .immediate-vote-text{color:var(--ts-body-color);opacity:.8;font-size:1.1rem}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.1)}28%{transform:scale(1)}42%{transform:scale(1.1)}70%{transform:scale(1)}}
