body { background: #f8f9fa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; box-sizing: border-box; }
* { box-sizing: inherit; }
.source-header { position: relative; z-index: 10001; height: 60px; background-color: #ffffff !important; border-bottom: 2px solid #e50914; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.source-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }
.source-logo { float: left; padding: 8px 0; margin-right: 25px; }
.source-logo img { height: 44px; display: block; max-width: 100%; object-fit: contain; }
.source-nav { float: left !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.source-nav-item { display: inline-block; line-height: 60px; position: relative; }
.source-nav-item a { display: block; padding: 0 18px; color: #333333 !important; text-decoration: none; font-size: 15px; font-weight: bold; transition: all 0.2s; }
.source-nav-item a:hover { color: #e50914 !important; background: rgba(229,9,20,0.03); }
.source-nav-user { float: right !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.source-nav-user .source-nav-item a { font-weight: normal; color: #666 !important; }
.source-main-menu-mobile { display: none; position: absolute; top: 60px; left: 0; width: 100%; background: #ffffff; box-shadow: 0 10px 20px rgba(0,0,0,0.08); z-index: 9999; border-bottom: 2px solid #e50914; }
.source-main-menu-mobile ul { list-style: none; padding: 0; margin: 0; }
.source-main-menu-mobile li a { display: block; padding: 14px 20px; border-bottom: 1px solid #f5f5f5; color: #333 !important; text-decoration: none; font-weight: bold; }
.source-main-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; margin-bottom: 30px; }
.source-left-col { width: 74%; }
.source-right-col { width: 24%; }
@media (max-width: 992px) {
  .source-left-col { width: 100%; }
  .source-right-col { width: 100%; margin-top: 20px; }
}
.source-box { background: #ffffff; border-radius: 6px; margin-bottom: 25px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); border: 1px solid #f1f2f4; overflow: hidden; }
.source-box-header { height: 48px; line-height: 48px; padding: 0 20px; border-bottom: 1px solid #f5f5f5; background: #ffffff; font-weight: bold; color: #222; font-size: 16px; position: relative; }
.source-box-header::before { content: ""; position: absolute; left: 0; top: 14px; width: 4px; height: 20px; background: #e50914; }
.source-box-body { padding: 18px; }
.source-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.source-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.source-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.source-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 1200px) {
  .source-grid-5 { grid-template-columns: repeat(4, 1fr); }
  .source-grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .source-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .source-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .source-grid-3 { grid-template-columns: repeat(1, 1fr); }
  .source-grid-2 { grid-template-columns: repeat(1, 1fr); }
}
.source-product-card { background: #ffffff; border: 1px solid #f0f0f0; border-radius: 4px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.25s; position: relative; }
.source-product-card:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(229,9,20,0.08); border-color: #e50914; }
.source-product-img-wrap { width: 100%; aspect-ratio: 0.75; border-radius: 3px; overflow: hidden; background: #fdfdfd; border: 1px solid #eee; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; position: relative; }
.source-product-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.source-product-logo-mini { max-width: 42px; max-height: 42px; object-fit: contain; border-radius: 3px; margin-right: 8px; flex-shrink: 0; }
.source-product-title { font-size: 13px; font-weight: bold; color: #333; margin: 0 0 5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; height: 36px; }
.source-product-meta { display: flex; justify-content: space-between; font-size: 11px; color: #888; margin-bottom: 6px; }
.source-product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.source-price { color: #ff5722; font-weight: bold; font-size: 15px; }
.source-btn-buy { background: linear-gradient(to right, #ff4c57, #e50914); color: #ffffff; border: none; padding: 5px 10px; font-size: 11px; font-weight: bold; border-radius: 3px; cursor: pointer; text-decoration: none; text-align: center; transition: all 0.2s; }
.source-btn-buy:hover { opacity: 0.95; transform: translateY(-1px); }
.source-btn-buy.disabled { background: #ccc; cursor: not-allowed; }
.source-sidebar-box { margin-bottom: 20px; }
.source-sidebar-list { list-style: none; padding: 0; margin: 0; }
.source-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #f0f0f0; font-size: 13px; }
.source-sidebar-item:last-child { border-bottom: none; }
.source-sidebar-item a { color: #444; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 70%; transition: color 0.2s; }
.source-sidebar-item a:hover { color: #e50914; }
.source-rank-badge { width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; font-size: 11px; font-weight: bold; color: #ffffff; display: inline-block; margin-right: 8px; flex-shrink: 0; }
.source-rank-red { background: #e50914; }
.source-rank-gray { background: #999999; }
.source-tag { display: inline-block; padding: 4px 10px; background: #fff1f2; color: #e50914; font-size: 12px; font-weight: bold; border-radius: 3px; margin: 4px; text-decoration: none; transition: all 0.2s; }
.source-tag:hover { background: #e50914; color: #ffffff; }
.source-footer { background: #1c2024; padding: 30px 0; text-align: center; margin-top: 40px; color: #999; border-top: 1px solid rgba(0,0,0,0.1); }
.source-footer p { margin: 5px 0; }
.source-footer-links a { color: #aaa; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.source-footer-links a:hover { color: #e50914; }
.source-footer-split { color: #333; margin: 0 10px; }
.source-footer-copyright { font-size: 12px; margin-top: 10px; }
