:root{color:#eef7e9;background:#121212;font-family:Trebuchet MS,Noto Sans SC,sans-serif}html,body{margin:0;width:100%;height:100%;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow:hidden}body{display:flex;align-items:center;justify-content:center}button,canvas{touch-action:manipulation}#app,#game-shell{width:100%;height:100%}#game-shell{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px}#banner{position:absolute;font-size:14px;font-weight:700;color:#ffd166;white-space:nowrap;z-index:6;text-shadow:1px 1px 2px rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}#restart-btn{position:fixed;top:10px;right:10px;width:32px;height:32px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff14;color:#fff6;font-size:18px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;padding:0}#restart-btn:hover{background:#ffffff26;color:#fff}#game-area{display:flex;align-items:center;justify-content:center}.side-panel{width:160px;padding:6px 10px;background:#ffffff0f;border-radius:8px;font-size:13px;line-height:1.6;color:#ccc;text-align:left;box-sizing:border-box}.side-panel .stat-group{display:block}.stat-spacer{display:none}.side-panel .stat{display:flex;align-items:center;height:28px}.side-panel .stat .sprite-icon{width:24px;flex:0 0 24px}.sprite-icon{display:inline-block;width:24px;height:24px;background-size:24px auto;background-repeat:no-repeat;image-rendering:pixelated;vertical-align:middle}.side-panel .stat .label{flex:1 1 0;text-align:left;padding-left:4px}.side-panel .val{color:#fff;font-weight:700;flex:0 0 auto;text-align:right;min-width:48px}.side-panel .section-title{color:#ffd166;font-weight:700;margin:0;height:28px;line-height:28px}.panel-title{color:#fff;font-size:14px;line-height:28px}.panel-title strong{color:#ffd166}.panel-divider{border:none;border-top:1px solid rgba(255,255,255,.15);margin:4px 0}.side-panel .monster-entry,.side-panel .item-entry{margin-bottom:4px;font-size:12px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.side-panel .m-name,.side-panel .i-name{color:#eee;font-weight:600}.side-panel .m-stats{color:#999;font-size:11px}.side-panel .safe{color:#80ed99}.side-panel .fatal{color:#ff5f56;font-weight:700}.side-panel .i-desc{color:#aaa;font-size:11px}#game-canvas{display:block;border:2px solid rgba(255,255,255,.12);background:#000;image-rendering:pixelated}#message{position:absolute;top:max(14px,env(safe-area-inset-top));left:50%;transform:translate(-50%);padding:10px 16px;border-radius:999px;background:#000000b3;color:#fff7dc;font-size:16px;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}#message.visible{opacity:1}#touch-controls{display:none}@media(pointer:coarse){#touch-controls{display:block}}#dpad{position:fixed;bottom:20px;right:20px;left:auto;width:190px;height:190px;touch-action:none}.dpad-btn{position:absolute;width:60px;height:60px;border:2px solid rgba(255,255,255,.25);border-radius:12px;background:#ffffff1a;color:#fff9;font-size:24px;display:flex;align-items:center;justify-content:center;touch-action:none;user-select:none;-webkit-user-select:none}.dpad-btn:active,.dpad-btn.pressed{background:#ffd05c59;border-color:#ffd05c99;color:#ffd166}.dpad-up{left:65px;top:0}.dpad-down{left:65px;bottom:0}.dpad-left{left:0;top:65px}.dpad-right{right:0;top:65px}#shop-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:20}#shop-overlay.visible{display:flex}#princess-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:20}#princess-overlay.visible{display:flex}#keyshop-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:20}#keyshop-overlay.visible{display:flex}.keyshop-remain{color:#aaa;font-size:13px;margin-bottom:8px}#treasure-confirm,#fairy-confirm{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:20}#treasure-confirm.visible,#fairy-confirm.visible{display:flex}.fairy-body{color:#9be564;font-size:15px;margin:8px 0 16px}#victory-chest{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:#000c;z-index:30;cursor:pointer}#victory-chest.visible{display:flex}.chest-container{text-align:center;animation:chest-bounce 1s ease-in-out infinite}.chest-icon{font-size:120px;line-height:1}.chest-text{color:#ffd166;font-size:20px;font-weight:700;margin-top:16px;animation:chest-glow 1.5s ease-in-out infinite}@keyframes chest-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes chest-glow{0%,to{opacity:.6}50%{opacity:1}}.shop-panel{background:#1a1a2e;border:2px solid #ffd166;border-radius:16px;padding:24px;text-align:center;min-width:220px}.shop-title{font-size:22px;font-weight:700;color:#ffd166;margin-bottom:8px}.shop-gold{color:#f6d04d;margin-bottom:12px}.shop-btn{display:block;width:100%;margin:6px 0;padding:10px;border:0;border-radius:8px;background:#ffffff26;color:#eef7e9;font:inherit;font-size:16px;cursor:pointer}.shop-btn:disabled{opacity:.35;cursor:not-allowed}.shop-btn:not(:disabled):hover,.shop-btn.kb-focus{background:#ffd05c80}.shop-close{display:inline-block;margin-top:12px;padding:8px 24px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:transparent;color:#ccc;font:inherit;font-size:14px;cursor:pointer}.shop-close:hover{background:#ffffff1a}#battle-confirm,#death-overlay,#restart-confirm{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:20}#battle-confirm.visible,#death-overlay.visible,#restart-confirm.visible{display:flex}.confirm-panel{background:#1a1a2e;border:2px solid #ffd166;border-radius:16px;padding:24px;text-align:center;min-width:220px}.confirm-title{font-size:20px;font-weight:700;color:#ffd166;margin-bottom:12px}.confirm-body{color:#eef7e9;font-size:16px;line-height:1.8;margin-bottom:16px}.confirm-actions{display:flex;gap:12px;justify-content:center}.confirm-btn{padding:10px 24px;border:0;border-radius:8px;font:inherit;font-size:16px;cursor:pointer}.confirm-yes{background:#ffd05cb3;color:#1a1a2e;font-weight:700}.confirm-yes:hover,.confirm-yes.kb-focus{background:#ffd05ce6}.confirm-no{background:#ffffff26;color:#ccc}.confirm-no:hover,.confirm-no.kb-focus{background:#ffffff4d}.confirm-no:hover{background:#ffffff40}.victory-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center}.victory-overlay.visible{display:flex}.victory-canvas{position:absolute;inset:0;width:100%;height:100%}.victory-content{position:relative;z-index:1;padding:28px;border-radius:28px;background:#00000094;text-align:center;color:#fff8df}.victory-content h1{margin:0;font-size:clamp(48px,9vw,72px)}.victory-content p{margin:12px 0 0;font-size:clamp(20px,3vw,28px)}.victory-emoji{margin-top:18px;font-size:clamp(44px,8vw,68px);animation:bounce 1.4s ease-in-out infinite}.victory-replay{margin-top:20px;padding:0 28px;min-height:48px;border:0;border-radius:16px;background:#eef7e92e;color:#eef7e9;font:inherit;font-size:20px;cursor:pointer}.victory-replay:active{background:#ffd05cd9;color:#232018}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}#left-wrap{position:absolute;z-index:5}.panel-portrait{width:320px!important;background:#000000d9;padding:4px 8px!important}.panel-portrait .panel-divider{display:none}.panel-portrait .panel-title{font-size:13px}.panel-portrait .section-title{font-size:12px;margin:2px 0 0}.panel-portrait .stat-group{display:flex}.panel-portrait .stat-spacer{display:block}.panel-portrait .stat{flex:1;height:26px}.panel-portrait .stat .label{display:none}.panel-portrait .stat .val{font-size:13px;min-width:0;flex:1;text-align:left;padding-left:4px;padding-right:6px}#debug-panel{position:fixed;top:8px;left:8px;width:200px;background:#000000d9;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:11px;color:#ccc;z-index:999;-webkit-user-select:none;user-select:none}.debug-header{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;font-weight:700;color:#ffd166;border-bottom:1px solid rgba(255,255,255,.1)}.debug-toggle{background:none;border:none;color:#ccc;font-size:14px;cursor:pointer;padding:0 4px}.debug-body{padding:6px 8px;max-height:70vh;overflow-y:auto}.debug-body.collapsed{display:none}.debug-section{margin-bottom:2px}.debug-section-header{display:flex;align-items:center;gap:4px;cursor:pointer;color:#ffd166;font-weight:700;font-size:11px;padding:3px 0;-webkit-user-select:none;user-select:none}.debug-section-header:hover{color:#ffe599}.debug-arrow{font-size:8px;width:10px}.debug-floors{display:flex;gap:3px;flex-wrap:wrap}.debug-btn{padding:2px 8px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff14;color:#ccc;font:inherit;font-size:11px;cursor:pointer}.debug-btn:hover{background:#ffd05c4d;color:#fff}.debug-preset-on{background:#ff5c5c66;border-color:#ff5f56;color:#ff5f56}.debug-preset-on:hover{background:#ff5c5c99;color:#fff}.debug-row{display:flex;align-items:center;gap:4px;height:22px}.debug-label{width:40px;font-size:10px}.debug-val{width:36px;text-align:center;color:#fff;font-weight:700;font-size:11px}.debug-input{width:50px;padding:2px 4px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff14;color:#fff;font:inherit;font-size:11px;text-align:right}.debug-input:focus{outline:none;border-color:#ffd166}.debug-monster-block{margin-bottom:4px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.05)}.debug-monster-name{color:#f96;font-weight:700;font-size:10px;margin-bottom:2px}
