body.spec-body { background-color: #020205; color: #a0a5b5; font-family: monospace, Consolas, "Courier New", sans-serif; margin: 0; padding: 0; }
.spec-header { background-color: #010103; border-bottom: 2px solid #d946ef; padding: 15px 0; }
.spec-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.spec-logo { float: left; }
.spec-logo img { height: 40px; display: block; }
.spec-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.spec-nav-item { margin-left: 20px; line-height: 40px; }
.spec-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.spec-nav-item a:hover { color: #d946ef; }
.spec-main-layout { margin-top: 30px; position: relative; }
.spec-panel { background-color: rgba(1, 1, 3, 0.8); border: 1px solid rgba(217, 70, 239, 0.3); padding: 25px; box-sizing: border-box; }
.spec-notice-strip { background-color: rgba(1, 1, 3, 0.5); border-top: 1px solid #d946ef; border-bottom: 1px solid #00e5ff; padding: 20px; text-align: center; margin-bottom: 35px; color: #d946ef; font-size: 15px; letter-spacing: 1px; }
.spec-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #d946ef; color: #d946ef; text-align: center; line-height: 22px; font-size: 11px; margin-right: 10px; font-weight: bold; }
.spec-track-title { font-size: 16px; font-weight: bold; color: #ffffff; border-left: 3px solid #00e5ff; padding-left: 10px; margin: 25px 0 15px 0; }
.spec-track-outer { width: 100%; overflow-x: auto; white-space: nowrap; padding-bottom: 15px; }
.spec-track-outer::-webkit-scrollbar { height: 6px; }
.spec-track-outer::-webkit-scrollbar-thumb { background: #d946ef; border-radius: 3px; }
.spec-track-outer::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.02); }
.spec-product-card { display: inline-block; width: 280px; background-color: rgba(255, 255, 255, 0.01); border: 1px solid rgba(217, 70, 239, 0.25); padding: 20px; box-sizing: border-box; transition: all 0.3s; border-radius: 4px; margin-right: 15px; vertical-align: top; white-space: normal; }
.spec-product-card:hover { border-color: #00e5ff; box-shadow: 0 0 15px rgba(0, 229, 255, 0.35); }
.spec-product-name { font-size: 15px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 12px; height: 42px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.spec-product-name:hover { color: #d946ef; }
.spec-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 3px; font-weight: bold; margin-bottom: 8px; }
.spec-badge-auto { background-color: rgba(217, 70, 239, 0.15); color: #d946ef; border: 1px solid rgba(217, 70, 239, 0.3); }
.spec-badge-manual { background-color: rgba(255, 255, 255, 0.1); color: #a0a5b5; border: 1px solid rgba(255, 255, 255, 0.2); }
.spec-price-box { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.spec-price { color: #d946ef; font-weight: bold; font-size: 18px; text-shadow: 0 0 5px rgba(217, 70, 239, 0.4); }
.spec-btn-buy { display: inline-block; text-align: center; background-color: transparent; color: #00e5ff !important; border: 1px solid #00e5ff; padding: 6px 16px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; }
.spec-btn-buy:hover { background-color: #00e5ff; color: #020205 !important; }
.spec-footer { background-color: #010103; border-top: 1px solid #d946ef; padding: 25px 0; margin-top: 50px; clear: both; }
.spec-footer a { color: #d946ef; text-decoration: none; }
.spec-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 2px solid #d946ef; }
.spec-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.spec-tab-item.active { background-color: #d946ef; color: #010103; }
.spec-tab-item a { color: inherit; text-decoration: none; }
.spec-form-item { margin-bottom: 20px; }
.spec-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.spec-form-input { width: 100%; padding: 12px; border: 1px solid #d946ef; background-color: #010103; color: #ffffff; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.spec-form-input:focus { outline: none; border-color: #00e5ff; box-shadow: 0 0 8px rgba(0, 229, 255, 0.5); }
.spec-btn-submit { width: 100%; padding: 14px; background-color: #d946ef; color: #010103; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; }
.spec-btn-submit:hover { background-color: #c026d3; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.spec-table th, .spec-table td { border: 1px solid #d946ef; padding: 12px; text-align: left; }
.spec-table th { background-color: #010103; color: #d946ef; }
@media (max-width: 767px) {
    .spec-product-card { width: 230px; }
}
