:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:700;font-family:inherit;background-color:#1a1a1a;color:#f9f9f9;transition:border-color .25s;cursor:var(--pointer-cursor);background:#242424}button:hover{border-color:#f9f9f9}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#1a1a1a}button:hover{border-color:#1a1a1a}}@font-face{font-family:Source;src:url(/fonts/SourceSerif4-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:Digi;src:url(/fonts/digib.woff2) format("woff2"),url(/fonts/digib.woff) format("woff")}:root{--board-size: 4}html,:root{display:block;margin:auto;width:100%;height:100%;color:#eee;background-color:#3972af;font-family:Source,sans-serif;overflow:hidden}*{box-sizing:border-box}body{width:100svw;height:100svh;margin:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#3972af;background:radial-gradient(circle at 50% 50%,#548cc7,#3d63ba 68%,#424242 142%)}.underline{text-decoration:underline}.bold{font-weight:700}#root{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}a{text-decoration:underline;color:#eee}p{font-size:1.3rem;margin:.2rem 0;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate;text-align:center}h1,h2,h3{text-align:center;margin:.5rem 0}h1{text-decoration:underline}h2{font-size:1.8rem}.noClick,.noClick:hover{pointer-events:none}.greyedOut{background-color:#666;color:#ccc}dialog{background:none;border:none;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;z-index:5}dialog::backdrop{background-color:#000;opacity:.8;z-index:4}.notebook{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:25svw;height:30svh;margin:10svh auto;padding:2rem 2rem 1rem;position:fixed;right:3rem;transform:translate(5px);z-index:999}.notebook:after,.notebook:before{content:"";border:inherit;background-position:inherit;position:absolute}.notebook:after{background-color:#cfcfcf;width:calc(100% + 2px);height:10px;right:3px;bottom:0;transform:translatey(100%) skew(-30deg)}.notebook:before{background-color:#afafaf;width:8px;height:100%;top:5px;left:-16px;transform:translate(100%) skewy(-50deg)}.spiral{position:absolute;top:-1.5rem;background-image:url(/spiral.svg);background-size:auto 98%;background-repeat:round repeat;width:98%;height:3rem;overflow:visible}.gameBoard{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:1.5rem 0}.board{font-size:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100svh;width:100%;height:100%}.modeButtons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin:3rem 0 0 1.5rem}.interview,.notes,.solve,.faq{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;padding:.2rem}.interview img,.notes img,.solve img,.faq img{width:100%;height:100%}.modeButtons button.active,.selectRow,.selectTime{background-color:#00cd00;outline:#00cd00 5px solid;outline-offset:2px}.timeIcon{display:flex;align-items:center;justify-content:center;font-family:Digi,sans-serif;margin-bottom:0}.timeIcon button{font-size:2rem;padding:.1rem .5rem}.rowIcon{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:2rem;text-align:center;padding:.5rem;width:100%;height:fit-content;border:none;max-width:4rem}.rowIcon img{width:100%}.rowIcon.noClick,.timeIconButton.noClick{background:none}.boardGrid{width:100%;height:100%;max-width:90svh;display:grid;grid-template-columns:auto repeat(calc(var(--board-size)),1fr);grid-template-rows:auto repeat(calc(var(--board-size)),1fr)}.timeGrid{display:grid;grid-template-columns:repeat(calc(var(--board-size)),1fr);grid-column-gap:0px;grid-area:1 / 2 / 2 / calc(var(--board-size) + 2);margin-bottom:.8rem}.placeGrid{display:grid;align-items:center;grid-template-rows:repeat(calc(var(--board-size)),1fr);grid-row-gap:0px;grid-area:2 / 1 / calc(var(--board-size) + 2) / 2;margin-right:1rem}.cellGrid{display:grid;grid-template-columns:repeat(calc(var(--board-size)),auto);grid-template-rows:repeat(calc(var(--board-size)),auto);grid-area:2 / 2 / calc(var(--board-size) + 2) / calc(var(--board-size) + 2);grid-column-gap:.25rem;grid-row-gap:.25rem;border:white solid .25rem}.cellBorderGrid{pointer-events:none;border:white solid .125rem;z-index:999}.cellBorderGrid06{grid-area:2 / 2 / 4 / 5}.cellBorderGrid16{grid-area:2 / 5 / 4 / 8}.cellBorderGrid26{grid-area:4 / 2 / 6 / 5}.cellBorderGrid36{grid-area:4 / 5 / 6 / 8}.cellBorderGrid46{grid-area:6 / 2 / 8 / 5}.cellBorderGrid56{grid-area:6 / 5 / 8 / 8}.cellBorderGrid04{grid-area:2 / 2 / 4 / 4}.cellBorderGrid14{grid-area:2 / 4 / 4 / 6}.cellBorderGrid24{grid-area:4 / 2 / 6 / 4}.cellBorderGrid34{grid-area:4 / 4 / 6 / 6}.activeGuesses{border:white solid .3rem;border-radius:1rem;width:100%;max-height:50svh;display:flex;flex-wrap:wrap-reverse;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.magnifyingGlass{aspect-ratio:1;width:100%;height:100%;padding:0;background:none}.magnifyingGlass img{aspect-ratio:1;width:100%;height:100%}.activeGuessButton{background:none;padding:0;fill:none}.gameOver{padding:2rem}.gameoverButtonContainer{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;text-align:center}.gameoverButton{background-color:#00cd00;outline:#00cd00 5px solid;outline-offset:2px;font-size:1.5rem;font-weight:700;margin:2rem auto;padding:.5rem;width:fit-content}@media (orientation: portrait){*{font-size:11px}}.pointerCursor{position:fixed;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform,opacity;display:block;opacity:1;z-index:2147483647}.titleScreen{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:80%}.titleName{max-height:50%;margin-right:2rem}.titleCharacter{display:flex;align-items:center;justify-content:center;height:100%;margin-left:2rem}.titleCharacter img{height:75%}.titleStartButton{height:fit-content;width:25%;font-size:2rem}.outerBevel,.thirdBevel{background:radial-gradient(circle 1rem at top left,#0000 98%,#753e2a) top left,radial-gradient(circle 1rem at top right,#0000 98%,#753e2a) top right,radial-gradient(circle 1rem at bottom left,#0000 98%,#753e2a) bottom left,radial-gradient(circle 1rem at bottom right,#0000 98%,#753e2a) bottom right;background-size:51% 51%;background-repeat:no-repeat;border:none;margin:.25rem 0}.outerBevel{padding:.25rem;filter:drop-shadow(4px 3px 2px #424242) drop-shadow(-4px -3px 2px #424242)}.thirdBevel{padding:.3rem;height:100%;width:100%}.outerBevel.active,.outerBevel.active:hover,.outerBevel.active:focus{outline:none;filter:drop-shadow(2px 1px 4px #9a8100) drop-shadow(-2px 1px 4px #9a8100) drop-shadow(-2px -1px 4px #9a8100) drop-shadow(2px -1px 4px #9a8100)}.outerBevel:hover,.outerBevel:focus{outline:solid #ebc600 4px;outline-offset:6px}.secondBevel,.innerBevel{background:radial-gradient(circle 1rem at top left,#0000 98%,gold) top left,radial-gradient(circle 1rem at top right,#0000 98%,gold) top right,radial-gradient(circle 1rem at bottom left,#0000 98%,gold) bottom left,radial-gradient(circle 1rem at bottom right,#0000 98%,gold) bottom right;filter:drop-shadow(3px 2px 1px #342b00) drop-shadow(-1px -1px 2px #342b00);width:100%;height:100%;background-size:51% 51%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.secondBevel.silver,.innerBevel.silver{background:radial-gradient(circle 1rem at top left,#0000 98%,silver) top left,radial-gradient(circle 1rem at top right,#0000 98%,silver) top right,radial-gradient(circle 1rem at bottom left,#0000 98%,silver) bottom left,radial-gradient(circle 1rem at bottom right,#0000 98%,silver) bottom right;background-size:51% 51%;background-repeat:no-repeat}.secondBevel{padding:.1rem .25rem}.innerBevel{padding:.5rem 1.5rem}.engraved,.engraved .mobileButtonText{font-size:1.4rem;font-weight:700;color:transparent;color:#884820;text-shadow:0px 1px 0px rgba(120,62,42,.9),0px 1px 0px rgba(0,0,0,.7);height:100%}.engraved{display:flex;flex-direction:column;align-items:center;justify-content:center}button.active .secondBevel,button.active .innerBevel{background:radial-gradient(circle 1rem at top left,#0000 98%,gold) top left,radial-gradient(circle 1rem at top right,#0000 98%,gold) top right,radial-gradient(circle 1rem at bottom left,#0000 98%,gold) bottom left,radial-gradient(circle 1rem at bottom right,#0000 98%,gold) bottom right;filter:drop-shadow(3px 2px 1px #342b00) drop-shadow(-1px -1px 2px #342b00);width:100%;height:100%;background-size:51% 51%;background-repeat:no-repeat;align-items:center;justify-content:center}.desktop{display:flex}.mobile{display:none}@media (orientation: portrait){.desktop{display:none}.mobile{display:flex;min-height:3.5rem}.innerBevel{padding:.5rem .25rem}.engraved,.engraved .mobileButtonText{font-size:1.5rem}.outerBevel.active,.outerBevel.active:hover,.outerBevel.active:focus{filter:drop-shadow(2px 1px 3px #9a8100) drop-shadow(-2px 1px 3px #9a8100) drop-shadow(-2px -1px 3px #9a8100) drop-shadow(2px -1px 3px #9a8100)}.outerBevel:hover,.outerBevel:focus{outline:solid #ebc600 3px;outline-offset:4px}}.settingPage{width:100%;height:100%;display:block}.mobileButtonText{display:none}.desktopButtonText{display:inline-block}.settingContainer{width:100%;height:100%;display:flex;flex-direction:row;gap:1rem;align-items:start;justify-content:center}.difficultyContainer,.sizeContainer{width:20%;height:100%;display:flex;padding-top:5rem;flex-direction:column;gap:1rem;align-items:center;justify-content:start}.difficultyContainer svg,.sizeContainer svg{width:50%;margin-bottom:1.5rem}.difficultyButtonContainer,.sizeButtonContainer{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:start}.difficultyButton,.settingButton{width:100%}.settingPreviewContainer{width:50%;height:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.sizeExplanationContainer{width:100%;height:50%;max-width:60svh;max-height:50%;padding:2rem 4rem 0;display:flex;display:table;border-radius:1rem}.gridContainer{display:table-cell;vertical-align:middle;width:100%;height:100%;margin:auto;aspect-ratio:1/1;border-radius:1rem}.grid4,.grid6,.grid9{background-color:#ccc;aspect-ratio:1/1;width:100%;height:100%;display:grid;border:.5rem solid #424242;outline:1rem solid #cccccc;border-radius:.5rem}.grid4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}.grid6{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr)}.grid9{grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr)}.grid4 .gridCell:nth-child(4n+2){border-right:.25rem solid #424242}.grid4 .gridCell:nth-child(4n+3){border-left:.25rem solid #424242}.grid4 .gridCell:nth-child(n+5):nth-child(-n+8){border-bottom:.25rem solid #424242}.grid4 .gridCell:nth-child(n+9):nth-child(-n+12){border-top:.25rem solid #424242}.grid6 .gridCell:nth-child(6n+3){border-right:.25rem solid #424242}.grid6 .gridCell:nth-child(6n+4){border-left:.25rem solid #424242}.grid6 .gridCell:nth-child(n+7):nth-child(-n+12),.grid6 .gridCell:nth-child(n+19):nth-child(-n+24){border-bottom:.25rem solid #424242}.grid6 .gridCell:nth-child(n+13):nth-child(-n+18),.grid6 .gridCell:nth-child(n+25):nth-child(-n+30){border-top:.25rem solid #424242}.grid9 .gridCell:nth-child(9n+3),.grid9 .gridCell:nth-child(9n+6){border-right:.25rem solid #424242}.grid9 .gridCell:nth-child(9n+4),.grid9 .gridCell:nth-child(9n+7){border-left:.25rem solid #424242}.grid9 .gridCell:nth-child(n+19):nth-child(-n+27),.grid9 .gridCell:nth-child(n+46):nth-child(-n+54){border-bottom:.25rem solid #424242}.grid9 .gridCell:nth-child(n+28):nth-child(-n+36),.grid9 .gridCell:nth-child(n+55):nth-child(-n+63){border-top:.25rem solid #424242}.gridCell{width:100%;height:100%;border:.1rem solid #424242}.difficultyExplanationContainer{width:100%;padding:2rem;text-align:center;color:#eee}.settingConfirmButton{max-width:fit-content}@media (orientation: portrait){.mobileButtonText{display:inline-block;width:100%}.desktopButtonText{display:none}.settingContainer{flex-direction:column;padding:1rem}.difficultyContainer,.sizeContainer{width:100%;height:fit-content;padding:0;gap:.2rem}.difficultyContainer svg,.sizeContainer svg{width:8rem;margin-bottom:.3rem}.sizeContainer{order:2}.difficultyButtonContainer,.sizeButtonContainer{flex-direction:row}.settingPreviewContainer{width:100%;height:fit-content;order:3;gap:.2rem}.difficultyExplanationContainer{padding:0}h2{font-size:1.4rem}.gridContainer{height:25svh}.sizeExplanationContainer{padding:2rem 0;max-width:50%}.settingConfirmButton{max-width:50%;padding:2rem}}.characterSelectBG{position:fixed;left:0;top:0;background:#424242;background:linear-gradient(0deg,#424242,#397bc9 20%,#6297d9 30%,#27568f 85%,#424242);width:100%;height:100%;z-index:1}.culpritSelectBG{position:fixed;left:0;top:0;background:#424242;background:linear-gradient(0deg,#424242,#9d9d00,#d8d800 20%,#d8d800 70%,#9d9d00);width:100%;height:100%;z-index:1}.leftBar,.rightBar{background:#333;position:fixed;top:0;width:20%;height:100%;z-index:2}.leftCulpritBar,.rightCulpritBar{background:#333;position:fixed;top:0;width:30%;height:100%;z-index:2}.leftBar,.leftCulpritBar{left:0}.rightBar,.rightCulpritBar{right:0}.leftTopTriangle{background:linear-gradient(to bottom left,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;left:20%;top:0;width:28%;height:70%;z-index:2}.leftBotTriangle{background:linear-gradient(to top left,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;left:20%;top:70%;width:28%;height:30%;z-index:2}.rightTopTriangle{background:linear-gradient(to bottom right,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;right:20%;top:0;width:28%;height:70%;z-index:2}.rightBotTriangle{background:linear-gradient(to top right,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;right:20%;top:70%;width:28%;height:30%;z-index:2}.rightBotCulpritTriangle{background:linear-gradient(to top right,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;right:30%;top:0;width:15%;height:100%;z-index:2}.leftBotCulpritTriangle{background:linear-gradient(to top left,transparent 0%,transparent 50%,#333333 50%,#333333 100%);position:fixed;left:30%;top:0;width:15%;height:100%;z-index:2}.characterPreview{position:fixed;bottom:10rem;display:flex;align-items:end;justify-content:center;width:100%;height:60svh;z-index:4}.characterPreview img{max-height:100%;max-width:100%}.characterName{color:#c9dbf2;font-family:Source,serif;font-weight:400;font-size:5rem;position:fixed;top:0;z-index:3;text-shadow:1px 1px 1px rgb(142,142,142)}.avatarContainer{position:fixed;right:calc(100% - 20rem);height:100%;max-height:60%;display:flex;flex-direction:column;flex-wrap:wrap-reverse;z-index:4;align-items:first baseline;justify-content:center;column-gap:.1rem}.avatar{aspect-ratio:1/1;background:none;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;width:fit-content;height:25%}.avatarImg{aspect-ratio:1/1;background-color:#666;border-radius:50%;padding:.25rem;height:100%;width:100%}.characterSelectButton{position:fixed;bottom:2rem;z-index:5;max-width:20rem}.intro p{position:fixed;right:3rem;top:calc(50% - 3rem);width:28svw;color:#eee;font-size:1.5rem;text-align:left;z-index:7}.notebookContainer{background-color:#fff;color:#424242;display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:92%;height:80svh;max-width:600px;margin:10svh auto;padding:2rem 2rem 1rem;position:relative;transform:translate(5px);flex:100%}.notebookContainer:after,.notebookContainer:before{content:"";border:inherit;background-position:inherit;position:absolute}.notebookContainer:after{background-color:#cfcfcf;width:calc(100% + 2px);height:10px;right:3px;bottom:0;transform:translatey(100%) skew(-30deg)}.notebookContainer:before{background-color:#afafaf;width:8px;height:100%;top:5px;left:-16px;transform:translate(100%) skewy(-50deg)}.notebookContainer.flexStart{justify-content:start;padding-top:3rem}.notebookContainer a{color:#424242}.notebookContainer h3{margin-bottom:0}.notebookContainer h2{margin-top:0}.deduce,.accuse{color:#424242;width:100%}.modalBatuContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:40%;margin:auto}.cellModalButtonContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:60%;margin:auto}.guessAvatar{background:none;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;width:33.3333333333%}.suspectAvatar{background:none;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:50%;max-width:30svh}.suspectAvatar.self{max-width:80%;margin:auto;height:fit-content}.guessAvatarImg{filter:drop-shadow(0 0 1px gray);aspect-ratio:1/1;border-radius:50%;height:100%;width:100%}.guessAvatar.inactive{filter:grayscale(100%)}.guessAvatarImg.blue{background-color:#67acff}.guessAvatarImg.white{background-color:#fff}.guessAvatarImg.green{background-color:#74e674}.guessAvatarImg.red{background-color:#f04545}.guessAvatarImg.purple{background-color:purple}.guessAvatarImg.orange{background-color:orange}.deduceButton{filter:drop-shadow(0 0 2px black);border-radius:50%;background:none;stroke:gray;fill:gray;padding:0;display:flex;align-items:center;justify-content:center}.deduceButton.blue:not(.guess){filter:drop-shadow(0 0 2px #67acff)}.deduceButton.white:not(.guess){filter:drop-shadow(0 0 2px #aaaaaa)}.deduceButton.green:not(.guess){filter:drop-shadow(0 0 2px #74e674)}.deduceButton.red:not(.guess){filter:drop-shadow(0 0 2px #f04545)}.deduceButton.purple:not(.guess){filter:drop-shadow(0 0 2px purple)}.deduceButton.orange:not(.guess){filter:drop-shadow(0 0 2px orange)}.cell{aspect-ratio:1;display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:100%;height:100%;border-radius:0;overflow:hidden;border:none;padding:.65rem .25rem .5rem}.batuContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;overflow:hidden}.xbutton,.batu{background:none;stroke:gray;fill:gray;padding:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.5rem;border-radius:50%}.batu{filter:drop-shadow(0 0 2px black)}.circle{background:none;stroke:gray;fill:gray;padding:0;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.batuSlot{width:33.3333333333%;display:flex;align-items:center;justify-content:center}.batuSlot svg,.batuSlot button{aspect-ratio:1;width:100%;height:fit-content}.xbutton.blue,.batu.blue,.circle.blue{stroke:#67acff;fill:#67acff}.xbutton.white,.batu.white,.circle.white{stroke:#fff;fill:#fff}.xbutton.green,.batu.green,.circle.green{stroke:#74e674;fill:#74e674}.xbutton.red,.batu.red,.circle.red{stroke:#f04545;fill:#f04545}.xbutton.purple,.batu.purple,.circle.purple{stroke:purple;fill:purple}.xbutton.orange,.batu.orange,.circle.orange{stroke:orange;fill:orange}.xbutton.blue:not(.guess){filter:drop-shadow(0 0 2px #67acff)}.xbutton.white:not(.guess){filter:drop-shadow(0 0 2px #aaaaaa)}.xbutton.green:not(.guess){filter:drop-shadow(0 0 2px #74e674)}.xbutton.red:not(.guess){filter:drop-shadow(0 0 2px #f04545)}.xbutton.purple:not(.guess){filter:drop-shadow(0 0 2px purple)}.xbutton.orange:not(.guess){filter:drop-shadow(0 0 2px orange)}.selectCell{background-color:#00cd00}.cellClose{margin-bottom:1rem;margin-top:auto}.speaker{font-size:1.8rem;font-weight:700;background-color:gray;width:fit-content;position:absolute;margin:auto;left:4rem;top:-3rem;padding:.3rem 1rem;border-radius:.5rem;outline:4px white solid;z-index:6}.dialogCharacter{display:flex;position:absolute;align-items:end;justify-content:center;bottom:1rem;width:32%;height:calc(100% - 2rem)}.dialogCharacter img{max-height:100%;max-width:100%}.dialogText{background-color:gray;position:fixed;bottom:1rem;display:flex;flex-direction:column;width:68%;height:35%;margin:2rem;padding:.8rem 1rem;border-radius:.5rem;outline:4px white solid;justify-content:start}.dialogText p{font-size:1.8rem;font-weight:500;margin:.25rem .5rem;text-align:left}.dialogButton{position:absolute;right:.5rem;bottom:.5rem;display:flex;width:fit-content;font-size:1.2rem;align-self:end;margin-top:auto;gap:1rem}.dialogAligntrue,.dialogAlignfalse{height:100%;width:100%}.dialogAligntrue .dialogCharacter{float:left;left:0}.dialogAligntrue .dialogText,.dialogAlignfalse .dialogCharacter{float:right;right:0}.dialogAlignfalse .dialogText{float:left;left:0}.denialItem{display:flex;flex-direction:row;flex:2;gap:1.5rem;width:100%;height:8.3333333333%;margin:auto auto 1.5rem;place-items:center}.denialItem:nth-child(2n){flex-direction:row-reverse}.denialItem:nth-child(2n) .denialText{justify-content:end}.denialItem:nth-child(odd) .denialText{justify-content:start}.denialAvatar{display:flex;place-items:center;height:100%;border-radius:50%;aspect-ratio:1/1;filter:drop-shadow(0 0 2px black)}.denialAvatarImage{display:flex;align-items:center;justify-content:center;height:100%;border-radius:50%;aspect-ratio:1/1;box-sizing:border-box}.denialText{display:flex;width:100%;height:100%;color:#242424;font-size:1.8rem;align-items:center}.summaryClose{margin-top:auto;margin-bottom:1rem;flex-grow:0}.turnButton{position:absolute;background:none;display:flex;place-items:center;padding:1rem 0;height:8rem;width:4rem;top:calc(50% - 4rem)}.turnButton svg{height:100%;width:100%}.back{left:calc(-8px - 5rem)}.forward{right:-5rem}.turnButton.disable{display:none}.faqPage{display:flex;flex-wrap:wrap;width:100%;align-items:center;justify-content:center;margin:auto;gap:1rem}.faqImage{width:calc(40% - .5rem);margin-bottom:3rem}.faqImage img{width:100%;border:#424242 solid;padding:.5rem;border-radius:.75rem;max-height:12rem}.faqText{width:calc(60% - .5rem);font-size:1.5rem;margin-bottom:3rem}.sceneContainer{background-color:#000}.sceneContainer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.clueScene{max-height:100%;max-width:100%;aspect-ratio:1920/1080}.clueClickLayer{aspect-ratio:1920/1080;width:100%;position:fixed;margin:auto;display:block;max-height:100%;max-width:177.7777777778svh;z-index:10}.clue1{position:absolute;top:75%;left:13%;width:7%}.clue2{position:absolute;transform:rotate(42deg);top:63%;left:70%;width:10%}.clue3{position:absolute;top:85%;left:47.2%;width:11%}.soundtrackButton,.skipSongButton{border:white solid;position:fixed;bottom:1rem;min-width:3.5rem;padding:0 .5rem;font-size:2.5rem;background-color:#242424;color:#fff;border-radius:5px;cursor:var(--pointer-cursor);z-index:99}.soundtrackButton:hover,.soundtrackButton:active,.skipSongButton:hover,.skipSongButton:active{background-color:gray}.soundtrackButton{left:1rem}.skipSongButton{left:5rem}.songTitle{position:fixed;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;bottom:1.5rem;left:10rem;z-index:99;animation-duration:7s;animation-fill-mode:forwards}.songTitle.hack0{animation-name:fadeText0}.songTitle.hack1{animation-name:fadeText1}@keyframes fadeText0{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes fadeText1{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}
