* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	background-color: #151924 !important;
	color: #f5f5f5 !important;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.dERxCV article,
.ZlFep article {
	background-color: #151924 !important;
	color: #f5f5f5 !important;
}

.content {
	max-width: 650px !important;
	margin: 0 auto !important;
	padding: 1rem !important;
	white-space: normal !important;
}

.content p,
.content-section p,
.article-container p {
	font-size: 1rem !important;
	line-height: 2 !important;
	margin-bottom: 1.25rem !important;
	color: #94a3b8 !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

a {
	color: #FFA500;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #e69500;
}

img {
	max-width: 100%;
	height: auto;
}

::selection {
	background-color: #FFA500;
	color: #151924;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #151924;
}

::-webkit-scrollbar-thumb {
	background: #334155;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #FFA500;
}

@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}
