#root{text-align:center;width:100%;height:100vh;margin:0 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 768px){#root{text-align:center;width:100%;height:auto;margin:0 10px 50px;display:block}.leetcode-viewport{width:100%;max-width:300px;margin:0 auto}.problem-description{background:rgba(255,255,255,.4);backdrop-filter:blur(6px);border-radius:5px;padding:0 2px;margin-top:0}.game-viewport{width:100%;max-width:450px;margin:0 auto}}.leetcode-viewport{width:100%;max-width:500px;margin:0 auto}.problem-title{color:#fff}.problem-description{background:rgba(255,255,255,.4);backdrop-filter:blur(6px);border-radius:5px;padding:0 2px}.game-viewport{width:100%;max-width:500px;margin:0 auto}.app{width:100%;margin:0 auto;background:rgba(255,255,255,.4);backdrop-filter:blur(10px);border-radius:25px}.scene-container{width:100%;padding-bottom:100%;position:relative;margin:5% 0}.scene-inner{position:absolute;left:0;right:0;bottom:0;top:0;overflow:visible;font-size:28px}.symbol{width:12.5%;padding-bottom:12.5%;position:absolute;transition:.15s;left:0;top:0;border-radius:8px}.symbol-inner{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;justify-content:center;align-items:center;border-radius:8px;border:2px solid #444;transition:.3s;overflow:hidden;user-select:none}.symbol-inner img{width:100%;height:100%;object-fit:contain}.queue-container{border-radius:8px;width:100%;padding-bottom:15%;border:2px solid gray;margin-bottom:16px}.flex-container{display:flex;gap:8px}.flex-center{justify-content:center;align-items:center}.flex-grow{flex-grow:1}.colorful-bg{border:0px;background-image:linear-gradient(to right bottom,rgb(255,0,0),rgb(255,128,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,128),rgb(0,255,255),rgb(0,128,255),rgb(0,0,255),rgb(128,0,255),rgb(255,0,255),rgb(255,0,128));animation:hue 2s linear infinite}@keyframes hue{0%{filter:hue-rotate(0)}to{filter:hue-rotate(360deg)}}.flex-between{justify-content:space-between;align-items:center}.modal{position:fixed;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;backdrop-filter:blur(10px);background-color:#0000001a;top:0;left:0;color:#fff}.bgm-button{position:fixed;left:10px;top:10px;padding:4px;width:36px;height:36px}.bgm-gif-left{position:fixed;left:50px;top:10px;padding:4px;width:36px;height:36px}.bgm-gif-right{position:fixed;right:10px;top:10px;padding:4px;width:36px;height:36px}.bgm-gif-img{width:36px;height:36px}.code-editor{background:rgba(0,0,0,.5);color:#fff;max-height:500px;height:300px;overflow:scroll;border-radius:5px}.flex-left{display:flex;width:100%;flex-direction:row;justify-content:flex-start;padding:5px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;background:url(/universe.jpg) repeat-x;background-size:cover}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0 32px}h1{font-size:3.2em;line-height:1.1}select{border:2px solid gray;border-radius:4px;padding:4px 8px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;word-break:keep-all;outline:none}button:hover{border-color:#646cff}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}}
