.flex-1.overflow-y-auto::-webkit-scrollbar{width:8px}.flex-1.overflow-y-auto::-webkit-scrollbar-track{background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);border-radius:10px}.flex-1.overflow-y-auto::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#3e6c9e,#0d1b2a);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.flex-1.overflow-y-auto::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#0d1b2a,#0d1b2a)}.flex-1.overflow-y-auto{scroll-behavior:smooth}textarea::-webkit-scrollbar{width:6px}textarea::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}textarea::-webkit-scrollbar-thumb:hover{background:#9ca3af}textarea{scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}
