body.stat-body { background-color: #000000; color: #808080; font-family: monospace, Consolas, "Courier New", sans-serif; margin: 0; padding: 0; }
.stat-header { background-color: #050505; border-bottom: 2px solid #00ff66; padding: 15px 0; }
.stat-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.stat-logo { float: left; }
.stat-logo img { height: 40px; display: block; }
.stat-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.stat-nav-item { margin-left: 20px; line-height: 40px; }
.stat-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.stat-nav-item a:hover { color: #00ff66; }
.stat-main-layout { display: flex; flex-wrap: wrap; margin-top: 30px; }
.stat-column-left { width: 70%; padding: 15px; box-sizing: border-box; }
.stat-column-right { width: 30%; padding: 15px; box-sizing: border-box; }
.stat-panel { background-color: rgba(5, 5, 5, 0.8); border: 1px solid rgba(0, 255, 102, 0.3); padding: 25px; box-sizing: border-box; border-radius: 4px; box-shadow: 0 0 15px rgba(255, 0, 60, 0.1); }
.stat-notice-strip { background-color: rgba(5, 5, 5, 0.5); border-left: 4px solid #ff003c; border-right: 4px solid #00ff66; padding: 15px; margin-bottom: 25px; color: #00ff66; font-size: 14px; text-shadow: 0 0 5px rgba(0, 255, 102, 0.5); }
.stat-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #ff003c; color: #ff003c; text-align: center; line-height: 22px; font-size: 11px; margin-right: 10px; font-weight: bold; }
.stat-product-grid { width: 100%; }
.stat-product-card { width: 100%; background-color: rgba(5, 5, 5, 0.6); border: 1px dashed rgba(0, 255, 102, 0.25); padding: 20px; box-sizing: border-box; transition: all 0.3s; border-radius: 4px; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; }
.stat-product-card:hover { border-color: #00ff66; box-shadow: 0 0 15px rgba(0, 255, 102, 0.3); transform: translateY(-2px); }
.stat-product-info { text-align: left; flex-grow: 1; padding-right: 20px; }
.stat-product-name { font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 12px; }
.stat-product-name:hover { color: #00ff66; }
.stat-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: bold; }
.stat-badge-auto { background-color: rgba(0, 255, 102, 0.15); color: #00ff66; border: 1px solid rgba(0, 255, 102, 0.3); }
.stat-badge-manual { background-color: rgba(255, 255, 255, 0.1); color: #a0a5b5; border: 1px solid rgba(255, 255, 255, 0.2); }
.stat-price-box { text-align: right; flex-shrink: 0; width: 180px; }
.stat-price { color: #ff003c; font-weight: bold; font-size: 18px; text-shadow: 0 0 5px rgba(255, 0, 60, 0.4); margin-bottom: 8px; display: block; }
.stat-btn-buy { display: block; text-align: center; background-color: transparent; color: #00ff66 !important; border: 1px solid #00ff66; padding: 8px 16px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; }
.stat-btn-buy:hover { background-color: #00ff66; color: #000000 !important; }
.stat-footer { background-color: #050505; border-top: 1px solid #00ff66; padding: 25px 0; margin-top: 50px; clear: both; }
.stat-footer a { color: #00ff66; text-decoration: none; }
.stat-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #00ff66; }
.stat-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.stat-tab-item.active { background-color: #00ff66; color: #000000; }
.stat-tab-item a { color: inherit; text-decoration: none; }
.stat-form-item { margin-bottom: 20px; }
.stat-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.stat-form-input { width: 100%; padding: 12px; border: 1px solid #00ff66; background-color: #050505; color: #ffffff; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.stat-form-input:focus { outline: none; border-color: #ff003c; box-shadow: 0 0 8px rgba(255, 0, 60, 0.5); }
.stat-btn-submit { width: 100%; padding: 14px; background-color: #00ff66; color: #000000; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.stat-btn-submit:hover { background-color: #00cc52; }
.stat-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.stat-table th, .stat-table td { border: 1px solid #00ff66; padding: 12px; text-align: left; }
.stat-table th { background-color: #050505; color: #00ff66; }
@media (max-width: 991px) {
    .stat-column-left, .stat-column-right { width: 100%; float: none; }
}
@media (max-width: 767px) {
    .stat-product-card { flex-direction: column; align-items: stretch; }
    .stat-price-box { width: 100%; text-align: left; margin-top: 15px; }
}
