/* Evanescent Theme: Layout 073 (Stepped Indentation & Kinfolk Grain Style) */
body { background: #fafaf7; font-family: "Garamond", "Georgia", "Times New Roman", serif; color: #423832; margin: 0; padding: 0; }
.evanescent-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
/* 1级容器：顶部100%全宽通栏 */
.evanescent-level-1 { width: 100%; border-bottom: 1px solid rgba(66, 56, 50, 0.08); padding: 25px 0; background: #fafaf7; box-sizing: border-box; }
.evanescent-nav-box { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.evanescent-logo img { max-height: 38px; display: block; filter: grayscale(1) contrast(1.1) brightness(0.9); }
.evanescent-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 35px; }
.evanescent-menu a { color: rgba(66, 56, 50, 0.6); text-decoration: none; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.2s; }
.evanescent-menu a:hover, .evanescent-menu .active { color: #423832; font-weight: bold; }
/* 2级容器：中层90%宽大字通告 */
.evanescent-level-2 { width: 90%; max-width: 1024px; margin: 30px auto 0 auto; box-sizing: border-box; }
.evanescent-editorial-notice { background: rgba(66, 56, 50, 0.015); border-left: 2px solid #423832; padding: 22px 28px; line-height: 1.8; font-size: 14px; color: #5c524a; }
.evanescent-section-title { font-size: 18px; font-weight: bold; color: #423832; margin: 40px 0 20px 0; padding-bottom: 10px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid rgba(66, 56, 50, 0.08); }
.evanescent-section-title i { margin-right: 12px; color: #423832; }
/* 3级容器：下层80%宽中轴缩进商品区 */
.evanescent-level-3 { width: 80%; max-width: 912px; margin: 0 auto 60px auto; box-sizing: border-box; }
.evanescent-ledger-list { display: flex; flex-direction: column; }
.evanescent-ledger-row { display: flex; align-items: center; justify-content: space-between; padding: 25px 5px; border-bottom: 1px solid rgba(66, 56, 50, 0.08); background: transparent; transition: all 0.25s ease-in-out; gap: 20px; }
.evanescent-ledger-row:hover { background: rgba(66, 56, 50, 0.01); transform: translateY(-1px); }
.evanescent-ledger-info { display: flex; align-items: center; gap: 20px; flex-grow: 1; min-width: 0; }
.evanescent-badge-auto { border: 1px solid #423832; color: #423832; background: transparent; padding: 2px 8px; font-size: 11px; font-weight: bold; text-transform: uppercase; }
.evanescent-badge-manual { border: 1px solid #c0b7ad; color: #8a7c70; background: transparent; padding: 2px 8px; font-size: 11px; }
.evanescent-ledger-title { font-size: 15px; font-weight: bold; color: #423832; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.evanescent-ledger-meta { display: flex; align-items: center; gap: 35px; flex-shrink: 0; }
.evanescent-price { font-size: 19px; font-weight: bold; color: #423832; }
.evanescent-btn-action { border: 1px solid #423832; color: #423832 !important; background: transparent; font-weight: bold; border-radius: 0; padding: 10px 24px; font-size: 12px; text-transform: uppercase; text-decoration: none !important; transition: all 0.2s; cursor: pointer; }
.evanescent-btn-action:hover { background: #423832; color: #fafaf7 !important; }
.evanescent-editorial-panel { border: 1px solid rgba(66, 56, 50, 0.15); background: #ffffff; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.01); }
.layui-form-label { background: #fafaf7 !important; border: 1px solid rgba(66, 56, 50, 0.15) !important; border-right: none !important; color: #423832 !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid rgba(66, 56, 50, 0.15) !important; background: #ffffff !important; color: #423832 !important; }
.layui-input:focus { border-color: #423832 !important; box-shadow: none !important; }

/* Mobile Adaptations */
@media (max-width: 768px) {
    .evanescent-level-1 { padding: 15px 0; }
    .evanescent-nav-box { flex-direction: column; gap: 15px; }
    .evanescent-menu { gap: 20px; }
    .evanescent-level-2 { width: 95%; margin-top: 15px; }
    .evanescent-level-3 { width: 95%; margin-bottom: 30px; }
    .evanescent-ledger-row { flex-direction: column; align-items: stretch; gap: 15px; padding: 20px 5px; }
    .evanescent-ledger-info { gap: 10px; }
    .evanescent-ledger-meta { justify-content: space-between; border-top: 1px solid rgba(66, 56, 50, 0.08); padding-top: 15px; }
}
