*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background-color:#000;font-family:Roboto Condensed,serif;font-weight:400;font-style:normal}button,input,select,textarea{font-family:inherit}#root{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#game-container{container-type:size;position:relative;width:100%;height:100%}.letterbox{display:flex;flex-direction:column;justify-content:space-between;height:100%;background-color:#000;font-size:1em}.padding{color:#fff}.top-letterbox{display:flex;align-items:stretch;justify-content:space-between;column-gap:.3em;padding:.5em .8em .3em}.padding a{color:#2676ff;text-decoration:none}.bottom-letterbox{display:flex;justify-content:center;align-items:stretch;column-gap:.3em;padding:.3em .8em .5em}.letterbox .button{border-radius:.2em;background-color:#2b2b2b;border:none;color:#fff;text-align:center;text-decoration:none;display:inline-block;padding:.1em .5em;font-size:1em}a,.button{cursor:pointer}#level-name{font-weight:700;align-self:center;padding-right:.5em}#game-frame{flex-grow:1;width:100%;height:100%;border:none;z-index:3}#iframe-container{position:relative;width:100%;height:100%;touch-action:none}.buttons-container{position:absolute;height:100%;top:0%;right:10%}#level-controls{font-size:1.5cqw}.blurBg{background-color:#8f8f8f33;-webkit-backdrop-filter:blur(.7em);backdrop-filter:blur(1em);text-shadow:0px 0px .15em black;transition:background-color 1s ease-in-out}[data-theme=light] .blurBg{background-color:#000000a6}.dropShadow{box-shadow:0 0 .3em #00000080}#portrait-icon{display:inline-block;transition:transform .2s;animation:rotateToLandscape 2.5s cubic-bezier(.4,0,.2,1) infinite}@keyframes rotateToLandscape{0%{transform:rotate(0);opacity:1}40%{transform:rotate(90deg);opacity:1}70%{transform:rotate(90deg);opacity:1}80%{transform:rotate(90deg);opacity:0}81%{transform:rotate(0);opacity:0}to{transform:rotate(0);opacity:1}}#save-button{background-color:#2b2b2b}@keyframes savePulse{0%{background-color:#2b2b2b}to{background-color:red}}#splash-logo{width:75%;margin:.5em 0;image-rendering:pixelated;filter:drop-shadow(0 0 1em rgba(157,234,255,.422))}.overlay{position:absolute;display:flex;flex-direction:column;gap:.5em;top:0;left:0;width:100%;height:100%;background-color:#00008b;z-index:200;justify-content:center;align-items:center;padding:2em;color:#fff;font-family:monospace;font-size:2em}.overlay.error{background-color:red}.overlay-buttons{display:flex;gap:.5em}._container_1mw2x_1{display:flex;height:100%;flex-direction:column;justify-content:center;gap:.3em;padding-top:5em}._container_1mw2x_1 button{font-size:3cqw}._button_1mw2x_14{border:none;color:#fff;cursor:pointer;border-radius:.2em;backdrop-filter:blur(.7em);width:5em;height:1.8em;text-shadow:0 0 .2em rgba(0,0,0,1);white-space:normal;overflow-wrap:break-word;line-height:.9em;transition:background-color 1s ease-in-out}._emptyButtonSlot_1mw2x_30{width:5em;height:1.8em}[data-theme=light] ._button_1mw2x_14{background-color:#00000080}._button_1mw2x_14:active{transform:scale(.95);transition:background-color 0s}._container_o827g_1{display:flex;flex-direction:column;align-items:center;padding:.5em 0}._content_o827g_8{width:100%}._creditRow_o827g_12{display:flex;justify-content:space-between}._role_o827g_17{text-align:right;flex:1;margin-right:.7em}._artistName_o827g_23{flex:1;text-align:left}._creditRow_o827g_12 a{color:#7dbfff}._dialog_ew6un_1{color:#fff;font-size:6.5cqh;width:75%;max-height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;z-index:1000;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}._dialog_ew6un_1::-webkit-scrollbar{display:none}._content_ew6un_26{display:flex;flex-direction:column;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}._content_ew6un_26::-webkit-scrollbar{display:none}._dialog_ew6un_1[open]{animation:_myFadeIn_ew6un_1 .2s ease-out normal}@keyframes _myFadeIn_ew6un_1{0%{opacity:0}to{opacity:1}}._header_ew6un_52{font-size:.6em;padding:1em}._body_ew6un_57{margin:0;padding:0 1em}._animatingText_ew6un_62{margin-bottom:1em}._bodyText_ew6un_66{white-space:pre-line}._playerInput_ew6un_70{display:flex;align-items:center;gap:1em}._image_ew6un_76{flex:1;padding-left:1em;max-height:3em;image-rendering:pixelated}._choices_ew6un_83{flex:5.5;margin:1em 1em .4em;font-weight:400;padding:0 1.5em}._choices_ew6un_83 li{list-style-type:none}._choices_ew6un_83 input[type=radio]{display:none}._choices_ew6un_83 label{position:relative;display:inline-block;cursor:pointer}._choices_ew6un_83 input[type=radio]:checked+label:before{content:"👉";position:absolute;top:.07em;left:-1.4em;font-size:1em;animation-name:_wiggle_ew6un_1;animation-timing-function:cubic-bezier(.55,.11,.93,.62);animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate-reverse}._choices_ew6un_83 input[type=radio]+label{color:#7dbfff}._choices_ew6un_83 input[type=radio]:checked+label{color:#ffb47d}@keyframes _wiggle_ew6un_1{0%{transform:translate(-.5em)}to{transform:translate(0)}}._footer_ew6un_138{display:flex;flex-direction:row;justify-content:right;align-items:center;gap:.2em}._footer_ew6un_138 button{background:none;border:none;color:#fff;padding:.75em .9em;font-size:.6em;cursor:pointer}._footer_ew6un_138 button:focus{outline:none;box-shadow:none}._dialog_ew6un_1:focus{outline:none}._scrollArrow_ew6un_164{position:absolute;right:50%;bottom:0;z-index:10;animation-name:_bounceDown_ew6un_1;animation-timing-function:cubic-bezier(.55,.11,.93,.62);animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes _bounceDown_ew6un_1{0%{transform:translate(50%,-.5em)}to{transform:translate(50%)}}._container_1fltn_1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:100;padding:.5em;box-sizing:border-box;font-size:1.3em;color:#fff;font-family:monospace;font-weight:700;transition:color 1s ease-in-out}._column_1fltn_20{display:flex;flex-direction:column;width:40%;gap:.4em}._cell_1fltn_27{min-height:1.3em;pointer-events:auto;width:100%}._column_1fltn_20:first-child{align-items:flex-start}._column_1fltn_20:last-child{align-items:flex-end}[data-theme=light] ._container_1fltn_1{color:#000}._label_jr76t_1{width:100%}._container_1vcu7_1{display:flex;align-items:center;justify-content:space-between}._container_qsb6m_1{width:100%;height:100%;background-color:#0003;border-radius:.2em;overflow:hidden;min-height:1.5em;border:.2em solid white;transition:border-color 1s ease-in-out}._fill_qsb6m_12{height:100%;border-radius:.1em}._label_qsb6m_18{position:absolute;top:0;left:.3em;height:100%;display:flex;align-items:center;justify-content:flex-start;font-size:.8em;color:#fff;pointer-events:none;text-shadow:.05em .05em .1em rgba(0,0,0,1);z-index:1}._rating_1rupt_1{display:flex;font-size:2.5em}._iconContainer_1rupt_6{position:relative;display:inline-block}._filledIcon_1rupt_11{position:absolute;z-index:1;text-shadow:0 0 .2em rgba(0,0,0,.5)}._outline_1rupt_17{position:relative;z-index:2;font-weight:700;transition:color 1s ease-in-out;opacity:.7}._halfIcon_1rupt_25{clip-path:inset(0 50% 0 0)}._emptyIcon_1rupt_29{opacity:0}@keyframes _grow_1rupt_1{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}._animateIncrease_1rupt_45{animation:_grow_1rupt_1 .3s ease}@keyframes _drain_1rupt_1{0%{transform:scale(1)}50%{transform:scale(.7);opacity:.5}to{transform:scale(1);opacity:1}}._animateDecrease_1rupt_63{animation:_drain_1rupt_1 .15s ease}._container_bw77d_1{display:flex;align-items:center;justify-content:space-between;font-size:2.5em;opacity:.7}._container_bw77d_1:has(:only-child){justify-content:flex-end}._container_1img4_1{position:absolute;touch-action:none;transform:translate(-50%,-50%);border-radius:50%;border:1.2cqw solid rgba(255,255,255,.1);transition:border-color 1s ease-in-out}._inner_1img4_10{width:50%;height:50%;box-shadow:0 0 12px #00000080;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:background-color 1s ease-in-out}[data-theme=light] ._container_1img4_1{border-color:#0003}._container_idxx3_1{position:absolute;font-size:4cqh;bottom:3em;right:1em;padding:0;pointer-events:none;z-index:1000;display:flex;flex-direction:column;align-items:center}._toast_idxx3_16{color:#fff;padding:.3em .6em;opacity:0;transform:translateY(1em);transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:auto;display:flex;align-items:center;gap:.3em}._icon_idxx3_29{display:flex;align-items:center;font-size:1.3em;margin-right:.3em}._visible_idxx3_36 ._toast_idxx3_16{opacity:1;transform:translateY(0);transition-delay:0s}
