/* =========================================================
   Kanban Theme – Dunkel / Blau  (Standard-Thema)
   ========================================================= */
:root {
  --col-in-arbeit: #3b82f6;   /* blue-500    */
  --col-vorlagen:  #8b5cf6;   /* violet-500  */
  --col-ausgabe:   #10b981;   /* emerald-500 */
  --bg:            #0f172a;   /* slate-900   */
  --surface:       #1e293b;   /* slate-800   */
  --surface2:      #273548;
  --border:        #334155;   /* slate-700   */
  --text:          #e2e8f0;   /* slate-200   */
  --text-muted:    #94a3b8;   /* slate-400   */
  --danger:        #ef4444;   /* red-500     */
  --radius:        10px;
  --shadow:        0 4px 16px rgba(0, 0, 0, .4);
}

.col-in-arbeit { background: rgba(59,130,246,.12);  border-bottom-color: var(--col-in-arbeit); }
.col-vorlagen  { background: rgba(139,92,246,.12);  border-bottom-color: var(--col-vorlagen);  }
.col-ausgabe   { background: rgba(16,185,129,.12);  border-bottom-color: var(--col-ausgabe);   }
