/* Home index performance/section styles extracted from app/views/service/index/index.php. */


/* source style block 6 */
        /* Home first-view performance hotfix: keep behavior, cut paint/parsing cost. */
        section#main {
            --wm-home-unify-panel-radius: 16px;
            --wm-home-unify-card-radius: 12px;
            --wm-home-unify-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
            --wm-home-unify-chip-radius: 999px;
            --wm-home-vanta-rgb: 3, 5, 7;
        }

        section#main section.top.search-hero .direct a,
        section#main #mainSearchFrm.wm-search-palette__form,
        section#main #mainSearchFrm.wm-search-palette__form:focus-within,
        section#main .search-hero .wm-search-palette.is-open #mainSearchFrm.wm-search-palette__form,
        section#main .search-hero .trending-chip,
        section#main .wm-home-section.wm-curation-shelf .container,
        section#main #wm-random-strip,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-loading,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-view-all {
            -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
            box-shadow: var(--wm-home-unify-shadow) !important;
        }

        section#main #wm-random-strip,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-loading,
        section#main .wm-home-section.wm-curation-shelf .container,
        section#main #mainSearchFrm.wm-search-palette__form {
            border-radius: var(--wm-home-unify-panel-radius) !important;
        }

        /* Random Vibe Radio uses a fixed Vantablack tone; thumbnail-driven accent is disabled. */
        section#main #wm-random-strip {
            --wm-accent-rgb: 38, 70, 68;
            --wm-thumb: 76px;
            --wm-scan: 76px;
            --needle-w: 14px;
            --needle-h: 14px;
            --needle-offset: 0px;
            --tip-r: 4px;
            --wm-gucci-yellow: #d6b24a;
            --wm-gucci-yellow-hot: #f1ca52;
            min-height: 152px;
            border: 1px solid rgba(255, 255, 255, 0.12) !important;
            background:
                linear-gradient(90deg, rgba(255, 255, 255, 0.075) 0, rgba(255, 255, 255, 0.018) 10px, rgba(0, 0, 0, 0) 28px),
                linear-gradient(270deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.012) 10px, rgba(0, 0, 0, 0) 28px),
                radial-gradient(circle at 50% -18%, rgba(112, 124, 124, 0.09) 0%, rgba(26, 31, 31, 0.045) 38%, rgba(0, 0, 0, 0) 68%),
                linear-gradient(180deg, rgba(13, 15, 16, 0.99) 0%, rgba(4, 5, 6, 0.995) 58%, rgba(0, 0, 0, 1) 100%) !important;
        }

        /* Random Vibe Radio: restore square left/right nav buttons. */
        section#main #wm-random-strip .wm-nav.tab {
            border-radius: 12px !important;
        }

        section#main #wm-random-strip .wm-nav.tab::after {
            border-radius: 14px !important;
        }

        section#main #wm-random-strip .meta {
            position: relative;
        }

        section#main #wm-random-strip .meta.meta--plate {
            position: static;
            overflow: visible;
            padding-top: 36px;
        }

        section#main #wm-random-strip .meta .eyebrow {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 24px;
            font-size: 10px;
            font-weight: 560;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(228, 241, 242, 0.7);
        }

        section#main #wm-random-strip .meta .eyebrow.wm-tuner-readout {
            justify-self: center;
            width: min(78%, 264px);
            min-height: 24px;
            height: 24px;
            font-size: 12px;
            letter-spacing: 0;
            text-transform: none;
            color: rgba(118, 128, 126, 0.46);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.006) 48%, rgba(0, 0, 0, 0.48)),
                rgba(1, 2, 4, 0.97);
            border-color: rgba(255, 255, 255, 0.08);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.035),
                inset 0 -1px 0 rgba(0, 0, 0, 0.84),
                0 5px 10px rgba(0, 0, 0, 0.18);
        }

        section#main #wm-random-strip.playing .meta .eyebrow.wm-tuner-readout {
            color: rgba(242, 210, 122, 0.9);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 42%, rgba(0, 0, 0, 0.22)),
                linear-gradient(180deg, #2b2110 0%, #151008 100%);
            border-color: rgba(226, 185, 80, 0.55);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.12),
                inset 0 -1px 0 rgba(0, 0, 0, 0.52),
                0 0 10px rgba(214, 166, 58, 0.16);
        }

        section#main #wm-random-strip .meta .eyebrow.eyebrow--plate {
            min-height: 0;
            position: absolute;
            top: -1px;
            left: 50%;
            transform: translateX(-50%);
            width: auto;
            overflow: visible;
            z-index: 2;
            pointer-events: none;
            text-transform: none;
            letter-spacing: normal;
        }

        section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__plate {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: auto;
            max-width: 100%;
            padding: 5px 12px;
            border-radius: 0 0 11px 11px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-top: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.012) 100%),
                rgba(4, 7, 9, 0.9);
            -webkit-backdrop-filter: blur(10px) saturate(120%);
            backdrop-filter: blur(10px) saturate(120%);
            box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.24);
            white-space: nowrap;
        }

        section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__kicker {
            font-size: 8px;
            font-weight: 540;
            line-height: 1.08;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.58);
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
            width: auto;
            flex: 0 0 auto;
            white-space: nowrap;
            overflow: visible;
            text-overflow: clip;
        }

        section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__name {
            margin-top: 0;
            font-size: 11px !important;
            font-weight: 640 !important;
            line-height: 1.16 !important;
            letter-spacing: 0.01em !important;
            color: rgba(255, 255, 255, 0.97) !important;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42) !important;
            width: auto;
            flex: 0 1 auto;
            min-width: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
        }

        @media (max-width: 768px) {
            section#main #wm-random-strip {
                --wm-thumb: 60px;
                --wm-scan: 60px;
                min-height: 128px;
            }

            section#main #wm-random-strip .meta.meta--plate {
                position: static;
                overflow: visible;
                padding-top: 28px;
            }

            section#main #wm-random-strip .meta .eyebrow.eyebrow--plate {
                top: -1px;
                left: 50%;
                transform: translateX(-50%);
                width: auto;
                max-width: calc(100% - 8px);
                justify-content: center;
            }

            section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__plate {
                display: inline-flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 5px;
                width: auto;
                max-width: 100%;
                padding: 5px 10px;
                border-radius: 0 0 10px 10px;
                white-space: nowrap;
            }

            section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__kicker {
                font-size: 7px;
                letter-spacing: 0.18em;
                width: auto;
                flex: 0 0 auto;
                white-space: nowrap;
                overflow: visible;
                text-overflow: clip;
            }

            section#main #wm-random-strip .meta .eyebrow.eyebrow--plate .eyebrow__name {
                margin-top: 0;
                font-size: 11px !important;
                font-weight: 640 !important;
                line-height: 1.16 !important;
                letter-spacing: 0.01em !important;
                color: rgba(255, 255, 255, 0.97) !important;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42) !important;
                width: auto;
                flex: 0 1 auto;
                min-width: 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: center;
            }
        }

        section#main #wm-random-strip .meta .title {
            align-self: center;
            min-height: 34px;
            height: 34px;
            font-size: 14px;
            line-height: 1.25;
            letter-spacing: 0.01em;
            color: rgba(248, 252, 252, 0.96);
        }

        section#main #wm-random-strip .meta .sub {
            display: none;
            color: rgba(214, 229, 231, 0.82);
            opacity: 1;
        }

        @media (max-width: 768px) {
            section#main #wm-random-strip .meta .title {
                min-height: 30px;
                height: 30px;
                font-size: 12px;
            }
        }

        section#main #wm-random-strip .tab,
        section#main #wm-random-strip .actions .btn {
            border-radius: 7px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
                rgba(5, 8, 10, 0.78) !important;
            border-color: rgba(255, 255, 255, 0.16) !important;
            box-shadow: none !important;
        }

        section#main #wm-random-strip .actions .btn,
        section#main #wm-random-strip .actions .buy {
            width: 42px !important;
            min-width: 42px !important;
            height: 34px;
        }

        section#main #wm-random-strip .tab:hover:not([disabled]),
        section#main #wm-random-strip .actions .btn:hover:not(:disabled),
        section#main #wm-random-strip .actions .btn:focus-visible {
            background:
                linear-gradient(180deg, rgba(var(--wm-accent-rgb, 38, 70, 68), 0.16), rgba(255, 255, 255, 0.025)),
                rgba(8, 11, 14, 0.88) !important;
            border-color: rgba(255, 255, 255, 0.26) !important;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
        }

        section#main #wm-random-strip .chips .chip {
            border-radius: var(--wm-home-unify-chip-radius);
            border-color: rgba(255, 255, 255, 0.14) !important;
            background: rgba(4, 7, 9, 0.62) !important;
            color: rgba(230, 235, 236, 0.88);
            font-weight: 560;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-loading {
            --wm-accent-rgb: 255, 255, 255;
            --wm-border-tint: rgba(255, 255, 255, 0.18);
            --wm-btn-tint: rgba(255, 255, 255, 0.88);
            border: 1px solid rgba(255, 255, 255, 0.14) !important;
            background:
                radial-gradient(circle at 51% 43%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.025) 30%, rgba(0, 0, 0, 0) 58%),
                radial-gradient(circle at var(--wm-glow-x, 72%) var(--wm-glow-y, 32%), rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.018) 36%, rgba(0, 0, 0, 0) 70%),
                linear-gradient(90deg, rgba(255, 255, 255, 0.038) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.028) 100%),
                linear-gradient(180deg, rgba(18, 18, 20, 0.82) 0%, rgba(8, 8, 10, 0.92) 48%, rgba(2, 2, 3, 0.98) 100%),
                linear-gradient(135deg, rgba(12, 12, 14, 0.96) 0%, rgba(0, 0, 0, 1) 100%) !important;
            -webkit-backdrop-filter: blur(6px) saturate(106%) !important;
            backdrop-filter: blur(6px) saturate(106%) !important;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.68),
                inset 0 0 0 1px rgba(255, 255, 255, 0.028),
                0 18px 42px rgba(0, 0, 0, 0.48) !important;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers::before {
            background:
                radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.018) 35%, rgba(0, 0, 0, 0) 70%),
                radial-gradient(circle at var(--wm-glow-x, 72%) var(--wm-glow-y, 32%),
                    rgba(255, 255, 255, 0.045) 0%,
                    rgba(255, 255, 255, 0.014) 36%,
                    rgba(0, 0, 0, 0) 70%);
            filter: blur(12px);
            opacity: 0.56;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers::after {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 30%),
                radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.42) 100%),
                repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0, rgba(255, 255, 255, 0.014) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 9px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.018) 100%);
            opacity: 0.68;
        }

        /* Preserve requested Trending direction: keep VIEW ALL, hide top-left title, keep embossed background text. */
        section#main #trending-beatmakers-shell .tbm-header__titles {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            border: 0 !important;
        }

        section#main #trending-beatmakers-shell .tbm-header {
            justify-content: flex-end;
        }

        @media (max-width: 1024px) {
            section#main #trending-beatmakers-shell .tbm-header {
                align-items: flex-start;
            }

            section#main #trending-beatmakers-shell .tbm-header__titles {
                position: static !important;
                width: auto !important;
                height: auto !important;
                padding: 0 !important;
                margin: 0 auto 0 0 !important;
                overflow: visible !important;
                clip: auto !important;
                border: 0 !important;
            }
        }

        @media (max-width: 768px) {
            section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers {
                position: relative;
                padding-top: 30px;
            }

            section#main #trending-beatmakers-shell .tbm-header {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                height: 0;
                min-height: 0;
                display: block;
                pointer-events: none;
                z-index: 4;
            }

            section#main #trending-beatmakers-shell .tbm-header__titles,
            section#main #trending-beatmakers-shell .tbm-header__titles.tbm-header__titles--plate {
                position: absolute !important;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: auto !important;
                height: auto !important;
                padding: 0 !important;
                margin: 0 !important;
                overflow: visible !important;
                clip: auto !important;
                border: 0 !important;
                pointer-events: none;
                z-index: 2;
            }

            section#main #trending-beatmakers-shell .tbm-title {
                margin: 0;
                font-size: 0;
                line-height: 1;
            }

            section#main #trending-beatmakers-shell .tbm-title .eyebrow.eyebrow--plate {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: auto;
                max-width: calc(100vw - 158px);
                min-height: 0;
                pointer-events: none;
            }

            section#main #trending-beatmakers-shell .tbm-title .eyebrow.eyebrow--plate .eyebrow__plate {
                display: inline-flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 5px;
                width: auto;
                max-width: 100%;
                padding: 5px 10px;
                border-radius: 0 0 10px 10px;
                border: 1px solid rgba(255, 255, 255, 0.12);
                border-top: 0;
                background:
                    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 100%),
                    rgba(0, 0, 0, 0.92);
                -webkit-backdrop-filter: blur(10px) saturate(120%);
                backdrop-filter: blur(10px) saturate(120%);
                box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.07), 0 8px 18px rgba(0, 0, 0, 0.34);
                white-space: nowrap;
            }

            section#main #trending-beatmakers-shell .tbm-title .eyebrow.eyebrow--plate .eyebrow__kicker {
                font-size: 7px;
                font-weight: 540;
                line-height: 1.08;
                letter-spacing: 0.18em;
                text-transform: uppercase;
                color: rgba(255, 255, 255, 0.58);
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
                white-space: nowrap;
            }

            section#main #trending-beatmakers-shell .tbm-title .eyebrow.eyebrow--plate .eyebrow__name {
                font-size: 11px;
                font-weight: 640;
                line-height: 1.16;
                letter-spacing: 0.01em;
                color: rgba(255, 255, 255, 0.97);
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
                white-space: nowrap;
            }

            section#main #trending-beatmakers-shell .tbm-view-all {
                pointer-events: auto;
                position: absolute;
                top: 0;
                right: 10px;
                margin: 0 !important;
                min-width: 52px;
                height: 20px;
                padding: 0 8px;
                border-radius: 0 0 9px 9px;
                border-top: 0;
                font-size: 8px;
                font-weight: 640;
                letter-spacing: 0.14em;
                line-height: 1;
                text-transform: uppercase;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                box-shadow: inset 0 1px 0 rgba(226, 232, 232, 0.14), 0 6px 14px rgba(0, 0, 0, 0.2);
            }

            section#main #trending-beatmakers-shell .tbm-view-all__label {
                position: static;
                writing-mode: horizontal-tb;
                text-orientation: mixed;
                transform: none;
                font-size: 8px;
                line-height: 1;
                letter-spacing: 0.14em;
            }

            section#main #trending-beatmakers-shell .tbm-view-all__label::before {
                content: none;
            }

            section#main #trending-beatmakers-shell .tbm-strip {
                margin-top: 8px;
            }
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-strip__bg-line {
            color: rgba(255, 255, 255, 0.045);
            opacity: 0.58;
            mix-blend-mode: normal;
            text-shadow:
                0 -1px 1px rgba(0, 0, 0, 0.88),
                0 1px 1px rgba(255, 255, 255, 0.055),
                0 14px 26px rgba(0, 0, 0, 0.34);
            pointer-events: none;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-artist.is-featured .tbm-name,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-artist.is-hovered .tbm-name,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-artist:focus-visible .tbm-name {
            text-shadow:
                0 1px 3px rgba(0, 0, 0, 0.58),
                0 0 10px rgba(0, 0, 0, 0.24);
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-view-all {
            color: rgba(255, 255, 255, 0.82);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.058) 0%, rgba(255, 255, 255, 0.012) 100%),
                rgba(0, 0, 0, 0.7);
            border-color: rgba(255, 255, 255, 0.14);
            box-shadow:
                inset 1px 0 0 rgba(255, 255, 255, 0.07),
                inset 0 -1px 0 rgba(0, 0, 0, 0.58);
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-view-all:hover,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-view-all:focus-visible {
            background:
                radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0) 66%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.072) 0%, rgba(255, 255, 255, 0.016) 100%),
                rgba(0, 0, 0, 0.94);
            border-color: rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.96);
            box-shadow:
                inset 1px 0 0 rgba(255, 255, 255, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.56),
                0 0 0 1px rgba(255, 255, 255, 0.045);
            outline: none;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-thumb,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell .tbm-card__thumb {
            border-radius: var(--wm-home-unify-card-radius);
            border-color: rgba(255, 255, 255, 0.18);
            box-shadow:
                0 8px 16px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.052) !important;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist {
            opacity: 0.74;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-thumb {
            border-color: rgba(255, 255, 255, 0.16) !important;
            background: rgba(0, 0, 0, 0.58);
            box-shadow:
                0 10px 20px rgba(0, 0, 0, 0.42),
                0 0 0 1px rgba(255, 255, 255, 0.032) !important;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-name {
            color: rgba(245, 245, 245, 0.84);
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.52);
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist:not(.is-featured) .tbm-thumb__img {
            filter: saturate(0.92) contrast(0.98);
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist.is-featured {
            opacity: 1;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist:hover,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist.is-hovered,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist:focus-visible {
            opacity: 0.96;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist:hover .tbm-thumb,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist.is-hovered .tbm-thumb,
        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist:focus-visible .tbm-thumb {
            border-color: rgba(255, 255, 255, 0.38) !important;
            box-shadow:
                0 12px 24px rgba(0, 0, 0, 0.46),
                0 0 0 1px rgba(255, 255, 255, 0.072),
                0 0 16px rgba(255, 255, 255, 0.06) !important;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist.is-featured .tbm-thumb {
            border-color: rgba(255, 255, 255, 0.52) !important;
            box-shadow:
                0 16px 30px rgba(0, 0, 0, 0.56),
                0 0 0 1px rgba(255, 255, 255, 0.095),
                0 0 20px rgba(255, 255, 255, 0.08) !important;
        }

        section#main #chart .wm-home-duo>#trending-beatmakers-shell>.trending-beatmakers .tbm-artist.is-featured .tbm-thumb__img {
            filter: saturate(1.04) contrast(1.03);
        }

        section#main .tbm-panel__backdrop {
            background: rgba(0, 0, 0, 0.58);
        }

        section#main .tbm-panel__dialog {
            border-color: rgba(255, 255, 255, 0.12);
            background:
                radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.012) 38%, rgba(0, 0, 0, 0) 68%),
                linear-gradient(180deg, rgba(3, 3, 3, 0.98) 0%, rgba(0, 0, 0, 0.99) 100%);
            box-shadow:
                0 24px 72px rgba(0, 0, 0, 0.58),
                inset 0 1px 0 rgba(255, 255, 255, 0.07);
        }

        section#main .tbm-panel .tbm-card {
            border-color: rgba(255, 255, 255, 0.1);
            background: rgba(0, 0, 0, 0.36);
        }

        section#main .tbm-panel .tbm-card:hover {
            border-color: rgba(255, 255, 255, 0.24);
            background: rgba(0, 0, 0, 0.52);
        }

        section#main .tbm-close {
            background: rgba(255, 255, 255, 0.08);
        }

        /* Admin curation shelf: premium market rail (visual-only, performance-safe). */
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf {
            --wm-admin-shelf-accent-rgb: 224, 20, 54;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container {
            position: relative;
            overflow: visible;
            padding: 0;
            border: 0 !important;
            border-color: transparent !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container::before {
            content: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container::after {
            content: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl {
            text-align: center;
            margin: 0;
            padding: 0;
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl::before,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl::after {
            content: none !important;
            display: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-nav {
            justify-content: center;
            gap: 7px;
            row-gap: 4px;
            min-height: 30px;
            padding: 0;
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-nav::before,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-nav::after {
            content: none !important;
            display: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-title-link,
        section#main section.contents_6ea.wm-home-section.recommend0_tab .ttl>a,
        section#main section.contents_6ea.wm-home-section.recommend1_tab .ttl>a {
            position: relative;
            font-family: 'Roboto', 'Noto Sans KR', sans-serif;
            font-size: clamp(1.34rem, 1.58vw, 1.54rem) !important;
            font-weight: 640 !important;
            font-style: normal;
            letter-spacing: 0.01em;
            color: rgba(194, 202, 214, 0.63) !important;
            opacity: 0.82;
            padding: 0;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28) !important;
            filter: none;
            transition: color 0.16s ease, opacity 0.16s ease, text-shadow 0.16s ease, transform 0.16s ease, filter 0.16s ease;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-title-link:hover,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-title-link:focus-visible,
        section#main section.contents_6ea.wm-home-section.recommend0_tab .ttl>a:hover,
        section#main section.contents_6ea.wm-home-section.recommend0_tab .ttl>a:focus-visible,
        section#main section.contents_6ea.wm-home-section.recommend1_tab .ttl>a:hover,
        section#main section.contents_6ea.wm-home-section.recommend1_tab .ttl>a:focus-visible {
            color: rgba(231, 238, 247, 0.9) !important;
            opacity: 0.9;
            filter: none;
            outline: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-title-link.active,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-item.is-active .wm-home-recommend-title-link,
        section#main section.contents_6ea.wm-home-section.recommend0_tab .ttl>a.active,
        section#main section.contents_6ea.wm-home-section.recommend1_tab .ttl>a.active {
            color: rgba(236, 243, 250, 0.94) !important;
            font-weight: 700 !important;
            font-style: normal;
            opacity: 0.98;
            letter-spacing: 0.01em;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22) !important;
            filter: none;
            transform: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-divider {
            margin: 0 6px;
            color: rgba(255, 221, 229, 0.42);
            font-size: 0.95em;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-recommend-curation-label {
            display: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea {
            margin-top: 24px;
            position: relative;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .thumb {
            border-radius: var(--wm-home-unify-card-radius);
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap {
            border-color: transparent !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap::before {
            content: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap::after {
            content: none;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap:hover,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap:focus-within {
            border-color: transparent !important;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .txt {
            min-height: 58px;
            padding: 20px 10px 8px;
            border-radius: 0 0 var(--wm-home-unify-card-radius) var(--wm-home-unify-card-radius);
            background: linear-gradient(180deg, rgba(8, 10, 14, 0.02) 0%, rgba(8, 10, 14, 0.6) 42%, rgba(6, 7, 10, 0.92) 100%) !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .txt .music_info {
            gap: 1px;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .txt .music_info>.title_kr {
            line-height: 1.32;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .txt .music_info>.username_kr {
            color: rgba(242, 228, 233, 0.88) !important;
            line-height: 1.24;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-play-all {
            min-height: 18px;
            height: 18px;
            padding: 0 6px;
            gap: 4px;
            border: 1px solid rgba(255, 255, 255, 0.42);
            background: rgba(13, 9, 12, 0.24);
            color: rgba(255, 247, 250, 0.94);
            font-size: 9px;
            letter-spacing: 0.08em;
            box-shadow: none !important;
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-play-all::before {
            font-size: 7px;
            color: rgba(255, 241, 246, 0.78);
        }

        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-play-all:hover,
        section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-play-all:focus-visible {
            border-color: rgba(255, 255, 255, 0.58);
            background: rgba(255, 255, 255, 0.16);
            color: rgba(255, 252, 253, 0.98);
        }

        section#main #mainSearchFrm.wm-search-palette__form {
            border-color: rgba(255, 255, 255, 0.14);
            background: linear-gradient(146deg, rgba(17, 23, 35, 0.9), rgba(9, 12, 20, 0.85));
        }

        section#main #mainSearchFrm.wm-search-palette__form:focus-within,
        section#main .search-hero .wm-search-palette.is-open #mainSearchFrm.wm-search-palette__form {
            border-color: rgba(191, 205, 226, 0.32);
            box-shadow:
                0 16px 36px rgba(0, 0, 0, 0.34),
                0 0 0 1px rgba(186, 203, 225, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
        }

        section#main .search-hero .chips-marquee .chip,
        section#main .search-hero .wm-search-palette__selection-chip {
            border-radius: var(--wm-home-unify-chip-radius);
            border-color: rgba(255, 255, 255, 0.2);
            background: rgba(14, 20, 30, 0.62);
            color: rgba(224, 233, 243, 0.9);
        }

        @media only screen and (max-width: 768px) {
            section#main {
                --wm-home-unify-panel-radius: 12px;
                --wm-home-unify-card-radius: 10px;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container {
                padding: 0;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container::before {
                content: none;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .container::after {
                content: none;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-nav {
                gap: 5px;
                row-gap: 3px;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .ttl .wm-home-recommend-title-link,
            section#main section.contents_6ea.wm-home-section.recommend0_tab .ttl>a,
            section#main section.contents_6ea.wm-home-section.recommend1_tab .ttl>a {
                font-size: 1.22em;
                padding-bottom: 0;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf .wm-home-play-all {
                min-height: 17px;
                height: 17px;
                padding: 0 5px;
                font-size: 8.5px;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea {
                margin-top: 18px;
            }

            section#main section.contents_6ea.wm-home-section.wm-curation-shelf ul.slide_6ea li .wrap .txt {
                min-height: 50px;
                padding: 17px 8px 7px;
            }
        }

        /* Home search console tone pass: Vantablack base with restrained premium accents. */
        section#main section.top.search-hero {
            --wm-search-vantablack-rgb: 2, 3, 4;
            --wm-search-panel-rgb: 7, 9, 12;
            --wm-search-ink-rgb: 13, 16, 19;
            --wm-search-text-rgb: 236, 240, 238;
            --wm-search-muted-rgb: 164, 177, 174;
            --wm-search-green-rgb: 76, 151, 84;
            --wm-search-blue-rgb: 88, 154, 190;
            --wm-search-violet-rgb: 78, 80, 166;
            --wm-search-magenta-rgb: 145, 62, 105;
            --wm-spotlight-cover-rgb: var(--wm-search-vantablack-rgb);
        }

        section#main .search-hero .chips-wrap {
            gap: 8px;
        }

        section#main .search-hero .chips-marquee {
            padding: 4px 0;
        }

        section#main .search-hero .chips-marquee .marquee__track {
            gap: 8px;
        }

        section#main #mainSearchFrm.wm-search-palette__form {
            --wm-search-console-inner-height: 46px;
            min-height: calc(var(--wm-search-console-inner-height) + 14px);
            padding: 7px 14px;
            border-radius: 18px;
            border-color: rgba(255, 255, 255, 0.16);
            background:
                linear-gradient(145deg, rgba(var(--wm-search-ink-rgb), 0.94), rgba(var(--wm-search-vantablack-rgb), 0.92)),
                rgb(var(--wm-search-vantablack-rgb));
            box-shadow:
                0 20px 48px rgba(0, 0, 0, 0.38),
                0 0 0 1px rgba(255, 255, 255, 0.045),
                inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }

        section#main #mainSearchFrm.wm-search-palette__form::before {
            content: none;
            display: none;
        }

        section#main #mainSearchFrm.wm-search-palette__form:focus-within,
        section#main .search-hero .wm-search-palette.is-open #mainSearchFrm.wm-search-palette__form {
            border-color: rgba(255, 255, 255, 0.28);
            background:
                linear-gradient(145deg, rgba(15, 19, 22, 0.96), rgba(var(--wm-search-vantablack-rgb), 0.94)),
                rgb(var(--wm-search-vantablack-rgb));
            box-shadow:
                0 22px 56px rgba(0, 0, 0, 0.44),
                0 0 0 1px rgba(255, 255, 255, 0.09),
                inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__field {
            min-height: var(--wm-search-console-inner-height);
            padding: 0 14px 0 4px;
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__field::after {
            height: 24px;
            background: linear-gradient(180deg,
                    rgba(255, 255, 255, 0),
                    rgba(255, 255, 255, 0.2),
                    rgba(255, 255, 255, 0));
        }

        section#main #mainSearchFrm.wm-search-palette__form input#mainSearchKeyword {
            height: var(--wm-search-console-inner-height);
            min-height: var(--wm-search-console-inner-height);
            padding-left: 10px;
            color: rgba(var(--wm-search-text-rgb), 0.98);
            -webkit-text-fill-color: rgba(var(--wm-search-text-rgb), 0.98);
            font-size: 15px;
            font-weight: 620;
            caret-color: rgba(255, 255, 255, 0.94);
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__hint {
            left: 14px;
            color: rgba(var(--wm-search-text-rgb), 0.78);
            font-size: 15px;
            font-weight: 620;
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__field.is-focused .wm-search-palette__hint {
            color: rgba(var(--wm-search-muted-rgb), 0.22);
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__submit {
            min-width: 86px;
            height: calc(var(--wm-search-console-inner-height) - 10px);
            min-height: calc(var(--wm-search-console-inner-height) - 10px);
            margin-left: 8px;
            padding: 0 14px;
            border-color: rgba(229, 235, 241, 0.82);
            background:
                linear-gradient(180deg, rgba(247, 250, 252, 0.97), rgba(224, 231, 238, 0.95)),
                rgba(239, 244, 248, 0.96);
            color: rgba(18, 22, 28, 0.92);
            font-size: 11px;
            font-weight: 720;
            box-shadow:
                0 7px 16px rgba(0, 0, 0, 0.22),
                inset 0 1px 0 rgba(255, 255, 255, 0.82),
                inset 0 -1px 0 rgba(132, 145, 158, 0.28);
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__submit:hover,
        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__submit:focus-visible {
            border-color: rgba(247, 250, 252, 0.94);
            background:
                linear-gradient(180deg, rgba(251, 253, 255, 0.99), rgba(234, 240, 246, 0.97)),
                rgba(246, 249, 252, 0.98);
            color: rgba(8, 11, 15, 0.94);
            transform: translateY(-1px);
            box-shadow:
                0 10px 22px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.9),
                inset 0 -1px 0 rgba(126, 139, 153, 0.22);
        }

        section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__submit:active {
            background:
                linear-gradient(180deg, rgba(216, 224, 232, 0.98), rgba(239, 244, 248, 0.98)),
                rgba(226, 233, 240, 0.98);
            color: rgba(20, 25, 32, 0.92);
            transform: translateY(0);
        }

        section#main .search-hero .chips-marquee .chip,
        section#main .search-hero .suggest .chip {
            min-height: 24px;
            padding: 4px 9px;
            border-radius: 999px;
            border-color: rgba(255, 255, 255, 0.16);
            background: rgba(var(--wm-search-vantablack-rgb), 0.66);
            color: rgba(236, 240, 238, 0.72);
            font-size: 11px;
            font-weight: 620;
            line-height: 1.1;
            letter-spacing: 0.01em;
            box-shadow:
                0 5px 14px rgba(0, 0, 0, 0.14),
                inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        section#main .search-hero .chips-marquee .chip:hover,
        section#main .search-hero .chips-marquee .chip:focus-visible,
        section#main .search-hero .suggest .chip:hover,
        section#main .search-hero .suggest .chip:focus-visible {
            border-color: rgba(255, 255, 255, 0.34);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
                rgba(var(--wm-search-vantablack-rgb), 0.82);
            color: rgba(var(--wm-search-text-rgb), 0.95);
            transform: translateY(-1px);
        }

        section#main .search-hero .suggest .chip.active,
        section#main .search-hero .suggest .chip.is-active,
        section#main .search-hero .suggest .chip.on,
        section#main .search-hero .suggest .chip[aria-pressed="true"],
        section#main .search-hero .suggest .chip[aria-current="true"] {
            border-color: rgba(255, 255, 255, 0.4) !important;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
                rgba(var(--wm-search-vantablack-rgb), 0.92) !important;
            color: rgba(244, 248, 246, 0.98) !important;
            box-shadow:
                0 7px 18px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
        }

        section#main .search-hero .wm-search-palette__selection {
            gap: 8px;
            margin-top: 8px;
            padding: 0 4px;
        }

        section#main .search-hero .wm-search-palette__selection-list {
            gap: 6px;
        }

        section#main .search-hero .wm-search-palette__selection-chip {
            gap: 6px;
            padding: 5px 8px 5px 9px;
            border-color: rgba(255, 255, 255, 0.18);
            background: rgba(var(--wm-search-vantablack-rgb), 0.72);
            color: rgba(var(--wm-search-text-rgb), 0.86);
            font-size: 11px;
            font-weight: 620;
        }

        section#main .search-hero .wm-search-palette__selection-chip-remove {
            width: 16px;
            height: 16px;
            background: rgba(255, 255, 255, 0.07);
            color: rgba(var(--wm-search-text-rgb), 0.68);
        }

        section#main .search-hero .wm-search-palette__selection-clear {
            color: rgba(255, 255, 255, 0.52);
            font-size: 10px;
            letter-spacing: 0.1em;
        }

        section#main .search-hero .wm-search-palette__selection-clear:hover,
        section#main .search-hero .wm-search-palette__selection-clear:focus-visible {
            color: rgba(255, 255, 255, 0.86);
        }

        section#main .search-hero .wm-search-palette.wm-search-palette-ready .wm-search-palette__panel {
            padding: 15px 16px 13px;
            border-radius: 20px;
            border-color: rgba(255, 255, 255, 0.14);
            background:
                linear-gradient(160deg, rgba(var(--wm-search-panel-rgb), 0.98), rgba(var(--wm-search-vantablack-rgb), 0.98)),
                rgb(var(--wm-search-vantablack-rgb));
            box-shadow:
                0 30px 76px rgba(0, 0, 0, 0.56),
                0 0 0 1px rgba(255, 255, 255, 0.035),
                inset 0 1px 0 rgba(255, 255, 255, 0.055);
        }

        section#main .search-hero .wm-search-palette__status {
            margin-bottom: 10px;
            color: rgba(var(--wm-search-muted-rgb), 0.72);
            font-size: 12px;
        }

        section#main .search-hero .wm-search-palette__results {
            gap: 10px;
        }

        section#main .search-hero .wm-search-palette__section {
            gap: 7px;
        }

        section#main .search-hero .wm-search-palette__section-title {
            color: rgba(var(--wm-search-green-rgb), 0.84);
            font-size: 10px;
            letter-spacing: 0.13em;
        }

        section#main .search-hero .wm-search-palette__section:nth-child(2n) .wm-search-palette__section-title {
            color: rgba(var(--wm-search-blue-rgb), 0.86);
        }

        section#main .search-hero .wm-search-palette__section:nth-child(3n) .wm-search-palette__section-title {
            color: rgba(var(--wm-search-violet-rgb), 0.82);
        }

        section#main .search-hero .wm-search-palette__section:nth-child(4n) .wm-search-palette__section-title {
            color: rgba(var(--wm-search-magenta-rgb), 0.76);
        }

        section#main .search-hero .wm-search-palette__section-action {
            color: rgba(255, 255, 255, 0.5);
            font-size: 10px;
        }

        section#main .search-hero .wm-search-palette__section-action:hover,
        section#main .search-hero .wm-search-palette__section-action:focus-visible {
            color: rgba(255, 255, 255, 0.86);
        }

        section#main .search-hero .wm-search-palette__items {
            gap: 7px;
        }

        section#main .search-hero .wm-search-palette__item {
            min-height: 30px;
            padding: 8px 11px;
            border-radius: 10px;
            border-color: rgba(255, 255, 255, 0.12);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
                rgba(var(--wm-search-vantablack-rgb), 0.52);
            color: rgba(var(--wm-search-text-rgb), 0.9);
        }

        section#main .search-hero .wm-search-palette__item-wrap.is-recent {
            max-width: 100%;
        }

        section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item {
            padding-right: 38px;
            max-width: min(100%, 360px);
        }

        section#main .search-hero .wm-search-palette__item.is-selected {
            border-color: rgba(255, 255, 255, 0.36);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
                rgba(var(--wm-search-vantablack-rgb), 0.72);
            box-shadow:
                0 12px 24px rgba(0, 0, 0, 0.26),
                inset 0 0 0 1px rgba(255, 255, 255, 0.055);
        }

        section#main .search-hero .wm-search-palette__item:hover,
        section#main .search-hero .wm-search-palette__item.is-highlighted,
        section#main .search-hero .wm-search-palette__item:focus-visible {
            border-color: rgba(255, 255, 255, 0.28);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
                rgba(var(--wm-search-vantablack-rgb), 0.74);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
        }

        section#main .search-hero .wm-search-palette__item-label {
            color: rgba(var(--wm-search-text-rgb), 0.92);
            font-size: 12px;
            font-weight: 620;
            line-height: 1.18;
        }

        section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item-main {
            max-width: 100%;
        }

        section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item-label {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        section#main .search-hero .wm-search-palette__item-remove {
            width: 22px;
            height: 22px;
            right: 8px;
            border-color: rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.06);
            color: rgba(var(--wm-search-text-rgb), 0.54);
        }

        section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item-remove {
            right: 7px;
            z-index: 3;
            background: rgba(255, 255, 255, 0.1);
            color: rgba(var(--wm-search-text-rgb), 0.78);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28);
        }

        section#main .search-hero .wm-search-palette__item-remove:hover,
        section#main .search-hero .wm-search-palette__item-remove:focus-visible {
            border-color: rgba(255, 255, 255, 0.26);
            background: rgba(255, 255, 255, 0.1);
            color: rgba(var(--wm-search-text-rgb), 0.9);
        }

        section#main .search-hero .wm-search-palette__empty {
            border-radius: 14px;
            border-color: rgba(255, 255, 255, 0.15);
            background: rgba(var(--wm-search-vantablack-rgb), 0.42);
            color: rgba(var(--wm-search-muted-rgb), 0.7);
            font-size: 12px;
        }

        @media only screen and (max-width: 768px) {
            section#main #mainSearchFrm.wm-search-palette__form {
                --wm-search-console-inner-height: 40px;
                min-height: calc(var(--wm-search-console-inner-height) + 12px);
                padding: 6px 10px;
                border-radius: 15px;
            }

            section#main #mainSearchFrm.wm-search-palette__form input#mainSearchKeyword,
            section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__hint {
                font-size: 14px;
            }

            section#main #mainSearchFrm.wm-search-palette__form .wm-search-palette__submit {
                min-width: 76px;
                padding: 0 11px;
                font-size: 10.5px;
            }

            section#main .search-hero .chips-wrap {
                gap: 6px;
            }

            section#main .search-hero .chips-marquee .marquee__track {
                gap: 6px;
            }

            section#main .search-hero .chips-marquee .chip,
            section#main .search-hero .suggest .chip {
                min-height: 22px;
                padding: 4px 8px;
                font-size: 10.5px;
            }

            section#main .search-hero .wm-search-palette.wm-search-palette-ready .wm-search-palette__panel {
                padding: 13px 12px 12px;
                border-radius: 16px;
            }

            section#main .search-hero .wm-search-palette__items {
                gap: 6px;
            }

            section#main .search-hero .wm-search-palette__item {
                min-height: 28px;
                padding: 7px 9px;
                border-radius: 9px;
            }

            section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item {
                padding-right: 34px;
                max-width: min(100%, 300px);
            }

            section#main .search-hero .wm-search-palette__item-wrap.is-recent .wm-search-palette__item-remove {
                right: 6px;
                width: 20px;
                height: 20px;
            }

            section#main .search-hero .wm-search-palette__item-label {
                font-size: 11.5px;
            }
        }
    
