#root{text-align:center;max-width:1250px;width:100vw;-webkit-user-select:none;user-select:none}.app{display:grid;grid-template-areas:"header" "container"}section{display:grid;grid-area:container;grid-template-areas:"filters ghosts"}.evidence{display:flex;flex-direction:column}.evidence__highlight{background-color:#ff0;height:2px;margin-top:4px}.filters{grid-area:filters}.evidence-filter,.reset-button,.speed-filter{display:flex;align-items:flex-start;flex-direction:column}.reset-button{font-size:24px;margin-top:32px}.ghosts-container{display:grid;grid-area:ghosts;grid-template-columns:repeat(4,1fr);grid-gap:4px;padding:24px}.ghost-card{display:grid;border:1px solid grey;cursor:pointer;grid-gap:1em;grid-template-areas:"info attributes";height:170px;padding:4px;text-align:left}.ghost-card.rejected{background-color:#202120;text-decoration:line-through}.ghost-card__attributes{font-size:12px;grid-area:attributes;height:auto}.ghost-card__attributes .strengths{color:#90ee90}.ghost-card__attributes .weaknesses{color:orange}.ghost-card__attributes{overflow-y:scroll;text-wrap:wrap}.ghost-card__attributes p{margin:.3rem}.ghost-card__evidences{display:flex}.ghost-card__info{display:flex;flex-direction:column;justify-content:space-between;grid-area:info}.ghost-card__info h3{margin-top:0}.ghost-card__info p{margin-bottom:0}.ghost-card__sanity{font-size:14px}header{display:inline-flex;grid-area:header;justify-content:center}header h1{margin:1rem 0}.indeterminate-checkbox{display:flex;align-items:center;justify-content:center}.indeterminate-checkbox input,.indeterminate-checkbox input+.evidence{margin-right:8px}:root{display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#3d3b3b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}h1{font-size:3.2em;line-height:1.1}
