:root{--bg-color-dark:#222;--bg-color-panel:#2a2a2a;--bg-color-header:#202020;--bg-color-titlebar:#383838;--text-color:#fff;--text-muted:#aaa;--color-save:#c45d1f;--color-load:#2a5833;--color-prep-bg:#404040;--color-clear-bg:#0ebbbb;--color-primary-blue:#08f;--accent-color:#0bd1d1;--accent-hover:#08a3a3}*{box-sizing:border-box}body{background-color:var(--bg-color-dark);color:var(--text-color);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;width:100vw;height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#root{flex-direction:column;width:100%;height:100%;display:flex}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}button:focus{outline:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#444;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}
