@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{overflow:hidden;background:#000;font-family:"Press Start 2P",monospace;cursor:none;user-select:none}#game-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh}#title-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;cursor:default;overflow:hidden}#video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#video-bg video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity .8s ease}#video-bg video.active{opacity:1}#video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}#main-menu{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px}.title-logo{width:580px;max-width:85vw;image-rendering:pixelated}.menu-buttons{display:flex;flex-direction:column;align-items:center;gap:12px}.mc-img-btn{background:none;border:none;padding:0;cursor:pointer;transition:transform .1s,filter .15s}.mc-img-btn img{width:400px;max-width:80vw;image-rendering:pixelated}.mc-img-btn:hover{transform:scale(1.03)}.mc-img-btn:hover img{filter:brightness(1.15)}.mc-img-btn:active{transform:scale(.98)}.menu-footer{font-family:"Press Start 2P",monospace;font-size:8px;color:#ffffff73;margin-top:40px;display:flex;align-items:center;gap:4px}#mode-select{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.mc-panel{background:#2b2b2b;border:3px solid;border-color:#555 #1a1a1a #1a1a1a #555;padding:24px 32px;min-width:460px;max-width:90vw;display:flex;flex-direction:column;gap:16px}.panel-title{font-family:"Press Start 2P",monospace;font-size:14px;color:#fff;text-align:center;text-shadow:2px 2px 0 #111;margin-bottom:8px}.panel-row{display:flex;flex-direction:column;gap:8px}.panel-row.two-col{flex-direction:row;gap:16px;align-items:center}.mc-label-block{font-family:"Press Start 2P",monospace;font-size:9px;color:#aaa;display:flex;flex-direction:column;gap:6px;flex:1}.mc-label-inline{font-family:"Press Start 2P",monospace;font-size:9px;color:#aaa;display:flex;align-items:center;gap:8px;flex:1;cursor:pointer}.mc-input-dark{font-family:"Press Start 2P",monospace;font-size:10px;padding:8px 12px;background:#000;color:#fff;border:2px solid #555;outline:none;width:100%}.mc-input-dark:focus{border-color:#888}.mc-input-dark::placeholder{color:#555}.mc-slider{width:100%;accent-color:#6b6bcc;cursor:pointer}.mc-checkbox{width:16px;height:16px;accent-color:#6b6bcc;cursor:pointer}.panel-buttons{display:flex;gap:12px;margin-top:8px}.mc-btn{font-family:"Press Start 2P",monospace;font-size:11px;padding:10px 24px;flex:1;background:#555;color:#fff;border:3px solid;border-color:#888 #333 #333 #888;cursor:pointer;text-shadow:2px 2px 0 #222;text-align:center;transition:background .1s}.mc-btn:hover{background:#6b6bcc;border-color:#8888ee #4444aa #4444aa #8888ee}.mc-btn:active{background:#55a}.mc-btn-secondary{background:#444;border-color:#666 #222 #222 #666}.mc-btn-secondary:hover{background:#555;border-color:#777 #333 #333 #777}#loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#2a1f14;background-image:radial-gradient(circle at 30% 40%,rgba(60,40,20,.5) 0%,transparent 60%),radial-gradient(circle at 70% 60%,rgba(50,35,18,.5) 0%,transparent 60%);display:flex;justify-content:center;align-items:center;z-index:2000;flex-direction:column}.loading-content{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-spinner{width:64px;height:64px;border:5px solid rgba(255,255,255,.15);border-top-color:#6b6bcc;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#loading-text{font-family:"Press Start 2P",monospace;font-size:16px;color:#fff;text-shadow:2px 2px 0 #111}.loading-sub{font-family:"Press Start 2P",monospace;font-size:9px;color:#888;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}#death-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#780000a6;display:flex;justify-content:center;align-items:center;z-index:3000}.death-content{display:flex;flex-direction:column;align-items:center;gap:24px}.death-title{font-family:"Press Start 2P",monospace;font-size:48px;color:#c00;text-shadow:3px 3px 0 #400,-1px -1px 0 #600;animation:deathPulse 2s ease-in-out infinite}@keyframes deathPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.death-score{font-family:"Press Start 2P",monospace;font-size:14px;color:#ddd;text-shadow:1px 1px 0 #000}#respawn-btn{font-family:"Press Start 2P",monospace;font-size:14px;padding:12px 40px;cursor:pointer}#cursor-item{position:fixed;z-index:4000;pointer-events:none;width:32px;height:32px;image-rendering:pixelated}#cursor-item canvas{width:32px;height:32px;image-rendering:pixelated}#hud{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;pointer-events:none}#status-bars{display:flex;justify-content:space-between;align-items:flex-end;width:364px;margin-bottom:2px;padding:0 4px;overflow:hidden}#health-bar{display:flex;align-items:center;gap:0;height:18px;max-width:50%;overflow:hidden}#hunger-bar{display:flex;align-items:center;justify-content:flex-end;gap:0;height:18px;max-width:50%;overflow:hidden}.heart,.hunger{font-size:12px;text-shadow:1px 1px 0 #000;flex-shrink:0}#xp-bar{width:364px;height:4px;background:#333;margin-bottom:2px;border-radius:1px}#hotbar{display:flex;gap:2px;padding:4px;background:#000000b3;border:2px solid #444;border-radius:2px;margin-bottom:8px}.hotbar-slot{width:40px;height:40px;background:#555;border:2px solid;border-color:#333 #888 #888 #333;position:relative;display:flex;align-items:center;justify-content:center;image-rendering:pixelated}.hotbar-slot.selected{border-color:#fff;background:#666;box-shadow:0 0 0 1px #fff}.slot-icon{width:32px;height:32px;image-rendering:pixelated}.slot-count{position:absolute;bottom:1px;right:2px;font-size:8px;color:#fff;text-shadow:1px 1px 0 #000;font-family:"Press Start 2P",monospace}#crosshair{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:20px;font-weight:700;font-family:monospace;z-index:10;pointer-events:none;text-shadow:1px 1px 0 #000,-1px -1px 0 #000;mix-blend-mode:difference}#debug-info{position:fixed;top:8px;left:8px;color:#fff;font-size:8px;font-family:"Press Start 2P",monospace;line-height:1.6;text-shadow:1px 1px 0 #000;z-index:10;pointer-events:none;background:#0006;padding:6px 10px;border-radius:3px}#coord-display{position:fixed;top:8px;left:50%;transform:translate(-50%);color:#fff;font-size:9px;font-family:"Press Start 2P",monospace;text-shadow:1px 1px 0 #000;z-index:10;pointer-events:none;background:#00000080;padding:5px 14px;border-radius:3px;letter-spacing:1px}#crafting-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:100;display:flex;justify-content:center;align-items:center;cursor:default}#damage-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:red;opacity:0;pointer-events:none;z-index:50;transition:opacity .15s}.settings-panel{margin-top:16px;padding:12px 16px;background:#00000059;border:2px solid #555;border-radius:3px;display:flex;flex-direction:column;gap:10px;min-width:260px}.mc-label{font-family:"Press Start 2P",monospace;font-size:8px;color:#ddd;cursor:pointer;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mc-label input[type=checkbox]{width:16px;height:16px;accent-color:#6b6bcc;cursor:pointer}.mc-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#555;border:1px solid #888;border-radius:2px;cursor:pointer;margin-top:4px}.mc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#aaa;border:2px solid;border-color:#ddd #666 #666 #ddd;cursor:pointer}.mc-slider::-moz-range-thumb{width:14px;height:14px;background:#aaa;border:2px solid;border-color:#ddd #666 #666 #ddd;cursor:pointer}#mine-crack-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;pointer-events:none;z-index:30;border:3px solid transparent;opacity:0;background:transparent;display:flex;align-items:center;justify-content:center;font-size:32px;color:#000000b3;transition:opacity .1s}
