body { background: #fafbfc; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; box-sizing: border-box; overflow-x: hidden; }
* { box-sizing: inherit; }
.progress-header { position: relative; z-index: 10001; height: 60px; background-color: #e82a5f !important; border-bottom: 2px solid #ffcc00; box-shadow: 0 4px 12px rgba(232,42,95,0.15); }
.progress-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }
.progress-logo { float: left; padding: 8px 0; margin-right: 25px; }
.progress-logo img { height: 44px; display: block; max-width: 100%; object-fit: contain; }
.progress-nav { float: left !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.progress-nav-item { display: inline-block; line-height: 60px; position: relative; }
.progress-nav-item a { display: block; padding: 0 18px; color: #ffffff !important; text-decoration: none; font-size: 15px; font-weight: bold; transition: all 0.25s; }
.progress-nav-item a:hover { color: #ffcc00 !important; background-color: rgba(255, 255, 255, 0.05); }
.progress-nav-user { float: right !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.progress-nav-user .progress-nav-item a { font-weight: normal; color: #eee !important; }
.progress-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 #e82a5f; }
.progress-main-menu-mobile ul { list-style: none; padding: 0; margin: 0; }
.progress-main-menu-mobile li a { display: block; padding: 14px 20px; border-bottom: 1px solid #f0f4f8; color: #333 !important; text-decoration: none; font-weight: bold; }
.progress-main-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; margin-bottom: 30px; }
.progress-left-col { width: 74%; }
.progress-right-col { width: 24%; }
@media (max-width: 992px) {
  .progress-left-col { width: 100%; }
  .progress-right-col { width: 100%; margin-top: 20px; }
}
.progress-box { background: #ffffff; border-radius: 6px; margin-bottom: 25px; box-shadow: 0 2px 8px rgba(232,42,95,0.02); border: 1px solid #e1e8ed; overflow: hidden; }
.progress-box-header { height: 44px; line-height: 44px; padding: 0 15px; border-bottom: 1px solid #e1e8ed; background: #ffffff; font-weight: bold; color: #e82a5f; font-size: 15px; border-left: 4px solid #e82a5f; }
.progress-box-body { padding: 15px; }
.progress-split-layout { display: flex; justify-content: space-between; gap: 15px; }
.progress-split-left-list { width: 30%; border-right: 1px solid #f0f2f5; padding-right: 15px; }
.progress-split-right-grid { width: 68%; }
@media (max-width: 768px) {
  .progress-split-layout { flex-direction: column; }
  .progress-split-left-list { width: 100%; border-right: none; padding-right: 0; margin-bottom: 15px; }
  .progress-split-right-grid { width: 100%; }
}
.progress-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.progress-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.progress-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 1200px) {
  .progress-grid-4 { grid-template-columns: repeat(3, 1fr); }
  .progress-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .progress-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .progress-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .progress-grid-2 { grid-template-columns: repeat(1, 1fr); }
}
.progress-product-card { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 4px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.25s; position: relative; }
.progress-product-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(232,42,95,0.08); border-color: #e82a5f; }
.progress-product-img-wrap { width: 100%; aspect-ratio: 1.33; border-radius: 3px; overflow: hidden; background: #fdfdfd; border: 1px solid #f1f4f8; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.progress-product-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.progress-product-logo-mini { max-width: 42px; max-height: 42px; object-fit: contain; border-radius: 4px; margin-right: 8px; flex-shrink: 0; }
.progress-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; }
.progress-product-meta { display: flex; justify-content: space-between; font-size: 11px; color: #888; margin-bottom: 6px; }
.progress-product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.progress-price { color: #ff5722; font-weight: bold; font-size: 14px; }
.progress-btn-buy { background: linear-gradient(to right, #ff608c, #e82a5f); color: #ffffff; border: none; padding: 4px 10px; font-size: 11px; font-weight: bold; border-radius: 3px; cursor: pointer; text-decoration: none; text-align: center; transition: all 0.2s; }
.progress-btn-buy:hover { opacity: 0.95; transform: translateY(-1px); }
.progress-btn-buy.disabled { background: #ccc; cursor: not-allowed; }
.progress-side-list { list-style: none; padding: 0; margin: 0; }
.progress-side-item { padding: 6px 0; border-bottom: 1px dashed #f5f5f5; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.progress-side-item a { color: #555; text-decoration: none; transition: color 0.2s; }
.progress-side-item a:hover { color: #e82a5f; }
.progress-sidebar-box { margin-bottom: 20px; }
.progress-sidebar-list { list-style: none; padding: 0; margin: 0; }
.progress-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #e1e8ed; font-size: 13px; }
.progress-sidebar-item:last-child { border-bottom: none; }
.progress-sidebar-item a { color: #444; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 70%; transition: color 0.2s; }
.progress-sidebar-item a:hover { color: #e82a5f; }
.progress-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; }
.progress-rank-pink { background: #e82a5f; }
.progress-rank-gray { background: #999999; }
.progress-tag { display: inline-block; padding: 4px 10px; background: #fff0f3; color: #e82a5f; font-size: 12px; font-weight: bold; border-radius: 4px; margin: 4px; text-decoration: none; transition: all 0.2s; }
.progress-tag:hover { background: #e82a5f; color: #ffffff; }
.progress-footer { background: #21040a; padding: 30px 0; text-align: center; margin-top: 40px; color: #999; border-top: 1px solid rgba(0,0,0,0.1); }
.progress-footer p { margin: 5px 0; }
.progress-footer-links a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.progress-footer-links a:hover { color: #e82a5f; }
.progress-footer-split { color: #350913; margin: 0 10px; }
.progress-footer-copyright { font-size: 12px; margin-top: 10px; }
.progress-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; }
.progress-article-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(232,42,95,0.08); border-color: #e82a5f; }
.progress-article-img-wrap { width: 120px; height: 90px; border-radius: 4px; overflow: hidden; background: #fdfdfd; border: 1px solid #f1f4f8; margin-right: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.progress-article-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 576px) {
  .progress-article-card { flex-direction: column; align-items: flex-start; }
  .progress-article-img-wrap { width: 100%; aspect-ratio: 1.5; margin-right: 0; margin-bottom: 12px; }
}
.progress-article-info { flex-grow: 1; overflow: hidden; }
.progress-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; }
.progress-article-title a { color: #333; text-decoration: none; }
.progress-article-title a:hover { color: #e82a5f; }
.progress-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; }
.progress-article-footer { display: flex; justify-content: space-between; align-items: center; }
