/* NordicDrive Lux MVP - shared styles */

:root { color-scheme: dark; }

/* Custom Scrollbar for the dark theme */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.text-shadow { text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

.focus-gold:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.35);
  border-color: #d97706;
}
