.cs-tool{
max-width:520px;
margin:24px auto;
padding:18px;
background:#fff;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
font-family:Inter,Arial;
}

.cs-tool-title{
text-align:center;
font-size:24px;
font-weight:800;
margin-bottom:16px;
}

.cs-input{
width:100%;
padding:14px;
border-radius:10px;
border:1px solid #d1d5db;
font-size:15px;
margin-bottom:14px;
}

.cs-info{
display:none;
margin-top:12px;
padding:14px;
border-radius:12px;
background:#f8fafc;
border:1px solid #e5e7eb;
font-size:14px;
}

.cs-teams{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:8px;
}

.cs-team{
display:flex;
align-items:center;
gap:6px;
font-weight:700;
}

.cs-team img{
width:28px;
height:28px;
}