/* ZeedSites core styles */
.nav-link { color: #9ca3af; font-size: 0.875rem; font-weight: 500; text-decoration: none; padding: 0.25rem 0; border-bottom: 2px solid transparent; transition: color 0.15s; }
.nav-link:hover { color: #fff; }
.nav-link-active { color: #fff; border-bottom-color: #f97316; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 1rem; background: #f97316; color: #fff; font-size: 0.875rem; font-weight: 600; border-radius: 0.5rem; text-decoration: none; transition: background 0.15s; border: none; cursor: pointer; }
.btn-primary:hover { background: #ea6c0a; }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 1rem; background: #f1f5f9; color: #475569; font-size: 0.875rem; font-weight: 600; border-radius: 0.5rem; text-decoration: none; transition: background 0.15s; border: none; cursor: pointer; }
.btn-secondary:hover { background: #e2e8f0; }
.flash-success { display: flex; align-items: center; gap: 0.75rem; padding: 0.875rem 1rem; background: #f0fdf4; border: 1px solid #86efac; border-radius: 0.5rem; color: #166534; font-size: 0.875rem; margin-bottom: 0.5rem; }
.flash-error { display: flex; align-items: center; gap: 0.75rem; padding: 0.875rem 1rem; background: #fef2f2; border: 1px solid #fca5a5; border-radius: 0.5rem; color: #991b1b; font-size: 0.875rem; margin-bottom: 0.5rem; }
.role-badge { display: inline-flex; align-items: center; padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-size: 0.75rem; font-weight: 500; }
.role-admin { background: #fee2e2; color: #b91c1c; }
.role-developer { background: #e0e7ff; color: #3730a3; }
.role-manager { background: #fed7aa; color: #c2410c; }
.role-content { background: #f1f5f9; color: #475569; }
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
