:root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #18312c; background: #f3f7f5; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 680px; padding: 40px 20px; margin: auto; }
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 32px; }
.brand { font-size: 24px; font-weight: 800; letter-spacing: 1px; color: #14745d; }
.tag { font-size: 12px; color: #42685d; background: #e2eee8; padding: 6px 10px; border-radius: 20px; }
.card { background: white; padding: clamp(24px, 6vw, 44px); border: 1px solid #dce7e1; border-radius: 20px; box-shadow: 0 12px 35px #18312c08; }
.eyebrow { color: #14745d; font-size: 14px; margin-top: 0; }
h1 { font-size: 28px; line-height: 1.3; margin: 12px 0; }
#status { color: #526b63; line-height: 1.8; }
dl { margin: 24px 0; border-top: 1px solid #e5ece8; padding-top: 12px; }
dt { color: #60746c; font-size: 13px; margin-top: 12px; }
dd { margin: 4px 0 0; overflow-wrap: anywhere; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
button { border: 0; border-radius: 9px; padding: 12px 20px; background: #14745d; color: white; font: inherit; cursor: pointer; }
button:focus-visible { outline: 3px solid #d29b31; outline-offset: 3px; }
button:disabled { opacity: .5; cursor: wait; }
.secondary { background: #edf3f0; color: #315a4c; }
.detail, footer { color: #60746c; font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
footer { text-align: center; margin-top: 24px; }
[hidden] { display: none !important; }
