/**
 * NationsRO design tokens (Bootstrap 3 theme)
 */
:root {
	--nr-bg-deep: #070913;
	--nr-bg-mid: #0f132a;
	--nr-bg-surface: rgba(10, 12, 28, 0.75);
	--nr-bg-card: rgba(18, 22, 48, 0.55);
	--nr-bg-input: rgba(8, 10, 24, 0.7);
	--nr-bg-table: rgba(12, 15, 36, 0.6);
	--nr-bg-table-th: rgba(58, 76, 125, 0.35);
	--nr-bg-table-td: rgba(18, 22, 48, 0.25);

	--nr-text: #f1f3f9;
	--nr-text-muted: #8a9fc4;
	--nr-text-nav: #d2daf0;

	--nr-accent: #00f0ff;
	--nr-accent-glow: rgba(0, 240, 255, 0.4);
	--nr-accent-soft: #8aeefc;
	--nr-cta: #ff0055;
	--nr-cta-glow: rgba(255, 0, 85, 0.5);
	--nr-cta-dark: #b3003b;

	--nr-gold: #ffd700;
	--nr-gold-glow: rgba(255, 215, 0, 0.3);
	--nr-silver: #c0c0c0;
	--nr-bronze: #cd7f32;

	--nr-border: rgba(255, 255, 255, 0.08);
	--nr-border-glow: rgba(0, 240, 255, 0.15);
	--nr-border-input: rgba(255, 255, 255, 0.12);

	--nr-radius-sm: 6px;
	--nr-radius-md: 10px;
	--nr-radius-lg: 16px;
	--nr-radius-pill: 40px;

	--nr-shadow-container: 0 16px 40px 0 rgba(0, 0, 0, 0.6);
	--nr-shadow-navbar: 0 8px 30px rgba(0, 0, 0, 0.5);

	--nr-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--nr-font-display: 'Outfit', 'Inter', sans-serif;

	--nr-navbar-height: 64px;
	--nr-container-offset: 96px;
	--nr-footer-height: auto;
}
