.server-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.server-title .section-title{margin:0;font-size:16px}.btn.mini{padding:7px 11px;border-radius:8px;font-size:12px}.server-list{display:grid;gap:10px;margin-top:12px}.server-item{border:1px solid #dce5ef;border-radius:12px;padding:11px;background:#fbfdff}.server-item.active{border-color:#65b900;background:#f7ffef}.server-info{display:grid;gap:2px;min-width:0}.server-info strong{font-size:14px}.server-info span{font-size:11px;color:#667389;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-start;margin-top:8px}.server-actions .icon-btn{min-height:34px;padding:7px 10px}.icon-btn.danger{color:#b42332;background:#fff1f3}

.server-name-row{display:flex;align-items:center;gap:7px;min-width:0}.server-status-dot{width:9px;height:9px;border-radius:50%;background:#d97706;box-shadow:0 0 0 3px #fef3c7;flex:0 0 auto}.server-status-dot.success{background:#16a34a;box-shadow:0 0 0 3px #dcfce7}.server-status-dot.failed{background:#dc2626;box-shadow:0 0 0 3px #fee2e2}.server-status-text{font-size:11px;font-weight:900;color:#b45309}.server-status-text.success{color:#15803d}.server-status-text.failed{color:#b91c1c}.server-status-note{font-size:11px;color:#7a8798;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}