:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;padding:0;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}#headerAll{display:block;float:right;padding:10px 20px}#headerAvatar{display:inline-block;vertical-align:middle;margin:5px}#headerAvatar img{border-radius:100%;border:2px solid rgb(95,11,112)}#headerName{display:inline-block;margin:10px 10px 10px 2px}#headerSignOut{display:inline-block;margin:8px 10px 10px 2px}.button{border:2px solid rgb(125,46,141);border-radius:50px;opacity:.5;height:30px;width:61px;color:#7d2e8d;font-weight:700;padding:0;background-color:transparent}.login-form{justify-content:center;align-items:center}.auth-container[data-v-c83dc30f]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#1f2937,#374151);padding:2rem 1rem;position:relative;overflow:hidden}.auth-card[data-v-c83dc30f]{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:480px;width:100%;position:relative;z-index:10;border:1px solid rgba(16,185,129,.1)}.auth-header[data-v-c83dc30f]{text-align:center;padding:2.5rem 2rem 1.5rem;background:linear-gradient(135deg,#1f2937,#374151);border-radius:20px 20px 0 0;position:relative}.logo[data-v-c83dc30f]{display:flex;flex-direction:column;align-items:center;gap:1rem}.logo-image[data-v-c83dc30f]{width:80px;height:80px;border-radius:50%;border:3px solid #10b981;box-shadow:0 4px 12px #10b9814d}.logo h1[data-v-c83dc30f]{color:#10b981;font-size:2.5rem;margin:0;font-weight:700;text-shadow:0 2px 8px rgba(16,185,129,.3)}.logo-accent[data-v-c83dc30f]{width:60px;height:4px;background:linear-gradient(90deg,#10b981,#34d399);border-radius:2px;margin:1rem auto 0;box-shadow:0 2px 8px #10b98166}.welcome-text[data-v-c83dc30f]{color:#d1d5db;font-size:1.1rem;margin:1.5rem 0 0;opacity:.9}.auth-content[data-v-c83dc30f]{padding:2rem}.auth-description[data-v-c83dc30f]{text-align:center;margin-bottom:2rem}.auth-description h2[data-v-c83dc30f]{color:#333;font-size:1.6rem;margin:0 0 1rem;font-weight:600}.auth-description p[data-v-c83dc30f]{color:#666;font-size:1rem;margin:0 0 1.5rem}.feature-list[data-v-c83dc30f]{list-style:none;padding:0;margin:0;text-align:left;background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e9ecef}.feature-list li[data-v-c83dc30f]{color:#333;font-size:.95rem;margin:.75rem 0;padding-left:.5rem;line-height:1.4}.auth-form[data-v-c83dc30f]{margin:2rem 0}.twitch-login-btn[data-v-c83dc30f]{width:100%;background:linear-gradient(135deg,#9146ff,#7c3aed);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #9146ff4d;position:relative;overflow:hidden}.twitch-login-btn[data-v-c83dc30f]:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 8px 25px #9146ff66}.twitch-login-btn[data-v-c83dc30f]:active:not(:disabled){transform:translateY(0)}.twitch-login-btn[data-v-c83dc30f]:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-content[data-v-c83dc30f]{display:flex;align-items:center;justify-content:center;gap:.75rem}.twitch-icon[data-v-c83dc30f]{width:24px;height:24px;flex-shrink:0}.auth-footer[data-v-c83dc30f]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.privacy-note[data-v-c83dc30f]{color:#666;font-size:.85rem;text-align:center;margin:0;line-height:1.5}.background-pattern[data-v-c83dc30f]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.pattern-dot[data-v-c83dc30f]{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);animation:float-c83dc30f 6s ease-in-out infinite}.pattern-dot[data-v-c83dc30f]:nth-child(1){top:10%;left:10%;animation-delay:0s}.pattern-dot[data-v-c83dc30f]:nth-child(2){top:20%;right:10%;animation-delay:1s}.pattern-dot[data-v-c83dc30f]:nth-child(3){bottom:30%;left:15%;animation-delay:2s}.pattern-dot[data-v-c83dc30f]:nth-child(4){bottom:10%;right:20%;animation-delay:3s}.pattern-dot[data-v-c83dc30f]:nth-child(5){top:50%;left:5%;animation-delay:4s}.pattern-dot[data-v-c83dc30f]:nth-child(6){top:60%;right:5%;animation-delay:5s}@keyframes float-c83dc30f{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-20px) scale(1.1);opacity:.9}}@media (max-width: 768px){.auth-container[data-v-c83dc30f]{padding:1rem}.auth-card[data-v-c83dc30f]{max-width:100%;margin:0 auto}.auth-header[data-v-c83dc30f]{padding:2rem 1.5rem 1.5rem}.logo h1[data-v-c83dc30f]{font-size:2rem}.auth-content[data-v-c83dc30f]{padding:1.5rem}.auth-description h2[data-v-c83dc30f]{font-size:1.4rem}.feature-list[data-v-c83dc30f]{padding:1.25rem}.twitch-login-btn[data-v-c83dc30f]{padding:.875rem 1.5rem;font-size:1rem}.pattern-dot[data-v-c83dc30f]{width:80px;height:80px}}@media (max-width: 480px){.auth-header[data-v-c83dc30f]{padding:1.5rem 1rem 1rem}.logo h1[data-v-c83dc30f]{font-size:1.75rem}.welcome-text[data-v-c83dc30f]{font-size:1rem}.auth-content[data-v-c83dc30f]{padding:1.25rem}.feature-list[data-v-c83dc30f]{padding:1rem}.feature-list li[data-v-c83dc30f]{font-size:.9rem;margin:.5rem 0}.twitch-login-btn[data-v-c83dc30f]{padding:.75rem 1.25rem;font-size:.95rem}.btn-content[data-v-c83dc30f]{gap:.5rem}.twitch-icon[data-v-c83dc30f]{width:20px;height:20px}}.app-header[data-v-64ede3cd]{background:linear-gradient(135deg,#1f2937,#374151);border-bottom:3px solid #10b981;box-shadow:0 4px 12px #00000026;position:sticky;top:0;z-index:1000}.header-top[data-v-64ede3cd]{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0000001a}.header-brand[data-v-64ede3cd]{display:flex;align-items:center;gap:.75rem}.brand-logo[data-v-64ede3cd]{width:40px;height:40px;border-radius:50%;border:2px solid #10b981;box-shadow:0 2px 6px #10b9814d}.header-brand h1[data-v-64ede3cd]{margin:0;color:#10b981;font-size:1.8rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.header-user[data-v-64ede3cd]{position:relative;display:flex;align-items:center}.user-profile[data-v-64ede3cd]{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#10b9811a;border-radius:25px;border:1px solid rgba(16,185,129,.2);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.user-profile[data-v-64ede3cd]:hover{background:#10b98126;border-color:#10b9814d}.user-avatar[data-v-64ede3cd]{width:36px;height:36px;border-radius:50%;border:2px solid #10b981;object-fit:cover}.user-name[data-v-64ede3cd]{color:#f3f4f6;font-weight:500;font-size:.95rem}.dropdown-arrow[data-v-64ede3cd]{transition:transform .2s ease;color:#d1d5db}.dropdown-arrow.rotated[data-v-64ede3cd]{transform:rotate(180deg)}.profile-dropdown[data-v-64ede3cd]{position:absolute;top:100%;right:0;margin-top:.5rem;background:linear-gradient(135deg,#1f2937,#374151);border:1px solid #4b5563;border-radius:12px;box-shadow:0 10px 25px #0000004d;min-width:200px;z-index:1000;overflow:hidden}.dropdown-item[data-v-64ede3cd]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#d1d5db;text-decoration:none;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem}.dropdown-item[data-v-64ede3cd]:hover{background:#10b9811a;color:#10b981}.dropdown-item.sign-out-item[data-v-64ede3cd]:hover{background:#ef44441a;color:#ef4444}.dropdown-item[data-v-64ede3cd]:disabled{opacity:.6;cursor:not-allowed}.dropdown-icon[data-v-64ede3cd]{font-size:1rem;width:1.2rem;text-align:center}.dropdown-divider[data-v-64ede3cd]{height:1px;background:#4b5563;margin:.5rem 0}.header-nav[data-v-64ede3cd]{background:#0003;padding:0}.nav-list[data-v-64ede3cd]{list-style:none;margin:0;padding:0;display:flex;gap:0}.nav-list li[data-v-64ede3cd]{position:relative}.nav-link[data-v-64ede3cd]{display:block;color:#d1d5db;text-decoration:none;padding:1rem 1.5rem;font-weight:500;transition:all .2s ease;border-bottom:3px solid transparent}.nav-link[data-v-64ede3cd]:hover{background:#10b9811a;color:#10b981;border-bottom-color:#10b9814d}.nav-link.router-link-active[data-v-64ede3cd]{background:#10b98126;color:#10b981;border-bottom-color:#10b981}.moderator-link .nav-link[data-v-64ede3cd]{color:#34d399;font-weight:600}.moderator-link .nav-link[data-v-64ede3cd]:hover{background:#10b9811a;color:#10b981;border-bottom-color:#10b9814d}.moderator-link .nav-link.router-link-active[data-v-64ede3cd]{background:linear-gradient(135deg,#10b98140,#05966940);border-bottom-color:#10b981}@media (max-width: 768px){.header-top[data-v-64ede3cd]{flex-direction:column;gap:1rem;padding:1rem}.header-brand h1[data-v-64ede3cd]{font-size:1.5rem}.nav-list[data-v-64ede3cd]{flex-direction:column}.nav-link[data-v-64ede3cd]{padding:.75rem 1rem;text-align:center}.user-info[data-v-64ede3cd]{order:-1}.header-user[data-v-64ede3cd]{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.header-top[data-v-64ede3cd]{padding:.75rem}.user-info[data-v-64ede3cd]{padding:.4rem .8rem}.user-name[data-v-64ede3cd]{font-size:.85rem}.sign-out-btn[data-v-64ede3cd]{padding:.5rem 1rem;font-size:.85rem}.nav-link[data-v-64ede3cd]{padding:.6rem .8rem;font-size:.9rem}}.modal-overlay[data-v-64ede3cd]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn-64ede3cd .2s ease-out}.modal-content[data-v-64ede3cd]{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:slideUp-64ede3cd .2s ease-out}.modal-header[data-v-64ede3cd]{padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb}.modal-header h3[data-v-64ede3cd]{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.modal-body[data-v-64ede3cd]{padding:1.5rem}.modal-body p[data-v-64ede3cd]{margin:0 0 .75rem;color:#374151;font-size:1rem;line-height:1.5}.modal-subtitle[data-v-64ede3cd]{font-size:.875rem!important;color:#6b7280!important;margin-bottom:0!important}.modal-footer[data-v-64ede3cd]{padding:0 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.btn[data-v-64ede3cd]{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;min-width:100px}.btn[data-v-64ede3cd]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-64ede3cd]{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary[data-v-64ede3cd]:hover:not(:disabled){background:#e5e7eb}.btn-danger[data-v-64ede3cd]{background:#ef4444;color:#fff}.btn-danger[data-v-64ede3cd]:hover:not(:disabled){background:#dc2626}@keyframes fadeIn-64ede3cd{0%{opacity:0}to{opacity:1}}@keyframes slideUp-64ede3cd{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.modal-content[data-v-64ede3cd]{margin:1rem;width:calc(100% - 2rem)}.modal-header[data-v-64ede3cd],.modal-body[data-v-64ede3cd],.modal-footer[data-v-64ede3cd]{padding:1rem}.modal-footer[data-v-64ede3cd]{flex-direction:column}.btn[data-v-64ede3cd]{width:100%}}.footer[data-v-944e488f]{background:linear-gradient(135deg,#1f2937,#111827);border-top:1px solid #374151;margin-top:2rem;padding:1rem 0;color:#d1d5db;height:80px;display:flex;align-items:center}.footer-content[data-v-944e488f]{display:flex;justify-content:space-between;align-items:center;gap:2rem;width:100%}.footer-info[data-v-944e488f]{flex:1;display:flex;align-items:center;gap:1rem}.footer-brand[data-v-944e488f]{display:flex;align-items:center;gap:.5rem}.footer-logo[data-v-944e488f]{width:30px;height:30px;border-radius:50%;border:2px solid #10b981}.footer-title[data-v-944e488f]{font-size:1.2rem;font-weight:700;color:#10b981}.footer-description[data-v-944e488f]{color:#9ca3af;margin:0;line-height:1.2;font-size:.85rem}.footer-credit[data-v-944e488f]{text-align:right;flex-shrink:0;display:flex;align-items:center;gap:1rem}.footer-credit p[data-v-944e488f]{margin:0;font-size:.85rem}.creator-link[data-v-944e488f]{color:#10b981;text-decoration:none;font-weight:600;transition:color .2s ease}.creator-link[data-v-944e488f]:hover{color:#34d399;text-decoration:underline}.version[data-v-944e488f]{color:#6b7280;font-size:.75rem}.footer-separator[data-v-944e488f]{color:#4b5563;margin:0 .5rem;font-size:.8rem}.footer-bottom[data-v-944e488f]{display:none}.footer-bottom p[data-v-944e488f]{margin:0;font-size:.85rem;color:#6b7280}@media (max-width: 768px){.footer[data-v-944e488f]{height:auto;min-height:80px;padding:1rem 0}.footer-content[data-v-944e488f]{flex-direction:column;gap:.75rem}.footer-info[data-v-944e488f]{justify-content:center}.footer-credit[data-v-944e488f]{gap:.5rem}.footer-separator[data-v-944e488f],.footer-description[data-v-944e488f]{display:none}}@media (max-width: 480px){.footer-title[data-v-944e488f]{font-size:1rem}.footer-logo[data-v-944e488f]{width:24px;height:24px}.footer-credit p[data-v-944e488f]{font-size:.8rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:2rem;background:linear-gradient(135deg,#111827,#1f2937,#374151);min-height:calc(100vh - 200px);overflow-x:hidden}.main-content.no-header{padding-top:0;min-height:100vh;background:transparent}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#111827;color:#f3f4f6}body.alerts-page{background:transparent}.container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}.home-welcome[data-v-e7f8bc18]{width:100%;color:#f3f4f6}.welcome-header[data-v-e7f8bc18]{text-align:center;margin-bottom:3rem}.welcome-logo[data-v-e7f8bc18]{width:80px;height:80px;border-radius:50%;border:3px solid #10b981;box-shadow:0 4px 12px #10b9814d;margin-bottom:1.5rem}.welcome-header h1[data-v-e7f8bc18]{font-size:3rem;color:#10b981;margin:0 0 1rem;font-weight:700;text-shadow:0 2px 8px rgba(16,185,129,.3)}.welcome-subtitle[data-v-e7f8bc18]{font-size:1.2rem;color:#d1d5db;margin:0;opacity:.9}.account-info-card[data-v-e7f8bc18]{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:16px;padding:2rem;margin-bottom:3rem}.account-info-card h2[data-v-e7f8bc18]{color:#10b981;font-size:1.5rem;margin:0 0 1.5rem;font-weight:600}.account-item[data-v-e7f8bc18]{display:flex;align-items:flex-start;gap:1rem}.account-avatar[data-v-e7f8bc18]{width:60px;height:60px;border-radius:50%;border:2px solid #10b981;box-shadow:0 3px 8px #10b9814d;flex-shrink:0}.account-text[data-v-e7f8bc18]{flex:1}.account-text p[data-v-e7f8bc18]{color:#d1d5db;margin:.5rem 0;line-height:1.4}.account-text strong[data-v-e7f8bc18]{color:#f3f4f6}.feature-grid[data-v-e7f8bc18]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.feature-card[data-v-e7f8bc18]{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card[data-v-e7f8bc18]:hover{transform:translateY(-4px);box-shadow:0 8px 25px #10b98133;border-color:#10b98166}.feature-icon[data-v-e7f8bc18]{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3[data-v-e7f8bc18]{color:#10b981;font-size:1.5rem;margin:0 0 1rem;font-weight:600}.feature-card p[data-v-e7f8bc18]{color:#d1d5db;line-height:1.6;margin:0 0 1.5rem}.feature-link[data-v-e7f8bc18]{display:inline-block;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease}.feature-link[data-v-e7f8bc18]:hover{background:linear-gradient(135deg,#059669,#10b981);transform:translateY(-1px)}.quick-stats[data-v-e7f8bc18],.recent-activity[data-v-e7f8bc18]{margin-bottom:3rem}.quick-stats h2[data-v-e7f8bc18],.recent-activity h2[data-v-e7f8bc18]{color:#10b981;font-size:2rem;margin:0 0 1.5rem;text-align:center;font-weight:600}.stats-grid[data-v-e7f8bc18]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card[data-v-e7f8bc18]{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:12px;padding:1.5rem;text-align:center}.stat-number[data-v-e7f8bc18]{font-size:2rem;margin-bottom:.5rem}.stat-label[data-v-e7f8bc18]{color:#d1d5db;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value[data-v-e7f8bc18]{color:#10b981;font-size:1.5rem;font-weight:600}.activity-card[data-v-e7f8bc18]{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:16px;padding:2rem}.activity-card p[data-v-e7f8bc18]{color:#d1d5db;line-height:1.6;margin:0 0 1rem}.activity-card p[data-v-e7f8bc18]:last-child{margin-bottom:0}@media (max-width: 768px){.home-welcome[data-v-e7f8bc18]{padding:1rem}.welcome-header h1[data-v-e7f8bc18]{font-size:2.5rem}.welcome-subtitle[data-v-e7f8bc18]{font-size:1.1rem}.feature-grid[data-v-e7f8bc18]{grid-template-columns:1fr;gap:1.5rem}.feature-card[data-v-e7f8bc18]{padding:1.5rem}.stats-grid[data-v-e7f8bc18]{grid-template-columns:1fr}.quick-stats h2[data-v-e7f8bc18],.recent-activity h2[data-v-e7f8bc18]{font-size:1.5rem}}@media (max-width: 480px){.welcome-header h1[data-v-e7f8bc18]{font-size:2rem}.welcome-logo[data-v-e7f8bc18]{width:60px;height:60px}.feature-icon[data-v-e7f8bc18]{font-size:2.5rem}.feature-card h3[data-v-e7f8bc18]{font-size:1.3rem}}.page[data-v-57647e6b]{min-height:100%;display:flex;flex-direction:column}.container[data-v-57647e6b]{flex:1;padding:0 1rem;max-width:1400px;margin:0 auto}.colours-stats[data-v-eb2781e5]{margin-bottom:2rem}.loading-spinner[data-v-eb2781e5]{text-align:center;padding:3rem}.spinner[data-v-eb2781e5]{display:inline-block;width:40px;height:40px;border:4px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:spin-eb2781e5 1s linear infinite}@keyframes spin-eb2781e5{to{transform:rotate(360deg)}}.stats-grid[data-v-eb2781e5]{display:flex;justify-content:center;margin-bottom:2rem}.stat-card[data-v-eb2781e5]{background:linear-gradient(135deg,#1f2937,#374151);border:2px solid rgba(16,185,129,.2);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.stat-card[data-v-eb2781e5]:hover{transform:translateY(-4px);box-shadow:0 8px 12px #0003;border-color:#10b98166}.highlight-card[data-v-eb2781e5]{width:100%;background:linear-gradient(135deg,#1f2937,#2d3748);border-color:#10b9814d}.stat-icon[data-v-eb2781e5]{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.stat-content[data-v-eb2781e5]{flex:1}.stat-label[data-v-eb2781e5]{color:#9ca3af;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.stat-value[data-v-eb2781e5]{color:#f3f4f6;font-size:1.5rem;font-weight:600;margin:0}.colour-preview[data-v-eb2781e5]{display:flex;align-items:center;gap:1rem}.colour-swatch[data-v-eb2781e5]{width:60px;height:60px;border-radius:8px;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0003}.colour-info[data-v-eb2781e5]{flex:1}.colour-name[data-v-eb2781e5]{color:#f3f4f6;font-size:1.25rem;font-weight:600;margin:0 0 .25rem;text-transform:capitalize}.colour-hex[data-v-eb2781e5]{color:#10b981;font-family:monospace;font-size:1rem;margin:0 0 .25rem}.colour-author[data-v-eb2781e5]{color:#9ca3af;font-size:.875rem;margin:0}.error-message[data-v-eb2781e5]{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;text-align:center;color:#fca5a5}@media (max-width: 768px){.stat-card[data-v-eb2781e5]{flex-direction:column;text-align:center}.colour-preview[data-v-eb2781e5]{flex-direction:column;align-items:center}}.colours-manager[data-v-9f3b1aee]{width:100%;padding:1rem 0;display:flex;flex-direction:column;gap:2rem}.section-card[data-v-9f3b1aee]{background:linear-gradient(135deg,#1f2937,#374151);border:2px solid rgba(16,185,129,.2);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.section-card[data-v-9f3b1aee]:hover{border-color:#10b9814d;box-shadow:0 8px 12px #00000026}.section-header[data-v-9f3b1aee]{margin-bottom:1.5rem;text-align:center}.section-title[data-v-9f3b1aee]{color:#10b981;font-size:1.5rem;font-weight:600;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.section-subtitle[data-v-9f3b1aee]{color:#9ca3af;font-size:.9rem;margin:0}.colour-form[data-v-9f3b1aee]{display:flex;flex-direction:column;gap:1.5rem}.form-row[data-v-9f3b1aee]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-group[data-v-9f3b1aee]{display:flex;flex-direction:column;gap:.5rem}.input-label[data-v-9f3b1aee]{color:#d1d5db;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.text-input[data-v-9f3b1aee],.search-input[data-v-9f3b1aee]{background:#374151cc;border:2px solid rgba(75,85,99,.5);border-radius:8px;color:#f3f4f6;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.text-input[data-v-9f3b1aee]:focus,.search-input[data-v-9f3b1aee]:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.text-input[data-v-9f3b1aee]:valid{border-color:#10b98180}.text-input[data-v-9f3b1aee]:invalid:not(:placeholder-shown){border-color:#ef444480}.hex-input-container[data-v-9f3b1aee]{display:flex;align-items:center;background:#374151cc;border:2px solid rgba(75,85,99,.5);border-radius:8px;transition:all .2s ease}.hex-input-container[data-v-9f3b1aee]:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.hex-prefix[data-v-9f3b1aee]{color:#9ca3af;font-size:1rem;font-weight:500;padding-left:1rem}.hex-input[data-v-9f3b1aee]{background:transparent;border:none;color:#f3f4f6;font-size:1rem;padding:.75rem .5rem;flex:1;text-transform:uppercase}.hex-input[data-v-9f3b1aee]:focus{outline:none}.colour-preview[data-v-9f3b1aee]{width:40px;height:40px;border-radius:6px;margin:4px;border:2px solid rgba(255,255,255,.2);box-shadow:inset 0 2px 4px #0003;transition:all .2s ease}.form-actions[data-v-9f3b1aee]{display:flex;gap:1rem;justify-content:flex-end}.btn[data-v-9f3b1aee]{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn[data-v-9f3b1aee]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary[data-v-9f3b1aee]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.btn-primary[data-v-9f3b1aee]:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b98166}.btn-secondary[data-v-9f3b1aee]{background:#4b5563cc;color:#d1d5db;border:1px solid rgba(107,114,128,.5)}.btn-secondary[data-v-9f3b1aee]:hover:not(:disabled){background:#6b7280cc;color:#f3f4f6}.btn-search[data-v-9f3b1aee]{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d}.btn-search[data-v-9f3b1aee]:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.spinner[data-v-9f3b1aee]{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-9f3b1aee 1s linear infinite}@keyframes spin-9f3b1aee{to{transform:rotate(360deg)}}.search-form[data-v-9f3b1aee]{margin-bottom:1.5rem}.search-input-container[data-v-9f3b1aee]{display:flex;gap:1rem;align-items:center}.search-input[data-v-9f3b1aee]{flex:1}.success-message[data-v-9f3b1aee]{background:#10b9811a;border:2px solid rgba(16,185,129,.3);border-radius:8px;padding:1rem;margin-top:1rem;text-align:center;color:#10b981}.error-message[data-v-9f3b1aee]{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;text-align:center;color:#fca5a5}.search-results[data-v-9f3b1aee]{margin-top:1.5rem}.results-title[data-v-9f3b1aee]{color:#d1d5db;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.results-grid[data-v-9f3b1aee]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.result-card[data-v-9f3b1aee]{background:#37415199;border:1px solid rgba(75,85,99,.5);border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.result-card[data-v-9f3b1aee]:hover{background:#374151cc;border-color:#10b9814d;transform:translateY(-2px)}.result-colour-swatch[data-v-9f3b1aee]{width:50px;height:50px;border-radius:8px;border:2px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #0003;flex-shrink:0}.result-info[data-v-9f3b1aee]{flex:1}.result-name[data-v-9f3b1aee]{color:#f3f4f6;font-size:1rem;font-weight:600;margin:0 0 .25rem}.result-hex[data-v-9f3b1aee]{color:#10b981;font-family:monospace;font-size:.9rem;margin:0 0 .25rem}.result-author[data-v-9f3b1aee]{color:#9ca3af;font-size:.8rem;margin:0}.no-results[data-v-9f3b1aee]{text-align:center;background:#6b72801a;border:1px solid rgba(107,114,128,.2);border-radius:8px;padding:2rem;margin-top:1.5rem}.no-results h3[data-v-9f3b1aee]{color:#d1d5db;margin-bottom:1rem}.no-results p[data-v-9f3b1aee]{color:#9ca3af;margin:.5rem 0}.no-results-hint[data-v-9f3b1aee]{font-size:.9rem;opacity:.8}@media (max-width: 768px){.colours-manager[data-v-9f3b1aee]{padding:.5rem}.section-card[data-v-9f3b1aee]{padding:1.5rem}.form-row[data-v-9f3b1aee]{grid-template-columns:1fr;gap:1rem}.search-input-container[data-v-9f3b1aee]{flex-direction:column;align-items:stretch}.form-actions[data-v-9f3b1aee]{justify-content:stretch}.btn[data-v-9f3b1aee]{flex:1;justify-content:center}.results-grid[data-v-9f3b1aee]{grid-template-columns:1fr}}@media (max-width: 480px){.section-card[data-v-9f3b1aee]{padding:1rem}.section-title[data-v-9f3b1aee]{font-size:1.25rem}.hex-input-container[data-v-9f3b1aee]{flex-direction:column;align-items:stretch}.colour-preview[data-v-9f3b1aee]{width:100%;height:30px;margin:.5rem 0 0}}.page[data-v-77c6da05]{min-height:100%;display:flex;flex-direction:column}.container[data-v-77c6da05]{flex:1;padding:0 1rem;max-width:1400px;margin:0 auto}.page-header[data-v-77c6da05]{text-align:center;margin-bottom:2rem}.page-header h1[data-v-77c6da05]{font-size:2.5rem;margin-bottom:.5rem;color:#10b981}.page-header p[data-v-77c6da05]{color:#d1d5db;margin:0}.token-manager[data-v-d195b536]{width:100%}.page-header[data-v-d195b536]{text-align:center;margin-bottom:2rem}.page-header h1[data-v-d195b536]{font-size:2.5rem;margin-bottom:.5rem;color:#10b981}.page-header p[data-v-d195b536]{color:#d1d5db;margin:0}.section-card[data-v-d195b536]{background:linear-gradient(135deg,#1f2937,#374151);border:2px solid rgba(16,185,129,.2);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.loading-container[data-v-d195b536]{text-align:center;padding:3rem;color:#d1d5db}.spinner[data-v-d195b536]{display:inline-block;width:40px;height:40px;border:4px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:spin-d195b536 1s linear infinite;margin-bottom:1rem}.spinner.small[data-v-d195b536]{width:16px;height:16px;border-width:2px;margin:0}@keyframes spin-d195b536{to{transform:rotate(360deg)}}.token-container[data-v-d195b536]{display:flex;flex-direction:column;gap:1.5rem}.token-status[data-v-d195b536]{padding:1rem;border-radius:8px;border:2px solid}.token-status.valid[data-v-d195b536]{background:#10b9811a;border-color:#10b9814d}.token-status.expiring[data-v-d195b536]{background:#f59e0b1a;border-color:#f59e0b4d}.token-status.expired[data-v-d195b536]{background:#ef44441a;border-color:#ef44444d}.status-indicator[data-v-d195b536]{display:flex;align-items:center;gap:1rem}.status-icon[data-v-d195b536]{font-size:1.5rem}.status-text[data-v-d195b536]{flex:1}.status-label[data-v-d195b536]{font-weight:600;font-size:1.1rem;display:block;margin-bottom:.25rem}.token-status.valid .status-label[data-v-d195b536]{color:#10b981}.token-status.expiring .status-label[data-v-d195b536]{color:#f59e0b}.token-status.expired .status-label[data-v-d195b536]{color:#ef4444}.countdown[data-v-d195b536]{font-family:monospace;font-size:1rem;color:#d1d5db}.countdown.expired[data-v-d195b536]{color:#ef4444;font-weight:600}.time-part[data-v-d195b536]{background:#0003;padding:.2rem .4rem;border-radius:4px;margin:0 .1rem}.token-display[data-v-d195b536]{background:#37415199;border:1px solid rgba(75,85,99,.5);border-radius:8px;padding:1.5rem}.token-preview[data-v-d195b536]{margin-bottom:1rem}.token-text[data-v-d195b536]{background:#0000004d;color:#10b981;font-family:monospace;font-size:.9rem;padding:.75rem 1rem;border-radius:6px;display:block;word-break:break-all;margin-bottom:.5rem}.token-length[data-v-d195b536]{color:#9ca3af;font-size:.8rem}.token-actions[data-v-d195b536]{display:flex;gap:1rem;flex-wrap:wrap}.btn[data-v-d195b536]{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn[data-v-d195b536]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-copy[data-v-d195b536]{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d}.btn-copy[data-v-d195b536]:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.btn-refresh[data-v-d195b536]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.btn-refresh[data-v-d195b536]:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b98166}.btn-secondary[data-v-d195b536]{background:#4b5563cc;color:#d1d5db;border:1px solid rgba(107,114,128,.5)}.success-icon[data-v-d195b536]{animation:bounce-d195b536 .6s ease-in-out}@keyframes bounce-d195b536{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.token-details[data-v-d195b536]{margin-top:1rem}.details-toggle[data-v-d195b536]{color:#10b981;cursor:pointer;font-weight:500;padding:.5rem 0;-webkit-user-select:none;user-select:none}.details-toggle[data-v-d195b536]:hover{color:#059669}.full-token[data-v-d195b536]{margin-top:1rem;background:#0000004d;border-radius:6px;padding:1rem}.full-token-text[data-v-d195b536]{color:#10b981;font-family:monospace;font-size:.8rem;word-break:break-all;line-height:1.4}.error-message[data-v-d195b536]{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;padding:1.5rem;text-align:center;color:#fca5a5}.token-info[data-v-d195b536]{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(75,85,99,.5)}.info-title[data-v-d195b536]{color:#d1d5db;font-size:1.2rem;margin-bottom:1rem}.usage-examples[data-v-d195b536]{display:grid;gap:1.5rem;margin-bottom:1.5rem}.example[data-v-d195b536]{background:#0003;border-radius:8px;padding:1rem;overflow:hidden;min-width:0}.example h4[data-v-d195b536]{color:#10b981;font-size:1rem;margin:0 0 .5rem}.code-block[data-v-d195b536]{background:#0006;color:#d1d5db;font-family:monospace;font-size:.8rem;padding:1rem;border-radius:6px;display:block;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;line-height:1.4;max-width:100%;box-sizing:border-box}.security-notice[data-v-d195b536]{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:6px;padding:1rem;color:#fbbf24}@media (max-width: 768px){.token-manager[data-v-d195b536]{padding:.5rem}.section-card[data-v-d195b536]{padding:1.5rem}.token-actions[data-v-d195b536]{flex-direction:column}.btn[data-v-d195b536]{justify-content:center}.status-indicator[data-v-d195b536]{flex-direction:column;align-items:flex-start;gap:.5rem}.usage-examples[data-v-d195b536]{grid-template-columns:1fr}}.page[data-v-c6a4fcd8]{min-height:100%;display:flex;flex-direction:column}.container[data-v-c6a4fcd8]{flex:1;padding:0 1rem;max-width:1400px;margin:0 auto}.alerts-container[data-v-d3c30f04]{width:100vw;height:100vh;position:relative;overflow:hidden}.gif-overlay[data-v-d3c30f04]{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:transparent;z-index:1000}.alert-gif[data-v-d3c30f04]{max-width:90%;max-height:90%;object-fit:contain;filter:drop-shadow(0 0 20px rgba(0,0,0,.5))}.fade-enter-active[data-v-d3c30f04],.fade-leave-active[data-v-d3c30f04]{transition:opacity .5s ease}.fade-enter-from[data-v-d3c30f04],.fade-leave-to[data-v-d3c30f04]{opacity:0}audio[data-v-d3c30f04]{display:none}.page[data-v-734997b8]{min-height:100vh;display:flex;flex-direction:column;background-color:transparent;position:relative}.container[data-v-734997b8]{flex:1;padding:0;width:100%;height:100%}.moderator-page[data-v-d4d59f54]{min-height:calc(100vh - 200px);padding:2rem 0}.page-header[data-v-d4d59f54]{text-align:center;margin-bottom:2rem}.page-header h1[data-v-d4d59f54]{font-size:2.5rem;margin-bottom:.5rem;color:#10b981}.page-header p[data-v-d4d59f54]{color:#d1d5db;margin:0}.loading-container[data-v-d4d59f54],.loading[data-v-d4d59f54]{text-align:center;padding:2rem;color:#6b7280}.access-denied[data-v-d4d59f54],.need-visit[data-v-d4d59f54]{background:linear-gradient(135deg,#7f1d1d,#991b1b);border:2px solid #ef4444;border-radius:12px;padding:2rem;text-align:center;margin:2rem 0}.need-visit[data-v-d4d59f54]{background:linear-gradient(135deg,#1e40af,#2563eb);border-color:#3b82f6}.need-sync[data-v-d4d59f54]{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border:2px solid #a78bfa;border-radius:12px;padding:2rem;text-align:center;margin:2rem 0}.moderator-content[data-v-d4d59f54]{margin-top:2rem}.action-bar[data-v-d4d59f54]{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem}.button[data-v-d4d59f54]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:500;transition:all .2s;white-space:nowrap;text-align:center;font-size:1rem;line-height:1.2;box-sizing:border-box;min-width:fit-content}.button[data-v-d4d59f54]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.button.secondary[data-v-d4d59f54]{background:linear-gradient(135deg,#374151,#4b5563)}.button.secondary[data-v-d4d59f54]:hover{box-shadow:0 4px 12px #6b72804d}.button[data-v-d4d59f54]:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message[data-v-d4d59f54]{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;position:relative}.close-error[data-v-d4d59f54]{position:absolute;top:.5rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#991b1b}.tab-navigation[data-v-d4d59f54]{display:flex;background:linear-gradient(135deg,#1f2937,#374151);border-radius:12px;padding:.5rem;margin-bottom:2rem;border:1px solid #4b5563;overflow-x:auto;gap:.5rem}.tab-button[data-v-d4d59f54]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.95rem;font-weight:500}.tab-button[data-v-d4d59f54]:hover{background:#10b9811a;color:#d1d5db}.tab-button.active[data-v-d4d59f54]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.tab-icon[data-v-d4d59f54]{font-size:1.1rem}.tab-label[data-v-d4d59f54]{display:block}.tab-content[data-v-d4d59f54]{min-height:400px}.tab-panel[data-v-d4d59f54]{animation:fadeIn-d4d59f54 .3s ease-in-out}@keyframes fadeIn-d4d59f54{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-section[data-v-d4d59f54]{background:linear-gradient(135deg,#1f2937,#374151);border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #4b5563}.content-section h2[data-v-d4d59f54]{color:#10b981;margin-bottom:1.5rem;font-size:1.5rem}.stats-grid[data-v-d4d59f54]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:100%}.stat-card[data-v-d4d59f54]{background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s}.stat-card.clickable[data-v-d4d59f54]{cursor:pointer}.stat-card.clickable[data-v-d4d59f54]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d;border-color:#10b98166}.stat-card h3[data-v-d4d59f54]{color:#d1d5db;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-number[data-v-d4d59f54]{font-size:2rem;font-weight:700;color:#10b981}.stat-hint[data-v-d4d59f54]{font-size:.75rem;color:#6b7280;margin-top:.5rem;opacity:.8}.moderators-list[data-v-d4d59f54]{display:grid;gap:1rem}.moderator-card[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.1);border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.mod-info strong[data-v-d4d59f54]{color:#10b981;display:block}.mod-info small[data-v-d4d59f54]{color:#9ca3af}.mod-badges[data-v-d4d59f54]{margin-top:.5rem}.badge[data-v-d4d59f54]{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge.broadcaster[data-v-d4d59f54]{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff;border:1px solid #8b5cf6;box-shadow:0 2px 4px #9333ea4d}.badge.moderator[data-v-d4d59f54]{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid #34d399;box-shadow:0 2px 4px #10b9814d}.moderator-card.broadcaster[data-v-d4d59f54]{border:2px solid #9333ea;background:linear-gradient(135deg,#9333ea1a,#7c3aed0d)}.moderator-card.broadcaster[data-v-d4d59f54]:hover{border-color:#8b5cf6;box-shadow:0 4px 12px #9333ea33}.mod-details[data-v-d4d59f54]{text-align:right;font-size:.8rem;color:#6b7280}.mod-details span[data-v-d4d59f54]{display:block;margin:.2rem 0}.no-moderators[data-v-d4d59f54]{text-align:center;color:#6b7280;padding:2rem}.actions[data-v-d4d59f54]{margin-top:1rem}.actions .button[data-v-d4d59f54]{margin:0 .5rem}.section-header[data-v-d4d59f54]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.command-form[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.command-form h3[data-v-d4d59f54]{color:#10b981;margin-bottom:1rem}.form-group[data-v-d4d59f54]{margin-bottom:1rem}.form-group label[data-v-d4d59f54]{display:block;color:#d1d5db;margin-bottom:.5rem;font-weight:500}.form-input[data-v-d4d59f54]{width:100%;padding:.75rem;background:#1f2937;border:1px solid #4b5563;border-radius:6px;color:#f3f4f6;font-size:1rem}.form-input[data-v-d4d59f54]:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px #10b9811a}.form-row[data-v-d4d59f54]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions[data-v-d4d59f54]{display:flex;gap:1rem;margin-top:1.5rem}.commands-list[data-v-d4d59f54]{display:grid;gap:1rem}.command-card[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.1);border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.command-info[data-v-d4d59f54]{flex:1}.command-trigger[data-v-d4d59f54]{color:#10b981;font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.command-response[data-v-d4d59f54]{color:#d1d5db;margin-bottom:.5rem}.command-meta[data-v-d4d59f54]{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.command-actions[data-v-d4d59f54]{display:flex;gap:.5rem}.icon-button[data-v-d4d59f54]{background:none;border:1px solid transparent;padding:.5rem;border-radius:6px;cursor:pointer;font-size:1.2rem;transition:all .2s}.icon-button.edit[data-v-d4d59f54]{border-color:#3b82f6;background:#3b82f61a}.icon-button.edit[data-v-d4d59f54]:hover{background:#3b82f633}.icon-button.delete[data-v-d4d59f54]{border-color:#ef4444;background:#ef44441a}.icon-button.delete[data-v-d4d59f54]:hover{background:#ef444433}.no-commands[data-v-d4d59f54]{text-align:center;color:#6b7280;padding:2rem}.admin-form[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:flex-end}.admin-form .form-group[data-v-d4d59f54]{flex:1;margin-bottom:0}.admins-list[data-v-d4d59f54]{display:grid;gap:1rem}.admin-card[data-v-d4d59f54]{background:#8b5cf60d;border:1px solid rgba(139,92,246,.2);border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.admin-info strong[data-v-d4d59f54]{color:#a78bfa;display:block}.admin-info small[data-v-d4d59f54]{color:#9ca3af}.admin-badges[data-v-d4d59f54]{margin-top:.5rem;display:flex;gap:.5rem}.badge.superadmin[data-v-d4d59f54]{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.badge.admin[data-v-d4d59f54]{background:#8b5cf633;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.admin-actions .icon-button[data-v-d4d59f54]{padding:.5rem 1rem;font-size:.875rem}.no-admins[data-v-d4d59f54]{text-align:center;color:#6b7280;padding:2rem}.modal-overlay[data-v-d4d59f54]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content[data-v-d4d59f54]{background:linear-gradient(135deg,#1f2937,#374151);border-radius:12px;border:1px solid #4b5563;max-width:800px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header[data-v-d4d59f54]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #4b5563}.modal-header h3[data-v-d4d59f54]{color:#10b981;margin:0;font-size:1.5rem}.modal-close[data-v-d4d59f54]{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close[data-v-d4d59f54]:hover{background:#ef44441a;color:#ef4444}.modal-body[data-v-d4d59f54]{padding:1.5rem;overflow-y:auto;flex:1}.users-list[data-v-d4d59f54]{display:grid;gap:1rem;max-height:400px;overflow-y:auto}.user-item[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.1);border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.user-info strong[data-v-d4d59f54]{color:#d1d5db;display:block}.user-info small[data-v-d4d59f54]{color:#9ca3af}.user-badges[data-v-d4d59f54]{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.badge.vip[data-v-d4d59f54]{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.badge.subscriber[data-v-d4d59f54]{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.user-details[data-v-d4d59f54]{text-align:right;font-size:.8rem;color:#6b7280}.user-dates span[data-v-d4d59f54]{display:block;margin:.2rem 0}.no-data[data-v-d4d59f54]{text-align:center;color:#6b7280;padding:2rem}.alert-form[data-v-d4d59f54]{background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.alert-form h3[data-v-d4d59f54]{color:#10b981;margin-bottom:1rem}.form-hint[data-v-d4d59f54]{display:block;color:#6b7280;font-size:.875rem;margin-top:.25rem;font-style:italic}.alerts-list[data-v-d4d59f54]{display:grid;gap:1rem}.alert-card[data-v-d4d59f54]{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.alert-info[data-v-d4d59f54]{flex:1}.alert-title[data-v-d4d59f54]{color:#ef4444;font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.alert-details[data-v-d4d59f54]{display:grid;gap:.25rem;font-size:.875rem}.alert-details .label[data-v-d4d59f54]{color:#9ca3af;margin-right:.5rem}.alert-link[data-v-d4d59f54]{color:#3b82f6;text-decoration:none}.alert-link[data-v-d4d59f54]:hover{text-decoration:underline}.alert-audio[data-v-d4d59f54],.alert-gif[data-v-d4d59f54],.alert-duration[data-v-d4d59f54]{color:#d1d5db}.no-alerts[data-v-d4d59f54]{text-align:center;color:#6b7280;padding:2rem}.trigger-type[data-v-d4d59f54]{background:#10b98133;color:#10b981;padding:.125rem .375rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-right:.5rem}.help-text[data-v-d4d59f54]{color:#6b7280;font-size:.75rem;margin-top:.25rem;display:block}@media (max-width: 768px){.container[data-v-d4d59f54]{padding:0 .5rem}.page-header h1[data-v-d4d59f54]{font-size:2rem}.tab-navigation[data-v-d4d59f54]{flex-wrap:wrap}.tab-button[data-v-d4d59f54]{padding:.5rem .75rem;font-size:.9rem}.tab-label[data-v-d4d59f54]{display:none}.stats-grid[data-v-d4d59f54]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.moderator-card[data-v-d4d59f54],.command-card[data-v-d4d59f54],.admin-card[data-v-d4d59f54],.alert-card[data-v-d4d59f54]{flex-direction:column;align-items:flex-start}.mod-details[data-v-d4d59f54],.command-actions[data-v-d4d59f54],.admin-actions[data-v-d4d59f54],.alert-actions[data-v-d4d59f54]{margin-top:.5rem;text-align:left}.section-header[data-v-d4d59f54]{flex-direction:column;gap:1rem}.form-row[data-v-d4d59f54]{grid-template-columns:1fr}}@media (max-width: 480px){.tab-navigation[data-v-d4d59f54]{padding:.25rem}.tab-button[data-v-d4d59f54]{padding:.5rem;min-width:3rem}}.egg-display[data-v-8dab889b]{max-width:100%;padding:20px 0;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width: 768px){.egg-display[data-v-8dab889b]{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.egg-section[data-v-8dab889b]{grid-column:1 / -1}}.egg-section[data-v-8dab889b]{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:30px;color:#fff;text-align:center}.egg-section h2[data-v-8dab889b]{margin:0 0 20px;font-size:2rem}.public-notice[data-v-8dab889b]{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:30px;color:#fff;text-align:center}.public-notice h2[data-v-8dab889b]{margin:0 0 15px;font-size:2rem}.login-prompt[data-v-8dab889b]{margin:0;font-size:1.1rem}.login-link[data-v-8dab889b]{color:#fbbf24;text-decoration:none;font-weight:700}.login-link[data-v-8dab889b]:hover{text-decoration:underline}.loading[data-v-8dab889b],.error[data-v-8dab889b],.no-eggs[data-v-8dab889b]{padding:20px}.error[data-v-8dab889b]{background-color:#ffffff1a;border-radius:10px}.retry-btn[data-v-8dab889b]{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:10px}.retry-btn[data-v-8dab889b]:hover{background:#ffffff4d}.user-eggs[data-v-8dab889b]{padding:20px}.egg-count[data-v-8dab889b]{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:15px}.count[data-v-8dab889b]{font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.label[data-v-8dab889b]{font-size:1.2rem;opacity:.9}.username[data-v-8dab889b]{font-size:1.3rem;margin:10px 0;opacity:.9}.rank[data-v-8dab889b]{font-size:1.1rem;margin:8px 0;opacity:.9;font-weight:600;color:#fbbf24}.last-updated[data-v-8dab889b]{font-size:.9rem;opacity:.7;margin:5px 0}.help-text[data-v-8dab889b]{opacity:.8;font-style:italic}.leaderboard-section[data-v-8dab889b],.stats-section[data-v-8dab889b]{background:linear-gradient(135deg,#1f2937,#374151);border:2px solid rgba(16,185,129,.2);border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.leaderboard-section[data-v-8dab889b]:hover,.stats-section[data-v-8dab889b]:hover{border-color:#10b9814d;box-shadow:0 8px 12px #00000026}.leaderboard-section h3[data-v-8dab889b],.stats-section h3[data-v-8dab889b]{margin:0 0 20px;color:#10b981;text-align:center}.loading-small[data-v-8dab889b]{text-align:center;color:#9ca3af;font-style:italic}.leaderboard[data-v-8dab889b]{display:flex;flex-direction:column;gap:10px}.leaderboard-item[data-v-8dab889b]{display:grid;grid-template-columns:40px 1fr auto;gap:15px;align-items:center;padding:10px 15px;background:#37415199;border:1px solid rgba(75,85,99,.5);border-radius:8px;transition:all .2s ease}.leaderboard-item[data-v-8dab889b]:hover{background:#374151cc;border-color:#10b9814d;transform:translateY(-2px)}.leaderboard-item.first-place[data-v-8dab889b]{background:linear-gradient(135deg,gold,#ffed4e);font-weight:700}.leaderboard-item.first-place[data-v-8dab889b]:hover{background:linear-gradient(135deg,#ffed4e,gold)}.leaderboard-item.second-place[data-v-8dab889b]{background:linear-gradient(135deg,silver,#e0e0e0);font-weight:700}.leaderboard-item.second-place[data-v-8dab889b]:hover{background:linear-gradient(135deg,#e0e0e0,silver)}.leaderboard-item.third-place[data-v-8dab889b]{background:linear-gradient(135deg,#cd7f32,#e4a160);font-weight:700}.leaderboard-item.third-place[data-v-8dab889b]:hover{background:linear-gradient(135deg,#e4a160,#cd7f32)}.rank[data-v-8dab889b]{font-weight:700;text-align:center;color:#d1d5db}.first-place .rank[data-v-8dab889b]{color:#8b4513}.second-place .rank[data-v-8dab889b]{color:#5a5a5a}.third-place .rank[data-v-8dab889b]{color:#8b4513}.username[data-v-8dab889b]{font-weight:500;color:#f3f4f6}.first-place .username[data-v-8dab889b],.second-place .username[data-v-8dab889b],.third-place .username[data-v-8dab889b]{color:#1f2937}.eggs[data-v-8dab889b]{font-weight:700;color:#28a745}.first-place .eggs[data-v-8dab889b],.second-place .eggs[data-v-8dab889b],.third-place .eggs[data-v-8dab889b]{color:#047857}.stats-grid[data-v-8dab889b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;text-align:center}.stat-item[data-v-8dab889b]{display:flex;flex-direction:column;gap:5px}.stat-value[data-v-8dab889b]{font-size:1.8rem;font-weight:700;color:#f3f4f6}.stat-label[data-v-8dab889b]{font-size:.9rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.no-leaderboard[data-v-8dab889b],.no-eggs[data-v-8dab889b]{text-align:center;color:#9ca3af;font-style:italic}.page[data-v-e0e1379f]{min-height:100%;display:flex;flex-direction:column}.container[data-v-e0e1379f]{flex:1;padding:0 1rem;max-width:1400px;margin:0 auto}.page-header[data-v-e0e1379f]{text-align:center;margin-bottom:2rem}.page-header h1[data-v-e0e1379f]{font-size:2.5rem;margin-bottom:.5rem;color:#10b981}.page-header p[data-v-e0e1379f]{color:#d1d5db;margin:0}.info-section[data-v-e0e1379f]{margin-top:50px;padding:30px;background:linear-gradient(135deg,#1f2937,#374151);border:2px solid rgba(16,185,129,.2);border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.info-section[data-v-e0e1379f]:hover{border-color:#10b9814d;box-shadow:0 8px 12px #00000026}.info-section h2[data-v-e0e1379f]{text-align:center;color:#10b981;margin:0 0 30px;font-size:2rem}.info-grid[data-v-e0e1379f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.info-card[data-v-e0e1379f]{background:#37415199;border:1px solid rgba(75,85,99,.5);padding:25px;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .2s ease}.info-card[data-v-e0e1379f]:hover{background:#374151cc;border-color:#10b9814d;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.info-card h3[data-v-e0e1379f]{color:#10b981;margin:0 0 15px;font-size:1.3rem}.info-card p[data-v-e0e1379f]{color:#d1d5db;line-height:1.6;margin:0}.tier-list[data-v-e0e1379f]{display:flex;flex-direction:column;gap:8px}.tier[data-v-e0e1379f]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#1f293780;border:1px solid rgba(75,85,99,.3);border-radius:6px;font-size:.95rem}.tier-name[data-v-e0e1379f]{color:#f3f4f6;font-weight:500}.tier-eggs[data-v-e0e1379f]{color:#10b981;font-weight:700}@media (max-width: 768px){.main-content[data-v-e0e1379f]{padding:15px}.page-header h1[data-v-e0e1379f]{font-size:2.5rem}.info-grid[data-v-e0e1379f]{grid-template-columns:1fr}.info-section[data-v-e0e1379f]{padding:20px}}
