:root{--theme-primary:37 99 235;--theme-primary-hover:29 78 216;--theme-accent:16 185 129;--theme-surface:255 255 255;--theme-surface-active:219 234 254;--theme-border:226 232 240;--theme-text-primary:15 23 42;--theme-text-secondary:100 116 139;--theme-background:241 245 249;--theme-success:16 185 129;--theme-warning:245 158 11;--theme-error:239 68 68;--theme-info:59 130 246;--theme-ai:124 58 237;--theme-ai-hover:109 40 217;--theme-ai-secondary:192 38 211;--theme-debug:6 182 212;--theme-debug-foreground:255 255 255;--theme-debug-border:8 145 178}[data-theme=dark],html.dark{--theme-primary:96 165 250;--theme-primary-hover:147 197 253;--theme-accent:52 211 153;--theme-surface:24 24 27;--theme-surface-active:39 39 42;--theme-border:63 63 70;--theme-text-primary:250 250 250;--theme-text-secondary:161 161 170;--theme-background:9 9 11;--theme-success:52 211 153;--theme-warning:251 191 36;--theme-error:248 113 113;--theme-info:96 165 250;--theme-ai:167 139 250;--theme-ai-hover:196 181 253;--theme-ai-secondary:232 121 249;--theme-debug:34 211 238;--theme-debug-foreground:8 51 68;--theme-debug-border:6 182 212}.bg-theme-background{background-color:rgb(var(--theme-background))}.bg-theme-surface{background-color:rgb(var(--theme-surface))}.bg-theme-surface-active{background-color:rgb(var(--theme-surface-active))}.bg-theme-primary{background-color:rgb(var(--theme-primary))}.bg-theme-accent{background-color:rgb(var(--theme-accent))}.bg-theme-success{background-color:rgb(var(--theme-success))}.bg-theme-warning{background-color:rgb(var(--theme-warning))}.bg-theme-error{background-color:rgb(var(--theme-error))}.bg-theme-info{background-color:rgb(var(--theme-info))}.bg-theme-info-light{background-color:rgb(var(--theme-info)/.1)}.bg-theme-success-light{background-color:rgb(var(--theme-success)/.1)}.bg-theme-warning-light{background-color:rgb(var(--theme-warning)/.1)}.bg-theme-error-light{background-color:rgb(var(--theme-error)/.1)}.text-theme-success{color:rgb(var(--theme-success))}.text-theme-warning{color:rgb(var(--theme-warning))}.text-theme-error{color:rgb(var(--theme-error))}.text-theme-info{color:rgb(var(--theme-info))}.border-theme-success{border-color:rgb(var(--theme-success))}.border-theme-warning{border-color:rgb(var(--theme-warning))}.border-theme-error{border-color:rgb(var(--theme-error))}.border-theme-info{border-color:rgb(var(--theme-info))}.bg-theme-ai{background-color:rgb(var(--theme-ai))}.bg-theme-ai-light{background-color:rgb(var(--theme-ai)/.1)}.bg-theme-ai-gradient{background:linear-gradient(135deg,rgb(var(--theme-ai)),rgb(var(--theme-ai-secondary)))}.text-theme-ai{color:rgb(var(--theme-ai))}.border-theme-ai{border-color:rgb(var(--theme-ai))}.hover\:bg-theme-ai-hover:hover{background-color:rgb(var(--theme-ai-hover))}.text-adaptive{color:rgb(var(--theme-text-primary))}.text-adaptive-muted,.text-adaptive-secondary,.text-secondary-adaptive{color:rgb(var(--theme-text-secondary))}.text-theme-primary{color:rgb(var(--theme-primary))}.placeholder-adaptive-muted::-moz-placeholder{color:rgb(var(--theme-text-secondary))}.placeholder-adaptive-muted::placeholder{color:rgb(var(--theme-text-secondary))}.border-theme-border{border-color:rgb(var(--theme-border))}.border-theme-primary{border-color:rgb(var(--theme-primary))}.hover\:bg-theme-primary:hover{background-color:rgb(var(--theme-primary))}.hover\:bg-theme-primary-hover:hover{background-color:rgb(var(--theme-primary-hover))}.card-adaptive,.input-adaptive{background-color:rgb(var(--theme-surface));border:1px solid rgb(var(--theme-border));color:rgb(var(--theme-text-primary))}.input-adaptive::-moz-placeholder{color:rgb(var(--theme-text-secondary))}.input-adaptive::placeholder{color:rgb(var(--theme-text-secondary))}.input-adaptive:focus{border-color:rgb(var(--theme-primary));outline:none;box-shadow:0 0 0 2px rgba(var(--theme-primary),.2)}.bg-debug{background-color:rgb(var(--theme-debug))}.text-debug-foreground{color:rgb(var(--theme-debug-foreground))}.border-debug-border{border-color:rgb(var(--theme-debug-border))}