#wallet-online-admin { color: #172338; font-family: Inter, system-ui, sans-serif; }
.presence-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.presence-heading h1 { margin: 0; font-size: 23px; font-weight: 800; line-height: 1.5; }
.presence-heading h1 span { display: inline-block; margin-left: 8px; padding: 3px 10px; border-radius: 20px; background: #e8f7ef; color: #16844b; font-size: 14px; vertical-align: middle; }
.presence-heading p, .presence-help { color: #64748b; font-size: 14px; line-height: 1.7; margin: 6px 0 0; }
.presence-refresh { padding: 10px 16px; min-height: 40px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; color: #3157bd; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.presence-refresh:disabled { opacity: .5; cursor: wait; }
.presence-refresh:focus-visible { outline: 2px solid #3b6bf5; outline-offset: 3px; }
.presence-summary { display: flex; align-items: center; gap: 9px; color: #64748b; font-size: 13px; margin-bottom: 14px; }
.presence-dot { width: 8px; height: 8px; border-radius: 50%; background: #18a464; flex-shrink: 0; }
.presence-table-wrap { border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; overflow-x: auto; }
.presence-table { width: 100%; min-width: 710px; border-collapse: collapse; text-align: left; font-size: 14px; }
.presence-table th { background: #f8fafc; color: #64748b; padding: 13px 18px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.presence-table td { padding: 17px 18px; border-top: 1px solid #edf0f5; vertical-align: middle; overflow-wrap: anywhere; }
.presence-table strong { font-weight: 700; }
.presence-table small { display: block; margin-top: 5px; color: #8491a4; font-size: 12px; max-width: 420px; line-height: 1.65; }
.presence-screen { color: #284891; font-weight: 600; }
.presence-status { display: inline-block; padding: 5px 9px; border-radius: 6px; background: #f1f5f9; color: #64748b; font-size: 12px; white-space: nowrap; }
.presence-status.is-focused { background: #e9f8f0; color: #15824b; }
.presence-time { color: #64748b; white-space: nowrap; }
.presence-table .presence-empty { text-align: center; padding: 64px 20px; color: #8491a4; }
.presence-help { margin-top: 15px; max-width: 900px; font-size: 13px; }
.presence-error { color: #b42318; background: #fff1f0; border-radius: 8px; padding: 12px 15px; margin: 0 0 14px; font-size: 14px; }
.presence-error[hidden] { display: none; }
@media (max-width: 640px) {
  .presence-heading { align-items: flex-start; flex-wrap: wrap; }
  .presence-heading h1 { font-size: 20px; }
  .presence-heading p { font-size: 13px; }
}
