.video-box_53419 { position: relative; border-radius: var(--v0524); overflow: hidden; background: #080a10; box-shadow: 0 10px 30px rgba(0,0,0,0.2); margin: 0 4% 30px; } .player-ratio_53419 { position: relative; width: 100%; padding-top: 56.25%; } .player-ratio_53419 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .play-mask_53419 { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; text-align: center; padding: 24px; background: linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0.9)); color: #fff; } .play-mask_53419 button { border: 0; border-radius: 6px; padding: 12px 24px; cursor: pointer; background: var(--v0ac5); color: #fff; font-weight: 700; font-size: 15px; } .play-mask_53419 span { font-size: 13px; color: rgba(255,255,255,0.72); } .playlist-section_53419 { background: var(--v83cd); padding: 25px; border-radius: var(--v0524); margin: 0 4% 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.02); border: 1px solid rgba(150,150,150,0.05); } .playlist-header_53419 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .playlist-header_53419 h2, .playlist-header_53419 h3 { font-size: 18px; color: var(--v38bd); border-left: 4px solid var(--v0ac5); padding-left: 11px; margin: 0; } .playlist-grid_53419 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; } .play-btn-item_53419 { background: var(--v0597); color: var(--v38bd); text-align: center; padding: 12px 10px; border-radius: 6px; cursor: pointer; transition: all 0.2s; border: 1px solid rgba(150,150,150,0.08); font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .play-btn-item_53419:hover { border-color: var(--v0ac5); color: var(--v0ac5); transform: translateY(-2px); } .play-btn-item_53419.playing_53419 { background: var(--v0ac5); color: #fff; border-color: var(--v0ac5); box-shadow: 0 4px 10px rgba(0, 214, 235, 0.3); } .detail-wrap_53419 { background: var(--v83cd); padding: 25px; border-radius: var(--v0524); border: 1px solid rgba(150,150,150,0.05); margin: 0 4% 40px; } .info-top-box_53419 { display: flex; gap: 30px; align-items: flex-start; } .vd-poster_53419 { width: 180px; flex-shrink: 0; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .vod-text_53419 { flex: 1; min-width: 0; } .vd-title_53419 { font-size: 26px; margin-bottom: 18px; color: var(--v38bd); line-height: 1.3; font-weight: 800; } .vod-tags_53419 { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 25px; } .info-lbl_53419 { font-size: 13px; padding: 6px 12px; border-radius: 4px; background: rgba(150,150,150,0.08); color: var(--v05ea); display: flex; align-items: center; } .info-lbl_53419.highlight { background: var(--v0ac5); color: #fff; font-weight: bold; box-shadow: 0 2px 8px rgba(0,214,235,0.2); } .video-facts_53419 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: -6px 0 24px; padding: 16px; border-radius: 8px; background: rgba(150,150,150,0.055); border: 1px solid rgba(150,150,150,0.12); } .vod-spec-item_53419 { display: flex; gap: 10px; min-width: 0; align-items: flex-start; font-size: 14px; line-height: 1.7; } .vod-spec-item_53419.wide { grid-column: 1 / -1; } .vod-spec-item_53419 dt { flex: 0 0 auto; color: var(--v05ea); font-weight: 700; } .vod-spec-item_53419 dd { margin: 0; min-width: 0; color: var(--v38bd); word-break: break-word; } .vod-spec-item_53419 a { color: var(--v0ac5); text-decoration: none; margin-right: 10px; } .vod-spec-item_53419 .term-plain { margin-right: 10px; } .vod-content_53419 { font-size: 15px; color: var(--v05ea); line-height: 1.8; text-align: justify; word-wrap: break-word; } .vod-content_53419 h2, .vod-content_53419 h3, .vod-content_53419 h4 { color: var(--v38bd); font-size: 18px; margin: 25px 0 12px; border-left: 3px solid var(--v0ac5); padding-left: 10px; font-weight: 600; line-height: 1.2; } .vod-content_53419 p { margin-bottom: 15px; } .post-nav_53419 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 40px 0; } .ad-overlay_53419 { position: absolute; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); display: flex; flex-direction: column; align-items: center; justify-content: center; backdrop-filter: blur(5px); } .ad-overlay_53419 img { max-width: 90%; max-height: 70vh; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: transform 0.3s; } .ad-overlay_53419 img:hover { transform: scale(1.02); } .close-layer_53419 { margin-top: 20px; padding: 8px 24px; background: rgba(255,255,255,0.15); color: #fff; border-radius: 30px; cursor: pointer; font-size: 14px; border: 1px solid rgba(255,255,255,0.3); transition: background 0.3s; } .close-layer_53419:hover { background: rgba(255,255,255,0.3); } .guess-like_53419 .resource-list_53419 { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; } .guess-like_53419 .vod-item_53419 a, .guess-like_53419 .item-card a, .guess-like_53419 .vod-item a, .guess-like_53419 .list-item a { display: flex; flex-direction: column; height: 100%; padding: 0; gap: 0; } .guess-like_53419 .img-box_53419, .guess-like_53419 .pic-box, .guess-like_53419 .cover-wrap, .guess-like_53419 .img-box { width: 100%; aspect-ratio: 2 / 3; } @media(max-width: 768px) { .info-top-box_53419 { flex-direction: column; gap: 20px; align-items: center; } .vd-poster_53419 { width: 140px; } .vd-title_53419 { font-size: 22px; text-align: center; } .vod-tags_53419 { justify-content: center; } .video-facts_53419 { grid-template-columns: 1fr; padding: 12px; } .playlist-grid_53419 { grid-template-columns: repeat(4, 1fr); } .post-nav_53419 { grid-template-columns: 1fr; gap: 12px; } .guess-like_53419 .resource-list_53419 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }