/* Custom Scrollbar - Global Style */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #020617; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #fb923c, #ea580c); border-radius: 5px; border: 2px solid #020617; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #f59e0b, #c2410c); }

/* Selection Style */
::selection { background: #fb923c; color: white; }

/* Body Base */
body { background-color: #020617; color: #e2e8f0; }
