/* 海阳家具报价工具 - 自定义样式 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #f5f7fa;
  color: #303133;
}
.page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 24px;
}
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bar {
  background: #1f2937;
  color: #fff;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  position: sticky; top: 0; z-index: 100;
}
.header-bar .brand {
  font-size: 18px; font-weight: 600; letter-spacing: 0.5px;
}
.header-bar .nav {
  display: flex; gap: 4px; flex: 1; margin-left: 24px;
}
.header-bar .nav a {
  color: #cbd5e1; text-decoration: none; padding: 0 14px; height: 56px;
  display: inline-flex; align-items: center; font-size: 14px;
  border-bottom: 2px solid transparent;
}
.header-bar .nav a:hover { color: #fff; background: rgba(255,255,255,0.04); }
.header-bar .nav a.active { color: #fff; border-bottom-color: #3b82f6; }
.header-bar .user {
  display: flex; align-items: center; gap: 12px; font-size: 13px;
}
.header-bar .user .tag {
  background: #3b82f6; padding: 2px 8px; border-radius: 4px;
}
.banner-warn {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  color: #92400e;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 16px;
}
.card-shadow {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.section-title {
  font-size: 15px; font-weight: 600; color: #111827;
  margin: 0 0 12px 0; padding-left: 8px; border-left: 3px solid #3b82f6;
}
.filter-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.mt-12 { margin-top: 12px; } .mt-16 { margin-top: 16px; } .mt-20 { margin-top: 20px; }
.mb-12 { margin-bottom: 12px; } .mb-16 { margin-bottom: 16px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.price-highlight { color: #dc2626; font-weight: 600; }
.row-manual-adjust {
  background: #fef3c7 !important;
}
.row-manual-adjust td { background: #fef3c7 !important; }
.text-gray-400 {
  color: #9ca3af;
}
