[data-theme=dark]{--bg-app: #191919;--text-primary: #CCCCCC;--text-secondary: #999999;--scrollbar-track: #222222;--scrollbar-thumb: #4A4A4A;--select-option-bg: #333333;--select-option-text: #CCCCCC}[data-theme=light]{--bg-app: #DCDCDC;--text-primary: #333333;--text-secondary: #666666;--scrollbar-track: #C4C4C4;--scrollbar-thumb: #999999;--select-option-bg: #C4C4C4;--select-option-text: #333333}:root{--toolbar-height: 48px;--keyboard-height: 120px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Roboto Mono,SF Mono,Fira Code,monospace;background:var(--bg-app);color:var(--text-primary);font-size:11px;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;color:inherit;font:inherit}input,select{font:inherit;color:inherit}select option{background:var(--select-option-bg);color:var(--select-option-text)}@keyframes pulse-recording{0%,to{opacity:1}50%{opacity:.4}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}
