.product-demo-wrapper{perspective:1000px;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.kanban-board{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;width:480px;height:320px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -5px #0000001a}.board-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.project-title{color:#1e293b;font-size:.9rem;font-weight:700}.header-actions{align-items:center;gap:8px;display:flex}.avatars{margin-right:8px;display:flex}.avatar{color:#475569;background:#cbd5e1;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:-8px;font-size:.6rem;display:flex}.add-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;display:flex}.columns-container{flex:1;gap:12px;display:flex}.column{background:#f1f5f9;border-radius:8px;flex-direction:column;flex:1;gap:8px;padding:8px;display:flex}.col-header{color:#64748b;justify-content:space-between;font-size:.7rem;font-weight:600;display:flex}.count{background:#e2e8f0;border-radius:4px;padding:0 4px;font-size:.6rem}.task-card{cursor:grab;background:#fff;border-radius:6px;flex-direction:column;gap:6px;padding:8px;display:flex;box-shadow:0 1px 2px #0000000d}.task-card.done{opacity:.6}.task-title{color:#334155;font-size:.75rem;font-weight:500}.task-meta{justify-content:space-between;align-items:center;display:flex}.tag{border-radius:3px;padding:2px 4px;font-size:.6rem;font-weight:600}.tag.red{color:#ef4444;background:#fee2e2}.tag.blue{color:#3b82f6;background:#dbeafe}.cursor-pointer{z-index:100;pointer-events:none;position:absolute}
