/* 专题源码样式：保留原始布局，静态资源映射到本地。 */


        img:not([width]):not([height]){-o-object-fit:contain;object-fit:contain}

        .hg-header__logo img{height:50px!important;width:auto!important}
        .hg-mobile-nav__logo img{height:40px!important;width:auto!important}
        @media (max-width:1023px){.hg-header__logo img{height:42px!important}}

        .hg-header__auth{display:none;align-items:center;flex-shrink:0;margin-left:4px}
        @media (min-width:1024px){.hg-header__auth{display:flex}}
        button.hg-header__login.hg-header__login{
            -webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;
            min-width:94px;height:32px;margin:0;padding:0 12px;border:0;border-radius:999px;
            background-image:linear-gradient(90deg,#ffd21c,#f5a623);background-color:#ffd21c;
            color:#000;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;cursor:pointer
        }
        button.hg-header__login.hg-header__login:hover{filter:brightness(1.05)}


        @media (min-width:1024px){.hg-header__search{flex-shrink:999}}

        @media (min-width:1280px) and (max-width:1599px){
            .hg-header__inner{padding-left:min(var(--hg-page-gutter),56px);padding-right:min(var(--hg-page-gutter),56px)}
            .hg-topbar-nav{gap:4px}
            .hg-topbar-nav__item{padding:0 10px}
        }

        @media (min-width:1024px) and (max-width:1279px){
            .hg-header__inner{position:relative;padding-left:min(var(--hg-page-gutter),40px);padding-right:min(var(--hg-page-gutter),40px)}
            .hg-topbar-nav{gap:3px}
            .hg-topbar-nav__item{padding:0 8px}

            .hg-header__search-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;background:0 0;flex-shrink:0;cursor:pointer}
            .hg-header__search-btn img{display:block;width:24px!important;height:24px!important;max-width:none!important}

            .hg-header__auth{order:1}
            .hg-header__search{display:none;position:absolute;left:0;right:0;top:100%;z-index:90;width:auto;min-width:0;padding:12px min(var(--hg-page-gutter),40px);background:#0d0d0d;border-bottom:1px solid rgba(255,255,255,.08);justify-content:stretch}
            .hg-header.is-mobile-search .hg-header__search{display:flex}
            .hg-header.is-mobile-search .hg-search{max-width:none}

            .hg-header.is-mobile-search .hg-search-suggest{left:min(var(--hg-page-gutter),40px);right:auto;width:576px;max-width:none;transform:none;top:calc(100% + 8px)}
        }
        .hg-header .cyber-user{position:relative;flex-shrink:0}
        .hg-header .cyber-user__avatar{
            width:50px;height:50px;padding:0;border:0;border-radius:25px;overflow:hidden;
            display:block;background:#fff;cursor:pointer;box-shadow:none;text-decoration:none
        }
        .hg-header .cyber-user__avatar img{display:block;width:50px;height:50px;object-fit:cover}

        .hg-header .cyber-user__avatar .hg-avatar{width:100%;height:100%;font-size:21px}

        [data-unread-host]{position:relative}
        .hg-unread-badge{
            position:absolute;top:-2px;right:-2px;z-index:2;box-sizing:border-box;
            display:inline-flex;align-items:center;justify-content:center;
            min-width:18px;height:18px;padding:0 5px;border-radius:999px;
            background:var(--color-red,#ff3332);color:#fff;
            font-size:11px;font-weight:600;line-height:1;white-space:nowrap;pointer-events:none
        }

        .hg-unread-badge[hidden]{display:none}

        .mobile-user__avawrap{display:inline-flex;flex-shrink:0}

        .hg-header__menu[data-unread-host] .hg-unread-badge{top:2px;right:2px}

        .hg-mobile-nav__list .hg-nav-item[data-unread-host] .hg-unread-badge{
            left:29px;top:4px;right:auto;transform:translateX(-50%);
            min-width:14px;height:14px;padding:0 3px;font-size:9px;
            border:2px solid var(--color-dark,#0a0a0a)
        }
        .hg-header .cyber-user__menu{
            position:absolute;top:calc(100% + 10px);right:0;min-width:180px;padding:6px;z-index:12010;
            border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#111;
            box-shadow:0 16px 40px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateY(-6px);
            transition:opacity .18s,transform .18s,visibility .18s
        }
        .hg-header .cyber-user.is-open .cyber-user__menu{opacity:1;visibility:visible;transform:none}
        .hg-header .cyber-user__head{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
        .hg-header .cyber-user__ava{width:32px;height:32px;border-radius:16px;overflow:hidden;flex-shrink:0;background:#fff}
        .hg-header .cyber-user__ava img{display:block;width:32px;height:32px;object-fit:cover}

        .hg-header .cyber-user__ava .hg-avatar{width:100%;height:100%;font-size:13px}
        .hg-header .cyber-user__name{min-width:0;color:#fff;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
        .hg-header .cyber-user__item{
            display:flex;align-items:center;width:100%;margin:0;padding:10px 12px;border:0;border-radius:8px;
            background:transparent;color:rgba(255,255,255,.78);font-size:14px;text-align:left;cursor:pointer
        }
        .hg-header .cyber-user__item:hover{background:rgba(255,210,28,.12);color:#ffd21c}

        .hg-card-grid .hg-drama-card,
        .hg-play__related .hg-drama-card{padding:0;gap:0;background:transparent;border-color:transparent;border-radius:0;box-shadow:none;overflow:visible}
        .hg-card-grid .hg-drama-card:hover,
        .hg-play__related .hg-drama-card:hover{transform:none;border-color:transparent}
        .hg-play__related .hg-drama-card__cover{border-radius:10px}
        .hg-play__related .hg-drama-card__body{padding:8px 0 0}
        .hg-card-grid .hg-drama-card__cover{border-radius:12px}
        .hg-card-grid .hg-drama-card__body{padding:10px 0 0}

        .hg-drama-card__cover,
        .hg-search-suggest__guess .hg-drama-card__cover{aspect-ratio:9/12}

        .hg-drama-card__cover img{-o-object-fit:cover!important;object-fit:cover!important}

        .hg-drama-card__cover img[src*="cover-placeholder"],
        .hg-topic-card img[src*="cover-placeholder"]{-o-object-fit:cover;object-fit:cover}

        .hg-ssp-slot [data-ssp-media-wrap],
        .hg-ssp-slot img{border-radius:var(--hg-ssp-radius,0)}

        .hg-ssp-slot[data-ssp-layout="single"]:not([data-ssp-picked]) [data-ssp-banner-item]:nth-child(n+2){display:none}

        @media (hover:hover) and (pointer:fine){
            .hg-card-grid .hg-drama-card:hover .hg-drama-card__title{color:var(--color-primary)}
        }
        .hg-card-grid .hg-drama-card__tags{margin-top:8px;padding-top:0;gap:6px}

        .hg-drama-card__badge--new{
            background:linear-gradient(98.55deg,#ff6a3d 1.5%,#ff3332 98.5%);
            color:#fff;
            box-shadow:0 2px 8px rgba(255,51,50,.28)
        }
        .hg-drama-card__badge + .hg-drama-card__badge--new{transform:translateY(calc(100% + 4px))}

        .hg-drama-card__score{
            right:8px;top:8px;bottom:auto;padding:0 7px;border-radius:6px;
            background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.14);
            color:var(--color-primary);font-size:13px;font-weight:600;line-height:22px;
            -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)
        }

        .hg-drama-card__episode{
            position:absolute;right:8px;bottom:8px;padding:0 7px;border-radius:6px;
            background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.14);
            color:#fff;font-size:13px;font-weight:600;line-height:22px;
            -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)
        }

        .hg-web-detail__episode{
            position:absolute;right:10px;bottom:10px;height:19px;padding:0 8px;border-radius:4px;
            background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.14);
            color:#fff;font-size:11px;font-weight:600;
            display:inline-flex;align-items:center;
            -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)
        }

        .hg-history-dialog__list .hg-drama-card__score,
        .hg-search-suggest__guess .hg-drama-card__score,
        .hg-play__related .hg-drama-card__score,
        .hg-history-dialog__list .hg-drama-card__episode,
        .hg-search-suggest__guess .hg-drama-card__episode,
        .hg-play__related .hg-drama-card__episode{padding:0 6px;border-radius:5px;font-size:11px;line-height:18px}
        @media (max-width:1023px){
            .hg-card-grid .hg-drama-card__cover{border-radius:10px}
            .hg-card-grid .hg-drama-card__body{padding:8px 0 0}
            .hg-card-grid .hg-drama-card__tags{margin-top:6px;gap:4px}
            .hg-drama-card__score{right:6px;top:6px;bottom:auto;padding:0 6px;border-radius:5px;font-size:11px;line-height:18px}
            .hg-drama-card__episode{right:6px;bottom:6px;padding:0 6px;border-radius:5px;font-size:11px;line-height:18px}
        }

        .hg-page-note{margin:-4px 0 8px;font-size:12px;line-height:18px;color:rgba(255,255,255,.45)}
        @media (max-width:768px){.hg-page-note{margin:-2px 0 6px;font-size:11px;line-height:16px}}

        .hg-pager__arrow{
            display:inline-flex!important;align-items:center;justify-content:center;
            background:var(--color-primary)!important;opacity:1!important;
            border:0;border-radius:6px;cursor:pointer;text-decoration:none
        }
        .hg-pager__arrow img{
            width:16px!important;height:16px!important;
            filter:brightness(0)
        }
        .hg-pager__arrow:disabled,.hg-pager__arrow[disabled]{opacity:.35!important;cursor:not-allowed}
        .hg-pager__arrow:hover:not(:disabled){filter:brightness(1.05)}

        .hg-fab{z-index:1900}
        .hg-fab__btn{cursor:pointer}
        .hg-fab__btn--backtop.is-show{pointer-events:auto!important;cursor:pointer;opacity:1!important}

        .hg-fab__btn--download{text-decoration:none;justify-content:center}
        .hg-fab__dl{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px!important;height:78px!important;max-width:none!important;object-fit:contain;pointer-events:none}
        @media (max-width:768px){.hg-fab__dl{width:40px!important;height:52px!important}}

        .hg-search-suggest__section .hg-search-suggest__title{margin:0;font-size:18px;font-weight:600;color:#fff}

        .hg-search-suggest__panel{
            overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y
        }
        body.is-search-suggest-open{overscroll-behavior:none}
        .hg-search-suggest__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
        .hg-search-suggest__clear-text{border:0;background:transparent;color:rgba(255,255,255,.45);font-size:13px;line-height:1;padding:6px 4px;cursor:pointer}
        .hg-search-suggest__clear-text:hover{color:rgba(255,255,255,.85)}
        .hg-search-suggest__clear-text[hidden]{display:none!important}
        .hg-search-suggest__close{width:36px;height:36px;border:0;border-radius:18px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
        .hg-search-suggest__close:hover{background:rgba(255,255,255,.12)}
        .hg-header__search-btn{position:relative}
        .hg-header__search-btn-icon[hidden]{display:none!important}
        .hg-header.is-mobile-search .hg-header__search-btn-icon--close{display:block!important;width:22px!important;height:22px!important}

        .hg-search__submit{order:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;opacity:.75}
        .hg-search__submit:hover{opacity:1}
        .hg-search__submit img{width:15px!important;height:15px!important;opacity:1;order:0}

        @media (min-width:1024px){
            .hg-search-suggest{
                left:auto;right:calc(16px - var(--hg-page-gutter));transform:none;width:min(576px,calc(100vw - 32px))
            }
            .hg-search-suggest__panel{padding:16px;gap:16px;border-radius:16px}
            .hg-search-suggest__section{gap:12px}
        }

        @media (max-width:1023px){
            .hg-header.is-mobile-search .hg-header__search{
                display:flex!important;width:100%!important;max-width:none!important;min-width:0!important;
                flex:1 1 auto!important;left:0!important;right:0!important;box-sizing:border-box
            }
            .hg-header.is-mobile-search .hg-search{width:100%;max-width:none}

            .hg-header.is-mobile-search .hg-search-suggest{
                left:12px!important;right:12px!important;width:auto!important;max-width:none!important;transform:none!important;
                top:calc(100% - 1px)!important
            }
        }

        .hg-drama-card .hg-drama-card__tags{
            box-sizing:content-box!important;flex-wrap:wrap!important;align-content:flex-start!important;
            overflow:hidden!important;max-height:var(--hg-tag-h)!important
        }

        .hg-drama-card .hg-tag{
            display:inline-flex;align-items:center;box-sizing:border-box;
            flex:0 0 auto;height:var(--hg-tag-h);max-width:100%;white-space:nowrap;overflow:hidden
        }
        @media (max-width:1023px){.hg-drama-card{--hg-tag-h:20px}}

        .hg-search-suggest__guess .hg-drama-card,
        .hg-history-dialog__list .hg-drama-card{--hg-tag-h:19px}

        .hg-category-item__info{min-width:0;flex:1 1 auto}
        .hg-category-item__desc{overflow-wrap:anywhere;word-break:break-word}

        .hg-post-card:not(.hg-post-card--nocover){background:transparent;border:0}
        .hg-post-card__gallery{
            position:relative;width:100%;aspect-ratio:2/1;height:auto!important;overflow:hidden
        }
        .hg-post-card__images,.hg-post-card__img{width:100%;height:100%}
        .hg-post-card__img img{width:100%;height:100%;object-fit:cover;display:block}
        .hg-post-card:not(.hg-post-card--nocover) .hg-post-card__body{
            position:absolute;left:0;right:0;bottom:0;z-index:2;
            padding:12px 16px 16px;background:transparent
        }
        .hg-post-card__meta{margin:0 0 6px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;
            color:#fff;font-size:13px;line-height:18px;opacity:.9}
        .hg-post-card:not(.hg-post-card--nocover) .hg-post-card__body h3{margin:0;color:#fff}


        .hg-history-dialog__mask{
            display:none;position:fixed;inset:0;z-index:0;margin:0;padding:0;border:0;
            background:rgba(0,0,0,.65);cursor:pointer;-webkit-tap-highlight-color:transparent
        }
        .hg-history-dialog__panel{position:relative;z-index:1}
        @media (min-width:641px){

            .hg-history-dialog{background:transparent!important}
            .hg-history-dialog.is-open .hg-history-dialog__mask{display:block}
        }

        html.is-history-dialog-open,
        body.is-history-dialog-open{overflow:hidden!important;overscroll-behavior:none!important}
        .hg-history-dialog.is-open,
        .hg-history-dialog__panel,
        .hg-history-dialog__list{overscroll-behavior:none;-webkit-overflow-scrolling:touch}
        .hg-history-dialog__header{margin-bottom:12px}
        .hg-history-dialog__tabs{margin-bottom:12px;gap:16px}
        .hg-history-dialog__list{
            display:grid!important;
            align-items:stretch!important;
            align-content:start!important;
            justify-items:stretch;
            gap:12px;
            grid-auto-rows:max-content!important;
            grid-template-rows:none
        }

        .hg-history-dialog__list:has(> .hg-post-card){grid-template-columns:repeat(2,minmax(0,1fr))!important}
        .hg-history-dialog__list .hg-post-card{align-self:start;background:transparent;border:0}

        .hg-history-dialog__list .hg-post-card__gallery{aspect-ratio:2/1;height:auto!important}
        .hg-history-dialog__list .hg-post-card__body{padding:8px 10px 10px}
        .hg-history-dialog__list .hg-post-card__body h3{font-size:13px;line-height:18px}
        .hg-history-dialog__list .hg-post-card__meta{margin:0 0 4px;font-size:11px}
        .hg-history-dialog__list .hg-drama-card{
            display:flex;flex-direction:column;
            align-self:stretch!important;
            flex:none!important;
            gap:0;height:auto!important;max-height:none!important;min-height:0!important;
            overflow:visible;position:relative;z-index:0;transform:none
        }
        .hg-history-dialog__list .hg-drama-card:hover{transform:none}
        .hg-history-dialog__list .hg-drama-card__cover{flex:0 0 auto!important;height:auto;overflow:hidden;border-radius:inherit}
        .hg-history-dialog__list .hg-drama-card__body{
            display:flex;flex-direction:column;flex:1 1 auto!important;min-height:0;
            padding:6px 8px 6px;overflow:visible
        }
        .hg-history-dialog__list .hg-drama-card__desc{margin-top:4px}

        .hg-history-dialog__list .hg-drama-card__tags{
            flex:0 0 auto;margin-top:4px;padding-top:0;gap:3px 4px
        }

        .hg-history-dialog__list:has(> .hg-history-empty){
            display:flex!important;align-items:center!important;justify-content:center!important;
            align-content:center!important;grid-auto-rows:unset!important;min-height:200px
        }
        .hg-history-empty{
            margin:0;width:100%;box-sizing:border-box;padding:48px 16px;
            color:#888;font-size:14px;line-height:1.5;text-align:center
        }
        @media (max-width:640px){
            .hg-history-dialog__header{padding:12px 16px 8px!important}
            .hg-history-dialog__tabs{padding:0 16px!important;margin-bottom:0}
            .hg-history-dialog__list{
                gap:10px;padding:10px 12px 16px!important;
                align-items:stretch!important;align-content:start!important;
                grid-auto-rows:max-content!important
            }
            .hg-history-dialog__list:has(> .hg-history-empty){
                align-items:center!important;justify-content:center!important;align-content:center!important;
                min-height:0;
            }
            .hg-history-dialog__list .hg-drama-card{align-self:stretch!important;height:auto!important}
            .hg-history-dialog__list .hg-drama-card__body{padding:6px 6px 5px}

            .hg-history-dialog__list .hg-drama-card{--hg-tag-h:18px}
            .hg-history-dialog__list .hg-drama-card__tags{margin-top:4px;gap:2px 4px}
            .hg-history-dialog__list .hg-tag{padding:1px 5px;font-size:10px;line-height:14px}
        }

        .hg-topic-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
        .hg-topic-card{height:auto;aspect-ratio:16/9;min-height:0}
        .hg-topic-card>img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
        .hg-topic-card__body{bottom:8px}
        @media (max-width:1023px){
            .hg-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
            .hg-topic-card{height:auto;aspect-ratio:16/9;min-height:0}
            .hg-topic-card__title{font-size:12px;line-height:18px}
        }

        .hg-layout{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}
        .hg-layout .hg-body{display:flex;flex-direction:column;flex:1 0 auto}
        .hg-layout .hg-main{display:flex;flex-direction:column;flex:1 0 auto}
        .hg-layout .hg-main>.main{flex:1 0 auto;width:100%}
        .hg-layout .hg-main>.hg-footer{margin-top:auto;flex-shrink:0}

        .hg-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:48px 16px;grid-column:1/-1;color:#888;text-align:center}
        .hg-empty__art{flex-shrink:0;display:block;width:188px;height:188px;max-width:188px;margin:0 0 6px;-o-object-fit:contain;object-fit:contain;pointer-events:none}
        .hg-empty__title{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:24px}
        .hg-empty__desc{margin:0;max-width:420px;color:#858585;font-size:13px;font-weight:400;line-height:20px}
        @media (max-width:767px){
            .hg-empty{padding:36px 16px}
            .hg-empty__desc{max-width:300px;font-size:12px;line-height:18px}
        }


        .hg-ep-time__at{font-style:normal;font-weight:400;opacity:.65;margin-right:.5em}

        .hg-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
            border-radius:50%;overflow:hidden;background:#3390EC;color:#fff;font-weight:700;line-height:1;
            text-transform:uppercase;-webkit-user-select:none;user-select:none}
        .hg-avatar--sm{width:30px;height:30px;font-size:13px}
        .hg-avatar--md{width:56px;height:56px;font-size:22px}
        .hg-avatar--lg{width:90px;height:90px;font-size:36px}

    


    html.hg-logged .hg-header__login{display:none}

    html.hg-logged .hg-header__auth::before{
        content:"";display:block;width:50px;height:50px;border-radius:50%;
        background:rgba(255,255,255,.08)
    }

    html.hg-logged .hg-header__auth.has-user::before{display:none}



    html.hg-age-locked{overflow:hidden}

    html.hg-age-locked::before{content:"";position:fixed;inset:0;z-index:2147483000;background:#0d0d0d}
    .hg-age-modal{
        position:fixed;inset:0;z-index:2147483001;
        display:flex;align-items:center;justify-content:center;
        background:#0d0d0d;color:#fff;
        font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;
        -webkit-font-smoothing:antialiased
    }
    .hg-age-modal::before{
        content:"";position:absolute;inset:0;pointer-events:none;
        background:radial-gradient(120% 80% at 50% 0%,rgba(255,210,28,.10),transparent 60%)
    }
    .hg-age-modal__panel{
        position:relative;display:flex;flex-direction:column;align-items:center;
        width:min(500px,calc(100vw - 48px));gap:40px;text-align:center
    }
    .hg-age-modal__logo{display:block;width:min(260px,60vw);height:auto;aspect-ratio:260/72;object-fit:contain}
    .hg-age-modal__notice{margin:0;width:100%;color:#fff;font-size:clamp(18px,4.8vw,24px);font-weight:500;line-height:1.6}
    .hg-age-modal__actions{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px}

    .hg-age-modal .hg-age-modal__btn{
        display:flex;align-items:center;justify-content:center;box-sizing:border-box;
        width:100%;margin:0;padding:18px 20px;border:0;border-radius:30px;
        font-size:clamp(14px,4vw,16px);line-height:1.375;text-align:center;
        cursor:pointer;appearance:none;-webkit-appearance:none;
        transition:opacity .15s ease,transform .15s ease
    }
    .hg-age-modal .hg-age-modal__btn:active{transform:scale(.98)}
    .hg-age-modal .hg-age-modal__btn--enter{
        background:#ffd21c !important;background-image:none !important;
        color:#000 !important;font-weight:600;box-shadow:none
    }
    .hg-age-modal .hg-age-modal__btn--enter:hover{opacity:.92}
    .hg-age-modal .hg-age-modal__btn--leave{
        border:1px solid rgba(255,255,255,.07) !important;
        background:#181713 !important;background-image:none !important;
        color:rgba(255,255,255,.8) !important;font-weight:500;box-shadow:none
    }
    .hg-age-modal .hg-age-modal__btn--leave:hover{border-color:rgba(255,255,255,.16) !important;color:#fff !important}
    .hg-age-modal__legal{margin:0;width:100%;color:rgba(255,255,255,.4);font-size:clamp(12px,3.2vw,14px);line-height:1.5}
    .hg-age-modal__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
    @media (max-width:768px){
        .hg-age-modal__panel{width:min(500px,calc(100vw - 48px));gap:28px}
        .hg-age-modal .hg-age-modal__btn{padding:16px 18px;border-radius:28px}
    }
    @media (max-width:380px){
        .hg-age-modal__panel{width:calc(100vw - 32px);gap:24px}
        .hg-age-modal .hg-age-modal__btn{padding:15px 14px}
    }



        .hg-topic-intro{position:relative;overflow:hidden;background:transparent}
        .hg-topic-intro__bg{position:absolute;inset:0;pointer-events:none;
            background:url('/assets/static/web/images/topic-intro-bg.png') center/cover no-repeat}

        .hg-topic-intro__bg::after{content:'';position:absolute;inset:0;
            background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.30))}
        .hg-topic-intro__body{position:relative;z-index:1}

        .hg-topic-page .hg-page-header__text h1{display:flex;align-items:center;gap:12px;min-width:0}
        .hg-topic-page .hg-page-header__text h1::before{content:'';flex:0 0 auto;
            width:4px;height:20px;border-radius:999px;background:var(--color-primary)}

    

        .hg-topic-page>.hg-section-title{margin:24px 0 -4px}
        @media (max-width:1023px){.hg-topic-page>.hg-section-title{margin:18px 0 -6px}}
    


                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"]{
                        max-width:none!important;margin-top:24px;margin-bottom:24px
                    }
                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-list]{
                        display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
                        gap:16px!important;width:100%!important
                    }
                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-item]{
                        position:relative!important;width:100%!important;height:auto!important;
                        aspect-ratio:700/200;padding-top:0!important;overflow:hidden!important
                    }

                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"]:not([data-ssp-picked]) [data-ssp-banner-item]:nth-child(n+3){
                        display:none!important
                    }
                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-item]>div{
                        position:absolute!important;inset:0!important;height:100%!important;padding-top:0!important
                    }
                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-item] a{
                        display:block!important;width:100%!important;height:100%!important
                    }
                    .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-item] img{
                        width:100%!important;height:100%!important;object-fit:cover!important;display:block
                    }

                    @media (max-width:520px){
                        .hg-ssp-slot[data-ssp-format="banner"][data-ssp-layout="stacked"] [data-ssp-banner-list]{
                            grid-template-columns:minmax(0,1fr)!important;gap:8px!important
                        }
                    }
                



        .hg-topic-banner{position:relative;overflow:hidden;min-height:169px;border-radius:12px;margin-bottom:28px;background:#161616}
        .hg-topic-banner__cover{position:absolute;inset:0;pointer-events:none}
        .hg-topic-banner__cover img{width:100%;height:100%;object-fit:cover}

        .hg-topic-banner__cover::after{content:'';position:absolute;inset:0;
            background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.2))}

        .hg-topic-banner__body{position:relative;z-index:1;max-width:none;width:auto;padding:45px 30px 30px;box-sizing:border-box}

        .hg-topic-banner__body h2{font-size:24px;line-height:1.4;font-weight:600;color:#fff;margin:0 0 8px}
        .hg-topic-banner__body p{font-size:14px;line-height:22px;color:rgba(255,255,255,.75);margin:0;
            display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        @media (max-width:768px){

            .hg-topic-banner{min-height:0;border-radius:8px;margin-bottom:20px}
            .hg-topic-banner__body{padding:10px}
            .hg-topic-banner__body h2{font-size:16px;line-height:22px;letter-spacing:-.1px;margin:0 0 6px}

            .hg-topic-banner__body p{font-size:12px;line-height:1.45;color:rgba(255,255,255,.65);
                display:block;-webkit-line-clamp:unset;overflow:visible}
        }

        .hg-topic-related{margin-top:32px}

        .hg-topic-detail .hg-page-header__text h2{display:flex;align-items:center;gap:12px;min-width:0;
            font-size:24px;line-height:30px;font-weight:600;color:#fff}
        .hg-topic-detail .hg-page-header__text h2::before{content:'';flex:0 0 auto;
            width:4px;height:20px;border-radius:999px;background:var(--color-primary)}
        @media (max-width:768px){

            .hg-topic-related .hg-page-header{flex-direction:row;align-items:center}
        }
