/* Loaded via a relative path (styles/main.css) to exercise the serving gate. */
body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	margin: 0;
	padding: 2rem;
	background: #f6f7f9;
	color: #1f2933;
}

.sco {
	max-width: 40rem;
	margin: 0 auto;
	background: #fff;
	padding: 1.5rem 2rem;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

h1 { font-size: 1.4rem; }

button {
	padding: 0.5rem 1rem;
	border: 0;
	border-radius: 4px;
	background: #2563eb;
	color: #fff;
	cursor: pointer;
}

button:disabled { background: #9aa5b1; cursor: not-allowed; }

pre {
	background: #0f172a;
	color: #e2e8f0;
	padding: 1rem;
	border-radius: 4px;
	overflow: auto;
	font-size: 0.85rem;
}
