*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-form{background:#1a1a1a;border:1px solid #333;border-radius:12px;max-width:400px;padding:40px;width:100%}.auth-form h2{color:#fff;font-size:24px;font-weight:600;margin-bottom:30px;text-align:center}.auth-form input{background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#e0e0e0;font-size:14px;margin-bottom:16px;padding:12px;transition:border-color .3s ease;width:100%}.auth-form input:focus{border-color:#4f46e5;outline:none}.auth-form input::placeholder{color:#666}.auth-form button{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:12px;padding:12px;transition:background .3s ease;width:100%}.auth-form button:hover:not(:disabled){background:#4338ca}.auth-form button:disabled{cursor:not-allowed;opacity:.5}.link-btn{background:#0000!important;color:#4f46e5!important;font-size:13px!important;font-weight:400!important;text-decoration:none}.error,.success{border-radius:8px;font-size:13px;margin-top:12px;padding:12px;text-align:center}.error{background:#1f1b1b;color:#ef4444}.error,.success{border:1px solid #333}.success{background:#1b1f1b;color:#22c55e}.dashboard{background:#0a0a0a;min-height:100vh}.admin-header,.dashboard-header,.table-header{align-items:center;background:#1a1a1a;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:20px 40px}.admin-header h1,.dashboard-header h1,.table-header h1{color:#fff;font-size:20px;font-weight:600}.admin-header div,.dashboard-header div,.table-header div{display:flex;gap:12px}.admin-header button,.dashboard-header button,.table-header button{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:opacity .2s ease}.dashboard-header button:first-child,.table-header button:first-child{background:#22c55e;color:#fff}.dashboard-header button:nth-child(2),.table-header button:nth-child(2){background:#4f46e5;color:#fff}.admin-header button:last-child,.dashboard-header button:last-child,.table-header button:last-child{background:#ef4444;color:#fff}.admin-header button:hover,.dashboard-header button:hover,.table-header button:hover{opacity:.8}.dashboard-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:40px}.event-form,.events-list{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px}.event-form h2,.events-list h2{color:#fff;font-size:16px;font-weight:600;margin-bottom:20px}.event-form input{background:#0a0a0a;border:1px solid #333;border-radius:6px;color:#e0e0e0;font-size:13px;margin-bottom:12px;padding:10px;width:100%}.event-form input:focus{border-color:#4f46e5;outline:none}.event-form button{background:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px;width:100%}.event-form button:hover:not(:disabled){background:#4338ca}.event-item{align-items:center;background:#111;border:1px solid #333;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px}.event-item h3{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px}.event-item p{color:#888;font-size:12px;margin-bottom:6px}.event-item a{color:#4f46e5;font-size:12px;text-decoration:none}.delete-btn{align-items:center;background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.table-page{background:#0a0a0a;min-height:100vh}.servers-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:40px}.server-section{background:#1a1a1a;border:1px solid #333;border-radius:12px;overflow:hidden}.server-section h2{background:#4f46e5;color:#fff;font-size:16px;font-weight:600;margin:0;padding:16px}.users-table{padding:16px}.table-header-row{color:#ccc;font-size:12px;font-weight:500;margin-bottom:8px}.table-header-row,.table-row{grid-gap:12px;background:#111;border-radius:6px;display:grid;gap:12px;grid-template-columns:2fr 1.5fr .8fr .8fr 1fr;padding:12px}.table-row{border-left:3px solid #0000;font-size:13px;margin-bottom:6px}.table-row.ruk_eventer{border-left-color:#ef4444}.table-row.eventer{border-left-color:#3b82f6}.table-row.test_eventer{border-left-color:#f59e0b}.admin-panel{background:#0a0a0a;min-height:100vh}.admin-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:300px 1fr;margin:0 auto;max-width:1400px;padding:40px}.users-sidebar{background:#1a1a1a;border:1px solid #333;border-radius:12px;height:fit-content;padding:20px}.users-sidebar h2{color:#fff;font-size:16px;font-weight:600;margin-bottom:16px}.server-divider{border-bottom:2px solid #333;margin:16px 0 12px;padding:8px 0}.server-divider h3{color:#4f46e5;font-size:14px;font-weight:600;margin:0;padding-bottom:8px;text-align:left}.server-divider:first-of-type{margin-top:0}.user-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;margin-bottom:4px;padding:10px}.user-item:hover{background:#111}.user-item.selected{background:#4f46e5;color:#fff}.role{border-radius:4px;font-size:10px;font-weight:500;padding:3px 6px}.role.ruk_eventer{background:#dc2626;color:#fff}.role.eventer{background:#2563eb;color:#fff}.role.test_eventer{background:#d97706;color:#fff}.user-details{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px}.user-details h2{color:#fff;font-size:18px;margin-bottom:16px}.user-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.user-stats p{background:#111;border-radius:6px;color:#e0e0e0;font-size:13px;font-weight:500;padding:12px;text-align:center}.actions{display:flex;gap:12px;margin-bottom:24px}.actions button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:10px}.actions button:first-child{background:#ef4444;color:#fff}.actions button:nth-child(2){background:#22c55e;color:#fff}.actions button:last-child{background:#f59e0b;color:#fff}.actions button:hover{opacity:.8}.events-table h3{color:#fff;font-size:14px;margin-bottom:12px}.event-row{align-items:center;background:#111;border-radius:6px;display:flex;font-size:12px;justify-content:space-between;margin-bottom:6px;padding:10px}.event-row div{gap:4px}.event-row div,.reset-form{display:flex;flex-direction:column}.reset-form{gap:12px}.reset-form input{margin-bottom:0}.spinner{animation:spin 1s linear infinite;border:2px solid #333;border-radius:50%;border-top-color:#4f46e5;height:16px;width:16px}.skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%);background-size:200% 100%;border-radius:4px;height:12px}.skeleton.small{height:8px;width:60%}.skeleton-row{grid-gap:12px;background:#111;border-radius:6px;display:grid;gap:12px;grid-template-columns:2fr 1.5fr .8fr .8fr 1fr;margin-bottom:6px;padding:12px}.skeleton-event{background:#111;border:1px solid #333;border-radius:8px;display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:16px}.user-skeleton{border-radius:6px;height:40px;margin-bottom:4px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.toast-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:20px;z-index:1000}.toast{align-items:center;animation:slideIn .3s ease;border-radius:8px;display:flex;justify-content:space-between;min-width:250px;padding:12px 16px}.toast button{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;margin-left:12px;opacity:.7}.toast-success{background:#1b4332;border:1px solid #22c55e;color:#22c55e}.toast-error{background:#2d1b1f;border:1px solid #ef4444;color:#ef4444}.toast-info{background:#1e3a8a;border:1px solid #60a5fa;color:#60a5fa}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.admin-content,.dashboard-content,.servers-grid{grid-template-columns:1fr;padding:20px}.table-header-row,.table-row{gap:6px;grid-template-columns:1fr}.user-stats{grid-template-columns:1fr}.toast-container{right:10px;top:10px}.toast{min-width:calc(100vw - 20px)}}
/*# sourceMappingURL=main.04e06d67.css.map*/