        /* Custom scrollbar for aesthetics */
        body::-webkit-scrollbar { width: 8px; }
        body::-webkit-scrollbar-thumb { background-color: #059669; /* Emerald-600 */ border-radius: 4px; }
        body::-webkit-scrollbar-track { background: #f0fdf4; /* Emerald-50 */ }
