/* ================================================
   银行人工具箱 — 统一主题样式（覆盖子页面用）
   ================================================ */

/* 复用首页CSS变量，子页面通过此文件保持风格一致 */
.dark-section {
  background: linear-gradient(135deg, #0F2B5B 0%, #1A3F7A 50%, #0F2B5B 100%);
  color: #fff;
}
.dark-section h1, .dark-section h2 { color: #fff; }
.dark-section p { color: rgba(255,255,255,.8); }

/* 白色卡片在深色背景上的适配 */
.card-on-dark { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }

/* 面包屑深色背景适配 */
.breadcrumb-on-dark { color: rgba(255,255,255,.5); }
.breadcrumb-on-dark a { color: rgba(255,255,255,.7); }
.breadcrumb-on-dark a:hover { color: #fff; }

/* 通用工具页面容器 */
.tool-wrap { max-width: 960px; margin: 0 auto; padding: 20px; }


/* ===== 全局深蓝覆盖 (UI统一优化) ===== */
body {
  background: linear-gradient(135deg, #0F2B5B 0%, #1A3F7A 100%) !important;
}
.bread, .breadcrumb { color: rgba(255,255,255,0.5) !important; }
.bread a, .breadcrumb a { color: rgba(255,255,255,0.75) !important; }
.tool-card, .article-body { background: #fff !important; color: #1D2129 !important; }
