:root{--color-primary: #ffd21c;--color-primary-end: #f5a623;--color-red: #ff3332;--color-dark: #0a0a0a;--color-base1: #0d0d0d;--color-page: #080808;--color-text: #fff;--color-font1: rgba(255, 255, 255, .45);--color-font2: rgba(255, 255, 255, .7);--color-border: rgba(255, 255, 255, .08);--hg-page-gutter: 16px;--hg-card-bg: #171616;--hg-section-bg: #0d0d0d;--hg-btn-gradient: linear-gradient(90deg, #ffd21c 0%, #f5a623 100%);--header-h: 64px;--float-side-size: 48px;--float-side-right: 16px;--float-side-gap: 12px;--float-side-clearance: calc(var(--float-side-size) + var(--float-side-right) + var(--float-side-gap))}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;background:var(--color-page);color:var(--color-text);font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-shell,.app{min-height:100vh;display:flex;flex-direction:column;padding-top:var(--header-h);width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}.app-main{flex:1;width:100%;max-width:min(1280px,100%);margin:0 auto;padding:12px var(--hg-page-gutter) 48px;overflow-x:hidden;overscroll-behavior-x:none}.hg-header{position:fixed;left:0;right:0;top:0;z-index:100;width:100%;max-width:100%;overflow-x:hidden;background:#0d0d0df5;border-bottom:1px solid var(--color-border);backdrop-filter:blur(8px)}.hg-header__inner{display:flex;align-items:center;gap:12px;height:var(--header-h);max-width:1400px;margin:0 auto;padding:0 var(--hg-page-gutter)}.hg-header__menu{display:none;width:40px;height:40px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:22px}.hg-header__logo{display:flex;align-items:center;flex-shrink:0;gap:8px}.hg-header__logo img{height:42px;width:auto}.hg-header__logo-text{font-size:18px;font-weight:700;color:var(--color-primary);white-space:nowrap}.hg-topbar-nav{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none}.hg-topbar-nav::-webkit-scrollbar{display:none}.hg-topbar-nav__item{flex-shrink:0;padding:6px 12px;border-radius:999px;font-size:14px;color:#ffffffc7;white-space:nowrap}.hg-topbar-nav__item.is-active,.hg-topbar-nav__item:hover{color:#111;background:var(--hg-btn-gradient);font-weight:600}.hg-header__search{flex:0 1 280px;min-width:140px}.hg-search{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;border-radius:999px;background:#1e1e1e;border:1px solid transparent}.hg-search:focus-within{border-color:var(--color-primary)}.hg-search input{flex:1;min-width:0;border:0;background:transparent;color:#fff;outline:none}.hg-search input::placeholder{color:#ffffff4d}.hg-search__submit{border:0;background:transparent;color:#ffffff8c;cursor:pointer;padding:0}.hg-header__login{flex-shrink:0;min-width:88px;height:32px;padding:0 14px;border:0;border-radius:999px;background:var(--hg-btn-gradient);color:#000;font-size:14px;font-weight:600;cursor:pointer}.hg-header__login:hover{filter:brightness(1.05)}.drawer-backdrop{position:fixed;inset:0;z-index:200;background:#0000008c}.drawer{position:fixed;left:0;top:0;bottom:0;z-index:201;width:min(280px,86vw);background:#0d0d0d;border-right:1px solid var(--color-border);padding:20px 16px;display:flex;flex-direction:column;gap:8px}.drawer a{padding:12px 14px;border-radius:10px;color:#ffffffd9}.drawer a.is-active,.drawer a:hover{background:#ffd21c1f;color:var(--color-primary)}@media(max-width:1023px){.hg-header__inner{gap:8px}.hg-header__menu{display:inline-flex;align-items:center;justify-content:center}.hg-topbar-nav{display:none}.hg-header__logo img{height:36px}.hg-header .hg-header__logo-text{display:none}.hg-header__search{flex:1 1 auto;min-width:0;width:auto}.hg-search{height:32px;padding:0 10px}.hg-header__login{min-width:72px}.hg-header__user{margin-left:0}}@media(max-width:640px){.hg-header__account{display:none}.hg-header__login{min-width:56px;padding:0 12px;font-size:13px}}.hg-age-modal{position:fixed;inset:0;z-index:2147483001;display:flex;align-items:center;justify-content:center;background:#0d0d0d}.hg-age-modal:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 80% at 50% 0%,rgba(255,210,28,.1),transparent 60%)}.hg-age-modal__panel{position:relative;display:flex;flex-direction:column;align-items:center;width:min(500px,calc(100% - 48px));gap:28px;text-align:center}.hg-age-modal__logo{width:min(220px,56vw);height:auto}.hg-age-modal__notice{margin:0;font-size:clamp(18px,4.8vw,24px);font-weight:500;line-height:1.6}.hg-age-modal__actions{display:flex;flex-direction:column;width:100%;gap:14px}.hg-age-modal__btn{width:100%;padding:16px 18px;border:0;border-radius:30px;font-size:15px;cursor:pointer}.hg-age-modal__btn--enter{background:var(--hg-btn-gradient);color:#111;font-weight:600}.hg-age-modal__btn--leave{background:#1e1e1e;color:#ffffffbf}.hg-age-modal__legal{margin:0;font-size:12px;color:#fff6;line-height:1.5}.section{margin-top:28px}.section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section__title{display:flex;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:700}.section__title:before{content:"";width:4px;height:18px;border-radius:2px;background:var(--color-primary)}.section__more{font-size:13px;color:var(--color-font1)}.section__more:hover{color:var(--color-primary)}.hg-card-row,.hg-h-row{display:flex;gap:12px;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hg-card-row::-webkit-scrollbar,.hg-h-row::-webkit-scrollbar{display:none}.hg-card-row>*,.hg-h-row>*{flex-shrink:0}.hg-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 14px}@media(max-width:1023px){.hg-card-grid{grid-template-columns:repeat(3,1fr);gap:12px 10px}}@media(max-width:640px){.hg-card-grid{grid-template-columns:repeat(2,1fr)}}.hg-drama-card{display:flex;flex-direction:column;min-width:0}.hg-drama-card__cover{position:relative;aspect-ratio:9/12;border-radius:12px;overflow:hidden;background:var(--hg-card-bg)}.hg-drama-card__cover img{width:100%;height:100%;object-fit:cover}.hg-drama-card__badge{position:absolute;left:8px;top:8px;padding:0 7px;border-radius:6px;background:linear-gradient(98.55deg,#dfa048 1.5%,#ffe166 98.5%);color:#111;font-size:11px;font-weight:700;line-height:20px}.hg-drama-card__badge--new{background:linear-gradient(98.55deg,#ff6a3d 1.5%,#ff3332 98.5%);color:#fff}.hg-drama-card__score{position:absolute;right:8px;top:8px;padding:0 7px;border-radius:6px;background:#0000008c;border:1px solid rgba(255,255,255,.14);color:var(--color-primary);font-size:13px;font-weight:600;line-height:22px;backdrop-filter:blur(4px)}.hg-drama-card__episode{position:absolute;right:8px;bottom:8px;padding:0 7px;border-radius:6px;background:#0000008c;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:600;line-height:22px;backdrop-filter:blur(4px)}.hg-drama-card__body{padding:10px 0 0}.hg-drama-card__title{font-size:15px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hg-drama-card:hover .hg-drama-card__title{color:var(--color-primary)}.hg-drama-card__desc{margin:6px 0 0;font-size:12px;line-height:1.45;color:var(--color-font1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hg-drama-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.hg-tag{padding:2px 8px;border-radius:4px;background:#1e1e1e;color:#ffffffa6;font-size:11px}.hero-carousel{position:relative;border-radius:16px;overflow:hidden;overscroll-behavior-x:contain;background:#121212;aspect-ratio:1280/480;max-height:min(420px,52vw);min-height:180px;touch-action:pan-y;-webkit-user-drag:none;user-select:none;width:100%;max-width:100%}.hero-carousel__viewport{width:100%;height:100%;overflow:hidden}.hero-carousel__track{display:flex;height:100%;width:100%;will-change:transform;backface-visibility:hidden}.hero-carousel.is-dragging .hero-carousel__track{transition:none!important}.hero-carousel__slide{display:block;position:relative;flex:0 0 100%;width:100%;height:100%;color:inherit;text-decoration:none;-webkit-user-drag:none}.hero-carousel__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.hero-carousel__shade{position:absolute;inset:0;background:linear-gradient(90deg,#080808e0,#08080873 42%,#08080826 70%,#08080859),linear-gradient(0deg,rgba(8,8,8,.55),transparent 45%);pointer-events:none}.hero-carousel__body{position:absolute;left:0;right:0;bottom:0;padding:28px 56px 36px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:720px;pointer-events:none}.hero-carousel__eyebrow{color:var(--color-primary);font-size:13px;font-weight:700;letter-spacing:.04em}.hero-carousel__title{margin:0;font-size:clamp(22px,3.6vw,36px);font-weight:800;line-height:1.25;text-shadow:0 2px 16px rgba(0,0,0,.45)}.hero-carousel__cta{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 20px;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-weight:700;font-size:14px;box-shadow:0 6px 20px #ffd21c40}.hero-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border:0;border-radius:999px;background:#00000073;color:#fff;font-size:22px;line-height:1;cursor:pointer;backdrop-filter:blur(4px)}.hero-carousel__nav:hover{background:#ffd21cd9;color:#111}.hero-carousel__nav--prev{left:10px}.hero-carousel__nav--next{right:10px}.hero-carousel__dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;z-index:2}.hero-carousel__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#ffffff59;cursor:pointer;transition:width .2s ease,background .2s ease}.hero-carousel__dot.is-active{width:22px;background:var(--color-primary)}.ticker{margin-top:12px;padding:8px 14px;border-radius:8px;background:linear-gradient(90deg,#ffd21c2e,#ffd21c0f);color:#ffe9a0;font-size:13px;overflow:hidden;white-space:nowrap}.ticker__inner{display:inline-block;animation:ticker 28s linear infinite}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:767px){.hero-carousel{aspect-ratio:16/9;max-height:240px}.hero-carousel__body{padding:18px 16px 28px}.hero-carousel__nav{display:none}}.cat-panels{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cat-panel{background:var(--hg-section-bg);border:1px solid var(--color-border);border-radius:14px;padding:14px}.cat-panel__title{margin:0 0 12px;font-size:16px;font-weight:700}.cat-row{display:flex;gap:10px;padding:8px 0;border-top:1px solid var(--color-border)}.cat-row:first-of-type{border-top:0;padding-top:0}.cat-row__thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#171616}.cat-row__thumb img{width:100%;height:100%;object-fit:cover}.cat-row__meta{min-width:0}.cat-row__name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-row__desc{margin:4px 0 0;font-size:12px;color:var(--color-font1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.cat-panels{grid-template-columns:1fr}}.breadcrumb{font-size:13px;color:var(--color-font1);margin-bottom:14px}.breadcrumb a:hover{color:var(--color-primary)}.hg-web-detail__hero{display:flex;gap:24px;padding:20px;border-radius:16px;background:#121212;border:1px solid var(--color-border)}.hg-web-detail__poster{position:relative;width:200px;flex-shrink:0;border-radius:12px;overflow:hidden;aspect-ratio:9/12;background:#171616}.hg-web-detail__poster img{width:100%;height:100%;object-fit:cover}.hg-web-detail__badge{position:absolute;left:10px;top:10px;padding:0 8px;border-radius:4px;background:linear-gradient(98.55deg,#dfa048,#ffe166);color:#111;font-size:11px;font-weight:700;line-height:20px}.hg-web-detail__episode{position:absolute;right:10px;bottom:10px;padding:0 8px;border-radius:4px;background:#0000008c;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:11px;font-weight:600;line-height:19px}.hg-web-detail__info{flex:1;min-width:0}.hg-web-detail__info h1{margin:0 0 10px;font-size:26px;line-height:1.3}.hg-web-detail__meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px;font-size:13px;color:var(--color-font2)}.hg-web-detail__score em{font-style:normal;color:var(--color-primary);font-weight:700;font-size:18px}.hg-web-detail__section-title{margin:0 0 8px;font-size:16px}.hg-web-detail__desc{margin:0;font-size:14px;line-height:1.65;color:#ffffffd9}.hg-web-detail__desc.is-clamped{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hg-web-detail__expand{margin-top:6px;border:0;background:transparent;color:var(--color-primary);cursor:pointer;padding:0;font-size:13px}.hg-web-detail__tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.hg-web-detail__actions{display:flex;gap:12px;flex-wrap:wrap}.hg-web-detail__play,.hg-web-detail__share{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:600;border:0;cursor:pointer}.hg-web-detail__play{background:var(--color-primary);color:#111}.hg-web-detail__share{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}.hg-web-detail__episodes{margin-top:28px}.hg-web-detail__ep-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.hg-web-detail__ep-title{margin:0;font-size:20px}.hg-web-detail__ep-tip{font-size:13px;color:var(--color-primary)}.hg-web-detail__ep-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:10px}.hg-web-detail__ep-grid a{display:flex;align-items:center;justify-content:center;height:44px;border-radius:10px;background:#1e1e1e;color:#ffffffd9;font-weight:600;font-size:14px}.hg-web-detail__ep-grid a.is-active,.hg-web-detail__ep-grid a:hover{background:var(--color-primary);color:#111}@media(max-width:767px){.hg-web-detail__hero{flex-direction:column}.hg-web-detail__poster{width:160px}.hg-web-detail__info h1{font-size:22px}}.player-layout{display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:start}.player-stage{background:#000;border-radius:14px;overflow:hidden;border:1px solid var(--color-border)}.player-stage__title{margin:0;padding:14px 16px 0;font-size:18px;font-weight:700}.player-stage__screen{position:relative;aspect-ratio:16/9;margin:12px 16px;border-radius:10px;background:#0a0a0a radial-gradient(circle at 50% 45%,rgba(255,210,28,.08),transparent 55%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#ffffffb3;overflow:hidden}.player-stage--locked{overflow:auto}.player-stage__screen--locked{aspect-ratio:auto;min-height:min(420px,70vh);height:auto;overflow:auto;justify-content:flex-start;padding:12px 0}.player-stage__playbtn{width:64px;height:64px;border-radius:50%;border:0;background:#ffffffeb;color:#111;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.player-stage__hint{font-size:13px;color:var(--color-font1);text-align:center;padding:0 16px}.player-toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 16px;align-items:center}.player-toolbar button{height:36px;padding:0 12px;border-radius:8px;border:0;background:#1e1e1e;color:#ffffffd9;cursor:pointer;font-size:13px}.player-toolbar button.is-primary{background:var(--hg-btn-gradient);color:#111;font-weight:600}.player-toolbar .hg-engage--toolbar{flex:0 0 auto;min-width:0;max-width:100%}@media(max-width:767px){.player-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.player-toolbar>button,.player-toolbar>.hg-engage--toolbar{width:100%;min-width:0}.player-toolbar>.hg-engage--toolbar .hg-engage__like{width:100%}}.player-sidebar{background:#121212;border:1px solid var(--color-border);border-radius:14px;padding:14px}.player-sidebar__head{margin-bottom:12px}.player-sidebar__head h2{margin:0 0 6px;font-size:16px}.player-sidebar__meta{font-size:12px;color:var(--color-font1)}.player-sidebar__meta strong{color:var(--color-primary);font-weight:600}@media(max-width:1023px){.player-layout{grid-template-columns:1fr}}.hg-footer{margin-top:auto;border-top:1px solid var(--color-border);background:#0a0a0a;padding:36px var(--hg-page-gutter) 48px}.hg-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px}.hg-footer__brand{display:flex;align-items:center;gap:10px;color:var(--color-primary);font-weight:700;font-size:16px}.hg-footer__brand img{height:36px;width:auto}.hg-footer h4{margin:0 0 12px;font-size:14px;color:#fff}.hg-footer a,.hg-footer p{display:block;margin:0 0 8px;font-size:13px;color:var(--color-font1)}.hg-footer__linkbtn{display:block;margin:0 0 8px;padding:0;border:0;background:transparent;color:var(--color-font1);font-size:13px;cursor:pointer;text-align:left}.hg-footer__linkbtn:hover{color:var(--color-primary)}.hg-footer__copy{max-width:1280px;margin:28px auto 0;padding-top:18px;border-top:1px solid var(--color-border);font-size:12px;color:#ffffff59}@media(max-width:767px){.hg-footer__inner{grid-template-columns:1fr 1fr}}.float-side{position:fixed;right:var(--float-side-right);bottom:24px;z-index:90;display:flex;flex-direction:column;gap:10px}.float-side button{width:var(--float-side-size);height:var(--float-side-size);border-radius:50%;border:0;background:var(--hg-btn-gradient);color:#111;font-size:11px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #00000059}@media(min-width:768px){.app-main{padding-right:calc(var(--hg-page-gutter) + var(--float-side-clearance))}}.modal-backdrop{position:fixed;inset:0;z-index:300;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px));box-sizing:border-box}.login-modal{width:min(400px,100%);max-height:min(90dvh,100%);min-height:0;background:#151515;border:1px solid var(--color-border);border-radius:16px;padding:0;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.login-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px 20px 12px;overscroll-behavior:contain;-webkit-overflow-scrolling:auto}.login-modal__footer{flex:0 0 auto;position:relative;z-index:2;padding:10px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);background:#151515;box-shadow:0 -8px 24px #00000040}html.is-modal-open,html.is-modal-open body{overflow:hidden;overscroll-behavior:none}html.is-modal-open .float-side{display:none!important;visibility:hidden!important;pointer-events:none!important}.login-modal h3{margin:0 0 10px;font-size:20px}.login-modal p{margin:0 0 14px;color:var(--color-font1);font-size:13px}.login-modal__lead{margin:0 0 12px}.login-modal input:not([type=checkbox]):not([type=radio]){width:100%;height:42px;margin-bottom:10px;padding:0 12px;border-radius:10px;border:1px solid var(--color-border);background:#0d0d0d;color:#fff}.login-modal__actions{display:flex;gap:10px;margin-top:8px}.login-modal__actions button{flex:1;height:42px;border-radius:999px;border:0;cursor:pointer;font-weight:600}.login-modal__actions .primary{background:var(--hg-btn-gradient);color:#111}.login-modal__actions .ghost{background:#1e1e1e;color:#fff}.empty{padding:48px 16px;text-align:center;color:var(--color-font1)}.search-page__form{display:flex;align-items:center;gap:10px;margin:0 0 16px}.search-page__input{flex:1;min-width:0;height:40px}.search-page__clear{flex:0 0 auto;height:36px;padding:0 14px;border-radius:999px;border:0;background:#1e1e1e;color:#ffffffbf;cursor:pointer;font-size:13px}.search-page__suggest-title{margin:0 0 10px;font-size:15px;font-weight:600}.search-page__hot{list-style:none;margin:0;padding:0}.search-page__hot li{border-bottom:1px solid rgba(255,255,255,.06)}.search-page__hot-btn{display:flex;align-items:center;gap:10px;width:100%;padding:12px 4px;border:0;background:transparent;color:#ffffffd1;text-align:left;cursor:pointer;font-size:14px}.search-page__hot-btn:active{opacity:.75}.search-page__rank{flex:0 0 22px;width:22px;height:22px;line-height:22px;text-align:center;border-radius:6px;background:#1e1e1e;color:#ffffff73;font-size:12px;font-weight:700}.search-page__rank.is-top{background:#ffd21c2e;color:#ffd21c}.search-page__hot-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-page__hot-meta{flex:0 0 auto;font-size:12px;color:#ffffff59}.search-page__hint{margin:14px 4px 0;font-size:12px;color:#ffffff59}.search-page__empty-title{margin:0 0 8px;font-size:15px;color:#ffffffd9}.search-page__empty-sub{margin:0 0 18px;font-size:13px;color:#ffffff73}.search-page__empty-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.search-page__link,.search-page__retry{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer}.search-page__retry{background:#1e1e1e;color:#fff}@media(max-width:640px){.search-page__form{margin-bottom:12px}.search-page__input{height:38px}.search-page__hot-btn{padding:11px 2px;font-size:13px}}.login-modal__error{margin:4px 0 8px;color:#ff6b6b;font-size:13px}.login-modal__switch{display:block;width:100%;margin-top:14px;padding:0;border:0;background:transparent;color:var(--color-primary);cursor:pointer;font-size:13px;text-align:center}.login-modal__hint{margin:0 0 14px;color:var(--color-font1);font-size:12px;line-height:1.5}.login-modal__account{display:flex;flex-direction:column;gap:10px;margin:0 0 14px;padding:12px 14px;border-radius:12px;background:#0d0d0d;border:1px solid var(--color-border)}.login-modal__account-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--color-font1)}.login-modal__account-row strong{color:#fff;font-weight:600;text-align:right;word-break:break-all}.hg-header__account--btn{appearance:none;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credentials-modal-backdrop{z-index:400;background:#000000d1}.credentials-modal__rows{display:flex;flex-direction:column;gap:8px;margin:0 0 12px}.credentials-modal__row{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:#0d0d0d;border:1px solid var(--color-border)}.credentials-modal__label{font-size:12px;color:var(--color-font1)}.credentials-modal__value{font-size:13px;color:#fff;word-break:break-all;user-select:all}.credentials-modal__copy{height:30px;padding:0 10px;border-radius:999px;border:1px solid var(--color-border);background:#1e1e1e;color:#fff;font-size:12px;cursor:pointer}.credentials-modal__copy-all{width:100%;height:40px;margin-bottom:10px;border-radius:999px;border:1px solid var(--color-border);background:#1e1e1e;color:#fff;font-weight:600;cursor:pointer}.credentials-modal__copied{margin:0 0 8px;color:var(--color-primary);font-size:13px;text-align:center}.credentials-modal__ack{display:flex;align-items:flex-start;gap:8px;margin:4px 0 12px;font-size:13px;color:#ffffffd9;line-height:1.4;cursor:pointer}.login-modal__actions .primary:disabled{opacity:.45;cursor:not-allowed}.hg-header__user{display:flex;align-items:center;gap:8px;margin-left:8px}.hg-header__user.muted{color:var(--color-font1);font-size:13px}.hg-header__account{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#ffffffd9}.drawer__auth{margin-top:18px;padding-top:14px;border-top:1px solid var(--color-border)}.drawer__auth button{width:100%;height:40px;border-radius:10px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:600;cursor:pointer}.drawer__account{margin-bottom:10px;font-size:13px;color:#ffffffd9}.hg-web-detail__ep-grid a.is-locked{opacity:.75;font-size:12px;gap:2px}.paywall{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:12px;padding:24px 20px;text-align:center;max-width:420px;width:100%}.paywall__badge{display:inline-flex;align-self:center;padding:4px 10px;border-radius:999px;background:#ffd21c24;color:var(--color-primary);font-size:12px;font-weight:700;letter-spacing:.02em}.paywall__header{display:flex;flex-direction:column;align-items:center;gap:6px;padding:2px 8px 4px;text-align:center}.paywall__brand{font-size:12px;font-weight:700;color:var(--color-primary);letter-spacing:.06em}.paywall__title{margin:0;font-size:17px;font-weight:700;color:#fff;line-height:1.35}.paywall__hint{margin:0;font-size:12px;color:var(--color-font1);line-height:1.55}.paywall__hint--teaser{max-width:260px;align-self:center}.paywall__products{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:2px}.paywall__card{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:68px;padding:14px 14px 14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#1c1c1c,#151515);color:#fff;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.paywall__card:hover{border-color:#ffd21c59}.paywall__card:focus-visible{outline:2px solid rgba(255,210,28,.65);outline-offset:2px}.paywall__card.is-selected{border-color:#ffd21cd9;background:linear-gradient(135deg,#ffd21c24,#f5a6230f 48%,#171616);box-shadow:0 0 0 1px #ffd21c38,inset 0 1px #ffd21c1f}.paywall__card:disabled{opacity:.55;cursor:wait}.paywall__card-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.paywall__card-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.paywall__card-name{font-size:15px;font-weight:700;color:#fff}.paywall__card-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-size:11px;font-weight:700;letter-spacing:.02em}.paywall__card-desc{font-size:12px;color:var(--color-font1);line-height:1.4}.paywall__card-price{display:flex;align-items:baseline;gap:1px;flex-shrink:0;color:var(--color-primary)}.paywall__card-currency{font-size:13px;font-weight:700}.paywall__card-amount{font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1}.paywall__cta{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 18px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;cursor:pointer;font-size:15px;text-decoration:none;box-sizing:border-box;width:100%;box-shadow:0 8px 20px #ffd21c2e}.paywall__cta:disabled{opacity:.6;cursor:wait;box-shadow:none}.paywall__cta--primary{margin-top:2px}.paywall__cta--ghost{background:#1e1e1e;color:#fff;border:1px solid var(--color-border);box-shadow:none}.paywall__cta--fallback{margin-top:2px}.paywall__error{margin:0;color:#ff6b6b;font-size:13px;text-align:center}.paywall__methods{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:100%}.paywall__method{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:96px;height:38px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#1a1a1a;color:#ffffffc7;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.paywall__method:hover{border-color:#ffd21c66;color:#fff}.paywall__method:focus-visible{outline:2px solid rgba(255,210,28,.65);outline-offset:2px}.paywall__method-dot{width:8px;height:8px;border-radius:50%;background:#ffffff47;flex-shrink:0}.paywall__method.is-active{border-color:#ffd21ce6;color:var(--color-primary);background:#ffd21c1a;box-shadow:inset 0 0 0 1px #ffd21c2e;font-weight:700}.paywall__method.is-active .paywall__method-dot{background:var(--color-primary);box-shadow:0 0 0 3px #ffd21c33}.paywall--teaser{padding:20px 16px;gap:10px;align-items:center;background:radial-gradient(120% 90% at 50% 0%,rgba(255,210,28,.1),transparent 55%);border-radius:12px}.paywall--teaser .paywall__cta{width:min(240px,100%);height:42px;font-size:14px;box-shadow:0 6px 16px #ffd21c29}.paywall--modal{max-width:100%;padding:4px 2px 2px;gap:14px;align-items:stretch;text-align:left}.paywall--modal .paywall__hint{text-align:center}.paywall--modal .paywall__title{text-align:center;font-size:18px}.paywall-modal-backdrop{z-index:310}.paywall-modal{position:relative;width:min(420px,100%);max-height:min(90dvh,100%);overflow-y:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#1a1a1a,#121212);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px 16px 16px;box-sizing:border-box;box-shadow:0 20px 48px #00000073}.paywall-modal__close{position:absolute;right:10px;top:8px;width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:#ffffffb3;font-size:24px;cursor:pointer;line-height:1;z-index:1}.paywall-modal__close:hover{color:#fff;background:#ffffff0f}@media(max-width:640px){.paywall-modal-backdrop{align-items:flex-end;padding:max(8px,env(safe-area-inset-top,0px)) 0 0}.paywall-modal{width:100%;max-height:min(90dvh,100%);border-radius:18px 18px 0 0;padding:20px 16px calc(16px + env(safe-area-inset-bottom,0px));border-left:0;border-right:0;border-bottom:0}.paywall__card{min-height:72px;padding:15px 14px 15px 16px}.paywall__cta{height:48px}}html.app-native{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}html.app-native .hg-header{padding-top:var(--safe-top)}html.app-native{--header-h: calc(64px + env(safe-area-inset-top,0px)) }html.app-native .app-shell{padding-top:var(--header-h)}html.app-native .app-main{padding-left:calc(var(--hg-page-gutter) + var(--safe-left));padding-right:calc(var(--hg-page-gutter) + var(--safe-right));padding-bottom:calc(48px + var(--safe-bottom))}html.app-native .float-side{bottom:calc(24px + var(--safe-bottom));right:calc(16px + var(--safe-right))}html.app-native .hg-footer{padding-bottom:calc(48px + var(--safe-bottom))}html.app-native .hg-age-modal{padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left)}.app-dl-modal{position:relative;width:min(400px,100%);background:#151515;border:1px solid var(--color-border);border-radius:16px;padding:28px 24px 24px}.app-dl-modal h3{margin:0 0 8px;font-size:20px;font-weight:700}.app-dl-modal__close{position:absolute;right:12px;top:10px;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:#ffffff8c;font-size:22px;cursor:pointer;line-height:1}.app-dl-modal__close:hover{color:#fff;background:#1e1e1e}.app-dl-modal__hint,.app-dl-modal__native,.app-dl-modal__tip{margin:0 0 16px;font-size:13px;color:var(--color-font1);line-height:1.5}.app-dl-modal__native{color:var(--color-primary);font-weight:600}.app-dl-modal__actions{display:flex;flex-direction:column;gap:10px}.app-dl-modal__btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none}.app-dl-modal__btn--ios{background:linear-gradient(90deg,#fff,#e8e8e8)}.app-dl-modal__btn--ghost{background:#1e1e1e;color:#fff;border:1px solid var(--color-border)}.app-dl-modal__btn.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.library-drawer{position:fixed;right:0;top:0;bottom:0;z-index:201;width:min(360px,92vw);background:#0d0d0d;border-left:1px solid var(--color-border);display:flex;flex-direction:column;box-shadow:-12px 0 40px #00000073}.library-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 12px 10px;border-bottom:1px solid var(--color-border)}.library-drawer__tabs{display:flex;gap:6px}.library-drawer__tabs button{height:34px;padding:0 14px;border-radius:999px;border:0;background:#1a1a1a;color:#ffffffb3;font-size:13px;cursor:pointer}.library-drawer__tabs button.is-active{background:var(--hg-btn-gradient);color:#111;font-weight:700}.library-drawer__close{width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:#ffffff8c;font-size:22px;cursor:pointer}.library-drawer__toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:12px}.library-drawer__toolbar .muted{color:var(--color-font1)}.library-drawer__toolbar button{border:0;background:transparent;color:var(--color-primary);cursor:pointer;font-size:12px}.library-drawer__list{flex:1;overflow:auto;padding:4px 10px 20px}.library-drawer__empty{padding:48px 16px;text-align:center;color:var(--color-font1);font-size:13px}.library-item{display:flex;align-items:center;gap:6px;padding:8px;border-radius:12px}.library-item:hover{background:#ffffff0a}.library-item__main{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.library-item__cover{width:52px;height:70px;border-radius:8px;overflow:hidden;background:#1a1a1a;flex-shrink:0}.library-item__cover img{width:100%;height:100%;object-fit:cover}.library-item__body{min-width:0;flex:1}.library-item__title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-item__meta{margin-top:4px;font-size:12px;color:var(--color-font1)}.library-item__rm{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#ffffff73;cursor:pointer;flex-shrink:0;font-size:16px}.library-item__rm:hover{color:var(--color-primary);background:#1e1e1e}.drawer__link{display:block;width:100%;text-align:left;padding:12px 14px;border-radius:10px;border:0;background:transparent;color:#ffffffd9;cursor:pointer;font-size:14px}.drawer__link:hover{background:#ffd21c1f;color:var(--color-primary)}.hg-web-detail__share.is-fav,.player-toolbar button.is-fav{color:var(--color-primary);border-color:#ffd21c59}.player-toolbar button.is-fav{background:#ffd21c1f}html.app-native .library-drawer{padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}html.app-native .app-dl-modal{margin:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left)}.login-modal__account{display:flex;flex-direction:column;gap:8px;margin:4px 0 12px;padding:12px 14px;border-radius:12px;background:#0d0d0d;border:1px solid var(--color-border)}.login-modal__account-row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.login-modal__account-row span{color:var(--color-font1)}.login-modal__hint{margin:0 0 12px;color:var(--color-font1);font-size:12px;line-height:1.5}.login-modal__hint--compact{margin:0 0 10px;font-size:12px;line-height:1.4}.credentials-modal{width:min(440px,100%)}.credentials-modal__rows{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.credentials-modal__row{display:flex;align-items:center;gap:8px}.credentials-modal__label{flex:0 0 52px;font-size:12px;color:var(--color-font1)}.credentials-modal__value{flex:1;min-width:0;padding:8px 10px;border-radius:8px;background:#0d0d0d;border:1px solid var(--color-border);font-size:12px;word-break:break-all;color:#fff}.credentials-modal__copy{flex:0 0 auto;height:34px;padding:0 12px;border-radius:999px;border:0;background:#1e1e1e;color:#fff;cursor:pointer;font-size:12px;font-weight:600}.credentials-modal__copy-all{width:100%;height:36px;margin:4px 0 8px;border:0;border-radius:999px;background:#1e1e1e;color:#fff;cursor:pointer;font-size:13px;font-weight:600}.credentials-modal__copied{margin:0 0 8px;color:var(--color-primary);font-size:12px}.credentials-modal__ack{display:flex;align-items:flex-start;gap:8px;margin:8px 0 12px;font-size:12px;color:var(--color-font1);line-height:1.4}.credentials-modal__ack input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;width:18px;height:18px;margin:2px 0 0;padding:0;flex-shrink:0;border:0;border-radius:0;background:transparent;accent-color:var(--color-primary)}.credentials-modal__qr{margin:4px 0 12px;padding:12px 10px;border-radius:12px;background:#0d0d0d;border:1px solid var(--color-border);text-align:center}.credentials-modal__qr-title,.recovery-qr-panel__title{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.credentials-modal__qr-hint,.recovery-qr-panel__hint{margin:0 0 10px;font-size:12px;color:var(--color-font1);line-height:1.45;text-align:left}.credentials-modal__qr-frame,.recovery-qr-panel__frame{display:flex;align-items:center;justify-content:center;min-height:0;margin:0 auto 10px;padding:8px;border-radius:12px;background:#fff;width:fit-content;max-width:100%}.credentials-modal__qr-frame:not(.is-ready),.recovery-qr-panel__frame:not(.is-ready){background:transparent;padding:0;border-radius:0}.credentials-modal__qr-img,.recovery-qr-panel__img{display:block;width:min(180px,52vw);height:auto;-webkit-touch-callout:default;user-select:none}.credentials-modal__qr-fallback,.recovery-qr-panel__status{font-size:13px;color:var(--color-font1);padding:16px}.credentials-modal__save-qr,.recovery-qr-panel__btn{width:100%;height:40px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;font-size:14px;cursor:pointer}.credentials-modal__save-qr:disabled,.recovery-qr-panel__btn:disabled{opacity:.45;cursor:not-allowed}.recovery-qr-panel{margin:0 0 12px;padding:12px 10px;border-radius:12px;background:#0d0d0d;border:1px solid var(--color-border)}.recovery-qr-panel__actions{display:flex;flex-direction:column;gap:8px}.recovery-qr-panel__btn--ghost{background:#1e1e1e;color:#fff;border:1px solid var(--color-border)}.recovery-qr-panel__hint-toggle{display:block;width:100%;margin:0 0 8px;padding:0;border:0;background:transparent;color:var(--color-primary);font-size:12px;text-align:left;cursor:pointer}.recovery-qr-panel__url-row{display:flex;align-items:center;gap:8px;margin-top:10px;min-width:0}.recovery-qr-panel__url{flex:1;min-width:0;margin:0;font-size:11px;color:var(--color-font1);line-height:1.4;opacity:.85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recovery-qr-panel__copy-url{flex:0 0 auto;height:30px;padding:0 10px;border-radius:999px;border:1px solid var(--color-border);background:#1e1e1e;color:#fff;font-size:12px;cursor:pointer;white-space:nowrap}.login-modal__footer .login-modal__actions{margin-top:0}.login-modal__footer .credentials-modal__ack{margin:0 0 10px}.login-modal--account .login-modal__switch{margin-top:10px}.login-modal__body .login-modal__actions{margin-bottom:4px}.account-recover{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.account-recover__card{width:min(400px,100%);padding:28px 22px;border-radius:16px;background:#151515;border:1px solid var(--color-border);text-align:center}.account-recover__card h1{margin:0 0 12px;font-size:20px;font-weight:700}.account-recover__status{margin:0;color:var(--color-font1);font-size:14px}.account-recover__error{margin:0 0 16px;color:#ff6b6b;font-size:14px;line-height:1.5}.account-recover__card .primary{height:42px;padding:0 20px;border:0;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-weight:700;cursor:pointer}@media(max-width:640px){.modal-backdrop{align-items:flex-end;padding:max(8px,env(safe-area-inset-top,0px)) 8px 0}.login-modal{width:100%;max-height:min(92dvh,100%);min-height:0;border-radius:16px 16px 0 0}.login-modal__body{padding:16px 14px 10px;min-height:0}.login-modal__footer{padding:8px 12px calc(12px + env(safe-area-inset-bottom,0px));z-index:3}.login-modal h3{font-size:18px;margin:0 0 8px}.login-modal__account{margin:2px 0 10px;padding:10px 12px;gap:6px}.credentials-modal{width:100%;max-height:min(92dvh,100%)}.credentials-modal-backdrop{z-index:400;background:#000000d1}.credentials-modal__qr-img,.recovery-qr-panel__img{width:min(160px,48vw)}.credentials-modal__qr-frame.is-ready,.recovery-qr-panel__frame.is-ready{padding:6px;margin-bottom:8px}.recovery-qr-panel,.credentials-modal__qr,.login-modal--account .recovery-qr-panel{padding:4px 0 8px;margin:0 0 8px;border:0;border-radius:0;background:transparent}.recovery-qr-panel__actions{flex-direction:row;gap:8px}.recovery-qr-panel__btn,.credentials-modal__save-qr{height:36px;font-size:13px}.login-modal__actions button{height:40px}.login-modal__switch{margin-top:10px;font-size:12px}}@media(max-height:700px){.credentials-modal__qr-img,.recovery-qr-panel__img{width:min(140px,42vw)}.login-modal__body{padding-top:14px}}@media(max-height:640px){.credentials-modal__qr-img,.recovery-qr-panel__img{width:min(120px,38vw)}.credentials-modal__rows{gap:6px;margin-bottom:8px}.credentials-modal__qr{margin:2px 0 8px}}.hg-engage{margin-top:28px;padding:18px 16px;border-radius:14px;background:#121212;border:1px solid var(--color-border)}.hg-engage--toolbar{margin:0!important;padding:0!important;border:0!important;background:transparent!important;display:inline-flex;align-items:center;justify-content:stretch;gap:8px;position:relative;border-radius:0;width:auto}.hg-engage__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hg-engage__title{margin:0;font-size:18px;font-weight:700}.hg-engage__like{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.hg-engage__like:hover{border-color:#ffd21c59;color:var(--color-primary)}.hg-engage__like.is-liked{color:var(--color-primary);border-color:#ffd21c59;background:#ffd21c1f}.hg-engage__like--toolbar{height:36px;padding:0 12px;border-radius:8px;border:0;background:#1e1e1e;font-size:13px}.hg-engage__like--toolbar.is-liked{background:#ffd21c1f}.hg-engage__like:disabled{opacity:.6;cursor:default}.hg-engage__soon{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#ffd21c14;border:1px solid rgba(255,210,28,.22);color:var(--color-primary);font-size:13px}.hg-engage__form{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.hg-engage__input{width:100%;box-sizing:border-box;resize:vertical;min-height:72px;padding:12px 14px;border-radius:12px;border:1px solid var(--color-border);background:#0d0d0d;color:#fff;font-size:14px;line-height:1.5;font-family:inherit}.hg-engage__input:focus{outline:1px solid rgba(255,210,28,.45);border-color:#ffd21c59}.hg-engage__input:disabled{opacity:.55}.hg-engage__form-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.hg-engage__login{height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;cursor:pointer;font-size:13px;font-weight:600}.hg-engage__submit{height:36px;padding:0 18px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;cursor:pointer;font-size:13px;font-weight:700}.hg-engage__submit:disabled{opacity:.5;cursor:default}.hg-engage__error{margin:0 0 10px;color:#ff6b6b;font-size:13px}.hg-engage__notice,.hg-engage__toast{margin:0 0 10px;color:var(--color-primary);font-size:12px}.hg-engage__toast{position:absolute;left:0;top:calc(100% + 4px);margin:0;white-space:nowrap;z-index:2}.hg-engage__list{display:flex;flex-direction:column;gap:12px}.hg-engage__empty{margin:8px 0 0;color:var(--color-font1);font-size:13px;text-align:center;padding:20px 8px}.hg-engage__item{padding:12px;border-radius:12px;background:#0d0d0d;border:1px solid rgba(255,255,255,.06)}.hg-engage__item-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:12px;color:var(--color-font1)}.hg-engage__author{color:#ffffffe0;font-weight:600}.hg-engage__content{margin:0;font-size:14px;line-height:1.55;color:#ffffffe6;white-space:pre-wrap;word-break:break-word}.hg-engage__item-right{display:inline-flex;align-items:center;gap:10px}.hg-engage__delete,.hg-engage__report{border:0;background:transparent;color:#ffffff73;font-size:12px;cursor:pointer;padding:0}.hg-engage__delete:hover{color:#ff6b6b}.hg-engage__report:hover{color:var(--color-primary)}.hg-engage__delete:disabled,.hg-engage__report:disabled{opacity:.5;cursor:default}@media(max-width:767px){.hg-engage:not(.hg-engage--toolbar){padding:14px 12px;margin-top:20px}.hg-engage__title{font-size:16px}}.force-update-gate{position:fixed;inset:0;z-index:2147483010;display:flex;align-items:center;justify-content:center;background:#080808f5;padding:max(16px,env(safe-area-inset-top,0px)) max(16px,env(safe-area-inset-right,0px)) max(16px,env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-left,0px));box-sizing:border-box}.force-update-gate__panel{width:min(400px,100%);background:#151515;border:1px solid var(--color-border);border-radius:16px;padding:28px 24px 24px;text-align:center}.force-update-gate__title{margin:0 0 12px;font-size:22px;font-weight:700}.force-update-gate__msg{margin:0 0 8px;font-size:14px;color:var(--color-font1);line-height:1.55}.force-update-gate__meta{margin:0 0 18px;font-size:12px;color:#ffffff73}.force-update-gate__actions{display:flex;flex-direction:column;gap:10px}.force-update-gate__btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none}.force-update-gate__tip{margin:0;font-size:13px;color:var(--color-font1);line-height:1.5}html.app-native .force-update-gate{padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left)}.player-immersive-exit{display:none;position:absolute;top:max(10px,env(safe-area-inset-top,0px));right:max(10px,env(safe-area-inset-right,0px));z-index:6;height:36px;padding:0 14px;border-radius:999px;border:0;background:#000000b8;color:#fff;font-size:13px;font-weight:600;cursor:pointer;backdrop-filter:blur(6px)}html.is-player-immersive{overflow:hidden;overscroll-behavior:none}html.is-player-immersive .hg-header,html.is-player-immersive .hg-footer,html.is-player-immersive .float-side,html.is-player-immersive .breadcrumb,html.is-player-immersive .player-sidebar,html.is-player-immersive .player-stage__title,html.is-player-immersive .player-toolbar,html.is-player-immersive .section,html.is-player-immersive .hg-engage:not(.hg-engage--toolbar){display:none!important}html.is-player-immersive .app-shell{padding-top:0}html.is-player-immersive .app-main{max-width:none;padding:0!important;margin:0}html.is-player-immersive .player-layout{display:block;gap:0}html.is-player-immersive .player-stage,html.is-player-immersive .player-stage.is-immersive{position:fixed;inset:0;z-index:200;border-radius:0;border:0;background:#000;overflow:hidden}html.is-player-immersive .player-stage__screen{aspect-ratio:auto;margin:0;border-radius:0;width:100%;height:100%;max-height:100dvh;min-height:100dvh}html.is-player-immersive .player-immersive-exit{display:inline-flex;align-items:center;justify-content:center}html.is-player-immersive.app-native .player-immersive-exit{top:calc(max(10px,env(safe-area-inset-top,0px)) + var(--safe-top,0px));right:calc(max(10px,env(safe-area-inset-right,0px)) + var(--safe-right,0px))}.home-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;flex-wrap:wrap}.home-toolbar__share{height:36px;padding:0 14px;font-size:13px}.cat-filter{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0;max-width:100%}.cat-filter::-webkit-scrollbar{display:none}.cat-filter--page{margin-bottom:14px}.cat-filter__chip{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;height:34px;padding:0 14px;border-radius:999px;background:#1e1e1e;border:1px solid rgba(255,255,255,.1);color:#ffffffd1;font-size:13px;font-weight:600;text-decoration:none}.cat-filter__chip:hover{border-color:#ffd21c59;color:var(--color-primary)}.cat-filter__chip.is-active{background:var(--hg-btn-gradient);color:#111;border-color:transparent}.cat-filter__count{font-size:11px;font-weight:700;opacity:.75}.cat-filter__chip.is-active .cat-filter__count{opacity:.9}.continue-section{margin-top:20px}.continue-section__more{border:0;background:transparent;cursor:pointer;padding:0;font:inherit;color:var(--color-font1)}.continue-section__more:hover{color:var(--color-primary)}.continue-row{gap:14px;padding-bottom:4px;touch-action:pan-x pan-y}.continue-card{display:flex;flex-direction:column;width:148px;border-radius:14px;background:#121212;border:1px solid var(--color-border);overflow:hidden;text-decoration:none;color:inherit}.continue-card:hover{border-color:#ffd21c66}.continue-card__cover{position:relative;aspect-ratio:9/12;background:#171616}.continue-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.continue-card__badge{position:absolute;left:8px;top:8px;padding:0 8px;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-size:11px;font-weight:800;line-height:20px}.continue-card__body{padding:10px 10px 12px}.continue-card__title{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-card__meta{margin-top:4px;font-size:11px;color:var(--color-font1)}.continue-card__cta{display:inline-flex;margin-top:8px;height:28px;padding:0 10px;align-items:center;border-radius:999px;background:#ffd21c29;color:var(--color-primary);font-size:12px;font-weight:700}.continue-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:12px 14px;border-radius:12px;background:#ffd21c1a;border:1px solid rgba(255,210,28,.28)}.continue-banner__text{font-size:13px;color:#ffe9a0;font-weight:600}.continue-banner__cta{flex-shrink:0;height:34px;padding:0 16px;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-weight:800;font-size:13px;display:inline-flex;align-items:center;text-decoration:none}.hg-web-detail__play.is-resume{box-shadow:0 0 0 2px #ffd21c59,0 8px 24px #ffd21c33}.hg-web-detail__ep-grid a.is-resume{outline:2px solid rgba(255,210,28,.65);outline-offset:1px}.hg-share-btn-wrap{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.hg-share-btn-wrap__copy{height:48px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffffffd9;font-size:13px;font-weight:600;cursor:pointer}.hg-share-btn-wrap__copy:hover{border-color:#ffd21c59;color:var(--color-primary)}.library-resume{display:flex;align-items:center;gap:10px;margin:0 12px 10px;padding:10px;border-radius:14px;background:#ffd21c1a;border:1px solid rgba(255,210,28,.3);text-decoration:none;color:inherit}.library-resume__cover{width:48px;height:64px;border-radius:8px;overflow:hidden;background:#1a1a1a;flex-shrink:0}.library-resume__cover img{width:100%;height:100%;object-fit:cover}.library-resume__body{min-width:0;flex:1}.library-resume__eyebrow{font-size:11px;font-weight:800;color:var(--color-primary);letter-spacing:.04em}.library-resume__title{margin-top:2px;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-resume__meta{margin-top:2px;font-size:12px;color:var(--color-font1)}.library-resume__cta{flex-shrink:0;height:32px;padding:0 12px;border-radius:999px;background:var(--hg-btn-gradient);color:#111;font-size:12px;font-weight:800;display:inline-flex;align-items:center}.library-item__resume{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:999px;background:#ffd21c24;color:var(--color-primary);font-size:11px;font-weight:700}.float-side button.is-continue{box-shadow:0 0 0 2px #ffd21c8c,0 8px 24px #00000059}@media(max-width:640px){.continue-card{width:132px}.continue-banner{flex-direction:column;align-items:stretch}.continue-banner__cta{justify-content:center}.hg-share-btn-wrap{width:100%}.hg-share-btn-wrap>.hg-web-detail__share{flex:1}.hg-share-btn-wrap__copy{flex:1}}.dl-page{display:flex;justify-content:center;padding:8px 0 32px}.dl-page__card{width:min(440px,100%);margin:0 auto;padding:28px 22px 32px;border-radius:20px;background:linear-gradient(180deg,#141414,#0d0d0d);border:1px solid var(--color-border);box-shadow:0 24px 64px #00000073}.dl-page__back{display:inline-block;margin-bottom:18px;font-size:13px;color:var(--color-font2)}.dl-page__back:hover{color:var(--color-primary)}.dl-page__brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-bottom:20px}.dl-page__logo{width:72px;height:72px;border-radius:18px;object-fit:contain;background:#1a1a1a;box-shadow:0 0 0 2px #ffd21c40}.dl-page__name{margin:4px 0 0;font-size:26px;font-weight:800;color:var(--color-primary);letter-spacing:.02em}.dl-page__tagline{margin:0;font-size:14px;color:var(--color-font2)}.dl-page__values{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:8px}.dl-page__values li{position:relative;padding:10px 14px 10px 36px;border-radius:12px;background:#ffffff08;border:1px solid var(--color-border);font-size:13px;color:#ffffffd1;line-height:1.4}.dl-page__values li:before{content:"";position:absolute;left:14px;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:var(--hg-btn-gradient)}.dl-page__cta-title{margin:0 0 14px;font-size:16px;font-weight:700;text-align:center}.dl-page__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.dl-page__btn{display:flex;align-items:center;justify-content:center;height:48px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;font-size:15px;cursor:pointer;text-decoration:none}.dl-page__btn--ios{background:linear-gradient(90deg,#fff,#e8e8e8)}.dl-page__btn--ghost{background:#1e1e1e;color:#fff;border:1px solid var(--color-border)}.dl-page__btn.is-disabled,.dl-page__btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.dl-page__native{margin:0 0 16px;text-align:center;font-size:15px;font-weight:700;color:var(--color-primary)}.dl-page__status,.dl-page__hint{margin:0 0 12px;text-align:center;font-size:13px;color:var(--color-font1);line-height:1.5}.dl-page__qr{display:flex;flex-direction:column;align-items:center;gap:8px;margin:18px 0 8px;padding:16px;border-radius:16px;background:#fff;border:1px solid rgba(255,255,255,.08)}.dl-page__qr-img{width:180px;height:180px}.dl-page__qr-caption{margin:0;font-size:12px;color:#444;text-align:center}.dl-page__url{margin:10px 0 0;font-size:11px;color:var(--color-font1);word-break:break-all;text-align:center;line-height:1.4;opacity:.85}@media(max-width:480px){.dl-page__card{padding:22px 16px 28px;border-radius:16px}.dl-page__name{font-size:22px}.dl-page__qr{display:none}}
