/* Mellifluous Theme: Layout 132 (Heavy Copper Pipes & Steampunk Riveted Style) */
body { background: #150d0a; font-family: "Courier New", Courier, "Georgia", serif; color: #b35a38; margin: 0; padding: 0; min-height: 100vh; }
.mellifluous-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.mellifluous-head-wrap { border-bottom: 2px solid #b35a38; padding: 25px 0; background: #150d0a; }
.mellifluous-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.mellifluous-logo img { max-height: 42px; display: block; filter: sepia(0.6) contrast(1.3) brightness(0.85); }
.mellifluous-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.mellifluous-menu a { color: rgba(179, 90, 56, 0.8); text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.mellifluous-menu a:hover, .mellifluous-menu .active { border-bottom: 2px solid #b35a38; color: #e55e2e; }
.mellifluous-columns { display: flex; gap: 24px; max-width: 1140px; margin: 30px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.mellifluous-col-left { width: 25%; flex-shrink: 0; }
.mellifluous-col-right { width: 75%; flex-grow: 1; min-width: 0; }
.mellifluous-pipe-panel { background: #0c0806; border: 1.5px solid #b35a38; padding: 25px; box-sizing: border-box; border-right: 3px double #b35a38; position: relative; }
.mellifluous-pipe-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(179, 90, 56, 0.15); pointer-events: none; margin: 4px; border-right: none; }
.mellifluous-boiler-line { width: 100%; height: 2px; border-top: 1px dashed #b35a38; margin: 25px 0; }
.mellifluous-notice-pod { background: #0c0806; border: 1.5px solid #b35a38; padding: 20px 25px; margin-bottom: 30px; line-height: 1.7; font-size: 13.5px; color: #b35a38; position: relative; }
.mellifluous-notice-pod::before { content: "气压通报 // STEAM_NOTICE"; position: absolute; top: -10px; left: 20px; background: #150d0a; padding: 0 8px; font-size: 11px; font-weight: bold; color: #e55e2e; letter-spacing: 0.5px; }
.mellifluous-section-title { font-size: 15px; font-weight: bold; color: #ffffff; margin: 0 0 20px 0; border-top: 1px solid #b35a38; border-bottom: 1px dashed #b35a38; padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.mellifluous-section-title i { margin-right: 10px; color: #e55e2e; }
.mellifluous-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mellifluous-valve-card { background: #0c0806; border: 1.5px solid #b35a38; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; position: relative; border-radius: 4px; }
.mellifluous-valve-card:hover { border-color: #e55e2e; box-shadow: 0 0 15px rgba(179, 90, 56, 0.2); }
/* 纯 CSS 渲染卡片四角铆钉 */
.mellifluous-rivet { position: absolute; width: 5px; height: 5px; background: #b35a38; border-radius: 50%; }
.mellifluous-r1 { top: 6px; left: 6px; }
.mellifluous-r2 { top: 6px; right: 6px; }
.mellifluous-r3 { bottom: 6px; left: 6px; }
.mellifluous-r4 { bottom: 6px; right: 6px; }
.mellifluous-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; z-index: 1; }
.mellifluous-card-title { font-size: 14px; font-weight: bold; color: #ffffff; line-height: 1.5; }
.mellifluous-badge-auto { border: 1.5px solid #b35a38; color: #b35a38; background: rgba(179,90,56,0.05); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.mellifluous-badge-manual { border: 1px dashed #7f8c8d; color: #7f8c8d; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.mellifluous-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed rgba(179, 90, 56, 0.15); padding-top: 15px; z-index: 1; }
.mellifluous-price-box { display: flex; flex-direction: column; }
.mellifluous-qty-info { font-size: 11px; color: #7f8c8d; margin-bottom: 3px; }
.mellifluous-price { font-size: 19px; font-weight: bold; color: #b35a38; }
.mellifluous-btn-action { background: transparent; color: #b35a38 !important; border: 1.5px solid #b35a38; padding: 7px 18px; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; letter-spacing: 0.5px; }
.mellifluous-btn-action:hover { background: #b35a38; color: #0c0806 !important; }
.mellifluous-paper-panel { border: 1px solid #b35a38; background: #0c0806; padding: 35px; box-sizing: border-box; position: relative; border-radius: 4px; }
.mellifluous-paper-panel::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(179, 90, 56, 0.08); pointer-events: none; margin: 4px; }
.layui-form-label { background: #0c0806 !important; border: 1.5px solid #b35a38 !important; border-right: none !important; color: #b35a38 !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1.5px solid #b35a38 !important; background: #150d0a !important; color: #ffffff !important; }
.layui-input:focus { border-color: #b35a38 !important; box-shadow: none !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .mellifluous-columns { flex-direction: column; padding: 0 15px; }
    .mellifluous-col-left, .mellifluous-col-right { width: 100%; }
    .mellifluous-col-left { display: none; }
}
@media (max-width: 768px) {
    .mellifluous-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .mellifluous-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .mellifluous-grid { grid-template-columns: 1fr; gap: 15px; }
}
