/* Reset and Base */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; line-height: 1.5; }

/* Dashboard layout specific styles are already in the PHP files for easier one-file copy-paste/upload management, but this serves as a fallback */

.text-muted { color: #94a3b8; }
.mb-4 { margin-bottom: 1.5rem; }
code { background: rgba(255,255,255,0.05); padding: 2px 6px; border-radius: 4px; font-family: monospace; }
