body { background: #f4f6f8; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; box-sizing: border-box; }
* { box-sizing: inherit; }
.carefully-header { position: relative; z-index: 10001; height: 60px; background-color: #00a2e8 !important; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.carefully-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }
.carefully-logo { float: left; padding: 8px 0; margin-right: 20px; }
.carefully-logo img { height: 44px; display: block; max-width: 100%; object-fit: contain; }
.carefully-nav { float: left !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.carefully-nav-item { display: inline-block; line-height: 60px; position: relative; }
.carefully-nav-item a { display: block; padding: 0 20px; color: #ffffff !important; text-decoration: none; font-size: 15px; font-weight: bold; transition: all 0.3s; }
.carefully-nav-item a:hover { background-color: rgba(255, 255, 255, 0.15); }
.carefully-nav-user { float: right !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.carefully-nav-user .carefully-nav-item a { font-weight: normal; }
.carefully-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; }
.carefully-main-menu-mobile ul { list-style: none; padding: 0; margin: 0; }
.carefully-main-menu-mobile li a { display: block; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; color: #333 !important; text-decoration: none; font-weight: bold; }
.carefully-main-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; margin-bottom: 30px; }
.carefully-left-col { width: 74%; }
.carefully-right-col { width: 24%; }
@media (max-width: 992px) {
  .carefully-left-col { width: 100%; }
  .carefully-right-col { width: 100%; margin-top: 20px; }
}
.carefully-box { background: #ffffff; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.03); overflow: hidden; }
.carefully-box-header { height: 50px; line-height: 50px; padding: 0 20px; border-bottom: 1px solid #f6f6f6; background: #fafafa; font-weight: 600; color: #333; font-size: 16px; border-left: 4px solid #00a2e8; }
.carefully-box-body { padding: 20px; }
.carefully-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.carefully-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.carefully-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.carefully-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 1200px) {
  .carefully-grid-6 { grid-template-columns: repeat(4, 1fr); }
  .carefully-grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .carefully-grid-6 { grid-template-columns: repeat(2, 1fr); }
  .carefully-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .carefully-grid-3 { grid-template-columns: repeat(1, 1fr); }
  .carefully-grid-2 { grid-template-columns: repeat(1, 1fr); }
}
.carefully-product-card { background: #ffffff; border: 1px solid #eee; border-radius: 6px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.3s; position: relative; }
.carefully-product-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,162,232,0.1); border-color: #00a2e8; }
.carefully-product-img-wrap { width: 100%; aspect-ratio: 1; border-radius: 4px; overflow: hidden; background: #fafafa; border: 1px solid #f5f5f5; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.carefully-product-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.carefully-product-logo-mini { max-width: 45px; max-height: 45px; object-fit: contain; border-radius: 4px; margin-right: 10px; flex-shrink: 0; }
.carefully-product-title { font-size: 13px; font-weight: bold; color: #333; margin: 0 0 6px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; height: 36px; }
.carefully-product-meta { display: flex; justify-content: space-between; font-size: 11px; color: #999; margin-bottom: 8px; }
.carefully-product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.carefully-price { color: #ff5722; font-weight: bold; font-size: 15px; }
.carefully-btn-buy { background: linear-gradient(to right, #00a2e8, #008cd1); color: #ffffff; border: none; padding: 5px 12px; font-size: 12px; font-weight: bold; border-radius: 4px; cursor: pointer; text-decoration: none; text-align: center; box-shadow: 0 2px 5px rgba(0,162,232,0.15); transition: all 0.3s; }
.carefully-btn-buy:hover { opacity: 0.95; transform: translateY(-1px); }
.carefully-btn-buy.disabled { background: #ccc; cursor: not-allowed; box-shadow: none; }
.carefully-sidebar-box { margin-bottom: 20px; }
.carefully-sidebar-list { list-style: none; padding: 0; margin: 0; }
.carefully-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #f0f0f0; font-size: 13px; }
.carefully-sidebar-item:last-child { border-bottom: none; }
.carefully-sidebar-item a { color: #444; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 70%; transition: color 0.2s; }
.carefully-sidebar-item a:hover { color: #00a2e8; }
.carefully-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; }
.carefully-rank-orange { background: #f39800; }
.carefully-rank-gray { background: #999999; }
.carefully-tag { display: inline-block; padding: 4px 10px; background: #e1f5fe; color: #00a2e8; font-size: 12px; font-weight: bold; border-radius: 4px; margin: 4px; text-decoration: none; transition: all 0.3s; }
.carefully-tag:hover { background: #00a2e8; color: #ffffff; }
.carefully-footer { background: #23282d; padding: 30px 0; text-align: center; border-top: 1px solid rgba(0,0,0,0.1); margin-top: 40px; color: #999; }
.carefully-footer p { margin: 5px 0; }
.carefully-footer-links a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.carefully-footer-links a:hover { color: #00a2e8; }
.carefully-footer-split { color: #444; margin: 0 10px; }
.carefully-footer-copyright { font-size: 12px; margin-top: 10px; }
