/* Stitch group chat */
.stitch-group-start{margin-top:8px;background:#2f3138}
.stitch-group-start:hover{background:#3a3c45}
.stitch-group-start:disabled{opacity:.45;cursor:not-allowed;transform:none}
.stitch-group-section{margin-top:12px;padding-top:8px;border-top:1px solid #2a2a30}
.stitch-group-row{position:relative}
.stitch-group-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;flex:none;background:linear-gradient(145deg,#196fc0,#2498ff);color:#fff;font-weight:900;font-size:14px;letter-spacing:.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.stitch-group-row .stitch-group-avatar{width:44px;height:44px}
.stitch-group-count{font-size:10px;font-weight:850;border-radius:999px;padding:2px 6px;background:#233447;color:#8ed5ff;white-space:nowrap}
.stitch-group-unavailable{padding:10px 8px 5px;color:#858590;font-size:12px;line-height:1.4}

.stitch-group-create{height:100%;min-height:0;display:flex;flex-direction:column}
.stitch-group-create-head{padding:22px 24px 16px;border-bottom:1px solid #29292f}
.stitch-group-create-head h2{margin:0 0 5px;font-size:22px}.stitch-group-create-head p{margin:0;color:#9898a4;font-size:13px}
.stitch-group-create-body{flex:1;min-height:0;overflow:auto;padding:18px 24px 26px;max-width:760px;width:100%}
.stitch-group-label{display:block;margin:0 0 8px;font-size:12px;font-weight:850;color:#b6b6c0;text-transform:uppercase;letter-spacing:.04em}
.stitch-group-name-input,.stitch-group-member-search,.stitch-group-rename-input{box-sizing:border-box;width:100%;height:43px;border:1px solid #414149;border-radius:8px;background:#242429;color:#efeff1;outline:0;padding:0 12px;font:inherit}
.stitch-group-name-input:focus,.stitch-group-member-search:focus,.stitch-group-rename-input:focus{border-color:#2498ff;box-shadow:0 0 0 1px #2498ff}
.stitch-group-field{margin-bottom:19px}
.stitch-group-selected{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;min-height:8px}
.stitch-group-chip{border:0;border-radius:999px;background:#25384a;color:#bde4ff;padding:6px 9px;font-size:12px;font-weight:800;cursor:pointer}
.stitch-group-chip:hover{background:#304a61}
.stitch-group-search-results{border:1px solid #323239;border-radius:9px;overflow:hidden;background:#19191d;max-height:330px;overflow-y:auto}
.stitch-group-search-hint{padding:15px;color:#898995;font-size:13px}
.stitch-group-user-result{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;border:0;border-bottom:1px solid #2b2b31;background:transparent;color:inherit;padding:9px 11px;text-align:left;cursor:pointer}
.stitch-group-user-result:last-child{border-bottom:0}.stitch-group-user-result:hover{background:#24242a}.stitch-group-user-result.selected{background:#1d2d3b}
.stitch-group-user-result img{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#303038}
.stitch-group-user-copy{min-width:0}.stitch-group-user-name{display:block;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stitch-group-user-handle{display:block;color:#90909b;font-size:12px;margin-top:1px}
.stitch-group-user-action{color:#7bd3ff;font-size:12px;font-weight:850}
.stitch-group-create-actions{display:flex;justify-content:flex-end;margin-top:18px}
.stitch-group-primary,.stitch-group-secondary,.stitch-group-danger{border:0;border-radius:8px;min-height:40px;padding:0 15px;font-weight:850;cursor:pointer}
.stitch-group-primary{background:#2498ff;color:#fff}.stitch-group-primary:hover{background:#178bea}.stitch-group-primary:disabled{opacity:.5;cursor:not-allowed}
.stitch-group-secondary{background:#303037;color:#efeff1}.stitch-group-secondary:hover{background:#3c3c44}
.stitch-group-danger{background:#4a1f25;color:#ffd8dc}.stitch-group-danger:hover{background:#60272e}

.stitch-group-head{gap:11px}
.stitch-group-head .stitch-group-avatar{width:40px;height:40px;font-size:13px}
.stitch-group-head-copy{min-width:0}.stitch-group-head-name{font-weight:850;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stitch-group-head-meta{font-size:12px;color:#9999a4;margin-top:1px}
.stitch-group-members-btn{margin-left:auto;border:0;border-radius:7px;background:#29292f;color:#d7d7df;padding:8px 10px;font-weight:800;cursor:pointer}.stitch-group-members-btn:hover{background:#37373f}
.stitch-group-messages{flex:1;min-height:0;overflow:auto;padding:20px 22px 12px;display:flex;flex-direction:column;gap:9px}
.stitch-group-sender{font-size:10px;color:#9797a3;font-weight:800;margin:0 3px 3px}.stitch-dm-message.mine .stitch-group-sender{text-align:right}
.stitch-group-compose{flex:none;border-top:1px solid #29292f;padding:12px 16px;background:#151518;display:flex;gap:9px;align-items:flex-end}
.stitch-group-compose textarea{flex:1;min-height:42px;max-height:120px;resize:none;border:1px solid #3e3e46;border-radius:9px;background:#242429;color:#efeff1;outline:0;padding:10px 12px;line-height:1.4}
.stitch-group-compose textarea:focus{border-color:#2498ff}.stitch-group-compose textarea:disabled{opacity:.72;cursor:not-allowed}
.stitch-group-send{height:42px;min-width:74px;border:0;border-radius:8px;background:#2498ff;color:#fff;font-weight:850;cursor:pointer;padding:0 15px}.stitch-group-send:disabled{opacity:.45;cursor:not-allowed}
.stitch-group-pending{opacity:.94}
.stitch-group-pending .stitch-dm-message-time{display:flex;align-items:center;justify-content:flex-end;gap:3px;min-height:16px}
@keyframes stitchGroupMessageIn{0%{opacity:0;transform:translateY(8px) scale(.987)}65%{opacity:1;transform:translateY(-1px) scale(1.002)}100%{opacity:1;transform:translateY(0) scale(1)}}
.stitch-group-entering{animation:stitchGroupMessageIn .22s cubic-bezier(.2,.8,.2,1) both;transform-origin:bottom right}
.stitch-group-message.theirs.stitch-group-entering{transform-origin:bottom left}

.stitch-group-modal-backdrop{position:fixed;inset:0;z-index:2147482000;background:rgba(0,0,0,.62);display:flex;align-items:center;justify-content:center;padding:18px}
.stitch-group-modal{width:min(560px,100%);max-height:min(760px,calc(100vh - 36px));display:flex;flex-direction:column;border:1px solid #383840;border-radius:12px;background:#18181c;color:#efeff1;box-shadow:0 22px 80px rgba(0,0,0,.55);overflow:hidden}
.stitch-group-modal-head{display:flex;align-items:center;gap:10px;padding:15px 16px;border-bottom:1px solid #2d2d33}.stitch-group-modal-head h3{margin:0;font-size:17px}.stitch-group-modal-close{margin-left:auto;width:34px;height:34px;border:0;border-radius:7px;background:#2b2b31;color:#efeff1;font-size:20px;cursor:pointer}
.stitch-group-modal-body{padding:15px 16px;overflow:auto}.stitch-group-manage-block{margin-bottom:18px}.stitch-group-manage-title{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;color:#91919c;margin-bottom:8px}
.stitch-group-rename-row,.stitch-group-add-row{display:flex;gap:8px}.stitch-group-rename-row input,.stitch-group-add-row input{flex:1;min-width:0}
.stitch-group-member-list{border:1px solid #303037;border-radius:9px;overflow:hidden}
.stitch-group-member{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px 10px;border-bottom:1px solid #2a2a30}.stitch-group-member:last-child{border-bottom:0}
.stitch-group-member img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#303038}.stitch-group-member-name{font-weight:800}.stitch-group-member-user{font-size:11px;color:#8e8e99;margin-top:1px}.stitch-group-owner-badge{font-size:10px;border-radius:999px;padding:3px 7px;background:#233b50;color:#8ed5ff;font-weight:850}.stitch-group-remove{border:0;border-radius:6px;background:#3d2226;color:#ffc7cc;padding:6px 8px;font-size:11px;font-weight:800;cursor:pointer}
.stitch-group-manage-search-results{margin-top:8px;border:1px solid #303037;border-radius:8px;max-height:220px;overflow:auto}.stitch-group-manage-search-results:empty{display:none}
.stitch-group-leave-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #2d2d33;padding-top:14px}.stitch-group-leave-note{color:#93939e;font-size:12px;line-height:1.4}

@media(max-width:800px){
  .stitch-group-row .stitch-group-avatar{width:38px;height:38px;font-size:12px}
  .stitch-group-create-head{padding:16px 12px 12px}.stitch-group-create-body{padding:14px 12px 22px}
  .stitch-group-messages{padding:14px 9px 9px}.stitch-group-compose{padding:9px}.stitch-group-send{min-width:58px;padding:0 10px}
  .stitch-group-members-btn{padding:7px 8px;font-size:12px}.stitch-group-head .stitch-group-avatar{width:36px;height:36px}
  .stitch-group-modal-backdrop{padding:8px;align-items:flex-end}.stitch-group-modal{max-height:88vh;border-radius:12px 12px 0 0}
}

@media(prefers-reduced-motion:reduce){.stitch-group-entering{animation:none!important}}
