.gameboy-outer{position:fixed;inset:0;background:#4f50db;display:flex;align-items:center;justify-content:center}@media (min-width:640px){.gameboy-outer{background:#1a1a2e}}.gameboy{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:20px;width:100%;height:100%;border-radius:20px;padding:16px 14px 12px;box-shadow:0 -5px 0 #0d0e51,0 5px 0 #3d38b5;font-family:sans-serif;-webkit-user-select:none;cursor:default;box-sizing:border-box;overflow:hidden}.gameboy,.gameboy:after{background-color:#4f50db}.gameboy:after{content:"";display:block;position:absolute;top:calc(100% - 34px);left:5px;width:calc(100% - 10px);height:50px;border-radius:50%;box-shadow:0 5px 0 #3d38b5;border-bottom:2px solid #9998eb;z-index:0}@media (min-width:640px){.gameboy{width:340px;height:580px;flex-shrink:0;border-radius:20px;justify-content:space-between;gap:0}.gameboy:after{display:none}}.gameboy .display-section{width:100%}.gameboy .display-section,.gameboy .screen-area{flex-shrink:0;display:flex;flex-direction:column}.gameboy .screen-area{position:relative;padding:14px 14px 10px 42px;border-radius:12px 12px 8px 8px;background-color:#23252d;color:#67879a;box-shadow:0 2px 0 #000,0 -2px 0 #000,-2px 0 0 #000,2px 0 0 #000;box-sizing:border-box}.gameboy .screen-area .power{position:absolute;left:0;top:14px;width:40px;font-size:8px;color:#67879a;letter-spacing:-.5px;text-align:center}.gameboy .screen-area .power .indicator{line-height:14px}.gameboy .screen-area .power .indicator .led{position:relative;display:inline-block;background-color:#ca1a21;width:7px;height:7px;border-radius:50%;box-shadow:0 0 8px #ff552e;z-index:5}.gameboy .screen-area .power .indicator .arc{position:relative;display:inline-block;width:7px;height:7px;margin-left:-2px}.gameboy .screen-area .power .indicator .arc:before{position:absolute;left:3px;content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#67879a}.gameboy .screen-area .power .indicator .arc:after{position:absolute;left:0;content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#23252d}.gameboy .screen-area .display{position:relative;background-color:#000;width:100%;aspect-ratio:160/144;border-radius:3px;margin-bottom:10px;overflow:hidden;flex-shrink:0}.gameboy .screen-area .label{text-align:center;font-size:15px;flex-shrink:0}.gameboy .screen-area .label .title{display:inline;font-weight:700;font-style:italic;color:#67879a;font-size:15px;margin-right:4px}.gameboy .screen-area .label .subtitle{display:inline;font-family:Comic Sans MS,cursive;font-weight:700;font-size:16px;letter-spacing:-1px}.gameboy .screen-area .label .subtitle .c{display:inline-block;color:#aa2058;font-size:16px}.gameboy .screen-area .label .subtitle .o1{display:inline-block;color:#605bd9;font-size:14px}.gameboy .screen-area .label .subtitle .l{display:inline-block;color:#78b930;font-size:16px;transform:rotate(-10deg)}.gameboy .screen-area .label .subtitle .o2{display:inline-block;color:#b6b524;font-size:14px}.gameboy .screen-area .label .subtitle .r{display:inline-block;color:#317aaf;font-size:16px}.gameboy .nintendo{padding:0 4px;width:74px;color:#3436bf;font-weight:700;text-align:center;margin:20px auto 0;border:2px solid #3436bf;border-radius:9px;text-shadow:0 -2px 1px #6b67ed;box-shadow:0 -2px 1px #6b67ed;font-size:13px}.gameboy .control-section{width:100%;flex-shrink:0;height:190px}@media (min-width:640px){.gameboy .control-section{height:180px}}.gameboy .controls{display:flex;justify-content:space-between;align-items:center;padding:8px 4px 0}.gameboy .controls .dpad{position:relative;display:inline-block;width:88px;height:88px;z-index:5}.gameboy .controls .dpad>*{width:33%;height:33%;position:absolute;background-color:#565e6a;cursor:pointer;display:flex;align-items:center;justify-content:center}.gameboy .controls .dpad .up{top:calc(0% + 3px);left:33%;border-top:3px solid #000;border-left:3px solid #000;border-right:3px solid #000;border-radius:4px 4px 0 0}.gameboy .controls .dpad .up:active{background:linear-gradient(0deg,#565e6a 0,#333)}.gameboy .controls .dpad .right{top:33%;left:calc(66% - 3px);border-top:3px solid #000;border-bottom:3px solid #000;border-right:3px solid #000;border-radius:0 4px 4px 0;box-shadow:inset 0 -2px 0 #888}.gameboy .controls .dpad .right:active{background:linear-gradient(90deg,#565e6a 0,#333)}.gameboy .controls .dpad .down{top:calc(66% - 3px);left:33%;border-left:3px solid #000;border-bottom:3px solid #000;border-right:3px solid #000;border-radius:0 0 4px 4px;box-shadow:inset 0 -2px 0 #888}.gameboy .controls .dpad .down:active{background:linear-gradient(180deg,#565e6a 0,#333)}.gameboy .controls .dpad .left{top:33%;left:calc(0% + 3px);border-top:3px solid #000;border-bottom:3px solid #000;border-left:3px solid #000;border-radius:4px 0 0 4px;box-shadow:inset 0 -2px 0 #888}.gameboy .controls .dpad .left:active{background:linear-gradient(270deg,#565e6a 0,#333)}.gameboy .controls .dpad .middle{top:33%;left:33%;z-index:-5}.gameboy .controls .dpad .middle:after{content:"";position:absolute;top:20%;left:20%;display:inline-block;border:1px solid #6e737a;background:linear-gradient(180deg,#6d7075 0,#6d7075 30%,#23272f 70%,#23272f);border-radius:50%;height:60%;width:60%}.gameboy .controls .dpad .down i,.gameboy .controls .dpad .left i,.gameboy .controls .dpad .right i,.gameboy .controls .dpad .up i{font-size:18px;color:#333a4a;font-style:normal;line-height:1}.gameboy .controls .a-b{position:relative;display:inline-block;width:110px;height:80px}.gameboy .controls .a-b .a,.gameboy .controls .a-b .b{position:absolute;display:inline-block;font-size:18px;width:36px;height:36px;line-height:36px;border-radius:50%;background-color:#2c313e;border-bottom:2px solid #888;box-shadow:-1px 1px 5px #000,inset 0 0 5px #000;text-shadow:0 -1px 1px #888;color:#2c313e;text-align:center;cursor:pointer;transition:box-shadow .1s ease-out,border .1s ease-out,line-height .2s ease-out}.gameboy .controls .a-b .a:active,.gameboy .controls .a-b .b:active{box-shadow:-1px 1px 1px #000,inset 0 0 5px #000;border-width:0;line-height:41px}.gameboy .controls .a-b .a{top:10px;right:8px}.gameboy .controls .a-b .b{top:34px;left:4px}.gameboy .start-select{display:flex;justify-content:center;gap:20px;padding-top:8px}.gameboy .start-select .select,.gameboy .start-select .start{display:inline-block;color:#6b67ed;text-shadow:0 -1px 0 #3436bf;letter-spacing:-1px;width:52px;font-size:12px;text-align:center;margin-top:46px}.gameboy .start-select .select:before,.gameboy .start-select .start:before{content:"";display:block;margin:0 auto 3px;width:26px;height:8px;border-radius:40%;background:linear-gradient(180deg,#0b0a1c 0,#0b0a1c 40%,#62636c);border:2px solid #0b0a1c;box-shadow:0 -2px 1px #8482e9;cursor:pointer}.gameboy .speaker{position:absolute;display:flex;width:65px;height:65px;right:12px;bottom:10px;justify-content:space-between;flex-wrap:wrap;z-index:100;transform:skewY(-10deg)}@media (min-width:640px){.gameboy .speaker{display:none}}.gameboy .speaker .dot{width:6px;height:6px;margin:1px;border-radius:50%}.gameboy .speaker .dot.placeholder{background-color:transparent}.gameboy .speaker .dot.open{background-color:#0a0717;box-shadow:inset 0 0 2px #7c7be0}.gameboy .speaker .dot.closed{background:linear-gradient(180deg,#6664e5 0,#2d3590);box-shadow:inset 0 0 2px #7c7be0}