/* Petrichor Theme: Layout 076 (Editorial Ledger Sheets & Retro Ink Style) */
body { background: #fcfbf7; font-family: "Georgia", "Times New Roman", "PingFang SC", serif; color: #1f1f1f; margin: 0; padding: 0; }
.petrichor-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.petrichor-header-box { border-top: 4px double #1f1f1f; border-bottom: 4px double #1f1f1f; padding: 25px 0; margin-bottom: 40px; background: #fcfbf7; }
.petrichor-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.petrichor-logo img { max-height: 45px; display: block; filter: grayscale(100%) contrast(1.2); }
.petrichor-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.petrichor-menu a { color: #1f1f1f; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.petrichor-menu a:hover, .petrichor-menu .active { border-bottom: 2px solid #1f1f1f; }
.petrichor-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.petrichor-notice-box { border: 1px dashed #1f1f1f; padding: 20px 25px; border-radius: 0; background: #faf8f2; margin-bottom: 35px; line-height: 1.7; font-size: 14px; position: relative; }
.petrichor-notice-box::before { content: "COMMUNIQUE"; position: absolute; top: -10px; left: 20px; background: #fcfbf7; padding: 0 8px; font-size: 11px; font-weight: bold; letter-spacing: 1.5px; }
.petrichor-editorial-title { font-size: 18px; font-weight: bold; color: #1f1f1f; margin: 40px 0 20px 0; border-top: 3px double #1f1f1f; border-bottom: 1px solid #1f1f1f; padding: 10px 5px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.petrichor-editorial-title i { margin-right: 10px; color: #1e3a8a; }
.petrichor-ledger-list { display: flex; flex-direction: column; border-top: 1px solid #1f1f1f; }
.petrichor-ledger-row { display: flex; align-items: center; justify-content: space-between; padding: 22px 10px; border-bottom: 1px solid #1f1f1f; background: transparent; transition: background 0.2s; gap: 20px; }
.petrichor-ledger-row:hover { background: #faf8f2; }
.petrichor-ledger-info { display: flex; align-items: center; gap: 20px; flex-grow: 1; min-width: 0; }
.petrichor-badge-auto { border: 1px solid #1f1f1f; color: #1f1f1f; background: #fff; padding: 1px 8px; font-size: 11px; font-weight: bold; border-radius: 0; text-transform: uppercase; }
.petrichor-badge-manual { border: 1px dashed #1f1f1f; color: #666; background: transparent; padding: 1px 8px; font-size: 11px; border-radius: 0; }
.petrichor-ledger-title { font-size: 15px; font-weight: bold; color: #1f1f1f; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.petrichor-ledger-meta { display: flex; align-items: center; gap: 40px; flex-shrink: 0; }
.petrichor-price { font-size: 20px; font-weight: bold; color: #1f1f1f; font-family: "Courier New", Courier, monospace; }
.petrichor-btn-action { border: 2px solid #1f1f1f; color: #1f1f1f !important; background: transparent; font-weight: bold; border-radius: 0; padding: 8px 24px; font-size: 13px; text-transform: uppercase; text-decoration: none !important; transition: all 0.25s; cursor: pointer; }
.petrichor-btn-action:hover { background: #1f1f1f; color: #fcfbf7 !important; }
.petrichor-editorial-card { border: 1px solid #1f1f1f; background: #fff; padding: 35px; box-shadow: none; border-radius: 0; }
.layui-form-label { background: #faf8f2 !important; border: 1px solid #1f1f1f !important; border-right: none !important; color: #1f1f1f !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid #1f1f1f !important; background: #fff !important; }
.layui-input:focus { border-color: #1e3a8a !important; box-shadow: 0 0 0 3px rgba(30,58,138,0.1) !important; }

/* Mobile Adaptations */
@media (max-width: 768px) {
    .petrichor-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .petrichor-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .petrichor-ledger-row { flex-direction: column; align-items: stretch; gap: 15px; padding: 15px 5px; }
    .petrichor-ledger-info { gap: 10px; }
    .petrichor-ledger-meta { justify-content: space-between; gap: 0; width: 100%; border-top: 1px dashed #ddd; padding-top: 10px; }
}
