:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1e1e1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.vote-notification{position:fixed;bottom:100px;right:20px;background:linear-gradient(135deg,#ff6b35,#f7931e,#ffd43b);border-radius:16px;padding:12px 18px;box-shadow:0 10px 40px #ff6b3566,0 0 20px #ffd43b4d;cursor:pointer;z-index:10000;animation:slideInRight .4s ease-out;transition:transform .3s ease,box-shadow .3s ease;max-width:280px;min-width:200px;border:2px solid rgba(255,255,255,.2);overflow:hidden}.vote-notification:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s ease-in-out infinite;pointer-events:none}.vote-notification:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 50px #ff6b3580,0 0 30px #ffd43b66}.vote-notification-content{display:flex;align-items:center;gap:12px}.vote-notification-icon{font-size:40px;flex-shrink:0;animation:bounceStar 1.5s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,212,59,.8))}.vote-notification-text{flex:1;position:relative;z-index:1}.vote-notification-title{font-weight:700;font-size:16px;margin-bottom:4px;line-height:1.2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 10px rgba(0,0,0,.3)}.vote-notification-message{font-size:13px;line-height:1.3;color:#fff8e1;text-shadow:1px 1px 3px rgba(0,0,0,.4);font-weight:500}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes bounceStar{0%,to{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-8px) scale(1.1) rotate(-5deg)}50%{transform:translateY(-12px) scale(1.15) rotate(0)}75%{transform:translateY(-8px) scale(1.1) rotate(5deg)}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@media (max-width: 768px){.vote-notification{bottom:90px;right:10px;left:10px;max-width:calc(100vw - 20px);min-width:auto;width:calc(100vw - 20px);padding:14px 16px}.vote-notification-title{font-size:15px}.vote-notification-message{font-size:12px}.vote-notification-icon{font-size:32px}}@media (max-width: 480px){.vote-notification{bottom:80px;padding:12px 14px}}
