:root {
  --dj-bg: #050610;
  --dj-bg-soft: #0c1020;
  --dj-card: rgba(255, 255, 255, .075);
  --dj-card-strong: rgba(255, 255, 255, .12);
  --dj-line: rgba(255, 255, 255, .12);
  --dj-text: #fff;
  --dj-muted: rgba(255, 255, 255, .62);
  --dj-subtle: rgba(255, 255, 255, .42);
  --dj-pink: #ff3f93;
  --dj-blue: #2f80ff;
  --dj-purple: #7b3ff2;
  --dj-radius: 28px;
}
* { box-sizing: border-box; }
html { background: var(--dj-bg); }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 78% 0, rgba(255,63,147,.25), transparent 28rem), radial-gradient(circle at 10% 20%, rgba(47,128,255,.18), transparent 30rem), var(--dj-bg); color: var(--dj-text); font-family: Arial, "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.dj-container { width: min(1380px, calc(100% - 40px)); margin: 0 auto; }
.dj-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--dj-line); background: rgba(5,6,16,.88); backdrop-filter: blur(22px); }
.dj-nav { min-height: 76px; display: grid; grid-template-columns: auto minmax(0,1fr) minmax(250px,360px) auto; align-items: center; gap: 22px; }
.dj-brand { display: flex; align-items: center; gap: 12px; min-width: 172px; }
.dj-logo { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: linear-gradient(135deg, var(--dj-pink), var(--dj-purple) 55%, var(--dj-blue)); box-shadow: 0 14px 34px rgba(255,63,147,.3); font-weight: 900; }
.dj-brand-image { display: block; width: auto; max-width: 220px; height: 56px; object-fit: contain; flex: 0 0 auto; }
.dj-brand-title { display: block; font-size: 22px; font-weight: 900; letter-spacing: 0; }
.dj-brand-sub { display: block; margin-top: 2px; font-size: 11px; font-weight: 800; color: var(--dj-subtle); }
.dj-menu { display: flex; gap: 4px; min-width: 0; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.dj-menu::-webkit-scrollbar { display: none; }
.dj-menu a { height: 40px; line-height: 40px; padding: 0 14px; border-radius: 999px; color: var(--dj-muted); font-size: 14px; font-weight: 800; transition: .18s ease; }
.dj-menu a:hover, .dj-menu a.active { color: #fff; background: rgba(255,255,255,.1); }
.dj-search { display: flex; align-items: center; gap: 10px; height: 44px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); padding: 0 15px; }
.dj-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; font-weight: 700; }
.dj-search input::placeholder { color: rgba(255,255,255,.35); }
.dj-icon-link { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); }
.dj-main { padding: 30px 0 54px; }
.dj-hero { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: #101325; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.dj-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .78; }
.dj-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 18%, rgba(255,255,255,.22), transparent 24%), linear-gradient(90deg, rgba(3,4,11,.98) 0%, rgba(3,4,11,.64) 45%, rgba(3,4,11,.20) 70%, rgba(3,4,11,.84) 100%), linear-gradient(180deg, rgba(3,4,11,.12), rgba(3,4,11,.96)); }
.dj-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: end; gap: 28px; min-height: 560px; padding: 42px; }
.dj-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.dj-pill { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(0,0,0,.3); padding: 8px 12px; font-size: 12px; font-weight: 900; color: rgba(255,255,255,.86); }
.dj-pill.hot { border: 0; background: linear-gradient(135deg, var(--dj-pink), var(--dj-blue)); }
.dj-hero h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; font-weight: 900; letter-spacing: 0; text-shadow: 0 10px 35px rgba(0,0,0,.5); }
.dj-hero p { max-width: 660px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; }
.dj-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.dj-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; border-radius: 999px; padding: 0 20px; font-weight: 900; }
.dj-button.primary { background: linear-gradient(135deg, var(--dj-pink), var(--dj-purple) 58%, var(--dj-blue)); box-shadow: 0 14px 35px rgba(255,63,147,.28); }
.dj-button.secondary { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); }
.dj-hero-list { display: grid; gap: 10px; min-width: 0; }
.dj-hero-mini { display: block; min-width: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.1); padding: 14px 16px; backdrop-filter: blur(14px); }
.dj-hero-mini strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.dj-hero-mini span { display: block; margin-top: 5px; color: var(--dj-subtle); font-size: 12px; }
.dj-section { margin-top: 34px; }
.dj-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.dj-section-title { margin: 0; font-size: 26px; line-height: 1.2; font-weight: 900; }
.dj-more { color: var(--dj-muted); font-weight: 800; font-size: 14px; }
.dj-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 18px; }
.dj-card { min-width: 0; }
.dj-poster { position: relative; overflow: hidden; aspect-ratio: 3 / 4; border-radius: 24px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); }
.dj-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.dj-card:hover .dj-poster img { transform: scale(1.05); }
.dj-badge { position: absolute; left: 10px; bottom: 10px; max-width: calc(100% - 20px); border-radius: 999px; background: rgba(0,0,0,.62); padding: 5px 8px; color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dj-score { position: absolute; right: 10px; top: 10px; border-radius: 999px; background: linear-gradient(135deg, #ffc857, #ff3f93); padding: 5px 8px; font-size: 12px; font-weight: 900; }
.dj-card h3 { margin: 10px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; font-weight: 900; }
.dj-card p { margin: 5px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--dj-subtle); font-size: 12px; }
.dj-two-col { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 22px; align-items: start; }
.dj-panel { border: 1px solid var(--dj-line); border-radius: var(--dj-radius); background: rgba(255,255,255,.07); padding: 22px; }
.dj-rank { display: grid; gap: 10px; }
.dj-rank a { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.06); padding: 10px; }
.dj-rank i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 999px; background: rgba(255,255,255,.1); font-style: normal; font-weight: 900; }
.dj-rank strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dj-rank span { color: var(--dj-subtle); font-size: 12px; }
.dj-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.dj-filter a { border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); padding: 9px 13px; color: var(--dj-muted); font-size: 13px; font-weight: 800; }
.dj-filter a:hover { color: #fff; background: rgba(255,255,255,.12); }
.dj-detail { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; align-items: end; min-height: 430px; padding: 32px; }
.dj-detail .dj-poster { border-radius: 30px; box-shadow: 0 22px 60px rgba(0,0,0,.38); }
.dj-detail h1 { margin: 0; font-size: clamp(38px, 5vw, 56px); line-height: 1.05; font-weight: 900; }
.dj-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.dj-desc { color: rgba(255,255,255,.72); line-height: 1.8; }
.dj-episodes { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 10px; }
.dj-episode { display: grid; place-items: center; min-height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.07); font-weight: 900; }
.dj-episode:hover, .dj-episode.active { background: linear-gradient(135deg, rgba(255,63,147,.85), rgba(47,128,255,.85)); }
.dj-player { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: #000; }
.dj-player-box { position: relative; min-height: 520px; background: #000; }
.dj-player-box iframe, .dj-player-box video { width: 100%; height: 520px; border: 0; display: block; background: #000; }
.dj520-autoplay-layer { position: absolute; inset: 0; z-index: 20; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 0; background: rgba(0,0,0,.42); color: #fff; font-size: 15px; font-weight: 900; cursor: pointer; }
.dj520-autoplay-play { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.9); color: #111; font-size: 28px; line-height: 1; text-indent: 4px; }
.dj-notice { margin-top: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); padding: 14px 16px; color: var(--dj-muted); line-height: 1.7; }
.dj-page { display: flex; justify-content: center; gap: 8px; margin-top: 28px; color: var(--dj-muted); }
.dj-page a, .dj-page span { border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.07); padding: 9px 12px; }
.dj-footer { border-top: 1px solid var(--dj-line); padding: 28px 0 38px; color: var(--dj-subtle); }
.dj-list { display: grid; gap: 14px; }
.dj-list-item { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.06); padding: 14px; }
.dj-list-thumb { overflow: hidden; aspect-ratio: 16 / 10; border-radius: 18px; background: rgba(255,255,255,.08); }
.dj-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dj-list-item h3 { margin: 0; font-size: 18px; line-height: 1.35; }
.dj-list-item p { margin: 8px 0 0; color: var(--dj-muted); line-height: 1.7; }
.dj-article { max-width: 920px; margin: 0 auto; }
.dj-article h1 { margin: 0 0 14px; font-size: clamp(30px,4vw,48px); line-height: 1.12; }
.dj-article-meta { color: var(--dj-subtle); font-size: 13px; margin-bottom: 20px; }
.dj-article-body { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.9; }
.dj-article-body img { border-radius: 22px; margin: 18px auto; }
.dj-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.dj-topic-card { overflow: hidden; min-height: 180px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(135deg, rgba(255,63,147,.24), rgba(47,128,255,.16)); padding: 20px; }
.dj-topic-card h3 { margin: 0; font-size: 22px; }
.dj-topic-card p { margin: 10px 0 0; color: var(--dj-muted); line-height: 1.7; }
.dj-person-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.dj-person { text-align: center; }
.dj-avatar { overflow: hidden; width: 100%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.08); }
.dj-avatar img { width: 100%; height: 100%; object-fit: cover; }
.dj-person h3 { margin: 10px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.dj-form { display: grid; gap: 14px; max-width: 520px; }
.dj-form input, .dj-form textarea, .dj-form select { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.08); color: #fff; padding: 13px 14px; outline: 0; }
.dj-form textarea { min-height: 120px; resize: vertical; }
.dj-empty { border: 1px dashed rgba(255,255,255,.2); border-radius: 22px; padding: 28px; color: var(--dj-muted); text-align: center; }
.dj-simple-menu { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.dj-simple-menu a { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 9px 13px; color: var(--dj-muted); background: rgba(255,255,255,.06); font-weight: 800; }
.dj520-popup-mask { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); backdrop-filter: blur(10px); }
.dj520-popup { position: relative; width: min(430px,100%); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #111526; padding: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.5); text-align: center; }
.dj520-popup strong { display: block; font-size: 24px; line-height: 1.3; }
.dj520-popup p { color: var(--dj-muted); line-height: 1.7; }
.dj520-popup small { display: block; margin-top: 12px; color: var(--dj-subtle); }
.dj520-popup-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 999px; padding: 0 22px; background: linear-gradient(135deg, var(--dj-pink), var(--dj-blue)); font-weight: 900; }
.dj520-popup-close { position: absolute; right: 14px; top: 12px; width: 28px; height: 28px; border: 0; border-radius: 999px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.045); opacity: .55; cursor: pointer; font-size: 16px; line-height: 28px; }
.dj520-popup-close:hover { color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); opacity: .68; }
.dj520-play-ad { margin: 14px 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.07); text-align: center; }
.dj520-play-ad img { width: 100%; max-height: 120px; object-fit: cover; }
@media (max-width: 1180px) {
  .dj-nav { grid-template-columns: auto minmax(0,1fr) auto; }
  .dj-search { display: none; }
  .dj-hero-inner, .dj-two-col { grid-template-columns: 1fr; }
  .dj-hero-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .dj-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .dj-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dj-person-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .dj-detail { grid-template-columns: 220px minmax(0,1fr); }
}
@media (max-width: 760px) {
  .dj-container { width: min(100% - 24px, 1380px); }
  .dj-nav { grid-template-columns: 1fr auto; padding: 12px 0; gap: 12px; }
  .dj-brand { min-width: 0; }
  .dj-brand-image { max-width: 168px; height: 46px; }
  .dj-menu { grid-column: 1 / -1; width: 100%; }
  .dj-icon-link { width: 40px; height: 40px; }
  .dj-main { padding-top: 18px; }
  .dj-hero, .dj-hero-inner { min-height: 520px; }
  .dj-hero-inner { padding: 24px; }
  .dj-hero h1 { font-size: 42px; }
  .dj-hero-list { grid-template-columns: 1fr; }
  .dj-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .dj-topic-grid, .dj-person-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dj-list-item { grid-template-columns: 1fr; }
  .dj-section-title { font-size: 22px; }
  .dj-detail { grid-template-columns: 1fr; padding: 20px; }
  .dj-detail .dj-poster { width: 180px; }
  .dj-episodes { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .dj-player-box, .dj-player-box iframe, .dj-player-box video { height: 260px; min-height: 260px; }
}
