/* Universal Pro Theme — dark-only safety net v1.0.0 */
/* Forces explicit dark surfaces so WP core / block styles never paint white. */
html, body { background: var(--at-bg); color: var(--at-fg); }
article, .entry-content, .entry-summary, .wp-block,
.up-article, .up-card, .up-comment-body, .widget, .up-author-bio,
.up-newsletter, .up-footer, .up-header, .up-hero, .up-section {
	background: var(--at-card);
}
.up-header, .up-footer, .up-newsletter, .up-hero { background: #1a1a1a; }
.up-article-content, .up-article-content p, .up-article-content li { color: var(--at-fg); }
.up-article-content a, .up-article-content a:visited { color: var(--at-accent); }
blockquote, pre, code, table th { background: var(--at-card); color: var(--at-fg); }
input, textarea, select { background: var(--at-bg-dark); color: var(--at-fg); border-color: var(--at-border); }
