:root{--taskbar-h: 40px;--icon-w: 92px;--icon-img: 56px;--icon-font: 12px;--icon-cell-w: 100px;--icon-cell-h: 106px;--ui-font: 13px;--win-pad: 16px}@media (max-width: 720px),(max-height: 560px){:root{--taskbar-h: 38px;--icon-w: 76px;--icon-img: 44px;--icon-font: 11px;--icon-cell-w: 82px;--icon-cell-h: 86px;--ui-font: 12px;--win-pad: 10px}}@media (min-width: 1800px) and (min-height: 1000px){:root{--taskbar-h: 48px;--icon-w: 112px;--icon-img: 68px;--icon-font: 14px;--icon-cell-w: 122px;--icon-cell-h: 130px;--ui-font: 15px;--win-pad: 24px}}html.is-touch{--taskbar-h: 50px;--icon-w: 96px;--icon-cell-w: 106px;--icon-cell-h: 118px}*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none}body{font-family:Segoe UI,Malgun Gothic,system-ui,sans-serif;font-size:var(--ui-font);overflow:hidden;touch-action:manipulation}#desktop{position:relative;width:100vw;height:100vh;height:100dvh;background:radial-gradient(ellipse at center,#1a1a3e,#0d0d1a)}#icon-grid{position:absolute;inset:0 0 var(--taskbar-h) 0}.desktop-icon{position:absolute;width:var(--icon-w);touch-action:none;padding:10px 4px;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px}.desktop-icon:hover{background:#4cc2ff14}.desktop-icon:focus,.desktop-icon.selected{background:#4cc2ff26;border-color:#4cc2ff66;outline:none}.desktop-icon.dragging{opacity:.6}.select-box{position:absolute;border:1px solid rgba(76,194,255,.7);background:#4cc2ff2e;pointer-events:none}.folder-icon{width:var(--icon-img);height:var(--icon-img);object-fit:contain}.icon-label{color:#fff;font-size:var(--icon-font);text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.8);line-height:1.3}.explorer-window{position:absolute;background:#fff;border-radius:8px;box-shadow:0 20px 60px #0009;border:1px solid rgba(0,0,0,.2);overflow:hidden;max-width:calc(100vw - 16px);max-height:calc(100dvh - var(--taskbar-h) - 16px);display:flex;flex-direction:column}.win-titlebar{flex-shrink:0;height:34px;touch-action:none;background:#f3f3f3;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:8px;padding:0 6px 0 12px}.win-title-icon{width:18px;height:18px;display:block}.win-title{flex:1;font-size:12px;color:#333}.win-close{width:36px;height:28px;border:none;background:transparent;font-size:13px;color:#333;cursor:pointer;border-radius:4px}.win-close:hover{background:#e81123;color:#fff}.win-body{padding:clamp(16px,2.2vw,28px);min-height:0;overflow-y:auto}.win-body h1{font-size:22px;font-weight:600;color:#1a1a1a}.platform-badge{display:inline-block;vertical-align:3px;margin-left:4px;padding:2px 8px;border-radius:10px;background:#eaf3fb;color:#0067c0;font-size:11px;font-weight:600}.win-body .tagline{margin-top:4px;font-size:13px;color:#888}.win-body .desc{margin-top:16px;font-size:14px;line-height:1.7;color:#333}.win-actions{margin-top:24px}.btn-play{display:inline-block;padding:9px 32px;border-radius:5px;background:#0067c0;color:#fff;font-size:14px;text-decoration:none}.btn-play:hover{background:#0078d4}.btn-play.disabled{background:#e1e1e1;color:#888;cursor:default}.props-tabs{flex-shrink:0;display:flex;flex-wrap:wrap;gap:3px;padding:10px 14px 0;background:#f3f3f3;border-bottom:1px solid #d9d9d9}.props-tab{position:relative;top:1px;padding:7px 18px;font-size:12px;font-family:inherit;color:#555;background:#ececec;border:1px solid #d9d9d9;border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer}.props-tab:hover{background:#f8f8f8}.props-tab.active{background:#fff;color:#111;font-weight:600}.props-body{height:min(560px,62vh);min-height:0;flex:0 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:clamp(14px,2vw,24px)}.props-head{display:flex;align-items:center;gap:14px;padding-bottom:14px;border-bottom:1px solid #eeeeee}.props-head img{width:48px;height:48px;object-fit:contain}.props-name{font-size:18px;font-weight:600;color:#1a1a1a}.props-sub{margin-top:2px;font-size:12px;color:#888}.props-rows{margin-top:16px;border-top:1px solid #eeeeee}.props-row{display:flex;gap:12px;padding:7px 0;border-bottom:1px solid #f2f2f2}.props-k{flex-shrink:0;width:84px;font-size:12px;color:#777}.props-v{flex:1;font-size:12.5px;color:#333}.props-section-title{margin:22px 0 8px;font-size:12px;font-weight:600;color:#0067c0}.tab-panel>.props-section-title:first-child{margin-top:4px}.award-list{margin:0;padding-left:18px}.award-list li{font-size:13px;color:#333;line-height:1.8}.detail-p{margin-top:8px;font-size:13px;line-height:1.8;color:#333}.tab-empty{padding:40px 0;text-align:center;font-size:13px;color:#999}.dev-comment{margin-top:8px;padding:14px 16px;background:#f8f8f8;border:1px solid #ececec;border-radius:6px}.dev-comment .detail-p:first-child{margin-top:0}.btn-link{display:inline-block;margin-left:8px;padding:8px 18px;border:1px solid #cccccc;border-radius:5px;color:#333;font-size:13px;text-decoration:none}.btn-link:hover{background:#f5f5f5}.btn-link.youtube .yt-glyph{color:red;font-size:11px}.ver-entry{padding:14px 0;border-bottom:1px solid #eeeeee}.ver-entry:first-child{padding-top:4px}.ver-entry:last-child{border-bottom:none}.ver-head{display:flex;align-items:center;gap:8px}.ver-badge{padding:2px 8px;border-radius:10px;background:#eaf3fb;color:#0067c0;font-size:11px;font-weight:600}.ver-title{font-size:13px;font-weight:600;color:#1a1a1a}.ver-current{padding:2px 7px;border-radius:8px;background:#e6f4e6;color:#107c10;font-size:10px;font-weight:600}.ver-date{margin-left:auto;font-size:11px;color:#999}.ver-changes{margin:8px 0 0;padding-left:18px}.ver-changes li{font-size:12.5px;line-height:1.75;color:#444}.notepad-body{font-family:Consolas,Malgun Gothic,monospace;font-size:13px;line-height:1.9;padding:clamp(14px,2vw,24px);white-space:pre-wrap;word-break:break-word;color:#222;max-height:min(60vh,calc(100dvh - var(--taskbar-h) - 70px));min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.msgbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30000;display:flex;align-items:center;justify-content:center;background:#00000040}.msgbox{width:min(360px,calc(100vw - 32px));background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000080}.msgbox-body{padding:20px 18px;font-size:13px;color:#333;line-height:1.6}.msgbox-actions{padding:0 18px 16px;text-align:right}.btn-ok{padding:6px 24px;border:1px solid #0067c0;background:#0067c0;color:#fff;border-radius:5px;cursor:pointer;font-size:13px}.btn-ok:hover{background:#0078d4}#taskbar{position:absolute;bottom:0;left:0;right:0;height:var(--taskbar-h);background:#1c1c36e6;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 8px}.task-left{display:flex;align-items:center;gap:6px;height:100%;min-width:0}#start-btn{width:44px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}#start-btn svg{width:17px;height:17px;fill:#9a9ac0}#start-btn:hover{background:#ffffff14}#start-btn:hover svg{fill:#4cc2ff}#task-windows{display:flex;gap:6px;min-width:0;overflow:hidden}.task-win-btn{display:flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:none;background:#ffffff0a;border-radius:6px;color:#cfd2ea;font-size:12px;cursor:pointer;max-width:160px}.task-win-btn:hover{background:#ffffff1a}.task-win-btn.active{background:#ffffff29}.task-win-btn img{width:16px;height:16px;flex-shrink:0}.task-win-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#start-menu{position:absolute;left:8px;bottom:calc(var(--taskbar-h) + 8px);width:min(280px,calc(100vw - 16px));max-height:calc(100dvh - var(--taskbar-h) - 24px);overflow-y:auto;background:#22223f;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:8px;box-shadow:0 12px 40px #00000080;z-index:20000}.menu-section{font-size:11px;color:#8a8db5;padding:6px 10px}.menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;background:transparent;border:none;border-radius:6px;color:#e8e9f5;font-size:13px;cursor:pointer;text-decoration:none;text-align:left}.menu-item:hover{background:#ffffff14}.menu-item img{width:20px;height:20px;flex-shrink:0}.menu-glyph{width:20px;text-align:center;color:#9a9ac0;flex-shrink:0}.menu-sub{margin-left:auto;font-size:11px;color:#8a8db5}.menu-sep{border:none;border-top:1px solid rgba(255,255,255,.08);margin:6px 4px}.task-clock{color:#9a9ac0;font-size:12px}html.is-touch .win-titlebar{height:44px}html.is-touch .win-close{width:44px;height:38px;font-size:15px}html.is-touch .win-title{font-size:13px}html.is-touch .props-tab{padding:11px 18px;font-size:13px}html.is-touch .win-actions{display:flex;flex-wrap:wrap;gap:10px}html.is-touch .btn-play,html.is-touch .btn-link{padding:13px 26px;font-size:15px}html.is-touch .btn-link{margin-left:0}html.is-touch .btn-ok{padding:11px 28px;font-size:14px}html.is-touch #start-btn{width:54px;height:40px}html.is-touch .task-win-btn{height:40px;font-size:13px}html.is-touch .menu-item{padding:13px 10px;font-size:14px}html.is-touch .mg-quit{padding:10px 14px;font-size:13px}html.is-touch .mg-btn{padding:11px 18px;font-size:14px}html.is-touch .desktop-icon:hover{background:transparent}html.is-touch .desktop-icon:active{background:#4cc2ff26}html.is-mobile body{touch-action:manipulation;overscroll-behavior:none}html.is-mobile #desktop{height:100dvh;display:flex;flex-direction:column}.m-statusbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top) + 10px) 24px 4px;color:#fff;font-size:13px;font-weight:600}.m-status-icons{display:flex;align-items:center;gap:6px}.m-status-icons svg{height:11px;width:auto;fill:#fff;color:#fff;display:block}.m-home{flex:1;overflow-y:auto;padding:4px clamp(12px,5vw,28px) 12px}.m-widget{margin:clamp(6px,2vh,16px) 6px clamp(14px,4vh,32px);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.m-widget-time{font-size:clamp(34px,14vw,64px);font-weight:200;line-height:1.1;letter-spacing:1px}.m-widget-date{margin-top:4px;font-size:clamp(12px,3.6vw,16px);opacity:.85}.m-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(66px,20vw,86px),1fr));gap:clamp(14px,3.5vh,26px) 8px;justify-items:center}.m-app-btn{width:100%;display:flex;flex-direction:column;align-items:center;gap:7px;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.m-tile{width:clamp(48px,15vw,66px);height:clamp(48px,15vw,66px);border-radius:26%;display:flex;align-items:center;justify-content:center;background:#fffffff0;box-shadow:0 5px 14px #00000059;transition:transform .12s ease,filter .12s ease}.m-app-btn:active .m-tile{transform:scale(.86);filter:brightness(.8)}.m-tile img{width:72%;height:72%;object-fit:contain}.m-tile-github{background:linear-gradient(160deg,#3a3f46,#1b1f23)}.m-tile-github svg{width:60%;height:60%}.m-tile-mail{background:linear-gradient(160deg,#4ca3ff,#0b62d6)}.m-tile-mail svg{width:55%;height:55%}.m-app-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:clamp(10px,3vw,12px);text-shadow:0 1px 3px rgba(0,0,0,.8)}.m-dock{flex-shrink:0;margin:6px 14px calc(env(safe-area-inset-bottom) + 22px);padding:12px 8px;border-radius:26px;background:#ffffff24;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.m-home-indicator{position:fixed;left:50%;transform:translate(-50%);bottom:calc(env(safe-area-inset-bottom) + 5px);width:130px;height:22px;padding:0;border:none;background:none;cursor:pointer;z-index:300;-webkit-tap-highlight-color:transparent}.m-home-indicator:after{content:"";display:block;margin:0 auto;width:120px;height:5px;border-radius:3px;background:#ffffffe6}body.m-app-open .m-home-indicator:after{background:#0000004d}.m-app{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;background:#fff;padding-top:env(safe-area-inset-top);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,.25,1)}.m-app.open{transform:translateY(0)}.m-app-header{flex-shrink:0;display:flex;align-items:center;height:50px;padding:0 8px;background:#f8f8f8;border-bottom:1px solid #e8e8e8}.m-back{width:44px;height:44px;border:none;background:none;color:#0067c0;font-size:30px;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.m-app-title{flex:1;text-align:center;margin-right:44px;font-size:15px;font-weight:600;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-app-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(env(safe-area-inset-bottom) + 34px)}html.is-mobile .m-app .props-tabs{position:sticky;top:0;z-index:2}html.is-mobile .m-app .props-body{height:auto;overflow:visible;padding:18px 18px 24px}html.is-mobile .m-app .win-actions{display:flex;flex-direction:column;gap:10px}html.is-mobile .m-app .btn-play{text-align:center;padding:13px;font-size:15px}html.is-mobile .m-app .btn-link{margin-left:0;text-align:center;padding:12px;font-size:14px}html.is-mobile .m-app .notepad-body{max-height:none}@media (orientation: landscape) and (max-height: 540px){html.is-mobile .m-statusbar{padding-top:calc(env(safe-area-inset-top) + 4px)}html.is-mobile .m-widget{margin:4px 6px 10px}html.is-mobile .m-widget-time{font-size:clamp(26px,9vh,40px)}html.is-mobile .m-dock{margin:4px 14px calc(env(safe-area-inset-bottom) + 12px);padding:8px;border-radius:20px}html.is-mobile .m-app-header{height:42px}}#minigame-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;overflow:hidden;pointer-events:none}.mg-hud{position:absolute;top:12px;left:50%;transform:translate(-50%);max-width:calc(100vw - 150px);text-align:center;color:#fff;pointer-events:none;text-shadow:0 1px 4px rgba(0,0,0,.8)}.mg-stats{font-size:clamp(12px,1.3vw,17px);font-weight:600;letter-spacing:.2px;font-variant-numeric:tabular-nums;white-space:nowrap}.mg-quit{position:absolute;top:12px;right:14px;pointer-events:auto;background:#0d0d1ab3;color:#dfe7ff;border:1px solid rgba(76,194,255,.45);border-radius:4px;padding:5px 10px;font-size:12px;cursor:pointer}.mg-quit:hover{background:#4cc2ff40}.mg-toast{position:absolute;left:50%;top:32%;transform:translate(-50%,-50%);font-size:16px;color:#fff;background:#0d0d1ac7;border:1px solid rgba(76,194,255,.4);padding:10px 18px;border-radius:8px;white-space:nowrap;pointer-events:none;animation:mg-toast-fade 3s forwards}@keyframes mg-toast-fade{0%,70%{opacity:1}to{opacity:0;visibility:hidden}}.mg-pop{position:absolute;font-size:12px;font-weight:700;color:#8fe388;text-shadow:0 1px 4px rgba(0,0,0,.8);pointer-events:none;animation:mg-pop-float .7s forwards}.mg-pop.bad{color:#ff6b6b}.mg-pop.gold{color:#ffe082}@keyframes mg-pop-float{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-26px)}}.mg-over{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);background:#0a0a18eb;border:1px solid rgba(76,194,255,.5);border-radius:8px;padding:clamp(14px,2vw,22px) clamp(16px,2.4vw,30px);max-width:min(440px,calc(100vw - 24px));max-height:calc(100dvh - var(--taskbar-h) - 24px);overflow-y:auto;-webkit-overflow-scrolling:touch;text-align:center;color:#fff;pointer-events:auto;box-shadow:0 12px 48px #0009}.mg-over-title{font-size:20px;font-weight:700;margin-bottom:10px}.mg-over-line{font-size:13px;margin:3px 0;color:#cfd8ff}.new-best{color:#ffd54f;font-weight:700}.mg-over-actions{margin-top:14px;display:flex;gap:8px;justify-content:center}.mg-btn{font:inherit;font-size:13px;padding:6px 16px;border-radius:4px;border:1px solid rgba(76,194,255,.6);background:#4cc2ff26;color:#fff;cursor:pointer}.mg-btn:hover{background:#4cc2ff4d}.mg-over-hint{margin-top:10px;font-size:11px;opacity:.55}.mg-fall{position:absolute;left:0;top:0;will-change:transform;line-height:1;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.5)}.mg-stickman{position:absolute;left:0;top:0;width:30px;height:51px;will-change:transform;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}.mg-stickman svg{width:100%;height:100%;overflow:visible}.mg-stickman line{stroke:#f5f7ff;stroke-width:1.9;stroke-linecap:round}.mg-stickman .sm-body{stroke-width:2.1}.mg-stickman .sm-head{fill:#0d0d1a;stroke:#f5f7ff;stroke-width:1.8}.mg-stickman .sm-arm-l,.mg-stickman .sm-arm-r{transform-origin:10px 11px;transform-box:view-box}.mg-stickman .sm-leg-l,.mg-stickman .sm-leg-r{transform-origin:10px 20px;transform-box:view-box}.mg-stickman.face-left svg{transform:scaleX(-1)}.mg-stickman.dropping .sm-arm-l{transform:rotate(55deg)}.mg-stickman.dropping .sm-arm-r{transform:rotate(-55deg)}.mg-stickman.moving .sm-leg-l{animation:mg-swing .24s ease-in-out infinite}.mg-stickman.moving .sm-leg-r,.mg-stickman.moving .sm-arm-l{animation:mg-swing .24s ease-in-out infinite;animation-delay:-.12s}.mg-stickman.moving .sm-arm-r{animation:mg-swing .24s ease-in-out infinite}@keyframes mg-swing{0%,to{transform:rotate(30deg)}50%{transform:rotate(-30deg)}}.mg-stickman.dead{filter:drop-shadow(0 0 8px rgba(255,82,82,.8))}.mg-stickman.dead svg{transform:rotate(96deg) translateY(-8px);transition:transform .3s}.mg-pc{position:absolute;left:50%;top:50%;transform:translate(-50%,-54%);display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:auto;cursor:pointer}.mg-monitor{background:#e8e0cf;border-radius:10px;padding:12px 12px 6px;box-shadow:0 10px 40px #00000080}.mg-screen{width:clamp(148px,22vw,240px);height:clamp(100px,15vw,160px);background:#0a2a08;border:2px solid #555555;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-family:Consolas,Courier New,monospace}.mg-temp{font-size:clamp(30px,4.4vw,50px);font-weight:700;color:#7cfc66;font-variant-numeric:tabular-nums}.mg-temp-label{font-size:11px;color:#7cfc66;opacity:.8}.mg-screen.warn{background:#2a2408}.mg-screen.warn .mg-temp,.mg-screen.warn .mg-temp-label{color:#ffd54f}.mg-screen.danger{background:#2a0808;animation:mg-flicker .22s infinite}.mg-screen.danger .mg-temp,.mg-screen.danger .mg-temp-label{color:#ff5252}@keyframes mg-flicker{0%,to{filter:brightness(1)}50%{filter:brightness(1.45)}}.mg-monitor-foot{width:70px;height:9px;background:#cfc6b2;margin:6px auto 0;border-radius:0 0 6px 6px}.mg-heatbar{width:clamp(172px,26vw,268px);max-width:calc(100vw - 32px);height:10px;background:#ffffff1f;border-radius:5px;overflow:hidden}.mg-heatbar-fill{height:100%;width:0%;background:linear-gradient(90deg,#66bb6a,#ffee58,#ef5350)}.mg-fanbox{display:flex;align-items:center;gap:8px;background:#22223a;border:1px solid #44446a;padding:6px 12px;border-radius:8px;color:#cfd8ff;font-size:12px}.mg-fan{width:34px;height:34px}.mg-pc.shake{animation:mg-shake .16s infinite}@keyframes mg-shake{0%,to{transform:translate(-50%,-54%) rotate(-.6deg)}50%{transform:translate(calc(-50% + 2px),-54%) rotate(.7deg)}}.mg-bsod{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40000;background:#0067b8;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:default}.mg-bsod-inner{max-width:min(600px,100vw);max-height:100dvh;overflow-y:auto;padding:clamp(12px,3vh,24px) clamp(16px,4vw,28px)}.mg-bsod-sad{font-size:clamp(52px,9vw,96px);margin-bottom:clamp(8px,2vh,18px)}.mg-bsod p{font-size:15px;margin:6px 0}.mg-bsod .mg-bsod-small{font-size:12px;opacity:.75}.mg-bsod .mg-over-actions{justify-content:flex-start;margin-top:22px}.mg-bsod .mg-btn{background:transparent;border:1px solid rgba(255,255,255,.8)}.mg-bsod .mg-btn:hover{background:#ffffff26}.mg-floppy{position:absolute;left:0;top:0;width:max-content;will-change:transform;pointer-events:none;filter:drop-shadow(0 4px 10px rgba(0,0,0,.5))}.mg-floppy img{width:56px;height:56px;display:block}.mg-floppy.dead{filter:drop-shadow(0 0 8px rgba(255,82,82,.8)) grayscale(.6)}.mg-file{display:flex;flex-direction:column;align-items:center;gap:2px}.mg-file .mg-file-icon{font-size:30px}.mg-file .mg-kb{font-size:10px;font-weight:700;color:#e3f2fd;background:#0d0d1abf;padding:1px 5px;border-radius:3px;font-variant-numeric:tabular-nums}.mg-file.zip .mg-kb{color:#ffe082}.mg-capbar{width:min(240px,calc(100vw - 60px));height:7px;margin:6px auto 0;background:#ffffff26;border-radius:4px;overflow:hidden}.mg-capbar-fill{height:100%;width:0%;background:linear-gradient(90deg,#4cc2ff,#ffee58,#ef5350)}.mg-lb{margin-top:14px;border-top:1px solid rgba(76,194,255,.25);padding-top:10px;min-width:min(260px,100%)}.mg-lb-title{font-size:13px;font-weight:700;margin-bottom:6px;color:#9fd0ff}.mg-lb-status,.mg-lb-empty{font-size:12px;opacity:.6}.mg-lb-list{text-align:left;font-size:12.5px;max-width:300px;margin:0 auto}.mg-lb-row{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:3px}.mg-lb-row .r{width:24px;color:#8a8db5;text-align:right;flex-shrink:0}.mg-lb-row .n{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mg-lb-row .s{font-variant-numeric:tabular-nums;color:#cfd8ff;flex-shrink:0}.mg-lb-row.me{background:#ffd54f29}.mg-lb-row.me .n,.mg-lb-row.me .s{color:#ffd54f;font-weight:700}.mg-lb-form{display:flex;gap:6px;margin-top:10px;justify-content:center}.mg-lb-form input{flex:1;min-width:0;max-width:180px;background:#11112a;border:1px solid rgba(76,194,255,.4);border-radius:4px;color:#fff;padding:6px 8px;font:inherit;font-size:12.5px}.mg-lb-form input:focus{outline:none;border-color:#4cc2ffe6}.mg-lb-msg{margin-top:8px;font-size:12px;color:#9fd0ff}.mg-bsod .mg-lb{border-top-color:#ffffff4d}.mg-bsod .mg-lb-title,.mg-bsod .mg-lb-msg{color:#fff}.mg-bsod .mg-lb-row .r,.mg-bsod .mg-lb-row .s{color:#ffffffd9}.mg-bsod .mg-lb-row.me{background:#fff3}.mg-bsod .mg-lb-row.me .n,.mg-bsod .mg-lb-row.me .s{color:#ffe082}.mg-bsod .mg-lb-form input{background:#00000040;border-color:#fff9}.mg-touch{position:absolute;left:0;right:0;bottom:calc(var(--taskbar-h) + 44px);display:flex;justify-content:space-between;padding:0 clamp(12px,3vw,32px);pointer-events:none}.mg-touch-btn{pointer-events:auto;width:clamp(56px,13vmin,84px);height:clamp(56px,13vmin,84px);border-radius:50%;border:1px solid rgba(76,194,255,.5);background:#0d0d1a8c;color:#fff;font-size:22px;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none}.mg-touch-btn:active{background:#4cc2ff59}html.is-mobile .mg-hud{top:52px;max-width:94vw}html.is-mobile .mg-stats{font-size:12.5px;white-space:normal}html.is-mobile .mg-quit{top:26px;right:12px}html.is-mobile .mg-toast{white-space:normal;width:max-content;max-width:86vw;text-align:center}html.is-mobile .mg-over{max-width:92vw;padding:18px 16px}html.is-mobile .mg-pc{transform:translate(-50%,-58%) scale(.9)}
