.custom-scrollbar::-webkit-scrollbar {width:6px}.custom-scrollbar::-webkit-scrollbar-track {background:#f1f5f9;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb {background:linear-gradient(to bottom, #a855f7, #ec4899);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover {background:linear-gradient(to bottom, #9333ea, #db2777)}.btn-hover {transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.btn-hover:hover {transform:translateY(-2px)}.btn-hover:active {transform:translateY(0)}button:disabled {opacity:0.6;cursor:not-allowed;transform:none !important}button:disabled:hover {transform:none !important}input:disabled {opacity:0.6;cursor:not-allowed;background-color:#f3f4f6 !important}.media-icon {width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0, 0, 0, 0.8)}.line-clamp-3 {display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes pulse-glow {0%, 100% {box-shadow:0 0 5px rgba(139, 92, 246, 0.3)}50% {box-shadow:0 0 20px rgba(139, 92, 246, 0.6)}}.animate-pulse-glow {animation:pulse-glow 2s ease-in-out infinite}