:root{--color-bg: 250 250 250;--color-surface: 255 255 255;--color-surface-elevated: 248 248 248;--color-primary: 24 24 27;--color-muted: 113 113 122;--color-border: 228 228 231;--color-accent: 99 102 241}:root[data-theme=dark]{--color-bg: 9 9 11;--color-surface: 24 24 27;--color-surface-elevated: 39 39 42;--color-primary: 250 250 250;--color-muted: 161 161 170;--color-border: 39 39 42;--color-accent: 129 140 248}body{background-color:rgb(var(--color-bg));color:rgb(var(--color-primary));transition:background-color .3s ease,color .3s ease}.bg-bg{background-color:rgb(var(--color-bg))}.bg-surface{background-color:rgb(var(--color-surface))}.bg-surface-elevated{background-color:rgb(var(--color-surface-elevated))}.text-primary{color:rgb(var(--color-primary))}.text-muted{color:rgb(var(--color-muted))}.text-bg{color:rgb(var(--color-bg))}.border-border{border-color:rgb(var(--color-border))}.border-accent{border-color:rgb(var(--color-accent))}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgb(var(--color-surface))}::-webkit-scrollbar-thumb{background:rgb(var(--color-border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-muted))}*{transition-property:background-color,border-color,color;transition-duration:.3s;transition-timing-function:ease}button,a,input,textarea,svg,path,circle,rect,line,polyline,polygon{transition-property:all}.animate-spin,.animate-pulse,[class*=animate-]{transition:none!important}
