body{color:#e8e8ec;background:#14161c;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#1d2029;border-radius:8px;flex-direction:column;gap:.5rem;width:20rem;padding:2rem;display:flex}.login-form label{color:#a6a9b4;font-size:.85rem}.login-form input{color:inherit;background:#14161c;border:1px solid #34384a;border-radius:4px;padding:.5rem}.login-form button{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:4px;margin-top:1rem;padding:.6rem}.login-error,.users-error{color:#f87171;font-size:.85rem}.admin-header{border-bottom:1px solid #34384a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.admin-header nav{gap:1.5rem;display:flex}.admin-header nav a{color:#a6a9b4;font-size:.9rem;text-decoration:none}.admin-header nav a.active{color:#e8e8ec;font-weight:600}.admin-header button{color:inherit;cursor:pointer;background:0 0;border:1px solid #34384a;border-radius:4px;padding:.4rem .8rem}.users-page,.admin-page{padding:2rem}.users-page table,.admin-page table{border-collapse:collapse;width:100%}.users-page th,.users-page td,.admin-page th,.admin-page td{text-align:left;border-bottom:1px solid #34384a;padding:.5rem}.users-page select{color:inherit;background:#14161c;border:1px solid #34384a;border-radius:4px;padding:.3rem}.groups-list,.forum-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.groups-list-item,.forum-list-item{background:#1d2029;border-radius:8px;padding:1rem}.groups-list-item-header,.forum-list-item-header{color:#a6a9b4;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.forum-list-item button{color:#f87171;cursor:pointer;background:0 0;border:1px solid #f87171;border-radius:4px;padding:.4rem .8rem}.forum-list-item button:disabled{opacity:.6;cursor:default}
