:root{font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:#17212b;background:#f3f6f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.shell{width:min(960px,calc(100% - 28px));margin:42px auto 80px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}h1{margin:3px 0;font-size:clamp(26px,5vw,38px)}h2{font-size:19px;margin:0 0 8px}h3{font-size:16px;margin:0 0 5px}.eyebrow{margin:0;color:#64717d;font-weight:700;font-size:12px;letter-spacing:.16em}.card{background:#fff;border:1px solid #e2e8ec;border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(34,51,68,.06);margin-bottom:16px}.auth{width:min(440px,100%);margin:70px auto}.hidden{display:none!important}.muted{color:#677582;font-size:14px;line-height:1.6;margin:5px 0 14px}form{display:grid;gap:15px}label{font-size:13px;font-weight:700;color:#44515d;display:grid;gap:7px}input{width:100%;padding:12px 13px;border:1px solid #cdd6dc;border-radius:10px;font:inherit;color:#17212b;background:#fbfcfd}input:focus{outline:3px solid #d4eafa;border-color:#2697d1}.check{grid-template-columns:auto 1fr;align-items:center;font-weight:500}.check input{width:18px;height:18px}button{border:0;border-radius:10px;background:#1597d4;color:#fff;padding:11px 16px;font-weight:700;cursor:pointer}button:hover{filter:brightness(.96)}button:disabled{opacity:.55;cursor:wait}.secondary,.ghost{background:#e9f4fa;color:#137dab}.ghost{background:transparent}.danger{background:#fff0ee;color:#be4032}.hero{display:flex;justify-content:space-between;align-items:center}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:9px;background:#9aa5ad}.dot.connected{background:#24a467}.dot.error{background:#d95649}.dot.connecting{background:#e2a62c}nav{display:flex;gap:8px;margin:22px 0 16px;overflow:auto}.tab{white-space:nowrap;background:transparent;color:#66747f}.tab.active{background:#17212b;color:#fff}.panel{display:none}.panel.active{display:block}.actions{display:flex;gap:9px;flex-wrap:wrap}.binding{display:flex;justify-content:space-between;align-items:center;gap:18px}hr{border:0;border-top:1px solid #edf0f2;margin:21px 0}code{background:#eef3f5;border-radius:7px;padding:3px 7px;word-break:break-all}.list{display:grid;gap:10px}.item{border:1px solid #e8edef;border-radius:12px;padding:13px;display:flex;justify-content:space-between;gap:15px;align-items:center}.item strong{display:block}.item small{color:#71808b;line-height:1.5}.compact .item{padding:9px 12px}.badge{font-size:12px;border-radius:999px;padding:4px 8px;background:#edf2f4;color:#52616c;white-space:nowrap}.badge.sent{background:#e4f5eb;color:#277a4a}.badge.uncertain,.badge.failed,.badge.missed{background:#fff0e7;color:#ad5b21}.warning{border-color:#f0d8a8;background:#fffdf7}#toast{position:fixed;right:24px;bottom:24px;max-width:min(420px,calc(100% - 48px));background:#17212b;color:#fff;border-radius:12px;padding:13px 16px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:none}@media(max-width:620px){.shell{margin-top:24px}.card{padding:17px;border-radius:14px}.hero,.binding,.item{align-items:flex-start;flex-direction:column}.hero button{align-self:flex-end}.item{gap:7px}}
