body { background: #f8f9fa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; box-sizing: border-box; overflow-x: hidden; }
* { box-sizing: inherit; }
.collective-header { position: relative; z-index: 10001; height: 60px; background-color: #ffffff !important; border-bottom: 3px solid #e74c3c; box-shadow: 0 4px 12px rgba(231,76,60,0.1); }
.collective-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }
.collective-logo { float: left; padding: 8px 0; margin-right: 25px; }
.collective-logo img { height: 44px; display: block; max-width: 100%; object-fit: contain; }
.collective-nav { float: left !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.collective-nav-item { display: inline-block; line-height: 60px; position: relative; }
.collective-nav-item a { display: block; padding: 0 18px; color: #333333 !important; text-decoration: none; font-size: 15px; font-weight: bold; transition: all 0.25s; }
.collective-nav-item a:hover { color: #e74c3c !important; background-color: #f5f5f5; }
.collective-nav-user { float: right !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.collective-nav-user .collective-nav-item a { font-weight: normal; color: #666 !important; }
.collective-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.1); z-index: 9999; border-bottom: 2px solid #e74c3c; }
.collective-main-menu-mobile ul { list-style: none; padding: 0; margin: 0; }
.collective-main-menu-mobile li a { display: block; padding: 14px 20px; border-bottom: 1px solid #f0f0f0; color: #333 !important; text-decoration: none; font-weight: bold; }
.collective-main-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; margin-bottom: 30px; }
.collective-left-col { width: 74%; }
.collective-right-col { width: 24%; }
@media (max-width: 992px) {
  .collective-left-col { width: 100%; }
  .collective-right-col { width: 100%; margin-top: 20px; }
}
.collective-box { background: #ffffff; border-radius: 4px; margin-bottom: 25px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); border: 1px solid #e1e8ed; overflow: hidden; }
.collective-box-header { height: 44px; line-height: 44px; padding: 0 15px; border-bottom: 1px solid #e1e8ed; background: #ffffff; font-weight: bold; color: #e74c3c; font-size: 15px; border-left: 4px solid #e74c3c; }
.collective-box-body { padding: 15px; }
.collective-search-bar { width: 100%; max-width: 100%; display: flex; align-items: center; border: 2px solid #e74c3c; border-radius: 4px; overflow: hidden; }
.collective-search-input { flex-grow: 1; border: none; padding: 8px 12px; font-size: 13px; outline: none; }
.collective-search-btn { background: #e74c3c; color: #ffffff; border: none; padding: 8px 20px; font-weight: bold; cursor: pointer; font-size: 13px; transition: background 0.2s; }
.collective-search-btn:hover { background: #c0392b; }
.collective-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 1200px) {
  .collective-grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .collective-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
.collective-article-card { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 4px; padding: 15px; display: flex; align-items: center; justify-content: space-between; transition: all 0.25s; margin-bottom: 15px; }
.collective-article-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(231,76,60,0.08); border-color: #e74c3c; }
.collective-article-img-wrap { width: 140px; height: 105px; border-radius: 4px; overflow: hidden; background: #fdfdfd; border: 1px solid #f1f4f8; margin-left: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.collective-article-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 576px) {
  .collective-article-card { flex-direction: column-reverse; align-items: flex-start; }
  .collective-article-img-wrap { width: 100%; aspect-ratio: 1.5; margin-left: 0; margin-bottom: 12px; }
}
.collective-article-info { flex-grow: 1; overflow: hidden; }
.collective-article-title { font-size: 15px; font-weight: bold; color: #333; margin: 0 0 8px 0; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.collective-article-title a { color: #333; text-decoration: none; }
.collective-article-title a:hover { color: #e74c3c; }
.collective-article-desc { font-size: 12px; color: #777; line-height: 1.8; margin-bottom: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 44px; }
.collective-article-footer { display: flex; justify-content: space-between; align-items: center; }
.collective-price { color: #ff5722; font-weight: bold; font-size: 15px; }
.collective-btn-buy { background: linear-gradient(to right, #ff6b6b, #e74c3c); color: #ffffff; border: none; padding: 5px 15px; font-size: 12px; font-weight: bold; border-radius: 4px; cursor: pointer; text-decoration: none; text-align: center; transition: all 0.2s; }
.collective-btn-buy:hover { opacity: 0.95; transform: translateY(-1px); }
.collective-btn-buy.disabled { background: #ccc; cursor: not-allowed; }
.sidebar-thumb-wrap { width: 60px; height: 45px; border-radius: 3px; overflow: hidden; background: #fafafa; border: 1px solid #f1f4f8; margin-right: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sidebar-thumb-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.collective-sidebar-box { margin-bottom: 20px; }
.collective-sidebar-list { list-style: none; padding: 0; margin: 0; }
.collective-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #eee; font-size: 13px; }
.collective-sidebar-item:last-child { border-bottom: none; }
.collective-sidebar-item a { color: #444; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 70%; transition: color 0.2s; }
.collective-sidebar-item a:hover { color: #e74c3c; }
.collective-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; }
.collective-rank-red { background: #e74c3c; }
.collective-rank-gray { background: #999999; }
.collective-tag { display: inline-block; padding: 4px 10px; background: #fef0f0; color: #e74c3c; font-size: 12px; font-weight: bold; border-radius: 4px; margin: 4px; text-decoration: none; transition: all 0.2s; }
.collective-tag:hover { background: #e74c3c; color: #ffffff; }
.collective-footer { background: #1a1a1a; padding: 30px 0; text-align: center; margin-top: 40px; color: #999; border-top: 1px solid rgba(0,0,0,0.1); }
.collective-footer p { margin: 5px 0; }
.collective-footer-links a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.collective-footer-links a:hover { color: #e74c3c; }
.collective-footer-split { color: #2e2e2e; margin: 0 10px; }
.collective-footer-copyright { font-size: 12px; margin-top: 10px; }
