/* ==========================================================================
   POKÉMON LEGION RPG - Base Layout Compatibility Layer
   Safely aligned with modern.css to prevent layout fragmentation
   ========================================================================== */

body {
	background: #090d16;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	font-size: 14px;
	color: #f8fafc;
	margin: 0;
	padding: 0;
}

.wrapper {
	max-width: 1300px;
	width: 95%;
	margin: 16px auto 40px auto;
	padding: 0;
	height: auto;
}

.content-wrapper {
	width: 100%;
}

.banner {
	background: url(banner_legendary.jpg) center center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	height: 200px;
	width: 100%;
	margin: 0 auto;
}

.left-nav {
	width: 100%;
}

.right-nav {
	width: 100%;
}

.content {
	width: 100%;
}

a:link { text-decoration: none; color: #3b82f6; }
a:visited { text-decoration: none; color: #3b82f6; }
a:hover { text-decoration: none; color: #60a5fa; }