body { background: linear-gradient(to bottom, #fff6f0, #fae2cc) no-repeat fixed; color: #423832; font-family: "Quicksand", "PingFang SC", sans-serif; margin: 0; padding: 20px; line-height: 1.6; }
.mlfl-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：悬浮气泡控制台导航 */
.mlfl-pill-header { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 40px; padding: 15px 40px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 15px 35px rgba(224, 122, 95, 0.08); border: 1px solid rgba(255,255,255,0.6); }
.mlfl-logo img { height: 42px; object-fit: contain; }
.mlfl-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.mlfl-menu a { color: #5c504a; text-decoration: none; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 20px; transition: all 0.3s; background: transparent; }
.mlfl-menu a:hover, .mlfl-menu a.active { color: #e07a5f; background: #fff; box-shadow: 0 8px 20px rgba(224, 122, 95, 0.1); }
.mlfl-fluid-notice { background: rgba(254, 243, 199, 0.5); border-radius: 25px; padding: 22px 32px; margin-bottom: 40px; font-size: 14px; color: #b45309; font-weight: bold; border: 1px solid rgba(251, 191, 36, 0.2); box-shadow: 0 10px 25px rgba(224, 122, 95, 0.05); }
.mlfl-sec-title { font-size: 16px; font-weight: bold; color: #5c504a; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 25px; border-bottom: 2px solid rgba(224, 122, 95, 0.2); padding-bottom: 10px; display: inline-block; }
/* 有机卡片网格 */
.mlfl-organic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.mlfl-pebble-card { background: rgba(255, 255, 255, 0.5); border-radius: 50px 15px 50px 15px; padding: 25px; transition: all 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 10px 30px rgba(224, 122, 95, 0.05); }
.mlfl-pebble-card:hover { border-color: rgba(224, 122, 95, 0.3); box-shadow: 0 15px 35px rgba(224, 122, 95, 0.12); transform: translateY(-4px); background: #ffffff; }
.mlfl-clay-frame { height: 160px; background: rgba(255,255,255,0.3); border-radius: 40px 10px 40px 10px; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; transition: 0.3s; }
.mlfl-pebble-card:hover .mlfl-clay-frame { background: #fff5f0; }
.mlfl-clay-frame img { max-width: 90%; max-height: 90%; object-fit: contain; }
.mlfl-card-title { font-size: 15px; font-weight: bold; color: #423832; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mlfl-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed rgba(224, 122, 95, 0.15); padding-top: 15px; }
.mlfl-badge { font-size: 11px; padding: 4px 12px; border-radius: 12px; font-weight: bold; background: rgba(224, 122, 95, 0.1); color: #e07a5f; }
.mlfl-b-auto { background: rgba(56, 161, 105, 0.1); color: #38a169; }
.mlfl-price { color: #e07a5f; font-size: 20px; font-weight: bold; }
/* 详情页重构：左右双翼面板 */
.mlfl-split-clay { display: flex; gap: 40px; }
.mlfl-dt-visual { width: 45%; }
.mlfl-dt-form { width: 55%; }
.mlfl-dt-screen { background: rgba(255, 255, 255, 0.5); border-radius: 60px 20px 60px 20px; padding: 30px; display: flex; align-items: center; justify-content: center; box-shadow: 0 15px 35px rgba(224, 122, 95, 0.06); border: 1px solid rgba(255,255,255,0.8); }
.mlfl-dt-screen img { max-width: 100%; border-radius: 40px 10px 40px 10px; }
.mlfl-form-box { background: rgba(255, 255, 255, 0.7); border-radius: 35px; padding: 40px; box-shadow: 0 20px 50px rgba(224, 122, 95, 0.08); border: 1px solid rgba(255,255,255,0.8); }
.mlfl-dt-title { font-size: 24px; font-weight: bold; color: #423832; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid rgba(224, 122, 95, 0.15); padding-bottom: 15px; }
.mlfl-stat-row { display: flex; gap: 40px; border-bottom: 1px dashed rgba(224, 122, 95, 0.15); padding-bottom: 25px; margin-bottom: 30px; }
.mlfl-stat-item label { display: block; font-size: 11px; color: #8d7e74; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.mlfl-stat-item span { font-size: 24px; font-weight: bold; color: #e07a5f; }
.mlfl-group { margin-bottom: 20px; }
.mlfl-label { display: block; font-size: 12px; color: #e07a5f; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.mlfl-input { width: 100%; box-sizing: border-box; background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(224, 122, 95, 0.15); color: #423832; padding: 15px 20px; border-radius: 16px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.mlfl-input:focus { border-color: rgba(224, 122, 95, 0.4); background: #ffffff; box-shadow: 0 0 15px rgba(224, 122, 95, 0.1); }
.mlfl-btn-clay { width: 100%; background: #e07a5f; color: #fff; border: none; padding: 18px; border-radius: 25px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.3s; box-shadow: 0 8px 25px rgba(224, 122, 95, 0.3); font-family: inherit; text-transform: uppercase; }
.mlfl-btn-clay:hover { background: #cf6f55; transform: scale(0.99); }
.mlfl-btn-clay:disabled { background: #cbd5e1; color: #64748b; cursor: not-allowed; box-shadow: none; transform: none; }
.mlfl-desc-deck { background: rgba(255, 255, 255, 0.5); border-radius: 35px; padding: 35px; margin-top: 40px; box-shadow: 0 15px 35px rgba(224, 122, 95, 0.06); border: 1px solid rgba(255,255,255,0.8); }
.mlfl-desc-title { font-size: 15px; color: #e07a5f; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.mlfl-desc-content { font-size: 14px; color: #5c504a; line-height: 1.8; }
/* 遥测检索面板 */
.mlfl-q-tabs { display: flex; background: rgba(0,0,0,0.03); border-radius: 20px; padding: 4px; margin-bottom: 35px; border: 1px solid rgba(224, 122, 95, 0.1); }
.mlfl-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #8d7e74; font-weight: bold; text-decoration: none; border-radius: 16px; font-size: 13px; transition: 0.3s; }
.mlfl-q-tabs a.active, .mlfl-q-tabs a:hover { background: #ffffff; color: #e07a5f; box-shadow: 0 5px 15px rgba(224, 122, 95, 0.08); }
.mlfl-deck-table { width: 100%; border-collapse: collapse; }
.mlfl-deck-table th, .mlfl-deck-table td { padding: 18px; border-bottom: 1px solid rgba(224, 122, 95, 0.1); text-align: left; }
.mlfl-deck-table th { color: #8d7e74; font-size: 12px; text-transform: uppercase; }
.mlfl-deck-table td { color: #423832; }
.mlfl-footer { border-top: 1px solid rgba(224, 122, 95, 0.15); margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #8d7e74; }
@media (max-width: 900px) {
    .mlfl-split-clay { flex-direction: column; }
    .mlfl-dt-visual, .mlfl-dt-form { width: 100%; }
    .mlfl-bubble-header { flex-direction: column; gap: 20px; border-radius: 25px; }
    .mlfl-menu { display: none; }
}
