*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#a5b4fc;cursor:pointer;border:2px solid white;box-shadow:0 0 2px #0003}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#a5b4fc;cursor:pointer;border:2px solid white;box-shadow:0 0 2px #0003}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #d1d5db;border-radius:3px;cursor:pointer;position:relative;background-color:#fff;transition:all .2s}input[type=checkbox]:checked{background-color:#a5b4fc;border-color:#a5b4fc}input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#4f46e5;font-size:12px;font-weight:700;top:40%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){html{touch-action:manipulation}.mobile-toolbar{max-width:calc(100vw - 32px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-toolbar::-webkit-scrollbar{display:none}.mobile-panel{max-width:calc(100vw - 24px);max-height:calc(100vh - 180px)}.zoom-panel{bottom:72px!important}.touch-target{min-width:44px;min-height:44px}}@media screen and (max-width: 480px){.mobile-toolbar{max-width:calc(100vw - 24px)}.mobile-panel{max-width:calc(100vw - 16px)}}@media screen and (max-height: 500px) and (orientation: landscape){.zoom-panel{bottom:auto!important;top:16px!important;left:60px!important}.mobile-panel{max-height:calc(100vh - 80px)}}.toolbar-button-with-tooltip{position:relative;display:inline-flex}.toolbar-button-with-tooltip:before{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:4px 8px;background-color:#1e1e1e;color:#fff;font-size:11px;font-weight:500;white-space:nowrap;border-radius:4px;box-shadow:0 2px 8px #00000026;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;z-index:1001}.toolbar-button-with-tooltip:after{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1e1e1e;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;z-index:1001}.toolbar-button-with-tooltip:hover:before,.toolbar-button-with-tooltip:hover:after{opacity:1;visibility:visible;transition-delay:.15s}@media (hover: none){.toolbar-button-with-tooltip:before,.toolbar-button-with-tooltip:after{display:none}}
