/**
 * @license
 * SPDX-License-Identifier: Apache-2.0
 */html,body,#root{height:100%;width:100%;overflow-x:hidden}html{font-size:clamp(13px,.25vw + 12px,16px)}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fafafa;color:#262626;background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;user-select:auto;-webkit-user-select:auto}body[data-theme=dark]{background-color:#000;color:#fff}[contenteditable=true]{user-select:text!important;-webkit-user-select:text!important;cursor:text!important;outline:none!important;pointer-events:auto!important}.editing-context{user-select:text!important;-webkit-user-select:text!important;z-index:9999!important}.allow-select{user-select:text!important;-webkit-user-select:text!important}header,.MuiPaper-root,.MuiButton-root,.MuiTypography-root:not(.allow-select){user-select:none;-webkit-user-select:none}img{-webkit-user-drag:none;user-drag:none}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}body[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#404040}body[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:#525252}
