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