/* Morpheus PD Central V135.4 — task discussion and history */
[data-v1354-mode-hidden="1"]{display:none!important;}
.v1354-comment-modebar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 12px;
  padding:11px 12px;
  border:1px solid color-mix(in srgb,#2563eb 14%,var(--line));
  border-radius:15px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--card,#fff) 97%,#2563eb 3%),color-mix(in srgb,var(--card,#fff) 96%,#7c3aed 4%));
}
.v1354-comment-modebar>div{min-width:0;display:grid;gap:2px;}
.v1354-comment-modebar>div>span{color:#2563eb;font-size:8px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;}
.v1354-comment-modebar>div>b{min-width:0;color:var(--text);font-size:11px;line-height:1.3;}
.v1354-comment-modebar>nav{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;}
.v1354-comment-modebar>nav::-webkit-scrollbar{display:none;}
.v1354-comment-modebar button{
  flex:0 0 auto;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--card,#fff);
  color:var(--muted);
  font-size:9.5px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:none;
}
.v1354-comment-modebar button>b{min-width:21px;height:21px;display:grid;place-items:center;border-radius:7px;background:var(--panel);font-size:8.5px;}
.v1354-comment-modebar button.active{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 6px 16px rgba(37,99,235,.18);}
.v1354-comment-modebar button.active>b{background:rgba(255,255,255,.18);color:#fff;}
.v1354-comment-identity{
  display:inline-flex!important;
  align-items:center;
  margin-left:6px!important;
  padding:3px 6px;
  border-radius:999px;
  background:color-mix(in srgb,#2563eb 8%,var(--panel));
  color:#475569!important;
  font-size:7.5px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.03em;
  vertical-align:middle;
}
.v1354-is-history{opacity:.9;}
.v1354-is-history .task-comment-bubble,
.v1354-is-history .task-history-main-v1314{background:color-mix(in srgb,var(--panel) 95%,#64748b 5%)!important;}
.v1354-is-history .task-comment-bubble>header>b,
.v1354-is-history .task-history-meta-v1314>b{color:#64748b!important;}
.v1354-is-comment .task-comment-bubble>header>b,
.v1354-is-comment .task-history-meta-v1314>b{color:var(--text)!important;}
.task-comment-timeline.v1354-task-comment-timeline{display:grid!important;gap:10px!important;}
.task-history-command.v1354-task-history-command .task-history-list-v1314{display:grid!important;gap:8px!important;}
html[data-theme="dark"] .v1354-comment-modebar{background:linear-gradient(135deg,#0d1a2b,#102039);border-color:#29415f;}
html[data-theme="dark"] .v1354-comment-identity{background:#1b2f4b;color:#b9c7d9!important;}
@media(max-width:720px){
  .v1354-comment-modebar{align-items:flex-start;flex-direction:column;padding:10px;}
  .v1354-comment-modebar>nav{width:100%;}
  .v1354-comment-modebar button{min-height:38px;}
  .v1354-comment-identity{display:flex!important;width:max-content;margin:3px 0 0!important;}
}
