@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Comic Sans MS,Segoe UI,Roboto,sans-serif}#root{width:100%;height:100%}.app{width:100vw;height:100vh;position:relative}.game-container{width:100%;height:100%;position:relative;overflow:hidden}.game-canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.material-selector{position:absolute;top:20px;left:20px;display:flex;flex-wrap:wrap;gap:4px;max-width:300px;z-index:1000}.utility-buttons{position:absolute;top:124px;left:20px;display:flex;gap:4px;z-index:1000}.brush-size-container{position:absolute;top:158px;left:20px;display:flex;align-items:center;gap:8px;z-index:1000;pointer-events:none}.brush-size-slider{width:100px;height:20px;background:#000000e6;border-radius:10px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto}.brush-size-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer}.brush-size-slider::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;border:none}.brush-size-label{color:#fff;font-size:12px;font-weight:700;text-shadow:1px 2px 2px rgba(0,0,0,.9)}.material-option{width:40px;height:30px;border:2px solid #333;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.material-option:hover{transform:scale(1.05);border-color:#666}.material-option.selected{border-color:#fff;box-shadow:0 0 10px #ffffff80}.material-key{font-size:12px;font-weight:700;color:#000;background:#fffc;padding:2px 4px;border-radius:3px;margin-bottom:2px}.material-name{font-size:8px;color:#000;background:#fffc;padding:1px 2px;border-radius:2px;font-weight:700}.controls-info{position:absolute;bottom:20px;left:20px;color:#fff;font-size:12px;z-index:1000;background:#000000b3;padding:10px;border-radius:5px}.controls-info div{margin-bottom:3px}.controls-info div:last-child{margin-bottom:0}.debug-info{position:absolute;bottom:20px;right:20px;background:#000000b3;color:#fff;padding:10px;border-radius:5px;font-size:12px;z-index:1000;font-family:monospace}.debug-info div{margin-bottom:3px}.debug-info div:last-child{margin-bottom:0}@media (max-width: 768px){.material-selector{bottom:20px;top:auto;left:50%;transform:translate(-50%)}.material-option{width:50px;height:50px}.controls-info,.debug-info{display:none}}.game-canvas{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.game-canvas:focus{outline:none}body{position:fixed;width:100%;height:100%}
