:root{font-family:Manrope,Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{color:#fff;background:#000;margin:0}.page{background:#000;min-height:100vh}.container{max-width:980px;margin:0 auto;padding:24px}.container.signed-out{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 48px);display:flex}.brand-title{letter-spacing:.08em;color:#49c2c6;margin:0 0 16px;font-size:32px}.header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.header-brand{align-items:center;gap:10px;display:flex}.header-logo{object-fit:cover;border-radius:8px;width:32px;height:32px}.header h1{color:#49c2c6;margin:0;font-size:24px}.center-actions{justify-content:center;margin:20px 0 12px;display:flex}.container.signed-out .center-actions{margin:0 0 12px}.bottom-actions{justify-content:center;margin-top:28px;display:flex}.btn,.ghost-btn,.tab{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:999px;padding:8px 14px}.tab.active{color:#000;background:#fff}.tabs{gap:8px;margin:16px 0;display:flex}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.users-panel{background:#000;border:1px solid #222;border-radius:12px;margin-top:12px;padding:12px}.users-panel-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.users-panel-header h2{margin:0;font-size:18px}.users-table-wrap{border:1px solid #222;border-radius:8px;max-height:280px;overflow:auto}.users-table{border-collapse:collapse;width:100%}.users-table th,.users-table td{text-align:left;border-bottom:1px solid #151515;padding:10px 12px}.users-table th{letter-spacing:.03em;color:#bbb;text-transform:uppercase;background:#050505;font-size:12px;position:sticky;top:0}.users-table td{font-size:14px}.users-table tbody tr:last-child td{border-bottom:none}@media (width<=720px){.users-table th,.users-table td{padding:8px 10px;font-size:13px}}.card{background:#000;border:1px solid #222;border-radius:12px;padding:12px}.card h2{margin:0 0 8px;font-size:18px}.row{justify-content:space-between;padding:6px 0;display:flex}.muted{color:#aaa}.error{color:#ff7d7d}
