#root{text-align:center;height:100dvh;width:100dvw}.ReactModalPortal{position:absolute;height:1px;width:1px}.ReactModal__Body--open,.ReactModal__Html--open{overflow:hidden}.ReactModal__Content{opacity:0;transform:translateY(-100px);transition:all .4s ease-in-out}.ReactModal__Content--after-open{opacity:1;transform:translateY(0)}.ReactModal__Content--before-close{opacity:0;transform:translateY(-100px)}.ReactModal__Overlay{opacity:0;transition:all .4s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.gameboydiv{position:relative;width:100%;height:100%}[data-testid=screen-wrapper],[data-testid=screen-wrapper] .react-rnd,[data-testid=screen-wrapper] .react-rnd *{background:transparent!important}#gameboyFrame{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:95%;height:auto;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}#gameboyScreen{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38%;height:auto;aspect-ratio:240 / 160;z-index:2;image-rendering:pixelated;background:transparent;object-fit:contain}#gameStartBtn,#gameResizeBtn{position:absolute;width:1.5rem;height:1.5rem;opacity:.001;z-index:10;border:none;background:transparent}#themeButton{position:fixed!important;right:0!important;top:0!important;margin:12px!important;z-index:2147483647!important;padding:10px 14px!important;border-radius:8px!important;border:none!important;background:linear-gradient(135deg,var(--pv-accent),color-mix(in srgb,var(--pv-accent) 60%,white))!important;color:var(--pv-accent-text)!important;cursor:pointer!important;font-weight:800!important;font-size:14px!important;box-shadow:0 8px 20px #00000073!important}#particlesButton{position:fixed!important;right:0!important;top:56px!important;margin:12px!important;z-index:2147483647!important;padding:8px 12px!important;border-radius:8px!important;border:none!important;background:linear-gradient(135deg,color-mix(in srgb,var(--pv-accent) 60%,white),var(--pv-accent))!important;color:var(--pv-accent-text)!important;cursor:pointer!important;font-weight:700!important;font-size:13px!important;box-shadow:0 8px 20px #00000073!important}#pvParticlesCanvas{position:fixed!important;right:0!important;top:0!important;width:100vw!important;height:100vh!important;pointer-events:none!important;z-index:2147483662!important}.theme-modal-overlay{position:fixed;left:0;top:0;width:100vw;height:100vh;background:var(--pv-overlay);display:flex;align-items:center;justify-content:center;z-index:1000}.theme-modal{background:var(--pv-modal-bg);color:var(--pv-text);padding:18px;border-radius:10px;min-width:360px;max-width:700px;box-shadow:0 10px 30px #0006;text-align:center}.theme-modal h3{margin:0 0 12px}.theme-button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.theme-btn{padding:8px 10px;border-radius:8px;border:none;cursor:pointer;font-weight:700;color:var(--pv-text);background:linear-gradient(135deg,color-mix(in srgb,var(--pv-accent) 60%,black),var(--pv-accent))}.theme-close{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;background:var(--pv-panel);color:var(--pv-text)}#pvLogo{position:fixed!important;right:12px!important;bottom:12px!important;display:block!important;width:96px!important;height:auto!important;max-width:120px!important;max-height:12vh!important;z-index:2147483660!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;opacity:1!important;transform:none!important;image-rendering:auto!important;object-fit:contain!important;box-sizing:border-box!important;margin:0!important}#pvLogoText{position:fixed!important;right:12px!important;bottom:calc(18px + 12vh)!important;z-index:2147483661!important;font-weight:800!important;color:var(--pv-text)!important;background:transparent!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;font-size:12px!important;line-height:1!important;text-align:right!important}@media(max-width:800px){#pvLogo{width:110px!important;max-width:28vw!important}}@media(max-width:420px){#pvLogo{width:88px!important;max-width:36vw!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-touch-callout:none;-webkit-user-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-ms-touch-action:none;touch-action:none;-webkit-user-modify:none;-webkit-highlight:none;--pv-bg: #212529;--pv-panel: #2f2f2f;--pv-text: #e6e6e6;--pv-accent: #2f6bff;--pv-accent-text: #041018;--pv-modal-bg: rgba(255,255,255,.96);--pv-overlay: rgba(0,0,0,.5);--pv-gradient: none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100dvh;background-color:var(--pv-bg);background-image:var(--pv-gradient);background-repeat:no-repeat;background-attachment:fixed;font-family:Calibri,Verdana,sans-serif}html,body{overscroll-behavior:none}.theme-default{--pv-bg: #212529;--pv-panel: #2f2f2f;--pv-text: #e6e6e6;--pv-accent: #2f6bff;--pv-accent-text: #041018;--pv-modal-bg: rgba(255,255,255,.96);--pv-overlay: rgba(0,0,0,.5)}.theme-red{--pv-bg: #2a0a0a;--pv-panel: #3a0b0b;--pv-text: #ffd6d6;--pv-accent: #ff6b6b;--pv-accent-text: #041018;--pv-modal-bg: rgba(40,10,10,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-orange{--pv-bg: #2b1808;--pv-panel: #4a2b08;--pv-text: #fff0da;--pv-accent: #ff9f43;--pv-accent-text: #041018;--pv-modal-bg: rgba(50,30,10,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-yellow{--pv-bg: #2b2a08;--pv-panel: #4a4720;--pv-text: #fff9d6;--pv-accent: #ffd43b;--pv-accent-text: #041018;--pv-modal-bg: rgba(50,50,20,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-green{--pv-bg: #061e12;--pv-panel: #04341f;--pv-text: #dfffe6;--pv-accent: #17c964;--pv-accent-text: #041018;--pv-modal-bg: rgba(10,40,30,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-blue{--pv-bg: #071533;--pv-panel: #04264d;--pv-text: #d9ecff;--pv-accent: #2f6bff;--pv-accent-text: #e6f0ff;--pv-modal-bg: rgba(10,20,40,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-pink{--pv-bg: #26041a;--pv-panel: #3a062b;--pv-text: #ffd9ee;--pv-accent: #ff6fb6;--pv-accent-text: #041018;--pv-modal-bg: rgba(40,10,30,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-purple{--pv-bg: #100427;--pv-panel: #23103a;--pv-text: #efe0ff;--pv-accent: #8b5cff;--pv-accent-text: #041018;--pv-modal-bg: rgba(20,10,40,.96);--pv-overlay: rgba(0,0,0,.55)}.theme-valentines{--pv-bg: linear-gradient(135deg, #ff4d6d, #ff91c2, #c28bff, #d6a3ff, #5b2ea6);--pv-panel: linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.08));--pv-text: #ffcdf7;--pv-accent: #ff4d6d;--pv-accent-text: #ffffff;--pv-modal-bg: linear-gradient(180deg, rgba(255,105,135,.12), rgba(155,80,200,.12));--pv-overlay: rgba(32,10,40,.6);--pv-gradient: linear-gradient(135deg, #ff4d6d 0%, #ff91c2 25%, #c28bff 50%, #d6a3ff 75%, #5b2ea6 100%)}.theme-valentines #menu-wrapper li{color:#000!important;background:transparent!important;-webkit-background-clip:initial;-webkit-text-fill-color:initial}.theme-valentines #menu-wrapper li:hover{filter:brightness(.98);color:#000!important;background:transparent!important}#menu-wrapper li{color:var(--pv-accent)!important}#menu-wrapper li:hover{color:color-mix(in srgb,var(--pv-accent) 70%,var(--pv-text))!important;background-color:var(--pv-panel)!important}#menu-wrapper a,#menu-wrapper button{color:inherit!important}#menu-btn:focus{outline:none!important;box-shadow:0 0 0 .25rem color-mix(in srgb,var(--pv-accent) 40%,transparent)!important}
