*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:#0e0e12;color:#e8e8f0;font-family:DM Mono,Menlo,Consolas,monospace;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#0e0e12}::-webkit-scrollbar-thumb{background:#2a2a36;border-radius:4px}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:#2a2a36;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#6c63ff;cursor:pointer;-webkit-transition:transform .1s;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.preview-inner svg,[data-preview] svg{width:100%;height:auto;max-height:calc(100vh - 180px);display:block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}