body,html{height:100%;margin:0;background:#212529;font-family:DotGothic16,sans-serif;font-size:1.25rem;color:#fff;overflow:hidden}.pixelated{image-rendering:pixelated}#start-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}#start-btn{font-size:2rem;padding:1rem 2rem;border:none;border-radius:10px;background-color:#fc0;cursor:pointer;transition:transform .2s}#start-btn:hover{transform:scale(1.1)}.top-area{display:flex;width:100%;height:60vh;background:#181818;box-sizing:border-box;border-bottom:2px solid #fff}.top-left{flex:1.5;background:#1f1f1f;box-shadow:inset 0 0 0 2px #fff;display:flex;justify-content:center;align-items:center;color:#aaa}.side-menu{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:10px;gap:12px;width:95%}.side-menu h3{margin:0;color:gold;text-shadow:1px 1px 0 #000}.side-menu p{font-size:.8rem;line-height:1.4;color:#ddd}.side-menu .link-btn{text-decoration:none;font-size:.8rem;width:100%}.top-center{flex:7;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 2px #fff;position:relative;background:#222}.enemy-box{display:flex;flex-direction:column;align-items:center;height:100%}.enemy-sprite{width:90%;height:80%;display:flex;align-items:center;justify-content:center}.enemy-hp{margin-right:10px}.enemy-sprite img{max-width:100%;max-height:100%;object-fit:contain}.enemy-stats{text-align:center}.enemy-status-line{display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.icon-enemy-attack{width:30px;height:30px;vertical-align:middle}.top-right{flex:1.5;flex-direction:column;background:#1f1f1f;box-shadow:inset 0 0 0 2px #fff;display:flex;justify-content:flex-start;align-items:center;color:#aaa;font-size:1rem}.roulette{display:flex;flex-direction:column;align-items:center;flex:7;margin-top:5px;width:90%;justify-content:center;position:relative}.wheel{width:100%;height:100%;overflow:hidden;border:4px solid #333;border-radius:10px;background:radial-gradient(circle at center,#111 0,#000 80%);position:relative}.wheel-inner{width:100%}.wheel-item{text-align:center;color:#fff;padding:10px 0;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1)}.wheel-item.active{background:linear-gradient(45deg,gold,orange);color:#000;box-shadow:0 0 8px gold}.game-log{flex:3;background:#1c1c1c;width:90%;color:#fff;padding:8px;font-size:.7rem;border:1px solid #fff;border-radius:2px;overflow-y:auto;margin:5px 0}.log-area{display:flex;width:100%;flex-direction:column;gap:4px;word-wrap:break-word;overflow-wrap:anywhere}.log-area div{padding:2px 4px;border-bottom:1px dashed #444;line-break:anywhere;white-space:normal}.fixed-bottom{position:fixed;bottom:0;left:0;width:100%;height:40vh;background:#000;display:flex;justify-content:space-between;align-items:stretch;box-sizing:border-box;z-index:999}.player-info{flex:3;background:#212529;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #000;padding:8px 12px;border-radius:4px;display:flex;flex-direction:column;justify-content:center;gap:8px}.player-info .info-row{line-height:1.6;letter-spacing:1px}.info-row{display:flex;align-items:center;gap:4px;line-height:1.6;letter-spacing:1px}#player-hp{display:flex;align-items:center;padding-top:4px}#player-hp-text{margin-right:6px}.nes-icon.heart{font-size:16px;line-height:1;vertical-align:middle}.effect-label{margin-top:6px;color:#070;font-weight:700}.hand-area{flex:7;background:#212529;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #000;padding:8px 12px;border-radius:4px;display:flex;align-items:flex-start;gap:8px}.hand{display:flex;flex-direction:row;gap:8px;height:100%;align-items:stretch}.card{position:relative;width:160px;background:#222;color:#fff;border:1px solid #fff;border-radius:4px;box-shadow:3px 3px #000;padding:6px;text-align:center;flex-shrink:0}.card img{width:100%;height:60%;object-fit:cover}.card .meta{font-size:.7rem}.card .stat-area{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:50%;display:flex;justify-content:space-between;width:100%}.card .stat-area .btn{flex:1;border:none;color:#fff;border-radius:2px;text-align:center;margin:0 3px}.card .btn{border:none;color:#fff;border-radius:2px}.card .stat-area .attack{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:#d32f2f}.card .stat-area .shield{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:#4682b4}.card .stat-area .attack img{height:100%;width:90%}.card .stat-area .shield img{height:100%;width:90%}.card .btn:hover{transform:translateY(-2px)}.card .btn:active{transform:translateY(1px);box-shadow:none}.card,.enemy-sprite img{transition:transform .15s ease;transform-origin:center}.hand-area::-webkit-scrollbar{height:8px}.hand-area::-webkit-scrollbar-thumb{background:#fff;border-radius:0}.hand-area::-webkit-scrollbar-track{background:#444}@media (max-width:768px){.fixed-bottom{flex-direction:column;height:auto}.player-info{border-right:none;border-bottom:4px solid #fff;flex:none;align-items:center}.hand-area{justify-content:center}}