:root{--pixel-bg: #2d3436;--pixel-panel: #1e272e;--pixel-border: #000;--pixel-text: #f5f6fa;--pixel-accent: #4cd137}*{box-sizing:border-box;margin:0;padding:0;image-rendering:pixelated;font-family:Courier New,Courier,monospace}body{background-color:#000;color:var(--pixel-text);overflow:hidden;-webkit-user-select:none;user-select:none}.pixel-app{width:100vw;height:100vh;display:flex;flex-direction:column;background:var(--pixel-bg);transition:background-color 2s ease}.weather-sunny{background:#87ceeb}.weather-rain{background:#4a6984}.weather-night{background:#191970}.pixel-header{height:60px;background:var(--pixel-panel);border-bottom:4px solid var(--pixel-border);display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:10}.cloud-status{font-size:12px;color:#00a8ff;display:flex;align-items:center;gap:5px}.stats-panel{display:flex;gap:20px}.stat-bar{display:flex;align-items:center;gap:8px}.bar-bg{width:150px;height:16px;background:#000;border:2px solid #555;padding:2px}.bar-fill{height:100%;transition:width .3s}.hp .bar-fill{background:#ff4757;box-shadow:0 0 5px #ff4757}.hunger .bar-fill{background:#ffa502;box-shadow:0 0 5px #ffa502}.env-panel{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px}.main-content{flex:1;display:flex;overflow:hidden}.map-container{flex:1;position:relative;cursor:crosshair;border-right:4px solid var(--pixel-border);overflow:hidden}.map-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:1}.weather-sunny .map-bg{background-color:#78e08f}.weather-rain .map-bg{background-color:#38ada9}.weather-night .map-bg{background-color:#0c2461}.rain-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><line x1="0" y1="0" x2="5" y2="10" stroke="rgba(255,255,255,0.3)" stroke-width="1"/></svg>');animation:rainFall .5s linear infinite;pointer-events:none}@keyframes rainFall{0%{background-position:0 0}to{background-position:10px 20px}}.night-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;pointer-events:none}.entity,.player-sprite{position:absolute;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;justify-content:center;align-items:center;font-size:32px;z-index:5;cursor:pointer}.entity img,.player-sprite img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(2px 4px 0px rgba(0,0,0,.3))}.entity.farm.ready{filter:drop-shadow(0 0 10px #f1c40f)}.player-sprite{z-index:10;transition:none}.build-preview{position:absolute;top:-30px;white-space:nowrap;background:#000000b3;padding:4px 8px;border:2px solid #fff;font-size:12px;pointer-events:none}.side-panel{width:350px;background:var(--pixel-panel);display:flex;flex-direction:column}.map-toggle{display:flex;padding:10px;gap:10px;border-bottom:2px solid #333}.map-toggle button{flex:1;padding:10px;background:#2f3640;border:2px solid #000;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:700}.map-toggle button.active{background:var(--pixel-accent);color:#000}.tabs{display:flex;background:#111}.tabs button{flex:1;padding:12px;background:transparent;border:none;color:#aaa;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}.tabs button.active{color:#fff;background:#222;border-bottom:2px solid var(--pixel-accent)}.tab-content{flex:1;padding:15px;overflow-y:auto;background:#222}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.inv-item{background:#333;border:2px solid #000;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer}.inv-item:hover{background:#444}.inv-item.selected{border-color:var(--pixel-accent);box-shadow:0 0 10px var(--pixel-accent)}.item-icon{font-size:24px}.item-count{position:absolute;bottom:2px;right:4px;font-size:12px;font-weight:700}.item-name{font-size:10px;margin-top:4px;color:#ccc}.empty-tip{grid-column:1 / -1;text-align:center;color:#777;padding:20px}.craft-list{display:flex;flex-direction:column;gap:10px}.craft-item{background:#333;border:2px solid #000;padding:10px;display:flex;justify-content:space-between;align-items:center}.craft-item.can-craft{border-color:var(--pixel-accent)}.craft-info h4{margin-bottom:4px;color:#fff}.craft-info p{font-size:10px;color:#aaa;margin-bottom:6px}.cost{display:flex;gap:8px;font-size:10px}.cost span.has{color:#4cd137}.cost span.lack{color:#e84118}.craft-item button{padding:8px 15px;background:#2f3640;border:2px solid #000;color:#fff;cursor:pointer}.craft-item.can-craft button{background:var(--pixel-accent);color:#000;font-weight:700}.craft-item button:disabled{opacity:.5;cursor:not-allowed}
