*{box-sizing:border-box}
body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:32px 20px;
 font-family:'Inter var',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
 background:#fff;color:#45595f;text-align:center;line-height:1.6}
.box{width:100%;max-width:620px}
img{width:76px;height:76px;border-radius:17px;margin:0 auto 20px;display:block;
 box-shadow:0 0 0 1px rgba(16,35,42,.07),0 4px 18px -6px rgba(16,35,42,.14)}
h1{margin:0 0 8px;font-size:clamp(22px,3vw,28px);letter-spacing:-.024em;color:#10232a;font-weight:700}
p{margin:0 0 28px;font-size:16px}
.l{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.l a{padding:11px 18px;border-radius:999px;border:1px solid #dde7e9;background:#fff;
 color:#45595f;text-decoration:none;font-weight:600;font-size:14.5px;
 transition:border-color .2s,color .2s}
.l a:hover,.l a:focus-visible{border-color:#0e9aa4;color:#0a767e}
.code{font-size:13px;font-weight:700;letter-spacing:.14em;color:#0a767e;margin:0 0 8px}
.small{font-size:14px;color:#64777d;margin:18px 0 22px}
.small a{color:#0a767e;text-decoration:none;font-weight:600}
.small a:hover{text-decoration:underline}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;
 padding:0 26px;border-radius:10px;background:#0a767e;color:#fff;text-decoration:none;
 font-weight:600;font-size:15.5px}
.btn:hover{background:#075c63}
