*{box-sizing:border-box}body{margin:0;background:#f3f4f6;color:#111827;font:14px Arial}header{background:#111827;color:#fff;padding:16px 5%;display:flex;justify-content:space-between;align-items:center}header a{color:#fff;margin-left:10px}main{max-width:1100px;margin:25px auto;padding:0 15px}.card,.stats>div,.linkcard{background:#fff;border-radius:12px;padding:18px;margin-bottom:15px;box-shadow:0 3px 15px #0001}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stats small,.stats b{display:block}.stats b{font-size:25px;margin-top:7px}.linkcard{border-left:4px solid #2563eb}.line{display:flex;align-items:center;gap:12px;justify-content:space-between}.line span{margin-left:auto}.muted{color:#6b7280;margin:8px 0}.history{letter-spacing:4px;margin-top:8px}button{border:0;background:#2563eb;color:#fff;padding:9px 12px;border-radius:7px;cursor:pointer}.auth{width:380px}.center{min-height:100vh;display:grid;place-items:center}.auth input{display:block;width:100%;padding:11px;margin:8px 0;border:1px solid #ddd;border-radius:7px}.auth button{width:100%}.bad{background:#fee2e2;padding:10px;border-radius:7px;margin-bottom:10px}@media(max-width:700px){.stats{grid-template-columns:1fr}.line{flex-wrap:wrap}.line span{margin-left:0;width:100%}}
