body { background-color: #0a0604; color: #bcaaa4; font-family: "Courier New", Courier, monospace, Georgia, serif; margin: 0; padding: 25px; line-height: 1.6; }
.gsmr-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：工业铆接控制板导航 */
.gsmr-control-deck { background: #1f140e; border: 2px solid #3d2218; border-radius: 4px; padding: 15px 30px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.6); }
.gsmr-control-deck::before { content: "[ GEAR_DECK: PRESSURE_OK ]"; position: absolute; top: -11px; left: 20px; background: #0a0604; color: #d97706; padding: 0 8px; font-size: 11px; font-weight: bold; }
.gsmr-brand img { height: 35px; object-fit: contain; filter: sepia(100%) saturate(300%) hue-rotate(330deg); }
.gsmr-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.gsmr-menu a { color: #bcaaa4; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid #3d2218; transition: all 0.3s; background: #0a0604; }
.gsmr-menu a:hover, .gsmr-menu a.active { color: #d97706; border-color: #d97706; box-shadow: 0 0 10px rgba(217,119,6,0.3); }
.gsmr-steam-notice { background: rgba(217, 119, 6, 0.02); border: 1px solid #d97706; padding: 18px 25px; margin-bottom: 40px; font-size: 13px; color: #d97706; box-shadow: inset 0 0 10px rgba(217,119,6,0.1); }
.gsmr-valve-header { font-size: 15px; font-weight: bold; color: #ff5722; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed #ff5722; padding-bottom: 8px; display: flex; align-items: center; gap: 10px; }
/* 铆接式重机网格 */
.gsmr-machinery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.gsmr-gear-card { background: #1f140e; border: 2px solid #2d1810; padding: 20px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; }
.gsmr-gear-card:hover { border-color: #d97706; box-shadow: 0 0 15px rgba(217, 119, 6, 0.2); }
.gsmr-gear-connector { width: 100%; height: 6px; background: #2d1810; position: absolute; top: -6px; left: 0; transition: background 0.3s; }
.gsmr-gear-card:hover .gsmr-gear-connector { background: #d97706; }
.gsmr-display-box { height: 160px; background: #0a0604; border: 1px solid #2d1810; display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 20px; transition: border-color 0.3s; }
.gsmr-gear-card:hover .gsmr-display-box { border-color: #d97706; }
.gsmr-display-box img { max-width: 90%; max-height: 90%; object-fit: contain; }
.gsmr-card-title { font-size: 15px; font-weight: bold; color: #f1ebd8; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gsmr-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed #2d1810; padding-top: 15px; }
.gsmr-gear-card:hover .gsmr-card-bottom { border-top-color: #d97706; }
.gsmr-btn-key { font-size: 11px; padding: 4px 10px; border: 1px solid #2d1810; font-weight: bold; background: #0a0604; color: #bcaaa4; transition: 0.3s; }
.gsmr-gear-card:hover .gsmr-btn-key { border-color: #d97706; color: #d97706; }
.gsmr-btn-auto { color: #ff5722; border-color: #ff5722; }
.gsmr-gear-card:hover .gsmr-btn-auto { border-color: #ff5722; color: #ff5722; }
.gsmr-price-neon { color: #d97706; font-size: 20px; font-weight: bold; }
/* 详情页重构：机械仪表面板 */
.gsmr-valve-console { display: flex; gap: 40px; }
.gsmr-valve-view { width: 45%; }
.gsmr-cabinet-panel { width: 55%; background: #1f140e; border: 2px solid #ff5722; padding: 40px; box-shadow: 0 0 25px rgba(255, 87, 34, 0.15); }
.gsmr-screen-frame { background: #0a0604; border: 2px solid #ff5722; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(255, 87, 34, 0.2); }
.gsmr-screen-frame img { max-width: 100%; border: 1px solid #ff5722; }
.gsmr-dt-title { font-size: 24px; font-weight: bold; color: #f1ebd8; margin-bottom: 25px; line-height: 1.4; border-bottom: 2px solid #ff5722; padding-bottom: 15px; }
.gsmr-console-stat { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.gsmr-console-stat td { border: 1px solid #2d1810; padding: 15px; font-size: 14px; }
.gsmr-stat-label { color: #8d6e63; background: #0a0604; width: 35%; }
.gsmr-stat-val { color: #d97706; font-weight: bold; text-shadow: 0 0 5px rgba(217,119,6,0.5); }
.gsmr-group { margin-bottom: 20px; }
.gsmr-label { display: block; font-size: 11px; color: #ff5722; font-weight: bold; margin-bottom: 8px; letter-spacing: 1px; }
.gsmr-input { width: 100%; box-sizing: border-box; background: #0a0604; border: 1px solid #2d1810; color: #bcaaa4; padding: 14px 18px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.gsmr-input:focus { border-color: #d97706; box-shadow: 0 0 10px rgba(217,119,6,0.3); }
.gsmr-btn-valve { width: 100%; background: #ff5722; color: #fff; 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(255, 87, 34, 0.4); }
.gsmr-btn-valve:hover { background: #e64a19; transform: scale(0.99); }
.gsmr-btn-valve:disabled { background: #2d1810; color: #8d6e63; cursor: not-allowed; box-shadow: none; }
.gsmr-desc-cabinet { background: #1f140e; border: 2px solid #2d1810; padding: 35px; margin-top: 40px; }
.gsmr-desc-title { font-size: 15px; color: #ff5722; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.gsmr-desc-content { font-size: 14px; color: #bcaaa4; line-height: 1.8; }
/* 机械审计面板 */
.gsmr-q-tabs { display: flex; background: #0a0604; border: 1px solid #2d1810; padding: 4px; margin-bottom: 35px; }
.gsmr-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #8d6e63; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.gsmr-q-tabs a.active, .gsmr-q-tabs a:hover { background: #1f140e; color: #d97706; border: 1px solid #d97706; }
.gsmr-cabinet-table { width: 100%; border-collapse: collapse; }
.gsmr-cabinet-table th, .gsmr-cabinet-table td { padding: 18px; border-bottom: 1px solid #2d1810; text-align: left; }
.gsmr-cabinet-table th { color: #8d6e63; font-size: 12px; text-transform: uppercase; }
.gsmr-cabinet-table td { color: #bcaaa4; }
.gsmr-footer { border-top: 1px solid #2d1810; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #8d6e63; }
@media (max-width: 900px) {
    .gsmr-valve-console { flex-direction: column; }
    .gsmr-valve-view, .gsmr-cabinet-panel { width: 100%; }
    .gsmr-menu { display: none; }
}
