body { background-color: #03050a; color: #8fa0b5; font-family: "Fira Code", Monaco, "Courier New", monospace; margin: 0; padding: 25px; line-height: 1.6; }
.cnsr-wrapper { max-width: 1250px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：带跳动信号灯的悬浮机架导航 */
.cnsr-hud-deck { background: #070914; border: 1px solid #1f1635; border-radius: 12px; padding: 15px 30px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; position: relative; box-shadow: 0 0 20px rgba(139, 92, 246, 0.1); }
.cnsr-hud-deck::before { content: ""; position: absolute; left: 20px; top: 50%; width: 6px; height: 6px; background: #10b981; border-radius: 50%; box-shadow: 0 0 10px #10b981; transform: translateY(-50%); animation: cnsr-pulse 1.5s infinite; }
.cnsr-brand img { height: 35px; object-fit: contain; margin-left: 20px; }
.cnsr-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.cnsr-menu a { color: #8fa0b5; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid #1f1635; transition: all 0.3s; background: #03050a; }
.cnsr-menu a:hover, .cnsr-menu a.active { color: #10b981; border-color: #10b981; text-shadow: 0 0 10px rgba(16,185,129,0.5); }
.cnsr-notice-deck { background: rgba(139, 92, 246, 0.02); border: 1px solid #1f1635; padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #8b5cf6; border-left: 5px solid #8b5cf6; box-shadow: inset 0 0 15px rgba(139, 92, 246, 0.05); }
.cnsr-section-hdr { font-size: 14px; font-weight: bold; color: #10b981; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed #1f1635; padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
/* 赛博HUD网格 */
.cnsr-hud-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.cnsr-hud-widget { background: #070914; border: 1px solid #1f1635; padding: 25px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; border-radius: 8px; }
.cnsr-hud-widget:hover { border-color: #10b981; box-shadow: 0 0 15px rgba(16, 185, 129, 0.15); }
.cnsr-telemetry-tag { position: absolute; top: 8px; right: 12px; font-size: 9px; color: #1f1635; }
.cnsr-hud-widget:hover .cnsr-telemetry-tag { color: #10b981; }
.cnsr-visual-box { height: 160px; background: #03050a; border: 1px solid #1f1635; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; transition: border-color 0.3s; border-radius: 4px; }
.cnsr-hud-widget:hover .cnsr-visual-box { border-color: #10b981; }
.cnsr-visual-box img { max-width: 90%; max-height: 90%; object-fit: contain; }
.cnsr-widget-title { font-size: 15px; font-weight: bold; color: #cbd5e1; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cnsr-widget-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed #1f1635; padding-top: 15px; }
.cnsr-hud-widget:hover .cnsr-widget-bottom { border-top-color: #10b981; }
.cnsr-btn-signal { font-size: 11px; padding: 4px 10px; border: 1px solid #1f1635; font-weight: bold; background: #03050a; color: #8fa0b5; transition: 0.3s; }
.cnsr-hud-widget:hover .cnsr-btn-signal { border-color: #10b981; color: #10b981; }
.cnsr-btn-auto { color: #8b5cf6; border-color: #1f1635; }
.cnsr-hud-widget:hover .cnsr-btn-auto { border-color: #8b5cf6; color: #8b5cf6; }
.cnsr-price-neon { color: #10b981; font-size: 20px; font-weight: bold; }
/* 详情页重构：雷达探针双翼面板 */
.cnsr-radar-split { display: flex; gap: 40px; }
.cnsr-radar-left { width: 45%; }
.cnsr-radar-right { width: 55%; background: #070914; border: 1px solid #1f1635; padding: 40px; box-shadow: 0 0 25px rgba(139, 92, 246, 0.05); border-radius: 8px; }
.cnsr-scope-box { background: #03050a; border: 1px solid #1f1635; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8); border-radius: 8px; }
.cnsr-scope-box img { max-width: 100%; border: 1px solid #1f1635; }
.cnsr-dt-title { font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #1f1635; padding-bottom: 15px; }
.cnsr-spec-matrix { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.cnsr-spec-matrix td { border: 1px solid #1f1635; padding: 15px; font-size: 14px; }
.cnsr-spec-label { color: #443763; background: #03050a; width: 35%; }
.cnsr-spec-val { color: #10b981; font-weight: bold; text-shadow: 0 0 5px rgba(16,185,129,0.3); }
.cnsr-group { margin-bottom: 20px; }
.cnsr-label { display: block; font-size: 11px; color: #8b5cf6; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.cnsr-input { width: 100%; box-sizing: border-box; background: #03050a; border: 1px solid #1f1635; color: #8fa0b5; padding: 14px 18px; border-radius: 4px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.cnsr-input:focus { border-color: #10b981; box-shadow: 0 0 10px rgba(16,185,129,0.2); }
.cnsr-btn-execute { width: 100%; background: #10b981; color: #03050a; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; box-shadow: 0 0 15px rgba(16, 185, 129, 0.3); border-radius: 4px; }
.cnsr-btn-execute:hover { background: #0d9668; transform: scale(0.99); }
.cnsr-btn-execute:disabled { background: #1f1635; color: #443763; cursor: not-allowed; box-shadow: none; }
.cnsr-desc-deck { background: #070914; border: 1px solid #1f1635; padding: 35px; margin-top: 40px; border-radius: 8px; }
.cnsr-desc-title { font-size: 15px; color: #8b5cf6; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.cnsr-desc-content { font-size: 14px; color: #8fa0b5; line-height: 1.8; }
/* 遥测检索面板 */
.cnsr-q-tabs { display: flex; background: #03050a; border: 1px solid #1f1635; padding: 4px; margin-bottom: 35px; border-radius: 6px; }
.cnsr-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #443763; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.cnsr-q-tabs a.active, .cnsr-q-tabs a:hover { background: #070914; color: #10b981; border: 1px solid #10b981; border-radius: 4px; }
.cnsr-hud-table { width: 100%; border-collapse: collapse; }
.cnsr-hud-table th, .cnsr-hud-table td { padding: 18px; border-bottom: 1px solid #1f1635; text-align: left; }
.cnsr-hud-table th { color: #443763; font-size: 12px; text-transform: uppercase; }
.cnsr-hud-table td { color: #8fa0b5; }
.cnsr-footer { border-top: 1px solid #1f1635; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #443763; }
@keyframes cnsr-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
@media (max-width: 900px) {
    .cnsr-radar-split { flex-direction: column; }
    .cnsr-radar-left, .cnsr-radar-right { width: 100%; }
    .cnsr-menu { display: none; }
}
