/* T2F166_MTC_STATIC_TAB_INLINE_STYLE_EXTRACT_SAFE */
.mtc-tab-container-spaced{
  margin-bottom:15px;
}

/* T2F167_MTC_PSB_STATIC_INLINE_STYLE_EXTRACT_SAFE */
.mtc-psb-card{
  background:var(--card-bg);
  padding:25px;
  border-radius:8px;
  max-width:1000px;
}
.mtc-psb-title{
  margin-top:0;
  color:var(--accent);
}
.mtc-psb-warning{
  background:#3a2a07;
  color:#fde68a;
  border-left:4px solid #f59e0b;
  padding:12px 14px;
  border-radius:8px;
  margin-bottom:14px;
  font-weight:700;
}
.mtc-tab-visible{
  display:block;
}
.mtc-psb-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(240px,1fr));
  gap:12px;
}

/* T2F168_MTC_PSB_DETAIL_STATIC_INLINE_STYLE_EXTRACT_SAFE */
.mtc-psb-preview-group{
  margin-top:10px;
}
.mtc-psb-preview-box{
  background:#0f3d20;
  border-left:4px solid #22c55e;
  color:#dcfce7;
  padding:12px;
  border-radius:8px;
  font-weight:800;
  line-height:1.4;
}
.mtc-psb-identity-row{
  display:flex;
  gap:8px;
}
.mtc-psb-id-type-select{
  max-width:130px;
}

/* T2F169_MTC_ROLLING_STATIC_INLINE_STYLE_EXTRACT_SAFE */
.mtc-rolling-info{
  background:var(--raw-bg);
  padding:10px;
  border-radius:5px;
  margin-bottom:15px;
  font-size:0.85rem;
  border-left:4px solid var(--accent);
}
.mtc-rolling-scroll{
  overflow-x:auto;
}
.mtc-rolling-scroll-tall{
  max-height:360px;
}
.mtc-rolling-scroll-short{
  max-height:300px;
}

/* T2F170_MTC_TEAM_STATIC_INLINE_STYLE_EXTRACT_SAFE */
.mtc-team-workload-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.mtc-section-title-accent{
  margin:0;
  color:var(--accent);
}
.mtc-team-workload-note{
  font-size:0.82rem;
  color:#888;
}
.mtc-team-editor-card{
  background:var(--card-bg);
  padding:25px;
  border-radius:8px;
}
.mtc-team-editor-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

/* T2F171_MTC_HEADER_DASHBOARD_STATIC_INLINE_STYLE_EXTRACT_SAFE */
.mtc-header-status-row{
  display:flex;
  align-items:center;
  gap:15px;
}
.mtc-dashboard-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
  flex-wrap:wrap;
  gap:10px;
}
.mtc-dashboard-title{
  margin:0;
}

/* T2F172_MTC_COPYABLE_DIALOG_STATIC_STYLE_EXTRACT_SAFE */
.mtc-copyable-dialog-overlay{
  position:fixed;
  inset:0;
  z-index:2147483647;
  background:rgba(0,0,0,.58);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.mtc-copyable-dialog-panel{
  width:min(620px,96vw);
  max-height:90vh;
  background:#0f172a;
  color:#e5e7eb;
  border:1px solid #334155;
  border-radius:16px;
  box-shadow:0 22px 80px rgba(0,0,0,.55);
  overflow:hidden;
  font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;
}
.mtc-copyable-dialog-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid #334155;
  background:#111827;
}
.mtc-copyable-dialog-title{
  font-size:16px;
  color:#f8fafc;
}
.mtc-copyable-dialog-close,
.mtc-copyable-dialog-copy,
.mtc-copyable-dialog-ok{
  border:0;
  color:white;
  cursor:pointer;
}
.mtc-copyable-dialog-close{
  background:#64748b;
  border-radius:9px;
  padding:8px 11px;
  font-weight:800;
}
.mtc-copyable-dialog-body{
  padding:16px;
}
.mtc-copyable-dialog-text{
  width:100%;
  min-height:150px;
  max-height:55vh;
  resize:vertical;
  background:#020617;
  color:#f8fafc;
  border:1px solid #334155;
  border-radius:12px;
  padding:12px;
  line-height:1.45;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:14px;
  white-space:pre-wrap;
}
.mtc-copyable-dialog-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  flex-wrap:wrap;
  margin-top:14px;
}
.mtc-copyable-dialog-copy{
  background:#22c55e;
  border-radius:10px;
  padding:10px 14px;
  font-weight:900;
}
.mtc-copyable-dialog-ok{
  background:#3498db;
  border-radius:10px;
  padding:10px 18px;
  font-weight:900;
}

