:root{--scrollbar-track: var(--color-surface);--scrollbar-thumb: var(--color-border);--scrollbar-thumb-hover: var(--color-border)}.dark{--scrollbar-track: var(--color-text);--scrollbar-thumb: var(--color-text);--scrollbar-thumb-hover: var(--color-text-secondary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px;border:2px solid transparent;background-clip:padding-box;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}@supports (padding: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}body{overscroll-behavior-y:contain;-webkit-user-select:none;user-select:none}.selectable,input,textarea,[contenteditable],p,h1,h2,h3,h4,h5,h6,span,li,td,th,label,pre,code{-webkit-user-select:text;user-select:text}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px;border:2px solid transparent;background-clip:padding-box}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.themed-icon-base[data-v-340eb153]{display:inline-block;vertical-align:middle;min-width:var(--icon-min-size, 1px);min-height:var(--icon-min-size, 1px);max-width:100%;object-fit:contain}
