body { background-color: #08090a; background-image: radial-gradient(rgba(249, 92, 22, 0.05) 1px, transparent 1px); background-size: 20px 20px; color: #94a3b8; font-family: "Lucida Console", Monaco, monospace, "Microsoft YaHei"; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.spt-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 战术顶栏 */
.spt-header { background: #08090a; border-bottom: 2px solid #1c1e21; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.spt-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.spt-logo img { height: 26px; border: 1px solid #1c1e21; padding: 2px; }

.spt-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.spt-menu a { font-size: 14px; color: #4e5358; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.spt-menu a:hover, .spt-active { color: #f95c16 !important; border-bottom: 2px solid #f95c16; text-shadow: 0 0 10px rgba(249, 92, 22, 0.5); }

.spt-user-btn { font-size: 13px; color: #08090a; background: #f95c16; padding: 8px 24px; border-radius: 0 !important; font-weight: bold; border: 1px solid #f95c16; transition: 0.3s; }
.spt-user-btn:hover { background: transparent; color: #f95c16; box-shadow: 0 0 15px rgba(249, 92, 22, 0.4); }

/* 系统通知条 */
.spt-notice { background: #0f1113; border: 1px solid #1c1e21; border-left: 4px solid #f95c16; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.spt-notice-dot { width: 8px; height: 8px; background: #f95c16; border-radius: 50% !important; animation: spt-flash 1.5s infinite; }
@keyframes spt-flash { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } }
.spt-notice-txt { font-size: 14px; color: #94a3b8; line-height: 1.6; }

/* 列表标题 */
.spt-sec-title { font-size: 18px; font-weight: bold; color: #f95c16; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.spt-sec-title::before { content: "[SPECTRE-SYS] "; color: #f95c16; font-weight: bold; }

/* 测控列表流 */
.spt-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.spt-list-row { background: #0f1113; border: 1px solid #1c1e21; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-radius: 6px !important; position: relative; border-left: 3px solid transparent; }
.spt-list-row:hover { border-color: #f95c16; border-left: 3px solid #f95c16; background: #15181a; box-shadow: 0 0 15px rgba(249, 92, 22, 0.15); transform: translateY(-1px); }

.spt-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1c1e21; background: #08090a; padding: 4px; }
.spt-item-img img { width: 100%; height: 100%; object-fit: contain; }

.spt-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.spt-item-name { font-size: 16px; font-weight: bold; color: #ffffff; }
.spt-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #4e5358; }
.spt-badge-auto { color: #f95c16; background: rgba(249, 92, 22, 0.1); padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(249, 92, 22, 0.2); }
.spt-badge-hand { color: #94a3b8; background: #1c1e21; padding: 2px 8px; border-radius: 4px; border: 1px solid #282b2d; }
.spt-item-stock { color: #44494c; }

.spt-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.spt-item-price { font-size: 20px; font-weight: bold; color: #f95c16; font-family: monospace; }
.spt-btn-buy { background: #1c1e21; color: #cbd5e1; padding: 8px 24px; font-size: 13px; font-weight: bold; border: 1px solid #282b2d; cursor: pointer; transition: 0.2s; }
.spt-list-row:hover .spt-btn-buy { background: #f95c16; color: #08090a; border-color: #f95c16; }

/* 详情页面 */
.spt-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.spt-detail-visual { width: 45%; background: #0f1113; border: 1px solid #1c1e21; padding: 24px; display: flex; justify-content: center; align-items: center; }
.spt-detail-visual img { width: 100%; border: 1px solid #1c1e21; }
.spt-detail-right { flex-grow: 1; background: #0f1113; padding: 40px; border: 1px solid #1c1e21; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.spt-detail-h1 { font-size: 22px; font-weight: 700; color: #ffffff; margin-bottom: 25px; line-height: 1.4; }
.spt-price-ribbon { background: #08090a; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #f95c16; border-top: 1px solid #1c1e21; border-bottom: 1px solid #1c1e21; }
.spt-detail-price { font-size: 34px; font-weight: 700; color: #f95c16; font-family: monospace; }
.spt-detail-stock-txt { margin-left: auto; color: #4e5358; font-size: 13px; font-weight: bold; }

.spt-f-row { margin-bottom: 22px; }
.spt-f-label { display: block; font-size: 12px; font-weight: bold; color: #4e5358; margin-bottom: 10px; text-transform: uppercase; }
.spt-f-input { width: 100%; padding: 14px 16px; border: 1px solid #1c1e21; background: #08090a; font-size: 14px; color: #fff; border-radius: 6px !important; transition: 0.2s; outline: none; font-family: inherit; }
.spt-f-input:focus { border-color: #f95c16; box-shadow: 0 0 10px rgba(249, 92, 22, 0.1); }
.spt-btn-submit { width: 100%; background: #f95c16; color: #08090a; padding: 16px; font-size: 16px; font-weight: bold; border: none; border-radius: 6px !important; cursor: pointer; transition: 0.2s; }
.spt-btn-submit:hover { background: #ff7f3e; box-shadow: 0 0 20px rgba(249, 92, 22, 0.3); }
.spt-btn-submit:disabled { background: #1c1e21; color: #4e5358; cursor: not-allowed; box-shadow: none; }

.spt-desc-container { background: #0f1113; padding: 40px; border: 1px solid #1c1e21; margin-top: 40px; border-radius: 12px !important; }
.spt-desc-title { font-size: 18px; font-weight: 700; color: #f9fafb; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1c1e21; display: flex; align-items: center; gap: 10px; }
.spt-desc-title::before { content: "::"; color: #f95c16; font-weight: bold; }
.spt-desc-html { line-height: 1.8; font-size: 14px; color: #cbd5e1; }

.spt-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #4e5358; font-size: 13px; border-top: 1px solid #1c1e21; background: #0f1113; }

@media (max-width: 900px) {
    .spt-detail-split { flex-direction: column; }
    .spt-detail-visual, .spt-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .spt-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .spt-item-img { margin-bottom: 15px; margin-right: 0; }
    .spt-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #1c1e21; padding-top: 15px; }
}\n