/* === 全局基础 === */
* { box-sizing: border-box; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0.0); }
body { background: hsla(56, 29%, 95%, 1); color: hsla(56, 18%, 13%, 1); font-family: "Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; line-height: 1.68; font-size: 16px; overflow-x: hidden; min-height: 100vh; position: relative; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; cursor: pointer; }
a:hover { color: #1ac02d; }
img { max-width: 100%; height: auto; object-fit: cover; display: block; border-radius: 2px; transition: 0.3s; max-height: 500px; }
.xs1_scene_ce7400 img, .xs1_slider_item_ce7400 img, .xs1_thumb_wrap_ce7400 img, .xs1_short_cover_ce7400, .xs1_slide_bg_ce7400 { width: 100%; height: 100%; max-height: none; object-fit: cover; border-radius: 0; }
.xs1_bg_deco_1_ce7400 { position: fixed; top: -10%; left: -10%; width: 50vw; height: 50vw; background: hsla(56, 80%, 61%, 0.05); filter: blur(80px); border-radius: 50%; z-index: -1; pointer-events: none; }
.xs1_bg_deco_2_ce7400 { position: fixed; bottom: -10%; right: -10%; width: 60vw; height: 60vw; background: hsla(100, 76%, 62%, 0.03); filter: blur(100px); border-radius: 50%; z-index: -1; pointer-events: none; }
.xs1_shape_box_ce7400 { border-radius: 2px; transition: 0.3s; }
.xs1_container_ce7400 { max-width: 93%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.xs1_container_ce7400 > div { width: 100%; box-sizing: border-box; }
.xs1_scroll_hide_ce7400::-webkit-scrollbar { display: none; }
.xs1_slider_full_ce7400 { width: 100%; position: relative; overflow: hidden; margin-bottom: 40px; box-shadow: 0 9px 17px rgba(0,0,0,0.08); background: rgba(255, 255, 255, 0.6); border-radius: 2px; }
.xs1_slide_ce7400 { 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; }
.xs1_slide_ce7400.cur { opacity: 1; pointer-events: auto; z-index: 5; }
.xs1_slide_link_ce7400 { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 6; cursor: pointer; }
.xs1_slide_bg_ce7400 { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transform: scale(1.05); transition: transform 6s; border-radius: 2px; }
.xs1_slide_ce7400.cur .xs1_slide_bg_ce7400 { transform: scale(1); filter: brightness(1); }
.xs1_slide_play_btn_ce7400 { display: inline-block; pointer-events: auto; padding: 12px 40px; background: #1ac02d; color: #fff; font-size: 18px; font-weight: bold; border-radius: 50px; text-decoration: none; transition: 0.3s; box-shadow: 0 10px 20px #1ac02d60; border: 2px solid #1ac02d; cursor: pointer; }
.xs1_slide_play_btn_ce7400:hover { background: transparent; color: #1ac02d; transform: scale(1.05); }
.xs1_chunk_ce7400 { display: block; position: relative; border-radius: 2px; overflow: hidden; transition: all 0.4s; background: hsla(56, 1%, 96%, 1); box-shadow: 0 9px 17px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.07); }
.xs1_scene_ce7400 { aspect-ratio: 2/3; width: 100%; max-height: 380px; position: relative; overflow: hidden; background: hsla(56, 11%, 97%, 1); }
.xs1_scene_ce7400 img { transition: 0.6s; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.xs1_view_mask_ce7400 { position: absolute; inset: 0; background: rgba(0,0,0,0.3); opacity: 0; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.xs1_view_mask_ce7400::after { content:'▶'; font-size: 32px; color: #fff; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #1ac02d; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transform: scale(0.8); transition: 0.3s; }
.xs1_chunk_info_ce7400 { padding: 10px; position: relative; }
.xs1_topic_ce7400 { font-weight: bold; font-size: 15px; margin-bottom: 4px; line-height: 1.4; word-break: break-all; color: hsla(56, 18%, 13%, 1); }
.xs1_spec_ce7400 { font-size: 12px; color: hsla(56, 9%, 39%, 1); display: flex; justify-content: space-between; }
.xs1_pin_ce7400 { position: absolute; top: 8px; right: 8px; background: #1ac02d; 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; }
.xs1_post_card_ce7400 { display: flex; background: hsla(56, 1%, 96%, 1); border: 1px solid rgba(0,0,0,0.07); border-radius: 2px; overflow: hidden; transition: 0.3s; height: 140px; position: relative; }
.xs1_post_img_ce7400 { width: 110px; height: 100%; object-fit: cover; flex-shrink: 0; border-radius: 0; }
.xs1_post_body_ce7400 { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.xs1_post_title_ce7400 { font-size: 15px; font-weight: bold; color: hsla(56, 18%, 13%, 1); margin-bottom: 5px; word-break: break-all; }
.xs1_post_desc_ce7400 { font-size: 12px; color: hsla(56, 9%, 39%, 1); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.xs1_post_tag_ce7400 { position: absolute; bottom: 8px; right: 8px; font-size: 10px; color: #1ac02d; background: hsla(56, 11%, 97%, 1); padding: 2px 6px; border-radius: 3px; }
.xs1_sec_title_ce7400 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-left: 12px; border-left: 4px solid #1ac02d; display: flex; align-items: center; justify-content: space-between; color: hsla(56, 18%, 13%, 1); line-height: 1.2; }
.xs1_section_ce7400 { background: hsla(56, 1%, 96%, 1); padding: 25px; border-radius: 2px; border: 1px solid rgba(0,0,0,0.07); margin-bottom: 30px; box-shadow: 0 9px 17px rgba(0,0,0,0.08); }
.xs1_closing_ce7400 { margin-top: 60px; padding: 40px 0; background: hsla(56, 1%, 96%, 1); border-top: 1px solid rgba(0,0,0,0.07); text-align: center; color: hsla(56, 9%, 39%, 1); }
.xs1_cloud_link_ce7400 { display: inline-block; margin: 0 10px 10px 0; padding: 8px 15px; font-size: 14px; color: hsla(56, 9%, 39%, 1); background: hsla(56, 11%, 97%, 1); border-radius: 2px; transition:0.2s; border: 1px solid rgba(0,0,0,0.07); text-decoration: none; }
.xs1_cloud_link_ce7400:hover { background: #1ac02d; color: #fff; transform: translateY(-2px); }
.xs1_pin_block_ce7400 { display: flex; align-items: center; justify-content: center; padding: 12px; background: hsla(56, 1%, 96%, 1); border-radius: 2px; border: 1px solid rgba(0,0,0,0.07); color: hsla(56, 18%, 13%, 1); font-weight: 500; font-size: 14px; transition: 0.2s; text-align:center; text-decoration: none; }
.xs1_pin_block_ce7400:hover { background: #1ac02d; color: #fff; box-shadow: 0 5px 15px #1ac02d40; transform: scale(1.05); }
.xs1_list_item_ce7400 { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; padding: 10px; background: hsla(56, 1%, 96%, 1); border-radius: 2px; border: 1px solid rgba(0,0,0,0.07); transition: 0.2s; text-decoration: none; }
.xs1_list_item_ce7400:hover { border-color: #1ac02d; transform: translateX(5px); box-shadow: 0 9px 17px rgba(0,0,0,0.08); }
.xs1_list_img_ce7400 { width: 50px; height: 50px; object-fit: cover; flex-shrink: 0; border-radius: 2px; }
.xs1_breath_item_ce7400 { display: block; padding: 12px; border-bottom: 1px solid rgba(0,0,0,0.07); color: hsla(56, 9%, 39%, 1); font-size: 14px; transition: 0.2s; position: relative; text-decoration: none; }
.xs1_breath_item_ce7400:hover { padding-left: 20px; color: hsla(56, 18%, 13%, 1); background: hsla(56, 11%, 97%, 1); }
.xs1_user_ce7400 { 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(56, 1%, 96%, 1); flex-shrink: 0; border-radius: 50%; }
.xs1_breadcrumb_ce7400 { display: flex; align-items: center; gap: 10px; font-size: 14px; color: hsla(56, 9%, 39%, 1); margin-bottom: 20px; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.07); flex-wrap: wrap; }
.xs1_filter_row_ce7400 { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; align-items: center; }
.xs1_filter_tag_ce7400 { padding: 6px 16px; font-size: 14px; border-radius: 2px; background: hsla(56, 11%, 97%, 1); color: hsla(56, 9%, 39%, 1); transition: 0.2s; cursor: pointer; display: inline-block; text-decoration: none; }
.xs1_filter_tag_ce7400.cur { background: #1ac02d; color: #fff; transform: scale(1.05); box-shadow: 0 4px 10px #1ac02d40; }
.xs1_filter_tag_ce7400:hover { background: #1ac02d80; color: #fff; }
.xs1_player_ce7400 { 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; }
.xs1_player_ce7400 .dplayer { position: absolute; top:0; left:0; width:100%; height:100%; }
.xs1_player_ce7400 .dplayer-full { z-index: 100000 !important; }
.dplayer-web-fullscreen-fix { position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; }
.xs1_ep_list_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; margin-top: 20px; }
.xs1_ep_item_ce7400 { display: block; text-align: center; padding: 12px 5px; background: hsla(56, 1%, 96%, 1); border-radius: 2px; border: 1px solid rgba(0,0,0,0.07); color: hsla(56, 18%, 13%, 1); font-size: 14px; transition: 0.2s; font-weight: 500; text-decoration: none; }
.xs1_ep_item_ce7400:hover, .xs1_ep_item_ce7400.cur { background: #1ac02d; color: #fff; border-color: #1ac02d; box-shadow: 0 5px 15px #1ac02d30; transform: translateY(-2px); }
.xs1_cmt_reply_ce7400 { margin-top:10px; padding:10px; background:hsla(56, 11%, 97%, 1); border-radius:4px; font-size:13px; color:hsla(56, 9%, 39%, 1); }
.xs1_trigger_ce7400 { background: #1ac02d; color: #fff; padding: 10px 30px; border-radius: 2px; border: none; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; transition: 0.3s; }
.xs1_trigger_ce7400:hover { transform: translateY(-3px); box-shadow: 0 10px 20px #1ac02d40; }
.xs1_trigger_no_link_ce7400 { background: hsla(56, 11%, 97%, 1); color: hsla(56, 18%, 13%, 1); padding: 10px 30px; border-radius: 2px; border: 1px solid rgba(0,0,0,0.07); display: inline-block; font-size: 14px; font-weight: bold; cursor: default; opacity: 0.8; }
.xs1_short_card_ce7400 { 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 17px rgba(0,0,0,0.08); aspect-ratio: 9/14; }
.xs1_short_cover_ce7400 { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: 0.4s; }
.xs1_short_overlay_ce7400 { 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; }
.xs1_short_title_ce7400 { font-size: 16px; font-weight: 900; margin-bottom: 5px; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.xs1_short_tag_ce7400 { display: inline-block; padding: 2px 8px; background: #1ac02d; color: #fff; font-size: 10px; border-radius: 4px; font-weight: bold; margin-bottom: 5px; box-shadow: 0 0 10px #1ac02d60; }
.xs1_short_meta_ce7400 { font-size: 12px; opacity: 0.8; display: flex; align-items: center; gap: 5px; }
.xs1_short_badge_ce7400 { background: #1ac02d; padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: bold; }
.xs1_ep_wall_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 8px; padding: 10px; background: hsla(56, 11%, 97%, 1); border-radius: 8px; border: 1px solid rgba(0,0,0,0.07); }
.xs1_ep_wall_item_ce7400 { display: flex; align-items: center; justify-content: center; height: 40px; background: hsla(56, 1%, 96%, 1); border-radius: 6px; font-size: 13px; font-weight: bold; color: hsla(56, 9%, 39%, 1); transition: 0.2s; border: 1px solid transparent; cursor: pointer; text-decoration: none; }
.xs1_ep_wall_item_ce7400:hover, .xs1_ep_wall_item_ce7400.cur { background: #1ac02d; color: #fff; border-color: #1ac02d; box-shadow: 0 4px 10px #1ac02d30; transform: scale(1.1); }
.xs1_ep_wall_ce7400::-webkit-scrollbar { width: 6px; }
.xs1_ep_wall_ce7400::-webkit-scrollbar-thumb { background: #1ac02d60; border-radius: 3px; }
.xs1_short_banner_ce7400 { position: relative; padding: 60px 40px; background: linear-gradient(135deg, hsla(56, 1%, 96%, 1), hsla(56, 11%, 97%, 1)); border-radius: 16px; margin-bottom: 30px; display: flex; align-items: center; overflow: hidden; box-shadow: 0 9px 17px rgba(0,0,0,0.08); border: 1px solid #1ac02d20; }
.xs1_short_banner_ce7400::before { content:''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: #1ac02d; opacity: 0.1; filter: blur(80px); border-radius: 50%; pointer-events: none; }
.xs1_colorful_cloud_ce7400 { display: flex; flex-wrap: wrap; gap: 8px; }
.xs1_colorful_link_ce7400 { display: inline-block; padding: 6px 12px; font-size: 13px; color: #fff; border-radius: 4px 4px 4px 0; transition: 0.2s; text-decoration: none; opacity: 0.9; }
.xs1_colorful_link_ce7400:nth-child(9n+1) { background: linear-gradient(to right, hsla(14, 80%, 52%, 1), hsla(14, 82%, 36%, 1)); box-shadow: 0 2px 5px hsla(14, 82%, 36%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+2) { background: linear-gradient(to right, hsla(252, 76%, 53%, 1), hsla(252, 86%, 43%, 1)); box-shadow: 0 2px 5px hsla(252, 86%, 43%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+3) { background: linear-gradient(to right, hsla(199, 83%, 59%, 1), hsla(199, 78%, 49%, 1)); box-shadow: 0 2px 5px hsla(199, 78%, 49%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+4) { background: linear-gradient(to right, hsla(61, 65%, 69%, 1), hsla(61, 89%, 47%, 1)); box-shadow: 0 2px 5px hsla(61, 89%, 47%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+5) { background: linear-gradient(to right, hsla(137, 57%, 63%, 1), hsla(137, 67%, 40%, 1)); box-shadow: 0 2px 5px hsla(137, 67%, 40%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+6) { background: linear-gradient(to right, hsla(246, 60%, 54%, 1), hsla(246, 90%, 44%, 1)); box-shadow: 0 2px 5px hsla(246, 90%, 44%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+7) { background: linear-gradient(to right, hsla(86, 79%, 62%, 1), hsla(86, 80%, 38%, 1)); box-shadow: 0 2px 5px hsla(86, 80%, 38%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+8) { background: linear-gradient(to right, hsla(44, 57%, 55%, 1), hsla(44, 69%, 39%, 1)); box-shadow: 0 2px 5px hsla(44, 69%, 39%, 1)40; }
.xs1_colorful_link_ce7400:nth-child(9n+9) { background: linear-gradient(to right, hsla(326, 77%, 67%, 1), hsla(326, 76%, 36%, 1)); box-shadow: 0 2px 5px hsla(326, 76%, 36%, 1)40; }
.xs1_colorful_link_ce7400:hover { transform: translateY(-2px) scale(1.05); opacity: 1; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.xs1_colorful_grid_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.xs1_colorful_grid_item_ce7400 { display: flex; align-items: center; justify-content: center; padding: 10px; color: #fff; border-radius: 4px 4px 4px 0; text-decoration: none; font-size: 13px; font-weight: bold; transition: 0.3s; opacity: 0.95; }
.xs1_colorful_grid_item_ce7400:nth-child(9n+1) { background: linear-gradient(135deg, hsla(14, 82%, 36%, 1), hsla(14, 80%, 52%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+2) { background: linear-gradient(135deg, hsla(252, 86%, 43%, 1), hsla(252, 76%, 53%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+3) { background: linear-gradient(135deg, hsla(199, 78%, 49%, 1), hsla(199, 83%, 59%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+4) { background: linear-gradient(135deg, hsla(61, 89%, 47%, 1), hsla(61, 65%, 69%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+5) { background: linear-gradient(135deg, hsla(137, 67%, 40%, 1), hsla(137, 57%, 63%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+6) { background: linear-gradient(135deg, hsla(246, 90%, 44%, 1), hsla(246, 60%, 54%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+7) { background: linear-gradient(135deg, hsla(86, 80%, 38%, 1), hsla(86, 79%, 62%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+8) { background: linear-gradient(135deg, hsla(44, 69%, 39%, 1), hsla(44, 57%, 55%, 1)); }
.xs1_colorful_grid_item_ce7400:nth-child(9n+9) { background: linear-gradient(135deg, hsla(326, 76%, 36%, 1), hsla(326, 77%, 67%, 1)); }
.xs1_colorful_grid_item_ce7400:hover { transform: scale(1.05); opacity: 1; }
@keyframes anim_up_ce7400 { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.xs1_anim_up_ce7400 { animation: anim_up_ce7400 0.4s ease-out; }
/* === CSS Custom Properties === */
:root { --xs-p: #1ac02d; --xs-bg: hsla(56, 29%, 95%, 1); --xs-bgc: hsla(56, 1%, 96%, 1); --xs-bgl: hsla(56, 11%, 97%, 1); --xs-tc: hsla(56, 18%, 13%, 1); --xs-ts: hsla(56, 9%, 39%, 1); --xs-bc: rgba(0,0,0,0.07); --xs-r: 2px; --xs-sh: 0 9px 17px rgba(0,0,0,0.08); --xs-gg: 18px; }
/* === Utility Classes === */
.xs1_u_flex_ce7400 { display: flex; }
.xs1_u_fc_ce7400 { display: flex; align-items: center; }
.xs1_u_fb_ce7400 { display: flex; align-items: center; justify-content: space-between; }
.xs1_u_fcc_ce7400 { display: flex; align-items: center; justify-content: center; }
.xs1_u_fcol_ce7400 { display: flex; flex-direction: column; }
.xs1_u_fw_ce7400 { display: flex; flex-wrap: wrap; }
.xs1_u_g4_ce7400 { gap: 4px; }
.xs1_u_g6_ce7400 { gap: 6px; }
.xs1_u_g8_ce7400 { gap: 8px; }
.xs1_u_g10_ce7400 { gap: 10px; }
.xs1_u_g12_ce7400 { gap: 12px; }
.xs1_u_g15_ce7400 { gap: 15px; }
.xs1_u_g20_ce7400 { gap: 20px; }
.xs1_u_g25_ce7400 { gap: 25px; }
.xs1_u_f1_ce7400 { flex: 1; min-width: 0; }
.xs1_u_s0_ce7400 { flex-shrink: 0; }
.xs1_u_trunc_ce7400 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xs1_u_clamp2_ce7400 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xs1_u_clamp3_ce7400 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.xs1_u_clamp4_ce7400 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.xs1_u_ovh_ce7400 { overflow: hidden; }
.xs1_u_cover_ce7400 { width: 100%; height: 100%; object-fit: cover; }
.xs1_u_rel_ce7400 { position: relative; }
.xs1_u_abs_ce7400 { position: absolute; }
.xs1_u_b_ce7400 { font-weight: bold; }
.xs1_u_b6_ce7400 { font-weight: 600; }
.xs1_u_b9_ce7400 { font-weight: 900; }
.xs1_u_fs10_ce7400 { font-size: 10px; }
.xs1_u_fs11_ce7400 { font-size: 11px; }
.xs1_u_fs12_ce7400 { font-size: 12px; }
.xs1_u_fs13_ce7400 { font-size: 13px; }
.xs1_u_fs14_ce7400 { font-size: 14px; }
.xs1_u_fs15_ce7400 { font-size: 15px; }
.xs1_u_fs16_ce7400 { font-size: 16px; }
.xs1_u_fs18_ce7400 { font-size: 18px; }
.xs1_u_fs20_ce7400 { font-size: 20px; }
.xs1_u_fs22_ce7400 { font-size: 22px; }
.xs1_u_fs24_ce7400 { font-size: 24px; }
.xs1_u_fs26_ce7400 { font-size: 26px; }
.xs1_u_lh14_ce7400 { line-height: 1.4; }
.xs1_u_lh17_ce7400 { line-height: 1.7; }
.xs1_u_lh18_ce7400 { line-height: 1.8; }
.xs1_u_tc_ce7400 { color: hsla(56, 18%, 13%, 1); }
.xs1_u_ts_ce7400 { color: hsla(56, 9%, 39%, 1); }
.xs1_u_pc_ce7400 { color: #1ac02d; }
.xs1_u_pw_ce7400 { color: #fff; }
.xs1_u_bgc_ce7400 { background: hsla(56, 1%, 96%, 1); }
.xs1_u_bgl_ce7400 { background: hsla(56, 11%, 97%, 1); }
.xs1_u_bgp_ce7400 { background: #1ac02d; color: #fff; }
.xs1_u_mb8_ce7400 { margin-bottom: 8px; }
.xs1_u_mb10_ce7400 { margin-bottom: 10px; }
.xs1_u_mb12_ce7400 { margin-bottom: 12px; }
.xs1_u_mb15_ce7400 { margin-bottom: 15px; }
.xs1_u_mb20_ce7400 { margin-bottom: 20px; }
.xs1_u_mb25_ce7400 { margin-bottom: 25px; }
.xs1_u_mt3_ce7400 { margin-top: 3px; }
.xs1_u_mt8_ce7400 { margin-top: 8px; }
.xs1_u_mt15_ce7400 { margin-top: 15px; }
.xs1_u_p8_ce7400 { padding: 8px; }
.xs1_u_p10_ce7400 { padding: 10px; }
.xs1_u_p15_ce7400 { padding: 15px; }
.xs1_u_p20_ce7400 { padding: 20px; }
.xs1_u_p25_ce7400 { padding: 25px; }
.xs1_u_bdb_ce7400 { border-bottom: 1px solid rgba(0,0,0,0.07); }
.xs1_u_bdbd_ce7400 { border-bottom: 1px dashed rgba(0,0,0,0.07); }
.xs1_u_bd_ce7400 { border: 1px solid rgba(0,0,0,0.07); }
.xs1_u_r_ce7400 { border-radius: 2px; }
.xs1_u_r4_ce7400 { border-radius: 4px; }
.xs1_u_r6_ce7400 { border-radius: 6px; }
.xs1_u_r8_ce7400 { border-radius: 8px; }
.xs1_u_r10_ce7400 { border-radius: 10px; }
.xs1_u_r12_ce7400 { border-radius: 12px; }
.xs1_u_r16_ce7400 { border-radius: 16px; }
.xs1_u_r25_ce7400 { border-radius: 25px; }
.xs1_u_r50_ce7400 { border-radius: 50%; }
.xs1_u_scrollx_ce7400 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.xs1_u_scrollx_ce7400::-webkit-scrollbar { display: none; }
.xs1_u_card_ce7400 { background: hsla(56, 1%, 96%, 1); border-radius: 2px; overflow: hidden; }
.xs1_u_badge_ce7400 { background: #1ac02d; color: #fff; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: bold; }
.xs1_u_badge_s_ce7400 { background: #1ac02d20; color: #1ac02d; padding: 3px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; }
.xs1_u_overlay_ce7400 { position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.xs1_u_shadow_ce7400 { box-shadow: 0 9px 17px rgba(0,0,0,0.08); }
.xs1_u_nodec_ce7400 { text-decoration: none; color: inherit; }
.xs1_u_w100_ce7400 { width: 100%; }
.xs1_u_block_ce7400 { display: block; }
.xs1_u_iblock_ce7400 { display: inline-block; }
.xs1_u_grid2_ce7400 { display: grid; grid-template-columns: repeat(2, 1fr); }
.xs1_u_grid3_ce7400 { display: grid; grid-template-columns: repeat(3, 1fr); }
.xs1_u_grid4_ce7400 { display: grid; grid-template-columns: repeat(4, 1fr); }
.xs1_u_grid_auto_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.xs1_u_row_ce7400 { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.07); }
.xs1_u_row_ce7400:last-child { border-bottom: none; }
.xs1_u_thumb_ce7400 { flex-shrink: 0; overflow: hidden; border-radius: 2px; }
.xs1_u_info_ce7400 { flex: 1; min-width: 0; overflow: hidden; }
.xs1_u_nav_link_ce7400 { font-size: 13px; padding: 0 8px; white-space: nowrap; }
.xs1_u_nav_link_ce7400:hover { color: #1ac02d; }
.xs1_u_pill_ce7400 { display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 13px; background: hsla(56, 1%, 96%, 1); color: hsla(56, 18%, 13%, 1); }
.xs1_u_pill_ce7400:hover { background: #1ac02d; color: #fff; }
.xs1_u_tag_ce7400 { display: inline-block; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: bold; }
.xs1_u_cover_sm_ce7400 { width: 70px; height: 96px; object-fit: cover; border-radius: 2px; }
.xs1_u_cover_md_ce7400 { width: 100px; height: 140px; object-fit: cover; border-radius: 2px; }
.xs1_u_cover_lg_ce7400 { width: 130px; height: 180px; object-fit: cover; border-radius: 2px; }
.xs1_u_ts12_ce7400 { font-size: 12px; color: hsla(56, 9%, 39%, 1); }
.xs1_u_ts11_ce7400 { font-size: 11px; color: hsla(56, 9%, 39%, 1); }
.xs1_u_ts13_ce7400 { font-size: 13px; color: hsla(56, 9%, 39%, 1); }
.xs1_u_tc14_ce7400 { font-size: 14px; color: hsla(56, 18%, 13%, 1); }
.xs1_u_tc13b_ce7400 { font-size: 13px; color: hsla(56, 18%, 13%, 1); font-weight: 600; }
.xs1_u_stitle_ce7400 { font-weight: bold; margin-bottom: 15px; color: hsla(56, 18%, 13%, 1); line-height: 1.3; }
.xs1_u_stitle18_ce7400 { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: hsla(56, 18%, 13%, 1); }
.xs1_u_stitle20_ce7400 { font-size: 20px; font-weight: 900; margin-bottom: 15px; color: hsla(56, 18%, 13%, 1); }
.xs1_u_btn_primary_ce7400 { display: inline-block; padding: 10px 30px; background: #1ac02d; color: #fff; border-radius: 2px; font-weight: bold; }
.xs1_u_btn_primary_ce7400:hover { transform: translateY(-2px); box-shadow: 0 5px 15px #1ac02d40; }
@media(max-width:768px) { [style*='grid-template-columns:70px 1fr 1fr 100px 70px'] { grid-template-columns: 50px 1fr 1fr 60px 45px !important; padding: 6px 10px !important; font-size: 12px !important; } }
@media(max-width:768px) { [style*='grid-template-columns:1fr 1fr'][style*='gap:20px'] { grid-template-columns: 1fr !important; } }
.xs1_c1_ce7400 { background: linear-gradient(135deg, hsla(263, 70%, 55%, 1), hsla(293, 80%, 45%, 1)); }
.xs1_c2_ce7400 { background: linear-gradient(135deg, hsla(113, 70%, 55%, 1), hsla(143, 80%, 45%, 1)); }
.xs1_c3_ce7400 { background: linear-gradient(135deg, hsla(23, 70%, 55%, 1), hsla(53, 80%, 45%, 1)); }
.xs1_c4_ce7400 { background: linear-gradient(135deg, hsla(308, 70%, 55%, 1), hsla(338, 80%, 45%, 1)); }
.xs1_c5_ce7400 { background: linear-gradient(135deg, hsla(183, 70%, 55%, 1), hsla(213, 80%, 45%, 1)); }
.xs1_chunk_ce7400 .xs1_chunk_info_ce7400 { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px 10px 10px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 60%, transparent 100%); color: #fff; pointer-events: none; box-sizing: border-box; }
.xs1_chunk_ce7400 .xs1_topic_ce7400 { color: #fff !important; margin-bottom: 2px; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.xs1_chunk_ce7400 .xs1_spec_ce7400 { color: rgba(255,255,255,0.8) !important; }
.xs1_topic_ce7400, .xs1_chunk_ce7400 .xs1_topic_ce7400, .xs1_chunk_ce7400 [class*='title'] { visibility: visible !important; opacity: 1 !important; }
.xs1_chunk_info_ce7400, .xs1_chunk_ce7400 [style*='padding'] { min-height: 40px; }

/* === PC专属样式 === */
@media (min-width: 769px) {
  .xs1_layout_wrapper_ce7400 { display: block; width: 100%; }
  .xs1_main_content_ce7400 { width: 100%; }
  .xs1_flank_nav_ce7400 { display: none; }
  .xs1_peak_ce7400 { position: sticky; top: 0; z-index: 10001; background: hsla(56, 1%, 96%, 1); border-bottom: 1px solid rgba(0,0,0,0.07); min-height: 70px; box-shadow: 0 9px 17px rgba(0,0,0,0.08); backdrop-filter: blur(10px); padding: 5px 0; }
  .xs1_guide_ce7400 { display: flex; gap: 20px; align-items: center; flex: 1; flex-wrap: nowrap; overflow: visible; }
  .xs1_peak_inner_ce7400 { display: flex; align-items: center; justify-content: space-between; min-height: 60px; gap: 30px; }
  .xs1_logo_ce7400 { font-size: 18px; font-weight: 900; letter-spacing: -0.5px; text-decoration: none !important; display: inline-flex !important; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Arial Black', sans-serif; background: linear-gradient(135deg, #1ac02d, #acdf3e); color: #fff; padding: 5px 14px; border-radius: 6px; transition: 0.3s; white-space: nowrap; line-height: 1.4; height: 36px; box-sizing: border-box; }
  .xs1_logo_ce7400:hover { transform: scale(1.03); box-shadow: 0 4px 12px #1ac02d50; }
  .xs1_guide_item_wrap_ce7400 { position: relative; display: flex; align-items: center; padding: 0; flex-shrink: 0; }
  .xs1_guide_link_ce7400 { padding: 0 12px; height: 36px; line-height: 36px; font-weight: 600; font-size: 14px; color: hsla(56, 18%, 13%, 1); transition: all 0.2s; white-space: nowrap; letter-spacing: 0.3px; border-radius: 4px; }
  .xs1_guide_link_ce7400:hover, .xs1_guide_item_wrap_ce7400:hover .xs1_guide_link_ce7400 { color: #1ac02d; background: #1ac02d10; }
  .xs1_sub_menu_ce7400 { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: hsla(56, 1%, 96%, 1); box-shadow: 0 10px 30px rgba(0,0,0,0.2); border: 1px solid rgba(0,0,0,0.07); 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; }
  .xs1_sub_menu_ce7400::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.07) transparent; }
  .xs1_guide_item_wrap_ce7400:hover .xs1_sub_menu_ce7400 { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); }
  .xs1_sub_link_ce7400 { display: block; padding: 10px 15px; color: hsla(56, 18%, 13%, 1); font-size: 14px; text-decoration: none; border-radius: 6px; transition: 0.2s; text-align: center; }
  .xs1_sub_link_ce7400:hover { background: #1ac02d; color: #fff; transform: translateX(3px); }
  .xs1_peak_right_ce7400 { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
  .xs1_field_ce7400 { display: flex; align-items: center; background: hsla(56, 11%, 97%, 1); border-radius: 50px; padding: 6px 15px; border: 1px solid transparent; width: 220px; color: hsla(56, 18%, 13%, 1); transition: 0.3s; }
  .xs1_field_ce7400:focus-within { border-color: #1ac02d; box-shadow: 0 0 0 3px #1ac02d20; background: hsla(56, 1%, 96%, 1); }
  .xs1_vivid_block_ce7400 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 15px; margin-bottom: 25px; }
  .xs1_vivid_item_ce7400 { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 5px; background: hsla(56, 1%, 96%, 1); border: none; border-radius: 15px; 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; }
  .xs1_vivid_item_ce7400:nth-child(9n+1) { background: linear-gradient(135deg, hsla(14, 80%, 52%, 1), hsla(14, 82%, 36%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+1) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+1) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+2) { background: linear-gradient(135deg, hsla(252, 76%, 53%, 1), hsla(252, 86%, 43%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+2) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+2) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+3) { background: linear-gradient(135deg, hsla(199, 83%, 59%, 1), hsla(199, 78%, 49%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+3) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+3) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+4) { background: linear-gradient(135deg, hsla(61, 65%, 69%, 1), hsla(61, 89%, 47%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+4) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+4) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+5) { background: linear-gradient(135deg, hsla(137, 57%, 63%, 1), hsla(137, 67%, 40%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+5) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+5) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+6) { background: linear-gradient(135deg, hsla(246, 60%, 54%, 1), hsla(246, 90%, 44%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+6) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+6) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+7) { background: linear-gradient(135deg, hsla(86, 79%, 62%, 1), hsla(86, 80%, 38%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+7) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+7) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+8) { background: linear-gradient(135deg, hsla(44, 57%, 55%, 1), hsla(44, 69%, 39%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+8) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+8) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:nth-child(9n+9) { background: linear-gradient(135deg, hsla(326, 77%, 67%, 1), hsla(326, 76%, 36%, 1)); }
  .xs1_vivid_item_ce7400:nth-child(9n+9) .xs1_vivid_title_ce7400 { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
  .xs1_vivid_item_ce7400:nth-child(9n+9) .xs1_vivid_desc_ce7400 { color: rgba(255,255,255,0.9); }
  .xs1_vivid_item_ce7400:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
  .xs1_vivid_title_ce7400 { font-size: 14px; font-weight: 800; margin-bottom: 2px; position: relative; z-index: 2; line-height: 1.2; }
  .xs1_vivid_desc_ce7400 { font-size: 10px; font-weight: 600; position: relative; z-index: 2; opacity: 0.9; }
  .xs1_table_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(206px, 1fr)); gap: 18px; margin-bottom: 40px; }
  .xs1_post_grid_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
  .xs1_chunk_ce7400:hover { transform: translateY(-6px); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.2); z-index: 5; }
  .xs1_chunk_ce7400:hover .xs1_scene_ce7400 img { transform: scale(1.08); }
  .xs1_chunk_ce7400:hover .xs1_view_mask_ce7400 { opacity: 1; }
  .xs1_chunk_ce7400:hover .xs1_view_mask_ce7400::after { transform: scale(1); }
  .xs1_post_card_ce7400:hover { transform: translateY(-4px); box-shadow: 0 9px 17px rgba(0,0,0,0.08); border-color: #1ac02d; }
  .xs1_slider_box_ce7400 { height: 490px; position: relative; overflow: hidden; border-radius: 2px; }
  .xs1_slide_info_center_ce7400 { 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; }
  .xs1_slide_info_title_ce7400 { font-size: 36px; font-weight: 900; margin-bottom: 15px; letter-spacing: 1px; }
  .xs1_slide_info_desc_ce7400 { 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; }
  .xs1_slider_thumbs_ce7400 { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); z-index: 50; display: flex; gap: 12px; pointer-events: auto; }
  .xs1_thumb_item_ce7400 { width: 130px; height: 73px; border-radius: 0px; overflow: hidden; cursor: pointer; border: 2px solid rgba(255,255,255,0.5); transition: 0.3s; opacity: 0.8; position: relative; z-index: 51; box-shadow: 0 4px 15px rgba(0,0,0,0.4); }
  .xs1_thumb_item_ce7400:hover, .xs1_thumb_item_ce7400.cur { border-color: #1ac02d; opacity: 1; transform: scale(1.1); }
  .xs1_thumb_img_ce7400 { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
  .xs1_arrow_ce7400 { 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; }
  .xs1_arrow_ce7400:hover { background: #1ac02d; }
  .xs1_arrow_left_ce7400 { left: 0; }
  .xs1_arrow_right_ce7400 { right: 0; }
  .xs1_view_layout_ce7400 { display: grid; grid-template-columns: 3fr 1fr; gap: 40px; margin-top: 30px; }
  .xs1_side_item_ce7400 { display: flex; gap: 15px; margin-bottom: 15px; padding: 10px; border-radius: 2px; transition: 0.2s; align-items: center; border: 1px solid transparent; text-decoration: none; }
  .xs1_side_item_ce7400:hover { background: hsla(56, 11%, 97%, 1); border-color: rgba(0,0,0,0.07); }
  .xs1_side_img_ce7400 { width: 90px; height: 60px; object-fit: cover; border-radius: 2px; flex-shrink: 0; background: hsla(56, 11%, 97%, 1); }
  .xs1_short_grid_ce7400 { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
  .xs1_short_card_ce7400:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px #1ac02d40; z-index: 10; }
  .xs1_short_card_ce7400:hover .xs1_short_cover_ce7400 { opacity: 1; transform: scale(1.1); }
  .xs1_top3_grid_ce7400 { display: grid; grid-template-columns: 3fr 2fr 2fr; gap: 15px; margin-bottom: 20px; }
  .xs1_top3_grid_ce7400 .xs1_chunk_ce7400:nth-child(1) { grid-row: 1 / span 1; }
  .xs1_post_content_ce7400 img { max-width: 450px; width: auto; height: auto; border-radius: 8px; margin: 15px auto; display: block; }
  .xs1_story_poster_ce7400 { max-width: 500px; max-height: 350px; object-fit: cover; border-radius: 8px; margin: 10px 0; }
  .xs1_section_ce7400 > div img:not([class]) { max-width: 450px; height: auto; display: block; margin: 10px auto; }
  .xs1_main_content_ce7400 img { max-width: 100%; }
  .xs1_container_ce7400 > img, .xs1_container_ce7400 > div > img { max-width: 500px; height: auto; display: block; margin: 15px auto; }
  .xs1_pc_nav_ce7400 { display: block !important; }
  .xs1_pc_only_ce7400 { display: flex !important; }
  .xs1_flank_ce7400 { display: block !important; }
  .xs1_pc_nav_ce7400 a:hover { background: #1ac02d10 !important; border-radius: 4px; }
  .xs1_m_show_ce7400 { display: none !important; }
  .xs1_mobile_only_grid_ce7400 { display: none !important; }
  .xs1_mobile_nav_panel_ce7400 { display: none !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; }
  .xs1_scene_ce7400 img, .xs1_slide_bg_ce7400, .xs1_thumb_img_ce7400, .xs1_short_cover_ce7400 { width: 100% !important; height: 100% !important; max-height: none !important; object-fit: cover !important; }
  img[style*='object-fit:cover'], img[style*='object-fit: cover'] { object-fit: cover !important; max-height: none !important; }
  .xs1_pc_nav_ce7400 { display: none !important; }
  .xs1_pc_only_ce7400, .xs1_guide_ce7400, .xs1_flank_ce7400, .xs1_side_col_ce7400 { display: none !important; }
  .xs1_page_layout_ce7400 { display: block !important; }
  .xs1_page_main_ce7400 { width: 100% !important; min-width: 0 !important; overflow: hidden !important; }
  .xs1_flank_nav_ce7400 { display: none !important; }
  .xs1_layout_wrapper_ce7400 { display: block !important; flex-direction: column !important; padding-left: 0 !important; }
  .xs1_main_content_ce7400 { width: 100% !important; margin-left: 0 !important; padding: 0 !important; }
  .xs1_m_show_ce7400 { display: flex !important; align-items: center !important; justify-content: space-between !important; width: 100% !important; height: auto !important; font-size: inherit !important; color: hsla(56, 18%, 13%, 1) !important; border: none !important; border-radius: 0 !important; margin: 0 !important; background: hsla(56, 1%, 96%, 1) !important; position: sticky !important; top: 0 !important; z-index: 1000 !important; box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important; padding: 8px 12px !important; box-sizing: border-box !important; }
  .xs1_mobile_nav_panel_ce7400 { position: fixed; z-index: 200000; background: hsla(56, 1%, 96%, 1); color: hsla(56, 18%, 13%, 1); transition: all 0.3s; overflow-y: auto; visibility: hidden; opacity: 0; display: block !important; box-sizing: border-box !important; padding: 20px 20px 80px 20px !important; top: 0; left: 0; width: 80%; max-width: 320px; height: 100%; transform: translateX(-100%); }
  .xs1_mobile_nav_panel_ce7400.cur { transform: translateX(0); visibility: visible; opacity: 1; }
  .xs1_mobile_menu_content_ce7400 { padding: 20px; padding-bottom: 80px; }
  .xs1_mobile_nav_link_ce7400 { 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; }
  .xs1_mobile_sub_link_ce7400 { 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; }
  .xs1_mobile_mask_ce7400 { position: fixed !important; inset: 0 !important; background: rgba(0,0,0,0.6) !important; z-index: 199999 !important; display: none !important; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
  .xs1_mobile_mask_ce7400.cur { display: block !important; }
  .xs1_container_ce7400 { padding: 0 10px !important; max-width: 100% !important; }
  .xs1_table_ce7400 { grid-template-columns: repeat(3, 1fr) !important; gap: 6px !important; margin-bottom: 20px !important; }
  .xs1_post_grid_ce7400 { grid-template-columns: 1fr !important; gap: 10px !important; }
  .xs1_post_card_ce7400 { height: 100px !important; }
  .xs1_post_img_ce7400 { width: 90px !important; }
  .xs1_post_desc_ce7400 { -webkit-line-clamp: 2 !important; }
  .xs1_post_content_ce7400 img { max-width: 100% !important; width: auto !important; height: auto !important; max-height: 300px !important; }
  .xs1_story_poster_ce7400 { max-width: 100% !important; max-height: 250px !important; }
  .xs1_main_content_ce7400 img { max-width: 100% !important; }
  .xs1_section_ce7400 img:not(.xs1_scene_ce7400 img) { max-height: 300px !important; }
  .xs1_vivid_block_ce7400 { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; overflow-x: hidden !important; display: grid !important; flex-wrap: nowrap !important; }
  .xs1_vivid_item_ce7400 { min-height: 55px !important; padding: 8px 5px !important; min-width: 0 !important; }
  .xs1_vivid_title_ce7400 { font-size: 12px !important; }
  .xs1_vivid_desc_ce7400 { font-size: 9px !important; }
  .xs1_slider_full_ce7400 { margin-bottom: 20px !important; }
  .xs1_slider_box_ce7400 { height: 248px !important; }
  .xs1_arrow_ce7400 { display: none !important; }
  .xs1_slide_info_center_ce7400 { 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; }
  .xs1_slide_info_title_ce7400 { 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; }
  .xs1_slide_info_desc_ce7400 { 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; }
  .xs1_slide_play_btn_ce7400 { pointer-events: auto !important; display: inline-block !important; padding: 6px 20px !important; font-size: 12px !important; border-radius: 20px !important; background: #1ac02d !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; }
  .xs1_slider_thumbs_ce7400 { 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; }
  .xs1_thumb_item_ce7400 { width: 50px !important; height: 30px !important; min-width: 50px !important; border-width: 1px !important; flex-shrink: 0 !important; }
  .xs1_view_layout_ce7400 { grid-template-columns: 1fr !important; gap: 15px !important; }
  .xs1_side_col_ce7400 { display: none !important; }
  .mobile-search { width: 100% !important; background: rgba(255,255,255,0.1) !important; color: inherit !important; }
  .xs1_short_grid_ce7400 { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .xs1_short_title_ce7400 { font-size: 14px !important; }
  .xs1_short_banner_ce7400 { padding: 30px 20px !important; flex-direction: column !important; text-align: center !important; }
  .xs1_ep_wall_ce7400 { max-height: 200px !important; grid-template-columns: repeat(auto-fill, minmax(45px, 1fr)) !important; }
  .xs1_mobile_only_grid_ce7400 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 6px !important; }
  .xs1_breadcrumb_ce7400 { font-size: 12px !important; padding: 10px 0 !important; gap: 5px !important; }
  .xs1_section_ce7400 { padding: 15px !important; margin-bottom: 15px !important; }
  .xs1_sec_title_ce7400 { font-size: 18px !important; margin-bottom: 15px !important; }
  .xs1_chunk_info_ce7400 { padding: 8px !important; }
  .xs1_topic_ce7400 { font-size: 13px !important; line-height: 1.3 !important; white-space: normal !important; word-break: break-all !important; }
  .xs1_spec_ce7400 { font-size: 10px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .xs1_pin_ce7400 { font-size: 9px !important; padding: 1px 4px !important; top: 4px !important; right: 4px !important; }
  .xs1_chunk_ce7400 { border-radius: 2.0px !important; }
  .xs1_post_card_ce7400 { border-radius: 2.0px !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400 a[style*='display:flex'] { flex-direction: column !important; align-items: stretch !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400 a[style*='display:flex'] img { width: 100% !important; height: auto !important; aspect-ratio: 2/3 !important; object-fit: cover !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400 a[style*='display:flex'] > div { min-width: 0 !important; width: 100% !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400[style*='padding'] { padding: 0 !important; border-bottom: none !important; border-radius: 2px !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400 div[style*='min-width:44px'] { display: none !important; }
  .xs1_table_ce7400 .xs1_chunk_ce7400 span[style*='font-size:18px'] { font-size: 11px !important; }
  .xs1_closing_ce7400 { margin-top: 30px !important; padding: 20px 0 !important; }
  .xs1_field_ce7400 { width: 100% !important; }
  .xs1_container_ce7400 [style*='repeat(auto-fill'] { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .xs1_container_ce7400 [style*='repeat(3,1fr)'] { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .xs1_container_ce7400 [style*='repeat(4,1fr)'] { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
  .xs1_container_ce7400 [style*='repeat(5,1fr)'] { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .xs1_container_ce7400 [style*='2fr 1fr'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 > [style*='1fr 300px'], .xs1_container_ce7400 > [style*='1fr minmax'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 [style*='180px) 1fr'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 [style*='minmax(140px'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 [style*='minmax(200px'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 [style*='minmax(240px'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 [style*='minmax(250px'] { grid-template-columns: 1fr !important; }
  .xs1_container_ce7400 div[style*='white-space:nowrap'] { white-space: normal !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; }
  .xs1_container_ce7400 a[style*='white-space:nowrap'] { white-space: normal !important; display: -webkit-box !important; -webkit-line-clamp: 1 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
  .xs1_container_ce7400 [style*='display:flex'][style*='gap']:not([style*='flex-wrap:nowrap']) { flex-wrap: wrap !important; }
  .xs1_container_ce7400 [style*='display:flex'][style*='justify-content:space-between'] { flex-direction: column !important; gap: 15px !important; }
  .xs1_container_ce7400 [style*='flex-shrink:0'][style*='width:65px'] { width: 50px !important; height: 70px !important; }
  .xs1_container_ce7400 img[style*='width:65px'] { width: 50px !important; height: 70px !important; }
  .xs1_container_ce7400 img[style*='width:70px'] { width: 55px !important; height: 76px !important; }
  .xs1_container_ce7400 img[style*='width:160px'], .xs1_container_ce7400 img[style*='width:130px'] { width: 100px !important; height: 140px !important; }
  .xs1_container_ce7400 img[style*='width:120px'][style*='height:165px'] { width: 90px !important; height: 125px !important; }
  .xs1_section_ce7400 [style*='display:flex'][style*='gap:20px'] { gap: 12px !important; }
  .xs1_section_ce7400 img[style*='width:160px'] { width: 100px !important; height: 140px !important; }
  .xs1_section_ce7400 img[style*='width:100px'][style*='height:140px'] { width: 80px !important; height: 112px !important; }
  .xs1_section_ce7400 [style*='grid-template-columns'] { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important; }
  .xs1_section_ce7400 [style*='display:flex'][style*='flex-wrap:wrap'] { gap: 6px !important; }
  [class*='search_bar'] { padding: 8px 0 !important; }
  [class*='search_bar'] form { max-width: 100% !important; margin: 0 10px !important; }
  [class*='find_bar'] { padding: 8px 0 !important; }
  [class*='find_bar'] form { max-width: 100% !important; margin: 0 10px !important; }
  [class*='scan_bar'] { padding: 8px 0 !important; }
  [class*='scan_bar'] form { max-width: 100% !important; margin: 0 10px !important; }
  [id*='read_wrap'] { max-width: 100% !important; padding: 0 5px !important; }
  [id*='read_wrap'] [style*='font-size'] { font-size: 16px !important; }
  .xs1_container_ce7400 img[style*='object-fit:cover'] { max-width: 100% !important; }
  .xs1_container_ce7400 [style*='overflow-x:auto'] { -webkit-overflow-scrolling: touch !important; }
  .xs1_container_ce7400 [style*='border-radius:20px'][style*='padding'] { padding: 5px 10px !important; font-size: 12px !important; }
  .xs1_container_ce7400 [style*='column-count'] { column-count: 1 !important; }
  .xs1_container_ce7400 [style*='columns:2'] { columns: 1 !important; }
  .xs1_container_ce7400 [style*='columns:3'] { columns: 1 !important; }
  .xs1_container_ce7400 h1 { font-size: 18px !important; }
  .xs1_container_ce7400 h2 { font-size: 16px !important; }
  .xs1_section_ce7400 a[style*='padding:10px 30px'], .xs1_section_ce7400 a[style*='padding:12px 30px'] { padding: 10px 20px !important; font-size: 14px !important; display: inline-block !important; margin: 5px 5px 5px 0 !important; }
  .xs1_section_ce7400 a[style*='margin-left:10px'] { margin-left: 0 !important; }
  .xs1_container_ce7400 [style*='justify-content:center'][style*='gap:15px'] a, .xs1_container_ce7400 [style*='justify-content:center'][style*='gap:15px'] span { padding: 10px 18px !important; font-size: 13px !important; }
  [id*='read_toolbar'] { flex-wrap: wrap !important; gap: 8px !important; justify-content: center !important; padding: 8px 5px !important; }
  [id*='read_toolbar'] a, [id*='read_toolbar'] span { font-size: 12px !important; }
  .xs1_container_ce7400 [style*='minmax(280px'] { grid-template-columns: 1fr !important; gap: 8px !important; }
  .xs1_container_ce7400 a[style*='gap:12px'][style*='padding:15px'] { padding: 10px !important; gap: 10px !important; }
  .xs1_container_ce7400 a[style*='gap:12px'][style*='padding:15px'] img[style*='width:45px'] { width: 36px !important; height: 36px !important; }
  .xs1_container_ce7400 a[style*='border-radius:20px'][style*='gap:8px'] { padding: 6px 10px !important; font-size: 12px !important; gap: 6px !important; }
  .xs1_container_ce7400 a[style*='border-radius:20px'][style*='gap:8px'] img { width: 22px !important; height: 22px !important; }
  .xs1_section_ce7400 a[style*='border-radius:20px'][style*='gap:8px'] { padding: 6px 10px !important; font-size: 12px !important; gap: 5px !important; }
  .xs1_section_ce7400 a[style*='border-radius:20px'][style*='gap:8px'] img { width: 22px !important; height: 22px !important; }
  .xs1_container_ce7400 [style*='min-height:240px'] { min-height: 150px !important; padding: 20px !important; }
  .xs1_m_show_ce7400 { padding-top: max(8px, env(safe-area-inset-top)) !important; }
  .xs1_mobile_nav_panel_ce7400 { padding-bottom: max(80px, calc(80px + env(safe-area-inset-bottom))) !important; }
  .xs1_mobile_nav_link_ce7400 { min-height: 44px !important; display: flex !important; align-items: center !important; }
  .xs1_mobile_sub_link_ce7400 { min-height: 36px !important; display: inline-flex !important; align-items: center !important; padding: 8px 14px !important; }
}
@media (max-width: 360px) {
  .xs1_table_ce7400 { grid-template-columns: repeat(2, 1fr) !important; }
  .xs1_mobile_only_grid_ce7400 { grid-template-columns: repeat(2, 1fr) !important; }
  .xs1_vivid_block_ce7400 { grid-template-columns: repeat(2, 1fr) !important; }
  .xs1_container_ce7400 { padding: 0 8px !important; }
  .xs1_section_ce7400 { padding: 10px !important; }
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  @media (max-width: 768px) {
    .xs1_m_show_ce7400 { padding-top: max(8px, env(safe-area-inset-top)) !important; }
  }
}

.xs1_searchbar_wrap_ce7400 { background:hsla(56, 29%, 95%, 1);padding:10px 0 12px; }
.xs1_searchbar_form_ce7400 { display:flex;align-items:center;max-width:560px;margin:0 auto;overflow:hidden;background:hsla(56, 1%, 96%, 1);box-shadow:0 1px 4px rgba(0,0,0,0.08); }
.xs1_searchbar_icon_ce7400 { padding:0 12px;opacity:0.6; }
.xs1_searchbar_input_ce7400 { border:none;outline:none;padding:10px 8px;flex:1;font-size:14px;background:transparent;color:hsla(56, 18%, 13%, 1);min-width:0; }
.xs1_searchbar_btn_ce7400 { border:none;background:#1ac02d;color:#fff;padding:10px 22px;cursor:pointer;font-size:14px;font-weight:bold;white-space:nowrap; }
.xs1_bc_active_ce7400 { color:#1ac02d;font-weight:bold; }
.xs1_bc_link_ce7400 { color:inherit; }
.xs1_list_fcol_ce7400 { display:flex;flex-direction:column;gap:0; }
.xs1_list_h1_ce7400 { font-weight:bold;font-size:20px;margin-bottom:15px; }
.xs1_list_empty_ce7400 { text-align:center;padding:40px;color:hsla(56, 9%, 39%, 1); }
.xs1_pager_ce7400 { display:flex;justify-content:center;gap:15px;margin:30px 0;font-size:14px;align-items:center; }
.xs1_pager_info_ce7400 { padding:8px 15px;color:hsla(56, 9%, 39%, 1); }
.xs1_fullw_h1_ce7400 { font-weight:bold;font-size:22px;margin-bottom:18px; }
.xs1_fullw_sub_ce7400 { font-size:13px;font-weight:normal;color:hsla(56, 9%, 39%, 1); }
.xs1_author_h1_ce7400 { font-weight:bold;font-size:22px;margin-bottom:15px; }
.xs1_author_grid_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px; }
.xs1_author_rec_wrap_ce7400 { margin-top:30px; }
.xs1_author_rec_h2_ce7400 { font-weight:bold;font-size:18px;margin-bottom:15px; }
.xs1_author_other_wrap_ce7400 { display:flex;flex-wrap:wrap;gap:10px; }
.xs1_author_other_link_ce7400 { gap:8px;padding:8px 12px;background:hsla(56, 11%, 97%, 1);border-radius:20px;font-size:13px;border:1px solid rgba(0,0,0,0.07); }
.xs1_author_other_avatar_ce7400 { width:28px;height:28px;border-radius:50%; }
.xs1_authorlist_h2_ce7400 { font-weight:bold;font-size:20px;margin-bottom:20px; }
.xs1_authorlist_grid_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px; }
.xs1_authorlist_card_ce7400 { gap:12px;padding:15px;background:hsla(56, 1%, 96%, 1);border-radius:8px;transition:box-shadow 0.2s; }
.xs1_authorlist_card_ce7400:hover { box-shadow:0 2px 12px rgba(0,0,0,0.1); }
.xs1_authorlist_avatar_ce7400 { width:45px;height:45px;border-radius:50%; }
.xs1_authorlist_name_ce7400 { font-size:15px;font-weight:bold;color:hsla(56, 18%, 13%, 1); }
.xs1_authorlist_meta_ce7400 { font-size:12px;color:hsla(56, 9%, 39%, 1);margin-top:3px; }
.xs1_authorlist_arrow_ce7400 { color:#1ac02d;font-size:13px; }
.xs1_field_h1_ce7400 { font-weight:bold;font-size:20px;margin-bottom:15px; }
.xs1_searchbar_form_ce7400 { border-radius:20px; }
.xs1_searchbar_btn_ce7400 { border-radius:0 20px 20px 0; }
.xs1_mhero_pc_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;margin-bottom:20px; }
.xs1_mhero_m_ce7400 { display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px; }
.xs1_author_grid_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px; }
.xs1_author_rec_grid_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px; }
.xs1_autogrid_150_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px; }
.xs1_pager_btn_ce7400 { padding:8px 20px;background:#1ac02d;color:#fff;border-radius:4px; }
.xs1_autogrid_140_ce7400 { display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px; }
.xs1_pl_ce7400 { display:flex;gap:20px;flex-wrap:nowrap; }
.xs1_pl_sb_ce7400 { width:260px; }
.xs1_pl_center_ce7400 { max-width:860px;margin:0 auto; }
.xs1_pl_ce7400 { display:flex;gap:20px;flex-wrap:nowrap; }
.xs1_pl_sb_ce7400 { width:260px; }
.xs1_pl_center_ce7400 { max-width:860px;margin:0 auto; }
.xs1_pl_ce7400 { display:flex;gap:20px;flex-wrap:nowrap; }
.xs1_pl_sb_ce7400 { width:260px; }
.xs1_pl_center_ce7400 { max-width:860px;margin:0 auto; }
.xs1_pl_ce7400 { display:flex;gap:20px;flex-wrap:nowrap; }
.xs1_pl_sb_ce7400 { width:260px; }
.xs1_pl_center_ce7400 { max-width:860px;margin:0 auto; }
.xs1_e4_cat_ce7400 { display:inline-block;padding:8px 18px;margin:4px;background:#1ac02d12;color:#1ac02d;border-radius:20px;font-size:13px;transition:background .2s; }
.xs1_e4_rec_ce7400 { max-width:500px;margin:25px auto 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 15px rgba(0,0,0,0.06); }
.xs1_e4_rec_h_ce7400 { padding:12px 16px;font-weight:bold;font-size:15px;border-bottom:1px solid #1ac02d12;color:hsla(56, 18%, 13%, 1); }
.xs1_e4_rec_a_ce7400 { display:block;padding:10px 16px;border-bottom:1px solid #1ac02d08;transition:background .2s; }
.xs1_e4_rec_t_ce7400 { font-size:14px;font-weight:500;color:hsla(56, 18%, 13%, 1);margin-bottom:2px; }
.xs1_e4_rec_au_ce7400 { font-size:12px;color:hsla(56, 9%, 39%, 1); }
.xs1_e4_num_ce7400 { font-weight:900;background:linear-gradient(135deg,#1ac02d,#1ac02d80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:15px; }
.xs1_e4_msg_ce7400 { color:hsla(56, 9%, 39%, 1);margin-bottom:8px; }
.xs1_e4_sub_ce7400 { font-size:13px;color:hsla(56, 9%, 39%, 1);margin-bottom:25px; }
.xs1_e4_btn_ce7400 { display:inline-block;padding:12px 35px;background:#1ac02d;color:#fff;border-radius:25px;font-weight:bold;font-size:15px;box-shadow:0 4px 15px #1ac02d40;transition:transform .2s,box-shadow .2s; }
.xs1_e4_links_ce7400 { margin-top:20px;text-align:center; }
.xs1_e4_wrap_ce7400 { display:flex;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px; }
.xs1_e4_card_ce7400 { background:#fff;border-radius:16px;padding:50px 40px;text-align:center;box-shadow:0 4px 30px rgba(0,0,0,0.08);max-width:600px;width:100%; }
.xs1_e4_center_ce7400 { text-align:center;padding:50px 20px;min-height:50vh; }
.xs1_e4_split_ce7400 { display:flex;gap:30px;flex-wrap:wrap;align-items:flex-start;min-height:50vh;padding:40px 20px; }
.xs1_e4_half_ce7400 { flex:1;min-width:280px; }
.xs1_e4_min_ce7400 { text-align:center;padding:60px 20px;min-height:50vh; }
.xs1_e4_min_num_ce7400 { font-size:100px;font-weight:900;color:#1ac02d;opacity:0.15;line-height:1; }
.xs1_e4_min_btn_ce7400 { display:inline-block;padding:10px 30px;border:2px solid #1ac02d;color:#1ac02d;border-radius:25px;font-weight:bold;font-size:14px; }
.xs1_e4_num_card_ce7400 { font-size:clamp(60px,15vw,120px); }
.xs1_e4_msg_card_ce7400 { font-size:17px; }
.xs1_e4_num_split_ce7400 { font-size:clamp(70px,18vw,130px); }
.xs1_e4_msg_split_ce7400 { font-size:18px; }
.xs1_e4_msg_min_ce7400 { font-size:16px;margin:-20px 0 25px; }
.xs1_e4_links_min_ce7400 { margin-top:25px; }
.xs1_e4_num_center_ce7400 { font-size:clamp(80px,20vw,150px); }
.xs1_e4_msg_center_ce7400 { font-size:18px; }
