body { background-color: #070a13; color: #849cae; font-family: "Fira Code", Monaco, "Courier New", monospace; margin: 0; padding: 25px; line-height: 1.6; }
.syzg-wrapper { max-width: 1250px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：带测距度刻度的工业机架头部 */
.syzg-radar-header { border: 1px solid #14233c; background: #0b0f1a; padding: 20px 30px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.syzg-radar-header::before { content: "[ TELEMETRY_RADAR_SWEEP: ACTIVE ]"; position: absolute; top: -11px; left: 20px; background: #070a13; color: #10b981; padding: 0 10px; font-size: 11px; font-weight: bold; }
.syzg-brand img { height: 35px; object-fit: contain; filter: brightness(0) invert(1) contrast(150%) sepia(1) saturate(100) hue-rotate(90deg); }
.syzg-nav { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.syzg-nav a { color: #849cae; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 12px; border: 1px dashed #14233c; transition: all 0.3s; background: #070a13; }
.syzg-nav a:hover, .syzg-nav a.active { color: #10b981; border-color: #10b981; background: rgba(16, 185, 129, 0.05); }
.syzg-grid-notice { border: 1px solid #10b981; background: rgba(16, 185, 129, 0.02); padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #10b981; border-left-width: 5px; }
.syzg-axis-title { font-size: 16px; font-weight: bold; color: #10b981; margin: 40px 0 20px 0; display: flex; align-items: center; gap: 15px; }
.syzg-axis-title::after { content: ""; flex-grow: 1; height: 1px; background: #14233c; }
/* 极半径格栅网格 */
.syzg-radar-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.syzg-radar-card { background: #0b0f1a; border: 1px solid #14233c; padding: 25px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; }
.syzg-radar-card:hover { border-color: #10b981; background: #0d1425; }
.syzg-card-axis { position: absolute; bottom: 8px; right: 12px; font-size: 10px; color: #14233c; }
.syzg-radar-card:hover .syzg-card-axis { color: #10b981; }
.syzg-img-frame { height: 150px; background: #070a13; border: 1px solid #14233c; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; }
.syzg-radar-card:hover .syzg-img-frame { border-color: #10b981; }
.syzg-img-frame img { max-width: 90%; max-height: 90%; object-fit: contain; opacity: 0.8; }
.syzg-radar-card:hover .syzg-img-frame img { opacity: 1; }
.syzg-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; }
.syzg-meta-row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid #14233c; padding-top: 15px; }
.syzg-tech-badge { font-size: 11px; padding: 3px 8px; border: 1px solid #14233c; font-weight: bold; text-transform: uppercase; }
.syzg-tech-auto { color: #10b981; border-color: rgba(16,185,129,0.3); }
.syzg-tech-manual { color: #849cae; border-color: #14233c; }
.syzg-price-tag { color: #10b981; font-size: 20px; font-weight: bold; }
/* 详情页重构：堆叠卡片式图纸 */
.syzg-radar-detail { display: flex; gap: 40px; }
.syzg-left-pane { width: 45%; }
.syzg-right-pane { width: 55%; background: #0b0f1a; border: 1px solid #14233c; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.syzg-detail-pic { border: 1px solid #14233c; background: #0b0f1a; padding: 25px; display: flex; align-items: center; justify-content: center; }
.syzg-detail-pic img { max-width: 100%; border: 1px solid #14233c; }
.syzg-dt-title { font-size: 24px; font-weight: bold; color: #cbd5e1; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #14233c; padding-bottom: 15px; }
.syzg-dt-spec-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.syzg-dt-spec-table td { border: 1px solid #14233c; padding: 15px; font-size: 14px; }
.syzg-spec-label { color: #516278; background: #070a13; width: 35%; }
.syzg-spec-val { color: #10b981; font-weight: bold; }
.syzg-group { margin-bottom: 20px; }
.syzg-label { display: block; font-size: 11px; color: #10b981; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.syzg-input { width: 100%; box-sizing: border-box; background: #070a13; border: 1px solid #14233c; color: #cbd5e1; padding: 14px 18px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.syzg-input:focus { border-color: #10b981; background: #0a1424; }
.syzg-btn-execute { width: 100%; background: #10b981; color: #070a13; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; }
.syzg-btn-execute:hover { background: #0d9668; }
.syzg-btn-execute:disabled { background: #14233c; color: #516278; cursor: not-allowed; }
.syzg-desc-radar { background: #0b0f1a; border: 1px solid #14233c; padding: 35px; margin-top: 40px; }
.syzg-desc-title { font-size: 15px; color: #10b981; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.syzg-desc-content { font-size: 14px; color: #849cae; line-height: 1.8; }
/* 工业检索页 */
.syzg-q-tabs { display: flex; background: #070a13; border: 1px solid #14233c; padding: 4px; margin-bottom: 35px; }
.syzg-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #516278; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.syzg-q-tabs a.active, .syzg-q-tabs a:hover { background: #0b0f1a; color: #10b981; }
.syzg-tech-table { width: 100%; border-collapse: collapse; }
.syzg-tech-table th, .syzg-tech-table td { padding: 18px; border-bottom: 1px solid #14233c; text-align: left; }
.syzg-tech-table th { color: #516278; font-size: 12px; text-transform: uppercase; }
.syzg-tech-table td { color: #cbd5e1; }
.syzg-footer { border-top: 1px solid #14233c; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #516278; }
@media (max-width: 900px) {
    .syzg-radar-detail { flex-direction: column; }
    .syzg-left-pane, .syzg-right-pane { width: 100%; }
    .syzg-nav { display: none; }
}
