/* Reypub Client System custom styles */
* { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; }
.modal-backdrop { background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(2px); }
.fade-in { animation: fadeIn .2s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px);} to { opacity:1; transform:none;} }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg);} }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
.menu-item:hover { background: #1e293b; }
