/* Stitch private messages */
body.stitch-dm-route{overflow:hidden}
body.stitch-dm-route .sidebar{display:none!important}
body.stitch-dm-route .main{margin-left:0!important;padding-top:var(--topbar)!important;height:100vh;min-height:0}
body.stitch-dm-route .content{padding:0!important;max-width:none!important;margin:0!important;height:calc(100vh - var(--topbar));overflow:hidden}
body.stitch-dm-route .signup-banner{display:none!important}

.stitch-dm-app{height:100%;display:grid;grid-template-columns:330px minmax(0,1fr);background:#0e0e10;color:#efeff1}
.stitch-dm-sidebar{min-width:0;border-right:1px solid #2b2b31;background:#18181b;display:flex;flex-direction:column;overflow:hidden}
.stitch-dm-side-head{padding:18px 16px 14px;border-bottom:1px solid #29292f;background:#18181b}
.stitch-dm-side-title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:13px}
.stitch-dm-start{width:100%;min-height:40px;border:0;border-radius:7px;background:#2498ff;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:800;cursor:pointer;transition:.15s ease}
.stitch-dm-start:hover{background:#1688ed;transform:translateY(-1px)}
.stitch-dm-start svg{width:19px;height:19px;fill:currentColor}
.stitch-dm-lists{overflow:auto;padding:10px 8px 24px;flex:1}
.stitch-dm-lists::-webkit-scrollbar,.stitch-dm-messages::-webkit-scrollbar{width:8px}
.stitch-dm-lists::-webkit-scrollbar-thumb,.stitch-dm-messages::-webkit-scrollbar-thumb{background:#44444c;border-radius:999px}
.stitch-dm-section{margin-top:10px}
.stitch-dm-section:first-child{margin-top:0}
.stitch-dm-section-title{padding:7px 8px;color:#adadb8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;display:flex;align-items:center;justify-content:space-between}
.stitch-dm-request-count{min-width:21px;height:21px;border-radius:999px;background:#2498ff;color:#fff;display:grid;place-items:center;padding:0 6px;font-size:11px}
.stitch-dm-empty-list{padding:13px 10px;color:#888893;font-size:13px;line-height:1.45}
.stitch-dm-row{width:100%;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;padding:9px 8px;border-radius:8px;text-align:left;cursor:pointer;transition:.12s ease}
.stitch-dm-row:hover{background:#26262c}.stitch-dm-row.active{background:#292e38;box-shadow:inset 3px 0 #2498ff}
.stitch-dm-row img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#303038}
.stitch-dm-row-copy{min-width:0}
.stitch-dm-row-top{display:flex;align-items:center;gap:7px;min-width:0}
.stitch-dm-row-name{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
.stitch-dm-request-chip,.stitch-dm-pending-chip{font-size:10px;font-weight:850;border-radius:999px;padding:2px 6px;white-space:nowrap}
.stitch-dm-request-chip{background:#173f61;color:#7bd3ff}.stitch-dm-pending-chip{background:#34343b;color:#b9b9c4}
.stitch-dm-row-preview{margin-top:2px;font-size:12px;color:#93939e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.stitch-dm-main{min-width:0;display:flex;flex-direction:column;background:#101012;position:relative}
.stitch-dm-center{flex:1;display:flex;align-items:center;justify-content:center;padding:30px;text-align:center;color:#adadb8}
.stitch-dm-center-card{max-width:430px}
.stitch-dm-center-icon{width:62px;height:62px;border-radius:16px;background:#1e2730;color:#7bd3ff;display:grid;place-items:center;margin:0 auto 15px}
.stitch-dm-center-icon svg{width:31px;height:31px;fill:currentColor}
.stitch-dm-center h2{margin:0 0 7px;color:#efeff1;font-size:21px}.stitch-dm-center p{margin:0;line-height:1.55}
.stitch-dm-login-btn{margin-top:17px;border:0;border-radius:6px;background:#2498ff;color:#fff;font-weight:800;padding:10px 18px;cursor:pointer}

.stitch-dm-search-panel{height:100%;display:flex;flex-direction:column}
.stitch-dm-search-head{padding:22px 24px 16px;border-bottom:1px solid #29292f}
.stitch-dm-search-head h2{margin:0 0 13px;font-size:21px}
.stitch-dm-search-box{height:42px;border-radius:8px;background:#242429;border:1px solid #47474f;display:flex;align-items:center;padding:0 12px;gap:9px;max-width:650px}
.stitch-dm-search-box:focus-within{border-color:#2498ff;box-shadow:0 0 0 1px #2498ff}
.stitch-dm-search-box svg{width:19px;height:19px;fill:#9999a5;flex:none}.stitch-dm-search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#efeff1;font-size:15px}
.stitch-dm-search-results{padding:14px 24px;overflow:auto;max-width:720px;width:100%}
.stitch-dm-search-hint{padding:18px 0;color:#888893}
.stitch-dm-user-result{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;border:0;border-radius:9px;background:transparent;color:inherit;padding:9px;text-align:left;cursor:pointer}
.stitch-dm-user-result:hover{background:#222227}.stitch-dm-user-result img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#303038}
.stitch-dm-result-name{font-weight:800}.stitch-dm-result-user{font-size:12px;color:#9a9aa5;margin-top:2px}.stitch-dm-result-action{color:#7bd3ff;font-weight:800;font-size:12px}

.stitch-dm-thread{height:100%;display:flex;flex-direction:column;min-height:0}
.stitch-dm-thread-head{height:67px;flex:none;border-bottom:1px solid #29292f;display:flex;align-items:center;padding:0 18px;gap:11px;background:#151518}
.stitch-dm-thread-head img{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#303038}
.stitch-dm-thread-name{font-weight:850;font-size:15px}.stitch-dm-thread-user{font-size:12px;color:#9999a4;margin-top:1px}
.stitch-dm-thread-status{margin-left:auto;color:#9999a4;font-size:12px;font-weight:700}
.stitch-dm-messages{flex:1;min-height:0;overflow:auto;padding:20px 22px 12px;display:flex;flex-direction:column;gap:9px}
.stitch-dm-message{display:flex;max-width:min(72%,680px);gap:8px;align-items:flex-end}
.stitch-dm-message.mine{align-self:flex-end;flex-direction:row-reverse}.stitch-dm-message.theirs{align-self:flex-start}
.stitch-dm-message img{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#303038;flex:none}
.stitch-dm-bubble{padding:9px 11px;border-radius:13px;background:#27272d;color:#efeff1;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere}
.stitch-dm-message.mine .stitch-dm-bubble{background:#167ad0;color:#fff;border-bottom-right-radius:4px}.stitch-dm-message.theirs .stitch-dm-bubble{border-bottom-left-radius:4px}
.stitch-dm-message-time{font-size:10px;color:#777782;margin-top:3px;padding:0 3px}.stitch-dm-message.mine .stitch-dm-message-time{text-align:right}
.stitch-dm-no-messages{margin:auto;color:#858590;text-align:center;padding:30px}

.stitch-dm-request-banner{flex:none;margin:0 18px 12px;padding:13px 14px;border:1px solid #315b7a;border-radius:9px;background:#13283a;display:flex;align-items:center;gap:12px}
.stitch-dm-request-copy{flex:1;min-width:0}.stitch-dm-request-copy strong{display:block}.stitch-dm-request-copy span{display:block;color:#a9c9df;font-size:12px;margin-top:2px}
.stitch-dm-request-actions{display:flex;gap:8px}.stitch-dm-accept,.stitch-dm-deny{border:0;border-radius:6px;padding:8px 13px;font-weight:850;cursor:pointer}.stitch-dm-accept{background:#2498ff;color:#fff}.stitch-dm-deny{background:#34343b;color:#efeff1}.stitch-dm-deny:hover{background:#46464e}
.stitch-dm-pending-note{flex:none;margin:0 18px 12px;padding:11px 13px;border-radius:8px;background:#202025;color:#aaaab5;font-size:12px;text-align:center}
.stitch-dm-compose{flex:none;border-top:1px solid #29292f;padding:12px 16px;background:#151518;display:flex;gap:9px;align-items:flex-end}
.stitch-dm-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-dm-compose textarea:focus{border-color:#2498ff}
.stitch-dm-send{height:42px;min-width:74px;border:0;border-radius:8px;background:#2498ff;color:#fff;font-weight:850;cursor:pointer;padding:0 15px}.stitch-dm-send:disabled{opacity:.45;cursor:not-allowed}
.stitch-dm-toast{position:fixed;right:18px;bottom:18px;z-index:12000;background:#25252b;color:#fff;border:1px solid #414149;border-radius:8px;padding:11px 14px;box-shadow:0 10px 30px rgba(0,0,0,.4);max-width:min(390px,calc(100vw - 36px))}.stitch-dm-toast.error{background:#3a171b;border-color:#7d2d34;color:#ffd6d9}

@media(max-width:800px){
  .stitch-dm-app{grid-template-columns:42% minmax(0,58%)}
  .stitch-dm-side-head{padding:12px 9px}.stitch-dm-side-title{font-size:18px}.stitch-dm-start{font-size:12px}
  .stitch-dm-row{grid-template-columns:38px minmax(0,1fr);padding:7px 5px;gap:7px}.stitch-dm-row img{width:38px;height:38px}.stitch-dm-row-preview{display:none}
  .stitch-dm-thread-head{padding:0 10px}.stitch-dm-thread-status{display:none}.stitch-dm-messages{padding:14px 9px 9px}.stitch-dm-message{max-width:88%}.stitch-dm-compose{padding:9px}.stitch-dm-send{min-width:58px;padding:0 10px}
  .stitch-dm-request-banner{margin:0 9px 9px;display:block}.stitch-dm-request-actions{margin-top:9px}.stitch-dm-request-actions button{flex:1}
  .stitch-dm-search-head,.stitch-dm-search-results{padding-left:12px;padding-right:12px}
}
