.messages-head-v131{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.messages-head-actions-v131{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.messages-head-actions-v131 form{margin:0}
.new-chat-card-v131{margin:0 0 22px;padding:24px;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(420px,1.3fr);gap:28px;align-items:end}
.new-chat-copy-v131 h2{margin:8px 0 10px;font-size:clamp(24px,2vw,34px)}
.new-chat-copy-v131 p{margin:0;max-width:520px}
.new-chat-form-v131{display:grid;grid-template-columns:1fr 1.4fr;gap:14px;align-items:end}
.new-chat-form-v131 label{display:flex;flex-direction:column;gap:8px;min-width:0}
.new-chat-form-v131 label:nth-of-type(3){grid-column:1/-1}
.new-chat-form-v131 button{justify-self:start}
.team-chat-row-v131{background:linear-gradient(135deg,rgba(139,92,246,.10),rgba(255,255,255,.015));border-color:rgba(167,139,250,.24)!important}
.team-chat-row-v131 .service-index{color:#b8a3ff}
@media(max-width:980px){
 .messages-head-v131{flex-direction:column}
 .messages-head-actions-v131{width:100%}
 .messages-head-actions-v131>a,.messages-head-actions-v131 form,.messages-head-actions-v131 form button{flex:1 1 180px;width:100%}
 .new-chat-card-v131{grid-template-columns:1fr}
}
@media(max-width:720px){
 .new-chat-card-v131{padding:18px;border-radius:20px;gap:18px}
 .new-chat-form-v131{grid-template-columns:1fr}
 .new-chat-form-v131 label:nth-of-type(3){grid-column:auto}
 .new-chat-form-v131 button{width:100%;justify-content:center;min-height:48px}
 .messages-head-actions-v131{display:grid;grid-template-columns:1fr}
 .messages-head-actions-v131>a,.messages-head-actions-v131 form,.messages-head-actions-v131 form button{width:100%}
}
