body {
    font-family: 'Outfit', sans-serif;
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 45%),
                radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.08), transparent 45%),
                #020617;
}
.glass-panel {
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.glass-panel:hover {
    border-color: rgba(255, 255, 255, 0.1);
}
.settings-panel {
    background: rgba(8, 12, 24, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(99, 102, 241, 0.08);
    transition: all 0.3s ease;
}
.settings-panel:hover {
    background: rgba(8, 12, 24, 0.55);
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.3);
}
/* Custom slide-in and fade animations */
@keyframes pulse-slow {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(0.98); }
}
.animate-pulse-slow {
    animation: pulse-slow 3s infinite ease-in-out;
}
@keyframes spin-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.animate-spin-slow {
    animation: spin-slow 20s linear infinite;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Draggable Dashboard Panels Styling */
.draggable-panel {
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.draggable-panel.dragging {
    opacity: 0.3;
    transform: scale(0.98);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    cursor: grabbing !important;
}
.drag-handle {
    cursor: grab;
}
.drag-handle:active {
    cursor: grabbing;
}
/* --- LIGHT THEME OVERRIDES --- */
.theme-light body {
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.05), transparent 45%),
                radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.05), transparent 45%),
                #f8fafc !important;
    color: #0f172a !important;
}

.theme-light .glass-panel {
    background: rgba(255, 255, 255, 0.75) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}
.theme-light .glass-panel:hover {
    border-color: rgba(15, 23, 42, 0.15) !important;
}

.theme-light .settings-panel {
    background: rgba(241, 245, 249, 0.6) !important;
    border-color: rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
}
.theme-light .settings-panel:hover {
    background: rgba(241, 245, 249, 0.8) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
}

