*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#26364a;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}.page{width:min(960px,100%);margin:auto;padding:18px}.head,.notice,.group{background:#fff;border:1px solid #e7ebf2;border-radius:8px;box-shadow:0 2px 8px #1d35570b}.head{padding:20px;text-align:center}.head h1{margin:0 0 6px;font-size:24px;color:#1d4ed8}.head p{margin:0;color:#718096}.notice{margin:14px 0;padding:12px;color:#0f766e;background:#ecfdf5}.groups{display:grid;gap:12px}.group{padding:16px}.group h2{margin:0 0 12px;font-size:16px}.sites{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.site{display:flex;align-items:center;gap:9px;min-width:0;padding:11px 10px;border:1px solid #edf0f5;border-radius:6px;color:#475569;text-decoration:none;background:#fff;transition:transform .15s,box-shadow .15s}.site:hover{transform:translateY(-1px);box-shadow:0 3px 10px #1d355714}.site-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:7px;color:#fff;font-size:13px;font-weight:700}.blue{background:#2563eb}.red{background:#ef4444}.orange{background:#f97316}.green{background:#16a34a}.purple{background:#7c3aed}.cyan{background:#0891b2}.pink{background:#db2777}.slate{background:#475569}.chooser{display:grid;place-items:center;gap:12px;min-height:132px}.chooser a{display:inline-flex;align-items:center;justify-content:center;min-width:120px;max-width:100%;padding:12px 28px;border:0;border-radius:6px;background:#2563eb;color:#fff;font-size:15px;line-height:1.2;cursor:pointer;box-shadow:0 2px 6px #2563eb33;text-decoration:none}.chooser a:active{transform:translateY(1px)}.chooser a[aria-disabled=true]{cursor:wait;background:#94a3b8;box-shadow:none}.chooser a[hidden]{display:none}.line-card{display:flex;align-items:center;justify-content:center;gap:10px;min-width:min(360px,100%);padding:12px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.spin{flex:0 0 15px;width:15px;height:15px;border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.spinner{width:46px;height:46px;border:3px solid #d8e1ee;border-top-color:#2563eb;border-radius:50%;animation:spin .85s linear infinite}.status{min-width:0;color:#64748b;text-align:center;overflow-wrap:anywhere}.status.ok{color:#15803d}html[data-mode=loading],html[data-mode=loading] body{width:100%;height:100%}html[data-mode=loading] body{display:grid;place-items:center;background:#f6f8fc;color:#1f2937}html[data-mode=loading] .page{display:none}html:not([data-mode=loading]) .spinner{display:none}html[data-mode=click] .line-card{background:#fff}html[data-mode=click] .spin{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:620px){.page{padding:10px}.sites{grid-template-columns:repeat(2,1fr)}.site{padding:10px 8px}.line-card{min-width:100%}}
