/* Device self-test: a report, not a showpiece. Legible on a phone, copyable as plain text. */
.selftest{max-width:860px}
.selftest h1{font-size:clamp(34px,6vw,54px)}
.selftest-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:28px 0 10px}
.selftest-actions .camera-button{width:auto;gap:12px;min-height:52px;padding:12px 22px}
.selftest-actions .quiet-button{border:1px solid #3a443d;padding:14px 18px;min-height:52px;font-size:13px;color:#cdb38a;background:#101413}
.selftest-actions button:disabled{opacity:.45;cursor:wait}
.probe-wrap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);pointer-events:none}
.probe-wrap #stage{width:360px;height:640px}
#report{white-space:pre-wrap;word-break:break-word;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;color:#cfd7cd;background:#0d1211;border:1px solid var(--line);padding:18px;margin:18px 0 0;max-height:62dvh;overflow:auto}
.selftest .honesty{margin-top:18px}
@media(max-width:740px){.selftest-actions{gap:10px}.selftest-actions .camera-button,.selftest-actions .quiet-button{flex:1 1 auto;justify-content:center}#report{padding:14px;font-size:11.5px}}
