:root{--bg:#0f1419;--fg:#e7e9ea;--muted:#8b98a5;--surface:#161e27;--surface2:#1e2732;--border:#2f3b4a;--accent:#1d9bf0;--nav-action:#0d9488;--nav-action-hover:#14b8a6}body{background:var(--bg);min-height:100vh;color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}h1{margin:0 0 .5rem;font-size:1.35rem;font-weight:600}table.data{border-collapse:separate;border-spacing:0;border:1px solid var(--border);background:#ffffff03;border-radius:12px;width:100%;margin-top:.5rem;overflow:hidden}table.data th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);border-bottom:1px solid var(--border);background:#ffffff05;padding:1rem 1.25rem;font-size:.7rem;font-weight:700}table.data td{color:var(--fg);border-bottom:1px solid var(--border);vertical-align:middle;padding:1.15rem 1.25rem;font-size:.875rem;transition:all .15s}table.data tr:nth-child(2n) td{background:#ffffff04}table.data tr:last-child td{border-bottom:none}table.data tr:hover td{color:#fff;background:#ffffff0f!important}.status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:8px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge-active{color:#10b981;background:#10b9811a;border:1px solid #10b9811a}.status-badge-active:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b98199}.status-badge-inactive{color:#f43f5e;background:#f43f5e14;border:1px solid #f43f5e1a}.status-badge-inactive:before{content:"";background:#f43f5e;border-radius:50%;width:6px;height:6px}.status-badge-suspended{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b1a}.status-badge-suspended:before{content:"";background:#f59e0b;border-radius:50%;width:6px;height:6px}.btn-group{border:1px solid var(--border);background:#ffffff05;border-radius:8px;height:32px;display:inline-flex;overflow:hidden}.btn-group-item{color:var(--muted);border:none;border-right:1px solid var(--border);white-space:nowrap;cursor:pointer;background:0 0;align-items:center;padding:0 .75rem;font-family:inherit;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-group-item:last-child{border-right:none}.btn-group-item:hover{color:var(--accent);background:#ffffff0d}.btn-group-item svg{opacity:.7;margin-right:6px}.action-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.action-btn:active{transform:scale(.92)}.action-btn-edit{color:#38bdf8;background:#1d9bf01a;border:1px solid #1d9bf033}.action-btn-edit:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.action-btn-delete{color:#fca5a5;background:#f8717114;border:1px solid #f8717126}.action-btn-delete:hover{color:#fff;background:#ef4444;border-color:#ef4444}.action-btn-delete:disabled{opacity:.2;cursor:not-allowed;filter:grayscale()}input.field,select.field{border:1px solid var(--border);background:var(--surface);width:100%;max-width:320px;color:var(--fg);border-radius:6px;padding:.5rem .65rem}.invitation-modal-panel input.field,.invitation-modal-panel select.field{max-width:none}button.primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}a.nav-action{background:var(--nav-action);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:6px;align-items:center;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}a.nav-action:hover{background:var(--nav-action-hover)}.error{color:#f87171;margin-top:.5rem;font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.75s linear infinite spin}button.primary:disabled{opacity:.78;cursor:not-allowed}.nav-badge{flex-shrink:0;align-items:center;margin-left:auto;display:inline-flex}.nav-badge-primary{color:var(--fg);font-weight:600}.nav-badge-sep{color:var(--muted);margin:0 2px}.nav-badge-total{color:var(--muted)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert();opacity:.6;cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border:2px solid var(--bg);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}*{scrollbar-width:thin;scrollbar-color:var(--border) var(--bg)}
