@tailwind base;@tailwind components;@tailwind utilities;:root{--dx7-teal: #00d4c1;--dx7-ink: #111}body{margin:0;padding:0;background-color:#0a0a0a;color:#ccc;font-family:Inter,sans-serif;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.lcd-screen{background-color:#1a2a22;box-shadow:inset 0 0 20px #000c,0 0 10px #7efab40d}.lcd-screen input{color:#7efab4;text-shadow:0 0 8px rgba(126,250,180,.6)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0003}.custom-scrollbar::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#444}input[type=range]{-webkit-appearance:none;background:transparent}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#222;border-radius:2px}input[type=range]::-webkit-slider-thumb{height:16px;width:16px;border-radius:50%;background:var(--dx7-teal);cursor:pointer;-webkit-appearance:none;margin-top:-6px;box-shadow:0 0 10px #00d4c166}
