:root{--bg-color: #05050a;--cabinet-border: #181825;--screen-bg: #09090e;--retro-white: #ffffff;--retro-black: #000000;--nes-red: #ff3b30;--nes-green: #30e330;--nes-blue: #00bfff;--nes-yellow: #fcd116;--nes-purple: #bd00ff;--quality-legendary: #ffd700;--quality-rare: #bd00ff;--quality-uncommon: #00bfff;--quality-common: #ffffff;--font-pixel: "Press Start 2P", monospace, sans-serif}*{box-sizing:border-box;margin:0;padding:0;image-rendering:pixelated;image-rendering:crisp-edges}body{background-color:var(--bg-color);color:var(--retro-white);font-family:var(--font-pixel);line-height:1.8;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;overflow-x:hidden;padding:20px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--retro-black);border:3px solid var(--retro-white)}::-webkit-scrollbar-thumb{background:var(--retro-white);border:2px solid var(--retro-black)}.audio-panel{margin-bottom:12px;display:flex;gap:10px;z-index:100}.retro-border{border:4px solid var(--retro-white);box-shadow:0 0 0 4px var(--retro-black),inset 0 0 0 4px var(--retro-black);background-color:var(--retro-black);padding:16px;position:relative;margin-bottom:20px}.retro-border-thick{border:6px solid var(--retro-white);box-shadow:0 0 0 6px var(--retro-black),inset 0 0 0 6px var(--retro-black);background-color:var(--retro-black);padding:20px;position:relative}.retro-border-thin{border:2px solid var(--retro-white);box-shadow:0 0 0 2px var(--retro-black),inset 0 0 0 2px var(--retro-black);background-color:var(--retro-black);padding:8px;position:relative}.crt-cabinet{width:100%;max-width:800px;background-color:var(--cabinet-border);border:12px solid #28283a;border-radius:20px;box-shadow:0 20px 40px #000c,inset 0 4px #ffffff1a,inset 0 -4px #0006;padding:15px;position:relative}.crt-screen{position:relative;background-color:var(--screen-bg);border-radius:8px;overflow:hidden;box-shadow:inset 0 0 45px #000;border:6px solid #111115}.scanlines{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#12101000 50%,#00000040 50%);background-size:100% 4px;z-index:10}.flicker{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#1210100a;opacity:0;z-index:11;animation:crt-flicker .15s infinite}.vignette{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 80px #000000e6;z-index:12}@keyframes crt-flicker{0%{opacity:.015}50%{opacity:.025}to{opacity:.015}}.game-viewport{padding:24px;min-height:550px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;position:relative;z-index:2}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-size:9px;background-color:var(--retro-black);margin-bottom:20px;flex-wrap:wrap;gap:12px}.player-info{display:flex;flex-direction:row;align-items:center;gap:12px;width:auto}.avatar-hud-container{display:flex;align-items:center;justify-content:center}.avatar-hud-img{width:36px;height:36px;border:2px solid var(--retro-white);box-shadow:0 0 0 2px var(--retro-black);border-radius:50%;object-fit:cover;background-color:var(--retro-black);transition:transform .2s ease,box-shadow .2s ease}.avatar-hud-img:hover{transform:scale(1.1);box-shadow:0 0 8px var(--nes-yellow)}.player-details{display:flex;flex-direction:column;gap:8px}.player-name{color:var(--nes-yellow)}.stat-group{display:flex;align-items:center;gap:8px}.stat-label{min-width:24px;font-weight:700}.stat-bar-container{width:120px;height:12px;border:2px solid var(--retro-white);background-color:#333;position:relative;box-sizing:border-box}.stat-bar{height:100%;transition:width .3s ease}.hp-bar{background-color:var(--nes-green);background-image:repeating-linear-gradient(90deg,transparent,transparent 6px,rgba(0,0,0,.3) 6px,rgba(0,0,0,.3) 8px)}.mp-bar{background-color:var(--nes-blue);background-image:repeating-linear-gradient(90deg,transparent,transparent 6px,rgba(0,0,0,.3) 6px,rgba(0,0,0,.3) 8px)}.stat-val{min-width:60px;text-align:right}.quest-tracker{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.quest-label{color:var(--nes-red)}.quest-title-display{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--retro-white)}.game-phase{display:none;flex-direction:column;flex-grow:1;animation:fade-in .3s steps(4)}.game-phase.active{display:flex}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.quest-board-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px;gap:12px}.logo-emblem-container{display:inline-block;animation:logo-float 4s ease-in-out infinite;cursor:pointer}.logo-emblem-img{width:120px;height:120px;border:4px solid var(--retro-white);box-shadow:0 0 0 4px var(--retro-black),0 8px 16px #0009;border-radius:12px;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease}.logo-emblem-img:hover{transform:scale(1.05);box-shadow:0 0 0 4px var(--nes-yellow),0 12px 24px #fdd11666}@keyframes logo-float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}.quest-board-header h1{font-size:18px;color:var(--retro-white);text-shadow:3px 3px 0px var(--nes-red);margin-bottom:8px;letter-spacing:2px}.blink-fast{animation:blinker .8s steps(2) infinite}@keyframes blinker{50%{opacity:0}}.scroll-hint{font-size:8px;color:#8e8e93}.presets-section{padding:12px 14px}.section-title{position:absolute;top:-10px;left:12px;background-color:var(--retro-black);padding:0 8px;font-size:8px;color:var(--nes-yellow)}.preset-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}.preset-btn{font-family:var(--font-pixel);background-color:var(--retro-black);color:var(--retro-white);border:2px solid var(--retro-white);padding:8px 10px;font-size:8px;cursor:pointer;text-align:left;transition:background .1s,color .1s}.preset-btn:hover{background-color:var(--retro-white);color:var(--retro-black)}.quest-input-section{display:flex;flex-direction:column;gap:8px;padding:14px}.input-label{font-size:9px;color:var(--retro-white)}.retro-input{font-family:var(--font-pixel);background-color:var(--retro-black);color:var(--retro-white);border:3px solid var(--retro-white);padding:10px;font-size:10px;outline:none;width:100%;box-sizing:border-box}.retro-input:focus{border-color:var(--nes-yellow);box-shadow:0 0 6px var(--nes-yellow)}.inventory-section{padding:14px}.inventory-header{display:flex;justify-content:space-between;font-size:8px;margin-bottom:8px;color:#8e8e93}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;justify-items:center}.inventory-slot{width:100%;aspect-ratio:1;max-width:90px;border:3px solid var(--retro-white);background-color:#111;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 10px #000c;transition:border-color .1s}.inventory-slot:hover{border-color:var(--nes-yellow);background-color:#1a1a24}.inventory-slot.empty-slot{border-style:dashed;color:#444;font-size:20px}.inventory-slot.empty-slot:hover{color:var(--nes-yellow)}.inventory-slot.active-slot{border-color:var(--nes-blue);background-color:#0b1528}.slot-index{position:absolute;top:4px;left:4px;font-size:7px;color:#8e8e93}.slot-text{font-size:8px;padding:4px;text-align:center;overflow:hidden;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--retro-white);line-height:1.4}.slot-remove{position:absolute;top:2px;right:2px;width:16px;height:16px;border:1px solid var(--nes-red);background-color:var(--retro-black);color:var(--nes-red);font-size:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;z-index:5}.slot-remove:hover{background-color:var(--nes-red);color:var(--retro-black)}.history-log-box{border-top:1px solid #222;margin-top:5px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:6px 4px;border-bottom:1px dashed #222;gap:8px}.history-quest-name{color:#ccc;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:45%}.history-outcome{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:45%}.history-outcome.crit{color:var(--quality-legendary);animation:gold-blink .8s steps(2) infinite}.action-section{display:flex;justify-content:center;margin-top:10px}.action-btn{font-family:var(--font-pixel);font-size:12px;padding:15px 24px;background-color:var(--retro-black);color:var(--retro-white);border:4px solid var(--retro-white);box-shadow:0 4px 0 var(--retro-black);cursor:pointer;position:relative;outline:none;transition:transform .05s,box-shadow .05s}.action-btn:active{transform:translateY(4px);box-shadow:0 0 0 var(--retro-black)}.action-btn:hover:not(.disabled){background-color:var(--retro-white);color:var(--retro-black)}.action-btn.disabled{border-color:#555;color:#555;cursor:not-allowed;box-shadow:0 4px #222}.action-btn.disabled:active{transform:none;box-shadow:0 4px #222}.battle-stage{display:flex;flex-direction:column;flex-grow:1;gap:16px}.battle-scene{height:280px;border:4px solid var(--retro-white);background-color:#0b0b14;position:relative;overflow:hidden}.battle-scene.hidden{display:none}.dungeon-bg{width:100%;height:100%;background-color:#0d0d18;background-image:radial-gradient(#1e1e30 15%,transparent 16%),radial-gradient(#1e1e30 15%,transparent 16%);background-size:32px 32px;background-position:0 0,16px 16px;position:relative;display:flex;align-items:center;justify-content:center}.torch{position:absolute;top:50px;width:8px;height:24px;background:#5c3a21}.torch:after{content:"";position:absolute;top:-12px;left:-4px;width:16px;height:16px;background:#ff5e00;border-radius:50%;box-shadow:0 0 10px #fb0}.torch-left{left:80px}.torch-right{right:80px}.animate-torch:after{animation:torch-flicker .3s alternate infinite steps(3)}@keyframes torch-flicker{0%{transform:scale(.9) translateY(0);filter:brightness(1)}to{transform:scale(1.1) translateY(-2px);filter:brightness(1.3)}}.hero-character{width:32px;height:48px;position:absolute;bottom:60px;left:40px;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='white'><rect x='2' y='0' width='4' height='4' fill='%23fcd116'/><rect x='3' y='4' width='2' height='5' fill='%2300bfff'/><rect x='2' y='5' width='1' height='3' fill='%23ff3b30'/><rect x='5' y='5' width='1' height='3' fill='%23ff3b30'/><rect x='2' y='9' width='1' height='3' fill='%238e8e93'/><rect x='5' y='9' width='1' height='3' fill='%238e8e93'/></svg>");background-repeat:no-repeat;background-size:100% 100%}.hero-character.walking{animation:hero-walk 2s linear forwards,hero-bounce .25s infinite steps(2)}@keyframes hero-walk{0%{left:40px}to{left:240px}}@keyframes hero-bounce{0%{transform:translateY(0)}50%{transform:translateY(-4px)}}.treasure-chest{width:64px;height:64px;position:absolute;bottom:60px;left:360px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='1' y='6' width='14' height='10' fill='%238b5a2b'/><rect x='1' y='6' width='14' height='2' fill='%23ffcc00'/><rect x='0' y='8' width='16' height='1' fill='%23000000'/><rect x='7' y='8' width='2' height='3' fill='%23ffcc00'/><rect x='7' y='9' width='2' height='1' fill='%23000000'/><rect x='0' y='6' width='1' height='10' fill='%235c3a21'/><rect x='15' y='6' width='1' height='10' fill='%235c3a21'/></svg>");background-size:100% 100%}.treasure-chest.shaking{animation:chest-shake .15s infinite alternate}.treasure-chest.open{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='1' y='8' width='14' height='8' fill='%238b5a2b'/><rect x='1' y='1' width='14' height='5' fill='%238b5a2b'/><rect x='1' y='6' width='14' height='2' fill='%23ffd700'/><rect x='7' y='8' width='2' height='2' fill='%23000000'/><rect x='2' y='5' width='12' height='3' fill='%23ffd700'/><circle cx='8' cy='4' r='2' fill='%23ff0000'/></svg>")}@keyframes chest-shake{0%{transform:rotate(-3deg) translate(-2px)}to{transform:rotate(3deg) translate(2px)}}.chest-glow{position:absolute;top:-40px;left:-48px;width:160px;height:160px;background:radial-gradient(circle,#fdd116cc,#fdd11600 70%);border-radius:50%;opacity:0;pointer-events:none;z-index:1}.chest-glow.active{animation:glow-pulse 1s ease-out forwards}@keyframes glow-pulse{0%{opacity:0;transform:scale(.5)}50%{opacity:1}to{opacity:0;transform:scale(1.5)}}.chest-sparkles{position:absolute;top:-20px;left:0;width:64px;height:64px;pointer-events:none;z-index:2}.battle-bg{width:100%;height:100%;background-color:#0b0c10;border-bottom:12px solid #1f2833;position:relative}.enemy-container{position:absolute;top:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px}.enemy-sprite{width:96px;height:96px;background-size:100% 100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='4' y='2' width='8' height='10' fill='%236f2da8'/><rect x='2' y='5' width='12' height='6' fill='%238a2be2'/><rect x='1' y='7' width='14' height='3' fill='%23a020f0'/><rect x='5' y='4' width='2' height='2' fill='white'/><rect x='9' y='4' width='2' height='2' fill='white'/><rect x='6' y='5' width='1' height='1' fill='black'/><rect x='10' y='5' width='1' height='1' fill='black'/><rect x='6' y='9' width='4' height='1' fill='black'/><rect x='4' y='12' width='2' height='2' fill='%236f2da8'/><rect x='10' y='12' width='2' height='2' fill='%236f2da8'/></svg>")}.enemy-sprite.floating{animation:monster-float 1.5s ease-in-out infinite alternate}.enemy-sprite.hurt{animation:flash-hurt .15s ease-in-out 4}@keyframes monster-float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes flash-hurt{0%{opacity:1;filter:invert(0)}50%{opacity:.3;filter:invert(1) sepia(1) saturate(5) hue-rotate(-50deg)}to{opacity:1;filter:invert(0)}}.enemy-hp-bar-container{width:140px;height:8px;border:2px solid var(--retro-white);background-color:var(--retro-black)}.enemy-hp-bar{height:100%;background-color:var(--nes-red);transition:width .2s ease}.enemy-name{font-size:8px;color:var(--retro-white);letter-spacing:1px}.hero-battle-sprite{position:absolute;bottom:20px;left:40px;width:48px;height:48px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='5' y='1' width='6' height='6' fill='%23fcd116'/><rect x='4' y='7' width='8' height='6' fill='%23ff3b30'/><rect x='12' y='5' width='2' height='6' fill='%238e8e93'/><rect x='11' y='5' width='4' height='1' fill='%23ffcc00'/><rect x='3' y='8' width='1' height='4' fill='%23ffcc00'/><rect x='5' y='13' width='2' height='3' fill='%23000000'/><rect x='9' y='13' width='2' height='3' fill='%23000000'/></svg>");background-size:100% 100%}.hero-battle-sprite.animate-idle{animation:hero-battle-bounce .8s infinite alternate steps(2)}.hero-battle-sprite.attacking{animation:hero-dash .4s ease-out forwards}@keyframes hero-battle-bounce{0%{transform:translateY(0)}to{transform:translateY(-3px)}}@keyframes hero-dash{0%{left:40px}50%{left:160px;transform:scaleX(1.2)}to{left:40px}}.slash-effect{position:absolute;top:40px;left:50%;transform:translate(-50%) scale(0);width:120px;height:120px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><line x1='1' y1='15' x2='15' y2='1' stroke='white' stroke-width='2' stroke-linecap='square'/></svg>");background-size:100% 100%;pointer-events:none;z-index:10}.slash-effect.active{animation:slash-strike-anim .25s steps(3) forwards}@keyframes slash-strike-anim{0%{transform:translate(-50%) scale(.2) rotate(0);opacity:1}50%{transform:translate(-50%) scale(1.2) rotate(-15deg);opacity:1}to{transform:translate(-50%) scale(1) rotate(15deg);opacity:0}}.damage-number{position:absolute;top:60px;left:50%;transform:translate(-50%);font-size:14px;color:var(--nes-yellow);text-shadow:2px 2px 0px var(--retro-black);pointer-events:none;opacity:0;z-index:11}.damage-number.active{animation:damage-float .8s ease-out forwards}@keyframes damage-float{0%{opacity:0;transform:translate(-50%,20px) scale(.5)}20%{opacity:1;transform:translate(-50%) scale(1.3)}80%{opacity:1;transform:translate(-50%,-20px) scale(1)}to{opacity:0;transform:translate(-50%,-40px)}}.battle-log-container{height:120px;padding:12px}.log-window{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:8px;font-size:9px;line-height:1.5;color:var(--retro-white)}.log-line{white-space:pre-wrap;word-break:break-word}.loot-stage{display:flex;flex-direction:column;align-items:center;gap:20px}.victory-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.logo-victory-container{display:inline-block;animation:logo-float 4s ease-in-out infinite}.logo-victory-img{width:80px;height:80px;border:3px solid var(--retro-white);box-shadow:0 0 0 3px var(--retro-black);border-radius:8px;object-fit:cover}.victory-title{font-size:14px;color:var(--nes-green);text-shadow:2px 2px 0px var(--retro-black);letter-spacing:2px}.crit-banner{font-size:18px;color:var(--nes-yellow);text-shadow:3px 3px 0 var(--nes-red);animation:gold-blink .2s steps(2) infinite;letter-spacing:1px}.loot-card{width:100%;display:flex;gap:20px;padding:16px}.loot-icon-frame{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background-color:#111;flex-shrink:0}.loot-icon-frame svg{width:72px;height:72px}.loot-details{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;gap:8px}.loot-rarity{font-size:7px;color:#8e8e93;letter-spacing:1px}.loot-name{font-size:12px;color:var(--quality-common);margin:4px 0;line-height:1.4}.loot-name.legendary{color:var(--quality-legendary);animation:gold-blink .5s steps(2) infinite;text-shadow:1px 1px 0px var(--nes-red)}@keyframes gold-blink{0%{color:var(--quality-legendary);text-shadow:2px 2px 0px var(--nes-red)}50%{color:var(--nes-red);text-shadow:2px 2px 0px var(--quality-legendary)}}.loot-stats{display:flex;flex-direction:column;gap:4px;font-size:8px}.stat-row{display:flex;justify-content:space-between}.stat-name{color:#8e8e93}.text-green{color:var(--nes-green)}.text-blue{color:var(--nes-blue)}.loot-description-box{border-top:2px dashed #444;padding-top:8px;margin-top:4px}.loot-description{font-size:8px;color:#ccc;font-style:italic;line-height:1.6}.loot-actions{display:flex;gap:15px;width:100%;justify-content:center;flex-wrap:wrap}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay.hidden{display:none}.retro-modal{width:100%;max-width:400px;background-color:var(--retro-black);display:flex;flex-direction:column;gap:16px}.modal-title{font-size:11px;color:var(--nes-yellow);text-align:center}.modal-buttons{display:flex;gap:12px;justify-content:space-between}.retro-btn{font-family:var(--font-pixel);font-size:9px;padding:10px 16px;cursor:pointer;background-color:var(--retro-black);color:var(--retro-white);border:2px solid var(--retro-white);transition:background .1s,color .1s}.retro-btn:hover{background-color:var(--retro-white);color:var(--retro-black)}.retro-btn.bg-red{border-color:var(--nes-red);color:var(--nes-red)}.retro-btn.bg-red:hover{background-color:var(--nes-red);color:var(--retro-black)}.retro-btn.bg-green{border-color:var(--nes-green);color:var(--nes-green)}.retro-btn.bg-green:hover{background-color:var(--nes-green);color:var(--retro-black)}.text-xs{font-size:8px;padding:6px 10px}.sparkle-dot{position:absolute;width:4px;height:4px;background-color:var(--nes-yellow);box-shadow:0 0 4px var(--nes-yellow);animation:sparkle-float 1s linear forwards}@keyframes sparkle-float{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--dx),var(--dy)) scale(0);opacity:0}}@media (min-width: 601px) and (max-width: 1024px){.crt-cabinet{max-width:720px;border-width:8px;padding:10px}.preset-buttons{gap:8px}.inventory-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 600px){body{padding:4px;justify-content:flex-start}.audio-panel{margin-top:4px;margin-bottom:8px}.crt-cabinet{border:none;border-radius:0;padding:0;box-shadow:none;background-color:transparent}.crt-screen{border:none;border-radius:0;box-shadow:none}.game-viewport{padding:12px 8px;min-height:auto}body,input,button,select,textarea{font-size:7px!important}.status-bar{padding:8px;margin-bottom:12px;flex-direction:column;align-items:flex-start;gap:8px}.player-info{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px}.avatar-hud-img{width:28px;height:28px;border-width:1px;box-shadow:0 0 0 1px var(--retro-black)}.player-details{width:100%;display:flex;flex-direction:column;gap:6px}.stat-group{width:100%;justify-content:space-between}.stat-bar-container{width:60%;height:10px}.quest-tracker{width:100%;align-items:flex-start;border-top:1px dashed #333;padding-top:6px}.quest-title-display{max-width:100%;text-align:left}.quest-board-header h1{font-size:14px;text-shadow:2px 2px 0px var(--nes-red)}.logo-emblem-img{width:80px;height:80px;border-width:2px;box-shadow:0 0 0 2px var(--retro-black),0 4px 8px #0009}.logo-victory-img{width:50px;height:50px;border-width:2px}.scroll-hint{font-size:7px}.preset-buttons{grid-template-columns:1fr;gap:6px}.preset-btn{padding:8px;font-size:7px}.inventory-grid{grid-template-columns:repeat(2,1fr);gap:8px}.inventory-slot{aspect-ratio:1.25;border-width:2px}.slot-index{top:2px;left:2px;font-size:6px}.slot-text{font-size:7px;padding-top:4px}.slot-remove{top:1px;right:1px;width:14px;height:14px;font-size:6px}.quest-input-section{padding:10px}.retro-input{border-width:2px;padding:8px;font-size:8px}.action-btn{width:100%;text-align:center;padding:12px;font-size:10px;box-shadow:0 3px 0 var(--retro-black)}.action-btn:active{transform:translateY(3px);box-shadow:0 0 0 var(--retro-black)}.battle-scene{height:200px;border-width:2px}.hero-character{bottom:40px;left:20px;width:24px;height:36px}@keyframes hero-walk{0%{left:20px}to{left:130px}}.treasure-chest{bottom:40px;left:200px;width:44px;height:44px}.chest-glow{top:-25px;left:-30px;width:100px;height:100px}.enemy-sprite{width:70px;height:70px}.enemy-container{top:20px}.enemy-hp-bar-container{width:100px;height:6px}.hero-battle-sprite{bottom:10px;left:20px;width:32px;height:32px}@keyframes hero-dash{0%{left:20px}50%{left:80px}to{left:20px}}.slash-effect{width:80px;height:80px}.damage-number{font-size:11px}.battle-log-container{height:85px;border-width:3px;padding:6px}.log-window{font-size:8px}.loot-card{flex-direction:column;align-items:center;gap:12px;padding:10px;border-width:4px}.loot-icon-frame{width:72px;height:72px;border-width:2px}.loot-icon-frame svg{width:56px;height:56px}.loot-details{align-items:center;text-align:center;width:100%}.loot-name{font-size:9px;text-align:center}.loot-stats{width:100%;font-size:7px}.loot-actions{flex-direction:column;gap:10px}.retro-modal{border-width:4px;padding:12px}}
