body.hali-body { background-color: #1a1a1a; color: #e5e5e5; font-family: "Helvetica Neue", Helvetica, "PingFang SC", sans-serif; margin: 0; padding: 0; }
.hali-header { background-color: #111111; border-bottom: 1px solid #333; padding: 15px 0; }
.hali-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.hali-logo { float: left; }
.hali-logo img { height: 40px; display: block; }
.hali-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.hali-nav-item { margin-left: 20px; line-height: 40px; }
.hali-nav-item a { color: #e5e5e5; text-decoration: none; font-weight: bold; }
.hali-main-layout { display: flex; flex-wrap: wrap; margin-top: 40px; }
.hali-column-left { width: 22%; padding-right: 20px; box-sizing: border-box; }
.hali-column-center { width: 56%; padding: 0 10px; box-sizing: border-box; }
.hali-column-right { width: 22%; padding-left: 20px; box-sizing: border-box; }
.hali-aside-panel { background-color: #222222; border-radius: 8px; padding: 25px; box-sizing: border-box; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); border: 1px solid #333; }
.hali-aside-panel a { color: #aaa; text-decoration: none; display: block; margin-bottom: 15px; transition: color 0.2s; }
.hali-aside-panel a:hover { color: #fff; }
.hali-notice-strip { background-color: #2b2b2b; border-left: 5px solid #e74c3c; padding: 15px 20px; margin-bottom: 30px; border-radius: 4px; color: #fff; font-size: 14px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.hali-product-grid { display: flex; flex-wrap: wrap; margin: -1.5%; }
.hali-product-card { width: 47%; margin: 1.5%; background-color: #fafafa; padding: 12px 12px 45px 12px; box-sizing: border-box; transition: all 0.3s; box-shadow: 2px 8px 15px rgba(0,0,0,0.4); border-radius: 2px; position: relative; display: flex; flex-direction: column; }
.hali-product-card:nth-child(odd) { transform: rotate(-2deg); }
.hali-product-card:nth-child(even) { transform: rotate(1.5deg); }
.hali-product-card:hover { transform: scale(1.05) rotate(0deg); z-index: 10; box-shadow: 5px 15px 25px rgba(0,0,0,0.6); }
.hali-photo-frame { width: 100%; height: 160px; background-color: #111; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hali-product-name { font-size: 15px; font-weight: bold; color: #111; text-decoration: none; display: block; margin-bottom: 8px; line-height: 1.4; }
.hali-product-name:hover { color: #e74c3c; }
.hali-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 2px; font-weight: bold; margin-bottom: 8px; }
.hali-badge-auto { background-color: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.hali-badge-manual { background-color: #f5f5f5; color: #616161; border: 1px solid #e0e0e0; }
.hali-card-bottom { position: absolute; bottom: 15px; left: 12px; right: 12px; display: flex; justify-content: space-between; align-items: flex-end; }
.hali-price { color: #111; font-weight: bold; font-size: 18px; font-family: "Courier New", monospace; }
.hali-btn-buy { display: inline-block; background-color: #e74c3c; color: #fff !important; padding: 6px 16px; text-decoration: none; border-radius: 20px; font-weight: bold; transition: all 0.2s; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2); }
.hali-btn-buy:hover { background-color: #c0392b; transform: translateY(1px); box-shadow: none; }
.hali-footer { background-color: #111; border-top: 1px solid #333; padding: 30px 0; margin-top: 60px; clear: both; }
.hali-footer a { color: #e5e5e5; text-decoration: none; }
.hali-panel { background-color: #fafafa; border-radius: 2px; padding: 30px; box-sizing: border-box; box-shadow: 2px 8px 15px rgba(0,0,0,0.4); margin-bottom: 30px; }
.hali-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #ddd; }
.hali-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; color: #666; }
.hali-tab-item.active { border-bottom: 3px solid #e74c3c; color: #111; }
.hali-tab-item a { color: inherit; text-decoration: none; }
.hali-form-item { margin-bottom: 20px; }
.hali-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #333; font-size: 14px; }
.hali-form-input { width: 100%; padding: 12px; border: 1px solid #ddd; background-color: #fff; color: #111; box-sizing: border-box; border-radius: 2px; font-family: inherit; font-size: 14px; }
.hali-form-input:focus { outline: none; border-color: #e74c3c; box-shadow: 0 0 5px rgba(231,76,60,0.3); }
.hali-btn-submit { width: 100%; padding: 14px; background-color: #e74c3c; color: #fff; border: none; font-weight: bold; cursor: pointer; border-radius: 30px; font-size: 16px; box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2); transition: all 0.1s; }
.hali-btn-submit:hover { background-color: #c0392b; transform: translateY(2px); box-shadow: none; }
.hali-table { width: 100%; border-collapse: collapse; margin-top: 15px; color: #111; }
.hali-table th, .hali-table td { border-bottom: 1px solid #ddd; padding: 15px 10px; text-align: left; }
.hali-table th { color: #666; font-size: 13px; font-weight: normal; }
@media (max-width: 991px) {
    .hali-column-left, .hali-column-right { display: none; }
    .hali-column-center { width: 100%; padding: 0; }
}
@media (max-width: 767px) {
    .hali-product-card { width: 100%; margin: 0 0 20px 0; transform: none !important; }
}