/* T2F173_MTC_ARCHIVE_ROW_STATIC_STYLE_EXTRACT_SAFE */
.mtc-archive-row{
  flex-direction:column;
  gap:5px;
}
.mtc-archive-meta{
  font-size:.75rem;
  color:#888;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.mtc-archive-kind{
  color:white;
  padding:2px 7px;
  border-radius:10px;
  font-weight:bold;
}
.mtc-archive-kind-psb{
  background:#27ae60;
}
.mtc-archive-kind-mtc{
  background:#2980b9;
}
.mtc-archive-fulltext{
  white-space:pre-wrap;
  width:100%;
}

/* T2F174_MTC_USER_STATUS_BADGE_STATIC_STYLE_EXTRACT_SAFE */
.mtc-user-status-badge{
  color:white;
  padding:4px 8px;
  border-radius:999px;
  font-size:.75rem;
  font-weight:bold;
}
.mtc-user-status-locked{
  background:#e74c3c;
}
.mtc-user-status-unlocked{
  background:#27ae60;
}

/* T2F175_MTC_ROSTER_STATIC_LAYOUT_STYLE_EXTRACT_SAFE */
.mtc-roster-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:15px;
}
.mtc-roster-member-stack{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.mtc-roster-merged-base-title{
  font-size:.8rem;
  font-weight:bold;
  margin-top:10px;
  color:var(--accent);
}

/* T2F176_MTC_ASSIGNMENT_STATIC_VISUAL_STYLE_EXTRACT_SAFE */
.mtc-assignment-empty{
  padding:20px;
  background:var(--raw-bg);
  border-radius:5px;
}
.mtc-pending-auto-badge{
  display:inline-block;
  background:#f39c12;
  color:white;
  font-weight:900;
  border-radius:4px;
  padding:4px 8px;
  margin-left:6px;
  box-shadow:0 1px 2px rgba(0,0,0,.15);
}
.mtc-unassigned-label{
  color:var(--urgent);
}
.mtc-pending-auto-banner{
  border:2px dashed #f39c12;
  color:#d35400;
  background:rgba(243,156,18,.12);
  font-weight:900;
  text-align:center;
  border-radius:6px;
  padding:8px;
  margin:0 0 10px 0;
  letter-spacing:1px;
}
.mtc-assignment-area-title{
  font-weight:bold;
  margin-bottom:5px;
  color:var(--accent);
  font-size:1.1rem;
}
.mtc-assignment-footer{
  background:var(--raw-bg);
  margin:-15px;
  margin-top:auto;
  padding:15px;
  border-radius:0 0 8px 8px;
  border-top:1px solid var(--border);
}
.mtc-assignment-checkbox-group{
  margin-top:10px;
}

/* T2F177_MTC_ACTION_MODAL_SHELL_STYLE_EXTRACT_SAFE */
.mtc-action-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.62);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.mtc-action-modal-panel{
  width:min(560px,96vw);
  background:#111827;
  color:#e5e7eb;
  border:1px solid #334155;
  border-radius:14px;
  box-shadow:0 18px 60px rgba(0,0,0,.45);
  overflow:hidden;
}
.mtc-action-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  background:#162033;
  border-bottom:1px solid #334155;
}
.mtc-action-modal-close{
  border:0;
  border-radius:8px;
  background:#64748b;
  color:white;
  padding:8px 12px;
  font-weight:700;
  cursor:pointer;
}
.mtc-action-modal-message{
  padding:16px;
  white-space:pre-wrap;
  line-height:1.45;
  border:1px solid #e5e7eb;
  margin:14px;
  border-radius:10px;
  background:#020617;
  color:#f8fafc;
}
.mtc-action-modal-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  padding:0 14px 14px;
}

/* T2F178_MTC_ASSIGNMENT_LABEL_STATE_STYLE_EXTRACT_SAFE */
.mtc-assignment-team-option.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}
.mtc-assignment-team-option.is-override{
  border-color:#f39c12;
  background:rgba(243,156,18,.12);
}
.mtc-assignment-note{
  font-size:.72rem;
}
.mtc-assignment-note.is-warning{
  color:#d35400;
}
.mtc-assignment-note.is-muted{
  color:#999;
}

/* T2F179_MTC_DELETE_CONFIRM_MODAL_STYLE_EXTRACT_SAFE */
.mtc-action-modal-secondary,
.mtc-action-modal-danger{
  border:0;
  border-radius:10px;
  color:white;
  padding:10px 18px;
  cursor:pointer;
}
.mtc-action-modal-secondary{
  background:#64748b;
  font-weight:700;
}
.mtc-action-modal-danger{
  background:#dc2626;
  font-weight:800;
}
