/* 
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;background:#f6f7fb;color:#111}
.container{max-width:980px;margin:40px auto;padding:0 16px}
.card{background:#fff;border:1px solid #e6e8ef;border-radius:14px;padding:18px 18px 14px;box-shadow:0 8px 20px rgba(0,0,0,.04)}
 */
h1 {
	font-size: 22px;
	margin: 0 0 6px;
}

p {
	margin: 0 0 12px;
	color: #444;
}

.small {
	font-size: 12px;
	color: #555;
}

pre {
	background: #0b1020;
	color: #e6e6e6;
	border-radius: 12px;
	padding: 12px;
	overflow: auto;
}

img.preview {
	max-width: 100%;
	border-radius: 14px;
	border: 1px solid #e6e8ef;
}