@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);body{font-family:'Roboto',sans-serif}.character-gallery-wrapper{position:relative;max-width:1400px;margin:0 auto;overflow:hidden}.available-votes-counter{position:relative;top:0;left:0;max-width:1070px;margin:0 auto;border-radius:5px;background-color:#2020204f;box-shadow:0 2px 4px rgb(0 0 0 / .3);padding:15px;color:#e0e0e0;border:1px solid #333;z-index:1000;text-align:center;font-size:1.2em;font-weight:700;color:#fff;transition:all 0.3s ease;margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.character-gallery{width:100%;margin-top:0;position:relative;min-height:100px}.character-item{width:100%;margin-top:0!important}.character-item-wrapper{border-radius:5px;box-shadow:0 4px 15px rgb(0 0 0 / .1);overflow:hidden;transition:box-shadow 0.3s ease,transform 0.3s ease;height:100%;display:flex;flex-direction:column}.character-item-wrapper:hover{box-shadow:0 6px 20px rgb(0 0 0 / .15);transform:translateY(-3px)}.character-item.voted .character-item-wrapper{box-shadow:inset 0 0 15px 5px rgb(76 175 80 / .7)}.character-image-container{position:relative;width:100%;padding-top:133.33%;overflow:hidden}.character-image-container img{position:absolute;top:0;left:0;width:100%;height:100%!important;object-fit:cover}.character-info{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;transition:background 0.3s ease;will-change:background}.character-info h3{margin:0;font-size:1.4em;text-align:center;color:#fff0;text-shadow:2px 2px 4px #fff0;transition:opacity 0.3s ease,text-shadow 0.3s ease,color 0.3s ease;opacity:0;will-change:opacity,text-shadow,color;line-height:1.2;white-space:normal;max-width:90%;padding:5px;box-sizing:border-box}@media (max-width:767px){.character-info h3{font-size:1.1em}}.character-item-wrapper:hover .character-image-container img{filter:brightness(70%)}.character-item-wrapper:hover .character-info{background:rgb(0 0 0 / .5)}.character-item-wrapper:hover .character-info h3{opacity:1;color:#fff;text-shadow:2px 2px 4px rgb(0 0 0 / .8)}.vote-buttons{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row-reverse;align-items:center;background-color:rgb(0 0 0 / .6);border-radius:20px;padding:6px;width:105px;justify-content:space-between}.vote-button{width:30px;height:30px;border-radius:50%;background-color:rgb(100 100 100 / .8);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color 0.3s,transform 0.3s;padding:0}.vote-button:hover{background-color:rgb(255 255 255);transform:scale(1.1)}.vote-button:disabled{opacity:.5;cursor:not-allowed}.vote-button i{font-size:16px}.vote-button.upvote i{color:#4CAF50}.vote-button.downvote i{color:#f44336}.vote-count{color:#fff;font-weight:700;border-radius:15px;font-size:16px;margin:2px 0;text-align:center}.cvg-filters{display:none}.cvg-filter{display:inline-block;padding:10px 20px;margin:0 5px 10px;background:#2e2e2f;color:#fff;border:none;border-radius:30px;cursor:pointer;transition:all 0.3s ease;font-size:14px;font-weight:700}.cvg-filter:hover,.cvg-filter.active{background:#4CAF50}.image-disclaimer{text-align:left;margin:0 0 0 10px;font-size:.9em;color:#888;font-style:italic}.vote-allocated-empty{margin-top:12px;margin-bottom:5px;font-style:italic;font-size:16px;color:#ddd}.vote-info{display:flex;align-items:flex-end;vertical-align:middle;padding:0 5px;width:100%}#available-votes{font-weight:700;font-size:1.1em;color:#4CAF50;padding:2px 4px;border-radius:4px;line-height:25px}#reset-all-votes{color:#fff;border:none;padding:6px 12px;border-radius:20px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color 0.3s,transform 0.2s;display:flex;align-items:center;box-shadow:0 2px 4px rgb(0 0 0 / .2);margin-left:auto}#reset-all-votes:hover{transform:scale(1.05)}#reset-all-votes:active{transform:scale(.95)}#reset-all-votes i{margin-right:5px}.vote-management-footer{display:none}@media (max-width:767px){.vote-info{flex-wrap:wrap;justify-content:center}#reset-all-votes{margin-left:unset}}@keyframes highlight{0%{color:#4CAF50}50%{color:#ff9800}100%{color:#4CAF50}}.vote-update{animation:highlight 1s ease}.non-voter{text-align:center}.cvg-join-button{display:inline-block;background-color:#4CAF50;color:#fff;padding:10px 20px;border-radius:30px;text-decoration:none;font-weight:700;transition:background-color 0.3s}.cvg-join-button:hover{background-color:#45a049;color:#fff;text-decoration:none}.vote-management{width:100%;margin-top:15px;background-color:#2a2a2a75;padding:5px;border-radius:4px;border:1px solid #444}.vote-management-header{cursor:pointer;transition:background-color 0.2s;display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:rgb(60 60 60 / .25);border-radius:5px}.vote-management-header:hover{background-color:rgb(80 80 80 / .9)}.vote-management-header:active{background-color:rgb(40 40 40 / .9)}.vote-management-title{font-size:1.1em;color:#fff;margin:0;padding:5px;font-weight:400}.vote-management-toggle{border:none;color:#fff;padding:5px 10px;border-radius:20px;cursor:pointer;transition:background-color 0.3s}.vote-allocated-list{max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;width:100%}.vote-allocated-list.expanded{max-height:1000px;transition:max-height 0.3s ease-in}.vote-allocated-item{display:flex;flex-direction:row;align-items:center;background-color:rgb(40 40 40 / .8);border-radius:10px;margin-bottom:10px;transition:background-color 0.2s,transform 0.2s;box-shadow:0 2px 6px rgb(0 0 0 / .2);border:1px solid rgb(100 100 100 / .3)}.vote-allocated-item:hover{background-color:rgb(50 50 50 / .9);transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .3)}.vote-allocated-character img{width:45px;height:45px;border-radius:8px;object-fit:cover;margin-right:12px;box-shadow:0 2px 4px rgb(0 0 0 / .3);border:2px solid rgb(255 255 255 / .2)}.vote-allocated-character{display:flex;align-items:center;flex:1}.vote-allocated-name{font-weight:700;color:#fff;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;font-weight:400}.vote-allocated-counts{display:flex;flex-direction:column;margin-left:auto;margin-right:15px;text-align:right}.vote-allocated-count{background-color:rgb(76 175 80 / .8);color:#fff;font-weight:700;padding:3px 8px;border-radius:6px;font-size:14px;margin-left:5px;box-shadow:0 1px 3px rgb(0 0 0 / .3)}.vote-allocated-total-votes{font-size:12px;color:rgb(255 255 255 / .7)}.vote-total-count{background-color:rgb(255 193 7 / .4);color:#fff;font-weight:700;padding:2px 6px;border-radius:6px;font-size:12px;margin-left:5px}.vote-allocated-controls{display:flex;align-items:center;background-color:rgb(0 0 0 / .2);border-radius:20px 0 0 20px;padding:5px 8px;margin-left:auto;width:150px;justify-content:space-between;flex-direction:row-reverse}.vote-allocated-button{width:32px;height:32px;border-radius:50%;background-color:rgb(60 60 60 / .8);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.2s;padding:0}.vote-allocated-button:hover:not(:disabled){background-color:rgb(80 80 80);transform:scale(1.08)}.vote-allocated-button:active:not(:disabled){transform:scale(.95)}.vote-allocated-button:disabled{opacity:.4;cursor:not-allowed}.vote-controls-counts{display:flex;flex-direction:column;align-items:center;min-width:25px;text-align:center;line-height:17px}.vote-allocated-user-votes{font-size:16px;color:rgb(255 255 255);font-weight:700;cursor:help}.vote-allocated-total-votes{font-size:12px;color:rgb(255 255 255 / .7);cursor:help}.vote-allocated-button.upvote i{color:#4CAF50}.vote-allocated-button.downvote i{color:#f44336}.vote-allocated-button.reset i{color:#ff9800}@media (max-width:767px){.vote-allocated-item{flex-wrap:nowrap}.vote-allocated-character{flex-direction:row;min-width:0;padding:5px}.vote-allocated-name{max-width:160px}.vote-allocated-controls{flex-shrink:0;border-radius:20px}}.vote-loading{display:none}.vote-message{position:fixed;top:20px;right:20px;background-color:rgb(0 0 0 / .8);color:#fff;padding:10px 20px;border-radius:5px;z-index:9999;box-shadow:0 2px 10px rgb(0 0 0 / .3);animation:vote-message-slide-in 0.3s ease}.vote-message-fade{opacity:0;transition:opacity 0.5s ease}@keyframes vote-message-slide-in{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.vote-allocated-counts{display:flex;flex-direction:column;margin-left:10px}.vote-allocated-user-votes{font-size:16px;color:rgb(255 255 255);font-weight:700}.vote-allocated-total-votes{font-size:12px;color:rgb(255 255 255 / .7)}.vote-allocated-count{background-color:rgb(76 175 80 / .5);color:#fff;font-weight:700;padding:3px 8px;border-radius:10px;font-size:14px;margin-left:5px}.vote-total-count{background-color:rgb(255 193 7 / .3);color:#fff;font-weight:700;padding:2px 5px;border-radius:10px;font-size:12px;margin-left:5px}.vote-allocated-character{display:flex;align-items:center;flex:1}@media (max-width:767px){.vote-allocated-counts{width:100%;margin-left:0;margin-top:5px}}#vote-allocated-characters{margin-top:10px}.vote-management-toggle i{transition:transform 0.2s ease-in-out}.character-items-container.cvg-columns-1,.character-items-container.cvg-columns-2,.character-items-container.cvg-columns-3,.character-items-container.cvg-columns-4,.character-items-container.flex-fallback,.character-items-container[data-columns="4"]{grid-template-columns:none;display:block;gap:0}.character-items-container{position:relative;margin:0 auto;width:100%;box-sizing:border-box;overflow:hidden}.character-items-container .character-item:nth-child(2n){margin-right:0!important}@media (max-width:767px){.character-items-container .character-item:nth-child(2n){margin-right:inherit!important}.character-items-container .character-item:nth-child(1n){margin-right:0!important}}.isotope .character-item{margin-bottom:0!important;margin-right:0!important}.character-item{box-sizing:border-box;float:left}.character-item.last-in-row{margin-right:0!important}.character-gallery::before{content:'';position:absolute;left:50%;top:50px;width:40px;height:40px;margin-left:-20px;border-radius:50%;border:3px solid rgb(0 0 0 / .1);border-top-color:#333;animation:gallery-spin 0.8s infinite linear;opacity:0;transition:opacity 0.2s}.character-gallery.loading::before{opacity:1}@keyframes gallery-spin{to{transform:rotate(360deg)}}.character-item.voted .character-image-container{border:none;outline:4px solid #4CAF50;box-shadow:inset 0 0 10px rgb(76 175 80 / .5);position:relative;z-index:1}.character-item.voted .character-item-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:4px solid #4CAF50;pointer-events:none;z-index:10;border-radius:5px}.character-item.voted .character-image-container::before{content:"\f005";font-family:"Font Awesome 5 Free";position:absolute;top:5px;right:7px;color:#fff;font-size:18px;font-weight:700;z-index:3}@keyframes star-pulse{0%{text-shadow:0 0 5px rgb(255 255 255 / .5)}50%{text-shadow:0 0 15px rgb(255 255 255 / .9)}100%{text-shadow:0 0 5px rgb(255 255 255 / .5)}}.character-item.voted .character-image-container::before{animation:star-pulse 1.5s infinite ease-in-out}.character-item.voted .character-image-container::after{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background-color:#4CAF50;clip-path:polygon(0 0,100% 0,100% 100%);z-index:2}.character-item.voted .character-image-container::before{content:"\f005";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:5px;right:7px;color:#fff;font-size:18px;font-weight:700;z-index:3;animation:star-pulse 1.5s infinite ease-in-out}#available-votes::after{content:"\f005";font-family:"Font Awesome 5 Free";font-weight:900;color:#fff;margin-left:5px;animation:star-pulse 1.5s infinite ease-in-out}.logged-out-vote-prompt{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;text-align:center;width:100%;border-radius:4px}.logged-out-vote-prompt .prompt-text{font-size:1em;color:#eee;margin:0}.logged-out-vote-prompt .cvg-join-button.button{background-color:#B8AFF5;color:#261b6f!important;padding:8px 18px;text-decoration:none;border-radius:60px;font-weight:600;transition:background-color 0.2s ease;border:none;cursor:pointer;white-space:nowrap}.logged-out-vote-prompt .cvg-join-button.button:hover{background-color:#9d95d0;text-decoration:none}.logged-out-vote-prompt .login-alternative{font-size:.9em;color:#aaa;opacity:.8;white-space:nowrap;word-spacing:3px}.logged-out-vote-prompt .login-alternative .cvg-login-link{color:#B8AFF5;text-decoration:underline;font-weight:500;opacity:1}.logged-out-vote-prompt .login-alternative .cvg-login-link:hover{color:#fff;text-decoration:none}