* { box-sizing: border-box; outline: none; -webkit-tap-highlight-color: transparent; }
body { background: hsla(90, 20%, 4%, 1); color: hsla(90, 8%, 96%, 1); font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; font-size: 15px; overflow-x: hidden; min-height: 100vh; position: relative; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; cursor: pointer; }
a:hover { color: hsla(201, 98%, 64%, 1); }
.hantangjj_bg_deco_1_fd50fe { position: fixed; top: -10%; left: -10%; width: 50vw; height: 50vw; background: hsla(90, 74%, 48%, 0.07); filter: blur(80px); border-radius: 50%; z-index: -1; pointer-events: none; }
.hantangjj_bg_deco_2_fd50fe { position: fixed; bottom: -10%; right: -10%; width: 60vw; height: 60vw; background: hsla(144, 82%, 34%, 0.06); filter: blur(100px); border-radius: 50%; z-index: -1; pointer-events: none; }
.hantangjj_layout_wrapper_fd50fe { display: flex; flex-direction: row; min-height: 100vh; width: 100%; }
.hantangjj_sidebar_nav_fd50fe { width: 214px; background: hsla(90, 6%, 8%, 1); border-right: 1px solid rgba(255,255,255,0.09); flex-shrink: 0; position: fixed; top: 0; left: 0; height: 100vh; overflow-y: auto; overflow-x: hidden; padding: 15px 10px; display: flex; flex-direction: column; z-index: 10002; }
.hantangjj_sidebar_nav_fd50fe::-webkit-scrollbar { width: 4px; }
.hantangjj_sidebar_nav_fd50fe::-webkit-scrollbar-thumb { background: hsla(201, 98%, 64%, 1)40; border-radius: 2px; }
.hantangjj_main_content_fd50fe { flex: 1; min-width: 0; margin-left: 214px; width: calc(100% - 214px); }
.hantangjj_sidebar_link_fd50fe { display: flex; align-items: center; padding: 10px 12px; margin-bottom: 2px; border-radius: 8px; color: hsla(90, 8%, 96%, 1); font-size: 14px; font-weight: 500; transition: 0.2s; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hantangjj_sidebar_link_fd50fe:hover, .hantangjj_sidebar_link_fd50fe.active { background: hsla(201, 98%, 64%, 1)15; color: hsla(201, 98%, 64%, 1); }
.hantangjj_sidebar_section_fd50fe { margin-bottom: 8px; }
.hantangjj_sidebar_section_title_fd50fe { font-size: 11px; font-weight: 700; text-transform: uppercase; color: hsla(90, 4%, 64%, 1); padding: 8px 12px 4px; letter-spacing: 1px; }
.hantangjj_sidebar_sub_fd50fe { padding-left: 20px; }
.hantangjj_sidebar_sub_fd50fe a { font-size: 13px; padding: 6px 10px; display: block; color: hsla(90, 4%, 64%, 1); border-radius: 6px; transition: 0.2s; }
.hantangjj_sidebar_sub_fd50fe a:hover { color: hsla(201, 98%, 64%, 1); background: hsla(90, 8%, 16%, 1); }
img { max-width: 100%; height: auto; object-fit: cover; display: block; border-radius: 16px; transition: 0.3s; max-height: 500px; }
.hantangjj_media_fd50fe img, .hantangjj_theater_item_fd50fe img, .hantangjj_thumb_wrap_fd50fe img, .hantangjj_short_cover_fd50fe, .hantangjj_slide_bg_fd50fe { width: 100%; height: 100%; max-height: none; object-fit: cover; border-radius: 0; }
.hantangjj_shape_box_fd50fe { border-radius: 24px; transition: 0.3s; }
.hantangjj_container_fd50fe { max-width: 99%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.hantangjj_scroll_hide_fd50fe::-webkit-scrollbar { display: none; }
.hantangjj_theater_full_fd50fe { width: 100%; position: relative; overflow: hidden; margin-bottom: 40px; box-shadow: 0 9px 37px rgba(0,0,0,0.46); background: rgba(0, 0, 0, 0.4); border-radius: 24px; }
.hantangjj_theater_box_fd50fe { height: 458px; position: relative; overflow: hidden; border-radius: 24px; }
.hantangjj_slide_fd50fe { position: absolute; top:0; left:0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease-in-out; pointer-events: none; z-index: 1; display: block; }
.hantangjj_slide_fd50fe.active { opacity: 1; pointer-events: auto; z-index: 5; }
.hantangjj_slide_link_fd50fe { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 6; cursor: pointer; }
.hantangjj_slide_bg_fd50fe { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transform: scale(1.05); transition: transform 6s; border-radius: 24px; }
.hantangjj_slide_fd50fe.active .hantangjj_slide_bg_fd50fe { transform: scale(1); filter: brightness(1); }
.hantangjj_slide_info_center_fd50fe { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 10; width: 80%; text-shadow: 0 2px 10px rgba(0,0,0,0.8); pointer-events: none; }
.hantangjj_slide_info_title_fd50fe { font-size: 36px; font-weight: 900; margin-bottom: 15px; letter-spacing: 1px; }
.hantangjj_slide_info_desc_fd50fe { font-size: 16px; margin-bottom: 25px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hantangjj_slide_play_btn_fd50fe { display: inline-block; pointer-events: auto; padding: 12px 40px; background: hsla(201, 98%, 64%, 1); color: #fff; font-size: 18px; font-weight: bold; border-radius: 50px; text-decoration: none; transition: 0.3s; box-shadow: 0 10px 20px hsla(201, 98%, 64%, 1)60; border: 2px solid hsla(201, 98%, 64%, 1); cursor: pointer; }
.hantangjj_slide_play_btn_fd50fe:hover { background: transparent; color: hsla(201, 98%, 64%, 1); transform: scale(1.05); }
.hantangjj_theater_thumbs_fd50fe { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 50; display: flex; gap: 15px; pointer-events: auto; }
.hantangjj_thumb_item_fd50fe { width: 160px; height: 90px; border-radius: 30px; overflow: hidden; cursor: pointer; border: 3px solid rgba(255,255,255,0.5); transition: 0.3s; opacity: 0.8; position: relative; z-index: 51; box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.hantangjj_thumb_item_fd50fe:hover, .hantangjj_thumb_item_fd50fe.active { border-color: hsla(201, 98%, 64%, 1); opacity: 1; transform: scale(1.1); }
.hantangjj_thumb_img_fd50fe { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.hantangjj_arrow_fd50fe { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.3); color: #fff; border: none; font-size: 30px; padding: 20px 10px; cursor: pointer; z-index: 50; transition: 0.3s; border-radius: 4px; pointer-events: auto; }
.hantangjj_arrow_fd50fe:hover { background: hsla(201, 98%, 64%, 1); }
.hantangjj_arrow_left_fd50fe { left: 0; }
.hantangjj_arrow_right_fd50fe { right: 0; }
.hantangjj_peak_fd50fe { position: sticky; top: 0; z-index: 10001; background: hsla(90, 6%, 8%, 1); border-bottom: 1px solid rgba(255,255,255,0.09); box-shadow: 0 9px 37px rgba(0,0,0,0.46); backdrop-filter: blur(10px); padding: 0; min-height: 0; }
.hantangjj_peak_fd50fe .hantangjj_logo_fd50fe { display: none !important; }
.hantangjj_peak_fd50fe .hantangjj_seek_fd50fe { display: none !important; }
.hantangjj_peak_inner_fd50fe { display: flex; align-items: center; justify-content: space-between; min-height: 60px; gap: 30px; }
.hantangjj_logo_fd50fe { font-size: 24px; font-weight: 900; color: #fff; letter-spacing: -0.5px; text-decoration: none; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Arial Black', sans-serif; background: linear-gradient(45deg, hsla(201, 98%, 64%, 1), hsla(137, 83%, 42%, 1)); padding: 8px 20px; border-radius: 8px; box-shadow: 0 4px 15px hsla(201, 98%, 64%, 1)60; transition: 0.3s; }
.hantangjj_logo_fd50fe:hover { transform: scale(1.05); box-shadow: 0 6px 20px hsla(201, 98%, 64%, 1)80; }
.hantangjj_route_fd50fe { display: none !important; }
.hantangjj_route_item_wrap_fd50fe { position: relative; display: flex; align-items: center; padding: 0; flex-shrink: 0; }
.hantangjj_route_link_fd50fe { padding: 0 12px; height: 40px; line-height: 40px; font-weight: 700; font-size: 16px; color: hsla(90, 8%, 96%, 1); transition: all 0.2s; white-space: nowrap; letter-spacing: 0.5px; border-radius: 4px; }
.hantangjj_route_link_fd50fe:hover, .hantangjj_route_item_wrap_fd50fe:hover .hantangjj_route_link_fd50fe { color: hsla(201, 98%, 64%, 1); background: hsla(90, 8%, 16%, 1); }
.hantangjj_sub_menu_fd50fe { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: hsla(90, 6%, 8%, 1); box-shadow: 0 10px 30px rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.09); border-radius: 8px; min-width: 140px; z-index: 10000; padding: 8px; transition: all 0.2s ease-in-out; display: flex; flex-direction: column; gap: 2px; }
.hantangjj_sub_menu_fd50fe::before { content:''; position:absolute; top:-6px; left:50%; margin-left:-6px; border-width:0 6px 6px; border-style:solid; border-color:transparent transparent rgba(255,255,255,0.09) transparent; }
.hantangjj_route_item_wrap_fd50fe:hover .hantangjj_sub_menu_fd50fe { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); }
.hantangjj_sub_link_fd50fe { display: block; padding: 10px 15px; color: hsla(90, 8%, 96%, 1); font-size: 14px; text-decoration: none; border-radius: 6px; transition: 0.2s; text-align: center; }
.hantangjj_sub_link_fd50fe:hover { background: hsla(201, 98%, 64%, 1); color: #fff; transform: translateX(3px); }
.hantangjj_peak_right_fd50fe { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.hantangjj_seek_fd50fe { display: flex; align-items: center; background: hsla(90, 8%, 16%, 1); border-radius: 50px; padding: 6px 15px; border: 1px solid transparent; width: 220px; color: hsla(90, 8%, 96%, 1); transition: 0.3s; }
.hantangjj_seek_fd50fe:focus-within { border-color: hsla(201, 98%, 64%, 1); box-shadow: 0 0 0 3px hsla(201, 98%, 64%, 1)20; background: hsla(90, 6%, 8%, 1); }
.hantangjj_fresh_block_fd50fe { display: flex; gap: 12px; overflow-x: auto; padding: 15px 0; margin-bottom: 25px; -webkit-overflow-scrolling: touch; }
.hantangjj_fresh_item_fd50fe { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 20px; background: hsla(90, 6%, 8%, 1); border-radius: 15px 0 15px 0; text-decoration: none; transition: 0.3s; min-width: 120px; flex-shrink: 0; box-shadow: 0 9px 37px rgba(0,0,0,0.46); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+1) { background: linear-gradient(135deg, hsla(248, 70%, 55%, 1), hsla(248, 87%, 48%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+1) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+1) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+2) { background: linear-gradient(135deg, hsla(353, 58%, 58%, 1), hsla(353, 84%, 37%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+2) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+2) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+3) { background: linear-gradient(135deg, hsla(315, 74%, 69%, 1), hsla(315, 88%, 46%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+3) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+3) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+4) { background: linear-gradient(135deg, hsla(3, 76%, 61%, 1), hsla(3, 65%, 49%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+4) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+4) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+5) { background: linear-gradient(135deg, hsla(162, 79%, 65%, 1), hsla(162, 70%, 49%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+5) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+5) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+6) { background: linear-gradient(135deg, hsla(256, 76%, 58%, 1), hsla(256, 80%, 44%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+6) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+6) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+7) { background: linear-gradient(135deg, hsla(348, 85%, 60%, 1), hsla(348, 82%, 33%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+7) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+7) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+8) { background: linear-gradient(135deg, hsla(342, 58%, 66%, 1), hsla(342, 77%, 31%, 1)); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+8) .hantangjj_fresh_title_fd50fe { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.hantangjj_fresh_item_fd50fe:nth-child(8n+8) .hantangjj_fresh_desc_fd50fe { color: rgba(255,255,255,0.9); }
.hantangjj_fresh_item_fd50fe:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.hantangjj_fresh_title_fd50fe { font-size: 14px; font-weight: 800; margin-bottom: 2px; position: relative; z-index: 2; line-height: 1.2; }
.hantangjj_fresh_desc_fd50fe { font-size: 10px; font-weight: 600; position: relative; z-index: 2; opacity: 0.9; }
.hantangjj_colorful_cloud_fd50fe { display: flex; flex-wrap: wrap; gap: 8px; }
.hantangjj_colorful_link_fd50fe { display: inline-block; padding: 6px 12px; font-size: 13px; color: #fff; border-radius: 4px; transition: 0.2s; text-decoration: none; opacity: 0.9; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+1) { background: linear-gradient(to right, hsla(248, 70%, 55%, 1), hsla(248, 87%, 48%, 1)); box-shadow: 0 2px 5px hsla(248, 87%, 48%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+2) { background: linear-gradient(to right, hsla(353, 58%, 58%, 1), hsla(353, 84%, 37%, 1)); box-shadow: 0 2px 5px hsla(353, 84%, 37%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+3) { background: linear-gradient(to right, hsla(315, 74%, 69%, 1), hsla(315, 88%, 46%, 1)); box-shadow: 0 2px 5px hsla(315, 88%, 46%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+4) { background: linear-gradient(to right, hsla(3, 76%, 61%, 1), hsla(3, 65%, 49%, 1)); box-shadow: 0 2px 5px hsla(3, 65%, 49%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+5) { background: linear-gradient(to right, hsla(162, 79%, 65%, 1), hsla(162, 70%, 49%, 1)); box-shadow: 0 2px 5px hsla(162, 70%, 49%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+6) { background: linear-gradient(to right, hsla(256, 76%, 58%, 1), hsla(256, 80%, 44%, 1)); box-shadow: 0 2px 5px hsla(256, 80%, 44%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+7) { background: linear-gradient(to right, hsla(348, 85%, 60%, 1), hsla(348, 82%, 33%, 1)); box-shadow: 0 2px 5px hsla(348, 82%, 33%, 1)40; }
.hantangjj_colorful_link_fd50fe:nth-child(8n+8) { background: linear-gradient(to right, hsla(342, 58%, 66%, 1), hsla(342, 77%, 31%, 1)); box-shadow: 0 2px 5px hsla(342, 77%, 31%, 1)40; }
.hantangjj_colorful_link_fd50fe:hover { transform: translateY(-2px) scale(1.05); opacity: 1; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.hantangjj_colorful_grid_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.hantangjj_colorful_grid_item_fd50fe { display: flex; align-items: center; justify-content: center; padding: 10px; color: #fff; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: bold; transition: 0.3s; opacity: 0.95; }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+1) { background: linear-gradient(135deg, hsla(248, 87%, 48%, 1), hsla(248, 70%, 55%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+2) { background: linear-gradient(135deg, hsla(353, 84%, 37%, 1), hsla(353, 58%, 58%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+3) { background: linear-gradient(135deg, hsla(315, 88%, 46%, 1), hsla(315, 74%, 69%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+4) { background: linear-gradient(135deg, hsla(3, 65%, 49%, 1), hsla(3, 76%, 61%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+5) { background: linear-gradient(135deg, hsla(162, 70%, 49%, 1), hsla(162, 79%, 65%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+6) { background: linear-gradient(135deg, hsla(256, 80%, 44%, 1), hsla(256, 76%, 58%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+7) { background: linear-gradient(135deg, hsla(348, 82%, 33%, 1), hsla(348, 85%, 60%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:nth-child(8n+8) { background: linear-gradient(135deg, hsla(342, 77%, 31%, 1), hsla(342, 58%, 66%, 1)); }
.hantangjj_colorful_grid_item_fd50fe:hover { transform: scale(1.05); opacity: 1; }
.hantangjj_mobile_only_grid_fd50fe { display: none !important; }
.hantangjj_stack_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(187px, 1fr)); gap: 21px; margin-bottom: 40px; }
.hantangjj_media_fd50fe { aspect-ratio: 2/3; width: 100%; max-height: 380px; position: relative; overflow: hidden; background: hsla(90, 8%, 16%, 1); }
.hantangjj_pod_fd50fe { display: block; position: relative; border-radius: 24px; overflow: hidden; transition: all 0.4s; background: hsla(90, 6%, 8%, 1); box-shadow: 0 9px 37px rgba(0,0,0,0.46); border: 1px solid rgba(255,255,255,0.09); }
.hantangjj_pod_fd50fe:hover { transform: translateY(-6px); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.2); z-index: 5; }
.hantangjj_media_fd50fe img { transition: 0.6s; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.hantangjj_pod_fd50fe:hover .hantangjj_media_fd50fe img { transform: scale(1.08); }
.hantangjj_video_mask_fd50fe { position: absolute; inset: 0; background: rgba(0,0,0,0.3); opacity: 0; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.hantangjj_video_mask_fd50fe::after { content:'▶'; font-size: 32px; color: #fff; width: 50px; height: 50px; line-height: 50px; text-align: center; background: hsla(201, 98%, 64%, 1); border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transform: scale(0.8); transition: 0.3s; }
.hantangjj_pod_fd50fe:hover .hantangjj_video_mask_fd50fe { opacity: 1; }
.hantangjj_pod_fd50fe:hover .hantangjj_video_mask_fd50fe::after { transform: scale(1); }
.hantangjj_pod_info_fd50fe { padding: 10px; }
.hantangjj_desc_fd50fe { font-weight: bold; font-size: 15px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: hsla(90, 8%, 96%, 1); }
.hantangjj_badge_fd50fe { font-size: 12px; color: hsla(90, 4%, 64%, 1); display: flex; justify-content: space-between; }
.hantangjj_dot_fd50fe { position: absolute; top: 8px; right: 8px; background: hsla(201, 98%, 64%, 1); color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 4px; font-weight: 600; box-shadow: 0 2px 5px rgba(0,0,0,0.2); z-index: 2; }
.hantangjj_content_grid_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
.hantangjj_content_card_fd50fe { display: flex; background: hsla(90, 6%, 8%, 1); border: 1px solid rgba(255,255,255,0.09); border-radius: 24px; overflow: hidden; transition: 0.3s; height: 140px; position: relative; }
.hantangjj_content_card_fd50fe:hover { transform: translateY(-4px); box-shadow: 0 9px 37px rgba(0,0,0,0.46); border-color: hsla(201, 98%, 64%, 1); }
.hantangjj_content_img_fd50fe { width: 110px; height: 100%; object-fit: cover; flex-shrink: 0; border-radius: 0; }
.hantangjj_content_body_fd50fe { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hantangjj_content_title_fd50fe { font-size: 15px; font-weight: bold; color: hsla(90, 8%, 96%, 1); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; }
.hantangjj_content_desc_fd50fe { font-size: 12px; color: hsla(90, 4%, 64%, 1); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hantangjj_content_tag_fd50fe { position: absolute; bottom: 8px; right: 8px; font-size: 10px; color: hsla(201, 98%, 64%, 1); background: hsla(90, 8%, 16%, 1); padding: 2px 6px; border-radius: 3px; }
.hantangjj_sec_title_fd50fe { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-left: 12px; border-left: 4px solid hsla(201, 98%, 64%, 1); display: flex; align-items: center; justify-content: space-between; color: hsla(90, 8%, 96%, 1); line-height: 1.2; }
.hantangjj_section_fd50fe { background: hsla(90, 6%, 8%, 1); padding: 25px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.09); margin-bottom: 30px; box-shadow: 0 9px 37px rgba(0,0,0,0.46); }
.hantangjj_end_fd50fe { margin-top: 60px; padding: 40px 0; background: hsla(90, 6%, 8%, 1); border-top: 1px solid rgba(255,255,255,0.09); text-align: center; color: hsla(90, 4%, 64%, 1); }
.hantangjj_m_show_fd50fe { display: none !important; }
.hantangjj_cloud_link_fd50fe { display: inline-block; margin: 0 10px 10px 0; padding: 8px 15px; font-size: 14px; color: hsla(90, 4%, 64%, 1); background: hsla(90, 8%, 16%, 1); border-radius: 24px; transition:0.2s; border: 1px solid rgba(255,255,255,0.09); text-decoration: none; }
.hantangjj_cloud_link_fd50fe:hover { background: hsla(201, 98%, 64%, 1); color: #fff; transform: translateY(-2px); }
.hantangjj_dot_block_fd50fe { display: flex; align-items: center; justify-content: center; padding: 12px; background: hsla(90, 6%, 8%, 1); border-radius: 24px; border: 1px solid rgba(255,255,255,0.09); color: hsla(90, 8%, 96%, 1); font-weight: 500; font-size: 14px; transition: 0.2s; text-align:center; text-decoration: none; }
.hantangjj_dot_block_fd50fe:hover { background: hsla(201, 98%, 64%, 1); color: #fff; box-shadow: 0 5px 15px hsla(201, 98%, 64%, 1)40; transform: scale(1.05); }
.hantangjj_list_item_fd50fe { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; padding: 10px; background: hsla(90, 6%, 8%, 1); border-radius: 24px; border: 1px solid rgba(255,255,255,0.09); transition: 0.2s; text-decoration: none; }
.hantangjj_list_item_fd50fe:hover { border-color: hsla(201, 98%, 64%, 1); transform: translateX(5px); box-shadow: 0 9px 37px rgba(0,0,0,0.46); }
.hantangjj_list_img_fd50fe { width: 50px; height: 50px; object-fit: cover; flex-shrink: 0; border-radius: 16px; }
.hantangjj_breath_item_fd50fe { display: block; padding: 12px; border-bottom: 1px solid rgba(255,255,255,0.09); color: hsla(90, 4%, 64%, 1); font-size: 14px; transition: 0.2s; position: relative; text-decoration: none; }
.hantangjj_breath_item_fd50fe:hover { padding-left: 20px; color: hsla(90, 8%, 96%, 1); background: hsla(90, 8%, 16%, 1); }
.hantangjj_photo_fd50fe { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 24px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border: 2px solid hsla(90, 6%, 8%, 1); flex-shrink: 0; border-radius: 50%; }
.hantangjj_content_content_fd50fe img { max-width: 450px; width: auto; height: auto; border-radius: 8px; margin: 15px auto; display: block; }
.hantangjj_story_poster_fd50fe { max-width: 500px; max-height: 350px; object-fit: cover; border-radius: 8px; margin: 10px 0; }
.hantangjj_section_fd50fe > div img:not([class]) { max-width: 450px; height: auto; display: block; margin: 10px auto; }
.hantangjj_main_content_fd50fe img { max-width: 100%; }
.hantangjj_container_fd50fe > img, .hantangjj_container_fd50fe > div > img { max-width: 500px; height: auto; display: block; margin: 15px auto; }
.hantangjj_c1_fd50fe { background: linear-gradient(135deg, hsla(203, 70%, 55%, 1), hsla(233, 80%, 45%, 1)); }
.hantangjj_c2_fd50fe { background: linear-gradient(135deg, hsla(53, 70%, 55%, 1), hsla(83, 80%, 45%, 1)); }
.hantangjj_c3_fd50fe { background: linear-gradient(135deg, hsla(323, 70%, 55%, 1), hsla(353, 80%, 45%, 1)); }
.hantangjj_c4_fd50fe { background: linear-gradient(135deg, hsla(248, 70%, 55%, 1), hsla(278, 80%, 45%, 1)); }
.hantangjj_c5_fd50fe { background: linear-gradient(135deg, hsla(123, 70%, 55%, 1), hsla(153, 80%, 45%, 1)); }
@keyframes anim_up_fd50fe { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hantangjj_anim_up_fd50fe { animation: anim_up_fd50fe 0.4s ease-out; }
.hantangjj_trigger_fd50fe { background: hsla(201, 98%, 64%, 1); color: #fff; padding: 10px 30px; border-radius: 24px; border: none; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; transition: 0.3s; }
.hantangjj_trigger_fd50fe:hover { transform: translateY(-3px); box-shadow: 0 10px 20px hsla(201, 98%, 64%, 1)40; }
.hantangjj_trigger_no_link_fd50fe { background: hsla(90, 8%, 16%, 1); color: hsla(90, 8%, 96%, 1); padding: 10px 30px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.09); display: inline-block; font-size: 14px; font-weight: bold; cursor: default; opacity: 0.8; }
.hantangjj_breadcrumb_fd50fe { display: flex; align-items: center; gap: 10px; font-size: 14px; color: hsla(90, 4%, 64%, 1); margin-bottom: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.09); flex-wrap: wrap; }
.hantangjj_filter_row_fd50fe { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; align-items: center; }
.hantangjj_filter_tag_fd50fe { padding: 6px 16px; font-size: 14px; border-radius: 24px; background: hsla(90, 8%, 16%, 1); color: hsla(90, 4%, 64%, 1); transition: 0.2s; cursor: pointer; display: inline-block; text-decoration: none; }
.hantangjj_filter_tag_fd50fe.active { background: hsla(201, 98%, 64%, 1); color: #fff; transform: scale(1.05); box-shadow: 0 4px 10px hsla(201, 98%, 64%, 1)40; }
.hantangjj_filter_tag_fd50fe:hover { background: hsla(201, 98%, 64%, 1)80; color: #fff; }
.hantangjj_video_layout_fd50fe { display: grid; grid-template-columns: 3fr 1fr; gap: 40px; margin-top: 30px; }
.hantangjj_player_fd50fe { background: #000; border-radius: 4px; width: 100%; max-width: 100%; position: relative; padding-bottom: 56.25%; height: 0; box-shadow: 0 20px 50px rgba(0,0,0,0.5); border: none; overflow: visible; z-index: 100; }
.hantangjj_player_fd50fe .dplayer { position: absolute; top:0; left:0; width:100%; height:100%; }
.hantangjj_player_fd50fe .dplayer-full { z-index: 100000 !important; }
.dplayer-web-fullscreen-fix { position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; }
.hantangjj_ep_list_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; margin-top: 20px; }
.hantangjj_ep_item_fd50fe { display: block; text-align: center; padding: 12px 5px; background: hsla(90, 6%, 8%, 1); border-radius: 24px; border: 1px solid rgba(255,255,255,0.09); color: hsla(90, 8%, 96%, 1); font-size: 14px; transition: 0.2s; font-weight: 500; text-decoration: none; }
.hantangjj_ep_item_fd50fe:hover, .hantangjj_ep_item_fd50fe.active { background: hsla(201, 98%, 64%, 1); color: #fff; border-color: hsla(201, 98%, 64%, 1); box-shadow: 0 5px 15px hsla(201, 98%, 64%, 1)30; transform: translateY(-2px); }
.hantangjj_side_item_fd50fe { display: flex; gap: 15px; margin-bottom: 15px; padding: 10px; border-radius: 24px; transition: 0.2s; align-items: center; border: 1px solid transparent; text-decoration: none; }
.hantangjj_side_item_fd50fe:hover { background: hsla(90, 8%, 16%, 1); border-color: rgba(255,255,255,0.09); }
.hantangjj_side_img_fd50fe { width: 90px; height: 60px; object-fit: cover; border-radius: 16px; flex-shrink: 0; background: hsla(90, 8%, 16%, 1); }
.hantangjj_cmt_reply_fd50fe { margin-top:10px; padding:10px; background:hsla(90, 8%, 16%, 1); border-radius:4px; font-size:13px; color:hsla(90, 4%, 64%, 1); }
@media (min-width: 769px) { .hantangjj_mobile_nav_panel_fd50fe { display: none !important; } }
.hantangjj_short_grid_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
.hantangjj_short_card_fd50fe { position: relative; border-radius: 12px; overflow: hidden; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); background: #000; box-shadow: 0 9px 37px rgba(0,0,0,0.46); aspect-ratio: 9/14; }
.hantangjj_short_card_fd50fe:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px hsla(201, 98%, 64%, 1)40; z-index: 10; }
.hantangjj_short_cover_fd50fe { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: 0.4s; }
.hantangjj_short_card_fd50fe:hover .hantangjj_short_cover_fd50fe { opacity: 1; transform: scale(1.1); }
.hantangjj_short_overlay_fd50fe { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); color: #fff; pointer-events: none; }
.hantangjj_short_title_fd50fe { font-size: 16px; font-weight: 900; margin-bottom: 5px; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.hantangjj_short_tag_fd50fe { display: inline-block; padding: 2px 8px; background: hsla(201, 98%, 64%, 1); color: #fff; font-size: 10px; border-radius: 4px; font-weight: bold; margin-bottom: 5px; box-shadow: 0 0 10px hsla(201, 98%, 64%, 1)60; }
.hantangjj_short_meta_fd50fe { font-size: 12px; opacity: 0.8; display: flex; align-items: center; gap: 5px; }
.hantangjj_short_badge_fd50fe { background: hsla(201, 98%, 64%, 1); padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: bold; }
.hantangjj_ep_wall_fd50fe { display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 8px; max-height: 300px; overflow-y: auto; padding: 10px; background: hsla(90, 8%, 16%, 1); border-radius: 8px; border: 1px solid rgba(255,255,255,0.09); }
.hantangjj_ep_wall_item_fd50fe { display: flex; align-items: center; justify-content: center; height: 40px; background: hsla(90, 6%, 8%, 1); border-radius: 6px; font-size: 13px; font-weight: bold; color: hsla(90, 4%, 64%, 1); transition: 0.2s; border: 1px solid transparent; cursor: pointer; text-decoration: none; }
.hantangjj_ep_wall_item_fd50fe:hover, .hantangjj_ep_wall_item_fd50fe.active { background: hsla(201, 98%, 64%, 1); color: #fff; border-color: hsla(201, 98%, 64%, 1); box-shadow: 0 4px 10px hsla(201, 98%, 64%, 1)30; transform: scale(1.1); }
.hantangjj_ep_wall_fd50fe::-webkit-scrollbar { width: 6px; }
.hantangjj_ep_wall_fd50fe::-webkit-scrollbar-thumb { background: hsla(201, 98%, 64%, 1)60; border-radius: 3px; }
.hantangjj_short_banner_fd50fe { position: relative; padding: 60px 40px; background: linear-gradient(135deg, hsla(90, 6%, 8%, 1), hsla(90, 8%, 16%, 1)); border-radius: 16px; margin-bottom: 30px; display: flex; align-items: center; overflow: hidden; box-shadow: 0 9px 37px rgba(0,0,0,0.46); border: 1px solid hsla(201, 98%, 64%, 1)20; }
.hantangjj_short_banner_fd50fe::before { content:''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: hsla(201, 98%, 64%, 1); opacity: 0.1; filter: blur(80px); border-radius: 50%; pointer-events: none; }
.hantangjj_top3_grid_fd50fe { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.hantangjj_top3_grid_fd50fe .hantangjj_pod_fd50fe:nth-child(1) { grid-row: 1 / span 1; }
.hantangjj_pod_fd50fe { background: rgba(255,255,255,0.05) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1) !important; }
@media (max-width: 768px) {
  html, body { overflow-x: hidden !important; word-break: break-word !important; }
  img { max-width: 100% !important; height: auto !important; max-height: 350px !important; object-fit: contain !important; }
  .hantangjj_media_fd50fe img, .hantangjj_slide_bg_fd50fe, .hantangjj_thumb_img_fd50fe, .hantangjj_short_cover_fd50fe { width: 100% !important; height: 100% !important; max-height: none !important; object-fit: cover !important; }
  .hantangjj_peak_fd50fe { padding: 0 !important; height: 50px !important; min-height: 50px !important; max-height: 50px !important; background: hsla(90, 6%, 8%, 1) !important; position: sticky !important; top: 0 !important; width: 100% !important; box-sizing: border-box !important; }
  .hantangjj_peak_inner_fd50fe { height: 50px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; gap: 0 !important; padding: 0 10px !important; max-width: 100% !important; box-sizing: border-box !important; }
  .hantangjj_logo_fd50fe { font-size: 15px !important; padding: 4px 10px !important; max-width: 50vw !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
  .hantangjj_pc_only_fd50fe, .hantangjj_route_fd50fe, .hantangjj_peak_right_fd50fe, .hantangjj_sidebar_fd50fe, .hantangjj_side_col_fd50fe { display: none !important; }
  .hantangjj_sidebar_nav_fd50fe { display: none !important; }
  .hantangjj_layout_wrapper_fd50fe { display: block !important; flex-direction: column !important; padding-left: 0 !important; }
  .hantangjj_main_content_fd50fe { width: 100% !important; margin-left: 0 !important; padding: 0 !important; }
  .hantangjj_m_show_fd50fe { display: flex !important; align-items: center !important; justify-content: center !important; width: 40px !important; height: 40px !important; font-size: 22px !important; color: hsla(90, 8%, 96%, 1) !important; cursor: pointer !important; border: 1px solid rgba(255,255,255,0.09) !important; border-radius: 4px !important; margin-left: auto !important; flex-shrink: 0 !important; }
  .hantangjj_mobile_nav_panel_fd50fe { position: fixed; z-index: 200000; background: hsla(90, 20%, 4%, 1); color: hsla(90, 8%, 96%, 1); transition: all 0.3s; overflow-y: auto; visibility: hidden; opacity: 0; display: block !important; top: 0; right: 0; width: 80%; max-width: 320px; height: 100%; transform: translateX(100%); }
  .hantangjj_mobile_nav_panel_fd50fe.active { transform: translateX(0); visibility: visible; opacity: 1; }
  .hantangjj_mobile_menu_content_fd50fe { padding: 20px; padding-bottom: 80px; }
  .hantangjj_mobile_nav_link_fd50fe { display: block; padding: 12px 0; font-size: 16px; font-weight: 600; color: inherit; border-bottom: 1px solid rgba(128,128,128,0.1); text-decoration: none; }
  .hantangjj_mobile_sub_link_fd50fe { display: inline-block; padding: 6px 12px; margin: 5px 5px 0 0; background: rgba(128,128,128,0.1); border-radius: 100px; font-size: 13px; color: inherit; opacity: 0.8; text-decoration: none; }
  .hantangjj_mobile_mask_fd50fe { position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 199999; display: none; backdrop-filter: blur(5px); }
  .hantangjj_mobile_mask_fd50fe.active { display: block; }
  .hantangjj_container_fd50fe { padding: 0 10px !important; max-width: 100% !important; }
  .hantangjj_stack_fd50fe { grid-template-columns: repeat(3, 1fr) !important; gap: 6px !important; margin-bottom: 20px !important; }
  .hantangjj_content_grid_fd50fe { grid-template-columns: 1fr !important; gap: 10px !important; }
  .hantangjj_content_card_fd50fe { height: 100px !important; }
  .hantangjj_content_img_fd50fe { width: 90px !important; }
  .hantangjj_content_desc_fd50fe { -webkit-line-clamp: 2 !important; }
  .hantangjj_content_content_fd50fe img { max-width: 100% !important; width: auto !important; height: auto !important; max-height: 300px !important; }
  .hantangjj_story_poster_fd50fe { max-width: 100% !important; max-height: 250px !important; }
  .hantangjj_main_content_fd50fe img { max-width: 100% !important; }
  .hantangjj_section_fd50fe img:not(.hantangjj_media_fd50fe img) { max-height: 300px !important; }
  .hantangjj_fresh_block_fd50fe { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; overflow-x: hidden !important; display: grid !important; flex-wrap: nowrap !important; }
  .hantangjj_fresh_item_fd50fe { min-height: 55px !important; padding: 8px 5px !important; min-width: 0 !important; }
  .hantangjj_fresh_title_fd50fe { font-size: 12px !important; }
  .hantangjj_fresh_desc_fd50fe { font-size: 9px !important; }
  .hantangjj_theater_full_fd50fe { margin-bottom: 20px !important; }
  .hantangjj_theater_box_fd50fe { height: 280px !important; }
  .hantangjj_arrow_fd50fe { display: none !important; }
  .hantangjj_slide_info_center_fd50fe { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: 85% !important; text-align: center !important; pointer-events: none !important; z-index: 20 !important; }
  .hantangjj_slide_info_title_fd50fe { font-size: 16px !important; font-weight: bold !important; margin-bottom: 5px !important; color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important; }
  .hantangjj_slide_info_desc_fd50fe { font-size: 11px !important; margin-bottom: 10px !important; color: rgba(255,255,255,0.9) !important; line-height: 1.4 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important; }
  .hantangjj_slide_play_btn_fd50fe { pointer-events: auto !important; display: inline-block !important; padding: 6px 20px !important; font-size: 12px !important; border-radius: 20px !important; background: hsla(201, 98%, 64%, 1) !important; color: #fff !important; border: none !important; box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important; text-decoration: none !important; font-weight: bold !important; }
  .hantangjj_theater_thumbs_fd50fe { display: flex !important; bottom: 10px !important; gap: 6px !important; width: 100% !important; justify-content: center !important; left: 0 !important; transform: none !important; padding: 0 10px !important; box-sizing: border-box !important; overflow-x: auto !important; }
  .hantangjj_thumb_item_fd50fe { width: 50px !important; height: 30px !important; min-width: 50px !important; border-width: 1px !important; flex-shrink: 0 !important; }
  .hantangjj_video_layout_fd50fe { grid-template-columns: 1fr !important; gap: 15px !important; }
  .hantangjj_side_col_fd50fe { display: none !important; }
  .mobile-search { width: 100% !important; background: rgba(255,255,255,0.1) !important; color: inherit !important; }
  .hantangjj_short_grid_fd50fe { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .hantangjj_short_title_fd50fe { font-size: 14px !important; }
  .hantangjj_short_banner_fd50fe { padding: 30px 20px !important; flex-direction: column !important; text-align: center !important; }
  .hantangjj_ep_wall_fd50fe { max-height: 200px !important; grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)) !important; }
  .hantangjj_mobile_only_grid_fd50fe { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 6px !important; }
  .hantangjj_breadcrumb_fd50fe { font-size: 12px !important; padding: 10px 0 !important; gap: 5px !important; }
  .hantangjj_section_fd50fe { padding: 15px !important; margin-bottom: 15px !important; }
  .hantangjj_sec_title_fd50fe { font-size: 18px !important; margin-bottom: 15px !important; }
  .hantangjj_pod_info_fd50fe { padding: 6px !important; }
  .hantangjj_desc_fd50fe { font-size: 12px !important; }
  .hantangjj_badge_fd50fe { font-size: 10px !important; }
  .hantangjj_dot_fd50fe { font-size: 9px !important; padding: 1px 4px !important; top: 4px !important; right: 4px !important; }
  .hantangjj_end_fd50fe { margin-top: 30px !important; padding: 20px 0 !important; }
  .hantangjj_seek_fd50fe { width: 100% !important; }
}