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