/* Override slate text colors in Light Mode */
.theme-light .text-slate-100 { color: #0f172a !important; }
.theme-light .text-slate-200 { color: #1e293b !important; }
.theme-light .text-slate-350 { color: #334155 !important; }
.theme-light .text-slate-300 { color: #334155 !important; }
.theme-light .text-slate-400 { color: #475569 !important; }
.theme-light .text-slate-500 { color: #64748b !important; }
.theme-light .text-slate-550 { color: #475569 !important; }

/* Override backgrounds and borders */
.theme-light .bg-slate-900 { background-color: #ffffff !important; }
.theme-light .bg-slate-950 { background-color: #f1f5f9 !important; }
.theme-light .bg-slate-950\/40 { background-color: rgba(241, 245, 249, 0.6) !important; }
.theme-light .bg-slate-950\/90 { background-color: rgba(255, 255, 255, 0.95) !important; }
.theme-light .bg-slate-900\/60 { background-color: rgba(226, 232, 240, 0.6) !important; }
.theme-light .bg-slate-950\/85 { background-color: rgba(255, 255, 255, 0.85) !important; }
.theme-light .bg-slate-950\/95 { background-color: rgba(255, 255, 255, 0.98) !important; }
.theme-light .hover\:bg-slate-800\/80:hover { background-color: rgba(203, 213, 225, 0.8) !important; }

.theme-light .border-slate-800 { border-color: rgba(15, 23, 42, 0.08) !important; }
.theme-light .border-slate-900 { border-color: rgba(15, 23, 42, 0.08) !important; }
.theme-light .border-slate-950 { border-color: #e2e8f0 !important; }
.theme-light .border-slate-850 { border-color: #cbd5e1 !important; }

/* Modals overrides */
.theme-light #modal-stream .bg-slate-900,
.theme-light #modal-archive .bg-slate-905,
.theme-light #modal-chart .bg-slate-900 {
    background-color: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.theme-light #modal-chart .bg-slate-950\/40 {
    background-color: rgba(241, 245, 249, 0.8) !important;
    border-color: #cbd5e1 !important;
}

/* Input overrides */
.theme-light input, 
.theme-light select,
.theme-light textarea {
    background-color: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}
.theme-light input:focus, 
.theme-light select:focus {
    border-color: #6366f1 !important;
}

/* Connection Badge overrides */
.theme-light .bg-red-500\/10 { background-color: rgba(239, 68, 68, 0.1) !important; }
.theme-light .text-red-400 { color: #dc2626 !important; }
.theme-light .border-red-500\/20 { border-color: rgba(239, 68, 68, 0.2) !important; }

.theme-light .bg-emerald-500\/10 { background-color: rgba(16, 185, 129, 0.1) !important; }
.theme-light .text-emerald-400 { color: #059669 !important; }
.theme-light .border-emerald-500\/20 { border-color: rgba(16, 185, 129, 0.2) !important; }

/* Tooltip styling */
.tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
}

.tooltip-icon {
    width: 14px;
    height: 14px;
    color: #64748b; /* slate-500 */
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.15s ease;
}

.tooltip-container:hover .tooltip-icon {
    color: #38bdf8; /* sky-400 */
}

/* The actual tooltip content wrapper */
.tooltip-content {
    visibility: hidden;
    position: absolute;
    bottom: 125%; /* Position above the text/icon */
    left: 50%;
    transform: translateX(-50%);
    background-color: #0b0f19; /* dark slate background */
    color: #f1f5f9; /* slate-100 */
    text-align: left;
    padding: 8px 12px;
    border-radius: 8px;
    width: 220px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: normal;
    border: 1px solid rgba(56, 189, 248, 0.2); /* subtle sky border */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    white-space: normal; /* wrap text */
}

/* Arrow indicator */
.tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%; /* At the bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0b0f19 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* Support left or right aligned tooltips for elements near window edges */
.tooltip-left .tooltip-content {
    left: 0;
    transform: translateX(0);
}
.tooltip-left .tooltip-content::after {
    left: 15px;
}

.tooltip-right .tooltip-content {
    left: auto;
    right: 0;
    transform: translateX(0);
}
.tooltip-right .tooltip-content::after {
    left: auto;
    right: 15px;
}

/* Light Theme overrides for tooltips */
.theme-light .tooltip-content {
    background-color: #ffffff !important;
    color: #1e293b !important;
    border-color: rgba(99, 102, 241, 0.2) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.theme-light .tooltip-content::after {
    border-color: #ffffff transparent transparent transparent !important;
}

/* --- FOREST THEME OVERRIDES --- */
.theme-forest body {
    background: radial-gradient(circle at top right, rgba(74, 222, 128, 0.22), transparent 55%),
                radial-gradient(circle at bottom left, rgba(20, 83, 45, 0.35), transparent 55%),
                #03100b !important;
    color: #ecfdf5 !important;
}
.theme-forest .glass-panel {
    background: rgba(6, 32, 21, 0.75) !important;
    border-color: rgba(16, 185, 129, 0.22) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 15px rgba(16, 185, 129, 0.05);
}
.theme-forest .glass-panel:hover {
    border-color: rgba(52, 211, 153, 0.4) !important;
}
.theme-forest .settings-panel {
    background: rgba(4, 24, 15, 0.55) !important;
    border-color: rgba(16, 185, 129, 0.15) !important;
}
.theme-forest .settings-panel:hover {
    background: rgba(4, 24, 15, 0.65) !important;
    border-color: rgba(52, 211, 153, 0.4) !important;
}
.theme-forest .text-slate-100 { color: #f0fdf4 !important; }
.theme-forest .text-slate-200 { color: #dcfce7 !important; }
.theme-forest .text-slate-300 { color: #bbf7d0 !important; }
.theme-forest .text-slate-350 { color: #bbf7d0 !important; }
.theme-forest .text-slate-400 { color: #86efac !important; }
.theme-forest .text-slate-500 { color: #4ade80 !important; }
.theme-forest .text-slate-550 { color: #34d399 !important; }

/* Background Overrides */
.theme-forest .bg-slate-900 { background-color: #052618 !important; }
.theme-forest .bg-slate-950 { background-color: #02120b !important; }
.theme-forest .bg-slate-950\/40 { background-color: rgba(2, 18, 11, 0.6) !important; }
.theme-forest .bg-slate-950\/90 { background-color: rgba(6, 32, 21, 0.95) !important; }
.theme-forest .bg-slate-900\/60 { background-color: rgba(5, 38, 24, 0.6) !important; }
.theme-forest .bg-slate-950\/85 { background-color: rgba(6, 32, 21, 0.85) !important; }
.theme-forest .bg-slate-950\/95 { background-color: rgba(6, 32, 21, 0.98) !important; }
.theme-forest .hover\:bg-slate-800\/80:hover { background-color: rgba(16, 185, 129, 0.25) !important; }

/* Border Overrides */
.theme-forest .border-slate-800 { border-color: rgba(16, 185, 129, 0.2) !important; }
.theme-forest .border-slate-900 { border-color: rgba(16, 185, 129, 0.18) !important; }
.theme-forest .border-slate-950 { border-color: #064e3b !important; }
.theme-forest .border-slate-850 { border-color: #0f766e !important; }

/* Accent Overrides */
.theme-forest .text-teal-400 { color: #34d399 !important; }
.theme-forest .text-emerald-400 { color: #10b981 !important; }
.theme-forest .text-indigo-400 { color: #059669 !important; }
.theme-forest .bg-teal-500\/10 { background-color: rgba(16, 185, 129, 0.15) !important; }
.theme-forest .border-teal-500\/20 { border-color: rgba(16, 185, 129, 0.25) !important; }
.theme-forest .from-teal-400 { --tw-gradient-from: #34d399 !important; }
.theme-forest .to-cyan-300 { --tw-gradient-to: #059669 !important; }

.theme-forest input, .theme-forest select, .theme-forest textarea {
    background-color: #02120b !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
    color: #ecfdf5 !important;
}
.theme-forest input:focus, .theme-forest select:focus {
    border-color: #34d399 !important;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.2);
}
.theme-forest .tooltip-content {
    background-color: #02120b !important;
    color: #ecfdf5 !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
}
.theme-forest .tooltip-content::after {
    border-color: #02120b transparent transparent transparent !important;
}

/* --- CYBERPUNK THEME OVERRIDES --- */
.theme-cyberpunk body {
    background: radial-gradient(circle at top right, rgba(234, 179, 8, 0.25), transparent 55%),
                radial-gradient(circle at bottom left, rgba(219, 39, 119, 0.25), transparent 55%),
                #040406 !important;
    color: #ffffff !important;
}
.theme-cyberpunk .glass-panel {
    background: rgba(10, 10, 14, 0.85) !important;
    border-color: rgba(6, 182, 212, 0.35) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 15px rgba(6, 182, 212, 0.1);
}
.theme-cyberpunk .glass-panel:hover {
    border-color: #eab308 !important;
    box-shadow: 0 0 20px rgba(234, 179, 8, 0.2);
}
.theme-cyberpunk .settings-panel {
    background: rgba(6, 6, 8, 0.65) !important;
    border-color: rgba(234, 179, 8, 0.25) !important;
}
.theme-cyberpunk .settings-panel:hover {
    background: rgba(6, 6, 8, 0.75) !important;
    border-color: #06b6d4 !important;
}
.theme-cyberpunk .text-slate-100 { color: #ffffff !important; }
.theme-cyberpunk .text-slate-200 { color: #f8fafc !important; }
.theme-cyberpunk .text-slate-300 { color: #fef08a !important; } /* High contrast yellow */
.theme-cyberpunk .text-slate-350 { color: #a5f3fc !important; } /* High contrast cyan */
.theme-cyberpunk .text-slate-400 { color: #cbd5e1 !important; }
.theme-cyberpunk .text-slate-500 { color: #67e8f9 !important; }
.theme-cyberpunk .text-slate-550 { color: #f472b6 !important; } /* Hot pink */

/* Background Overrides */
.theme-cyberpunk .bg-slate-900 { background-color: #0d0d12 !important; }
.theme-cyberpunk .bg-slate-950 { background-color: #040406 !important; }
.theme-cyberpunk .bg-slate-950\/40 { background-color: rgba(4, 4, 6, 0.7) !important; }
.theme-cyberpunk .bg-slate-950\/90 { background-color: rgba(10, 10, 14, 0.96) !important; }
.theme-cyberpunk .bg-slate-900\/60 { background-color: rgba(13, 13, 18, 0.7) !important; }
.theme-cyberpunk .bg-slate-950\/85 { background-color: rgba(10, 10, 14, 0.88) !important; }
.theme-cyberpunk .bg-slate-950\/95 { background-color: rgba(10, 10, 14, 0.98) !important; }
.theme-cyberpunk .hover\:bg-slate-800\/80:hover { background-color: rgba(6, 182, 212, 0.25) !important; }

/* Border Overrides */
.theme-cyberpunk .border-slate-800 { border-color: rgba(6, 182, 212, 0.3) !important; }
.theme-cyberpunk .border-slate-900 { border-color: rgba(234, 179, 8, 0.3) !important; }
.theme-cyberpunk .border-slate-950 { border-color: #0891b2 !important; }
.theme-cyberpunk .border-slate-850 { border-color: #ca8a04 !important; }

/* Accent Overrides */
.theme-cyberpunk .text-teal-400 { color: #facc15 !important; } /* Yellow */
.theme-cyberpunk .text-emerald-400 { color: #22d3ee !important; } /* Cyan */
.theme-cyberpunk .text-indigo-400 { color: #f472b6 !important; } /* Hot pink */
.theme-cyberpunk .bg-teal-500\/10 { background-color: rgba(234, 179, 8, 0.15) !important; }
.theme-cyberpunk .border-teal-500\/20 { border-color: rgba(234, 179, 8, 0.3) !important; }
.theme-cyberpunk .bg-gradient-to-r {
    background-image: linear-gradient(to right, #facc15, #f472b6) !important;
}
.theme-cyberpunk .bg-gradient-to-tr {
    background-image: linear-gradient(to top right, #f472b6, #22d3ee) !important;
}

.theme-cyberpunk input, .theme-cyberpunk select, .theme-cyberpunk textarea {
    background-color: #040406 !important;
    border-color: rgba(6, 182, 212, 0.4) !important;
    color: #ffffff !important;
}
.theme-cyberpunk input:focus, .theme-cyberpunk select:focus {
    border-color: #facc15 !important;
    box-shadow: 0 0 10px rgba(250, 204, 21, 0.3);
}
.theme-cyberpunk .tooltip-content {
    background-color: #040406 !important;
    color: #ffffff !important;
    border-color: rgba(6, 182, 212, 0.5) !important;
}
.theme-cyberpunk .tooltip-content::after {
    border-color: #040406 transparent transparent transparent !important;
}

/* --- SYNTHWAVE THEME OVERRIDES --- */
.theme-synthwave body {
    background: radial-gradient(circle at top right, rgba(236, 72, 153, 0.3), transparent 55%),
                radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.3), transparent 55%),
                #060413 !important;
    color: #fdf2f8 !important;
}
.theme-synthwave .glass-panel {
    background: rgba(22, 13, 48, 0.75) !important;
    border-color: rgba(236, 72, 153, 0.25) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 15px rgba(236, 72, 153, 0.08);
}
.theme-synthwave .glass-panel:hover {
    border-color: #ec4899 !important;
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.25);
}
.theme-synthwave .settings-panel {
    background: rgba(12, 7, 28, 0.55) !important;
    border-color: rgba(99, 102, 241, 0.25) !important;
}
.theme-synthwave .settings-panel:hover {
    background: rgba(12, 7, 28, 0.65) !important;
    border-color: #ec4899 !important;
}
.theme-synthwave .text-slate-100 { color: #ffffff !important; }
.theme-synthwave .text-slate-200 { color: #fdf2f8 !important; }
.theme-synthwave .text-slate-300 { color: #fdba74 !important; } /* Peach orange */
.theme-synthwave .text-slate-350 { color: #fbcfe8 !important; } /* Neon pink */
.theme-synthwave .text-slate-400 { color: #c084fc !important; } /* Lavender */
.theme-synthwave .text-slate-500 { color: #f472b6 !important; }
.theme-synthwave .text-slate-550 { color: #818cf8 !important; }

/* Background Overrides */
.theme-synthwave .bg-slate-900 { background-color: #160e35 !important; }
.theme-synthwave .bg-slate-950 { background-color: #060413 !important; }
.theme-synthwave .bg-slate-950\/40 { background-color: rgba(6, 4, 19, 0.65) !important; }
.theme-synthwave .bg-slate-950\/90 { background-color: rgba(22, 13, 48, 0.95) !important; }
.theme-synthwave .bg-slate-900\/60 { background-color: rgba(22, 14, 53, 0.6) !important; }
.theme-synthwave .bg-slate-950\/85 { background-color: rgba(22, 13, 48, 0.85) !important; }
.theme-synthwave .bg-slate-950\/95 { background-color: rgba(22, 13, 48, 0.98) !important; }
.theme-synthwave .hover\:bg-slate-800\/80:hover { background-color: rgba(236, 72, 153, 0.25) !important; }

/* Border Overrides */
.theme-synthwave .border-slate-800 { border-color: rgba(236, 72, 153, 0.2) !important; }
.theme-synthwave .border-slate-900 { border-color: rgba(99, 102, 241, 0.25) !important; }
.theme-synthwave .border-slate-950 { border-color: #db2777 !important; }
.theme-synthwave .border-slate-850 { border-color: #4f46e5 !important; }

/* Accent Overrides */
.theme-synthwave .text-teal-400 { color: #f472b6 !important; } /* Neon Pink */
.theme-synthwave .text-emerald-400 { color: #fb923c !important; } /* Sunset Orange */
.theme-synthwave .text-indigo-400 { color: #c084fc !important; } /* Neon Purple */
.theme-synthwave .bg-teal-500\/10 { background-color: rgba(236, 72, 153, 0.15) !important; }
.theme-synthwave .border-teal-500\/20 { border-color: rgba(236, 72, 153, 0.3) !important; }
.theme-synthwave .bg-gradient-to-r {
    background-image: linear-gradient(to right, #ec4899, #f97316) !important;
}
.theme-synthwave .bg-gradient-to-tr {
    background-image: linear-gradient(to top right, #f472b6, #818cf8) !important;
}

.theme-synthwave input, .theme-synthwave select, .theme-synthwave textarea {
    background-color: #060413 !important;
    border-color: rgba(236, 72, 153, 0.3) !important;
    color: #fdf2f8 !important;
}
.theme-synthwave input:focus, .theme-synthwave select:focus {
    border-color: #ec4899 !important;
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.3);
}
.theme-synthwave .tooltip-content {
    background-color: #060413 !important;
    color: #fdf2f8 !important;
    border-color: rgba(236, 72, 153, 0.4) !important;
}
.theme-synthwave .tooltip-content::after {
    border-color: #060413 transparent transparent transparent !important;
}

/* --- LAVENDER THEME OVERRIDES --- */
.theme-lavender body {
    background: radial-gradient(circle at top right, rgba(168, 85, 247, 0.25), transparent 55%),
                radial-gradient(circle at bottom left, rgba(129, 140, 248, 0.25), transparent 55%),
                #090714 !important;
    color: #faf5ff !important;
}
.theme-lavender .glass-panel {
    background: rgba(30, 24, 48, 0.75) !important;
    border-color: rgba(168, 85, 247, 0.25) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 15px rgba(168, 85, 247, 0.05);
}
.theme-lavender .glass-panel:hover {
    border-color: #d8b4fe !important;
}
.theme-lavender .settings-panel {
    background: rgba(20, 16, 33, 0.55) !important;
    border-color: rgba(129, 140, 248, 0.2) !important;
}
.theme-lavender .settings-panel:hover {
    background: rgba(20, 16, 33, 0.65) !important;
    border-color: #d8b4fe !important;
}
.theme-lavender .text-slate-100 { color: #fdfaff !important; }
.theme-lavender .text-slate-200 { color: #f3e8ff !important; }
.theme-lavender .text-slate-300 { color: #e9d5ff !important; }
.theme-lavender .text-slate-350 { color: #e9d5ff !important; }
.theme-lavender .text-slate-400 { color: #d8b4fe !important; }
.theme-lavender .text-slate-500 { color: #c084fc !important; }
.theme-lavender .text-slate-550 { color: #a78bfa !important; }

/* Background Overrides */
.theme-lavender .bg-slate-900 { background-color: #1d1733 !important; }
.theme-lavender .bg-slate-950 { background-color: #090714 !important; }
.theme-lavender .bg-slate-950\/40 { background-color: rgba(9, 7, 20, 0.65) !important; }
.theme-lavender .bg-slate-950\/90 { background-color: rgba(30, 24, 48, 0.95) !important; }
.theme-lavender .bg-slate-900\/60 { background-color: rgba(29, 23, 51, 0.6) !important; }
.theme-lavender .bg-slate-950\/85 { background-color: rgba(30, 24, 48, 0.85) !important; }
.theme-lavender .bg-slate-950\/95 { background-color: rgba(30, 24, 48, 0.98) !important; }
.theme-lavender .hover\:bg-slate-800\/80:hover { background-color: rgba(168, 85, 247, 0.2) !important; }

/* Border Overrides */
.theme-lavender .border-slate-800 { border-color: rgba(168, 85, 247, 0.2) !important; }
.theme-lavender .border-slate-900 { border-color: rgba(129, 140, 248, 0.2) !important; }
.theme-lavender .border-slate-950 { border-color: #a855f7 !important; }
.theme-lavender .border-slate-850 { border-color: #6366f1 !important; }

/* Accent Overrides */
.theme-lavender .text-teal-400 { color: #c084fc !important; } /* Soft Purple */
.theme-lavender .text-emerald-400 { color: #818cf8 !important; } /* Soft Blue */
.theme-lavender .text-indigo-400 { color: #a78bfa !important; } /* Soft Lavender */
.theme-lavender .bg-teal-500\/10 { background-color: rgba(168, 85, 247, 0.15) !important; }
.theme-lavender .border-teal-500\/20 { border-color: rgba(168, 85, 247, 0.25) !important; }
.theme-lavender .bg-gradient-to-r {
    background-image: linear-gradient(to right, #c084fc, #818cf8) !important;
}
.theme-lavender .bg-gradient-to-tr {
    background-image: linear-gradient(to top right, #c084fc, #c084fc) !important;
}

.theme-lavender input, .theme-lavender select, .theme-lavender textarea {
    background-color: #090714 !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
    color: #fdfaff !important;
}
.theme-lavender input:focus, .theme-lavender select:focus {
    border-color: #c084fc !important;
    box-shadow: 0 0 10px rgba(192, 132, 252, 0.2);
}
.theme-lavender .tooltip-content {
    background-color: #090714 !important;
    color: #fdfaff !important;
    border-color: rgba(168, 85, 247, 0.4) !important;
}
.theme-lavender .tooltip-content::after {
    border-color: #090714 transparent transparent transparent !important;
}


