:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#183044;background:#edf2f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}main{max-width:1050px;margin:auto;padding:22px 16px 70px}header,section{background:white;border:1px solid #cdd9e1;border-radius:12px;padding:22px;margin-bottom:18px}h1{font-size:clamp(1.8rem,5vw,2.7rem);line-height:1.1}h2{font-size:1.35rem;margin-top:0}h3{margin-bottom:10px}li,p{line-height:1.55}.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:700;color:#386171}.privacy{border-left:4px solid #37758e;padding-left:14px}.fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:18px 0}label{display:block;font-weight:600}input:not([type=checkbox]),select,textarea{display:block;width:100%;padding:12px;font:inherit;border:1px solid #8a9dab;border-radius:5px;margin-top:6px}textarea{min-height:100px}fieldset{border:1px solid #cdd9e1;border-radius:6px}.fixture{display:flex;gap:10px;padding:10px 0;font-size:.9rem;font-weight:400}.fixture input{flex:none;width:22px;height:22px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}button{font:inherit;font-weight:600;background:#174d68;color:white;border:0;border-radius:6px;min-height:46px;padding:12px 16px;cursor:pointer}button:disabled{opacity:.5;cursor:default}summary{cursor:pointer;padding:12px 0;line-height:1.5;overflow-wrap:anywhere}details{border-bottom:1px solid #dce4e9}pre{background:#f2f5f7;padding:12px;overflow:auto;font-size:.78rem;max-height:520px}code{overflow-wrap:anywhere}.status{display:inline-block;font-size:.75rem;padding:3px 7px;background:#edf0f3;border-radius:4px}.PASS{color:#155638;background:#deeee5}.ERROR,.FAIL,.warning{color:#8b2222;background:#fff0ed}.NOT-TESTED,.UNSUPPORTED{color:#62481d;background:#fff4d9}.group{margin:24px 0}.tableWrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}td,th{padding:12px;text-align:left;border:1px solid #cdd9e1;min-width:170px}small{overflow-wrap:anywhere}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #e59324;outline-offset:3px}@media (max-width:500px){header,section{padding:16px}.actions button{width:100%}main{padding:12px 10px 40px}}