@tailwind base;@tailwind components;@tailwind utilities;.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.comparator-slider{position:absolute;top:0;bottom:0;width:3px;background-color:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.comparator-slider-line{flex-grow:1;width:100%}.comparator-slider-handle{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#ffffffe6;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 10px #0003;display:flex;align-items:center;justify-content:center}.history-prompt-overlay{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;font-size:10px;padding:4px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}input[type=range].styled-slider{-webkit-appearance:none;width:100%;background:transparent;margin:0}input[type=range].styled-slider:focus{outline:none}input[type=range].styled-slider::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#e4e4e7;border-radius:999px}input[type=range].styled-slider::-webkit-slider-thumb{height:10px;width:10px;border-radius:50%;background:#2563eb;cursor:pointer;-webkit-appearance:none;margin-top:-3px;box-shadow:0 0 0 2px #fff,0 1px 3px #0000001a;transition:transform .1s ease}input[type=range].styled-slider:hover::-webkit-slider-thumb{transform:scale(1.2)}input[type=range].styled-slider::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#e4e4e7;border-radius:999px}input[type=range].styled-slider::-moz-range-thumb{height:10px;width:10px;border:2px solid #ffffff;border-radius:50%;background:#2563eb;cursor:pointer;box-shadow:0 1px 3px #0000001a}
