:root{--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}#root{width:100%;height:var(--zoom-adjusted-height, 100vh)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:background-color var(--transition-normal),color var(--transition-normal)}[data-theme=light]{--color-bg-primary: #ffffff;--color-bg-secondary: #f7f7f8;--color-bg-tertiary: #ececf1;--color-text-primary: #202123;--color-text-secondary: #565869;--color-text-tertiary: #8e8ea0;--color-border-light: #e5e5e5;--color-border-medium: #d1d5db;--color-brand: #10a37f;--color-brand-hover: #0d8f6b}[data-theme=dark]{--color-bg-primary: #171717;--color-bg-secondary: #2d2d2d;--color-bg-tertiary: #444444;--color-text-primary: #ffffff;--color-text-secondary: #d1d5db;--color-text-tertiary: #9ca3af;--color-border-light: #404040;--color-border-medium: #525252;--color-brand: #10a37f;--color-brand-hover: #1db584}body{background-color:var(--color-bg-primary);color:var(--color-text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border-medium);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.hide-scrollbar{-webkit-overflow-scrolling:touch}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar{-ms-overflow-style:none}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
