/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,html{width:100%;margin:0;font-family:Courier New,Courier,monospace;background-image:linear-gradient(to top left,#777,#aaa);min-height:-webkit-fill-available;scroll-behavior:smooth}#__next,body,html{height:100%;overflow:hidden}#__next{width:100vw;min-height:100%;box-sizing:border-box}.Card{border-radius:10px;padding:2px 8px;font-size:20px;min-width:100px;height:30px;text-align:center;line-height:30px;cursor:pointer;white-space:nowrap}.colorEvidence{background-color:lightpink;border:1px solid salmon}.colorEvidenceFinalized{background-color:lightpink;color:#555}.colorCharacter{background-color:greenyellow}.colorCharacter,.colorCharacter img{border:1px solid darkgreen}.colorDisabled img{border:1px solid lightgray}.colorCharacterFinalized{background-color:rgb(137,205,36);color:#555}.colorTopic,.colorWeapon{background-color:cyan;border:1px solid navy}.colorTopic img{border:1px solid navy}.colorTopicFinalized{background-color:rgb(0,200,200);color:#555}.colorMotive{background-color:yellow;border:1px solid orange}.colorLocation{background-color:orange;border:1px solid darkorange}.colorLocationFinalized{background-color:orange;color:#555}.colorMotiveFinalized{background-color:rgb(223,223,0);color:#555}.colorAnyTopic{background:repeating-linear-gradient(-45deg,greenyellow,greenyellow 20px,cyan 0,cyan 40px,lightpink 0,lightpink 60px,orange 0,orange 80px,yellow 0,yellow 100px);border:1px solid white}.colorCharacterMotive{background:repeating-linear-gradient(-45deg,greenyellow,greenyellow 20px,yellow 0,yellow 40px);border:1px solid white}.colorCharacterTopicMotive{background:repeating-linear-gradient(-45deg,greenyellow,greenyellow 20px,cyan 0,cyan 40px,yellow 0,yellow 60px);border:1px solid white}.colorDisabled{border:1px solid lightgray;background-color:lightgrey;color:grey}.expert{border-width:2px}.colorDisabled.expert{border-left:10px solid darkgray}.colorHighlighted{border-width:3px}.recentlyAddedCard{min-width:0;max-width:0;padding:2px 0;font-weight:900;animation:cardGrow 1s forwards,cardGrowFast 2s forwards}.recentlyAddedCard.fadeToDisabled{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeToDisabled 2s 3s forwards}.recentlyAddedCard.fadeToDisabled.colorCharacter{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeCharacterToDisabled 2s 3s forwards}.recentlyAddedCard.fadeToDisabled.colorTopic{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeTopicToDisabled 2s 3s forwards}.recentlyAddedCard.fadeToDisabled.colorMotive{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeMotiveToDisabled 2s 3s forwards}.recentlyAddedCard.fadeToDisabled.colorLocation{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeLocationToDisabled 2s 3s forwards}.recentlyAddedCard.fadeToDisabled.colorEvidence{animation:cardGrow 1s forwards,cardGrowFast 2s forwards,fadeEvidenceToDisabled 2s 3s forwards}@keyframes cardGrow{to{min-width:100px;padding:2px 8px}}@keyframes cardGrowFast{to{max-width:280px}}@keyframes fadeToDisabled{0%{background-color:inherit;border-color:inherit;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}@keyframes fadeCharacterToDisabled{0%{background-color:greenyellow;border-color:darkgreen;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}@keyframes fadeTopicToDisabled{0%{background-color:cyan;border-color:navy;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}@keyframes fadeMotiveToDisabled{0%{background-color:yellow;border-color:orange;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}@keyframes fadeLocationToDisabled{0%{background-color:orange;border-color:darkorange;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}@keyframes fadeEvidenceToDisabled{0%{background-color:lightpink;border-color:salmon;color:inherit}to{background-color:lightgrey;border-color:lightgray;color:grey}}.animatedChar{display:block}@keyframes moveText{0%{opacity:0}to{opacity:1}}body{animation:fadeInAnimation 3s ease;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.debugInfo{font-size:18px;color:red}