:root { --amber: #d97706; --amber-dark: #b45309; --orange: #ea580c; --ink: #111827; --muted: #6b7280; --soft: #f8fafc; --line: #e5e7eb; --card: #fff; --shadow: 0 14px 36px rgba(17,24,39,.1); }
body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; background: linear-gradient(135deg, rgb(250, 250, 250), rgb(255, 255, 255) 42%, rgb(255, 251, 235)); color: var(--ink); min-height: 100vh; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
button { border: 0px; background: transparent; padding: 0px; cursor: pointer; }
input, select, textarea { margin: 0px; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0px; z-index: 50; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(229, 231, 235, 0.8); transition: box-shadow 0.25s; }
.site-header.scrolled { box-shadow: rgba(17, 24, 39, 0.08) 0px 12px 32px; }
.header-inner { max-width: 1280px; margin: auto; height: 76px; padding: 0px 24px; display: flex; align-items: center; gap: 22px; min-width: 0px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); min-width: max-content; flex-shrink: 0; }
.brand-icon { width: 34px; height: 34px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg,var(--amber),var(--orange)); color: rgb(255, 255, 255); box-shadow: rgba(217, 119, 6, 0.28) 0px 10px 24px; font-size: 13px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0px; }
.brand-text strong { font-size: 20px; letter-spacing: 0.2px; white-space: nowrap; }
.brand-text small { font-size: 12px; color: var(--muted); margin-top: 4px; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 18px; flex: 1 1 0%; min-width: 0px; overflow: hidden; flex-wrap: nowrap; }
.nav-link { font-weight: 650; color: rgb(55, 65, 81); white-space: nowrap; transition: color 0.2s; flex-shrink: 0; font-size: 15px; line-height: 1.2; }
.nav-link:hover, .nav-link.active { color: var(--amber-dark); }
.nav-link-soft { font-size: 14px; color: rgb(107, 114, 128); font-weight: 600; }
.nav-link-soft:hover { color: var(--amber-dark); }
.nav-link-soft.active { color: rgb(107, 114, 128); }
.header-search { display: flex; align-items: stretch; flex-shrink: 0; border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 999px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 20px; min-width: 0px; }
.header-search input { width: 230px; min-width: 0px; padding: 10px 14px; outline: none; background: transparent; border: 0px; font-size: 14px; font-weight: 500; color: var(--ink); }
.header-search input::placeholder { color: rgb(156, 163, 175); opacity: 1; }
.header-search button { padding: 10px 16px; background: var(--amber); color: rgb(255, 255, 255); font-weight: 700; font-size: 14px; line-height: 1; border: 0px; border-radius: 0px; transition: background 0.2s; white-space: nowrap; }
.header-search button:hover { background: var(--amber-dark); }
.mobile-menu-btn { display: none; font-size: 24px; color: rgb(55, 65, 81); background: rgb(243, 244, 246); border-radius: 12px; padding: 7px 11px; flex-shrink: 0; border: 0px; line-height: 1; }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 16px 24px; background: rgb(255, 255, 255); }
.mobile-nav.open { display: block; }
.mobile-nav nav { display: grid; gap: 12px; }
.mobile-nav form { display: flex; margin-top: 14px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgb(255, 255, 255); }
.mobile-nav input { flex: 1 1 0%; padding: 10px 12px; border: 0px; outline: none; background: transparent; font-size: 14px; }
.mobile-nav button { background: var(--amber); color: rgb(255, 255, 255); padding: 0px 16px; font-weight: 700; font-size: 14px; border: 0px; }
.hero { max-width: 1280px; margin: 24px auto 0px; padding: 0px 24px; display: grid; grid-template-columns: minmax(0px, 1fr) 390px; gap: 24px; }
.hero-main { position: relative; min-height: 580px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: rgb(17, 24, 39); }
.hero-slide { position: absolute; inset: 0px; opacity: 0; pointer-events: none; transition: opacity 0.65s; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-bg { position: absolute; inset: 0px; background-size: cover; background-position: center center; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.14)); }
.hero-content { position: relative; z-index: 2; max-width: 680px; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.hero-kicker { display: inline-flex; width: max-content; background: rgba(217, 119, 6, 0.92); color: rgb(255, 255, 255); border-radius: 999px; padding: 7px 14px; font-weight: 800; font-size: 14px; margin-bottom: 18px; }
.hero h1, .hero h2 { font-size: clamp(34px, 5.4vw, 62px); line-height: 1.05; font-weight: 900; color: rgb(255, 255, 255); letter-spacing: -1px; margin: 0px 0px 18px; }
.hero p { font-size: 18px; color: rgb(229, 231, 235); line-height: 1.8; max-width: 620px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hero-tags, .detail-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 30px; }
.hero-tags span, .detail-tags span { background: rgba(255, 255, 255, 0.16); color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.22); padding: 7px 11px; border-radius: 999px; font-size: 13px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.btn-primary, .btn-ghost, .btn-link { display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; font-weight: 800; transition: 0.2s; }
.btn-primary { background: var(--amber); color: rgb(255, 255, 255); padding: 13px 24px; box-shadow: rgba(217, 119, 6, 0.32) 0px 12px 26px; }
.btn-primary:hover { background: var(--amber-dark); transform: translateY(-1px); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, 0.36); color: rgb(255, 255, 255); padding: 12px 22px; background: rgba(255, 255, 255, 0.08); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.18); }
.btn-link { color: rgb(253, 230, 138); padding: 12px 6px; }
.hero-dots { position: absolute; left: 70px; bottom: 34px; display: flex; gap: 10px; z-index: 3; }
.hero-dot { width: 34px; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.35); transition: 0.2s; }
.hero-dot.active { background: rgb(245, 158, 11); width: 52px; }
.hero-side { background: rgb(255, 255, 255); border-radius: 28px; padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; }
.side-title span, .section-heading span, .page-hero span { font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); font-size: 12px; }
.side-title h2, .section-heading h2 { font-size: 28px; font-weight: 900; margin: 4px 0px 0px; }
.rank-row { display: grid; grid-template-columns: 112px minmax(0px, 1fr) 42px; gap: 14px; align-items: center; color: var(--ink); border-radius: 18px; padding: 10px; transition: 0.2s; background: rgb(255, 255, 255); }
.rank-row:hover { background: rgb(255, 251, 235); transform: translate(2px); }
.rank-thumb { height: 70px; border-radius: 14px; overflow: hidden; background: rgb(243, 244, 246); }
.rank-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.rank-row:hover img { transform: scale(1.08); }
.rank-info h3 { font-weight: 800; font-size: 15px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rank-info p { font-size: 12px; color: var(--muted); line-height: 1.45; margin: 4px 0px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rank-info div { display: flex; gap: 6px; flex-wrap: wrap; }
.rank-info span { font-size: 11px; background: rgb(243, 244, 246); border-radius: 999px; padding: 3px 7px; color: rgb(107, 114, 128); }
.rank-row b { font-size: 30px; color: rgba(217, 119, 6, 0.24); text-align: right; }
.content-section, .filter-panel { max-width: 1280px; margin: auto; padding: 56px 24px; }
.band-section, .rank-section { padding: 56px 24px; background: linear-gradient(90deg, rgb(255, 251, 235), rgb(255, 247, 237)); margin-top: 8px; }
.band-section > .section-heading, .band-section > .category-grid, .rank-section > .section-heading, .rank-section > .rank-list { max-width: 1280px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading.compact { margin-bottom: 18px; }
.section-heading a, .text-link { color: var(--amber-dark); font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 24px; }
.all-grid, .featured-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); }
.movie-card, .poster-card { background: rgb(255, 255, 255); border-radius: 22px; overflow: hidden; box-shadow: rgba(17, 24, 39, 0.08) 0px 10px 28px; transition: transform 0.25s, box-shadow 0.25s; }
.movie-card:hover, .poster-card:hover { transform: translateY(-5px); box-shadow: rgba(17, 24, 39, 0.14) 0px 18px 42px; }
.card-cover { position: relative; display: block; padding-top: 56.25%; overflow: hidden; background: rgb(243, 244, 246); }
.card-cover img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.movie-card:hover img { transform: scale(1.08); }
.card-cover::after { content: ""; position: absolute; inset: auto 0px 0px; height: 50%; background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); opacity: 0.82; }
.card-duration, .rank-badge { position: absolute; z-index: 2; border-radius: 999px; font-size: 12px; font-weight: 800; }
.card-duration { right: 10px; top: 10px; background: rgba(0, 0, 0, 0.72); color: rgb(255, 255, 255); padding: 5px 9px; }
.rank-badge { left: 10px; top: 10px; background: rgba(217, 119, 6, 0.92); color: rgb(255, 255, 255); padding: 5px 8px; }
.card-body { padding: 18px; }
.card-title { color: var(--ink); font-size: 17px; line-height: 1.35; font-weight: 850; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-title:hover { color: var(--amber-dark); }
.card-desc { color: var(--muted); font-size: 14px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 13px; }
.card-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; color: rgb(107, 114, 128); margin-bottom: 10px; }
.card-meta a { color: var(--amber-dark); background: rgb(255, 251, 235); border-radius: 999px; padding: 4px 8px; font-weight: 800; }
.card-tags, .tag-links, .genre-list { display: flex; flex-wrap: wrap; gap: 7px; }
.card-tags span, .tag-links a, .genre-list span { background: rgb(243, 244, 246); color: rgb(75, 85, 99); border-radius: 999px; padding: 5px 9px; font-size: 12px; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0px, 1fr)); gap: 16px; }
.category-tile { background: rgb(255, 255, 255); border: 1px solid rgba(251, 191, 36, 0.35); border-radius: 22px; padding: 22px; min-height: 150px; color: var(--ink); box-shadow: rgba(217, 119, 6, 0.07) 0px 10px 26px; transition: 0.2s; }
.category-tile:hover { transform: translateY(-4px); box-shadow: rgba(217, 119, 6, 0.12) 0px 18px 36px; }
.category-tile span { font-size: 20px; font-weight: 900; color: var(--amber-dark); }
.category-tile p { font-size: 14px; color: rgb(107, 114, 128); line-height: 1.7; margin-top: 10px; }
.rank-section { background: rgb(255, 255, 255); }
.rank-list { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 14px; }
.filter-panel { padding-bottom: 22px; }
.filter-board { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 24px; padding: 20px 22px; box-shadow: rgba(17, 24, 39, 0.06) 0px 10px 28px; margin-bottom: 24px; }
.filter-controls { display: flex; gap: 12px; align-items: stretch; }
.filter-input, .filter-select { border: 1px solid var(--line); background: rgb(249, 250, 251); border-radius: 14px; padding: 12px 16px; font-size: 14px; font-weight: 600; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.filter-input { flex: 1 1 0%; min-width: 0px; }
.filter-select { min-width: 150px; cursor: pointer; font-weight: 700; }
.filter-input:focus, .filter-select:focus { border-color: rgb(245, 158, 11); background: rgb(255, 255, 255); box-shadow: rgba(245, 158, 11, 0.12) 0px 0px 0px 4px; }
.filter-chip-row { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgb(243, 244, 246); }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip { border: 0px; background: rgb(243, 244, 246); color: rgb(55, 65, 81); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 700; line-height: 1.25; cursor: pointer; transition: background 0.2s, color 0.2s, box-shadow 0.2s; font-family: inherit; }
.filter-chip:hover { background: rgb(255, 237, 213); color: var(--amber-dark); }
.filter-chip.active { background: linear-gradient(135deg,var(--amber),var(--orange)); color: rgb(255, 255, 255); box-shadow: rgba(217, 119, 6, 0.22) 0px 8px 18px; }
.empty-state { background: rgb(255, 255, 255); border: 1px dashed rgb(245, 158, 11); border-radius: 20px; padding: 30px; text-align: center; color: rgb(146, 64, 14); font-weight: 800; margin-top: 18px; }
.page-hero { background: linear-gradient(120deg, rgb(146, 64, 14), rgb(234, 88, 12)); color: rgb(255, 255, 255); padding: 70px 24px; }
.page-hero.small { background: linear-gradient(120deg, rgb(17, 24, 39), rgb(55, 65, 81)); }
.page-hero > div { max-width: 1280px; margin: auto; }
.page-hero h1 { font-size: clamp(34px, 4vw, 54px); font-weight: 900; margin: 8px 0px 12px; }
.page-hero p { font-size: 18px; max-width: 820px; line-height: 1.8; color: rgb(255, 247, 237); }
.breadcrumb { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-size: 14px; margin-top: 18px; color: rgb(253, 230, 138); }
.breadcrumb a { color: rgb(255, 255, 255); }
.breadcrumb em { font-style: normal; color: rgba(255, 255, 255, 0.6); }
.category-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 24px; }
.category-card { background: rgb(255, 255, 255); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: 220px minmax(0px, 1fr); gap: 22px; padding: 18px; }
.category-covers { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; height: 172px; border-radius: 18px; overflow: hidden; background: rgb(243, 244, 246); }
.category-covers img { width: 100%; height: 100%; object-fit: cover; }
.category-card h2 { font-size: 24px; font-weight: 900; margin: 4px 0px; }
.category-card h2 a { color: var(--ink); }
.category-card p { color: var(--muted); line-height: 1.7; margin: 8px 0px; }
.category-card small { display: block; color: rgb(146, 64, 14); background: rgb(255, 251, 235); padding: 8px 10px; border-radius: 12px; margin-bottom: 12px; line-height: 1.5; }
.detail-hero { position: relative; min-height: 560px; overflow: hidden; background: rgb(17, 24, 39); }
.detail-backdrop { position: absolute; inset: 0px; background-size: cover; background-position: center center; filter: blur(8px); transform: scale(1.06); opacity: 0.58; }
.detail-mask { position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.24)); }
.detail-inner { position: relative; z-index: 2; max-width: 1280px; margin: auto; padding: 70px 24px; display: grid; grid-template-columns: 360px minmax(0px, 1fr); gap: 42px; align-items: center; color: rgb(255, 255, 255); }
.detail-poster { border-radius: 28px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.42) 0px 22px 60px; background: rgb(17, 17, 17); }
.detail-poster img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.detail-copy h1 { font-size: clamp(34px, 5vw, 62px); font-weight: 900; line-height: 1.08; margin: 18px 0px; }
.detail-copy p { font-size: 18px; color: rgb(229, 231, 235); line-height: 1.85; max-width: 780px; }
.detail-layout { max-width: 1280px; margin: auto; padding: 46px 24px 70px; display: grid; grid-template-columns: minmax(0px, 1fr) 390px; gap: 32px; }
.detail-main { min-width: 0px; }
.player-wrap { background: rgb(0, 0, 0); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.video-player { width: 100%; height: 100%; display: block; background: rgb(0, 0, 0); }
.text-panel { background: rgb(255, 255, 255); border-radius: 24px; padding: 28px; box-shadow: rgba(17, 24, 39, 0.08) 0px 10px 28px; margin-top: 22px; }
.text-panel.warm { background: linear-gradient(135deg, rgb(255, 251, 235), rgb(255, 247, 237)); }
.text-panel h2 { font-size: 24px; font-weight: 900; margin: 0px 0px 14px; }
.text-panel p { font-size: 16px; color: rgb(55, 65, 81); line-height: 1.95; white-space: pre-line; }
.info-list { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 14px; margin: 0px 0px 18px; }
.info-list div { background: rgb(249, 250, 251); border-radius: 16px; padding: 14px; }
.info-list dt { font-size: 12px; color: rgb(107, 114, 128); margin-bottom: 5px; }
.info-list dd { font-weight: 850; color: rgb(17, 24, 39); }
.detail-side { align-self: start; position: sticky; top: 100px; background: rgb(255, 255, 255); border-radius: 24px; box-shadow: var(--shadow); padding: 22px; }
.detail-side h2 { font-size: 24px; font-weight: 900; margin-bottom: 16px; }
.compact-list { grid-template-columns: 1fr; }
.compact-list .rank-row { grid-template-columns: 110px 1fr; }
.compact-list .rank-row b { display: none; }
.side-more { display: block; text-align: center; margin-top: 16px; background: var(--amber); color: rgb(255, 255, 255); border-radius: 16px; padding: 13px; font-weight: 850; }
.side-more:hover { background: var(--amber-dark); }
.site-footer { background: linear-gradient(135deg, rgb(17, 24, 39), rgb(31, 41, 55)); color: rgb(209, 213, 219); margin-top: 40px; }
.footer-inner { max-width: 1280px; margin: auto; padding: 46px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
.site-footer h2, .site-footer h3 { color: rgb(255, 255, 255); font-weight: 900; margin-bottom: 14px; }
.site-footer p { line-height: 1.8; color: rgb(203, 213, 225); }
.site-footer nav { display: grid; gap: 9px; }
.site-footer a { color: rgb(209, 213, 219); }
.site-footer a:hover { color: rgb(245, 158, 11); }
.footer-contact { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: rgb(251, 191, 36); font-weight: 800; }
.footer-contact svg { flex-shrink: 0; display: block; }
.footer-contact span { display: inline; color: inherit; }
.footer-bottom { max-width: 1280px; margin: auto; border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 18px 24px; color: rgb(156, 163, 175); font-size: 14px; }
.search-hero { background: linear-gradient(120deg, rgb(31, 41, 55), rgb(17, 24, 39)); }
.card-title, .card-title:visited, .category-card h2 a, .category-card h2 a:visited { color: var(--ink); }
@media (max-width: 1280px) {
  .desktop-nav { gap: 14px; }
  .nav-link { font-size: 14px; }
  .nav-link-soft { font-size: 13px; }
  .header-search input { width: 190px; }
}
@media (max-width: 1100px) {
  .desktop-nav, .header-search { display: none; }
  .mobile-menu-btn { display: block; margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-side { display: grid; grid-template-columns: repeat(2, 1fr); }
  .card-grid, .category-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-side { position: static; }
  .detail-inner { grid-template-columns: 280px 1fr; }
  .category-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .header-inner { height: 66px; padding: 0px 16px; }
  .brand-text strong { font-size: 17px; }
  .brand-text small { display: none; }
  .hero { padding: 0px; margin-top: 0px; }
  .hero-main { border-radius: 0px; min-height: 600px; }
  .hero-content { padding: 56px 22px; }
  .hero h1, .hero h2 { font-size: 38px; }
  .hero p { font-size: 16px; }
  .hero-dots { left: 22px; }
  .hero-side { border-radius: 0px; grid-template-columns: 1fr; margin: 0px -24px; }
  .content-section, .filter-panel, .band-section, .rank-section { padding: 40px 16px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card-grid, .featured-grid, .category-grid, .rank-list { grid-template-columns: 1fr; }
  .filter-controls { flex-direction: column; }
  .filter-board { padding: 16px; border-radius: 20px; }
  .filter-select { width: 100%; }
  .page-hero { padding: 48px 16px; }
  .category-card { grid-template-columns: 1fr; }
  .detail-inner { grid-template-columns: 1fr; padding: 44px 16px; }
  .detail-poster { max-width: 360px; }
  .detail-layout { padding: 32px 16px; gap: 22px; }
  .info-list { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; padding: 34px 16px; }
  .footer-bottom { padding: 16px; }
  .rank-row { grid-template-columns: 104px minmax(0px, 1fr) 34px; }
  .rank-thumb { height: 66px; }
}
html { scroll-behavior: smooth; text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
.back-top { position: fixed; right: max(18px,env(safe-area-inset-right)); bottom: max(18px,env(safe-area-inset-bottom)); width: 46px; height: 46px; border-radius: 999px; background: var(--amber); color: rgb(255, 255, 255); font-size: 20px; font-weight: 800; box-shadow: rgba(217, 119, 6, 0.28) 0px 16px 36px; display: none; z-index: 40; line-height: 1; align-items: center; justify-content: center; border: 0px; cursor: pointer; }
.back-top.is-show { display: flex; }
.back-top:hover { background: var(--amber-dark); }
@supports not (aspect-ratio:16/9) {
  .player-wrap { height: 0px; padding-top: 56.25%; }
  .player-wrap .video-player { position: absolute; inset: 0px; height: 100%; }
}
.player-wrap { position: relative; }