/* 现代极简 - 黑白灰/奶油白 大量留白 扁平 */
body.theme-modern { background: #fafafa; color: #333; }
.theme-modern .site-header { background: #fff; border-bottom-color: #eee; }
.theme-modern .site-name { color: #111; }

.theme-modern .carousel-wrap { background: #f0f0f0; }
.theme-modern .carousel-dots .dot { background: rgba(0,0,0,.2); }
.theme-modern .carousel-dots .dot.active { background: #333; }

.theme-modern .category-bar { background: #fff; border-bottom: 1px solid #eee; }
.theme-modern .cat-item { color: #666; background: #f5f5f5; }
.theme-modern .cat-item:hover { background: #eee; color: #333; }
.theme-modern .cat-item.active { background: #333; color: #fff; }

.theme-modern .sort-bar { background: #fff; color: #666; }
.theme-modern .sort-bar a { color: #666; }
.theme-modern .sort-bar a.active { color: #111; font-weight: 600; }

.theme-modern .product-card { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.theme-modern .product-cover { background: #f5f5f5; }
.theme-modern .product-name { color: #111; }
.theme-modern .product-subtitle { color: #888; }
.theme-modern .product-price { color: #111; }
.theme-modern .product-stat { color: #999; }

.theme-modern .load-tip { color: #999; }

.theme-modern .site-footer { background: #fff; border-top-color: #eee; color: #666; }
.theme-modern .footer-btn { border: 1px solid transparent; }
.theme-modern .footer-btn-call {
  background: #111;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.theme-modern .footer-btn-call:hover { background: #333; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.theme-modern .footer-btn-map {
  background: #fff;
  color: #111;
  border-color: #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.theme-modern .footer-btn-map:hover { border-color: #999; background: #f8f8f8; box-shadow: 0 4px 12px rgba(0,0,0,.1); }

.theme-modern .detail-back a { color: #666; }
.theme-modern .detail-title { color: #111; }
.theme-modern .detail-subtitle { color: #666; }
.theme-modern .detail-price { color: #111; }
.theme-modern .detail-specs .spec-table th { background: #f5f5f5; }
.theme-modern .detail-desc-text { color: #555; }
.theme-modern .btn-call { background: #333; color: #fff; }
.theme-modern .btn-share { background: #eee; color: #333; }
