body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--vicred: #bb2119;--viccyan: #70f2fb;--vicwhite: white;--vicblack: black;--layout-wide-min: 900px;--gamelist-col-width: 225px}::-webkit-scrollbar{-webkit-appearance:none;width:7px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--vicblack);box-shadow:0 0 1px #ffffff80}body{background-color:#0ff}#root{margin:10px 15px;background-color:#f5f5f5;color:#00008b}#root .fullPage{box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;width:95%;min-height:0;max-height:calc(100vh - 40px);height:calc(100vh - 40px);padding:10px}#root .diary{flex-grow:0}#root .logo{display:block;height:auto;max-width:100%;margin-left:auto;margin-right:auto}#root .gamessection{display:flex;flex:1 1 auto;flex-direction:row;align-items:stretch;min-height:0;overflow:hidden}#root .gamelist{display:flex;flex:0 0 var(--gamelist-col-width);flex-direction:column;flex-wrap:nowrap;width:var(--gamelist-col-width);min-height:0;margin-right:5px;overflow-x:hidden;overflow-y:auto}#root .gamelist-loading{margin:0;padding:.35em .25em;font-size:1rem;font-weight:600;line-height:1.2}#root .gamelist .gamelistentry{box-sizing:border-box;display:flex;flex:none;align-items:center;justify-content:center;width:200px;height:126px;margin:0;padding:0;border:2px solid whitesmoke;border-radius:4px;background:transparent;font:inherit;color:inherit;cursor:pointer}#root .gamelist .gamelistentry img{width:100%;height:100%}#root .gamelist .gamelistentry:hover{border-color:#0ff}#root .gamelist .gamelistentry:focus-visible{outline:2px solid var(--vicred);outline-offset:2px}#root .gamelist .gamelistentry.isSelected{border-color:#00008b}#root .game{flex:1 1 auto;align-self:center;min-width:0;min-height:0;padding:5px;overflow-x:hidden;overflow-y:auto}#root .game .titlebar{display:flex;flex:auto;flex-direction:row;align-items:center;justify-content:center}#root .game .titlebar h1{display:inline;margin:0;font-size:1.17em;font-weight:700;line-height:1.2;text-align:center}#root .game .titlebar span{font-size:small}#root .game h2{margin:.65em 0 .25em;font-size:1em;font-weight:700;line-height:1.3}#root .game .game-header h2:first-of-type{margin-top:.35em}#root .game p{font-size:small}#root img.left{float:left;width:300px;padding-right:10px}#root img.right{float:right;width:300px;padding-left:10px}#root img.bottom{width:300px;padding-top:20px}#root .game .game-body{display:flex;flex-direction:row;align-items:stretch;gap:10px}#root .game .game-preview-column{flex:0 0 60%;max-width:60%;min-width:0}#root .game .game-detail-column{display:flex;flex:1 1 0;flex-direction:column;min-width:0;padding-top:10px}#root .game .game-detail-text{flex:0 1 auto;min-height:0}#root .game .game-detail-text>h2:first-of-type{margin-top:0}#root .game .game-preview{display:flex;flex-direction:column;gap:4px;width:100%;margin:10px 0}#root .game .game-preview-main{position:relative;width:100%;aspect-ratio:4 / 3;background:#0ff}#root .game .game-preview .screenshot{position:absolute;top:0;right:0;bottom:0;left:0;float:none;width:100%;height:100%;margin:0}#root .game .game-preview .screenshot>img{display:block;width:100%;height:100%;object-fit:contain;cursor:pointer}#root .game .game-preview .screenshot-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;background:#0006;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease}#root .game .game-preview .screenshot:hover .screenshot-play{opacity:1;pointer-events:auto}#root .game .game-preview .emulator{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;float:none;flex-direction:column;width:100%;height:100%;margin:0}#root .game .game-preview .emulator iframe{flex:1 1 auto;width:100%;min-height:0;margin:0;border:0}#root .game .game-preview .credit{flex-shrink:0;font-size:x-small}#root .media-control-badge{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:min(26vw,104px);height:min(26vw,104px);border-radius:50%;background:linear-gradient(165deg,#fffffffa,#dcdcdcf2);box-shadow:0 0 0 2px #0a0a0af2,0 0 0 5px #fffffff2,0 4px 18px #0000008c}#root .media-control-badge--compact{width:52px;height:52px;box-shadow:0 0 0 1.5px #0a0a0af2,0 0 0 3.5px #fffffff2,0 3px 12px #00000080}#root .media-glyph{height:auto;object-fit:contain;filter:drop-shadow(0 1px 0 rgb(255 255 255 / .6))}#root .media-glyph--play{width:54%;margin-left:10%}#root .media-glyph--stop{width:46%;margin-left:0}#root .game .game-detail-column .links{margin-top:auto;padding-top:10px}#root .game .links{display:flex;flex-direction:row;align-items:center;padding:0;font-size:small}#root .game .links a{padding:0 .25em}#root .game .links .links-playstop{margin:0 .25em;padding:0;border:none;border-radius:8px;background:none;font:inherit;color:inherit;cursor:pointer}#root .game .links .links-playstop:hover{background:#0000000f}#root .game .links .links-playstop:focus-visible{outline:2px solid var(--vicred);outline-offset:2px}#root .game .links .emulatorcontrols{display:flex;flex-direction:row;align-items:center;gap:10px;padding:4px 6px}#root .game .links .emulatorcontrols-label{font-size:small;font-weight:600;letter-spacing:.02em;color:#00008b}#root p.clear{clear:right}@media(max-width:692px){#root .logo{width:100%;max-width:calc(100vw - 32px)}}@media(max-width:899px){#root .fullPage{width:100%;max-width:100%}#root .gamessection{flex-direction:column;flex:1 1 auto;min-height:0}#root .gamelist{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-items:center;order:2;width:100%;max-width:100%;margin-right:0;padding:8px 4px 12px;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}#root .gamelist .gamelistentry{scroll-snap-align:start}#root .game{flex:1 1 auto;order:1;align-self:stretch;width:100%;max-width:100%}#root .game .game-body{flex-direction:column;align-items:stretch;gap:0}#root .game .game-preview-column{flex:none;width:100%;max-width:100%}#root .game .game-preview{margin-bottom:10px}#root .game .game-detail-column{padding-top:0}#root .game .game-detail-column .links{margin-top:0;padding-top:0}#root .game .links{flex-wrap:wrap;row-gap:6px}#root .game .game-detail-text>h2:first-of-type{margin-top:.65em}#root img.left,#root img.right{width:min(300px,100%);max-width:100%;height:auto}}
