.kanban-board-wrapper{background-color:#111827;border:1px solid rgba(255,255,255,.05);padding:20px;border-radius:12px;overflow-x:auto;min-height:60vh}#kanban-stages-container{display:flex;gap:20px;min-width:max-content;height:100%;align-items:flex-start}.kanban-stage-col{width:320px;flex-shrink:0;display:flex;flex-direction:column;max-height:75vh;background-color:#1f2937;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .2s ease}.kanban-stage-header{padding:16px;color:#fff;font-weight:700;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;cursor:grab;user-select:none;border-bottom:2px solid rgba(0,0,0,.2)}.kanban-stage-header:active{cursor:grabbing}.kanban-items-list{flex-grow:1;overflow-y:auto;padding:12px;min-height:100px;scrollbar-width:thin;scrollbar-color:#4b5563 transparent}.kanban-items-list::-webkit-scrollbar{width:6px}.kanban-items-list::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}.empty-stage-msg{color:rgba(255,255,255,.3);font-size:.85rem;padding:20px 10px;border:2px dashed rgba(255,255,255,.1);border-radius:8px;text-align:center;margin:10px 0}.kanban-item-card{background:#1a222e;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px;margin-bottom:12px;cursor:grab;transition:all .2s ease;position:relative}.kanban-item-card:hover{border-color:var(--bs-primary,#0d6efd);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.kanban-item-card:active{cursor:grabbing}.kanban-item-card.completed{opacity:.6;background:#111827;border-color:rgba(255,255,255,.03)}.kanban-item-card.completed .item-title{text-decoration:line-through;color:rgba(255,255,255,.5) !important}.kanban-item-card .tool-logo-wrapper{width:32px;height:32px;border-radius:6px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sortable-ghost{background:rgba(13,110,253,.1) !important;border:2px dashed var(--bs-primary,#0d6efd) !important;border-radius:10px;margin-bottom:12px;min-height:60px;opacity:.8}.ui-sortable-helper{box-shadow:0 10px 25px rgba(0,0,0,.5) !important;transform:rotate(2deg);opacity:.95;z-index:9999;cursor:grabbing}.ui-sortable-helper.kanban-stage-col{transform:rotate(1deg);opacity:.9}.kanban-add-stage-col{width:320px;flex-shrink:0}.btn-border-dashed{border-style:dashed !important;border-width:2px !important;color:rgba(255,255,255,.5);transition:all .2s}.btn-border-dashed:hover{border-color:var(--bs-primary,#0d6efd) !important;color:var(--bs-primary,#0d6efd);background:rgba(13,110,253,.05)}@media (max-width:768px){.kanban-board-wrapper{padding:10px;margin-left:-15px;margin-right:-15px;border-radius:0;border-left:0;border-right:0}.kanban-stage-col,.kanban-add-stage-col{width:280px}#kanban-stages-container{gap:15px}}.readonly-stage-col{width:320px;flex-shrink:0;display:flex;flex-direction:column;background-color:#1f2937;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.readonly-stage-header{padding:16px;color:#fff;font-weight:700;border-top-left-radius:12px;border-top-right-radius:12px}.readonly-items-list{padding:12px;min-height:100px}.readonly-item-card{background:#1a222e;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px;margin-bottom:12px;transition:all .2s}.readonly-item-card:hover{border-color:rgba(255,255,255,.2);transform:translateY(-2px)}