/* Dark Mode Overrides */
[data-theme="dark"] .tp-card          { background: #111827; border-color: #1F2D45; }
[data-theme="dark"] body              { background: #0A0F1E; color: #E8EDF5; }
[data-theme="dark"] .tp-filter-input,
[data-theme="dark"] .tp-filter-select { background: #1C2539; border-color: #1F2D45; color: #E8EDF5; }
[data-theme="dark"] .tp-table td      { border-color: rgba(255,255,255,.05); }
[data-theme="dark"] .tp-table tbody tr:hover td { background: rgba(255,255,255,.03); }
[data-theme="dark"] .tp-cal-day       { background: #1C2539; border-color: #1F2D45; }
[data-theme="dark"] .tp-badge-green   { background: rgba(16,201,143,.15); color: #10C98F; }
[data-theme="dark"] .tp-badge-blue    { background: rgba(75,123,245,.15);  color: #60A5FA; }
[data-theme="dark"] .tp-badge-amber   { background: rgba(245,158,11,.15);  color: #F59E0B; }
