<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*\

page

\*/

@media all {
	body {
		display:grid;
		grid-gap:1rem;
		box-sizing:border-box;
		padding:1rem;
	}
	.A3 {
		width:297mm;
		height:420mm;
	}
	.A4 {
		width:210mm;
		height:297mm;
	}
	.A5 {
		width:148mm;
		height:210mm;
	}
	.A6 {
		width:105mm;
		height:148mm;
	}
}
@media screen {
	body {
		margin:auto;
	}
}
@media print {
	
}

/*\

panel

\*/

@media all {
	.panel {
		position:relative;
	}
}

/*\

image

\*/

@media all {
	img {
		position:absolute;
		top:0;
		left:0;
	}
}

/*\

text

\*/

@media all {
	.narration,
	.speech {
		position:absolute;
	}
}</pre></body></html>