/* ============ FMDSP Web 全局样式（从 fmdsp-mp3-player.html 分离） ============ */

/* 页面纯黑背景、占满视口、禁止滚动条 */
html,body{margin:0;padding:0;height:100%;background:#000;overflow:hidden}

/* 画面容器：固定铺满 + 居中，缩放尺寸由 JS 计算 */
#wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#000}

/* 画布像素化渲染，保持 PC-98 点阵颗粒感，放大不糊 */
#cv{image-rendering:pixelated;image-rendering:crisp-edges;background:#000;touch-action:none}

/* 文件选择控件隐藏，由按钮/快捷键程序化唤起 */
#file{display:none}
