: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}}.admin-container{display:flex;width:100%;min-height:100vh;background-color:#0e1218;padding:20px}.admin-sidebar{width:250px;background-color:#1a1a1a;padding:20px;border-radius:8px;margin-right:20px;height:fit-content}.admin-sidebar h2{margin-top:0;color:#61dafb;margin-bottom:20px}.admin-sidebar button{display:block;width:100%;padding:12px;margin-bottom:10px;background-color:#2a2a2a;color:#fff;border:1px solid #333;border-radius:4px;cursor:pointer;transition:background-color .2s}.admin-sidebar button:hover{background-color:#3a3a3a}.admin-sidebar button.active{background-color:#61dafb;color:#0e1218}.admin-content{flex:1;background-color:#1a1a1a;padding:20px;border-radius:8px}.error-message{background-color:#f44;color:#fff;padding:12px;border-radius:4px;margin-bottom:20px}.entity-table{overflow-x:auto}.entity-table table{width:100%;border-collapse:collapse}.entity-table th,.entity-table td{padding:12px;text-align:left;border-bottom:1px solid #333}.entity-table th{background-color:#2a2a2a;color:#61dafb}.entity-table tr:hover{background-color:#2a2a2a}.entity-table button{padding:6px 12px;margin-right:5px;background-color:#61dafb;color:#0e1218;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.entity-table button:hover{background-color:#4fa8c5}.entity-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.entity-form{background-color:#1a1a1a;padding:30px;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.entity-form h3{margin-top:0;color:#61dafb}.entity-form label{display:block;margin-top:15px;margin-bottom:5px;color:#aaa}.entity-form input,.entity-form textarea{width:100%;padding:8px;background-color:#2a2a2a;color:#fff;border:1px solid #333;border-radius:4px;font-family:monospace}.form-actions{margin-top:20px;display:flex;gap:10px}.form-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.form-actions button[type=submit]{background-color:#61dafb;color:#0e1218}.form-actions button[type=submit]:hover{background-color:#4fa8c5}.form-actions button[type=button]{background-color:#444;color:#fff}.form-actions button[type=button]:hover{background-color:#555}.entity-view-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.entity-view{background-color:#1a1a1a;padding:30px;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}.entity-view h3{margin-top:0;color:#61dafb}.entity-view button{padding:8px 16px;background-color:#61dafb;color:#0e1218;border:none;border-radius:4px;cursor:pointer}.actions-section{margin-bottom:30px;padding:20px;background-color:#2a2a2a;border-radius:8px}.actions-section h3{margin-top:0;color:#61dafb}.action-group{display:flex;flex-direction:column;gap:15px}.action-group button{padding:12px 20px;background-color:#61dafb;color:#0e1218;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.action-group button:hover:not(:disabled){background-color:#4fa8c5}.action-group button:disabled{opacity:.5;cursor:not-allowed}.action-group label{display:block;margin-bottom:5px;color:#aaa}.action-group input,.action-group textarea{padding:8px;background-color:#1a1a1a;color:#fff;border:1px solid #333;border-radius:4px;font-family:monospace}.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}}
