:root{font-family:Inter,"Microsoft YaHei",sans-serif;color:#2b2119;background:#f1e7d7;line-height:1.6}
*{box-sizing:border-box}
body{margin:0}
body>header{padding:18px clamp(20px,6vw,70px);background:#302219;color:#fff4df;display:flex;justify-content:space-between}
body>header strong{letter-spacing:.18em}
body>header small{color:#cdb69c}
main{width:min(880px,calc(100% - 32px));margin:46px auto}
.profile{display:grid;grid-template-columns:110px 1fr;gap:28px;padding:34px;border-radius:18px;background:#fffaf0;box-shadow:0 20px 55px #6c513125}
.avatar{display:grid;place-items:center;width:110px;height:110px;border-radius:18px;background:#8a4c28;color:white;font:700 48px Georgia,serif}
.profile h1{font:700 52px Georgia,"Noto Serif SC",serif;margin:0}
.profile p{color:#8a4c28}
.profile .contact{margin:.25rem 0 1rem;color:#655444;font-size:14px}.contact a{color:#8a4c28;font-weight:800;text-underline-offset:3px}
.profile blockquote{margin:18px 0;padding:16px 18px;border:1px solid #d7b77e;border-left:5px solid #b7682e;border-radius:8px;background:#fff2d8;color:#4b3322;font-size:19px;font-weight:800;letter-spacing:.03em}
.signature-note{margin:-8px 0 16px;color:#765b45!important;font-size:14px}
.profile small{color:#897665}
main>section{margin-top:42px}
h2{font:700 27px Georgia,"Noto Serif SC",serif}
.shelf{list-style:none;padding:0;background:#fffaf0;border-radius:14px;overflow:hidden}
.shelf li{display:grid;grid-template-columns:120px 1fr 70px;gap:20px;padding:15px 20px;border-bottom:1px solid #e7dac7}
.shelf span,.shelf em{color:#8a7968;font-size:13px;font-style:normal}
.notes article{display:grid;grid-template-columns:150px 1fr;gap:22px;padding:22px 0;border-top:1px solid #d7c7b2}
.notes time{color:#8a7968;font:12px ui-monospace,Consolas,monospace}
.notes p{margin:0}
.note-signature{display:block!important;margin-top:8px;color:#a06c43!important;font-weight:700}
footer{text-align:center;padding:30px;color:#8d7a68;border-top:1px solid #d7c7b2}
@media(max-width:600px){body>header small{display:none}.profile{grid-template-columns:1fr}.avatar{width:80px;height:80px}.profile h1{font-size:42px}.shelf li,.notes article{grid-template-columns:1fr;gap:4px}}
