.detail-link{display:inline-block;white-space:nowrap;background:var(--green);color:#fff;text-decoration:none;font-weight:700;padding:8px 12px;border-radius:8px}
.detail-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.detail-head h1{margin:3px 0}
.detail-head p{color:var(--muted)}
.record-detail{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.record-detail dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 20px}
.record-detail dl div{background:var(--mint);border-radius:12px;padding:14px}
.record-detail dt{font-size:13px;color:var(--muted);margin-bottom:5px}
.record-detail dd{margin:0;font-weight:700}
.detail-section{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}
.detail-section h2{font-size:17px;margin:0 0 8px}
.detail-section p{white-space:pre-wrap;line-height:1.7;margin:0}
.record-photo{display:block;width:100%;max-width:760px;max-height:720px;object-fit:contain;border-radius:12px;background:#f2f4f3}
@media(max-width:640px){.detail-head{align-items:flex-start;flex-direction:column}.record-detail{padding:16px}.record-detail dl{grid-template-columns:repeat(2,1fr)}}
