:root{--bg:#f3f6f8;--ink:#15252d;--muted:#607079;--line:#dce4e8;--blue:#125b78;--green:#24774c;--red:#ad3c3c;--amber:#9a6716}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}main{max-width:1240px;margin:auto;padding:42px 24px 60px}header{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:28px}h1{font-size:clamp(2rem,5vw,3.8rem);letter-spacing:-.05em;margin:5px 0 10px}h2,h3,p{margin-top:0}.category,.eyebrow{font-size:.72rem;letter-spacing:.12em;font-weight:700;color:var(--blue)}.overall{background:#fff;border:1px solid var(--line);border-left:5px solid var(--amber);padding:17px 22px;min-width:190px}.overall strong{display:block;font-size:1.25rem;margin-top:5px}.overall.ready{border-left-color:var(--green)}.overall.not-ready{border-left-color:var(--red)}.toolbar{display:flex;align-items:center;gap:12px;background:#e4ebee;padding:14px;border-radius:10px;margin-bottom:18px}a,button{border:0;border-radius:6px;background:var(--blue);color:white;padding:11px 15px;font-weight:700;cursor:pointer;text-decoration:none;font-size:.8rem}.toolbar a,button.secondary{background:white;color:var(--blue);border:1px solid #b8c9d1}button.danger{background:var(--red)}button:disabled{opacity:.55}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.test{background:white;border:1px solid var(--line);border-radius:8px;padding:16px;min-height:145px;display:flex;flex-direction:column;justify-content:space-between}.test h2{font-size:1rem;margin:7px 0}.auth p,.test p,footer{color:var(--muted);font-size:.86rem;line-height:1.5}.status{font-size:.68rem;letter-spacing:.08em;font-weight:800;width:max-content;padding:6px 8px;background:#edf0f2;color:#53636b;border-radius:4px}.status.pass{background:#e2f3e9;color:var(--green)}.status.fail{background:#f8e2e2;color:var(--red)}.status.configuration-required{background:#fff0d5;color:var(--amber)}.auth{margin-top:40px}.auth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.auth article{background:white;border:1px solid var(--line);border-radius:8px;padding:20px}.auth label{display:block;color:var(--muted);font-size:.8rem;margin:12px 0}.auth input{display:block;width:100%;border:1px solid #bdcbd1;border-radius:5px;padding:10px;margin-top:5px}.actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}hr{border:0;border-top:1px solid var(--line);margin:20px 0}dl{display:grid;grid-template-columns:auto 1fr;font-size:.8rem;gap:7px}dt{color:var(--muted)}dd{margin:0;overflow-wrap:anywhere}footer{text-align:center;margin-top:36px}.notice{background:#fff0d5;padding:12px}@media(max-width:850px){header{align-items:flex-start;flex-direction:column}.auth-grid,.grid{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.overall{width:100%}}