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