:root { --primary: #1f4470; }

/* Mobile Tap Highlight Hatana */
* { -webkit-tap-highlight-color: transparent; }

body { background-color: #f3f4f6; font-family: sans-serif; }

/* Theme Colors */
.bg-primary { background-color: var(--primary) !important; color: white; }
.text-primary { color: var(--primary) !important; }
.border-primary { border-color: var(--primary) !important; }

/* Sidebar Transition */
#sidebar { transition: transform 0.3s ease-in-out; }

/* Mobile Scrollbar Hide */
.hide-scroll::-webkit-scrollbar { display: none; }
.hide-scroll { -ms-overflow-style: none; scrollbar-width: none; }
