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

layout

\*/

.A3 {
	display:grid;
	grid-template-rows:auto auto;
	grid-template-columns:auto auto;
	grid-template-areas:'page-04 page-01' 'page-02 page-03';
}
.A3 &gt; div:nth-child(1) {
	grid-area:page-01;
}
.A3 &gt; div:nth-child(2) {
	grid-area:page-02;
}
.A3 &gt; div:nth-child(3) {
	grid-area:page-03;
}
.A3 &gt; div:nth-child(4) {
	grid-area:page-04;
}

/*\

page

\*/

[lang] &gt; div {
	width:210mm;
	height:297mm;
	box-sizing:border-box;
	padding:2mm 12mm;
}

/*\

page 1

\*/

[lang] &gt; div:nth-child(1) {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto auto 1fr auto auto;
	grid-column-gap:2mm;
}

/*\

player

\*/

[lang] &gt; div:nth-child(1) &gt; section:nth-child(1) {
	grid-column:span 3;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(1) &gt; span:nth-child(1) {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(1) &gt; span:nth-child(2) {
	grid-column:span 1;
}

/*\

character

\*/

[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) {
	grid-column:span 3;
	display:grid;
	grid-template-columns:repeat(12,1fr);
	grid-column-gap:2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(1) {
	grid-column:span 6;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(2) {
	grid-column:span 3;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(3) {
	grid-column:span 1;
	margin-left:-2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(4) {
	grid-column:span 1;
	margin-left:-2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(5) {
	grid-column:span 1;
	margin-left:-2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(6) {
	grid-column:span 6;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(2) &gt; span:nth-child(7) {
	grid-column:span 6;
}

/*\

description

\*/

[lang] &gt; div:nth-child(1) &gt; section:nth-child(3) {
	grid-column:span 2;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto 1fr 1fr 1fr auto;
	grid-column-gap:2mm;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(3) &gt; span {
	grid-column:span 2;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(3) &gt; p {
	grid-column:span 1;
	grid-row:span 3;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(3) &gt; img {
	grid-column:span 1;
	grid-row:span 2;
}

/*\

equipment

\*/

[lang] &gt; div:nth-child(1) &gt; section:nth-child(4) {
	grid-column:span 1;
	grid-row:span 2;
	display:flex;
	flex-direction:column;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(4) &gt; ul {
	
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(4) &gt; ul &gt; li {
	display:grid;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(4) &gt; div {
	flex-grow:1;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

/*\

group

\*/

[lang] &gt; div:nth-child(1) &gt; section:nth-child(5) {
	grid-column:span 2;
	display:flex;
	flex-direction:column;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(5) &gt; ul &gt; li:nth-child(-n+2) {
	display:grid;
	grid-template-columns:1fr;
}
[lang] &gt; div:nth-child(1) &gt; section:nth-child(5) &gt; ul &gt; li:nth-child(n+3) {
	display:grid;
	grid-template-columns:25% 20% 20% 20% 15%;
}

/*\

footer

\*/

[lang] &gt; div:nth-child(1) &gt; footer {
	grid-column:span 3;
	display:grid;
	align-items:end;
	height:24mm;
}
[lang] &gt; div:nth-child(1) &gt; footer &gt; nav {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(1) &gt; footer &gt; nav &gt; a:nth-child(1) {
	grid-column:2;
	justify-self:center;
}
[lang] &gt; div:nth-child(1) &gt; footer &gt; nav &gt; a:nth-child(2) {
	grid-column:3;
	justify-self:end;
}

/*\

page 2

\*/

[lang] &gt; div:nth-child(2) {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto auto auto auto 1fr auto;
	grid-column-gap:2mm;
}

/*\

attributes

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(1) {
	grid-column:span 3;
	display:flex;
	justify-content:space-between;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(1) &gt; label {
	grid-column:span 1;
}

/*\

endurance

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(2) {
	grid-column:span 1;
	align-self:start;
	display:flex;
	flex-direction:column;
	/* justify-content:center; */
	margin:2mm 0;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(2) &gt; output {
	
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(2) &gt; div {
	display:flex;
	justify-content:space-around;
}

/*\

corruption

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(3) {
	grid-column:span 1;
	align-self:start;
	display:flex;
	flex-direction:column;
	margin:2mm 0;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(3) &gt; output {
	
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(3) &gt; div {
	display:flex;
	justify-content:space-around;
}

/*\

combat

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(4) {
	grid-column:span 2;
	align-self:center;
	display:grid;
	grid-template-columns:auto auto auto 1fr auto;
	grid-column-gap:4mm;
	margin:0 2mm;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(4) &gt; label {
	
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(4) &gt; div {
	display:flex;
	flex-direction:column;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(4) &gt; div &gt; span {
	
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(4) &gt; label:nth-child(5) {
	margin-left:-4mm;
}

/*\

weapon

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(5) {
	grid-column:span 2;
	align-self:end;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(5) &gt; ul:nth-child(1) &gt; li {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(5) &gt; ul:nth-child(2) &gt; li {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}

/*\

item

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(6) {
	grid-column:3 / span 1;
	grid-row:2 / span 3;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto auto;
	grid-column-gap:2mm;
	margin:2mm 0;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(6) &gt; ul {
	grid-column:span 2;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(6) &gt; ul &gt; li {
	display:grid;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(6) &gt; div {
	grid-column:span 1;
	display:flex;
	flex-direction:column;
}

/*\

companions

\*/

[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) {
	grid-column:span 3;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto 1fr;
	grid-column-gap:5mm;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7)::before {
	grid-column:span 2;
	grid-row:1;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div {
	grid-column:span 1;
	grid-row:2;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto auto 1fr auto auto auto;
	grid-column-gap:2mm;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; span:nth-child(1) {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; span:nth-child(2) {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(3) {
	grid-column:span 2;
	display:flex;
	justify-content:space-between;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(3) &gt; label {
	width:10mm;
	height:10mm;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; p:nth-child(4) {
	grid-column:span 2;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; span:nth-child(5) {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; span:nth-child(6) {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(7) {
	grid-column:span 2;
	display:flex;
	justify-content:space-between;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(8) {
	grid-column:span 2;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(8) &gt; output {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
[lang] &gt; div:nth-child(2) &gt; section:nth-child(7) &gt; div &gt; div:nth-child(8) &gt; output:before {
	
}

/*\

footer

\*/

[lang] &gt; div:nth-child(2) &gt; footer {
	grid-column:span 3;
	display:grid;
	align-items:end;
	height:24mm;
}
[lang] &gt; div:nth-child(2) &gt; footer &gt; nav {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(2) &gt; footer &gt; nav &gt; a:nth-child(1) {
	grid-column:2;
	justify-self:center;
}
[lang] &gt; div:nth-child(2) &gt; footer &gt; nav &gt; a:nth-child(2) {
	grid-column:3;
	justify-self:end;
}

/*\

page 3

\*/

[lang] &gt; div:nth-child(3) {
	display:grid;
	grid-template-columns:1fr;
	grid-template-rows:1fr auto auto;
}

/*\

abilities

\*/

[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) {
	grid-column:span 1;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto 1fr 1fr 1fr 1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1)::before {
	grid-column:span 3;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) &gt; div {
	grid-column:span 1;
	display:grid;
	grid-template-columns:1fr auto;
	grid-template-rows:auto 1fr auto;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) &gt; div &gt; span:nth-child(1) {
	grid-column:span 2;
	display:flex;
	align-items:center;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) &gt; div &gt; p {
	grid-column:span 2;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) &gt; div &gt; span:nth-child(3) {
	grid-column:span 1;
	display:flex;
	align-items:center;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(1) &gt; div &gt; output {
	grid-column:span 1;
}

/*\

footer

\*/

[lang] &gt; div:nth-child(3) &gt; footer {
	grid-column:span 3;
	display:grid;
	align-items:end;
	height:24mm;
}
[lang] &gt; div:nth-child(3) &gt; footer &gt; nav {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(3) &gt; footer &gt; nav &gt; a:nth-child(1) {
	grid-column:2;
	justify-self:center;
}
[lang] &gt; div:nth-child(3) &gt; footer &gt; nav &gt; a:nth-child(2) {
	grid-column:3;
	justify-self:end;
}

/*\

boons

\*/

[lang] &gt; div:nth-child(3) &gt; section:nth-child(2) {
	grid-column:span 12;
	display:grid;
	grid-template-columns:1fr;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(2)::before {
	grid-column:span 1;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(2) &gt; ul {
	grid-column:span 1;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:4mm;
}
[lang] &gt; div:nth-child(3) &gt; section:nth-child(2) &gt; ul &gt; li {
	grid-column:span 1;
	display:grid;
	grid-template-columns:1fr;
}

/*\

page 4

\*/

[lang] &gt; div:nth-child(4) {
	display:grid;
	grid-template-columns:1fr;
	grid-template-rows:1fr auto;
}

/*\

scheming

\*/

[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) {
	display:flex;
	flex-direction:column;
}
[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) &gt; header {
	flex-grow:1;
	justify-content:center;
}
[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) &gt; header,
[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) &gt; div {
	display:grid;
	grid-template-columns:1fr 1fr 15% 15% 15% 5rem;
	grid-template-rows:auto;
	align-items:center;
}
[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) &gt; header &gt; span,
[lang] &gt; div:nth-child(4) &gt; section:nth-child(1) &gt; div &gt; span {
	display:flex;
	align-items:center;
}

/*\

footer

\*/

[lang] &gt; div:nth-child(4) &gt; footer {
	grid-column:span 3;
	display:grid;
	align-items:end;
	height:24mm;
}
[lang] &gt; div:nth-child(4) &gt; footer &gt; nav {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
[lang] &gt; div:nth-child(4) &gt; footer &gt; nav &gt; a:nth-child(1) {
	grid-column:2;
	justify-self:center;
}
[lang] &gt; div:nth-child(4) &gt; footer &gt; nav &gt; a:nth-child(2) {
	grid-column:3;
	justify-self:end;
}</pre></body></html>