*{box-sizing:border-box;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0d1117;color:#e6edf3}.wrap{max-width:880px;margin:0 auto;padding:32px 20px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}h1{font-size:28px}.dot{font-size:12px;letter-spacing:1px;color:#f85149}.dot.on{color:#3fb950}.dot.on:before{content:"● "}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:36px}.card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:20px}.label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#8b949e;margin-bottom:8px}.big{font-size:26px;font-weight:700}.sub{font-size:12px;color:#8b949e;margin-top:6px}h2{font-size:16px;margin-bottom:12px;color:#8b949e}.history{list-style:none}.history li{display:flex;gap:12px;padding:10px 14px;background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:8px;font-size:14px;align-items:baseline}.history .type{font-weight:600;min-width:180px}.history .payload{color:#8b949e;flex:1;font-family:monospace;font-size:12px}.history .time{color:#8b949e;font-size:12px}.history .empty{color:#8b949e;justify-content:center}
