        .scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
        .code-pattern {
            background-image: radial-gradient(#13ecec 1px, transparent 1px);
            background-size: 20px 20px;
        }
        .scribble-underline {
            position: relative;
            display: inline-block;
        }
        .scribble-underline::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 6px;
            background: url("data:image/svg+xml,%3Csvg width='100' height='6' viewBox='0 0 100 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3C15.3333 1.66667 45.6 -0.999999 98 4.5' stroke='%2313ecec' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center bottom;
            background-size: 100% 100%;
        }
        .curved-arrow-right {
            position: absolute;
            width: 100px;
            height: 60px;
            border-top: 3px solid #1a1a1a;
            border-right: 3px solid #1a1a1a;
            border-radius: 0 30px 0 0;
            z-index: 0;
        }
        .curved-arrow-left {
            position: absolute;
            width: 100px;
            height: 60px;
            border-top: 3px solid #1a1a1a;
            border-left: 3px solid #1a1a1a;
            border-radius: 30px 0 0 0;
            z-index: 0;
        }
