: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;-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}.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-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%);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-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px 12px;overscroll-behavior:contain}.login-modal__footer{flex:0 0 auto;padding:10px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);background:#151515}.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{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)}.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:320}.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}.credentials-modal__ack input{margin-top:2px;flex-shrink:0}.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:center;justify-content:center;gap:10px;padding:24px 20px;text-align:center;max-width:420px}.paywall__badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:#ffd21c26;color:var(--color-primary);font-size:12px;font-weight:700}.paywall__title{margin:0;font-size:16px;font-weight:700;color:#fff}.paywall__hint{margin:0;font-size:12px;color:var(--color-font1);line-height:1.5}.paywall__products{display:flex;flex-direction:column;gap:8px;width:min(320px,100%);margin-top:4px}.paywall__cta{height:42px;padding:0 16px;border-radius:999px;border:0;background:var(--hg-btn-gradient);color:#111;font-weight:700;cursor:pointer;font-size:14px}.paywall__cta:disabled{opacity:.6;cursor:wait}.paywall__cta--ghost{background:#1e1e1e;color:#fff;border:1px solid var(--color-border)}.paywall__error{margin:0;color:#ff6b6b;font-size:13px}.paywall__methods{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:min(320px,100%)}.paywall__method{height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--color-border);background:#1a1a1a;color:#ffffffbf;font-size:12px;cursor:pointer}.paywall__method.is-active{border-color:var(--color-primary);color:#111;background:var(--hg-btn-gradient);font-weight:700}.paywall--teaser{padding:16px 12px;gap:8px}.paywall--modal{max-width:100%;padding:8px 4px 4px}.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:#151515;border:1px solid var(--color-border);border-radius:16px;padding:20px 16px 16px;box-sizing:border-box}.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}@media(max-width:640px){.paywall-modal-backdrop{align-items:flex-end;padding:max(8px,env(safe-area-inset-top,0px)) 8px max(8px,env(safe-area-inset-bottom,0px))}.paywall-modal{width:100%;max-height:min(92dvh,100%);border-radius:16px 16px 12px 12px;padding:18px 14px calc(14px + env(safe-area-inset-bottom,0px))}}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{margin-top:2px}.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-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 max(8px,env(safe-area-inset-bottom,0px))}.login-modal{width:100%;max-height:min(92dvh,100%);border-radius:16px 16px 12px 12px}.login-modal__body{padding:16px 14px 10px}.login-modal__footer{padding:8px 12px calc(10px + env(safe-area-inset-bottom,0px))}.login-modal h3{font-size:18px;margin:0 0 8px}.login-modal__account{margin:2px 0 10px;padding:10px 12px;gap:6px}.credentials-modal__qr-img,.recovery-qr-panel__img{width:min(160px,48vw)}.credentials-modal__qr-frame,.recovery-qr-panel__frame{padding:6px;margin-bottom:8px}.recovery-qr-panel,.credentials-modal__qr{padding:10px 8px;margin-bottom:10px}.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}}.hg-engage{margin-top:28px;padding:18px 16px;border-radius:14px;background:#121212;border:1px solid var(--color-border)}.hg-engage--toolbar{margin:0;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;gap:8px;position:relative}.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{border:0;background:transparent;color:#ffffff73;font-size:12px;cursor:pointer;padding:0}.hg-engage__delete:hover{color:#ff6b6b}.hg-engage__delete:disabled{opacity:.5;cursor:default}@media(max-width:767px){.hg-engage{padding:14px 12px;margin-top:20px}.hg-engage__title{font-size:16px}}
