:root,[data-theme=dark]{--theme-bg-primary:#0a0a0a;--theme-bg-secondary:#1a1a1a;--theme-bg-tertiary:#2a2a2a;--theme-bg-muted:#111;--theme-text-primary:#fff;--theme-text-secondary:#e5e5e5;--theme-text-tertiary:#999;--theme-text-disabled:#666;--theme-border:#333;--theme-border-light:#ffffff1a;--theme-input-bg:#1a1a1a;--theme-divider:#ffffff14;--theme-bubble-user-bg:#333;--theme-bubble-user-text:#fff;--theme-bubble-assistant-bg:#1a1a1a;--theme-bubble-assistant-text:#fff;--theme-bubble-assistant-border:#333;--theme-sidebar-bg:#0a0a0a;--theme-sidebar-hover:#ffffff0d;--theme-sidebar-active:#ffffff1a;--theme-input-focus-border:#555;--theme-input-focus-shadow:#ffffff1a;--theme-circuit-opacity:1}[data-theme=light]{--theme-bg-primary:#fff;--theme-bg-secondary:#f7f7f8;--theme-bg-tertiary:#ececf1;--theme-bg-muted:#f3f3f4;--theme-text-primary:#0d0d0d;--theme-text-secondary:#565869;--theme-text-tertiary:#8b8b8b;--theme-text-disabled:#c5c5c5;--theme-border:#d1d5db;--theme-border-light:#0000001a;--theme-input-bg:#fff;--theme-divider:#0000001a;--theme-bubble-user-bg:#dbeafe;--theme-bubble-user-text:#0d0d0d;--theme-bubble-assistant-bg:#fff;--theme-bubble-assistant-text:#0d0d0d;--theme-bubble-assistant-border:#e5e7eb;--theme-sidebar-bg:#f7f7f8;--theme-sidebar-hover:#0000000d;--theme-sidebar-active:#0000001a;--theme-input-focus-border:#999;--theme-input-focus-shadow:#0000000d;--theme-circuit-opacity:.3}*{transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}body{background-color:var(--theme-bg-primary);color:var(--theme-text-primary)}.bg-background{background-color:var(--theme-bg-primary)!important}.text-foreground{color:var(--theme-text-primary)!important}.text-muted-foreground{color:var(--theme-text-secondary)!important}.border-border{border-color:var(--theme-border)!important}input,textarea{background-color:var(--theme-input-bg)!important;border-color:var(--theme-border)!important;color:var(--theme-text-primary)!important}input::-moz-placeholder{opacity:.7;color:var(--theme-text-tertiary)!important}textarea::-moz-placeholder{opacity:.7;color:var(--theme-text-tertiary)!important}input::placeholder,textarea::placeholder{opacity:.7;color:var(--theme-text-tertiary)!important}input:focus,textarea:focus{border-color:var(--theme-input-focus-border)!important;box-shadow:0 0 0 3px var(--theme-input-focus-shadow)!important}.chat-message-user{background-color:var(--theme-bubble-user-bg)!important;color:var(--theme-bubble-user-text)!important}.chat-message-assistant{background-color:var(--theme-bubble-assistant-bg)!important;color:var(--theme-bubble-assistant-text)!important;border-color:var(--theme-bubble-assistant-border)!important}.sidebar{background-color:var(--theme-sidebar-bg)!important}.sidebar-item:hover{background-color:var(--theme-sidebar-hover)!important}.sidebar-item-active{background-color:var(--theme-sidebar-active)!important}.circuit-background{opacity:var(--theme-circuit-opacity)}
