/* ==========================================
   模板 10 - 日系正统新闻报刊风格 (无侧边栏版面)
   ========================================== */

:root {
  --_jp_bg_100: #fcfcfc;
  --_jp_card_bg_100: #ffffff;
  --_jp_border_100: #e5e7eb;
  --_jp_border_dark_100: #111827;
  --_jp_red_100: #e11d48;
  --_jp_text_dark_100: #111827;
  --_jp_text_muted_100: #4b5563;
  --_jp_font_serif_100: "Times New Roman", Times, Georgia, "Noto Serif CJK SC", serif;
  --_jp_font_sans_100: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 全局重置 */
html, body._jp_body_100 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  background-color: var(--_jp_bg_100);
  color: var(--_jp_text_dark_100);
  font-family: var(--_jp_font_sans_100);
  line-height: 1.6;
  overflow-x: hidden !important;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

._jp_shell_100 {
  width: 100% !important;
  margin: 0 auto !important;
  display: block;
}

/* 核心居中容器：1140px 锁定 */
._jp_container_100 {
  width: 100% !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* 1. Ticker & Header */
._jp_top_ticker_100 {
  background: var(--_jp_border_dark_100);
  color: #ffffff;
  font-size: 0.78rem;
  padding: 6px 0;
}

._jp_ticker_in_100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._jp_ticker_tag_100 {
  background: var(--_jp_red_100);
  color: #ffffff;
  font-weight: 800;
  padding: 1px 6px;
  font-size: 0.7rem;
}

._jp_ticker_txt_100 {
  font-weight: 600;
  color: #e5e7eb;
}

._jp_ticker_date_100 {
  font-family: monospace;
  color: #9ca3af;
}

._jp_header_100 {
  width: 100% !important;
  background: #ffffff;
  border-bottom: 3px solid var(--_jp_border_dark_100);
  padding: 18px 0;
}

._jp_hdr_in_100 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

._jp_brand_100 {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--_jp_text_dark_100);
}

._jp_logo_mark_100 {
  background: var(--_jp_border_dark_100);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 3px 8px;
  letter-spacing: 1px;
}

._jp_brand_100 h1 {
  font-family: var(--_jp_font_serif_100);
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.5px;
}

._jp_hdr_search_100 {
  display: flex;
  align-items: center;
  border: 2px solid var(--_jp_border_dark_100);
  width: 320px;
}

._jp_hdr_ipt_100 {
  width: 100%;
  border: none;
  padding: 8px 12px;
  font-size: 0.85rem;
  outline: none;
}

._jp_hdr_btn_100 {
  background: var(--_jp_border_dark_100);
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
}

/* 主导航条 */
._jp_nav_bar_100 {
  background: #ffffff;
  border-bottom: 1px solid var(--_jp_border_100);
}

._jp_nav_ul_100 {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

._jp_nav_a_100 {
  color: var(--_jp_text_dark_100);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 0.2s;
}

._jp_nav_a_100:hover, ._jp_nav_a_100._active {
  color: var(--_jp_red_100);
}

/* 2. 主体区 (彻底无侧边栏 100% 通栏) */
._jp_main_wrap_100 {
  width: 100% !important;
  padding: 36px 0 60px;
}

._jp_sec_block_100 {
  margin-bottom: 44px;
}

._jp_sec_hd_100 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid var(--_jp_border_dark_100);
  padding-bottom: 6px;
  margin-bottom: 20px;
}

._jp_sec_ttl_100 {
  font-family: var(--_jp_font_serif_100);
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0;
}

._jp_sec_sub_100 {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--_jp_text_muted_100);
  letter-spacing: 1px;
}

/* 第一层：3 栏 Flex 平铺区 */
._jp_focus_flex_100 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

._jp_focus_card_100 {
  flex: 1 1 300px !important;
  background: var(--_jp_card_bg_100);
  border: 1px solid var(--_jp_border_100);
  border-top: 3px solid var(--_jp_border_dark_100);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._jp_cat_pill_100 {
  background: #f3f4f6;
  color: var(--_jp_text_dark_100);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  width: fit-content;
  margin-bottom: 12px;
}

._jp_focus_ttl_100 {
  font-family: var(--_jp_font_serif_100);
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: var(--_jp_text_dark_100) !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.35 !important;
}

._jp_focus_desc_100 {
  font-size: 0.88rem;
  color: var(--_jp_text_muted_100);
  margin-bottom: 20px;
  line-height: 1.6;
}

._jp_read_btn_100 {
  color: var(--_jp_red_100);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

/* 第二层：100% 满幅横向新闻流 */
._jp_stream_list_100 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._jp_stream_item_100 {
  background: var(--_jp_card_bg_100);
  border: 1px solid var(--_jp_border_100);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: border-color 0.2s;
}

._jp_stream_item_100:hover {
  border-color: var(--_jp_border_dark_100);
}

._jp_stream_num_100 {
  font-family: var(--_jp_font_serif_100);
  font-size: 2rem;
  font-weight: 900;
  color: #d1d5db;
  line-height: 1;
}

._jp_stream_body_100 {
  flex: 1;
  min-width: 0;
}

._jp_stream_meta_100 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.75rem;
  color: var(--_jp_text_muted_100);
  margin-bottom: 6px;
}

._jp_tag_red_100 {
  color: var(--_jp_red_100);
  font-weight: 800;
}

._jp_stream_ttl_100 {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: var(--_jp_text_dark_100) !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.4 !important;
}

._jp_stream_desc_100 {
  font-size: 0.88rem;
  color: var(--_jp_text_muted_100);
  margin: 0;
  line-height: 1.6;
}

._jp_stream_side_100 {
  flex-shrink: 0;
}

._jp_stream_link_100 {
  background: var(--_jp_border_dark_100);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}

/* 第三层：4 栏矩阵索引区 */
._jp_matrix_grid_100 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

._jp_matrix_item_100 {
  flex: 1 1 230px !important;
  background: #ffffff;
  border: 1px solid var(--_jp_border_100);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--_jp_text_dark_100);
  transition: all 0.2s;
}

._jp_matrix_item_100:hover {
  border-color: var(--_jp_red_100);
  color: var(--_jp_red_100);
}

._jp_matrix_txt_100 {
  font-size: 0.85rem;
  font-weight: 700;
}

/* 页脚 */
._jp_footer_100 {
  width: 100% !important;
  background: #ffffff;
  border-top: 1px solid var(--_jp_border_100);
  padding: 24px 0;
}

._jp_ft_in_100 {
  text-align: center;
  font-size: 0.82rem;
  color: var(--_jp_text_muted_100);
}

/* 响应式 */
@media (max-width: 768px) {
  ._jp_hdr_in_100 {
    flex-direction: column;
    gap: 12px;
  }
  ._jp_hdr_search_100 {
    width: 100%;
  }
  ._jp_stream_item_100 {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 无效 Keyframes 防指纹伪动效 */
@keyframes _jp_ghost_kf_100 {
  0% { transform: opacity(1); }
  100% { transform: opacity(1); }
}