.ottertype-gradient {
            background: linear-gradient(135deg, #f28500 0%, #f49d32 100%);
        }
        #textDisplay {
            scrollbar-width: thin;
            scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
        }
        #textDisplay::-webkit-scrollbar {
            width: 6px;
        }
        #textDisplay::-webkit-scrollbar-track {
            background: transparent;
        }
        #textDisplay::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 3px;
        }
        #userInput:focus {
            box-shadow: 0 0 0 3px rgba(162, 255, 0, 0.3);
        }