:root{--p-dark: #1a1a2e;--p-panel: #16213e;--p-accent: #4834d4;--p-text: #f5f6fa;--p-border: #000000}*{box-sizing:border-box;margin:0;padding:0;image-rendering:pixelated;font-family:Courier New,monospace}body{background:#000;color:var(--p-text);overflow:hidden}.pixel-game{width:100vw;height:100vh;display:flex;flex-direction:column;background:var(--p-dark);position:relative}.crt-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:999;background:linear-gradient(#12101000 50%,#0000001a 50%),linear-gradient(90deg,#ff000008,#00ff0003,#0000ff08);background-size:100% 3px,3px 100%}.game-header{height:64px;background:var(--p-panel);border-bottom:4px solid var(--p-border);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.cloud-tag{font-size:12px;color:#00d2d3;display:flex;align-items:center;gap:6px}.main-stats{display:flex;gap:20px}.stat-group{display:flex;align-items:center;gap:8px}.bar{width:100px;height:12px;background:#000;border:2px solid #444;position:relative}.fill{height:100%;transition:width .3s}.fill.hp{background:#ff4757;box-shadow:0 0 8px #ff4757}.fill.hunger{background:#ffa502;box-shadow:0 0 8px #ffa502}.game-body{flex:1;display:flex;overflow:hidden}.map-viewport{flex:1;position:relative;overflow:hidden;cursor:crosshair;background:#222;border-right:4px solid var(--p-border)}.map-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-size:128px;background-repeat:repeat}.night-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c144480;pointer-events:none}.sprite{position:absolute;width:48px;height:48px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;font-size:32px;z-index:10}.sprite img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(2px 4px 0 rgba(0,0,0,.5))}.player{position:absolute;width:54px;height:54px;transform:translate(-50%,-50%);z-index:20;display:flex;align-items:center;justify-content:center;font-size:40px}.player img{width:100%;height:100%;object-fit:contain}.ready-glow{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px dashed #f1c40f;border-radius:50%;animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.control-panel{width:320px;background:var(--p-panel);display:flex;flex-direction:column}.map-switcher,.tab-nav{display:flex;padding:10px;gap:10px;border-bottom:2px solid #000}.map-switcher button,.tab-nav button{flex:1;padding:10px;background:#0f172a;border:2px solid #000;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:700}.map-switcher button.active,.tab-nav button.active{background:var(--p-accent);color:#fff;border-color:#fff}.scroll-area{flex:1;padding:15px;overflow-y:auto;background:#0a0a12}.inv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.inv-slot{background:#1e293b;border:2px solid #000;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer}.inv-slot.selected{border-color:#f1c40f;background:#334155}.inv-slot .icon{font-size:24px}.inv-slot .count{position:absolute;top:4px;right:4px;font-size:10px;background:#000;padding:2px 4px}.inv-slot .name{font-size:9px;margin-top:4px;color:#94a3b8}.craft-card{background:#1e293b;border:2px solid #000;padding:12px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.craft-card.can{border-color:#4cd137}.craft-card .info b{font-size:14px;display:block;margin-bottom:5px}.costs{display:flex;gap:5px;font-size:9px}.costs span.ok{color:#4cd137}.costs span.no{color:#ff4757}.craft-card button{padding:8px 12px;background:#334155;border:2px solid #000;color:#fff;cursor:pointer}.craft-card.can button{background:#4cd137;color:#000;font-weight:700}.build-ghost{position:absolute;top:-40px;background:#f1c40f;color:#000;padding:4px 8px;font-size:10px;white-space:nowrap;border:2px solid #000}
