* { box-sizing: border-box; outline: none; -webkit-tap-highlight-color: transparent; }
body { background: hsla(30, 20%, 97%, 1); color: #222222; 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(321, 85%, 45%, 1); }
.for8xyzplay_bg_deco_1_3fc467 { position: fixed; top: -10%; left: -10%; width: 50vw; height: 50vw; background: hsla(30, 90%, 60%, 0.08); filter: blur(80px); border-radius: 50%; z-index: -1; pointer-events: none; }
.for8xyzplay_bg_deco_2_3fc467 { position: fixed; bottom: -10%; right: -10%; width: 60vw; height: 60vw; background: hsla(90, 90%, 60%, 0.08); filter: blur(100px); border-radius: 50%; z-index: -1; pointer-events: none; }
.for8xyzplay_layout_wrapper_3fc467 { display: block; width: 100%; }
.for8xyzplay_main_content_3fc467 { width: 100%; }
img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; transition: 0.3s; }
.for8xyzplay_shape_box_3fc467 { border-radius: 12px; transition: 0.3s; }
.for8xyzplay_container_3fc467 { max-width: 96%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.for8xyzplay_scroll_hide_3fc467::-webkit-scrollbar { display: none; }
.for8xyzplay_slider_full_3fc467 { width: 100%; position: relative; overflow: hidden; margin-bottom: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); background: rgba(255, 255, 255, 0.6); border-radius: 12px; }
.for8xyzplay_slider_box_3fc467 { height: 450px; position: relative; overflow: hidden; border-radius: 12px; }
.for8xyzplay_slide_3fc467 { 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; }
.for8xyzplay_slide_3fc467.active { opacity: 1; pointer-events: auto; z-index: 5; }
.for8xyzplay_slide_link_3fc467 { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 6; cursor: pointer; }
.for8xyzplay_slide_bg_3fc467 { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transform: scale(1.05); transition: transform 6s; border-radius: 12px; }
.for8xyzplay_slide_3fc467.active .for8xyzplay_slide_bg_3fc467 { transform: scale(1); filter: brightness(1); }
.for8xyzplay_slide_info_center_3fc467 { 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; }
.for8xyzplay_slide_info_title_3fc467 { font-size: 36px; font-weight: 900; margin-bottom: 15px; letter-spacing: 1px; }
.for8xyzplay_slide_info_desc_3fc467 { 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; }
.for8xyzplay_slide_play_btn_3fc467 { display: inline-block; pointer-events: auto; padding: 12px 40px; background: hsla(321, 85%, 45%, 1); color: #fff; font-size: 18px; font-weight: bold; border-radius: 50px; text-decoration: none; transition: 0.3s; box-shadow: 0 10px 20px hsla(321, 85%, 45%, 1)60; border: 2px solid hsla(321, 85%, 45%, 1); cursor: pointer; }
.for8xyzplay_slide_play_btn_3fc467:hover { background: transparent; color: hsla(321, 85%, 45%, 1); transform: scale(1.05); }
.for8xyzplay_slider_thumbs_3fc467 { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 50; display: flex; gap: 15px; pointer-events: auto; }
.for8xyzplay_thumb_item_3fc467 { width: 160px; height: 90px; border-radius: 8px; 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); }
.for8xyzplay_thumb_item_3fc467:hover, .for8xyzplay_thumb_item_3fc467.active { border-color: hsla(321, 85%, 45%, 1); opacity: 1; transform: scale(1.1); }
.for8xyzplay_thumb_img_3fc467 { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.for8xyzplay_arrow_3fc467 { 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; }
.for8xyzplay_arrow_3fc467:hover { background: hsla(321, 85%, 45%, 1); }
.for8xyzplay_arrow_left_3fc467 { left: 0; }
.for8xyzplay_arrow_right_3fc467 { right: 0; }
.for8xyzplay_header_3fc467 { position: sticky; top: 0; z-index: 10001; background: rgba(255,255,255,0.95); border-bottom: 1px solid rgba(0,0,0,0.06); min-height: 70px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); backdrop-filter: blur(10px); padding: 5px 0; }
.for8xyzplay_header_inner_3fc467 { display: flex; align-items: center; justify-content: space-between; min-height: 60px; gap: 30px; }
.for8xyzplay_logo_3fc467 { 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(321, 85%, 45%, 1), hsla(70, 80%, 50%, 1)); padding: 8px 20px; border-radius: 8px; box-shadow: 0 4px 15px hsla(321, 85%, 45%, 1)60; transition: 0.3s; }
.for8xyzplay_logo_3fc467:hover { transform: scale(1.05); box-shadow: 0 6px 20px hsla(321, 85%, 45%, 1)80; }
.for8xyzplay_nav_3fc467 { display: flex; gap: 20px; align-items: center; flex: 1; flex-wrap: nowrap; overflow: visible; }
.for8xyzplay_nav_item_wrap_3fc467 { position: relative; display: flex; align-items: center; padding: 0; flex-shrink: 0; }
.for8xyzplay_nav_link_3fc467 { padding: 0 12px; height: 40px; line-height: 40px; font-weight: 700; font-size: 16px; color: #222222; transition: all 0.2s; white-space: nowrap; letter-spacing: 0.5px; border-radius: 4px; }
.for8xyzplay_nav_link_3fc467:hover, .for8xyzplay_nav_item_wrap_3fc467:hover .for8xyzplay_nav_link_3fc467 { color: hsla(321, 85%, 45%, 1); background: #f4f6f8; }
.for8xyzplay_sub_menu_3fc467 { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.2); border: 1px solid rgba(0,0,0,0.06); 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; }
.for8xyzplay_sub_menu_3fc467::before { content:''; position:absolute; top:-6px; left:50%; margin-left:-6px; border-width:0 6px 6px; border-style:solid; border-color:transparent transparent rgba(0,0,0,0.06) transparent; }
.for8xyzplay_nav_item_wrap_3fc467:hover .for8xyzplay_sub_menu_3fc467 { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); }
.for8xyzplay_sub_link_3fc467 { display: block; padding: 10px 15px; color: #222222; font-size: 14px; text-decoration: none; border-radius: 6px; transition: 0.2s; text-align: center; }
.for8xyzplay_sub_link_3fc467:hover { background: hsla(321, 85%, 45%, 1); color: #fff; transform: translateX(3px); }
.for8xyzplay_header_right_3fc467 { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.for8xyzplay_search_3fc467 { display: flex; align-items: center; background: #f4f6f8; border-radius: 50px; padding: 6px 15px; border: 1px solid transparent; width: 220px; color: #222222; transition: 0.3s; }
.for8xyzplay_search_3fc467:focus-within { border-color: hsla(321, 85%, 45%, 1); box-shadow: 0 0 0 3px hsla(321, 85%, 45%, 1)20; background: #ffffff; }
.for8xyzplay_color_block_3fc467 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 15px; margin-bottom: 25px; }
.for8xyzplay_color_item_3fc467 { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 5px; background: #ffffff; border: none; border-radius: 50%; text-align: center; text-decoration: none; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 4px 10px rgba(0,0,0,0.05); position: relative; overflow: hidden; min-height: 70px; }
.for8xyzplay_color_item_3fc467:nth-child(8n+1) { background: linear-gradient(135deg, hsla(346, 70%, 60%, 1), hsla(346, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+1) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+1) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+2) { background: linear-gradient(135deg, hsla(312, 70%, 60%, 1), hsla(312, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+2) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+2) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+3) { background: linear-gradient(135deg, hsla(12, 70%, 60%, 1), hsla(12, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+3) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+3) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+4) { background: linear-gradient(135deg, hsla(153, 70%, 60%, 1), hsla(153, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+4) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+4) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+5) { background: linear-gradient(135deg, hsla(329, 70%, 60%, 1), hsla(329, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+5) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+5) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+6) { background: linear-gradient(135deg, hsla(58, 70%, 60%, 1), hsla(58, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+6) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+6) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+7) { background: linear-gradient(135deg, hsla(272, 70%, 60%, 1), hsla(272, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+7) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+7) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:nth-child(8n+8) { background: linear-gradient(135deg, hsla(201, 70%, 60%, 1), hsla(201, 80%, 40%, 1)); }
.for8xyzplay_color_item_3fc467:nth-child(8n+8) .for8xyzplay_color_title_3fc467 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.for8xyzplay_color_item_3fc467:nth-child(8n+8) .for8xyzplay_color_desc_3fc467 { color: rgba(255,255,255,0.9); }
.for8xyzplay_color_item_3fc467:hover { transform: translateY(-3px) scale(1.05) rotate(1deg); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.for8xyzplay_color_title_3fc467 { font-size: 14px; font-weight: 800; margin-bottom: 2px; position: relative; z-index: 2; line-height: 1.2; }
.for8xyzplay_color_desc_3fc467 { font-size: 10px; font-weight: 600; position: relative; z-index: 2; opacity: 0.9; }
.for8xyzplay_colorful_cloud_3fc467 { display: flex; flex-wrap: wrap; gap: 8px; }
.for8xyzplay_colorful_link_3fc467 { display: inline-block; padding: 6px 12px; font-size: 13px; color: #fff; border-radius: 20px; transition: 0.2s; text-decoration: none; opacity: 0.9; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+1) { background: linear-gradient(to right, hsla(346, 70%, 60%, 1), hsla(346, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(346, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+2) { background: linear-gradient(to right, hsla(312, 70%, 60%, 1), hsla(312, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(312, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+3) { background: linear-gradient(to right, hsla(12, 70%, 60%, 1), hsla(12, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(12, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+4) { background: linear-gradient(to right, hsla(153, 70%, 60%, 1), hsla(153, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(153, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+5) { background: linear-gradient(to right, hsla(329, 70%, 60%, 1), hsla(329, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(329, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+6) { background: linear-gradient(to right, hsla(58, 70%, 60%, 1), hsla(58, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(58, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+7) { background: linear-gradient(to right, hsla(272, 70%, 60%, 1), hsla(272, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(272, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:nth-child(8n+8) { background: linear-gradient(to right, hsla(201, 70%, 60%, 1), hsla(201, 80%, 40%, 1)); box-shadow: 0 2px 5px hsla(201, 80%, 40%, 1)40; }
.for8xyzplay_colorful_link_3fc467:hover { transform: translateY(-2px) scale(1.05); opacity: 1; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.for8xyzplay_colorful_grid_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.for8xyzplay_colorful_grid_item_3fc467 { display: flex; align-items: center; justify-content: center; padding: 10px; color: #fff; border-radius: 20px; text-decoration: none; font-size: 13px; font-weight: bold; transition: 0.3s; opacity: 0.95; }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+1) { background: linear-gradient(135deg, hsla(346, 80%, 40%, 1), hsla(346, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+2) { background: linear-gradient(135deg, hsla(312, 80%, 40%, 1), hsla(312, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+3) { background: linear-gradient(135deg, hsla(12, 80%, 40%, 1), hsla(12, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+4) { background: linear-gradient(135deg, hsla(153, 80%, 40%, 1), hsla(153, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+5) { background: linear-gradient(135deg, hsla(329, 80%, 40%, 1), hsla(329, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+6) { background: linear-gradient(135deg, hsla(58, 80%, 40%, 1), hsla(58, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+7) { background: linear-gradient(135deg, hsla(272, 80%, 40%, 1), hsla(272, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:nth-child(8n+8) { background: linear-gradient(135deg, hsla(201, 80%, 40%, 1), hsla(201, 70%, 60%, 1)); }
.for8xyzplay_colorful_grid_item_3fc467:hover { transform: scale(1.05); opacity: 1; }
.for8xyzplay_mobile_only_grid_3fc467 { display: none !important; }
.for8xyzplay_grid_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; margin-bottom: 40px; }
.for8xyzplay_card_3fc467 { display: block; position: relative; border-radius: 12px; overflow: hidden; transition: all 0.4s; background: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.06); }
.for8xyzplay_card_3fc467:hover { transform: translateY(-6px); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.2); z-index: 5; }
.for8xyzplay_cover_3fc467 { aspect-ratio: 2/3; width: 100%; position: relative; overflow: hidden; background: #f4f6f8; }
.for8xyzplay_cover_3fc467 img { transition: 0.6s; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.for8xyzplay_card_3fc467:hover .for8xyzplay_cover_3fc467 img { transform: scale(1.08); }
.for8xyzplay_play_mask_3fc467 { position: absolute; inset: 0; background: rgba(0,0,0,0.3); opacity: 0; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.for8xyzplay_play_mask_3fc467::after { content:'▶'; font-size: 32px; color: #fff; width: 50px; height: 50px; line-height: 50px; text-align: center; background: hsla(321, 85%, 45%, 1); border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transform: scale(0.8); transition: 0.3s; }
.for8xyzplay_card_3fc467:hover .for8xyzplay_play_mask_3fc467 { opacity: 1; }
.for8xyzplay_card_3fc467:hover .for8xyzplay_play_mask_3fc467::after { transform: scale(1); }
.for8xyzplay_card_info_3fc467 { padding: 10px; }
.for8xyzplay_title_3fc467 { font-weight: bold; font-size: 15px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #222222; }
.for8xyzplay_meta_3fc467 { font-size: 12px; color: #666666; display: flex; justify-content: space-between; }
.for8xyzplay_tag_3fc467 { position: absolute; top: 8px; right: 8px; background: hsla(321, 85%, 45%, 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; }
.for8xyzplay_article_grid_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
.for8xyzplay_article_card_3fc467 { display: flex; background: #ffffff; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; overflow: hidden; transition: 0.3s; height: 140px; position: relative; }
.for8xyzplay_article_card_3fc467:hover { transform: translateY(-4px); box-shadow: 0 4px 12px rgba(0,0,0,0.05); border-color: hsla(321, 85%, 45%, 1); }
.for8xyzplay_article_img_3fc467 { width: 110px; height: 100%; object-fit: cover; flex-shrink: 0; border-radius: 0; }
.for8xyzplay_article_body_3fc467 { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.for8xyzplay_article_title_3fc467 { font-size: 15px; font-weight: bold; color: #222222; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; }
.for8xyzplay_article_desc_3fc467 { font-size: 12px; color: #666666; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.for8xyzplay_article_tag_3fc467 { position: absolute; bottom: 8px; right: 8px; font-size: 10px; color: hsla(321, 85%, 45%, 1); background: #f4f6f8; padding: 2px 6px; border-radius: 3px; }
.for8xyzplay_sec_title_3fc467 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-left: 12px; border-left: 4px solid hsla(321, 85%, 45%, 1); display: flex; align-items: center; justify-content: space-between; color: #222222; line-height: 1.2; }
.for8xyzplay_box_3fc467 { background: #ffffff; padding: 25px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.for8xyzplay_footer_3fc467 { margin-top: 60px; padding: 40px 0; background: #ffffff; border-top: 1px solid rgba(0,0,0,0.06); text-align: center; color: #666666; }
.for8xyzplay_m_show_3fc467 { display: none !important; }
.for8xyzplay_cloud_link_3fc467 { display: inline-block; margin: 0 10px 10px 0; padding: 8px 15px; font-size: 14px; color: #666666; background: #f4f6f8; border-radius: 12px; transition:0.2s; border: 1px solid rgba(0,0,0,0.06); text-decoration: none; }
.for8xyzplay_cloud_link_3fc467:hover { background: hsla(321, 85%, 45%, 1); color: #fff; transform: translateY(-2px); }
.for8xyzplay_tag_block_3fc467 { display: flex; align-items: center; justify-content: center; padding: 12px; background: #ffffff; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); color: #222222; font-weight: 500; font-size: 14px; transition: 0.2s; text-align:center; text-decoration: none; }
.for8xyzplay_tag_block_3fc467:hover { background: hsla(321, 85%, 45%, 1); color: #fff; box-shadow: 0 5px 15px hsla(321, 85%, 45%, 1)40; transform: scale(1.05); }
.for8xyzplay_list_item_3fc467 { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; padding: 10px; background: #ffffff; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); transition: 0.2s; text-decoration: none; }
.for8xyzplay_list_item_3fc467:hover { border-color: hsla(321, 85%, 45%, 1); transform: translateX(5px); box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.for8xyzplay_list_img_3fc467 { width: 50px; height: 50px; object-fit: cover; flex-shrink: 0; border-radius: 12px; }
.for8xyzplay_breath_item_3fc467 { display: block; padding: 12px; border-bottom: 1px solid rgba(0,0,0,0.06); color: #666666; font-size: 14px; transition: 0.2s; position: relative; text-decoration: none; }
.for8xyzplay_breath_item_3fc467:hover { padding-left: 20px; color: #222222; background: #f4f6f8; }
.for8xyzplay_avatar_3fc467 { 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 #ffffff; flex-shrink: 0; border-radius: 50%; }
.for8xyzplay_btn_3fc467 { background: hsla(321, 85%, 45%, 1); color: #fff; padding: 10px 30px; border-radius: 12px; border: none; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; transition: 0.3s; }
.for8xyzplay_btn_3fc467:hover { transform: translateY(-3px); box-shadow: 0 10px 20px hsla(321, 85%, 45%, 1)40; }
.for8xyzplay_btn_no_link_3fc467 { background: #f4f6f8; color: #222222; padding: 10px 30px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); display: inline-block; font-size: 14px; font-weight: bold; cursor: default; opacity: 0.8; }
.for8xyzplay_breadcrumb_3fc467 { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #666666; margin-bottom: 20px; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.06); flex-wrap: wrap; }
.for8xyzplay_filter_row_3fc467 { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; align-items: center; }
.for8xyzplay_filter_tag_3fc467 { padding: 6px 16px; font-size: 14px; border-radius: 12px; background: #f4f6f8; color: #666666; transition: 0.2s; cursor: pointer; display: inline-block; text-decoration: none; }
.for8xyzplay_filter_tag_3fc467.active { background: hsla(321, 85%, 45%, 1); color: #fff; transform: scale(1.05); box-shadow: 0 4px 10px hsla(321, 85%, 45%, 1)40; }
.for8xyzplay_filter_tag_3fc467:hover { background: hsla(321, 85%, 45%, 1)80; color: #fff; }
.for8xyzplay_play_layout_3fc467 { display: grid; grid-template-columns: 3fr 1fr; gap: 40px; margin-top: 30px; }
.for8xyzplay_player_3fc467 { 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; }
.for8xyzplay_player_3fc467 .dplayer { position: absolute; top:0; left:0; width:100%; height:100%; }
.for8xyzplay_ep_list_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; margin-top: 20px; }
.for8xyzplay_ep_item_3fc467 { display: block; text-align: center; padding: 12px 5px; background: #ffffff; border-radius: 12px; border: 1px solid rgba(0,0,0,0.06); color: #222222; font-size: 14px; transition: 0.2s; font-weight: 500; text-decoration: none; }
.for8xyzplay_ep_item_3fc467:hover, .for8xyzplay_ep_item_3fc467.active { background: hsla(321, 85%, 45%, 1); color: #fff; border-color: hsla(321, 85%, 45%, 1); box-shadow: 0 5px 15px hsla(321, 85%, 45%, 1)30; transform: translateY(-2px); }
.for8xyzplay_side_item_3fc467 { display: flex; gap: 15px; margin-bottom: 15px; padding: 10px; border-radius: 12px; transition: 0.2s; align-items: center; border: 1px solid transparent; text-decoration: none; }
.for8xyzplay_side_item_3fc467:hover { background: #f4f6f8; border-color: rgba(0,0,0,0.06); }
.for8xyzplay_side_img_3fc467 { width: 90px; height: 60px; object-fit: cover; border-radius: 12px; flex-shrink: 0; background: #f4f6f8; }
.for8xyzplay_cmt_reply_3fc467 { margin-top:10px; padding:10px; background:#f4f6f8; border-radius:4px; font-size:13px; color:#666666; }
@media (min-width: 769px) { .for8xyzplay_mobile_nav_panel_3fc467 { display: none !important; } }
.for8xyzplay_short_grid_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
.for8xyzplay_short_card_3fc467 { 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 4px 12px rgba(0,0,0,0.05); aspect-ratio: 9/14; }
.for8xyzplay_short_card_3fc467:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px hsla(321, 85%, 45%, 1)40; z-index: 10; }
.for8xyzplay_short_cover_3fc467 { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: 0.4s; }
.for8xyzplay_short_card_3fc467:hover .for8xyzplay_short_cover_3fc467 { opacity: 1; transform: scale(1.1); }
.for8xyzplay_short_overlay_3fc467 { 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; }
.for8xyzplay_short_title_3fc467 { font-size: 16px; font-weight: 900; margin-bottom: 5px; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.for8xyzplay_short_tag_3fc467 { display: inline-block; padding: 2px 8px; background: hsla(321, 85%, 45%, 1); color: #fff; font-size: 10px; border-radius: 4px; font-weight: bold; margin-bottom: 5px; box-shadow: 0 0 10px hsla(321, 85%, 45%, 1)60; }
.for8xyzplay_short_meta_3fc467 { font-size: 12px; opacity: 0.8; display: flex; align-items: center; gap: 5px; }
.for8xyzplay_short_badge_3fc467 { background: hsla(321, 85%, 45%, 1); padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: bold; }
.for8xyzplay_ep_wall_3fc467 { display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 8px; max-height: 300px; overflow-y: auto; padding: 10px; background: #f4f6f8; border-radius: 8px; border: 1px solid rgba(0,0,0,0.06); }
.for8xyzplay_ep_wall_item_3fc467 { display: flex; align-items: center; justify-content: center; height: 40px; background: #ffffff; border-radius: 6px; font-size: 13px; font-weight: bold; color: #666666; transition: 0.2s; border: 1px solid transparent; cursor: pointer; text-decoration: none; }
.for8xyzplay_ep_wall_item_3fc467:hover, .for8xyzplay_ep_wall_item_3fc467.active { background: hsla(321, 85%, 45%, 1); color: #fff; border-color: hsla(321, 85%, 45%, 1); box-shadow: 0 4px 10px hsla(321, 85%, 45%, 1)30; transform: scale(1.1); }
.for8xyzplay_ep_wall_3fc467::-webkit-scrollbar { width: 6px; }
.for8xyzplay_ep_wall_3fc467::-webkit-scrollbar-thumb { background: hsla(321, 85%, 45%, 1)60; border-radius: 3px; }
.for8xyzplay_short_banner_3fc467 { position: relative; padding: 60px 40px; background: linear-gradient(135deg, #ffffff, #f4f6f8); border-radius: 16px; margin-bottom: 30px; display: flex; align-items: center; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid hsla(321, 85%, 45%, 1)20; }
.for8xyzplay_short_banner_3fc467::before { content:''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: hsla(321, 85%, 45%, 1); opacity: 0.1; filter: blur(80px); border-radius: 50%; pointer-events: none; }
.for8xyzplay_app_wrapper_3fc467 { display: flex; flex-direction: row; min-height: 100vh; }
.for8xyzplay_sidebar_nav_3fc467 { width: 220px; background: #ffffff; border-right: 1px solid rgba(0,0,0,0.06); flex-shrink: 0; position: sticky; top: 0; height: 100vh; overflow-y: auto; padding: 20px 10px; display: block; }
.for8xyzplay_main_body_3fc467 { flex: 1; min-width: 0; }
.for8xyzplay_top3_grid_3fc467 { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 15px; margin-bottom: 20px; }
.for8xyzplay_top3_grid_3fc467 .for8xyzplay_card_3fc467:nth-child(1) { grid-row: 1 / span 1; }
.for8xyzplay_cover_3fc467 { aspect-ratio: 16/9 !important; }
@media (max-width: 768px) {
.for8xyzplay_header_3fc467 { padding: 0 10px; height: 50px; min-height: 50px; background: rgba(255,255,255,0.95); }
.for8xyzplay_header_inner_3fc467 { height: 50px; display: flex; justify-content: space-between; gap: 0; }
.for8xyzplay_logo_3fc467 { font-size: 16px; padding: 5px 12px; }
.for8xyzplay_pc_only_3fc467, .for8xyzplay_nav_3fc467, .for8xyzplay_header_right_3fc467 { display: none !important; }
.for8xyzplay_m_show_3fc467 { display: flex !important; align-items: center; justify-content: center; width: 40px; height: 40px; font-size: 22px; color: #222222; cursor: pointer; border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; margin-left: auto; }
.for8xyzplay_mobile_nav_panel_3fc467 { position: fixed; z-index: 200000; background: #ffffff; color: #333333; transition: all 0.3s; overflow-y: auto; visibility: hidden; opacity: 0; display: block !important; top: 0; right: 0; width: 80%; height: 100%; transform: translateX(100%); }
.for8xyzplay_mobile_nav_panel_3fc467.active { transform: translateX(0); visibility: visible; opacity: 1; }
.for8xyzplay_mobile_menu_content_3fc467 { padding: 20px; padding-bottom: 50px; }
.for8xyzplay_mobile_nav_link_3fc467 { 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; }
.for8xyzplay_mobile_sub_link_3fc467 { 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; }
.for8xyzplay_mobile_mask_3fc467 { position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 199999; display: none; backdrop-filter: blur(5px); }
.for8xyzplay_mobile_mask_3fc467.active { display: block; }
.for8xyzplay_container_3fc467 { padding: 0 10px; }
.for8xyzplay_grid_3fc467 { grid-template-columns: repeat(3, 1fr); gap: 6px; }
.for8xyzplay_article_grid_3fc467 { grid-template-columns: 1fr; gap: 10px; }
.for8xyzplay_article_card_3fc467 { height: 100px; }
.for8xyzplay_article_img_3fc467 { width: 90px; }
.for8xyzplay_article_desc_3fc467 { -webkit-line-clamp: 2; }
.for8xyzplay_color_block_3fc467 { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.for8xyzplay_color_item_3fc467 { min-height: 60px; padding: 10px 5px; }
.for8xyzplay_slider_box_3fc467 { height: 220px; }
.for8xyzplay_arrow_3fc467 { display: none !important; }
.for8xyzplay_slide_info_center_3fc467 { display: flex !important; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; text-align: center; pointer-events: none; z-index: 20; }
.for8xyzplay_slide_info_title_3fc467 { font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.8); }
.for8xyzplay_slide_info_desc_3fc467 { font-size: 11px; margin-bottom: 10px; color: rgba(255,255,255,0.9); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-shadow: 0 1px 2px rgba(0,0,0,0.8); }
.for8xyzplay_slide_play_btn_3fc467 { pointer-events: auto; display: inline-block; padding: 6px 20px; font-size: 12px; border-radius: 20px; background: hsla(321, 85%, 45%, 1); color: #fff; border: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); text-decoration: none; font-weight: bold; }
.for8xyzplay_slider_thumbs_3fc467 { display: flex !important; bottom: 10px; gap: 8px; width: 100%; justify-content: center; left: 0; transform: none; padding: 0 10px; box-sizing: border-box; overflow-x: auto; }
.for8xyzplay_thumb_item_3fc467 { width: 60px; height: 35px; min-width: 60px; border-width: 1px; }
.for8xyzplay_side_col_3fc467 { display: none !important; }
.for8xyzplay_play_layout_3fc467 { grid-template-columns: 1fr; }
.mobile-search { width: 100% !important; background: rgba(255,255,255,0.1); color: inherit; }
.for8xyzplay_short_grid_3fc467 { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.for8xyzplay_short_title_3fc467 { font-size: 14px; }
.for8xyzplay_short_banner_3fc467 { padding: 30px 20px; flex-direction: column; text-align: center; }
.for8xyzplay_ep_wall_3fc467 { max-height: 200px; grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)); }
.for8xyzplay_mobile_only_grid_3fc467 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 6px !important; }
}
@media (max-width: 768px) { .for8xyzplay_sidebar_nav_3fc467 { display: none !important; } .for8xyzplay_app_wrapper_3fc467 { display: block !important; } }