body { background-color: #04020a; color: #879cb2; font-family: "Fira Code", Monaco, "Courier New", monospace; margin: 0; padding: 25px; line-height: 1.6; }
.lcnp-wrapper { max-width: 1250px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：带电压波动灯的控制面板页头 */
.lcnp-wave-header { background: #080512; border: 1px solid #1c133a; border-radius: 8px; padding: 15px 30px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; position: relative; box-shadow: 0 0 15px rgba(160, 82, 255, 0.1); }
.lcnp-wave-header::before { content: "[ SWEEP_OSCILLATOR: LOCKED ]"; position: absolute; top: -11px; left: 20px; background: #04020a; color: #00e5ff; padding: 0 10px; font-size: 11px; font-weight: bold; }
.lcnp-brand img { height: 35px; object-fit: contain; filter: brightness(0) invert(1) contrast(150%) sepia(1) saturate(100) hue-rotate(180deg); }
.lcnp-nav { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.lcnp-nav a { color: #879cb2; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid #1c133a; transition: all 0.3s; background: #04020a; }
.lcnp-nav a:hover, .lcnp-nav a.active { color: #00e5ff; border-color: #00e5ff; text-shadow: 0 0 10px rgba(0,229,255,0.5); }
.lcnp-osc-notice { background: rgba(0, 229, 255, 0.01); border: 1px solid #00e5ff; padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #00e5ff; box-shadow: inset 0 0 10px rgba(0,229,255,0.1); }
.lcnp-wave-title { font-size: 15px; font-weight: bold; color: #00e5ff; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed #1c133a; padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
/* 测控标绘网格 */
.lcnp-osc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.lcnp-vector-card { background: #080512; border: 1px solid #1c133a; padding: 25px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; border-radius: 4px; }
.lcnp-vector-card:hover { border-color: #00e5ff; background: #0b071a; }
.lcnp-card-coord { position: absolute; bottom: 8px; right: 12px; font-size: 10px; color: #1c133a; }
.lcnp-vector-card:hover .lcnp-card-coord { color: #00e5ff; }
.lcnp-display-box { height: 150px; background: #04020a; border: 1px solid #1c133a; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; transition: border-color 0.3s; }
.lcnp-vector-card:hover .lcnp-display-box { border-color: #00e5ff; }
.lcnp-display-box img { max-width: 90%; max-height: 90%; object-fit: contain; opacity: 0.85; }
.lcnp-vector-card:hover .lcnp-display-box img { opacity: 1; }
.lcnp-card-title { font-size: 15px; font-weight: bold; color: #cbd5e1; margin-bottom: 15px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lcnp-meta-row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid #1c133a; padding-top: 15px; }
.lcnp-vector-card:hover .lcnp-meta-row { border-top-color: #00e5ff; }
.lcnp-signal-badge { font-size: 11px; padding: 3px 8px; border: 1px solid #1c133a; font-weight: bold; text-transform: uppercase; }
.lcnp-signal-auto { color: #a052ff; border-color: rgba(160,82,255,0.3); }
.lcnp-signal-manual { color: #879cb2; border-color: #1c133a; }
.lcnp-price-tag { color: #00e5ff; font-size: 20px; font-weight: bold; }
/* 详情页重构：诊断仪器面板 */
.lcnp-osc-detail { display: flex; gap: 40px; }
.lcnp-left-scope { width: 45%; }
.lcnp-right-console { width: 55%; background: #080512; border: 1px solid #1c133a; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-radius: 4px; }
.lcnp-scope-box { background: #04020a; border: 1px solid #1c133a; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(0,0,0,0.8); }
.lcnp-scope-box img { max-width: 100%; border: 1px solid #1c133a; }
.lcnp-dt-title { font-size: 24px; font-weight: bold; color: #cbd5e1; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #1c133a; padding-bottom: 15px; }
.lcnp-dt-spec-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.lcnp-dt-spec-table td { border: 1px solid #1c133a; padding: 15px; font-size: 14px; }
.lcnp-spec-label { color: #50377c; background: #04020a; width: 35%; }
.lcnp-spec-val { color: #00e5ff; font-weight: bold; text-shadow: 0 0 5px rgba(0,229,255,0.3); }
.lcnp-group { margin-bottom: 20px; }
.lcnp-label { display: block; font-size: 11px; color: #00e5ff; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.lcnp-input { width: 100%; box-sizing: border-box; background: #04020a; border: 1px solid #1c133a; color: #cbd5e1; padding: 14px 18px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.lcnp-input:focus { border-color: #00e5ff; background: #06030f; }
.lcnp-btn-execute { width: 100%; background: #00e5ff; color: #04020a; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; }
.lcnp-btn-execute:hover { background: #00b6cc; }
.lcnp-btn-execute:disabled { background: #1c133a; color: #50377c; cursor: not-allowed; }
.lcnp-desc-schematic { background: #080512; border: 1px solid #1c133a; padding: 35px; margin-top: 40px; }
.lcnp-desc-title { font-size: 15px; color: #00e5ff; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.lcnp-desc-content { font-size: 14px; color: #879cb2; line-height: 1.8; }
/* 全息检索面板 */
.lcnp-q-tabs { display: flex; background: #04020a; border: 1px solid #1c133a; padding: 4px; margin-bottom: 35px; }
.lcnp-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #50377c; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.lcnp-q-tabs a.active, .lcnp-q-tabs a:hover { background: #080512; color: #00e5ff; }
.lcnp-tech-table { width: 100%; border-collapse: collapse; }
.lcnp-tech-table th, .lcnp-tech-table td { padding: 18px; border-bottom: 1px solid #1c133a; text-align: left; }
.lcnp-tech-table th { color: #50377c; font-size: 12px; text-transform: uppercase; }
.lcnp-tech-table td { color: #cbd5e1; }
.lcnp-footer { border-top: 1px solid #1c133a; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #50377c; }
@media (max-width: 900px) {
    .lcnp-osc-detail { flex-direction: column; }
    .lcnp-left-scope, .lcnp-right-console { width: 100%; }
    .lcnp-nav { display: none; }
}
