:root { color-scheme: light; font-family: Inter, Arial, sans-serif; background: #f5f2ec; color: #283036; }
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(780px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 64px; }
.eyebrow { color: #9a4e2f; font-size: .76rem; font-weight: 800; letter-spacing: .11em; margin: 0 0 14px; }
h1 { color: #46332c; font-size: clamp(2.7rem, 10vw, 5.2rem); letter-spacing: -.065em; line-height: .94; margin: 0; }
.lead { color: #5f514c; font-size: 1.22rem; line-height: 1.65; margin: 22px 0 30px; max-width: 660px; }
.notice, .card, .record, .sources { border-radius: 16px; margin-top: 18px; padding: 24px; }
.notice { background: #f6e5d6; border: 1px solid #dfbfa9; color: #56392e; }
.notice p { line-height: 1.6; margin: 0; }
.card, .record { background: #fffdfa; border: 1px solid #e0d9d1; box-shadow: 0 10px 34px rgba(71, 47, 35, .06); }
h2 { font-size: 1.28rem; margin: 0 0 12px; }
.hint { color: #70625d; font-size: .96rem; line-height: 1.55; margin: 0 0 20px; }
fieldset { border: 1px solid #d8cabc; border-radius: 10px; display: grid; gap: 12px; margin: 0; padding: 16px; }
legend { color: #533b31; font-weight: 800; padding: 0 6px; }
fieldset label, .checks label { align-items: flex-start; color: #3f403f; display: flex; gap: 10px; line-height: 1.45; }
input { accent-color: #a45230; flex: 0 0 auto; margin-top: .26em; }
.checks { display: grid; gap: 14px; margin-top: 19px; }
button { background: #944725; border: 0; border-radius: 9px; color: #fff; cursor: pointer; font: inherit; font-weight: 800; margin-top: 22px; padding: 13px 18px; }
button:hover { background: #79361d; }
.result { border-radius: 10px; font-weight: 700; line-height: 1.6; margin-top: 18px; padding: 15px; }
.result.warning { background: #fff0d5; color: #6a4712; }
.result.ok { background: #e8f2e9; color: #245439; }
.record-head { align-items: center; display: flex; gap: 15px; justify-content: space-between; }
.quiet { background: transparent; border: 1px solid #bda99e; color: #744025; margin: 0; padding: 8px 12px; }
dl { display: grid; gap: 10px; margin: 20px 0; }
dl div { align-items: baseline; border-bottom: 1px solid #e8e0d8; display: flex; gap: 18px; justify-content: space-between; padding-bottom: 9px; }
dt { color: #756762; } dd { font-weight: 700; margin: 0; text-align: right; }
.record-time { color: #756762; font-size: .92rem; }
.sources { background: #eee8df; line-height: 1.65; } .sources p { margin-top: 0; } a { color: #824022; } footer { color: #756762; font-size: .9rem; line-height: 1.6; margin-top: 28px; }
.hidden { display: none; }
@media print { body { background: #fff; } main { padding: 0; width: 100%; } .notice, .card, .sources, footer, .lead { display: none; } .record { border: 0; box-shadow: none; padding: 0; } .quiet { display: none; } }
