:root { color-scheme: light; font-family: Arial, "Noto Sans Hebrew", sans-serif; background: #f2f6f5; color: #102829; }
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 64px; }
.eyebrow { color: #17695d; font-size: .77rem; font-weight: 700; letter-spacing: .08em; margin: 0 0 14px; }
h1 { font-size: clamp(2.7rem, 10vw, 5rem); letter-spacing: -.06em; line-height: .95; margin: 0; color: #093d38; }
.lead { max-width: 610px; color: #345352; font-size: 1.22rem; line-height: 1.65; margin: 22px 0 30px; }
.notice, .card, .record, .sources { border-radius: 16px; margin-top: 18px; padding: 24px; }
.notice { background: #e1efea; border: 1px solid #bddbd2; color: #17443d; }
.notice p { margin: 0; line-height: 1.6; }
.card, .record { background: #fff; border: 1px solid #d5e1de; box-shadow: 0 10px 34px rgba(17, 68, 61, .06); }
h2 { font-size: 1.25rem; margin: 0 0 12px; }
.hint { color: #51706d; font-size: .95rem; line-height: 1.55; margin: 0 0 20px; }
.fields { display: grid; gap: 16px; }
label { color: #244644; display: grid; font-weight: 700; gap: 7px; }
input { border: 1px solid #9dbab4; border-radius: 9px; color: #112f2d; font: inherit; padding: 12px; direction: ltr; text-align: right; }
input:focus { outline: 3px solid #9cdcd0; outline-offset: 1px; }
button { background: #075c52; border: 0; border-radius: 9px; color: #fff; cursor: pointer; font: inherit; font-weight: 700; margin-top: 22px; padding: 13px 18px; }
button:hover { background: #034b43; }
.result { border-radius: 10px; font-weight: 700; line-height: 1.6; margin-top: 18px; padding: 15px; }
.result.warning { background: #fff3d7; color: #674800; }
.result.ok { background: #e7f4ed; color: #17533c; }
.result.error { background: #fbe9e6; color: #7a251d; }
.record-head { align-items: center; display: flex; gap: 15px; justify-content: space-between; }
.quiet { background: transparent; border: 1px solid #8eaaa5; color: #174b45; margin: 0; padding: 8px 12px; }
dl { display: grid; gap: 10px; margin: 20px 0; }
dl div { align-items: baseline; border-bottom: 1px solid #e0e9e7; display: flex; gap: 18px; justify-content: space-between; padding-bottom: 9px; }
dt { color: #587270; } dd { font-weight: 700; margin: 0; }
.sources { background: #e8efed; line-height: 1.65; }
.sources p { margin-top: 0; } a { color: #075c52; } footer { color: #59716e; font-size: .9rem; line-height: 1.6; margin-top: 28px; }
.hidden { display: none; }
@media print { body { background: #fff; } main { width: 100%; padding: 0; } .notice, .card > .fields, .card > button, .sources, footer, .lead { display: none; } .card { display: none; } .record { border: 0; box-shadow: none; padding: 0; } .quiet { display: none; } }
