body { background-color: #f8fafc; color: #1e293b; font-family: "Inter", -apple-system, sans-serif; margin: 0; padding: 25px; line-height: 1.6; }
.efvs-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：轻量化色块悬浮导航 */
.efvs-floating-block { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 15px 35px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.efvs-logo img { height: 38px; object-fit: contain; }
.efvs-menu { display: flex; gap: 15px; list-style: none; margin: 0; padding: 0; }
.efvs-menu a { color: #64748b; text-decoration: none; font-size: 13px; font-weight: bold; padding: 8px 18px; border-radius: 10px; transition: all 0.3s; background: #fafafc; border: 1px solid #f1f5f9; }
.efvs-menu a:hover, .efvs-menu a.active { color: #1e293b; background: #f4eefd; border-color: #e4d7fc; }
/* 精细便当盒功能块 */
.efvs-bento-notice { background: #fdf9e7; border: 1px solid #f9eba6; border-radius: 16px; padding: 20px 30px; margin-bottom: 40px; font-size: 14px; color: #854d0e; line-height: 1.8; }
.efvs-section-header { font-size: 14px; font-weight: 800; color: #475569; letter-spacing: 2px; text-transform: uppercase; margin: 45px 0 20px 0; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; display: inline-block; }
/* 网格系统 */
.efvs-bento-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 24px; }
.efvs-bento-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 25px; transition: all 0.3s ease; text-decoration: none; display: flex; flex-direction: column; position: relative; }
.efvs-bento-card:hover { border-color: #cbd5e1; transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.03); }
.efvs-media-box { height: 160px; background: #f8fafc; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; border: 1px solid #f1f5f9; }
.efvs-media-box img { max-width: 90%; max-height: 90%; object-fit: contain; }
.efvs-card-title { font-size: 15px; font-weight: bold; color: #1e293b; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.efvs-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid #f1f5f9; padding-top: 15px; }
.efvs-tag-bento { font-size: 11px; padding: 4px 12px; border-radius: 8px; font-weight: bold; border: 1px solid transparent; }
.efvs-tag-lavender { background: #f4eefd; color: #6b21a8; border-color: #e4d7fc; }
.efvs-tag-mint { background: #eafaf1; color: #065f46; border-color: #c6f6d5; }
.efvs-price-tag { color: #0f172a; font-size: 20px; font-weight: bold; }
/* 详情页重构：裂屏便当仓 */
.efvs-split-bento { display: flex; gap: 40px; }
.efvs-left-bento { width: 45%; }
.efvs-right-bento { width: 55%; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 40px; }
.efvs-display-bento { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 30px; display: flex; align-items: center; justify-content: center; }
.efvs-display-bento img { max-width: 100%; border-radius: 12px; }
.efvs-bento-title { font-size: 24px; font-weight: bold; color: #0f172a; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #f1f5f9; padding-bottom: 15px; }
.efvs-stats-deck { display: flex; gap: 40px; border-bottom: 1px dashed #e2e8f0; padding-bottom: 25px; margin-bottom: 30px; }
.efvs-stat-unit label { display: block; font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; font-weight: bold; }
.efvs-stat-unit span { font-size: 26px; font-weight: bold; color: #1e293b; }
.efvs-group { margin-bottom: 20px; }
.efvs-label { display: block; font-size: 12px; color: #475569; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.efvs-input { width: 100%; box-sizing: border-box; background: #f8fafc; border: 1px solid #cbd5e1; color: #1e293b; padding: 15px 20px; border-radius: 12px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.efvs-input:focus { border-color: #6b21a8; background: #ffffff; }
.efvs-btn-bento { width: 100%; background: #1e293b; color: #ffffff; border: none; padding: 18px; border-radius: 12px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; }
.efvs-btn-bento:hover { background: #0f172a; }
.efvs-btn-bento:disabled { background: #cbd5e1; color: #64748b; cursor: not-allowed; }
.efvs-desc-bento { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 35px; margin-top: 40px; }
.efvs-desc-title { font-size: 15px; color: #475569; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.efvs-desc-content { font-size: 14px; color: #334155; line-height: 1.8; }
/* 归档检索页 */
.efvs-q-tabs { display: flex; background: #f1f5f9; border-radius: 12px; padding: 4px; margin-bottom: 35px; }
.efvs-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #64748b; font-weight: bold; text-decoration: none; border-radius: 8px; font-size: 13px; transition: 0.3s; }
.efvs-q-tabs a.active, .efvs-q-tabs a:hover { background: #ffffff; color: #1e293b; }
.efvs-bento-table { width: 100%; border-collapse: collapse; }
.efvs-bento-table th, .efvs-bento-table td { padding: 18px; border-bottom: 1px solid #e2e8f0; text-align: left; }
.efvs-bento-table th { color: #64748b; font-size: 12px; text-transform: uppercase; }
.efvs-bento-table td { color: #1e293b; font-weight: 500; }
.efvs-footer { border-top: 1px solid #e2e8f0; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #64748b; }
@media (max-width: 900px) {
    .efvs-split-bento { flex-direction: column; }
    .efvs-left-bento, .efvs-right-bento { width: 100%; }
    .efvs-floating-block { flex-direction: column; gap: 20px; border-radius: 16px; }
    .efvs-menu { display: none; }
}
