[data-theme=dark]{--background:#1a1a1a;--foreground:#fff;--muted:#2a2a2a;--muted-foreground:#ccc;--popover:#2a2a2a;--popover-foreground:#fff;--card:#2a2a2a;--card-foreground:#fff;--border:#505050;--input:#2a2a2a;--primary:#10b981;--primary-foreground:#fff;--secondary:#404040;--secondary-foreground:#fff;--accent:#404040;--accent-foreground:#fff;--destructive:#dc2626;--destructive-foreground:#fff;--ring:#10b981;--radius:0.5rem}[data-theme=light]{--background:#fff;--foreground:#0a0a0a;--muted:#f5f5f5;--muted-foreground:#737373;--popover:#fff;--popover-foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--border:#e5e5e5;--input:#fff;--primary:#059669;--primary-foreground:#fff;--secondary:#f5f5f5;--secondary-foreground:#0a0a0a;--accent:#f5f5f5;--accent-foreground:#0a0a0a;--destructive:#dc2626;--destructive-foreground:#fff;--ring:#059669;--radius:0.5rem}.bg-background{background-color:var(--background)}.text-foreground{color:var(--foreground)}.bg-card{background-color:var(--card)}.text-card-foreground{color:var(--card-foreground)}.bg-muted{background-color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.border-border{border-color:var(--border)}.bg-primary{background-color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}[data-radix-dialog-content]{background-color:#fff!important;border:1px solid #e5e5e5!important;box-shadow:0 10px 25px rgba(0,0,0,.1)!important}[data-theme=dark] [data-radix-dialog-content]{background-color:#2a2a2a!important;border:1px solid #505050!important;color:#fff!important}[data-radix-dialog-overlay]{background-color:rgba(0,0,0,.5)!important}.dialog-content,.modal-content,[role=dialog]{background-color:#fff!important;border:1px solid #e5e5e5!important}[data-theme=dark] .dialog-content,[data-theme=dark] .modal-content,[data-theme=dark] [role=dialog],[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:#2a2a2a!important;border:1px solid #505050!important;color:#fff!important}[data-theme=dark] input::-moz-placeholder,[data-theme=dark] textarea::-moz-placeholder{color:#ccc!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#ccc!important}[data-theme=dark] button{color:#fff!important}[data-theme=dark] .bg-gray-800{background-color:#1f1f1f!important;color:#fff!important}[data-theme=dark] .bg-gray-200{background-color:#404040!important;color:#fff!important}[data-theme=dark] .text-gray-600,[data-theme=dark] .text-gray-700,[data-theme=dark] .text-gray-800{color:#ccc!important}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}