
@media (min-width:1024px){
  #pipelineBoard{ grid-template-columns:repeat(6,minmax(0,1fr)) !important; gap:10px !important; }
  #pipelineBoard > div{ min-width:0 !important; }
}
/* comm center attachment UI */
#gdmCommCenter .cc-attach{ background:rgba(163,163,163,.14); color:#d4d4d4; box-shadow:none; margin-top:6px; border:1px dashed rgba(163,163,163,.4); }
#gdmCommCenter .cc-attach:hover{ background:rgba(163,163,163,.22); }
#gdmCommCenter .cc-filelist{ margin-top:6px; }
#gdmCommCenter .cc-fileitem{ font-size:.72rem; opacity:.85; padding:3px 0; border-bottom:1px solid rgba(163,163,163,.12); }
/* admin feature card */
#gdmFeatureCard .feat-row{ display:flex; align-items:flex-start; gap:.6rem; padding:10px 0; border-bottom:1px solid rgba(163,163,163,.12); }
#gdmFeatureCard .feat-row:last-child{ border-bottom:none; }
#gdmFeatureCard input[type=checkbox]{ width:18px; height:18px; margin-top:2px; accent-color:#22c55e; cursor:pointer; }
#gdmFeatureCard .feat-lock{ font-size:.72rem; color:#f59e0b; margin-top:8px; }
#gdmFeatureCard input[type=checkbox]:disabled{ cursor:not-allowed; opacity:.5; }
