:root{--navy:#1f3864;--gold:#e8bd4e;--ink:#233650;--muted:#53647d;--green:#176339;--red:#9b2634}
*{box-sizing:border-box}body{margin:0;background:#edf1f7;color:var(--ink);font:16px/1.55 system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif}
header{background:var(--navy);color:white;border-bottom:4px solid var(--gold);padding:25px max(18px,calc((100vw - 600px)/2));display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
header p{font-size:14px;color:#dae4f4;margin:6px 0 0}.eyebrow{font-size:10px;letter-spacing:1.4px}h1{font-size:25px;line-height:1.2;margin:10px 0}header .version{font-size:12px;white-space:nowrap;border:1px solid #8296b8;border-radius:20px;padding:4px 10px;margin-top:6px}
main{max-width:630px;margin:0 auto;padding:18px 14px 40px}section{background:white;border:1px solid #d8e0ec;border-radius:12px;padding:18px;margin-bottom:15px}
h2{font-size:19px;line-height:1.4;margin:0 0 12px}h2 small{display:block;font-size:13px;font-weight:400;color:var(--muted);margin:5px 0 0}.number{display:inline-block;color:var(--navy);background:#f7e8b6;width:27px;height:27px;text-align:center;border-radius:50%;font-size:16px;margin-right:5px}
p{margin:10px 0}.small{font-size:13px;color:var(--muted);overflow-wrap:anywhere}.name{font-size:23px;font-weight:700;overflow-wrap:anywhere}
.status{font-size:14px;font-weight:700;border-radius:7px;padding:10px;background:#edf1f7;overflow-wrap:anywhere}.pass{background:#e6f4eb;color:var(--green)}.fail{background:#ffedf0;color:var(--red)}
button,.button{display:inline-block;font:inherit;color:white;background:var(--navy);min-height:46px;padding:11px 14px;margin:5px 0;border:0;border-radius:7px;text-decoration:none;cursor:pointer;max-width:100%}
button:disabled,a[aria-disabled="true"]{opacity:.45;cursor:default}a[aria-disabled="true"]{pointer-events:none}.light{background:#e8eef7;color:var(--navy)}
label{display:block;padding:8px 0}label input{margin-right:7px;accent-color:var(--navy)}input[type=file]{width:100%;font:inherit;margin:10px 0}img{max-width:100%;height:auto}#qr{display:block;width:246px;margin:15px auto}#preview{display:block;max-height:170px;margin:12px auto}
textarea{width:100%;min-height:365px;padding:12px;border:1px solid #becbdf;border-radius:7px;font:12px/1.5 ui-monospace,monospace;background:#fafcfe;color:var(--ink)}code{font:12px/1.5 ui-monospace,monospace;overflow-wrap:anywhere}[hidden]{display:none!important}
:focus-visible{outline:3px solid #997519;outline-offset:3px}@media(max-width:370px){header{padding:22px 16px}h1{font-size:22px}section{padding:15px}.button{font-size:14px}}
